New module 'unicase/ulc-casexfrm'.
[gnulib.git] / ChangeLog
1 2009-03-08  Bruno Haible  <bruno@clisp.org>
2
3         New module 'unicase/ulc-casexfrm'.
4         * lib/unicase.h (ulc_casexfrm): New declaration.
5         * lib/unicase/ulc-casexfrm.c: New file.
6         * modules/unicase/ulc-casexfrm: New file.
7
8 2009-03-09  Bruno Haible  <bruno@clisp.org>
9
10         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
11         invocations.
12
13         * m4/mbscasecmp.m4: Remove file.
14         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
15         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
16
17         * m4/mbscasestr.m4: Remove file.
18         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
19         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
20
21         * m4/mbschr.m4: Remove file.
22         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
23         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
24
25         * m4/mbscspn.m4: Remove file.
26         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
27         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
28
29         * m4/mbslen.m4: Remove file.
30         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
31         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
32
33         * m4/mbsncasecmp.m4: Remove file.
34         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
35         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
36
37         * m4/mbsnlen.m4: Remove file.
38         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
39         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
40
41         * m4/mbspbrk.m4: Remove file.
42         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
43         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
44
45         * m4/mbspcasecmp.m4: Remove file.
46         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
47         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
48
49         * m4/mbsrchr.m4: Remove file.
50         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
51         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
52
53         * m4/mbssep.m4: Remove file.
54         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
55         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
56
57         * m4/mbsspn.m4: Remove file.
58         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
59         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
60
61         * m4/mbsstr.m4: Remove file.
62         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
63         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
64
65         * m4/mbstok_r.m4: Remove file.
66         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
67         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
68
69         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
70
71         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
72         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
73
74         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
75
76 2009-03-08  Bruno Haible  <bruno@clisp.org>
77
78         Tests for module 'unicase/ulc-casecmp'.
79         * modules/unicase/ulc-casecmp-tests: New file.
80         * tests/unicase/test-ulc-casecmp1.sh: New file.
81         * tests/unicase/test-ulc-casecmp2.sh: New file.
82         * tests/unicase/test-ulc-casecmp.c: New file.
83
84         New module 'unicase/ulc-casecmp'.
85         * lib/unicase.h (ulc_casecmp): New declaration.
86         * lib/unicase/ulc-casecmp.c: New file.
87         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
88         'const SRC_UNIT *'.
89         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
90         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
91         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
92         * modules/unicase/ulc-casecmp: New file.
93
94         Tests for module 'unicase/u32-is-cased'.
95         * modules/unicase/u32-is-cased-tests: New file.
96         * tests/unicase/test-u32-is-cased.c: New file.
97
98         Tests for module 'unicase/u16-is-cased'.
99         * modules/unicase/u16-is-cased-tests: New file.
100         * tests/unicase/test-u16-is-cased.c: New file.
101
102         Tests for module 'unicase/u8-is-cased'.
103         * modules/unicase/u8-is-cased-tests: New file.
104         * tests/unicase/test-u8-is-cased.c: New file.
105         * tests/unicase/test-is-cased.h: New file.
106
107         New module 'unicase/u32-is-cased'.
108         * lib/unicase/u32-is-cased.c: New file.
109         * modules/unicase/u32-is-cased: New file.
110
111         New module 'unicase/u16-is-cased'.
112         * lib/unicase/u16-is-cased.c: New file.
113         * modules/unicase/u16-is-cased: New file.
114
115         New module 'unicase/u8-is-cased'.
116         * lib/unicase/u8-is-cased.c: New file.
117         * lib/unicase/u-is-cased.h: New file.
118         * modules/unicase/u8-is-cased: New file.
119
120         Tests for module 'unicase/u32-is-casefolded'.
121         * modules/unicase/u32-is-casefolded-tests: New file.
122         * tests/unicase/test-u32-is-casefolded.c: New file.
123
124         Tests for module 'unicase/u16-is-casefolded'.
125         * modules/unicase/u16-is-casefolded-tests: New file.
126         * tests/unicase/test-u16-is-casefolded.c: New file.
127
128         Tests for module 'unicase/u8-is-casefolded'.
129         * modules/unicase/u8-is-casefolded-tests: New file.
130         * tests/unicase/test-u8-is-casefolded.c: New file.
131         * tests/unicase/test-is-casefolded.h: New file.
132
133         New module 'unicase/u32-is-casefolded'.
134         * lib/unicase/u32-is-casefolded.c: New file.
135         * modules/unicase/u32-is-casefolded: New file.
136
137         New module 'unicase/u16-is-casefolded'.
138         * lib/unicase/u16-is-casefolded.c: New file.
139         * modules/unicase/u16-is-casefolded: New file.
140
141         New module 'unicase/u8-is-casefolded'.
142         * lib/unicase/u8-is-casefolded.c: New file.
143         * modules/unicase/u8-is-casefolded: New file.
144
145         Tests for module 'unicase/u32-is-titlecase'.
146         * modules/unicase/u32-is-titlecase-tests: New file.
147         * tests/unicase/test-u32-is-titlecase.c: New file.
148
149         Tests for module 'unicase/u16-is-titlecase'.
150         * modules/unicase/u16-is-titlecase-tests: New file.
151         * tests/unicase/test-u16-is-titlecase.c: New file.
152
153         Tests for module 'unicase/u8-is-titlecase'.
154         * modules/unicase/u8-is-titlecase-tests: New file.
155         * tests/unicase/test-u8-is-titlecase.c: New file.
156         * tests/unicase/test-is-titlecase.h: New file.
157
158         New module 'unicase/u32-is-titlecase'.
159         * lib/unicase/u32-is-titlecase.c: New file.
160         * modules/unicase/u32-is-titlecase: New file.
161
162         New module 'unicase/u16-is-titlecase'.
163         * lib/unicase/u16-is-titlecase.c: New file.
164         * modules/unicase/u16-is-titlecase: New file.
165
166         New module 'unicase/u8-is-titlecase'.
167         * lib/unicase/u8-is-titlecase.c: New file.
168         * modules/unicase/u8-is-titlecase: New file.
169
170         Tests for module 'unicase/u32-is-lowercase'.
171         * modules/unicase/u32-is-lowercase-tests: New file.
172         * tests/unicase/test-u32-is-lowercase.c: New file.
173
174         Tests for module 'unicase/u16-is-lowercase'.
175         * modules/unicase/u16-is-lowercase-tests: New file.
176         * tests/unicase/test-u16-is-lowercase.c: New file.
177
178         Tests for module 'unicase/u8-is-lowercase'.
179         * modules/unicase/u8-is-lowercase-tests: New file.
180         * tests/unicase/test-u8-is-lowercase.c: New file.
181         * tests/unicase/test-is-lowercase.h: New file.
182
183         New module 'unicase/u32-is-lowercase'.
184         * lib/unicase/u32-is-lowercase.c: New file.
185         * modules/unicase/u32-is-lowercase: New file.
186
187         New module 'unicase/u16-is-lowercase'.
188         * lib/unicase/u16-is-lowercase.c: New file.
189         * modules/unicase/u16-is-lowercase: New file.
190
191         New module 'unicase/u8-is-lowercase'.
192         * lib/unicase/u8-is-lowercase.c: New file.
193         * modules/unicase/u8-is-lowercase: New file.
194
195         Tests for module 'unicase/u32-is-uppercase'.
196         * modules/unicase/u32-is-uppercase-tests: New file.
197         * tests/unicase/test-u32-is-uppercase.c: New file.
198
199         Tests for module 'unicase/u16-is-uppercase'.
200         * modules/unicase/u16-is-uppercase-tests: New file.
201         * tests/unicase/test-u16-is-uppercase.c: New file.
202
203         Tests for module 'unicase/u8-is-uppercase'.
204         * modules/unicase/u8-is-uppercase-tests: New file.
205         * tests/unicase/test-u8-is-uppercase.c: New file.
206         * tests/unicase/test-is-uppercase.h: New file.
207
208         New module 'unicase/u32-is-uppercase'.
209         * lib/unicase/u32-is-uppercase.c: New file.
210         * modules/unicase/u32-is-uppercase: New file.
211
212         New module 'unicase/u16-is-uppercase'.
213         * lib/unicase/u16-is-uppercase.c: New file.
214         * modules/unicase/u16-is-uppercase: New file.
215
216         New module 'unicase/u8-is-uppercase'.
217         * lib/unicase/u8-is-uppercase.c: New file.
218         * modules/unicase/u8-is-uppercase: New file.
219
220         New module 'unicase/u32-is-invariant'.
221         * lib/unicase/u32-is-invariant.c: New file.
222         * modules/unicase/u32-is-invariant: New file.
223
224         New module 'unicase/u16-is-invariant'.
225         * lib/unicase/u16-is-invariant.c: New file.
226         * modules/unicase/u16-is-invariant: New file.
227
228         New module 'unicase/u8-is-invariant'.
229         * lib/unicase/u8-is-invariant.c: New file.
230         * lib/unicase/invariant.h: New file.
231         * lib/unicase/u-is-invariant.h: New file.
232         * modules/unicase/u8-is-invariant: New file.
233
234         Tests for module 'unicase/u32-casecoll'.
235         * modules/unicase/u32-casecoll-tests: New file.
236         * tests/unicase/test-u32-casecoll.c: New file.
237
238         Tests for module 'unicase/u16-casecoll'.
239         * modules/unicase/u16-casecoll-tests: New file.
240         * tests/unicase/test-u16-casecoll.c: New file.
241
242         Tests for module 'unicase/u8-casecoll'.
243         * modules/unicase/u8-casecoll-tests: New file.
244         * tests/unicase/test-u8-casecoll.c: New file.
245
246         New module 'unicase/u32-casecoll'.
247         * lib/unicase/u32-casecoll.c: New file.
248         * modules/unicase/u32-casecoll: New file.
249
250         New module 'unicase/u16-casecoll'.
251         * lib/unicase/u16-casecoll.c: New file.
252         * modules/unicase/u16-casecoll: New file.
253
254         New module 'unicase/u8-casecoll'.
255         * lib/unicase/u8-casecoll.c: New file.
256         * lib/unicase/u-casecoll.h: New file.
257         * modules/unicase/u8-casecoll: New file.
258
259         New module 'unicase/u32-casexfrm'.
260         * lib/unicase/u32-casexfrm.c: New file.
261         * modules/unicase/u32-casexfrm: New file.
262
263         New module 'unicase/u16-casexfrm'.
264         * lib/unicase/u16-casexfrm.c: New file.
265         * modules/unicase/u16-casexfrm: New file.
266
267         New module 'unicase/u8-casexfrm'.
268         * lib/unicase/u8-casexfrm.c: New file.
269         * lib/unicase/u-casexfrm.h: New file.
270         * modules/unicase/u8-casexfrm: New file.
271
272         Tests for module 'unicase/u32-casecmp'.
273         * modules/unicase/u32-casecmp-tests: New file.
274         * tests/unicase/test-u32-casecmp.c: New file.
275
276         Tests for module 'unicase/u16-casecmp'.
277         * modules/unicase/u16-casecmp-tests: New file.
278         * tests/unicase/test-u16-casecmp.c: New file.
279
280         Tests for module 'unicase/u8-casecmp'.
281         * modules/unicase/u8-casecmp-tests: New file.
282         * tests/unicase/test-u8-casecmp.c: New file.
283         * tests/unicase/test-casecmp.h: New file.
284
285         New module 'unicase/u32-casecmp'.
286         * lib/unicase/u32-casecmp.c: New file.
287         * modules/unicase/u32-casecmp: New file.
288
289         New module 'unicase/u16-casecmp'.
290         * lib/unicase/u16-casecmp.c: New file.
291         * modules/unicase/u16-casecmp: New file.
292
293         New module 'unicase/u8-casecmp'.
294         * lib/unicase/u8-casecmp.c: New file.
295         * lib/unicase/u-casecmp.h: New file.
296         * modules/unicase/u8-casecmp: New file.
297
298         Tests for module 'unicase/u32-casefold'.
299         * modules/unicase/u32-casefold-tests: New file.
300         * tests/unicase/test-u32-casefold.c: New file.
301
302         Tests for module 'unicase/u16-casefold'.
303         * modules/unicase/u16-casefold-tests: New file.
304         * tests/unicase/test-u16-casefold.c: New file.
305
306         Tests for module 'unicase/u8-casefold'.
307         * modules/unicase/u8-casefold-tests: New file.
308         * tests/unicase/test-u8-casefold.c: New file.
309
310         New module 'unicase/u32-casefold'.
311         * lib/unicase/u32-casefold.c: New file.
312         * modules/unicase/u32-casefold: New file.
313
314         New module 'unicase/u16-casefold'.
315         * lib/unicase/u16-casefold.c: New file.
316         * modules/unicase/u16-casefold: New file.
317
318         New module 'unicase/u8-casefold'.
319         * lib/unicase/u8-casefold.c: New file.
320         * lib/unicase/u-casefold.h: New file.
321         * modules/unicase/u8-casefold: New file.
322
323         New module 'unicase/tocasefold'.
324         * lib/unicase/casefold.h: New file.
325         * lib/unicase/tocasefold.c: New file.
326         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
327         * modules/unicase/tocasefold: New file.
328
329         Tests for module 'unicase/u32-totitle'.
330         * modules/unicase/u32-totitle-tests: New file.
331         * tests/unicase/test-u32-totitle.c: New file.
332
333         Tests for module 'unicase/u16-totitle'.
334         * modules/unicase/u16-totitle-tests: New file.
335         * tests/unicase/test-u16-totitle.c: New file.
336
337         Tests for module 'unicase/u8-totitle'.
338         * modules/unicase/u8-totitle-tests: New file.
339         * tests/unicase/test-u8-totitle.c: New file.
340
341         New module 'unicase/u32-totitle'.
342         * lib/unicase/u32-totitle.c: New file.
343         * modules/unicase/u32-totitle: New file.
344
345         New module 'unicase/u16-totitle'.
346         * lib/unicase/u16-totitle.c: New file.
347         * modules/unicase/u16-totitle: New file.
348
349         New module 'unicase/u8-totitle'.
350         * lib/unicase/u8-totitle.c: New file.
351         * lib/unicase/u-totitle.h: New file.
352         * modules/unicase/u8-totitle: New file.
353
354         Tests for module 'unicase/u32-tolower'.
355         * modules/unicase/u32-tolower-tests: New file.
356         * tests/unicase/test-u32-tolower.c: New file.
357
358         Tests for module 'unicase/u16-tolower'.
359         * modules/unicase/u16-tolower-tests: New file.
360         * tests/unicase/test-u16-tolower.c: New file.
361
362         Tests for module 'unicase/u8-tolower'.
363         * modules/unicase/u8-tolower-tests: New file.
364         * tests/unicase/test-u8-tolower.c: New file.
365
366         New module 'unicase/u32-tolower'.
367         * lib/unicase/u32-tolower.c: New file.
368         * modules/unicase/u32-tolower: New file.
369
370         New module 'unicase/u16-tolower'.
371         * lib/unicase/u16-tolower.c: New file.
372         * modules/unicase/u16-tolower: New file.
373
374         New module 'unicase/u8-tolower'.
375         * lib/unicase/u8-tolower.c: New file.
376         * modules/unicase/u8-tolower: New file.
377
378         Tests for module 'unicase/u32-toupper'.
379         * modules/unicase/u32-toupper-tests: New file.
380         * tests/unicase/test-u32-toupper.c: New file.
381
382         Tests for module 'unicase/u16-toupper'.
383         * modules/unicase/u16-toupper-tests: New file.
384         * tests/unicase/test-u16-toupper.c: New file.
385
386         Tests for module 'unicase/u8-toupper'.
387         * modules/unicase/u8-toupper-tests: New file.
388         * tests/unicase/test-u8-toupper.c: New file.
389
390         New module 'unicase/u32-toupper'.
391         * lib/unicase/u32-toupper.c: New file.
392         * modules/unicase/u32-toupper: New file.
393
394         New module 'unicase/u16-toupper'.
395         * lib/unicase/u16-toupper.c: New file.
396         * modules/unicase/u16-toupper: New file.
397
398         New module 'unicase/u8-toupper'.
399         * lib/unicase/u8-toupper.c: New file.
400         * modules/unicase/u8-toupper: New file.
401
402         New module 'unicase/u32-casemap'.
403         * lib/unicase/u32-casemap.c: New file.
404         * modules/unicase/u32-casemap: New file.
405
406         New module 'unicase/u16-casemap'.
407         * lib/unicase/u16-casemap.c: New file.
408         * modules/unicase/u16-casemap: New file.
409
410         New module 'unicase/u8-casemap'.
411         * lib/unicase/unicasemap.h: New file.
412         * lib/unicase/u8-casemap.c: New file.
413         * lib/unicase/u-casemap.h: New file.
414         * modules/unicase/u8-casemap: New file.
415
416         New module 'unicase/special-casing'.
417         * lib/unicase/special-casing.h: New file.
418         * lib/unicase/special-casing.c: New file.
419         * lib/unicase/special-casing-table.gperf: New file, generated by
420         gen-uni-tables.c.
421         * modules/unicase/special-casing: New file.
422
423         Tests for module 'unicase/locale-language'.
424         * modules/unicase/locale-language-tests: New file.
425         * tests/unicase/test-locale-language.sh: New file.
426         * tests/unicase/test-locale-language.c: New file.
427
428         New module 'unicase/locale-language'.
429         * lib/unicase/locale-language.c: New file.
430         * lib/unicase/locale-languages.gperf: New file.
431         * modules/unicase/locale-language: New file.
432
433         Generate more tables for case conversion and case folding.
434         * lib/gen-uni-tables.c (SCC_*): New enum items.
435         (struct special_casing_rule): New type.
436         (casing_rules, num_casing_rules, allocated_casing_rules): New
437         variables.
438         (add_casing_rule, fill_casing_rules): New functions.
439         (struct casefold_rule): New type.
440         (casefolding_rules, num_casefolding_rules,
441         allocated_casefolding_rules): New variables.
442         (fill_casefolding_rules): New function.
443         (unicode_casefold): New variable.
444         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
445         sort_casing_rules, output_casing_rules): New functions.
446         (main): Accept to more arguments: SpecialCasing.txt and
447         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
448         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
449         Output mapping for casefolding.
450
451         * lib/unicase.h: Include stdbool.h, uninorm.h.
452         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
453         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
454         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
455         arguments.
456         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
457         resultp arguments.
458         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
459         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
460         resultp arguments.
461         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
462         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
463         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
464         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
465         declarations.
466         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
467
468 2009-03-08  Bruno Haible  <bruno@clisp.org>
469
470         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
471         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
472         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
473         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
474
475 2009-03-07  Bruno Haible  <bruno@clisp.org>
476
477         Adjust u*_normcmp, u*_normcoll API.
478         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
479         u16_normcoll, u32_normcoll): Change failure conventions.
480         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
481         errno and return -1.
482         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
483
484 2009-03-07  Bruno Haible  <bruno@clisp.org>
485
486         Tests for module 'uninorm/u32-normcoll'.
487         * modules/uninorm/u32-normcoll-tests: New file.
488         * tests/uninorm/test-u32-normcoll.c: New file.
489
490         Tests for module 'uninorm/u16-normcoll'.
491         * modules/uninorm/u16-normcoll-tests: New file.
492         * tests/uninorm/test-u16-normcoll.c: New file.
493
494         Tests for module 'uninorm/u8-normcoll'.
495         * modules/uninorm/u8-normcoll-tests: New file.
496         * tests/uninorm/test-u8-normcoll.c: New file.
497
498 2009-03-07  Bruno Haible  <bruno@clisp.org>
499
500         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
501         tests/uninorm/test-u32-normcmp.c.
502         * tests/uninorm/test-u32-normcmp.c: Include it.
503         (test_nonascii): New function, extracted from main. Add some more
504         tests.
505         (main): Invoke test_ascii and test_nonascii.
506         * modules/uninorm/u32-normcmp-tests (Files): Add
507         tests/uninorm/test-u32-normcmp.h.
508         (Depends-on): Remove uninorm/u32-normcmp.
509
510         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
511         tests/uninorm/test-u16-normcmp.c.
512         * tests/uninorm/test-u16-normcmp.c: Include it.
513         (test_nonascii): New function, extracted from main. Add some more
514         tests.
515         (main): Invoke test_ascii and test_nonascii.
516         * modules/uninorm/u16-normcmp-tests (Files): Add
517         tests/uninorm/test-u16-normcmp.h.
518         (Depends-on): Remove uninorm/u16-normcmp.
519
520         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
521         tests/uninorm/test-u8-normcmp.c.
522         * tests/uninorm/test-u8-normcmp.c: Include it.
523         (test_nonascii): New function, extracted from main. Add some more
524         tests.
525         (main): Invoke test_ascii and test_nonascii.
526         * modules/uninorm/u8-normcmp-tests (Files): Add
527         tests/uninorm/test-u8-normcmp.h.
528         (Depends-on): Remove uninorm/u8-normcmp.
529
530 2009-03-07  Bruno Haible  <bruno@clisp.org>
531
532         New module 'uninorm/u32-normcoll'.
533         * lib/uninorm/u32-normcoll.c: New file.
534         * modules/uninorm/u32-normcoll: New file.
535
536         New module 'uninorm/u16-normcoll'.
537         * lib/uninorm/u16-normcoll.c: New file.
538         * modules/uninorm/u16-normcoll: New file.
539
540         New module 'uninorm/u8-normcoll'.
541         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
542         declarations.
543         * lib/uninorm/u8-normcoll.c: New file.
544         * lib/uninorm/u-normcoll.h: New file.
545         * modules/uninorm/u8-normcoll: New file.
546
547         New module 'uninorm/u32-normxfrm'.
548         * lib/uninorm/u32-normxfrm.c: New file.
549         * modules/uninorm/u32-normxfrm: New file.
550
551         New module 'uninorm/u16-normxfrm'.
552         * lib/uninorm/u16-normxfrm.c: New file.
553         * modules/uninorm/u16-normxfrm: New file.
554
555         New module 'uninorm/u8-normxfrm'.
556         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
557         declarations.
558         * lib/uninorm/u8-normxfrm.c: New file.
559         * lib/uninorm/u-normxfrm.h: New file.
560         * modules/uninorm/u8-normxfrm: New file.
561
562 2009-03-07  Bruno Haible  <bruno@clisp.org>
563
564         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
565         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
566         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
567
568 2009-03-07  Bruno Haible  <bruno@clisp.org>
569
570         New module 'memxfrm'.
571         * lib/memxfrm.h: New file.
572         * lib/memxfrm.c: New file.
573         * modules/memxfrm: New file.
574
575 2009-03-07  Bruno Haible  <bruno@clisp.org>
576
577         New module 'memcmp2'.
578         * lib/memcmp2.h: New file.
579         * lib/memcmp2.c: New file.
580         * modules/memcmp2: New file.
581
582 2009-03-07  Bruno Haible  <bruno@clisp.org>
583
584         Tests for module 'uninorm/decomposing-form'.
585         * modules/uninorm/decomposing-form-tests: New file.
586         * tests/uninorm/test-decomposing-form.c: New file.
587
588         New module 'uninorm/decomposing-form'.
589         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
590         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
591         Add 'decomposing_variant' field.
592         * lib/uninorm/decomposing-form.c: New file.
593         * lib/uninorm/nfc.c (uninorm_nfc): Update.
594         * lib/uninorm/nfd.c (uninorm_nfd): Update.
595         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
596         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
597         * modules/uninorm/decomposing-form: New file.
598         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
599         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
600
601 2009-03-07  Bruno Haible  <bruno@clisp.org>
602
603         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
604         strings.
605
606 2009-03-06  Bruno Haible  <bruno@clisp.org>
607
608         Tests for module 'uninorm/u32-normcmp'.
609         * tests/uninorm/test-u32-normcmp.c: New file.
610         * modules/uninorm/u32-normcmp-tests: New file.
611
612         Tests for module 'uninorm/u16-normcmp'.
613         * tests/uninorm/test-u16-normcmp.c: New file.
614         * modules/uninorm/u16-normcmp-tests: New file.
615
616         Tests for module 'uninorm/u8-normcmp'.
617         * tests/uninorm/test-u8-normcmp.c: New file.
618         * modules/uninorm/u8-normcmp-tests: New file.
619
620         New module 'uninorm/u32-normcmp'.
621         * lib/uninorm/u32-normcmp.c: New file.
622         * modules/uninorm/u32-normcmp: New file.
623
624         New module 'uninorm/u16-normcmp'.
625         * lib/uninorm/u16-normcmp.c: New file.
626         * modules/uninorm/u16-normcmp: New file.
627
628         New module 'uninorm/u8-normcmp'.
629         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
630         declarations.
631         * lib/uninorm/u8-normcmp.c: New file.
632         * lib/uninorm/u-normcmp.h: New file.
633         * modules/uninorm/u8-normcmp: New file.
634
635 2009-03-06  Bruno Haible  <bruno@clisp.org>
636
637         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
638         Reported by Eric Blake.
639
640 2009-03-06  Eric Blake  <ebb9@byu.net>
641             Bruno Haible  <bruno@clisp.org>
642
643         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
644         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
645         condition.
646         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
647         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
648         condition.
649         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
650
651 2009-03-06  Eric Blake  <ebb9@byu.net>
652
653         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
654         to avoid compiler warnings.
655         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
656
657 2009-03-05  Bruno Haible  <bruno@clisp.org>
658
659         * tests/test-ftell.c (main): Disable test beyond end of file on
660         FreeMiNT.
661         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
662
663 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
664
665         * lib/filevercmp.c: Move hidden files up in ordering.
666         * tests/test-filevercmp.c: Add tests for hidden files.
667
668 2009-03-04  Bruno Haible  <bruno@clisp.org>
669
670         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
671         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
672         AM_CFLAGS.
673         Reported by Simon Josefsson.
674
675 2009-03-03  Bruno Haible  <bruno@clisp.org>
676
677         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
678         Reported by Simon Josefsson.
679
680         * doc/ld-version-script.texi: Update node reference.
681
682 2009-03-03  Bruno Haible  <bruno@clisp.org>
683
684         * modules/visibility (License): Change to 'unlimited'.
685         Suggested by Simon Josefsson.
686
687 2009-03-03  Jim Meyering  <meyering@redhat.com>
688
689         unlinkdir: cannot_unlink_dir may modify process state
690         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
691         it's neither thread-safe nor appropriate for use in a library.
692
693 2009-03-03  Eric Blake  <ebb9@byu.net>
694
695         test-closein: silence test under Darwin
696         * tests/test-closein.sh: Ignore stderr from cat, since we don't
697         care if it dies from EPIPE or EBADF.
698
699 2009-03-03  Bruno Haible  <bruno@clisp.org>
700
701         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
702         earlier.
703         * doc/visibility.texi: Fix @node and @section.
704
705 2009-03-03  Simon Josefsson  <simon@josefsson.org>
706
707         * doc/gnulib.texi: Link to sections for ld version script and
708         visibility.
709         * doc/visibility.texi: Add @node and @section.
710         * modules/ld-version-script: New module.
711         * m4/ld-version-script.m4: New file.
712         * doc/ld-version-script.texi: New file.
713
714 2009-03-02  David Lutterkort  <lutter@redhat.com>
715
716         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
717         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
718
719 2009-03-02  Bruno Haible  <bruno@clisp.org>
720
721         * doc/visibility.texi: Mention libtool's -export-symbols option.
722
723 2009-03-02  Jim Meyering  <meyering@redhat.com>
724
725         announce-gen: new option: --no-print-checksums
726         * build-aux/announce-gen (usage): Describe it.
727         (print_checksums): Print a newline here, not in the [*] footnote.
728         (main): Honor it.
729
730 2009-03-01  Bruno Haible  <bruno@clisp.org>
731
732         Use socklen_t in the native Windows replacements prototypes.
733         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
734         instead of 'int'.
735         * lib/getsockopt.c (rpl_getsockopt): Likewise.
736         * lib/setsockopt.c (rpl_setsockopt): Likewise.
737         * modules/getsockopt (Depends-on): Add socklen.
738         * modules/setsockopt (Depends-on): Add socklen.
739
740 2009-03-01  Bruno Haible  <bruno@clisp.org>
741
742         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
743         least 4.2.
744
745 2009-03-01  Eric Blake  <ebb9@byu.net>
746             Bruno Haible  <bruno@clisp.org>
747
748         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
749         error messages.
750         * lib/wait-process.c (wait_subprocess): Omit error message about
751         deadly signal sent to the child of termsigp != NULL.
752
753 2009-03-01  Eric Blake  <ebb9@byu.net>
754
755         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
756
757 2009-03-01  Bruno Haible  <bruno@clisp.org>
758
759         Avoid a gcc warning.
760         * tests/test-sched.c (b): Make global.
761         Reported by Eric Blake.
762
763 2009-01-19  Martin Lambers  <marlam@marlam.de>
764
765         Provide POSIX semantics for socket timeout options on W32.
766         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
767         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
768         * modules/setsockopt: Depend on sys_time module for struct timeval.
769         * modules/getsockopt: Depend on sys_time module for struct timeval.
770
771 2009-03-01  Simon Josefsson  <simon@josefsson.org>
772
773         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
774         __USE_GNU, for consistency with netdb.in.h.
775         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
776
777 2009-03-01  Bruno Haible  <bruno@clisp.org>
778
779         More support for FreeMiNT.
780         * lib/fseeko.c (rpl_fseeko): Complete last commit.
781         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
782
783 2009-03-01  Bruno Haible  <bruno@clisp.org>
784
785         More support for FreeMiNT.
786         * lib/fpurge.c (fpurge): Correct last commit.
787         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
788
789 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
790
791         Fix unportable awk script in vc-list-files.
792         * build-aux/vc-list-files: In the replacement awk script, use
793         substr with a second argument of 1, not zero.
794         Report by Simon Josefsson.
795
796 2009-02-28  Bruno Haible  <bruno@clisp.org>
797
798         More support for FreeMiNT.
799         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
800         to FreeMiNT today.
801         * lib/fwriting.c (fwriting): Likewise.
802         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
803
804 2009-02-28  Bruno Haible  <bruno@clisp.org>
805
806         * tests/test-freadseek.c (main): Disable test beyond end of file on
807         FreeMiNT.
808         * tests/test-ftello.c (main): Likewise.
809         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
810
811 2009-02-28  Bruno Haible  <bruno@clisp.org>
812
813         Add tentative support for FreeMiNT.
814         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
815         * lib/fpurge.c (fpurge): Likewise.
816         * lib/freadable.c (freadable): Likewise.
817         * lib/freading.c (freading): Likewise.
818         * lib/freadptr.c (freadptr): Likewise.
819         * lib/freadseek.c (freadptrinc): Likewise.
820         * lib/fseeko.c (rpl_fseeko): Likewise.
821         * lib/fseterr.c (fseterr): Likewise.
822         * lib/fwritable.c (fwritable): Likewise.
823         * lib/fwriting.c (fwriting): Likewise.
824         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
825         Hourihane.
826         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
827
828 2009-02-28  Bruno Haible  <bruno@clisp.org>
829
830         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
831         SIGCHLD.
832         Reported by Jim Meyering.
833
834 2009-02-28  Bruno Haible  <bruno@clisp.org>
835
836         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
837         Mention the results of these tests on various platforms.
838         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
839         order.
840         * doc/posix-functions/printf.texi: Likewise.
841         * doc/posix-functions/snprintf.texi: Likewise.
842         * doc/posix-functions/sprintf.texi: Likewise.
843         * doc/posix-functions/vfprintf.texi: Likewise.
844         * doc/posix-functions/vprintf.texi: Likewise.
845         * doc/posix-functions/vsnprintf.texi: Likewise.
846         * doc/posix-functions/vsprintf.texi: Likewise.
847         * doc/glibc-functions/obstack_printf.texi: Likewise.
848         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
849
850 2009-02-28  Bruno Haible  <bruno@clisp.org>
851
852         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
853         Reported by Loïc Minier <lool@dooz.org>.
854
855 2009-02-27  Bruno Haible  <bruno@clisp.org>
856
857         * gnulib-tool (func_import): Make the sed expression used to create the
858         sed script for updating the .gitignore file POSIX compliant.
859         Reported by Eric Blake.
860
861 2009-02-27  Bruno Haible  <bruno@clisp.org>
862
863         * gnulib-tool (sed): Don't alias as "sed --posix".
864         Reported by Eric Blake.
865
866 2009-02-27  Bruno Haible  <bruno@clisp.org>
867
868         Avoid test link errors.
869         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
870         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
871         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
872         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
873         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
874
875 2009-02-27  Bruno Haible  <bruno@clisp.org>
876
877         Avoid spurious "(cached)" in configure output.
878         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
879         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
880         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
881         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
882         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
883         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
884         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
885         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
886         Reported by Eric Blake.
887
888 2009-02-27  Eric Blake  <ebb9@byu.net>
889
890         printf: fix regression in previous patch
891         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
892
893 2009-02-27  Bruno Haible  <bruno@clisp.org>
894
895         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
896         value.
897         * lib/stdint.in.h: Likewise.
898         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
899
900 2009-02-27  Eric Blake  <ebb9@byu.net>
901
902         doc: mention more functions added in cygwin 1.7.0
903         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
904         addition.
905         * doc/posix-functions/open_wmemstream.texi: Likewise.
906         * doc/posix-functions/wcsnlen.texi: Likewise.
907         * doc/posix-functions/wcsnrtombs.texi: Likewise.
908         * doc/posix-functions/wcstod.texi: Likewise.
909         * doc/posix-functions/wcstof.texi: Likewise.
910         * doc/posix-functions/wcstoimax.texi: Likewise.
911         * doc/posix-functions/wcstok.texi: Likewise.
912         * doc/posix-functions/wcstoumax.texi: Likewise.
913
914         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
915         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
916         * doc/posix-functions/fprintf.texi: Update.
917         * doc/posix-functions/printf.texi: Update.
918         * doc/posix-functions/snprintf.texi: Update.
919         * doc/posix-functions/sprintf.texi: Update.
920         * doc/posix-functions/vfprintf.texi: Update.
921         * doc/posix-functions/vprintf.texi: Update.
922         * doc/posix-functions/vsnprintf.texi: Update.
923         * doc/posix-functions/vsprintf.texi: Update.
924         * doc/glibc-functions/obstack_printf.texi: Update.
925         * doc/glibc-functions/obstack_vprintf.texi: Update.
926
927 2009-02-26  Eric Blake  <ebb9@byu.net>
928
929         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
930         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
931         compilation bug by using runtime conversion.
932         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
933         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
934         * modules/ceill-tests (Files): Use nan.h.
935         * modules/floorl-tests (Files): Likewise.
936         * modules/frexpl-tests (Files): Likewise.
937         * modules/isnanl-tests (Files): Likewise.
938         * modules/ldexpl-tests (Files): Likewise.
939         * modules/roundl-tests (Files): Likewise.
940         * modules/truncl-tests (Files): Likewise.
941         * tests/test-ceill.c (main): Use a working NaN.
942         * tests/test-floorl.c (main): Likewise.
943         * tests/test-frexpl.c (main): Likewise.
944         * tests/test-isnan.c (test_long_double): Likewise.
945         * tests/test-isnanl.h (main): Likewise.
946         * tests/test-ldexpl.h (main): Likewise.
947         * tests/test-roundl.h (main): Likewise.
948         * tests/test-truncl.h (main): Likewise.
949         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
950
951 2009-02-26  Eric Blake  <ebb9@byu.net>
952             Bruno Haible  <bruno@clisp.org>
953
954         Work around a *printf bug with %ls on Solaris.
955         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
956         precision is specified, sprintf stops converting the wide string
957         argument when the number of bytes that have been produced by this
958         conversion equals or exceeds the precision.
959         * doc/posix-functions/fprintf.texi: Update.
960         * doc/posix-functions/printf.texi: Update.
961         * doc/posix-functions/snprintf.texi: Update.
962         * doc/posix-functions/sprintf.texi: Update.
963         * doc/posix-functions/vfprintf.texi: Update.
964         * doc/posix-functions/vprintf.texi: Update.
965         * doc/posix-functions/vsnprintf.texi: Update.
966         * doc/posix-functions/vsprintf.texi: Update.
967         * doc/glibc-functions/obstack_printf.texi: Update.
968         * doc/glibc-functions/obstack_vprintf.texi: Update.
969
970 2009-02-26  Eric Blake  <ebb9@byu.net>
971
972         stdlib: favor compiler check of random.h
973         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
974         to avoid an ObjC random.h installed by Swarm.
975
976 2009-02-26  Bruno Haible  <bruno@clisp.org>
977
978         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
979         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
980         Reported by Gary V. Vaughan <gary@gnu.org>.
981
982 2009-02-26  Bruno Haible  <bruno@clisp.org>
983
984         Fix *printf behaviour regarding the %ls directive.
985         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
986         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
987         NEED_PRINTF_DIRECTIVE_LS.
988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
989         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
990         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
991         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
992         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
993         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
994         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
995         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
996         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
997         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
998         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
999         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
1000         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1001         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1002         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1003         * doc/posix-functions/fprintf.texi: Update.
1004         * doc/posix-functions/printf.texi: Update.
1005         * doc/posix-functions/snprintf.texi: Update.
1006         * doc/posix-functions/sprintf.texi: Update.
1007         * doc/posix-functions/vfprintf.texi: Update.
1008         * doc/posix-functions/vprintf.texi: Update.
1009         * doc/posix-functions/vsnprintf.texi: Update.
1010         * doc/posix-functions/vsprintf.texi: Update.
1011         * doc/glibc-functions/obstack_printf.texi: Update.
1012         * doc/glibc-functions/obstack_vprintf.texi: Update.
1013         Reported by Eric Blake.
1014
1015 2009-02-25  Bruno Haible  <bruno@clisp.org>
1016
1017         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
1018         with known value.
1019         Reported by Gary V. Vaughan <gary@gnu.org>.
1020
1021 2009-02-25  Bruno Haible  <bruno@clisp.org>
1022
1023         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
1024         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
1025         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
1026         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
1027         Reported by Gary V. Vaughan <gary@gnu.org>.
1028
1029 2009-02-25  Bruno Haible  <bruno@clisp.org>
1030
1031         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
1032         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
1033         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
1034         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
1035         Reported by Gary V. Vaughan <gary@gnu.org>.
1036
1037 2009-02-25  Eric Blake  <ebb9@byu.net>
1038
1039         tests: skip fseek/ftell tests if ungetc is broken
1040         * m4/ungetc.m4: New file.
1041         * modules/fseek-tests: Split test, so ungetc dependency is
1042         separate from rest of test.
1043         * modules/fseeko-tests: Likewise.
1044         * modules/ftell-tests: Likewise.
1045         * modules/ftello-tests: Likewise.
1046         * tests/test-fseek.c (main): Isolate ungetc dependency.
1047         * tests/test-fseeko.c (main): Likewise.
1048         * tests/test-ftell.c (main): Likewise.
1049         * tests/test-ftello.c (main): Likewise.
1050         * tests/test-fseek2.sh: New file.
1051         * tests/test-fseeko2.sh: Likewise.
1052         * tests/test-ftell2.sh: Likewise.
1053         * tests/test-ftello2.sh: Likewise.
1054
1055 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
1056
1057         test-getaddrinfo: fix usage of skip return code 77
1058         * tests/test-gettaddrinfo.c: Return skip code 77 only
1059         for first occurance of skip (4x77 is not 77)
1060
1061 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
1062
1063         strtod: avoid C99 decl-after-statement
1064         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
1065
1066 2009-02-24  Eric Blake  <ebb9@byu.net>
1067
1068         strtod: detect HP-UX 11.31 bug
1069         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
1070         Reported by Gary V. Vaughan.
1071
1072 2009-02-23  Bruno Haible  <bruno@clisp.org>
1073
1074         Fix invalid read past end of memory block.
1075         * lib/vasnprintf.c (DCHAR_SET): Define.
1076         (local_wcslen): Define only when needed.
1077         (local_strnlen, local_wcsnlen): New functions.
1078         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
1079         directives that involve a conversion ourselves.
1080         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
1081         wcsnlen, mbrtowc, wcrtomb.
1082         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
1083         * tests/test-vasprintf-posix.c (test_function): Likewise.
1084         * tests/test-snprintf-posix.h (test_function): Likewise.
1085         * tests/test-sprintf-posix.h (test_function): Likewise.
1086         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1087
1088 2009-02-22  Bruno Haible  <bruno@clisp.org>
1089
1090         Implement new clarified decomposition of Hangul syllables.
1091         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
1092         of type LTV, return only a pairwise decomposition.
1093         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
1094         Likewise.
1095         * tests/uninorm/test-decomposition.c (main): Updated expected result.
1096         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
1097         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
1098
1099 2009-02-22  Bruno Haible  <bruno@clisp.org>
1100
1101         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
1102         zero-length results and shrink excess allocated memory.
1103         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
1104         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
1105         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
1106         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
1107         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
1108         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
1109         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
1110         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
1111         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
1112         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
1113         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
1114         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
1115
1116 2009-02-21  Bruno Haible  <bruno@clisp.org>
1117
1118         * doc/gnulib.texi: Include safe-alloc.texi earlier.
1119         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
1120         spaces after a period. Put a space between a macro name and its
1121         argument list. Trivial rewordings.
1122         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
1123         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
1124         (main): Return 0 explicitly.
1125
1126 2009-02-21  Bruno Haible  <bruno@clisp.org>
1127
1128         Tests for module 'uninorm/filter'.
1129         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
1130         * modules/uninorm/filter-tests: New file.
1131
1132         New module 'uninorm/filter'.
1133         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
1134         uninorm_filter_flush, uninorm_filter_free): New declarations.
1135         * lib/uninorm/uninorm-filter.c: New file.
1136         * modules/uninorm/filter: New file.
1137
1138 2009-02-21  Bruno Haible  <bruno@clisp.org>
1139
1140         Tests for module 'uninorm/nfkc'.
1141         * tests/uninorm/test-nfkc.c: New file.
1142         * tests/uninorm/test-u8-nfkc.c: New file.
1143         * tests/uninorm/test-u16-nfkc.c: New file.
1144         * tests/uninorm/test-u32-nfkc.c: New file.
1145         * tests/uninorm/test-u32-nfkc-big.sh: New file.
1146         * tests/uninorm/test-u32-nfkc-big.c: New file.
1147         * modules/uninorm/nfkc-tests: New file.
1148
1149         New module 'uninorm/nfkc'.
1150         * lib/uninorm/nfkc.c: New file.
1151         * modules/uninorm/nfkc: New file.
1152
1153         Tests for module 'uninorm/nfkd'.
1154         * tests/uninorm/test-nfkd.c: New file.
1155         * tests/uninorm/test-u8-nfkd.c: New file.
1156         * tests/uninorm/test-u16-nfkd.c: New file.
1157         * tests/uninorm/test-u32-nfkd.c: New file.
1158         * tests/uninorm/test-u32-nfkd-big.sh: New file.
1159         * tests/uninorm/test-u32-nfkd-big.c: New file.
1160         * modules/uninorm/nfkd-tests: New file.
1161
1162         New module 'uninorm/nfkd'.
1163         * lib/uninorm/nfkd.c: New file.
1164         * modules/uninorm/nfkd: New file.
1165
1166         Tests for module 'uninorm/nfc'.
1167         * tests/uninorm/test-nfc.c: New file.
1168         * tests/uninorm/test-u8-nfc.c: New file.
1169         * tests/uninorm/test-u16-nfc.c: New file.
1170         * tests/uninorm/test-u32-nfc.c: New file.
1171         * tests/uninorm/test-u32-nfc-big.sh: New file.
1172         * tests/uninorm/test-u32-nfc-big.c: New file.
1173         * modules/uninorm/nfc-tests: New file.
1174
1175         New module 'uninorm/nfc'.
1176         * lib/uninorm/nfc.c: New file.
1177         * modules/uninorm/nfc: New file.
1178
1179         Tests for module 'uninorm/nfd'.
1180         * tests/uninorm/test-nfd.c: New file.
1181         * tests/uninorm/test-u8-nfd.c: New file.
1182         * tests/uninorm/test-u16-nfd.c: New file.
1183         * tests/uninorm/test-u32-nfd.c: New file.
1184         * tests/uninorm/test-u32-nfd-big.sh: New file.
1185         * tests/uninorm/test-u32-nfd-big.c: New file.
1186         * tests/uninorm/test-u32-normalize-big.h: New file.
1187         * tests/uninorm/test-u32-normalize-big.c: New file.
1188         * tests/uninorm/NormalizationTest.txt: New file, created from
1189         Unicode 5.1.0 NormalizationTest.txt.
1190         * modules/uninorm/nfd-tests: New file.
1191
1192         New module 'uninorm/nfd'.
1193         * lib/uninorm/nfd.c: New file.
1194         * modules/uninorm/nfd: New file.
1195
1196         New module 'uninorm/u32-normalize'.
1197         * lib/uninorm/u32-normalize.c: New file.
1198         * modules/uninorm/u32-normalize: New file.
1199
1200         New module 'uninorm/u16-normalize'.
1201         * lib/uninorm/u16-normalize.c: New file.
1202         * modules/uninorm/u16-normalize: New file.
1203
1204         New module 'uninorm/u8-normalize'.
1205         * lib/uninorm/u8-normalize.c: New file.
1206         * lib/uninorm/normalize-internal.h: New file.
1207         * lib/uninorm/u-normalize-internal.h: New file.
1208         * modules/uninorm/u8-normalize: New file.
1209
1210         New module 'uninorm/decompose-internal'.
1211         * lib/uninorm/decompose-internal.c: New file.
1212         * modules/uninorm/decompose-internal: New file.
1213
1214         Tests for module 'uninorm/composition'.
1215         * tests/uninorm/test-composition.c: New file.
1216         * modules/uninorm/composition-tests: New file.
1217
1218         New module 'uninorm/composition'.
1219         * lib/uninorm/composition.c: New file.
1220         * lib/uninorm/composition-table.gperf: New file, generated by
1221         gen-uni-tables.
1222         * modules/uninorm/composition: New file.
1223
1224         Tests for module 'uninorm/compat-decomposition'.
1225         * tests/uninorm/test-compat-decomposition.c: New file.
1226         * modules/uninorm/compat-decomposition-tests: New file.
1227
1228         New module 'uninorm/compat-decomposition'.
1229         * lib/uninorm/decompose-internal.h: New file.
1230         * lib/uninorm/compat-decomposition.c: New file.
1231         * modules/uninorm/compat-decomposition: New file.
1232
1233         Tests for module 'uninorm/canonical-decomposition'.
1234         * tests/uninorm/test-canonical-decomposition.c: New file.
1235         * modules/uninorm/canonical-decomposition-tests: New file.
1236
1237         New module 'uninorm/canonical-decomposition'.
1238         * lib/uninorm/canonical-decomposition.c: New file.
1239         * modules/uninorm/canonical-decomposition: New file.
1240
1241         Tests for module 'uninorm/decomposition'.
1242         * tests/uninorm/test-decomposition.c: New file.
1243         * modules/uninorm/decomposition-tests: New file.
1244
1245         New module 'uninorm/decomposition'.
1246         * lib/uninorm/decomposition.c: New file.
1247         * modules/uninorm/decomposition: New file.
1248
1249         New module 'uninorm/decomposition-table'.
1250         * lib/uninorm/decomposition-table.h: New file.
1251         * lib/uninorm/decomposition-table.c: New file.
1252         * lib/uninorm/decomposition-table1.h: New file, generated by
1253         gen-uni-tables.
1254         * lib/uninorm/decomposition-table2.h: New file, generated by
1255         gen-uni-tables.
1256         * modules/uninorm/decomposition-table: New file.
1257
1258         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
1259         (UC_DECOMP_*): New enumeration items.
1260         (get_decomposition): New function.
1261         (struct decomp_table): New type.
1262         (output_decomposition, output_decomposition_tables): New functions.
1263         (unicode_composition_exclusions): New variable.
1264         (fill_composition_exclusions, debug_output_composition_tables): New
1265         functions.
1266         (main): Accept one more argument. Invoke fill_composition_exclusions.
1267         Output decomposition and composition tables.
1268
1269         New module 'uninorm/base'.
1270         * lib/uninorm.h: New file.
1271         * lib/unictype.h: Update comment.
1272         * modules/uninorm/base: New file.
1273
1274 2009-02-21  David Lutterkort  <lutter@redhat.com>
1275
1276         Tests for module 'safe-alloc'.
1277         * tests/test-safe-alloc.c: New file.
1278         * modules/safe-alloc-tests: New file.
1279
1280         New module 'safe-alloc'.
1281         * lib/safe-alloc.h: New file.
1282         * lib/safe-alloc.c: New file.
1283         * m4/safe-alloc.m4: New file.
1284         * modules/safe-alloc: New file.
1285         * doc/safe-alloc.texi: New file.
1286         * doc/gnulib.texi: Include it.
1287         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
1288         safe-alloc.
1289
1290 2009-02-18  Bruno Haible  <bruno@clisp.org>
1291
1292         Fix link error on non-glibc systems.
1293         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
1294         variable.
1295         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1296
1297 2009-02-18  Jim Meyering  <meyering@redhat.com>
1298
1299         fts: avoid used-uninitialized error due to recent change
1300         * lib/fts.c (fts_read): Guard uses of the new member,
1301         parent->fts_n_dirs_remaining, since it's not relevant for
1302         the parent of a directory specified on the command-line.
1303
1304 2009-02-17  James Youngman  <jay@gnu.org>
1305             Bruno Haible  <bruno@clisp.org>
1306
1307         * m4/include_next.m4: Reformulate comment.
1308
1309 2009-02-16  Jim Meyering  <meyering@redhat.com>
1310
1311         fts: add #if guards so that the fts_lgpl module still builds
1312         * lib/fts.c: Guard just-added hash-table-using parts with
1313         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
1314         Reported by Simon Josefsson.
1315
1316 2009-02-15  Bruno Haible  <bruno@clisp.org>
1317
1318         * modules/array-mergesort-tests: New file.
1319         * tests/test-array-mergesort.c: New file.
1320
1321         New module 'array-mergesort'.
1322         * modules/array-mergesort: New file.
1323         * lib/array-mergesort.h: New file.
1324
1325 2009-02-15  Bruno Haible  <bruno@clisp.org>
1326
1327         Fix 2009-02-07 commit.
1328         * lib/gen-uni-tables.c (output_predicate, output_category,
1329         output_combclass, output_bidi_category, output_decimal_digit,
1330         output_digit, output_numeric, output_mirror, output_scripts,
1331         output_ident_category, output_simple_mapping): Fix format directives.
1332         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1333
1334 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1335
1336         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1337         fixes are available from IBM.
1338
1339 2009-02-13  Jim Meyering  <meyering@redhat.com>
1340
1341         fts: arrange not to stat non-directories in more cases
1342         This makes GNU find (when it doesn't need to stat each file)
1343         *much* more efficient at traversing reiserfs file systems.
1344         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1345         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1346         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1347         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1348         (leaf_optimization_applies): New function.
1349         (LCO_hash, LCO_compare): New helper functions.
1350         (link_count_optimize_ok): New function.
1351         (fts_stat): Initialize new member (if dir).
1352         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1353         we've just stat'ed a directory.  Skip the stat call when possible.
1354         ---
1355         Note this AFS-related exchange:
1356         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1357         and note find's pioctl call in find/fstype.c.
1358         But that is necessary only if you want to enable the
1359         optimization for AFS, and for now, I don't.
1360
1361         fts: move a function definition "up" (no semantic change)
1362         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1363         "up" to precede upcoming use of a related function.
1364
1365 2009-02-11  Jim Meyering  <meyering@redhat.com>
1366
1367         fts: correct internal computation of nlinks (optimization-related)
1368         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1369         whether the current entry is a directory, so don't test it.
1370
1371 2009-02-10  Bruno Haible  <bruno@clisp.org>
1372
1373         Tests for module 'uniwbrk/ulc-wordbreaks'.
1374         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1375         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1376         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1377
1378         Tests for module 'uniwbrk/u32-wordbreaks'.
1379         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1380         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1381
1382         Tests for module 'uniwbrk/u16-wordbreaks'.
1383         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1384         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1385
1386         Tests for module 'uniwbrk/u8-wordbreaks'.
1387         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1388         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1389
1390 2009-02-10  Bruno Haible  <bruno@clisp.org>
1391
1392         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1393         property.
1394         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1395         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1396         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1397
1398 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1399
1400         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1401         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1402
1403 2009-02-10  Bruno Haible  <bruno@clisp.org>
1404
1405         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1406         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1407         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1408         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1409         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1410         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1411
1412 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1413
1414         * lib/sockets.h (gl_fd_to_handle): New function.
1415
1416         * tests/test-sockets.c: Call gl_fd_to_handle.
1417
1418 2009-02-09  Bruno Haible  <bruno@clisp.org>
1419
1420         * doc/havelib.texi: Document the conventions on bi-arch systems.
1421
1422 2009-02-08  Bruno Haible  <bruno@clisp.org>
1423
1424         Document the AC_LIB_LINKFLAGS macro.
1425         * doc/havelib.texi: New file, mostly written on 2005-05-24.
1426         * doc/gnulib.texi: Include it.
1427
1428 2009-02-08  Bruno Haible  <bruno@clisp.org>
1429
1430         Fix wrong order of sections, compared to TOC.
1431         * doc/gnulib.texi: Include relocatable-maint.texi after the
1432         "Regular expressions" node, not before.
1433
1434 2009-02-08  Bruno Haible  <bruno@clisp.org>
1435
1436         Tests for module 'unicase/totitle'.
1437         * modules/unicase/totitle-tests: New file.
1438
1439         Tests for module 'unicase/tolower'.
1440         * modules/unicase/tolower-tests: New file.
1441
1442         Tests for module 'unicase/toupper'.
1443         * modules/unicase/toupper-tests: New file.
1444         * tests/unicase/test-mapping-part1.h: New file.
1445         * tests/unicase/test-mapping-part2.h: New file.
1446
1447         New module 'unicase/totitle'.
1448         * modules/unicase/totitle: New file.
1449         * lib/unicase/totitle.c: New file.
1450
1451         New module 'unicase/tolower'.
1452         * modules/unicase/tolower: New file.
1453         * lib/unicase/tolower.c: New file.
1454
1455         New module 'unicase/toupper'.
1456         * modules/unicase/toupper: New file.
1457         * lib/unicase/toupper.c: New file.
1458         * lib/unicase/simple-mapping.h: New file.
1459
1460         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
1461         (mapping_table): New structure.
1462         (output_simple_mapping): New function.
1463         (main): Invoke output_simple_mapping_test and output_simple_mapping.
1464         * modules/gen-uni-tables (Description): Update.
1465         * lib/unicase/toupper.h: New file, automatically generated by
1466         gen-uni-tables.
1467         * lib/unicase/tolower.h: New file, automatically generated by
1468         gen-uni-tables.
1469         * lib/unicase/totitle.h: New file, automatically generated by
1470         gen-uni-tables.
1471         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
1472         gen-uni-tables.
1473         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
1474         gen-uni-tables.
1475         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
1476         gen-uni-tables.
1477
1478         New module 'unicase/base'.
1479         * modules/unicase/base: New file.
1480         * lib/unicase.h: New file.
1481
1482 2009-02-08  Bruno Haible  <bruno@clisp.org>
1483
1484         New module 'uniwbrk/ulc-wordbreaks'.
1485         * modules/uniwbrk/ulc-wordbreaks: New file.
1486         * lib/uniwbrk/ulc-wordbreaks.c: New file.
1487
1488         New module 'uniwbrk/u32-wordbreaks'.
1489         * modules/uniwbrk/u32-wordbreaks: New file.
1490         * lib/uniwbrk/u32-wordbreaks.c: New file.
1491
1492         New module 'uniwbrk/u16-wordbreaks'.
1493         * modules/uniwbrk/u16-wordbreaks: New file.
1494         * lib/uniwbrk/u16-wordbreaks.c: New file.
1495
1496         New module 'uniwbrk/u8-wordbreaks'.
1497         * modules/uniwbrk/u8-wordbreaks: New file.
1498         * lib/uniwbrk/u8-wordbreaks.c: New file.
1499         * lib/uniwbrk/u-wordbreaks.h: New file.
1500
1501         New module 'uniwbrk/table'.
1502         * modules/uniwbrk/table: New file.
1503         * lib/uniwbrk/wbrktable.h: New file.
1504         * lib/uniwbrk/wbrktable.c: New file.
1505
1506         New module 'uniwbrk/wordbreak-property'.
1507         * modules/uniwbrk/wordbreak-property: New file.
1508         * lib/uniwbrk/wordbreak-property.c: New file.
1509
1510         * lib/gen-uni-tables.c (WBP_*): New enum items.
1511         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
1512         (unicode_org_wbp): New variable.
1513         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
1514         New functions.
1515         (wbp_table): New structure.
1516         (output_wbp, output_wbrk_tables): New functions.
1517         (main): Accept additional argument. Invoke fill_org_wbp,
1518         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
1519         output_wbrk_tables.
1520         * modules/gen-uni-tables (Description): Update.
1521         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
1522         gen-uni-tables.
1523
1524         New module 'uniwbrk/base'.
1525         * modules/uniwbrk/base: New file.
1526         * lib/uniwbrk.h: New file.
1527
1528 2009-02-08  Bruno Haible  <bruno@clisp.org>
1529
1530         Update to Unicode 5.1.0.
1531         * lib/gen-uni-tables.c (is_property_alphabetic): Include
1532         U+2185..U+2188.
1533         (is_property_default_ignorable_code_point): Don't include characters
1534         of category Cc or Cs and not-a-characters.
1535         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
1536         U+0D79, U+109E, U+109F, U+A60C.
1537         * lib/unictype/bidi_of.h: Regenerated.
1538         * lib/unictype/blocks.h: Regenerated.
1539         * lib/unictype/categ_C.h: Regenerated.
1540         * lib/unictype/categ_Cf.h: Regenerated.
1541         * lib/unictype/categ_Cn.h: Regenerated.
1542         * lib/unictype/categ_L.h: Regenerated.
1543         * lib/unictype/categ_Ll.h: Regenerated.
1544         * lib/unictype/categ_Lm.h: Regenerated.
1545         * lib/unictype/categ_Lo.h: Regenerated.
1546         * lib/unictype/categ_Lu.h: Regenerated.
1547         * lib/unictype/categ_M.h: Regenerated.
1548         * lib/unictype/categ_Mc.h: Regenerated.
1549         * lib/unictype/categ_Me.h: Regenerated.
1550         * lib/unictype/categ_Mn.h: Regenerated.
1551         * lib/unictype/categ_N.h: Regenerated.
1552         * lib/unictype/categ_Nd.h: Regenerated.
1553         * lib/unictype/categ_Nl.h: Regenerated.
1554         * lib/unictype/categ_No.h: Regenerated.
1555         * lib/unictype/categ_P.h: Regenerated.
1556         * lib/unictype/categ_Pd.h: Regenerated.
1557         * lib/unictype/categ_Pe.h: Regenerated.
1558         * lib/unictype/categ_Pf.h: Regenerated.
1559         * lib/unictype/categ_Pi.h: Regenerated.
1560         * lib/unictype/categ_Po.h: Regenerated.
1561         * lib/unictype/categ_Ps.h: Regenerated.
1562         * lib/unictype/categ_S.h: Regenerated.
1563         * lib/unictype/categ_Sk.h: Regenerated.
1564         * lib/unictype/categ_Sm.h: Regenerated.
1565         * lib/unictype/categ_So.h: Regenerated.
1566         * lib/unictype/categ_of.h: Regenerated.
1567         * lib/unictype/combining.h: Regenerated.
1568         * lib/unictype/ctype_alnum.h: Regenerated.
1569         * lib/unictype/ctype_alpha.h: Regenerated.
1570         * lib/unictype/ctype_graph.h: Regenerated.
1571         * lib/unictype/ctype_lower.h: Regenerated.
1572         * lib/unictype/ctype_print.h: Regenerated.
1573         * lib/unictype/ctype_punct.h: Regenerated.
1574         * lib/unictype/ctype_upper.h: Regenerated.
1575         * lib/unictype/decdigit.h: Regenerated.
1576         * lib/unictype/digit.h: Regenerated.
1577         * lib/unictype/mirror.h: Regenerated.
1578         * lib/unictype/numeric.h: Regenerated.
1579         * lib/unictype/pr_alphabetic.h: Regenerated.
1580         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
1581         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
1582         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
1583         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
1584         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
1585         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
1586         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
1587         * lib/unictype/pr_combining.h: Regenerated.
1588         * lib/unictype/pr_dash.h: Regenerated.
1589         * lib/unictype/pr_decimal_digit.h: Regenerated.
1590         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
1591         * lib/unictype/pr_deprecated.h: Regenerated.
1592         * lib/unictype/pr_diacritic.h: Regenerated.
1593         * lib/unictype/pr_extender.h: Regenerated.
1594         * lib/unictype/pr_format_control.h: Regenerated.
1595         * lib/unictype/pr_grapheme_base.h: Regenerated.
1596         * lib/unictype/pr_grapheme_extend.h: Regenerated.
1597         * lib/unictype/pr_grapheme_link.h: Regenerated.
1598         * lib/unictype/pr_id_continue.h: Regenerated.
1599         * lib/unictype/pr_id_start.h: Regenerated.
1600         * lib/unictype/pr_ideographic.h: Regenerated.
1601         * lib/unictype/pr_ignorable_control.h: Regenerated.
1602         * lib/unictype/pr_lowercase.h: Regenerated.
1603         * lib/unictype/pr_math.h: Regenerated.
1604         * lib/unictype/pr_numeric.h: Regenerated.
1605         * lib/unictype/pr_other_alphabetic.h: Regenerated.
1606         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
1607         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
1608         * lib/unictype/pr_other_id_continue.h: Regenerated.
1609         * lib/unictype/pr_other_lowercase.h: Regenerated.
1610         * lib/unictype/pr_other_math.h: Regenerated.
1611         * lib/unictype/pr_punctuation.h: Regenerated.
1612         * lib/unictype/pr_sentence_terminal.h: Regenerated.
1613         * lib/unictype/pr_soft_dotted.h: Regenerated.
1614         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
1615         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
1616         * lib/unictype/pr_unified_ideograph.h: Regenerated.
1617         * lib/unictype/pr_uppercase.h: Regenerated.
1618         * lib/unictype/pr_xid_continue.h: Regenerated.
1619         * lib/unictype/pr_xid_start.h: Regenerated.
1620         * lib/unictype/pr_zero_width.h: Regenerated.
1621         * lib/unictype/scripts.h: Regenerated.
1622         * lib/unictype/scripts_byname.gperf: Regenerated.
1623         * lib/unictype/sy_java_ident.h: Regenerated.
1624         * lib/unilbrk/lbrkprop1.h: Regenerated.
1625         * lib/unilbrk/lbrkprop2.h: Regenerated.
1626         * tests/unictype/test-categ_C.c: Regenerated.
1627         * tests/unictype/test-categ_Cf.c: Regenerated.
1628         * tests/unictype/test-categ_Cn.c: Regenerated.
1629         * tests/unictype/test-categ_L.c: Regenerated.
1630         * tests/unictype/test-categ_Ll.c: Regenerated.
1631         * tests/unictype/test-categ_Lm.c: Regenerated.
1632         * tests/unictype/test-categ_Lo.c: Regenerated.
1633         * tests/unictype/test-categ_Lu.c: Regenerated.
1634         * tests/unictype/test-categ_M.c: Regenerated.
1635         * tests/unictype/test-categ_Mc.c: Regenerated.
1636         * tests/unictype/test-categ_Me.c: Regenerated.
1637         * tests/unictype/test-categ_Mn.c: Regenerated.
1638         * tests/unictype/test-categ_N.c: Regenerated.
1639         * tests/unictype/test-categ_Nd.c: Regenerated.
1640         * tests/unictype/test-categ_Nl.c: Regenerated.
1641         * tests/unictype/test-categ_No.c: Regenerated.
1642         * tests/unictype/test-categ_P.c: Regenerated.
1643         * tests/unictype/test-categ_Pd.c: Regenerated.
1644         * tests/unictype/test-categ_Pe.c: Regenerated.
1645         * tests/unictype/test-categ_Pf.c: Regenerated.
1646         * tests/unictype/test-categ_Pi.c: Regenerated.
1647         * tests/unictype/test-categ_Po.c: Regenerated.
1648         * tests/unictype/test-categ_Ps.c: Regenerated.
1649         * tests/unictype/test-categ_S.c: Regenerated.
1650         * tests/unictype/test-categ_Sk.c: Regenerated.
1651         * tests/unictype/test-categ_Sm.c: Regenerated.
1652         * tests/unictype/test-categ_So.c: Regenerated.
1653         * tests/unictype/test-ctype_alnum.c: Regenerated.
1654         * tests/unictype/test-ctype_alpha.c: Regenerated.
1655         * tests/unictype/test-ctype_graph.c: Regenerated.
1656         * tests/unictype/test-ctype_lower.c: Regenerated.
1657         * tests/unictype/test-ctype_print.c: Regenerated.
1658         * tests/unictype/test-ctype_punct.c: Regenerated.
1659         * tests/unictype/test-ctype_upper.c: Regenerated.
1660         * tests/unictype/test-decdigit.h: Regenerated.
1661         * tests/unictype/test-digit.h: Regenerated.
1662         * tests/unictype/test-numeric.h: Regenerated.
1663         * tests/unictype/test-pr_alphabetic.c: Regenerated.
1664         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
1665         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
1666         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
1667         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
1668         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
1669         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
1670         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
1671         * tests/unictype/test-pr_combining.c: Regenerated.
1672         * tests/unictype/test-pr_dash.c: Regenerated.
1673         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
1674         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
1675         * tests/unictype/test-pr_deprecated.c: Regenerated.
1676         * tests/unictype/test-pr_diacritic.c: Regenerated.
1677         * tests/unictype/test-pr_extender.c: Regenerated.
1678         * tests/unictype/test-pr_format_control.c: Regenerated.
1679         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
1680         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
1681         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
1682         * tests/unictype/test-pr_id_continue.c: Regenerated.
1683         * tests/unictype/test-pr_id_start.c: Regenerated.
1684         * tests/unictype/test-pr_ideographic.c: Regenerated.
1685         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
1686         * tests/unictype/test-pr_lowercase.c: Regenerated.
1687         * tests/unictype/test-pr_math.c: Regenerated.
1688         * tests/unictype/test-pr_numeric.c: Regenerated.
1689         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
1690         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
1691         Regenerated.
1692         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
1693         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
1694         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
1695         * tests/unictype/test-pr_other_math.c: Regenerated.
1696         * tests/unictype/test-pr_punctuation.c: Regenerated.
1697         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
1698         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
1699         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
1700         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
1701         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
1702         * tests/unictype/test-pr_uppercase.c: Regenerated.
1703         * tests/unictype/test-pr_xid_continue.c: Regenerated.
1704         * tests/unictype/test-pr_xid_start.c: Regenerated.
1705         * tests/unictype/test-pr_zero_width.c: Regenerated.
1706
1707         Update to Unicode 5.1.0.
1708         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
1709         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
1710         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
1711         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
1712         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
1713         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
1714         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
1715         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
1716         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
1717         (nonspacing_table_ind): Update.
1718         * tests/uniwidth/test-uc_width2.sh: Update expected result.
1719
1720         Update to Unicode 5.1.0.
1721         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
1722         code transform.
1723         * lib/uniname/uniname.c (unicode_character_name,
1724         unicode_name_character): Add the range 0x1Fxxx to the code transform.
1725         * lib/uniname/uninames.h: Regenerated.
1726         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
1727
1728 2009-02-07  Bruno Haible  <bruno@clisp.org>
1729
1730         Merge gen-ctype and gen-lbrk into a single program.
1731         * lib/gen-uni-tables.c: New file, incorporating
1732         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
1733         Add directory prefixes to the names of the generated files.
1734         * lib/unictype/gen-ctype.c: Remove file.
1735         * lib/unilbrk/gen-lbrk.c: Remove file.
1736         * modules/gen-uni-tables: New file.
1737         * modules/unictype/gen-ctype: Remove file.
1738         * modules/unilbrk/gen-lbrk: Remove file.
1739
1740 2009-02-07  Bruno Haible  <bruno@clisp.org>
1741
1742         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
1743
1744         New module 'unistr/u32-strcoll'.
1745         * modules/unistr/u32-strcoll: New file.
1746         * lib/unistr/u32-strcoll.c: New file.
1747
1748         New module 'unistr/u16-strcoll'.
1749         * modules/unistr/u16-strcoll: New file.
1750         * lib/unistr/u16-strcoll.c: New file.
1751
1752         New module 'unistr/u8-strcoll'.
1753         * modules/unistr/u8-strcoll: New file.
1754         * lib/unistr/u8-strcoll.c: New file.
1755         * lib/unistr/u-strcoll.h: New file.
1756
1757 2009-02-07  Bruno Haible  <bruno@clisp.org>
1758
1759         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
1760         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1761         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1762         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
1763         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
1764         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
1765
1766 2009-02-07  Bruno Haible  <bruno@clisp.org>
1767
1768         Make 64-bit clean.
1769         * lib/unictype/gen-ctype.c (output_predicate, output_category,
1770         output_combclass, output_bidi_category, output_decimal_digit,
1771         output_digit, output_numeric, output_mirror, output_scripts,
1772         output_ident_category): Use proper width specifier in format strings.
1773
1774 2009-02-07  Bruno Haible  <bruno@clisp.org>
1775
1776         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
1777         failure behaviour.
1778
1779 2009-02-07  Jim Meyering  <meyering@redhat.com>
1780
1781         regex: avoid compilation failure with upcoming gcc-4.4
1782         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
1783         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
1784         "... error: integer overflow in preprocessor expression".
1785
1786 2009-02-05  Ben Pfaff  <blp@gnu.org>
1787
1788         Fix link errors on Windows when close module is used.
1789         * modules/close: Add $(LIB_CLOSE) to Link section.
1790         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
1791         $(LIB_CLOSE) on Windows.
1792
1793 2009-02-05  Jim Meyering  <meyering@redhat.com>
1794
1795         still avoid unused-parameter warnings, but do it cleanly
1796         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
1797         (get_fs_usage): Cast to void instead.
1798         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
1799         (dev_from_mount_options, read_file_system_list): Cast to void.
1800         Prompted by Bruno Haible.
1801
1802 2009-02-04  Jim Meyering  <meyering@redhat.com>
1803
1804         fsusage.c: correct copyright year
1805         * lib/fsusage.c: Reflect year in which the change is pushed into
1806
1807         avoid misc. warnings
1808         * lib/fsusage.c (UNUSED_PARAM): Define.
1809         (get_fs_usage): Mark parameter "disk" as unused.
1810         * lib/getugroups.c (getgrent): Use "void" in prototype.
1811         * lib/mountlist.c: Mark unused parameters.
1812         (read_file_system_list): Declare a local with "const".
1813         * lib/nanosleep.c (getnow): Declare static.
1814         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
1815
1816         dirfd: set errno upon failure
1817         * lib/dirfd.c: Include <errno.h>.
1818         Set errno to ENOTSUP when returning -1.
1819         * modules/dirfd (Depends-on): Add errno.
1820         Suggested by John Kodis <kodis@comcast.net>.
1821
1822 2009-02-01  Bruno Haible  <bruno@clisp.org>
1823
1824         Don't assume sizeof (long) >= sizeof (void *).
1825         * lib/memcmp.c: Include stdint.h.
1826         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
1827         srcp2 to 'const byte *'.
1828         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
1829         types to uintptr_t.
1830         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
1831         * modules/memcmp (Depends-on): Add stdint.
1832         Reported by Ozkan Sezer <sezeroz@gmail.com>.
1833
1834 2009-01-30  Eric Blake  <ebb9@byu.net>
1835
1836         fix more require-before-expand issues
1837         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
1838         expand, AC_PROG_AWK.
1839         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
1840
1841 2009-01-28  Eric Blake  <ebb9@byu.net>
1842
1843         version-etc: use consistent URL formatting
1844         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
1845         Improve formatting.  Use fputs for string without %.
1846
1847 2009-01-28  Jim Meyering  <meyering@redhat.com>
1848
1849         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
1850         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
1851         "underquoted definition of NAME" from autoconf-2.59.
1852
1853 2009-01-28  Bruno Haible  <bruno@clisp.org>
1854
1855         * doc/gnulib.texi: Add "Obsolete modules" to index.
1856
1857 2009-01-28  Jim Meyering  <meyering@redhat.com>
1858
1859         useless-if-before-free: recognize more variants
1860         * build-aux/useless-if-before-free: Also recognize e.g.,
1861         if (NULL != p) free (p);
1862
1863 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
1864
1865         test-getaddrinfo: skip (don't fail) this test when there's no network
1866         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
1867         on the presumption that it means you lack network access.
1868
1869 2009-01-26  Jim Meyering  <meyering@redhat.com>
1870
1871         fflush: avoid warnings on modern systems
1872         * lib/fflush.c (rpl_fflush): Move declarations of locals,
1873         pos and result, into scopes where they're used.
1874
1875 2009-01-26  Eric Blake  <ebb9@byu.net>
1876
1877         Silence warning reintroduced by recent extensions patch.
1878         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
1879         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
1880         autoconf.
1881
1882         Backport improved autoconf semantics of AC_DEFUN_ONCE.
1883         * m4/00gnulib.m4: New file.
1884         * gnulib-tool (func_get_filelist): Always use it.
1885         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
1886         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
1887
1888 2009-01-25  Bruno Haible  <bruno@clisp.org>
1889
1890         Make test-quotearg work on MacOS X and AIX.
1891         * tests/test-quotearg.sh: New file.
1892         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
1893         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
1894         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
1895         include <libintl.h>.
1896         (fake_locale): Remove variable.
1897         (gettext, dgettext, dcgettext): Remove functions.
1898         (main): Instead of setting a fake locale, set a real locale. Call
1899         textdomain and bindtextdomain.
1900         * modules/quotearg-tests (Files): Add the new files.
1901         (Depends-on): Add gettext, setenv, unsetenv.
1902         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1903         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
1904         Augment TESTS_ENVIRONMENT.
1905
1906 2009-01-25  Bruno Haible  <bruno@clisp.org>
1907
1908         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
1909         fr_FR.ISO8859-1 locale on MacOS X.
1910         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
1911         ja_JP.eucJP locale on MacOS X.
1912         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
1913         zh_CN.GB18030 locale on MacOS X.
1914
1915 2009-01-25  Bruno Haible  <bruno@clisp.org>
1916
1917         Avoid link errors on MacOS X 10.3.
1918         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
1919         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1920
1921 2009-01-25  Bruno Haible  <bruno@clisp.org>
1922
1923         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1924         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
1925         * modules/pipe (Files): Remove m4/posix_spawn.m4.
1926         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1927         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
1928         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1929         posix_spawnattr_init, posix_spawnattr_setsigmask,
1930         posix_spawnattr_setflags, posix_spawnattr_destroy.
1931
1932         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1933         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
1934         * modules/execute (Files): Remove m4/posix_spawn.m4.
1935         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1936         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1937         posix_spawnattr_init, posix_spawnattr_setsigmask,
1938         posix_spawnattr_setflags, posix_spawnattr_destroy.
1939
1940 2009-01-25  Bruno Haible  <bruno@clisp.org>
1941
1942         * lib/glthread/threadlib.c: Include <stdlib.h>.
1943
1944 2009-01-25  Bruno Haible  <bruno@clisp.org>
1945
1946         * lib/glthread/threadlib.c (dummy): New declaration.
1947
1948 2009-01-25  Bruno Haible  <bruno@clisp.org>
1949
1950         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
1951         multibyte characters also for the GB18030 encoding. Don't crash when
1952         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
1953
1954 2009-01-25  Bruno Haible  <bruno@clisp.org>
1955
1956         Avoid redefining 'struct random_data' on OSF/1 5.1.
1957         * lib/stdlib.in.h: Include <random.h> if it exists.
1958         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
1959         HAVE_RANDOM_H. Include <random.h> when testing whether
1960         'struct random_data' exists.
1961         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
1962
1963 2009-01-25  Bruno Haible  <bruno@clisp.org>
1964
1965         Don't install charset.alias on MacOS X >= 10.3.
1966         * lib/localcharset.c (DARWIN7): New macro.
1967         (get_charset_aliases): Hardcode the result for Darwin7.
1968         * modules/localcharset (install-exec-local): Don't install
1969         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
1970
1971 2009-01-25  Bruno Haible  <bruno@clisp.org>
1972
1973         Don't install charset.alias on mingw and Cygwin.
1974         * modules/localcharset (install-exec-local): Don't install
1975         charset.alias on mingw and Cygwin, if the file does not yet exist.
1976         The result for these platforms is hardcoded in localcharset.c.
1977
1978 2009-01-25  Bruno Haible  <bruno@clisp.org>
1979
1980         Make it possible again to use AC_GNU_SOURCE together with gnulib.
1981         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
1982         before requiring AC_USE_SYSTEM_EXTENSIONS.
1983
1984 2009-01-25  Jim Meyering  <meyering@redhat.com>
1985
1986         c-strtod: avoid warnings
1987         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
1988         "assignment discards qualifiers from pointer target type" warnings.
1989
1990 2009-01-24  Bruno Haible  <bruno@clisp.org>
1991
1992         Add support for non-UTF-8 locales on MacOS X.
1993         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
1994         canonical encodings. For Darwin 7 and newer, don't map traditional
1995         encodings to UTF-8.
1996         Reported by Vincent Lefevre <vincent@vinc17.org>
1997         at <http://savannah.gnu.org/bugs/?25235>.
1998
1999 2009-01-24  Bruno Haible  <bruno@clisp.org>
2000
2001         * doc/gnulib.texi (Obsolete modules): New section.
2002         Reported by Mike Frysinger <vapier@gentoo.org>.
2003
2004 2009-01-24  Bruno Haible  <bruno@clisp.org>
2005
2006         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
2007         (%.dvi): New rule.
2008
2009 2009-01-24  Bruno Haible  <bruno@clisp.org>
2010
2011         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
2012         Reported by Eric Blake.
2013
2014 2009-01-24  Bruno Haible  <bruno@clisp.org>
2015
2016         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
2017         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
2018         Reported by Gary V. Vaughan <gary@gnu.org>.
2019
2020 2009-01-24  Bruno Haible  <bruno@clisp.org>
2021
2022         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
2023
2024 2009-01-23  Bruno Haible  <bruno@clisp.org>
2025
2026         Make c-strtod, c-strtold usable in libraries.
2027         * lib/c-strtod.c: Include string.h instead of xalloc.h.
2028         (C_STRTOD): Call strdup instead of xstrdup.
2029         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
2030         * modules/c-strtold (Depends-on): Likewise.
2031         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
2032         * NEWS: Mention the change.
2033         Reported by Michael Gold <mgold@ncf.ca>.
2034
2035 2009-01-23  Jim Meyering  <meyering@redhat.com>
2036
2037         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
2038         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
2039         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
2040
2041 2009-01-23  Simon Josefsson  <simon@josefsson.org>
2042
2043         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
2044         GNU CoreUtils.
2045         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
2046         * modules/version-etc (Description): Update.
2047
2048 2009-01-22  Bruno Haible  <bruno@clisp.org>
2049
2050         Cache the C locale object.
2051         * lib/c-strtod.c (c_locale_cache): New variable.
2052         (c_locale): New function.
2053         (C_STRTOD): Use it, and don't call freelocale.
2054         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
2055         Suggested by Paolo Bonzini.
2056
2057 2009-01-21  Bruno Haible  <bruno@clisp.org>
2058
2059         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
2060         conditions other than overflow.
2061
2062 2009-01-21  Bruno Haible  <bruno@clisp.org>
2063
2064         * lib/c-strtod.c: Include errno.h.
2065         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
2066         value from STRTOD_L and STRTOD.
2067
2068 2009-01-21  Bruno Haible  <bruno@clisp.org>
2069         and Jim Meyering  <meyering@redhat.com>
2070
2071         nanosleep: skip configure test (fail it) for apple universal builds
2072         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
2073         universal builds, assume that nanosleep does not work.
2074         * modules/nanosleep (Depends-on): Add multiarch.
2075
2076         mktime: skip configure test (fail it) for apple universal builds
2077         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
2078         universal builds, assume that mktime does not work.
2079         * modules/mktime (Depends-on): Add multiarch.
2080
2081 2009-01-21  Eric Blake  <ebb9@byu.net>
2082
2083         multiarch: avoid expand-before-require warning
2084         * modules/multiarch (configure.ac): Require, rather than expand,
2085         gl_MULTIARCH.
2086         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
2087         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
2088         enforce that all clients require it.  Partial reversion of
2089         2008-12-29 patch.
2090
2091         error: avoid expand-before-require warning
2092         * modules/errno (configure.ac): Require, rather than expand,
2093         gl_HEADER_ERRNO_H.
2094         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
2095         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
2096         enforce that all clients require it.
2097
2098         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
2099         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
2100         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
2101         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
2102
2103 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
2104
2105         Revert:
2106         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2107
2108         regex: do not depend on obsolete modules.
2109         * modules/regex: Remove memcmp and memmove.
2110
2111 2009-01-20  Bruno Haible  <bruno@clisp.org>
2112
2113         Make the 'link' module link on Windows NT 4.
2114         * lib/link.c (_WIN32_WINNT): Don't define.
2115         (CreateHardLinkFuncType): New type.
2116         (CreateHardLinkFunc, initialized): New variables.
2117         (initialize): New function.
2118         (link): Invoke CreateHardLink indirectly through the function pointer.
2119
2120 2009-01-20  Bruno Haible  <bruno@clisp.org>
2121
2122         Fix compilation failure on mingw.
2123         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
2124
2125 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
2126
2127         * doc/c-strtod.texi: Mention a couple of restrictions.
2128
2129 2009-01-20  Jim Meyering  <meyering@redhat.com>
2130
2131         gettimeofday: move more declarations out of functions
2132         * lib/gettimeofday.c: Move extern declarations of tzset and
2133         gmtime out of containing functions.  Prompted by Bruno Haible.
2134
2135 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2136
2137         regex: do not depend on obsolete modules.
2138         * modules/regex: Remove memcmp and memmove.
2139
2140 2009-01-19  Bruno Haible  <bruno@clisp.org>
2141
2142         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2143         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
2144         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2145         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
2146         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
2147
2148 2009-01-19  Bruno Haible  <bruno@clisp.org>
2149
2150         * tests/test-link.c: Include <errno.h>.
2151         (main): Exit with code 77 when a hard link cannot be created due to
2152         the file system.
2153         * tests/test-link.sh: Skip test when a hard link cannot be created due
2154         to the file system.
2155         Suggested by Eric Blake.
2156
2157 2009-01-19  Martin Lambers  <marlam@marlam.de>
2158
2159         * modules/link-tests: New file.
2160         * tests/test-link.sh: New file.
2161         * tests/test-link.c: New file.
2162
2163 2009-01-19  Eric Blake  <ebb9@byu.net>
2164
2165         doc: mention another function added in cygwin 1.7.0
2166         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
2167         Another new function in cygwin 1.7.
2168
2169 2009-01-19  Bruno Haible  <bruno@clisp.org>
2170
2171         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2172         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
2173         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
2174         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2175         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2176         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
2177         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
2178         * m4/md4.m4 (gl_MD4): Likewise.
2179         * m4/md5.m4 (gl_MD5): Likewise.
2180         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
2181         * m4/sha1.m4 (gl_SHA1): Likewise.
2182         * m4/sha256.m4 (gl_SHA256): Likewise.
2183         * m4/sha512.m4 (gl_SHA512): Likewise.
2184
2185 2009-01-19  Bruno Haible  <bruno@clisp.org>
2186
2187         * modules/uniname/uniname-tests (Depends-on): Add progname.
2188         * tests/uniname/test-uninames.c: Include progname.h.
2189         (main): Call set_program_name.
2190
2191         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
2192         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
2193         (main): Call set_program_name.
2194
2195         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
2196         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
2197         (main): Call set_program_name.
2198
2199         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
2200         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
2201         (main): Call set_program_name.
2202
2203         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
2204         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
2205         (main): Call set_program_name.
2206
2207         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
2208         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
2209         (main): Call set_program_name.
2210
2211         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
2212         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
2213         (main): Call set_program_name.
2214
2215         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
2216         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
2217         (main): Call set_program_name.
2218
2219         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
2220         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
2221         (main): Call set_program_name.
2222
2223 2009-01-19  Eric Blake  <ebb9@byu.net>
2224
2225         test-unistd: test previous patch
2226         * tests/test-unistd.c: Test *_FILENO macros.
2227
2228         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
2229         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2230         Guarantee a definition.
2231         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
2232         * modules/unistd-safer (Depends-on): Add dependency on unistd.
2233         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
2234         * lib/dup-safer.c (STDERR_FILENO): Likewise.
2235         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2236         Likewise.
2237         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
2238         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
2239         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2240         Likewise.
2241         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
2242         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
2243         (STDERR_FILENO): Likewise.
2244         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
2245         (STDERR_FILENO): Likewise.
2246         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
2247         (STDERR_FILENO): Likewise.
2248         Reported by Elbert Pol.
2249
2250 2009-01-19  Eric Blake  <ebb9@byu.net>
2251
2252         doc: mention more functions added in cygwin 1.7.0
2253         * doc/posix-functions/abort.texi (abort): Update wording related
2254         to cygwin.
2255         * doc/posix-functions/daylight.texi (daylight): Likewise.
2256         * doc/posix-functions/optarg.texi (optarg): Likewise.
2257         * doc/posix-functions/optarg.texi (opterr): Likewise.
2258         * doc/posix-functions/optarg.texi (optind): Likewise.
2259         * doc/posix-functions/optarg.texi (optopt): Likewise.
2260         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
2261         worked in 1.5.x, and was withdrawn in 1.7.
2262         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
2263         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
2264         cygwin versions.
2265         * doc/posix-functions/perror.texi (perror): Likewise.
2266         * doc/posix-functions/printf.texi (printf): Likewise.
2267         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
2268         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
2269         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
2270         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
2271         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
2272         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
2273         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2274         Likewise.
2275         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2276         Likewise.
2277         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
2278         this function.
2279         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
2280         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
2281         Likewise.
2282         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
2283         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
2284         * doc/posix-functions/confstr.texi (confstr): Likewise.
2285         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
2286         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
2287         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
2288         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
2289         * doc/posix-functions/fputws.texi (fputws): Likewise.
2290         * doc/posix-functions/fwide.texi (fwide): Likewise.
2291         * doc/posix-functions/getwc.texi (getwc): Likewise.
2292         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
2293         * doc/posix-functions/putwc.texi (putwc): Likewise.
2294         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
2295         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
2296         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
2297         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
2298         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
2299         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
2300         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
2301         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
2302         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
2303         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
2304         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
2305
2306 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2307
2308         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2309         * lib/ioctl.c: Include <sys/ioctl.h>.
2310
2311 2009-01-19  Simon Josefsson  <simon@josefsson.org>
2312
2313         * modules/getdate-tests (Depends-on): Add progname.
2314         * tests/test-getdate.c: Use progname module, to avoid link errors
2315         on non-glibc systems.
2316
2317 2009-01-18  Simon Josefsson  <simon@josefsson.org>
2318
2319         * modules/filenamecat-tests (Depends-on): Add progname.
2320         * modules/fstrcmp-tests (Depends-on): Likewise.
2321
2322         * tests/test-filenamecat.c: Use progname module, to avoid link
2323         errors on non-glibc systems.
2324         * tests/test-fstrcmp.c: Likewise.
2325
2326 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2327
2328         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2329         * lib/gettimeofday.c: Move extern declaration out of function.
2330
2331 2009-01-18  Bruno Haible  <bruno@clisp.org>
2332
2333         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2334         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2335         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2336
2337 2009-01-18  Bruno Haible  <bruno@clisp.org>
2338
2339         * lib/strftime.c (MEMPCPY): Remove unused macro.
2340         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2341
2342 2009-01-18  Martin Lambers  <marlam@marlam.de>
2343
2344         New module 'link'.
2345         * lib/unistd.in.h (link): New declaration.
2346         * lib/link.c: New file.
2347         * m4/link.m4: New file.
2348         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2349         HAVE_LINK.
2350         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2351         * modules/link: New file.
2352         * doc/posix-functions/link.texi: Mention the new module.
2353
2354 2009-01-18  Bruno Haible  <bruno@clisp.org>
2355
2356         * tests/test-avltree_list.c (main): Call set_program_name.
2357         * tests/test-avltree_oset.c (main): Likewise.
2358         * tests/test-obstack-printf.c: Include progname.h.
2359         (main): Call set_program_name.
2360         * tests/test-quotearg.c: Include progname.h.
2361         (main): Call set_program_name.
2362         * tests/test-xmemdup0.c: Include progname.h.
2363         (main): Call set_program_name.
2364
2365 2009-01-18  Bruno Haible  <bruno@clisp.org>
2366
2367         New module 'alphasort'.
2368         * lib/dirent.in.h (alphasort): New declaration.
2369         * lib/alphasort.c: New file, from glibc with modifications.
2370         * m4/alphasort.m4: New file.
2371         * modules/alphasort: New file.
2372         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2373         HAVE_ALPHASORT.
2374         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2375         HAVE_ALPHASORT.
2376         * doc/posix-functions/alphasort.texi: Mention the new module and the
2377         portability problems.
2378
2379 2009-01-18  Bruno Haible  <bruno@clisp.org>
2380
2381         New module 'scandir'.
2382         * lib/dirent.in.h (scandir): New declaration.
2383         * lib/scandir.c: New file, from glibc with modifications.
2384         * m4/scandir.m4: New file.
2385         * modules/scandir: New file.
2386         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2387         HAVE_SCANDIR.
2388         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2389         HAVE_SCANDIR.
2390         * doc/posix-functions/scandir.texi: Mention the new module and the
2391         portability problems.
2392
2393 2009-01-17  Bruno Haible  <bruno@clisp.org>
2394
2395         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2396         Update documentation.
2397         (func_remove_suffix): Escape all dots in the suffix. Update
2398         documentation.
2399         (func_filter_filelist): Update documentation.
2400         Reported by Ralf Wildenhues.
2401
2402 2009-01-17  Bruno Haible  <bruno@clisp.org>
2403
2404         * modules/dprintf-posix-tests: New file.
2405         * tests/test-dprintf-posix.sh: New file.
2406         * tests/test-dprintf-posix.c: New file.
2407
2408         New modules 'dprintf', 'dprintf-posix'.
2409         * lib/stdio.in.h (dprintf): New declaration.
2410         * lib/dprintf.c: New file.
2411         * m4/dprintf.m4: New file.
2412         * m4/dprintf-posix.m4: New file.
2413         * modules/dprintf: New file.
2414         * modules/dprintf-posix: New file.
2415         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2416         HAVE_DPRINTF, REPLACE_DPRINTF.
2417         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
2418         HAVE_DPRINTF, REPLACE_DPRINTF.
2419         * doc/posix-functions/dprintf.texi: Mention the new modules.
2420
2421 2009-01-17  Bruno Haible  <bruno@clisp.org>
2422
2423         * modules/vdprintf-posix-tests: New file.
2424         * tests/test-vdprintf-posix.sh: New file.
2425         * tests/test-vdprintf-posix.c: New file.
2426
2427         New modules 'vdprintf', 'vdprintf-posix'.
2428         * lib/stdio.in.h (vdprintf): New declaration.
2429         * lib/vdprintf.c: New file.
2430         * m4/vdprintf.m4: New file.
2431         * m4/vdprintf-posix.m4: New file.
2432         * modules/vdprintf: New file.
2433         * modules/vdprintf-posix: New file.
2434         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
2435         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2436         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
2437         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2438         * doc/posix-functions/vdprintf.texi: Mention the new modules.
2439
2440 2009-01-17  Bruno Haible  <bruno@clisp.org>
2441
2442         Fix replacement of fopen on mingw.
2443         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
2444         mingw.
2445
2446 2009-01-17  Bruno Haible  <bruno@clisp.org>
2447
2448         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
2449         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
2450
2451 2009-01-17  Bruno Haible  <bruno@clisp.org>
2452
2453         Avoid test-fflush2.sh failure on mingw.
2454         * tests/test-fflush2.c: Include binary-io.h.
2455         (main): Put standard input into binary mode.
2456         * modules/fflush-tests (Depends-on): Add binary-io.
2457
2458 2009-01-17  Bruno Haible  <bruno@clisp.org>
2459
2460         * lib/wchar.in.h: In another particular situation, include only the
2461         system's <wchar.h> file.
2462         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
2463         Reported by Albert Chin-A-Young <china@thewrittenword.com>
2464         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
2465
2466 2009-01-17  Bruno Haible  <bruno@clisp.org>
2467
2468         Support for stripping executables in --enable-relocatable.
2469         * build-aux/install-reloc: Expect one more argument, or an environment
2470         variable RELOC_STRIP_PROG. If set, strip the destination program and
2471         its wrapper.
2472         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
2473         RELOC_STRIP_PROG.
2474         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
2475         to set RELOCATABLE_STRIP.
2476         * NEWS: Mention the new Makefile requirement.
2477
2478 2009-01-17  Bruno Haible  <bruno@clisp.org>
2479
2480         * build-aux/install-reloc: Remove debugging information left over by
2481         C compiler on MacOS X.
2482
2483 2009-01-17  Bruno Haible  <bruno@clisp.org>
2484
2485         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
2486         * lib/progreloc.c (find_executable): Fix type of pointer passed to
2487         _NSGetExecutablePath.
2488
2489 2009-01-16  Jim Meyering  <meyering@redhat.com>
2490
2491         strerror: avoid warnings about discarding "const"
2492         * lib/strerror.c (rpl_strerror): Instead of returning a const
2493         string from each and every "case", use a variable, and add a single
2494         cast after the switch.
2495
2496 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
2497
2498         * lib/arpa_inet.in.h: Add extern "C" block for C++.
2499
2500 2009-01-16  Bruno Haible  <bruno@clisp.org>
2501
2502         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
2503         array initializer syntax that also works in C++ mode.
2504         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2505
2506 2009-01-16  Jim Meyering  <meyering@redhat.com>
2507
2508         poll: suppress a warning
2509         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
2510         to ignore "...unsigned expression < 0 is always false" warnings.
2511
2512 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
2513
2514         poll: remove declarations of unused variables
2515         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
2516         sockbuf and optlen.
2517
2518 2009-01-15  Bruno Haible  <bruno@clisp.org>
2519
2520         Make fflush-after-ungetc POSIX compliant on BSD systems.
2521         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
2522         (clear_ungetc_buffer): Implement also for other systems.
2523         (rpl_fflush): On glibc systems, invoke
2524         clear_ungetc_buffer_preserving_position. Otherwise, invoke
2525         clear_ungetc_buffer after fetching the stream's position, not before.
2526
2527 2009-01-15  Bruno Haible  <bruno@clisp.org>
2528
2529         Make fflush-after-ungetc POSIX compliant on glibc systems.
2530         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
2531         after ungetc.
2532         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
2533         (rpl_fflush): On glibc systems, simply call the system's fflush
2534         function after clearing the ungetc buffer.
2535         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
2536         Instead, lseek only to the end of file, then use the system's fseeko
2537         for the rest. On glibc systems, reset the EOF indicator bit.
2538
2539 2009-01-15  Jim Meyering  <meyering@redhat.com>
2540
2541         openmp.m4: revert quote-adding change, for portability to older autoconf
2542         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
2543         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
2544         Simon Josefsson noticed the problem when using autoconf-2.61.
2545
2546 2009-01-15  Bruno Haible  <bruno@clisp.org>
2547
2548         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
2549         * tests/test-fflush2.c (ASSERT): Always fail.
2550         (main): Add two tests for fflush() after ungetc(), taking into account
2551         the Austin Group's clarification.
2552         Suggested by Eric Blake.
2553
2554 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
2555
2556         mktime.m4: remove K&R-style function prototypes
2557         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
2558         for the Sun C++ compiler.
2559
2560 2009-01-14  Bruno Haible  <bruno@clisp.org>
2561
2562         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
2563         while including <wchar.h>.
2564         * lib/wchar.in.h: In two particular situations on HP-UX, include only
2565         the system's <wchar.h> file.
2566         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2567
2568 2009-01-14  Bruno Haible  <bruno@clisp.org>
2569
2570         * m4/csharp.m4: Don't mention gettext on the serial number line.
2571         * m4/csharpexec.m4: Likewise.
2572         * m4/eaccess.m4: Likewise.
2573         * m4/javaexec.m4: Likewise.
2574         * m4/sig_atomic_t.m4: Likewise.
2575         * m4/tmpdir.m4: Likewise.
2576         * m4/intldir.m4: Bump gettext version.
2577         * m4/lib-ld.m4: Likewise.
2578
2579 2009-01-14  Bruno Haible  <bruno@clisp.org>
2580
2581         * lib/progname.c (set_program_name): Add more comments.
2582         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2583
2584 2009-01-14  Simon Josefsson  <simon@josefsson.org>
2585
2586         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
2587         were sys/stat.h does not define it.
2588
2589 2009-01-14  Jim Meyering  <meyering@redhat.com>
2590
2591         many *.m4 files: improve m4 quoting
2592         99% of this change was performed by running the following commands:
2593         git ls-files | grep '\.m4$' | xargs perl -pi \
2594           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
2595           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2596           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2597           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
2598         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
2599         The remainder were to add Copyright dates, increment serial numbers,
2600         undo some changes in comments, exclude m4/intl.m4, and add quotes
2601         around the "1" in ",1" where the unusual spacing prohibited the
2602         above regexps from doing the job.  For more details, see
2603         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
2604         * m4/acl.m4: Modified.
2605         * m4/afs.m4: Likewise.
2606         * m4/alloca.m4: Likewise.
2607         * m4/argp.m4: Likewise.
2608         * m4/argz.m4: Likewise.
2609         * m4/atexit.m4: Likewise.
2610         * m4/bison-i18n.m4: Likewise.
2611         * m4/bison.m4: Likewise.
2612         * m4/byteswap.m4: Likewise.
2613         * m4/c-stack.m4: Likewise.
2614         * m4/c-strtod.m4: Likewise.
2615         * m4/calloc.m4: Likewise.
2616         * m4/canonicalize-lgpl.m4: Likewise.
2617         * m4/chown.m4: Likewise.
2618         * m4/clock_time.m4: Likewise.
2619         * m4/codeset.m4: Likewise.
2620         * m4/copy-file.m4: Likewise.
2621         * m4/csharp.m4: Likewise.
2622         * m4/csharpcomp.m4: Likewise.
2623         * m4/csharpexec.m4: Likewise.
2624         * m4/d-ino.m4: Likewise.
2625         * m4/d-type.m4: Likewise.
2626         * m4/dirfd.m4: Likewise.
2627         * m4/double-slash-root.m4: Likewise.
2628         * m4/eaccess.m4: Likewise.
2629         * m4/eealloc.m4: Likewise.
2630         * m4/environ.m4: Likewise.
2631         * m4/errno_h.m4: Likewise.
2632         * m4/euidaccess.m4: Likewise.
2633         * m4/execute.m4: Likewise.
2634         * m4/fatal-signal.m4: Likewise.
2635         * m4/fchdir.m4: Likewise.
2636         * m4/fcntl_h.m4: Likewise.
2637         * m4/fileblocks.m4: Likewise.
2638         * m4/filenamecat.m4: Likewise.
2639         * m4/findprog.m4: Likewise.
2640         * m4/flexmember.m4: Likewise.
2641         * m4/fnmatch.m4: Likewise.
2642         * m4/fopen.m4: Likewise.
2643         * m4/fpending.m4: Likewise.
2644         * m4/fprintf-posix.m4: Likewise.
2645         * m4/free.m4: Likewise.
2646         * m4/frexp.m4: Likewise.
2647         * m4/frexpl.m4: Likewise.
2648         * m4/fsusage.m4: Likewise.
2649         * m4/ftruncate.m4: Likewise.
2650         * m4/gc-camellia.m4: Likewise.
2651         * m4/gc-random.m4: Likewise.
2652         * m4/gc.m4: Likewise.
2653         * m4/getaddrinfo.m4: Likewise.
2654         * m4/getcwd-abort-bug.m4: Likewise.
2655         * m4/getcwd-path-max.m4: Likewise.
2656         * m4/getdate.m4: Likewise.
2657         * m4/getdomainname.m4: Likewise.
2658         * m4/getgroups.m4: Likewise.
2659         * m4/gethostname.m4: Likewise.
2660         * m4/gethrxtime.m4: Likewise.
2661         * m4/getline.m4: Likewise.
2662         * m4/getloadavg.m4: Likewise.
2663         * m4/getndelim2.m4: Likewise.
2664         * m4/getpass.m4: Likewise.
2665         * m4/gettext.m4: Likewise.
2666         * m4/gettime.m4: Likewise.
2667         * m4/gettimeofday.m4: Likewise.
2668         * m4/gnulib-common.m4: Likewise.
2669         * m4/group-member.m4: Likewise.
2670         * m4/host-os.m4: Likewise.
2671         * m4/iconv.m4: Likewise.
2672         * m4/iconv_open.m4: Likewise.
2673         * m4/inet_ntop.m4: Likewise.
2674         * m4/inet_pton.m4: Likewise.
2675         * m4/inline.m4: Likewise.
2676         * m4/intldir.m4: Likewise.
2677         * m4/intlmacosx.m4: Likewise.
2678         * m4/intmax.m4: Likewise.
2679         * m4/intmax_t.m4: Likewise.
2680         * m4/inttypes.m4: Likewise.
2681         * m4/inttypes_h.m4: Likewise.
2682         * m4/inttypes-pri.m4: Likewise.
2683         * m4/isapipe.m4: Likewise.
2684         * m4/isnand.m4: Likewise.
2685         * m4/isnanf.m4: Likewise.
2686         * m4/isnanl.m4: Likewise.
2687         * m4/javacomp.m4: Likewise.
2688         * m4/javaexec.m4: Likewise.
2689         * m4/jm-winsz1.m4: Likewise.
2690         * m4/jm-winsz2.m4: Likewise.
2691         * m4/lchown.m4: Likewise.
2692         * m4/lcmessage.m4: Likewise.
2693         * m4/ldexpl.m4: Likewise.
2694         * m4/lib-ld.m4: Likewise.
2695         * m4/lib-link.m4: Likewise.
2696         * m4/libsigsegv.m4: Likewise.
2697         * m4/link-follow.m4: Likewise.
2698         * m4/localcharset.m4: Likewise.
2699         * m4/locale-fr.m4: Likewise.
2700         * m4/locale-ja.m4: Likewise.
2701         * m4/locale-tr.m4: Likewise.
2702         * m4/locale-zh.m4: Likewise.
2703         * m4/lock.m4: Likewise.
2704         * m4/longlong.m4: Likewise.
2705         * m4/ls-mntd-fs.m4: Likewise.
2706         * m4/lstat.m4: Likewise.
2707         * m4/malloc.m4: Likewise.
2708         * m4/mathl.m4: Likewise.
2709         * m4/mbrtowc.m4: Likewise.
2710         * m4/mbstate_t.m4: Likewise.
2711         * m4/mbswidth.m4: Likewise.
2712         * m4/memchr.m4: Likewise.
2713         * m4/memcmp.m4: Likewise.
2714         * m4/memcpy.m4: Likewise.
2715         * m4/memmem.m4: Likewise.
2716         * m4/memmove.m4: Likewise.
2717         * m4/mempcpy.m4: Likewise.
2718         * m4/memrchr.m4: Likewise.
2719         * m4/memset.m4: Likewise.
2720         * m4/minmax.m4: Likewise.
2721         * m4/mkdir-slash.m4: Likewise.
2722         * m4/mkdtemp.m4: Likewise.
2723         * m4/mktime.m4: Likewise.
2724         * m4/mmap-anon.m4: Likewise.
2725         * m4/mountlist.m4: Likewise.
2726         * m4/nanosleep.m4: Likewise.
2727         * m4/nls.m4: Likewise.
2728         * m4/nocrash.m4: Likewise.
2729         * m4/open.m4: Likewise.
2730         * m4/openat.m4: Likewise.
2731         * m4/openmp.m4: Likewise.
2732         * m4/pathmax.m4: Likewise.
2733         * m4/perl.m4: Likewise.
2734         * m4/physmem.m4: Likewise.
2735         * m4/pipe.m4: Likewise.
2736         * m4/po.m4: Likewise.
2737         * m4/poll.m4: Likewise.
2738         * m4/posixtm.m4: Likewise.
2739         * m4/posixver.m4: Likewise.
2740         * m4/printf-frexp.m4: Likewise.
2741         * m4/printf-frexpl.m4: Likewise.
2742         * m4/printf-posix.m4: Likewise.
2743         * m4/printf-posix-rpl.m4: Likewise.
2744         * m4/printf.m4: Likewise.
2745         * m4/progtest.m4: Likewise.
2746         * m4/putenv.m4: Likewise.
2747         * m4/readline.m4: Likewise.
2748         * m4/readlink.m4: Likewise.
2749         * m4/readutmp.m4: Likewise.
2750         * m4/realloc.m4: Likewise.
2751         * m4/regex.m4: Likewise.
2752         * m4/relocatable.m4: Likewise.
2753         * m4/relocatable-lib.m4: Likewise.
2754         * m4/rename-dest-slash.m4: Likewise.
2755         * m4/rename.m4: Likewise.
2756         * m4/rmdir-errno.m4: Likewise.
2757         * m4/rmdir.m4: Likewise.
2758         * m4/roundf.m4: Likewise.
2759         * m4/roundl.m4: Likewise.
2760         * m4/rpmatch.m4: Likewise.
2761         * m4/save-cwd.m4: Likewise.
2762         * m4/selinux-selinux-h.m4: Likewise.
2763         * m4/setenv.m4: Likewise.
2764         * m4/settime.m4: Likewise.
2765         * m4/sig2str.m4: Likewise.
2766         * m4/sig_atomic_t.m4: Likewise.
2767         * m4/signalblocking.m4: Likewise.
2768         * m4/signbit.m4: Likewise.
2769         * m4/sigpipe.m4: Likewise.
2770         * m4/sockets.m4: Likewise.
2771         * m4/sockpfaf.m4: Likewise.
2772         * m4/st_dm_mode.m4: Likewise.
2773         * m4/stat-time.m4: Likewise.
2774         * m4/stdbool.m4: Likewise.
2775         * m4/stdint.m4: Likewise.
2776         * m4/stdint_h.m4: Likewise.
2777         * m4/stpcpy.m4: Likewise.
2778         * m4/stpncpy.m4: Likewise.
2779         * m4/strcase.m4: Likewise.
2780         * m4/strchrnul.m4: Likewise.
2781         * m4/strcspn.m4: Likewise.
2782         * m4/strdup.m4: Likewise.
2783         * m4/strftime.m4: Likewise.
2784         * m4/strndup.m4: Likewise.
2785         * m4/strnlen.m4: Likewise.
2786         * m4/strpbrk.m4: Likewise.
2787         * m4/strptime.m4: Likewise.
2788         * m4/strsep.m4: Likewise.
2789         * m4/strtod.m4: Likewise.
2790         * m4/strtoimax.m4: Likewise.
2791         * m4/strtok_r.m4: Likewise.
2792         * m4/strtol.m4: Likewise.
2793         * m4/strtoll.m4: Likewise.
2794         * m4/strtoul.m4: Likewise.
2795         * m4/strtoull.m4: Likewise.
2796         * m4/strtoumax.m4: Likewise.
2797         * m4/strverscmp.m4: Likewise.
2798         * m4/threadlib.m4: Likewise.
2799         * m4/timegm.m4: Likewise.
2800         * m4/tm_gmtoff.m4: Likewise.
2801         * m4/tmpdir.m4: Likewise.
2802         * m4/tmpfile.m4: Likewise.
2803         * m4/tzset.m4: Likewise.
2804         * m4/uintmax_t.m4: Likewise.
2805         * m4/unlinkdir.m4: Likewise.
2806         * m4/unlocked-io.m4: Likewise.
2807         * m4/uptime.m4: Likewise.
2808         * m4/userspec.m4: Likewise.
2809         * m4/utimbuf.m4: Likewise.
2810         * m4/utime.m4: Likewise.
2811         * m4/utimes-null.m4: Likewise.
2812         * m4/utimes.m4: Likewise.
2813         * m4/vararrays.m4: Likewise.
2814         * m4/vasnprintf.m4: Likewise.
2815         * m4/vfprintf-posix.m4: Likewise.
2816         * m4/vprintf-posix.m4: Likewise.
2817         * m4/wait-process.m4: Likewise.
2818         * m4/wchar_t.m4: Likewise.
2819         * m4/wint_t.m4: Likewise.
2820         * m4/write-any-file.m4: Likewise.
2821         * m4/yield.m4: Likewise.
2822
2823 2009-01-13  Bruno Haible  <bruno@clisp.org>
2824
2825         Avoid test-copy-file.sh failures when ACL support insufficient.
2826         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
2827         TESTS_ENVIRONMENT.
2828         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
2829         Reported by Jim Meyering.
2830
2831 2009-01-13  Bruno Haible  <bruno@clisp.org>
2832
2833         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
2834         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
2835         * modules/unistdio/u8-printf-parse (Files): Likewise.
2836         * modules/unistdio/u32-printf-parse (Files): Likewise.
2837         * modules/unistdio/ulc-printf-parse (Files): Likewise.
2838
2839 2009-01-13  Simon Josefsson  <simon@josefsson.org>
2840
2841         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
2842         and m4/inttypes_h.m4 too.
2843
2844 2009-01-12  Eric Blake  <ebb9@byu.net>
2845
2846         tests: IRIX 6.2 cc can't compile -0.0 into .data
2847         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
2848         rather than at compile-time.
2849         * tests/test-floorl.c (minus_zero): Likewise.
2850         * tests/test-frexpl.c (minus_zero): Likewise.
2851         * tests/test-isnan.c (minus_zerol): Likewise.
2852         * tests/test-isnanl.h (minus_zero): Likewise.
2853         * tests/test-ldexpl.c (minus_zero): Likewise.
2854         * tests/test-roundl.c (minus_zero): Likewise.
2855         * tests/test-signbit.c (minus_zerol): Likewise.
2856         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2857         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2858         * tests/test-truncl.c (minus_zero): Likewise.
2859         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2860         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2861         Reported by Tom G. Christensen and Nelson H. F. Beebe.
2862
2863 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2864
2865         regex: fix glibc bug 9697
2866         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
2867         handling.
2868
2869 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2870
2871         regex: fix glibc bug 697
2872         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
2873         being NULL also if there are no backreferences.
2874
2875 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2876
2877         regex: merge glibc changes
2878         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2879         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
2880         re_string_skip_chars, re_string_reconstruct): Likewise.
2881         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
2882
2883 2009-01-07  Jim Meyering  <meyering@redhat.com>
2884
2885         poll: filter through cppi
2886         * lib/poll.c: Indent cpp directives to reflect nesting.
2887
2888 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
2889
2890         poll: don't return uninitialized
2891         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
2892
2893 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
2894
2895         avoid compile failure on AIX 6.1
2896         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
2897         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
2898
2899 2009-01-04  Jim Meyering  <meyering@redhat.com>
2900
2901         remove duplicate inclusion of <stdio.h>
2902         * tests/test-fprintf-posix.c: Likewise.
2903         * tests/test-printf-posix.c: Likewise.
2904         * tests/test-snprintf-posix.c: Likewise.
2905         * tests/test-sprintf-posix.c: Likewise.
2906         * tests/test-vasprintf-posix.c: Likewise.
2907         * tests/test-vfprintf-posix.c: Likewise.
2908         * tests/test-vprintf-posix.c: Likewise.
2909         * tests/test-vsnprintf-posix.c: Likewise.
2910         * tests/test-vsprintf-posix.c: Likewise.
2911
2912 2009-01-03  Jim Meyering  <meyering@redhat.com>
2913
2914         gnulib-tool: fix sed-based filtering
2915         * gnulib-tool (func_filter_filelist): Remove extra backslash
2916         in sed_fff_filter definition.
2917
2918 2009-01-02  Jim Meyering  <meyering@redhat.com>
2919
2920         strftime: avoid compilation failure on Solaris 2.6
2921         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
2922         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
2923         Don't #define mbrlen or mbsinit, since now they're guaranteed to
2924         be available.  Reported by Tom G. Christensen.  Details in
2925         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
2926
2927 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2928             Bruno Haible  <bruno@clisp.org>
2929
2930         Speed up gnulib-tool by doing more string processing through shell
2931         built-ins.
2932         * gnulib-tool (fast_func_append): New variable.
2933         (func_remove_prefix, func_remove_suffix): New functions.
2934         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
2935         (func_filter_filelist): New function.
2936         (func_get_dependencies): Use func_remove_suffix instead of sed.
2937         (func_get_automake_snippet): Use func_filter_filelist instead of a
2938         subshell and sed invocation.
2939
2940 2009-01-01  Bruno Haible  <bruno@clisp.org>
2941
2942         Fix a security bug.
2943         * gnulib-tool (func_import, import, update): Don't allow the characters
2944         '"', '$', '`', '\' in macro arguments that become part of commands that
2945         are evaluated.
2946
2947 2009-01-01  Bruno Haible  <bruno@clisp.org>
2948
2949         * gnulib-tool (func_reset_sigpipe): Add more comments.
2950
2951 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2952
2953         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
2954         func_emit_tests_Makefile_am, func_import): Abort loops early if we
2955         already know the answer.
2956
2957 2009-01-01  Jim Meyering  <meyering@redhat.com>
2958
2959         * lib/version-etc.c (version_etc_va): Update copyright year.
2960
2961 2008-12-30  Bruno Haible  <bruno@clisp.org>
2962
2963         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
2964         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
2965         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
2966
2967 2008-12-29  Eric Blake  <ebb9@byu.net>
2968
2969         multiarch: avoid autoconf AC_REQUIRE bug
2970         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
2971         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
2972         2.63 and older.
2973         Reported by Bruno Haible, and analyzed in
2974         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
2975
2976 2008-12-29  Bruno Haible  <bruno@clisp.org>
2977
2978         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
2979         files in subdirectories correctly.
2980         Reported by Ralf Wildenhues.
2981
2982 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2983
2984         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
2985         rather than 'join FILE -', for Solaris join.
2986
2987 2008-12-29  Bruno Haible  <bruno@clisp.org>
2988
2989         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
2990         quoting.
2991         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
2992         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
2993         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
2994         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
2995         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
2996         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
2997         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
2998         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
2999         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3000         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
3001         * m4/nls.m4 (AM_NLS): Likewise.
3002         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
3003         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
3004         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
3005         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
3006         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
3007         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
3008         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
3009         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
3010         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
3011         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3012         * m4/xsize.m4 (gl_XSIZE): Likewise.
3013         Suggested by Jim Meyering.
3014
3015 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3016
3017         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
3018         * lib/parse-duration.c: use a switch instead of cascading if's.
3019
3020 2008-12-29  Eric Blake  <ebb9@byu.net>
3021
3022         wchar.h: supply WEOF on Irix 5.3
3023         * lib/wchar.in.h (wint_t): Also supply WEOF.
3024         * lib/wctype.in.h (wint_t): Likewise.
3025         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
3026         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
3027         Reported by Tom G. Christensen.
3028
3029 2008-12-26  Bruno Haible  <bruno@clisp.org>
3030
3031         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
3032         i486, i586, i686.
3033
3034 2008-12-26  Bruno Haible  <bruno@clisp.org>
3035
3036         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
3037
3038 2008-12-26  Bruno Haible  <bruno@clisp.org>
3039
3040         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
3041         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
3042         not __STDC_CONSTANT_MACROS.
3043         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3044
3045 2008-12-25  Bruno Haible  <bruno@clisp.org>
3046
3047         Add support for universal builds to vasnprintf.
3048         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
3049         universal builds, guess no.
3050         * modules/vasnprintf-posix (Depends-on): Add multiarch.
3051         * modules/vasprintf-posix (Depends-on): Likewise.
3052         * modules/fprintf-posix (Depends-on): Likewise.
3053         * modules/vfprintf-posix (Depends-on): Likewise.
3054         * modules/snprintf-posix (Depends-on): Likewise.
3055         * modules/vsnprintf-posix (Depends-on): Likewise.
3056         * modules/sprintf-posix (Depends-on): Likewise.
3057         * modules/vsprintf-posix (Depends-on): Likewise.
3058         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3059         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3060         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3061         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3062         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3063         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3064         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3065
3066         Add support for universal builds to <inttypes.h>.
3067         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
3068         _SCNu64_PREFIX): In Apple
3069         universal builds, define directly, using _LP64.
3070         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
3071         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
3072         * modules/inttypes (Depends-on): Add multiarch.
3073         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3074
3075         Add support for universal builds to <stdint.h>.
3076         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
3077         universal builds, define directly, using _LP64.
3078         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
3079         Apple universal builds, don't test for the size and suffix of ptrdiff_t
3080         and size_t.
3081         * modules/stdint (Depends-on): Add multiarch.
3082         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3083
3084         New module 'multiarch'.
3085         * modules/multiarch: New file.
3086         * m4/multiarch.m4: New file.
3087
3088 2008-12-25  Bruno Haible  <bruno@clisp.org>
3089
3090         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
3091
3092 2008-12-25  Bruno Haible  <bruno@clisp.org>
3093
3094         * modules/btowc (License): Relicense under LGPLv2+.
3095         * modules/mbsinit (License): Likewise.
3096         * modules/mbrtowc (License): Likewise.
3097         * modules/wcrtomb (License): Likewise.
3098         * modules/streq (License): Likewise.
3099         Reported by David Lutterkort <lutter@redhat.com>.
3100
3101 2008-12-23  Bruno Haible  <bruno@clisp.org>
3102
3103         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
3104
3105 2008-12-23  Bruno Haible  <bruno@clisp.org>
3106
3107         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
3108         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
3109         GETADDRINFO_LIB, not in LIBS.
3110         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
3111         * modules/canon-host (Link): Likewise.
3112         * NEWS: Mention the change.
3113         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
3114         GETADDRINFO_LIB.
3115
3116 2008-12-22  Bruno Haible  <bruno@clisp.org>
3117
3118         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
3119         * doc/posix-functions/iswalpha_l.texi: Likewise.
3120         * doc/posix-functions/iswblank_l.texi: Likewise.
3121         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3122         * doc/posix-functions/iswctype_l.texi: Likewise.
3123         * doc/posix-functions/iswdigit_l.texi: Likewise.
3124         * doc/posix-functions/iswgraph_l.texi: Likewise.
3125         * doc/posix-functions/iswlower_l.texi: Likewise.
3126         * doc/posix-functions/iswprint_l.texi: Likewise.
3127         * doc/posix-functions/iswpunct_l.texi: Likewise.
3128         * doc/posix-functions/iswspace_l.texi: Likewise.
3129         * doc/posix-functions/iswupper_l.texi: Likewise.
3130         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3131         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
3132         * doc/posix-functions/open_wmemstream.texi: Likewise.
3133         * doc/posix-functions/swscanf.texi: Likewise.
3134         * doc/posix-functions/towctrans_l.texi: Likewise.
3135         * doc/posix-functions/towlower.texi: Likewise.
3136         * doc/posix-functions/towlower_l.texi: Likewise.
3137         * doc/posix-functions/towupper.texi: Likewise.
3138         * doc/posix-functions/towupper_l.texi: Likewise.
3139         * doc/posix-functions/vfwprintf.texi: Likewise.
3140         * doc/posix-functions/vfwscanf.texi: Likewise.
3141         * doc/posix-functions/vswscanf.texi: Likewise.
3142         * doc/posix-functions/vwprintf.texi: Likewise.
3143         * doc/posix-functions/vwscanf.texi: Likewise.
3144         * doc/posix-functions/wcpcpy.texi: Likewise.
3145         * doc/posix-functions/wcpncpy.texi: Likewise.
3146         * doc/posix-functions/wcscasecmp.texi: Likewise.
3147         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
3148         * doc/posix-functions/wcscoll_l.texi: Likewise.
3149         * doc/posix-functions/wcsdup.texi: Likewise.
3150         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3151         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
3152         * doc/posix-functions/wcsnlen.texi: Likewise.
3153         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3154         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3155         * doc/posix-functions/wctrans_l.texi: Likewise.
3156         * doc/posix-functions/wctype_l.texi: Likewise.
3157         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
3158         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
3159         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
3160         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
3161         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
3162         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
3163         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
3164         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
3165         * doc/glibc-functions/wcschrnul.texi: Likewise.
3166         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3167         * doc/glibc-functions/wcstod_l.texi: Likewise.
3168         * doc/glibc-functions/wcstof_l.texi: Likewise.
3169         * doc/glibc-functions/wcstol_l.texi: Likewise.
3170         * doc/glibc-functions/wcstold_l.texi: Likewise.
3171         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3172         * doc/glibc-functions/wcstoq.texi: Likewise.
3173         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3174         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3175         * doc/glibc-functions/wcstouq.texi: Likewise.
3176         * doc/glibc-functions/wmempcpy.texi: Likewise.
3177
3178 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
3179             Eric Blake  <ebb9@byu.net>
3180             Paolo Bonzini  <bonzini@gnu.org>
3181             Bruno Haible  <bruno@clisp.org>
3182
3183         Make c-stack work on Haiku.
3184         * lib/c-stack.c (SA_ONSTACK): Define fallback.
3185         (c_stack_action): Use SA_ONSTACK flag.
3186
3187 2008-12-22  Bruno Haible  <bruno@clisp.org>
3188
3189         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
3190
3191 2008-12-22  Bruno Haible  <bruno@clisp.org>
3192
3193         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
3194         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
3195         being overridden.
3196         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
3197         New macros.
3198         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
3199         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
3200         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
3201         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
3202
3203 2008-12-22  Bruno Haible  <bruno@clisp.org>
3204
3205         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
3206         from test code.
3207
3208 2008-12-22  Eric Blake  <ebb9@byu.net>
3209
3210         Avoid gcc warnings on cygwin.
3211         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
3212         Avoid unused variable.
3213         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
3214         Likewise.
3215
3216 2008-12-22  Bruno Haible  <bruno@clisp.org>
3217
3218         Remove HAVE_MBRTOWC conditionals.
3219         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
3220         (mbscasecmp): Assume mbrtowc function.
3221         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
3222         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
3223         * lib/mbschr.c: Include mbuiter.h unconditionally.
3224         (mbschr): Assume mbrtowc function.
3225         * lib/mbscspn.c: Include mbuiter.h unconditionally.
3226         (mbscspn): Assume mbrtowc function.
3227         * lib/mbslen.c: Include mbuiter.h unconditionally.
3228         (mbslen): Assume mbrtowc function.
3229         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
3230         (mbsncasecmp): Assume mbrtowc function.
3231         * lib/mbsnlen.c: Include mbiter.h unconditionally.
3232         (mbsnlen): Assume mbrtowc function.
3233         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
3234         (mbspbrk): Assume mbrtowc function.
3235         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
3236         (mbspcasecmp): Assume mbrtowc function.
3237         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
3238         (mbsrchr): Assume mbrtowc function.
3239         * lib/mbssep.c: Include mbuiter.h unconditionally.
3240         (mbssep): Assume mbrtowc function.
3241         * lib/mbsspn.c: Include mbuiter.h unconditionally.
3242         (mbsspn): Assume mbrtowc function.
3243         * lib/mbsstr.c: Include mbuiter.h unconditionally.
3244         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
3245         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
3246         (mbstok_r): Assume mbrtowc function.
3247         * lib/propername.c: Include mbuiter.h unconditionally.
3248         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
3249         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
3250         (trim2): Assume mbrtowc function.
3251         * lib/mbswidth.c (mbsinit): Remove fallback definition.
3252         (mbsnwidth): Assume mbrtowc function.
3253         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
3254         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
3255         fallback definitions.
3256         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
3257
3258 2008-12-22  Bruno Haible  <bruno@clisp.org>
3259
3260         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
3261
3262 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
3263
3264         * modules/regex: Request emulations for the mb*/wc* functions we need.
3265         * m4/regex.m4: Don't look for those functions here.
3266         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
3267
3268 2008-12-22  Bruno Haible  <bruno@clisp.org>
3269
3270         * modules/fnmatch (Depends-on): Remove duplicated dependency.
3271
3272 2008-12-21  Bruno Haible  <bruno@clisp.org>
3273
3274         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
3275         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
3276         (Include): Remove conditionalization.
3277         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
3278         (Include): Remove conditionalization.
3279         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
3280         (Include): Remove conditionalization.
3281         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
3282         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3283         * NEWS: Mention the change.
3284         Reported by Alan Hourihane <alanh@fairlite.co.uk>
3285         via Sergey Poznyakoff <gray@gnu.org.ua>.
3286
3287 2008-12-21  Bruno Haible  <bruno@clisp.org>
3288
3289         * MODULES.html.sh (Extended multibyte and wide character utilities
3290         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
3291         wcrtomb, wcsrtombs.
3292         (Support for systems lacking POSIX:2008): Add accept, bind, close,
3293         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
3294         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
3295         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
3296
3297 2008-12-21  Bruno Haible  <bruno@clisp.org>
3298
3299         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
3300
3301 2008-12-21  Bruno Haible  <bruno@clisp.org>
3302
3303         * modules/wcsnrtombs-tests: New file.
3304         * tests/test-wcsnrtombs1.sh: New file.
3305         * tests/test-wcsnrtombs2.sh: New file.
3306         * tests/test-wcsnrtombs3.sh: New file.
3307         * tests/test-wcsnrtombs4.sh: New file.
3308         * tests/test-wcsnrtombs.c: New file.
3309
3310         New module 'wcsnrtombs'.
3311         * lib/wchar.in.h (wcsnrtombs): New declaration.
3312         * lib/wcsnrtombs.c: New file.
3313         * lib/wcsrtombs-state.c: New file.
3314         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
3315         (internal_state): Remove variable.
3316         * m4/wcsnrtombs.m4: New file.
3317         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
3318         compilation units.
3319         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3320         HAVE_WCSNRTOMBS.
3321         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3322         HAVE_WCSNRTOMBS.
3323         * modules/wcsnrtombs: New file.
3324         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3325         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3326
3327 2008-12-21  Bruno Haible  <bruno@clisp.org>
3328
3329         * modules/wcsrtombs-tests: New file.
3330         * tests/test-wcsrtombs1.sh: New file.
3331         * tests/test-wcsrtombs2.sh: New file.
3332         * tests/test-wcsrtombs3.sh: New file.
3333         * tests/test-wcsrtombs4.sh: New file.
3334         * tests/test-wcsrtombs.c: New file.
3335
3336         New module 'wcsrtombs'.
3337         * lib/wchar.in.h (wcsrtombs): New declaration.
3338         * lib/wcsrtombs.c: New file.
3339         * m4/wcsrtombs.m4: New file.
3340         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3341         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3342         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3343         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3344         * modules/wcsrtombs: New file.
3345         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3346         bugs.
3347
3348 2008-12-21  Bruno Haible  <bruno@clisp.org>
3349
3350         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3351         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3352         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3353         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3354         if not correct.
3355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3356         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3357         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3358         m4/locale-zh.m4, m4/codeset.m4.
3359         * doc/posix-functions/wcrtomb.texi: Document the bug.
3360
3361 2008-12-21  Bruno Haible  <bruno@clisp.org>
3362
3363         Work around a btowc() bug on IRIX 6.5.
3364         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3365         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3366         REPLACE_WTOBC if not.
3367         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3368         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3369         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3370
3371 2008-12-21  Bruno Haible  <bruno@clisp.org>
3372
3373         * modules/wcrtomb-tests: New file.
3374         * tests/test-wcrtomb.sh: New file.
3375         * tests/test-wcrtomb.c: New file.
3376
3377         New module 'wcrtomb'.
3378         * lib/wchar.in.h (wcrtomb): New declaration.
3379         * lib/wcrtomb.c: New file.
3380         * m4/wcrtomb.m4: New file.
3381         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3382         HAVE_WCRTOMB.
3383         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3384         HAVE_WCRTOMB.
3385         * modules/wcrtomb: New file.
3386         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3387
3388 2008-12-21  Bruno Haible  <bruno@clisp.org>
3389
3390         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3391         * modules/mbsrtowcs (Files): Likewise.
3392         * modules/wctob (Files): Likewise.
3393         * modules/c-strcase-tests (Files): Likewise.
3394         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3395         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3396         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3397         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3398         * modules/vasnprintf-posix-tests (Files): Likewise.
3399
3400 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3401
3402         gitlog-to-changelog: pass all command-line arguments to git-log
3403         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3404         it is sometimes convenient to filter the commits in various ways.
3405         gitlog-to-changelog only allows --since to specify a start date,
3406         but git-log itself supports many other filtering mechanisms.
3407         At the moment, I want to filter by branch name.  Rather than
3408         adding a --branch option to gitlog-to-changelog, it seems more
3409         flexible to simply pass all options directly to git-log and let
3410         git do the work.  Notice that this effectively makes --since a
3411         redundant option for gitlog-to-changelog, but removing it would
3412         require current usage to change since calls would then require
3413         an additional '--'.
3414
3415 2008-12-21  Bruno Haible  <bruno@clisp.org>
3416
3417         * modules/mbsnrtowcs-tests: New file.
3418         * tests/test-mbsnrtowcs1.sh: New file.
3419         * tests/test-mbsnrtowcs2.sh: New file.
3420         * tests/test-mbsnrtowcs3.sh: New file.
3421         * tests/test-mbsnrtowcs4.sh: New file.
3422         * tests/test-mbsnrtowcs.c: New file.
3423
3424         New module 'mbsnrtowcs'.
3425         * lib/wchar.in.h (mbsnrtowcs): New declaration.
3426         * lib/mbsnrtowcs.c: New file.
3427         * lib/mbsrtowcs-state.c: New file.
3428         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
3429         (internal_state): Remove variable.
3430         * m4/mbsnrtowcs.m4: New file.
3431         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
3432         compilation units.
3433         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
3434         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3435         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
3436         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3437         * modules/mbsnrtowcs: New file.
3438         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
3439         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
3440         portability problem.
3441
3442 2008-12-21  Bruno Haible  <bruno@clisp.org>
3443
3444         Work around mbsrtowcs bug.
3445         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
3446         (gl_FUNC_MBSRTOWCS): Invoke it.
3447         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3448         m4/locale-zh.m4.
3449         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
3450
3451 2008-12-21  Bruno Haible  <bruno@clisp.org>
3452
3453         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
3454
3455 2008-12-21  Bruno Haible  <bruno@clisp.org>
3456
3457         Update doc for AIX.
3458         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
3459         16-bit wchar_t type.
3460         * doc/posix-functions/btowc.texi: Likewise.
3461         * doc/posix-functions/fgetwc.texi: Likewise.
3462         * doc/posix-functions/fgetws.texi: Likewise.
3463         * doc/posix-functions/fputwc.texi: Likewise.
3464         * doc/posix-functions/fputws.texi: Likewise.
3465         * doc/posix-functions/fwide.texi: Likewise.
3466         * doc/posix-functions/fwprintf.texi: Likewise.
3467         * doc/posix-functions/fwscanf.texi: Likewise.
3468         * doc/posix-functions/getwchar.texi: Likewise.
3469         * doc/posix-functions/getwc.texi: Likewise.
3470         * doc/posix-functions/iswalnum.texi: Likewise.
3471         * doc/posix-functions/iswalpha.texi: Likewise.
3472         * doc/posix-functions/iswblank.texi: Likewise.
3473         * doc/posix-functions/iswcntrl.texi: Likewise.
3474         * doc/posix-functions/iswctype.texi: Likewise.
3475         * doc/posix-functions/iswdigit.texi: Likewise.
3476         * doc/posix-functions/iswgraph.texi: Likewise.
3477         * doc/posix-functions/iswlower.texi: Likewise.
3478         * doc/posix-functions/iswprint.texi: Likewise.
3479         * doc/posix-functions/iswpunct.texi: Likewise.
3480         * doc/posix-functions/iswspace.texi: Likewise.
3481         * doc/posix-functions/iswupper.texi: Likewise.
3482         * doc/posix-functions/iswxdigit.texi: Likewise.
3483         * doc/posix-functions/mbrtowc.texi: Likewise.
3484         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3485         * doc/posix-functions/mbstowcs.texi: Likewise.
3486         * doc/posix-functions/mbtowc.texi: Likewise.
3487         * doc/posix-functions/putwchar.texi: Likewise.
3488         * doc/posix-functions/putwc.texi: Likewise.
3489         * doc/posix-functions/swprintf.texi: Likewise.
3490         * doc/posix-functions/tolower.texi: Likewise.
3491         * doc/posix-functions/toupper.texi: Likewise.
3492         * doc/posix-functions/towctrans.texi: Likewise.
3493         * doc/posix-functions/ungetwc.texi: Likewise.
3494         * doc/posix-functions/vswprintf.texi: Likewise.
3495         * doc/posix-functions/wcrtomb.texi: Likewise.
3496         * doc/posix-functions/wcscat.texi: Likewise.
3497         * doc/posix-functions/wcschr.texi: Likewise.
3498         * doc/posix-functions/wcscmp.texi: Likewise.
3499         * doc/posix-functions/wcscoll.texi: Likewise.
3500         * doc/posix-functions/wcscpy.texi: Likewise.
3501         * doc/posix-functions/wcscspn.texi: Likewise.
3502         * doc/posix-functions/wcsftime.texi: Likewise.
3503         * doc/posix-functions/wcslen.texi: Likewise.
3504         * doc/posix-functions/wcsncat.texi: Likewise.
3505         * doc/posix-functions/wcsncmp.texi: Likewise.
3506         * doc/posix-functions/wcsncpy.texi: Likewise.
3507         * doc/posix-functions/wcspbrk.texi: Likewise.
3508         * doc/posix-functions/wcsrchr.texi: Likewise.
3509         * doc/posix-functions/wcsrtombs.texi: Likewise.
3510         * doc/posix-functions/wcsspn.texi: Likewise.
3511         * doc/posix-functions/wcsstr.texi: Likewise.
3512         * doc/posix-functions/wcstod.texi: Likewise.
3513         * doc/posix-functions/wcstof.texi: Likewise.
3514         * doc/posix-functions/wcstoimax.texi: Likewise.
3515         * doc/posix-functions/wcstok.texi: Likewise.
3516         * doc/posix-functions/wcstold.texi: Likewise.
3517         * doc/posix-functions/wcstoll.texi: Likewise.
3518         * doc/posix-functions/wcstol.texi: Likewise.
3519         * doc/posix-functions/wcstombs.texi: Likewise.
3520         * doc/posix-functions/wcstoull.texi: Likewise.
3521         * doc/posix-functions/wcstoul.texi: Likewise.
3522         * doc/posix-functions/wcstoumax.texi: Likewise.
3523         * doc/posix-functions/wcswidth.texi: Likewise.
3524         * doc/posix-functions/wcsxfrm.texi: Likewise.
3525         * doc/posix-functions/wctob.texi: Likewise.
3526         * doc/posix-functions/wctomb.texi: Likewise.
3527         * doc/posix-functions/wctrans.texi: Likewise.
3528         * doc/posix-functions/wctype.texi: Likewise.
3529         * doc/posix-functions/wcwidth.texi: Likewise.
3530         * doc/posix-functions/wmemchr.texi: Likewise.
3531         * doc/posix-functions/wmemcmp.texi: Likewise.
3532         * doc/posix-functions/wmemcpy.texi: Likewise.
3533         * doc/posix-functions/wmemmove.texi: Likewise.
3534         * doc/posix-functions/wmemset.texi: Likewise.
3535         * doc/posix-functions/wprintf.texi: Likewise.
3536         * doc/posix-functions/wscanf.texi: Likewise.
3537
3538 2008-12-21  Bruno Haible  <bruno@clisp.org>
3539
3540         Update doc for HP-UX 11.11.
3541         * doc/posix-functions/btowc.texi: Clarify that the function is missing
3542         in HP-UX version 11.00, not in all versions of HP-UX 11.
3543         * doc/posix-functions/fwide.texi: Likewise.
3544         * doc/posix-functions/fwprintf.texi: Likewise.
3545         * doc/posix-functions/fwscanf.texi: Likewise.
3546         * doc/posix-functions/inet_ntop.texi: Likewise.
3547         * doc/posix-functions/inet_pton.texi: Likewise.
3548         * doc/posix-functions/mbrlen.texi: Likewise.
3549         * doc/posix-functions/mbrtowc.texi: Likewise.
3550         * doc/posix-functions/mbsinit.texi: Likewise.
3551         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3552         * doc/posix-functions/swprintf.texi: Likewise.
3553         * doc/posix-functions/swscanf.texi: Likewise.
3554         * doc/posix-functions/towctrans.texi: Likewise.
3555         * doc/posix-functions/vfwprintf.texi: Likewise.
3556         * doc/posix-functions/vswprintf.texi: Likewise.
3557         * doc/posix-functions/vwprintf.texi: Likewise.
3558         * doc/posix-functions/wcrtomb.texi: Likewise.
3559         * doc/posix-functions/wcsrtombs.texi: Likewise.
3560         * doc/posix-functions/wcsstr.texi: Likewise.
3561         * doc/posix-functions/wctob.texi: Likewise.
3562         * doc/posix-functions/wctrans.texi: Likewise.
3563         * doc/posix-functions/wmemchr.texi: Likewise.
3564         * doc/posix-functions/wmemcmp.texi: Likewise.
3565         * doc/posix-functions/wmemcpy.texi: Likewise.
3566         * doc/posix-functions/wmemmove.texi: Likewise.
3567         * doc/posix-functions/wmemset.texi: Likewise.
3568         * doc/posix-functions/wprintf.texi: Likewise.
3569         * doc/posix-functions/wscanf.texi: Likewise.
3570
3571 2008-12-21  Bruno Haible  <bruno@clisp.org>
3572
3573         Work around a portability problem.
3574         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
3575         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
3576
3577 2008-12-20  Bruno Haible  <bruno@clisp.org>
3578
3579         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
3580         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
3581         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
3582         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
3583         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
3584
3585         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
3586         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
3587         set.
3588         (GNULIB_defined_mbstate_t): New macro.
3589         (mbsinit): Redefine if REPLACE_MBSINIT is set.
3590         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
3591         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
3592         reuses the system's mbrtowc function but works around the bugs.
3593         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
3594         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
3595         macros.
3596         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
3597         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
3598         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
3599         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
3600         REPLACE_MBSINIT if mbsinit needs to be overridden.
3601         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
3602         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3603         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
3604         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3605         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3606         m4/locale-zh.m4.
3607         (Depends): Add mbsinit.
3608         * modules/mbsinit (Depends): Add mbrtowc.
3609         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
3610
3611 2008-12-20  Bruno Haible  <bruno@clisp.org>
3612
3613         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
3614         so that there are no conversion errors on AIX.
3615         * tests/test-mbsrtowcs.c (main): LIkewise.
3616
3617 2008-12-20  Bruno Haible  <bruno@clisp.org>
3618
3619         Work around wctob bug on Solaris <= 9.
3620         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
3621         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
3622         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
3623         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
3624         * modules/wctob (Files): Add m4/locale-fr.m4.
3625         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
3626
3627 2008-12-20  Bruno Haible  <bruno@clisp.org>
3628
3629         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
3630         /dev/null.
3631         * tests/test-select-in.sh: Likewise.
3632         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3633
3634 2008-12-20  Bruno Haible  <bruno@clisp.org>
3635
3636         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
3637         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
3638         Cygwin 1.5.x.
3639
3640 2008-12-20  Bruno Haible  <bruno@clisp.org>
3641
3642         Ensure mbstate_t is defined on HP-UX 11.11.
3643         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
3644         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
3645         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
3646         AC_USE_SYSTEM_EXTENSIONS.
3647         * modules/fnmatch (Depends-on): Add extensions.
3648         * modules/mbrlen (Depends-on): Likewise.
3649         * modules/mbrtowc (Depends-on): Likewise.
3650         * modules/mbsinit (Depends-on): Likewise.
3651         * modules/mbsrtowcs (Depends-on): Likewise.
3652         * modules/mbswidth (Depends-on): Likewise.
3653         * modules/quotearg (Depends-on): Likewise.
3654         * modules/strftime (Depends-on): Likewise.
3655
3656 2008-12-20  Bruno Haible  <bruno@clisp.org>
3657
3658         Ensure wctob is declared on IRIX 6.5.
3659         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
3660         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
3661         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
3662         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
3663         of HAVE_WCTOB.
3664         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
3665         HAVE_WCTOB.
3666         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
3667
3668 2008-12-19  Bruno Haible  <bruno@clisp.org>
3669
3670         * modules/mbsrtowcs-tests: New file.
3671         * tests/test-mbsrtowcs1.sh: New file.
3672         * tests/test-mbsrtowcs2.sh: New file.
3673         * tests/test-mbsrtowcs3.sh: New file.
3674         * tests/test-mbsrtowcs4.sh: New file.
3675         * tests/test-mbsrtowcs.c: New file.
3676
3677         New module 'mbsrtowcs'.
3678         * lib/wchar.in.h (mbsrtowcs): New declaration.
3679         * lib/mbsrtowcs.c: New file.
3680         * m4/mbsrtowcs.m4: New file.
3681         * modules/mbsrtowcs: New file.
3682         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
3683         HAVE_MBSRTOWCS.
3684         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
3685         HAVE_MBSRTOWCS.
3686         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
3687
3688 2008-12-19  Bruno Haible  <bruno@clisp.org>
3689
3690         New module 'mbrlen'.
3691         * lib/wchar.in.h (mbrlen): New declaration.
3692         * lib/mbrlen.c: New file.
3693         * m4/mbrlen.m4: New file.
3694         * modules/mbrlen: New file.
3695         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
3696         HAVE_MBRLEN.
3697         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
3698         HAVE_MBRLEN.
3699         * doc/posix-functions/mbrlen.texi: Document the new module.
3700
3701 2008-12-19  Bruno Haible  <bruno@clisp.org>
3702
3703         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
3704         * modules/mbrtowc (Depends-on): Add verify.
3705         Suggested by Paul Eggert.
3706
3707 2008-12-18  Bruno Haible  <bruno@clisp.org>
3708
3709         * modules/mbsinit-tests: New file.
3710         * tests/test-mbsinit.sh: New file.
3711         * tests/test-mbsinit.c: New file.
3712
3713 2008-12-18  Bruno Haible  <bruno@clisp.org>
3714
3715         * modules/mbrtowc-tests: New file.
3716         * tests/test-mbrtowc1.sh: New file.
3717         * tests/test-mbrtowc2.sh: New file.
3718         * tests/test-mbrtowc3.sh: New file.
3719         * tests/test-mbrtowc4.sh: New file.
3720         * tests/test-mbrtowc.c: New file.
3721
3722         New module 'mbrtowc'.
3723         * lib/wchar.in.h (mbstate_t): Override when the system does not have
3724         mbsinit and mbrtowc.
3725         (mbrtowc): New declaration.
3726         * lib/mbrtowc.c: New file.
3727         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
3728         * modules/mbrtowc: New file.
3729         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
3730         HAVE_MBRTOWC.
3731         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
3732         HAVE_MBRTOWC.
3733         * doc/posix-functions/mbrtowc.texi: Document the new module.
3734
3735 2008-12-18  Bruno Haible  <bruno@clisp.org>
3736
3737         New module 'wctob'.
3738         * lib/wchar.in.h (wctob): New declaration.
3739         * lib/wctob.c: New file.
3740         * m4/wctob.m4: New file.
3741         * modules/wctob: New file.
3742         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
3743         HAVE_WCTOB.
3744         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
3745         * doc/posix-functions/wctob.texi: Document the new module.
3746
3747 2008-12-18  Bruno Haible  <bruno@clisp.org>
3748
3749         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
3750         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
3751
3752 2008-12-18  Simon Josefsson  <simon@josefsson.org>
3753
3754         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
3755         G. Christensen" <tgc@jupiterrise.com>.
3756
3757         * lib/flock.c: Need to include errno.h.  Reported by "Tom
3758         G. Christensen" <tgc@jupiterrise.com>.
3759
3760         * lib/flock.c: Need to include string.h.  Reported by "Tom
3761         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
3762         <ebb9@byu.net>.
3763
3764 2008-12-18  Bruno Haible  <bruno@clisp.org>
3765
3766         * m4/locale-ja.m4: New file, from GNU gettext.
3767
3768 2008-12-17  Bruno Haible  <bruno@clisp.org>
3769
3770         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
3771         Suggested by Eric Blake.
3772
3773 2008-12-17  Bruno Haible  <bruno@clisp.org>
3774
3775         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
3776
3777 2008-12-17  Bruno Haible  <bruno@clisp.org>
3778
3779         * lib/mbsinit.c: Include verify.h. Verify an assumption.
3780         * modules/mbsinit (Depends-on): Add verify.
3781         Suggested by Paul Eggert.
3782
3783 2008-12-17  Bruno Haible  <bruno@clisp.org>
3784
3785         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
3786         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
3787         gl_FUNC_MBRTOWC.
3788         * m4/mbiter.m4 (gl_MBITER): LIkewise.
3789         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
3790         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
3791         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
3792         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
3793         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
3794         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
3795         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
3796         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
3797         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
3798         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
3799         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
3800         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
3801         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
3802         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
3803         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3804         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
3805         * modules/trim (configure.ac): Likewise.
3806
3807 2008-12-17  Bruno Haible  <bruno@clisp.org>
3808
3809         * modules/btowc-tests: New file.
3810         * tests/test-btowc1.sh: New file.
3811         * tests/test-btowc2.sh: New file.
3812         * tests/test-btowc.c: New file.
3813
3814         New module 'btowc'.
3815         * lib/wchar.in.h (btowc): New declaration.
3816         * lib/btowc.c: New file.
3817         * m4/btowc.m4: New file.
3818         * modules/btowc: New file.
3819         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
3820         HAVE_BTOWC.
3821         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
3822         * doc/posix-functions/btowc.texi: Document the new module.
3823
3824 2008-12-17  Bruno Haible  <bruno@clisp.org>
3825
3826         New module 'mbsinit'.
3827         * lib/wchar.in.h (mbsinit): New declaration.
3828         * lib/mbsinit.c: New file.
3829         * m4/mbsinit.m4: New file.
3830         * modules/mbsinit: New file.
3831         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
3832         HAVE_MBSINIT.
3833         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
3834         HAVE_MBSINIT.
3835         * doc/posix-functions/mbsinit.texi: Document the new module.
3836
3837 2008-12-16  Bruno Haible  <bruno@clisp.org>
3838
3839         * lib/unistd.in.h: Add comment.
3840         * tests/test-environ.c: Don't include <stdlib.h>.
3841
3842 2008-12-16  Bruno Haible  <bruno@clisp.org>
3843
3844         * lib/parse-duration.h (parse_duration): Document return value
3845         convention.
3846         * lib/parse-duration.c: Include specification header first. Add
3847         comments.
3848         (_): Remove macro.
3849         (parse_year_month_day, parse_hour_minute_second): Move side effects
3850         outside of strchr call.
3851         (parse_non_iso8601): Move side effects outside of isspace call.
3852         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
3853         call.
3854
3855 2008-12-16  Bruno Haible  <bruno@clisp.org>
3856
3857         * tests/test-parse-duration.sh: Produce no output when the test
3858         succeeds.
3859
3860 2008-12-16  Bruno Haible  <bruno@clisp.org>
3861
3862         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
3863         expressions.
3864
3865 2008-12-15  Bruno Haible  <bruno@clisp.org>
3866
3867         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
3868         * doc/glibc-functions/flistxattr.texi: Likewise.
3869         * doc/glibc-functions/fopencookie.texi: Likewise.
3870         * doc/glibc-functions/fremovexattr.texi: Likewise.
3871         * doc/glibc-functions/fsetxattr.texi: Likewise.
3872         * doc/glibc-functions/getxattr.texi: Likewise.
3873         * doc/glibc-functions/lgetxattr.texi: Likewise.
3874         * doc/glibc-functions/listxattr.texi: Likewise.
3875         * doc/glibc-functions/llistxattr.texi: Likewise.
3876         * doc/glibc-functions/lremovexattr.texi: Likewise.
3877         * doc/glibc-functions/lsetxattr.texi: Likewise.
3878         * doc/glibc-functions/removexattr.texi: Likewise.
3879         * doc/glibc-functions/setxattr.texi: Likewise.
3880         * doc/posix-functions/open_memstream.texi: Likewise.
3881
3882 2008-12-15  Eric Blake  <ebb9@byu.net>
3883
3884         Update doc for cygwin 1.7.
3885         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
3886         functions.
3887         * doc/posix-functions/fchmodat.texi: Likewise.
3888         * doc/posix-functions/fchownat.texi: Likewise.
3889         * doc/posix-functions/fdopendir.texi: Likewise.
3890         * doc/posix-functions/fmemopen.texi: Likewise.
3891         * doc/posix-functions/freeaddrinfo.texi: Likewise.
3892         * doc/posix-functions/fstatat.texi: Likewise.
3893         * doc/posix-functions/futimens.texi: Likewise.
3894         * doc/posix-functions/gai_strerror.texi: Likewise.
3895         * doc/posix-functions/getaddrinfo.texi: Likewise.
3896         * doc/posix-functions/getnameinfo.texi: Likewise.
3897         * doc/posix-functions/if_freenameindex.texi: Likewise.
3898         * doc/posix-functions/if_indextoname.texi: Likewise.
3899         * doc/posix-functions/if_nameindex.texi: Likewise.
3900         * doc/posix-functions/if_nametoindex.texi: Likewise.
3901         * doc/posix-functions/insque.texi: Likewise.
3902         * doc/posix-functions/linkat.texi: Likewise.
3903         * doc/posix-functions/llrint.texi: Likewise.
3904         * doc/posix-functions/llrintf.texi: Likewise.
3905         * doc/posix-functions/llrintl.texi: Likewise.
3906         * doc/posix-functions/lockf.texi: Likewise.
3907         * doc/posix-functions/lrintl.texi: Likewise.
3908         * doc/posix-functions/mkdirat.texi: Likewise.
3909         * doc/posix-functions/mkfifoat.texi: Likewise.
3910         * doc/posix-functions/mknodat.texi: Likewise.
3911         * doc/posix-functions/mq_close.texi: Likewise.
3912         * doc/posix-functions/mq_getattr.texi: Likewise.
3913         * doc/posix-functions/mq_notify.texi: Likewise.
3914         * doc/posix-functions/mq_open.texi: Likewise.
3915         * doc/posix-functions/mq_receive.texi: Likewise.
3916         * doc/posix-functions/mq_send.texi: Likewise.
3917         * doc/posix-functions/mq_setattr.texi: Likewise.
3918         * doc/posix-functions/mq_timedreceive.texi: Likewise.
3919         * doc/posix-functions/mq_timedsend.texi: Likewise.
3920         * doc/posix-functions/mq_unlink.texi: Likewise.
3921         * doc/posix-functions/open_memstream.texi: Likewise.
3922         * doc/posix-functions/openat.texi: Likewise.
3923         * doc/posix-functions/posix_fadvise.texi: Likewise.
3924         * doc/posix-functions/posix_fallocate.texi: Likewise.
3925         * doc/posix-functions/posix_madvise.texi: Likewise.
3926         * doc/posix-functions/posix_memalign.texi: Likewise.
3927         * doc/posix-functions/posix_openpt.texi: Likewise.
3928         * doc/posix-functions/readlinkat.texi: Likewise.
3929         * doc/posix-functions/remque.texi: Likewise.
3930         * doc/posix-functions/renameat.texi: Likewise.
3931         * doc/posix-functions/rintl.texi: Likewise.
3932         * doc/posix-functions/sem_unlink.texi: Likewise.
3933         * doc/posix-functions/shm_open.texi: Likewise.
3934         * doc/posix-functions/shm_unlink.texi: Likewise.
3935         * doc/posix-functions/signgam.texi: Likewise.
3936         * doc/posix-functions/sigset.texi: Likewise.
3937         * doc/posix-functions/stpcpy.texi: Likewise.
3938         * doc/posix-functions/stpncpy.texi: Likewise.
3939         * doc/posix-functions/strerror.texi: Likewise.
3940         * doc/posix-functions/strtod.texi: Likewise.
3941         * doc/posix-functions/symlinkat.texi: Likewise.
3942         * doc/posix-functions/unlinkat.texi: Likewise.
3943         * doc/posix-functions/utimensat.texi: Likewise.
3944         * doc/glibc-functions/bindresvport.texi: Likewise.
3945         * doc/glibc-functions/dn_expand.texi: Likewise.
3946         * doc/glibc-functions/exp10.texi: Likewise.
3947         * doc/glibc-functions/exp10f.texi: Likewise.
3948         * doc/glibc-functions/fgetxattr.texi: Likewise.
3949         * doc/glibc-functions/flistxattr.texi: Likewise.
3950         * doc/glibc-functions/fopencookie.texi: Likewise.
3951         * doc/glibc-functions/freeifaddrs.texi: Likewise.
3952         * doc/glibc-functions/fremovexattr.texi: Likewise.
3953         * doc/glibc-functions/fsetxattr.texi: Likewise.
3954         * doc/glibc-functions/getifaddrs.texi: Likewise.
3955         * doc/glibc-functions/getxattr.texi: Likewise.
3956         * doc/glibc-functions/lgetxattr.texi: Likewise.
3957         * doc/glibc-functions/listxattr.texi: Likewise.
3958         * doc/glibc-functions/llistxattr.texi: Likewise.
3959         * doc/glibc-functions/lremovexattr.texi: Likewise.
3960         * doc/glibc-functions/lsetxattr.texi: Likewise.
3961         * doc/glibc-functions/pow10.texi: Likewise.
3962         * doc/glibc-functions/pow10f.texi: Likewise.
3963         * doc/glibc-functions/rcmd_af.texi: Likewise.
3964         * doc/glibc-functions/removexattr.texi: Likewise.
3965         * doc/glibc-functions/res_init.texi: Likewise.
3966         * doc/glibc-functions/res_mkquery.texi: Likewise.
3967         * doc/glibc-functions/res_query.texi: Likewise.
3968         * doc/glibc-functions/res_querydomain.texi: Likewise.
3969         * doc/glibc-functions/res_send.texi: Likewise.
3970         * doc/glibc-functions/rresvport_af.texi: Likewise.
3971         * doc/glibc-functions/setxattr.texi: Likewise.
3972         * doc/glibc-functions/strcasestr.texi: Likewise.
3973
3974 2008-12-15  Bruno Haible  <bruno@clisp.org>
3975
3976         Fix compilation error on OSF/1 4.0.
3977         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
3978         <sys/time.h>, simply delegate to the system header.
3979         Reported by Daniel Richard G. <oss@teragram.com>.
3980
3981 2008-12-15  Bruno Haible  <bruno@clisp.org>
3982
3983         * doc/posix-functions/openat.texi: Mention the 'openat' module.
3984         * doc/posix-functions/fchmodat.texi: Likewise.
3985         * doc/posix-functions/fchownat.texi: Likewise.
3986         * doc/posix-functions/fdopendir.texi: Likewise.
3987         * doc/posix-functions/fstatat.texi: Likewise.
3988         * doc/posix-functions/mkdirat.texi: Likewise.
3989         * doc/posix-functions/unlinkat.texi: Likewise.
3990
3991 2008-12-14  Bruno Haible  <bruno@clisp.org>
3992
3993         Update doc for POSIX:2008.
3994         * doc/posix-functions/faccessat.texi: New file.
3995         * doc/posix-functions/fchmodat.texi: New file.
3996         * doc/posix-functions/fchownat.texi: New file.
3997         * doc/posix-functions/fdopendir.texi: New file.
3998         * doc/posix-functions/fstatat.texi: New file.
3999         * doc/posix-functions/futimens.texi: New file.
4000         * doc/posix-functions/linkat.texi: New file.
4001         * doc/posix-functions/mkdirat.texi: New file.
4002         * doc/posix-functions/mkfifoat.texi: New file.
4003         * doc/posix-functions/mknodat.texi: New file.
4004         * doc/posix-functions/open_wmemstream.texi: New file.
4005         * doc/posix-functions/openat.texi: New file.
4006         * doc/posix-functions/psiginfo.texi: New file.
4007         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
4008         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
4009         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
4010         * doc/posix-functions/readlinkat.texi: New file.
4011         * doc/posix-functions/renameat.texi: New file.
4012         * doc/posix-functions/strerror_l.texi: New file.
4013         * doc/posix-functions/symlinkat.texi: New file.
4014         * doc/posix-functions/unlinkat.texi: New file.
4015         * doc/posix-functions/utimensat.texi: New file.
4016         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4017
4018 2008-12-14  Bruno Haible  <bruno@clisp.org>
4019
4020         Update doc for POSIX:2008.
4021         * doc/posix-functions/alphasort.texi: Renamed from
4022         doc/glibc-functions/alphasort.texi.
4023         * doc/posix-functions/dirfd.texi: Renamed from
4024         doc/glibc-functions/dirfd.texi.
4025         * doc/posix-functions/dprintf.texi: Renamed from
4026         doc/glibc-functions/dprintf.texi.
4027         * doc/posix-functions/duplocale.texi: Renamed from
4028         doc/glibc-functions/duplocale.texi.
4029         * doc/posix-functions/fexecve.texi: Renamed from
4030         doc/glibc-functions/fexecve.texi.
4031         * doc/posix-functions/fmemopen.texi: Renamed from
4032         doc/glibc-functions/fmemopen.texi.
4033         * doc/posix-functions/freelocale.texi: Renamed from
4034         doc/glibc-functions/freelocale.texi.
4035         * doc/posix-functions/getdate_err.texi: Renamed from
4036         doc/glibc-functions/getdate_err.texi.
4037         * doc/posix-functions/isalnum_l.texi: Renamed from
4038         doc/glibc-functions/isalnum_l.texi.
4039         * doc/posix-functions/isalpha_l.texi: Renamed from
4040         doc/glibc-functions/isalpha_l.texi.
4041         * doc/posix-functions/isblank_l.texi: Renamed from
4042         doc/glibc-functions/isblank_l.texi.
4043         * doc/posix-functions/iscntrl_l.texi: Renamed from
4044         doc/glibc-functions/iscntrl_l.texi.
4045         * doc/posix-functions/isdigit_l.texi: Renamed from
4046         doc/glibc-functions/isdigit_l.texi.
4047         * doc/posix-functions/isgraph_l.texi: Renamed from
4048         doc/glibc-functions/isgraph_l.texi.
4049         * doc/posix-functions/islower_l.texi: Renamed from
4050         doc/glibc-functions/islower_l.texi.
4051         * doc/posix-functions/isprint_l.texi: Renamed from
4052         doc/glibc-functions/isprint_l.texi.
4053         * doc/posix-functions/ispunct_l.texi: Renamed from
4054         doc/glibc-functions/ispunct_l.texi.
4055         * doc/posix-functions/isspace_l.texi: Renamed from
4056         doc/glibc-functions/isspace_l.texi.
4057         * doc/posix-functions/isupper_l.texi: Renamed from
4058         doc/glibc-functions/isupper_l.texi.
4059         * doc/posix-functions/iswalnum_l.texi: Renamed from
4060         doc/glibc-functions/iswalnum_l.texi.
4061         * doc/posix-functions/iswalpha_l.texi: Renamed from
4062         doc/glibc-functions/iswalpha_l.texi.
4063         * doc/posix-functions/iswblank_l.texi: Renamed from
4064         doc/glibc-functions/iswblank_l.texi.
4065         * doc/posix-functions/iswcntrl_l.texi: Renamed from
4066         doc/glibc-functions/iswcntrl_l.texi.
4067         * doc/posix-functions/iswctype_l.texi: Renamed from
4068         doc/glibc-functions/iswctype_l.texi.
4069         * doc/posix-functions/iswdigit_l.texi: Renamed from
4070         doc/glibc-functions/iswdigit_l.texi.
4071         * doc/posix-functions/iswgraph_l.texi: Renamed from
4072         doc/glibc-functions/iswgraph_l.texi.
4073         * doc/posix-functions/iswlower_l.texi: Renamed from
4074         doc/glibc-functions/iswlower_l.texi.
4075         * doc/posix-functions/iswprint_l.texi: Renamed from
4076         doc/glibc-functions/iswprint_l.texi.
4077         * doc/posix-functions/iswpunct_l.texi: Renamed from
4078         doc/glibc-functions/iswpunct_l.texi.
4079         * doc/posix-functions/iswspace_l.texi: Renamed from
4080         doc/glibc-functions/iswspace_l.texi.
4081         * doc/posix-functions/iswupper_l.texi: Renamed from
4082         doc/glibc-functions/iswupper_l.texi.
4083         * doc/posix-functions/iswxdigit_l.texi: Renamed from
4084         doc/glibc-functions/iswxdigit_l.texi.
4085         * doc/posix-functions/isxdigit_l.texi: Renamed from
4086         doc/glibc-functions/isxdigit_l.texi.
4087         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
4088         doc/glibc-functions/mbsnrtowcs.texi.
4089         * doc/posix-functions/mkdtemp.texi: Renamed from
4090         doc/glibc-functions/mkdtemp.texi.
4091         * doc/posix-functions/newlocale.texi: Renamed from
4092         doc/glibc-functions/newlocale.texi.
4093         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
4094         doc/glibc-functions/nl_langinfo_l.texi.
4095         * doc/posix-functions/open_memstream.texi: Renamed from
4096         doc/glibc-functions/open_memstream.texi.
4097         * doc/posix-functions/opterr.texi: Renamed from
4098         doc/glibc-functions/opterr.texi.
4099         * doc/posix-functions/optind.texi: Renamed from
4100         doc/glibc-functions/optind.texi.
4101         * doc/posix-functions/optopt.texi: Renamed from
4102         doc/glibc-functions/optopt.texi.
4103         * doc/posix-functions/psignal.texi: Renamed from
4104         doc/glibc-functions/psignal.texi.
4105         * doc/posix-functions/scandir.texi: Renamed from
4106         doc/glibc-functions/scandir.texi.
4107         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
4108         doc/glibc-functions/sched_get_priority_min.texi.
4109         * doc/posix-functions/signgam.texi: Renamed from
4110         doc/glibc-functions/signgam.texi.
4111         * doc/posix-functions/stpcpy.texi: Renamed from
4112         doc/glibc-functions/stpcpy.texi.
4113         * doc/posix-functions/stpncpy.texi: Renamed from
4114         doc/glibc-functions/stpncpy.texi.
4115         * doc/posix-functions/strcasecmp_l.texi: Renamed from
4116         doc/glibc-functions/strcasecmp_l.texi.
4117         * doc/posix-functions/strcoll_l.texi: Renamed from
4118         doc/glibc-functions/strcoll_l.texi.
4119         * doc/posix-functions/strfmon_l.texi: Renamed from
4120         doc/glibc-functions/strfmon_l.texi.
4121         * doc/posix-functions/strftime_l.texi: Renamed from
4122         doc/glibc-functions/strftime_l.texi.
4123         * doc/posix-functions/strncasecmp_l.texi: Renamed from
4124         doc/glibc-functions/strncasecmp_l.texi.
4125         * doc/posix-functions/strndup.texi: Renamed from
4126         doc/glibc-functions/strndup.texi.
4127         * doc/posix-functions/strnlen.texi: Renamed from
4128         doc/glibc-functions/strnlen.texi.
4129         * doc/posix-functions/strsignal.texi: Renamed from
4130         doc/glibc-functions/strsignal.texi.
4131         * doc/posix-functions/strxfrm_l.texi: Renamed from
4132         doc/glibc-functions/strxfrm_l.texi.
4133         * doc/posix-functions/timer_gettime.texi: Renamed from
4134         doc/glibc-functions/timer_gettime.texi.
4135         * doc/posix-functions/tolower_l.texi: Renamed from
4136         doc/glibc-functions/tolower_l.texi.
4137         * doc/posix-functions/toupper_l.texi: Renamed from
4138         doc/glibc-functions/toupper_l.texi.
4139         * doc/posix-functions/towctrans_l.texi: Renamed from
4140         doc/glibc-functions/towctrans_l.texi.
4141         * doc/posix-functions/towlower_l.texi: Renamed from
4142         doc/glibc-functions/towlower_l.texi.
4143         * doc/posix-functions/towupper_l.texi: Renamed from
4144         doc/glibc-functions/towupper_l.texi.
4145         * doc/posix-functions/uselocale.texi: Renamed from
4146         doc/glibc-functions/uselocale.texi.
4147         * doc/posix-functions/vdprintf.texi: Renamed from
4148         doc/glibc-functions/vdprintf.texi.
4149         * doc/posix-functions/wcpcpy.texi:
4150         Renamed from doc/glibc-functions/wcpcpy.texi.
4151         * doc/posix-functions/wcpncpy.texi: Renamed from
4152         doc/glibc-functions/wcpncpy.texi.
4153         * doc/posix-functions/wcscasecmp.texi: Renamed from
4154         doc/glibc-functions/wcscasecmp.texi.
4155         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
4156         doc/glibc-functions/wcscasecmp_l.texi.
4157         * doc/posix-functions/wcscoll_l.texi: Renamed from
4158         doc/glibc-functions/wcscoll_l.texi.
4159         * doc/posix-functions/wcsdup.texi: Renamed from
4160         doc/glibc-functions/wcsdup.texi.
4161         * doc/posix-functions/wcsncasecmp.texi: Renamed from
4162         doc/glibc-functions/wcsncasecmp.texi.
4163         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
4164         doc/glibc-functions/wcsncasecmp_l.texi.
4165         * doc/posix-functions/wcsnlen.texi: Renamed from
4166         doc/glibc-functions/wcsnlen.texi.
4167         * doc/posix-functions/wcsnrtombs.texi: Renamed from
4168         doc/glibc-functions/wcsnrtombs.texi.
4169         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
4170         doc/glibc-functions/wcsxfrm_l.texi.
4171         * doc/posix-functions/wctrans_l.texi: Renamed from
4172         doc/glibc-functions/wctrans_l.texi.
4173         * doc/posix-functions/wctype_l.texi: Renamed from
4174         doc/glibc-functions/wctype_l.texi.
4175         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4176         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
4177         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
4178         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
4179         these subsections.
4180         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
4181         Remove sections.
4182
4183 2008-12-14  Bruno Haible  <bruno@clisp.org>
4184
4185         Update doc for POSIX:2008.
4186         * doc/posix-functions/*.texi: Update URL of POSIX specification.
4187
4188 2008-12-14  Bruno Haible  <bruno@clisp.org>
4189
4190         Update doc for POSIX:2008.
4191         * doc/pastposix-functions/bcmp.texi: Renamed from
4192         doc/posix-functions/bcmp.texi.
4193         * doc/pastposix-functions/bcopy.texi: Renamed from
4194         doc/posix-functions/bcopy.texi.
4195         * doc/pastposix-functions/bsd_signal.texi: Renamed from
4196         doc/posix-functions/bsd_signal.texi.
4197         * doc/pastposix-functions/bzero.texi: Renamed from
4198         doc/posix-functions/bzero.texi.
4199         * doc/pastposix-functions/ecvt.texi: Renamed from
4200         doc/posix-functions/ecvt.texi.
4201         * doc/pastposix-functions/fcvt.texi: Renamed from
4202         doc/posix-functions/fcvt.texi.
4203         * doc/pastposix-functions/ftime.texi: Renamed from
4204         doc/posix-functions/ftime.texi.
4205         * doc/pastposix-functions/gcvt.texi: Renamed from
4206         doc/posix-functions/gcvt.texi.
4207         * doc/pastposix-functions/getcontext.texi: Renamed from
4208         doc/posix-functions/getcontext.texi.
4209         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
4210         doc/posix-functions/gethostbyaddr.texi.
4211         * doc/pastposix-functions/gethostbyname.texi: Renamed from
4212         doc/posix-functions/gethostbyname.texi.
4213         * doc/pastposix-functions/getwd.texi: Renamed from
4214         doc/posix-functions/getwd.texi.
4215         * doc/pastposix-functions/h_errno.texi: Renamed from
4216         doc/posix-functions/h_errno.texi.
4217         * doc/pastposix-functions/index.texi: Renamed from
4218         doc/posix-functions/index.texi.
4219         * doc/pastposix-functions/makecontext.texi: Renamed from
4220         doc/posix-functions/makecontext.texi.
4221         * doc/pastposix-functions/mktemp.texi: Renamed from
4222         doc/posix-functions/mktemp.texi.
4223         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
4224         doc/posix-functions/pthread_attr_getstackaddr.texi.
4225         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
4226         doc/posix-functions/pthread_attr_setstackaddr.texi.
4227         * doc/pastposix-functions/rindex.texi: Renamed from
4228         doc/posix-functions/rindex.texi.
4229         * doc/pastposix-functions/scalb.texi: Renamed from
4230         doc/posix-functions/scalb.texi.
4231         * doc/pastposix-functions/setcontext.texi: Renamed from
4232         doc/posix-functions/setcontext.texi.
4233         * doc/pastposix-functions/swapcontext.texi: Renamed from
4234         doc/posix-functions/swapcontext.texi.
4235         * doc/pastposix-functions/ualarm.texi: Renamed from
4236         doc/posix-functions/ualarm.texi.
4237         * doc/pastposix-functions/usleep.texi: Renamed from
4238         doc/posix-functions/usleep.texi.
4239         * doc/pastposix-functions/vfork.texi: Renamed from
4240         doc/posix-functions/vfork.texi.
4241         * doc/pastposix-functions/wcswcs.texi: Renamed from
4242         doc/posix-functions/wcswcs.texi.
4243         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
4244         (Function Substitutes): Update.
4245
4246 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4247
4248         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
4249         m4/strerror.m4.
4250
4251 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4252             Bruno Haible  <bruno@clisp.org>
4253
4254         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
4255
4256 2008-12-13  Bruno Haible  <bruno@clisp.org>
4257
4258         * modules/strtoull (Depends-on): Remove unistd.
4259
4260 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4261
4262         * modules/strtoull (Depends-on): Add stdlib.
4263
4264 2008-12-11  Simon Josefsson  <simon@josefsson.org>
4265
4266         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
4267
4268 2008-12-10  Jim Meyering  <meyering@redhat.com>
4269
4270         gl_ASSERT: don't say assertions are disabled when they're not
4271         * m4/assert.m4 (gl_ASSERT): Do not make configure report
4272         "checking whether to enable assertions... no", when they are in
4273         fact enabled.  This is solely a bug in the output of configure.
4274         In spite of saying "no", NDEBUG was not defined in that case.
4275         Also, as noted by Eric Blake, leave assertions enabled upon
4276         --enable-assert=INVALID.
4277
4278 2008-12-10  Bruno Haible  <bruno@clisp.org>
4279
4280         Change MODULES.html to refer to POSIX:2008 where possible.
4281         * MODULES.html.sh (POSIX2008_URL): New variable.
4282         (posix_headers): Remove sys/timeb, ucontext.
4283         (posix2001_headers): New variable.
4284         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
4285         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
4286         index, makecontext, mktemp, pthread_attr_getstackaddr,
4287         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
4288         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
4289         (posix2001_functions): New variable.
4290         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
4291         otherwise.
4292
4293 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4294
4295         add missing include to parse-duration.c
4296         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
4297         * modules/parse-duration (Depends-on): Add xalloc.
4298
4299         fix sed script reading maint.mk
4300         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
4301         (syntax-check-rules): Use it.
4302
4303 2008-12-09  Bruno Haible  <bruno@clisp.org>
4304
4305         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
4306         MacOS X 10.4/PowerPC.
4307         Reported by Simon Josefsson.
4308
4309 2008-12-08  Jim Meyering  <meyering@redhat.com>
4310
4311         work around mingw's lack of some S_IF definitions
4312         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
4313         Reported by Simon Josefsson.
4314
4315 2008-12-08  Bruno Haible  <bruno@clisp.org>
4316
4317         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
4318         applied to variables. Needed on MacOS X 10.4/PowerPC.
4319         Reported by Simon Josefsson.
4320
4321 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4322         and Eric Blake  <ebb9@byu.net>
4323
4324         assert: honor --enable-assert
4325         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4326         order to honor --enable-assert, rather than treating it as a
4327         synonym for --disable-assert.
4328
4329 2008-12-08  Jim Meyering  <meyering@redhat.com>
4330
4331         * lib/posixtm.c: Remove now-useless declaration of mktime.
4332
4333         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4334
4335 2008-12-07  Bruno Haible  <bruno@clisp.org>
4336
4337         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4338         test_once): Mark functions as static.
4339         * tests/test-tls.c (test_tls): Likewise.
4340
4341 2008-12-07  Bruno Haible  <bruno@clisp.org>
4342
4343         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4344         iconv_register_autodetect.
4345
4346 2008-12-07  Jim Meyering  <meyering@redhat.com>
4347
4348         posixtm.c: avoid a warning
4349         * lib/posixtm.c (posixtime): Don't initialize tm0.
4350         It's no longer needed to placate gcc4's -Wuninitialized,
4351         and the attempt to placate would elicit a new warning.
4352
4353         unicodeio.c: mark unused parameters
4354         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4355         (fallback_failure_callback): Likewise.
4356
4357 2008-12-07  Bruno Haible  <bruno@clisp.org>
4358
4359         * gnulib-tool (func_create_testdir): When building the tests
4360         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4361         Reported by Simon Josefsson.
4362
4363 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4364
4365         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4366
4367 2008-12-06  Bruno Haible  <bruno@clisp.org>
4368
4369         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4370         Suggested by Eric Blake.
4371
4372 2008-12-06  Bruno Haible  <bruno@clisp.org>
4373
4374         Fix a c-stack test failure on MacOS X.
4375         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4376         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4377         handler for SIGBUS as well.
4378         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4379         install a signal handler for SIGBUS as well.
4380         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4381
4382 2008-12-06  Bruno Haible  <bruno@clisp.org>
4383
4384         Advocacy documentation.
4385         * doc/gnulib-intro.texi (Benefits): New section.
4386         * doc/gnulib.texi: Update.
4387
4388 2008-12-06  Bruno Haible  <bruno@clisp.org>
4389
4390         Document the 'manywarnings' module.
4391         * doc/manywarnings.texi: New file.
4392         * doc/gnulib.texi: Include it.
4393
4394 2008-12-05  Eric Blake  <ebb9@byu.net>
4395
4396         tests: silence some gcc warnings
4397         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4398         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4399         type mismatches.
4400
4401 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4402             Bruno Haible  <bruno@clisp.org>
4403
4404         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4405
4406 2008-11-29  Jim Meyering  <meyering@redhat.com>
4407
4408         unicodeio.c: mark unused parameters
4409         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4410         (fallback_failure_callback): Likewise.
4411
4412         fts: fix a thinko
4413         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4414         (set_stat_type): Return S_IF*-valued "type" directly.
4415         Prompted by James Youngman's spotting a related bug.
4416         Confirmed by further testing through find.
4417
4418         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
4419         * lib/fts.c (D_TYPE): Define.
4420         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
4421         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
4422         (s_ifmt_shift_bits): New function.
4423         (set_stat_type): New function.
4424         (fts_build): When not calling fts_stat, call set_stat_type
4425         to propagate dirent.d_type info to fts_read caller.
4426         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
4427         fts_statp->st_mode type information may be valid.
4428
4429 2008-11-28  Simon Josefsson  <simon@josefsson.org>
4430
4431         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
4432         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
4433         <sds@gnu.org>.
4434
4435 2008-11-20  Bruno Haible  <bruno@clisp.org>
4436
4437         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
4438         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
4439         INCLUDE_NEXT.
4440         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
4441         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
4442         * modules/math (Makefile.am): Substitute
4443         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
4444         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4445
4446 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
4447             Bruno Haible  <bruno@clisp.org>
4448
4449         * lib/stdint.in.h: Define all type macros so that their expansion is
4450         a single typedef'ed token. Fixes a compilation failure in Boost which
4451         does "using ::int8_t;".
4452
4453 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4454
4455         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
4456         gl_MANYWARN_ALL_GCC.
4457         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
4458         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
4459         * modules/manywarnings: New file.
4460         * MODULES.html.sh: Mention manywarnings module.
4461
4462 2008-11-18  Bruno Haible  <bruno@clisp.org>
4463
4464         * doc/gnulib-tool.texi (Unit tests): New section.
4465
4466 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4467
4468         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
4469         paths like 'lib/po/foo.po'.
4470
4471 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4472
4473         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
4474         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
4475
4476 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4477
4478         * m4/warnings.m4: Use CPPFLAGS to really check whether the
4479         parameter works.
4480
4481 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4482
4483         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
4484
4485 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4486
4487         * modules/parse-duration-tests: New file.
4488         * tests/test-parse-duration.sh: New file.
4489         * tests/test-parse-duration.c: New file.
4490
4491         New module 'parse-duration'.
4492         * lib/parse-duration.h: New file.
4493         * lib/parse-duration.c: New file.
4494         * modules/parse-duration: New file.
4495
4496 2008-11-17  Bruno Haible  <bruno@clisp.org>
4497
4498         * tests/test-select-out.sh: Comment out the first pipe test.
4499         Reported by Simon Josefsson.
4500
4501 2008-11-17  Bruno Haible  <bruno@clisp.org>
4502
4503         * modules/getaddrinfo (Depends-on): Add servent, hostent.
4504         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
4505         gl_HOSTENT.
4506
4507 2008-11-17  Bruno Haible  <bruno@clisp.org>
4508
4509         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
4510         -lnetwork and -lnet. Needed for Haiku and BeOS.
4511
4512 2008-11-16  Bruno Haible  <bruno@clisp.org>
4513
4514         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
4515
4516 2008-11-16  Bruno Haible  <bruno@clisp.org>
4517
4518         Avoid test failure on Haiku.
4519         * tests/test-fsync.c: Include <errno.h>.
4520         (main): Don't require that fsync (0) fails.
4521
4522 2008-11-15  Bruno Haible  <bruno@clisp.org>
4523
4524         New module 'hostent'.
4525         * modules/hostent: New file.
4526         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
4527
4528 2008-11-15  Bruno Haible  <bruno@clisp.org>
4529
4530         New module 'servent'.
4531         * modules/servent: New file.
4532         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
4533
4534 2008-11-15  Bruno Haible  <bruno@clisp.org>
4535
4536         Avoid generating same test program with two different rules.
4537         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
4538         test-frexp to test-frexp-nolibm.
4539         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
4540         test-frexpl to test-frexpl-nolibm.
4541
4542 2008-11-15  Bruno Haible  <bruno@clisp.org>
4543
4544         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
4545         $(FREXPL_LIBM).
4546
4547 2008-11-15  Bruno Haible  <bruno@clisp.org>
4548
4549         * lib/netdb.in.h: Activate the definitions also when the system's
4550         <netdb.h> has 'struct addrinfo'.
4551         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
4552         EAI_OVERFLOW or AI_NUMERICSERV.
4553         * doc/posix-headers/netdb.texi: Document the problem.
4554
4555 2008-11-15  Bruno Haible  <bruno@clisp.org>
4556
4557         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
4558
4559         Make the 'sched' module work on platforms where <sched.h> exists but
4560         is incomplete (such as Haiku).
4561         * lib/sched.in.h; Include the system's <sched.h> if it exists.
4562         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
4563         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
4564         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
4565         HAVE_STRUCT_SCHED_PARAM.
4566         * modules/sched (Depends-on): Add include_next.
4567         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
4568         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
4569         * doc/posix-headers/sched.texi: Document the issue.
4570
4571 2008-11-13  Jim Meyering  <meyering@redhat.com>
4572
4573         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
4574         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
4575         test would fail due to the difference in the Report bugs to ...
4576         line.  The expected address is empty, "<>", while the actual
4577         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
4578
4579 2008-11-12  Bruno Haible  <bruno@clisp.org>
4580
4581         lstat: don't compile lstat.c on systems lacking lstat
4582         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
4583         which don't have lstat; this is handled by lib/sys_stat.in.h already.
4584         Reported by Daniel P. Berrange via Jim Meyering.
4585
4586 2008-11-12  Jim Meyering  <meyering@redhat.com>
4587
4588         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
4589
4590 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4591
4592         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
4593         instead.
4594
4595 2008-11-12  Bruno Haible  <bruno@clisp.org>
4596
4597         * lib/unicodeio.c: Include unistr.h.
4598         (utf8_wctomb): Remove function.
4599         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
4600
4601 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4602
4603         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
4604         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
4605         <bruno@clisp.org>.
4606         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
4607
4608 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4609
4610         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
4611         * doc/gnulib.texi: Add section for warnings.
4612
4613 2008-11-11  Bruno Haible  <bruno@clisp.org>
4614
4615         * lib/sockets.h: Add a comment.
4616
4617 2008-11-11  Karl Berry  <karl@gnu.org>
4618
4619         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
4620
4621 2008-11-11  Eric Blake  <ebb9@byu.net>
4622
4623         fdl.texi: avoid git symlinks
4624         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
4625
4626 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4627
4628         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
4629
4630 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4631
4632         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
4633         (gl_WARN_ADD): Substitute $2 if literal.
4634
4635 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4636
4637         * m4/warning.m4: Remove.
4638
4639 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4640
4641         * m4/warnings.m4: Almost complete rewrite. :-)
4642
4643 2008-11-10  Simon Josefsson  <simon@josefsson.org>
4644
4645         * modules/warnings: New module.
4646         * m4/warnings.m4: New file.
4647         * MODULES.html.sh: Mention warnings module.
4648         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
4649         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4650
4651 2008-11-10  Eric Blake  <ebb9@byu.net>
4652
4653         fdl.texi: make a symlink to the latest version
4654         * doc/standards.texi: Revert today's earlier change.
4655         * doc/fdl-1.2.texi: Rename from old fdl.texi...
4656         * doc/fdl.texi: ...and replace this with a symlink to the newer
4657         fdl-1.3.texi.
4658
4659 2008-11-10  Bruno Haible  <bruno@clisp.org>
4660
4661         * tests/test-select-fd.c (main): Accept the result file name as fourth
4662         argument.
4663         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
4664         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
4665
4666 2008-11-10  Bruno Haible  <bruno@clisp.org>
4667
4668         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
4669         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
4670         as autoconf-substituted macros.
4671         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
4672         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
4673         gl_NETDB_H_DEFAULTS. Set these variables.
4674         * modules/netdb (Makefile.am): Substitute these variables.
4675
4676 2008-11-10  Eric Blake  <ebb9@byu.net>
4677
4678         standards.texi: include correct file for FDL 1.3
4679         * doc/standards.texi (GNU Free Documentation License): Change
4680         include file to pull in FDL 1.3, not 1.2.
4681
4682         fdl.texi: revert accidental change to license
4683         * doc/fdl.texi: This is FDL 1.2, not 1.3.
4684
4685 2008-11-10  Bruno Haible  <bruno@clisp.org>
4686
4687         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
4688         cross-compiling guesses also when the native compile gives no result.
4689
4690 2008-11-10  Bruno Haible  <bruno@clisp.org>
4691
4692         * lib/spawni.c (__spawni): Force variable into the stack.
4693
4694 2008-11-10  Bruno Haible  <bruno@clisp.org>
4695
4696         Add support for Haiku.
4697         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
4698         glibc and BeOS, but also on Haiku.
4699         * lib/fpurge.c (fpurge): Likewise.
4700         * lib/freadable.c (freadable): Likewise.
4701         * lib/freadahead.c (freadahead): Likewise.
4702         * lib/freading.c (freading): Likewise.
4703         * lib/freadptr.c (freadptr): Likewise.
4704         * lib/freadseek.c (freadptrinc): Likewise.
4705         * lib/fseeko.c (rpl_fseeko): Likewise.
4706         * lib/fseterr.c (fseterr): Likewise.
4707         * lib/fwritable.c (fwritable): Likewise.
4708         * lib/fwriting.c (fwriting): Likewise.
4709         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
4710
4711 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4712
4713         * lib/config.charset: Treat Haiku like BeOS.
4714
4715 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4716
4717         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
4718         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
4719
4720 2008-11-08  Bruno Haible  <bruno@clisp.org>
4721
4722         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
4723         AC_CACHE_CHECK.
4724
4725 2008-11-08  Bruno Haible  <bruno@clisp.org>
4726
4727         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
4728
4729 2008-11-08  Bruno Haible  <bruno@clisp.org>
4730
4731         * tests/test-select-fd.c: New file.
4732         * tests/test-select-in.sh: New file.
4733         * tests/test-select-out.sh: New file.
4734         * tests/test-select-stdin.c: New file.
4735         * modules/select-tests (Files): Add the new files.
4736         (Depends-on): Add gettimeofday.
4737         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
4738         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
4739         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
4740
4741 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
4742             Bruno Haible  <bruno@clisp.org>
4743
4744         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
4745
4746 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
4747
4748         * build-aux/pmccabe2html: Added support for C++ source files.
4749
4750 2008-11-05  Ben Pfaff  <blp@gnu.org>
4751
4752         Fix lib/close.c build on Windows.
4753         * modules/close (Files): Add lib/w32sock.h.
4754
4755 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4756
4757         Accept Bison's NEWS format.
4758         * build-aux/announce-gen (print_news_deltas): Tweak
4759         $re_prefix.
4760
4761 2008-11-04  Bruno Haible  <bruno@clisp.org>
4762
4763         * modules/random_r (Maintainer): Add glibc.
4764
4765 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4766
4767         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4768         by karl@freefriends.org (Karl Berry).
4769         * doc/alloca.texi: Likewise.
4770         * doc/c-ctype.texi: Likewise.
4771         * doc/c-strcase.texi: Likewise.
4772         * doc/c-strcaseeq.texi: Likewise.
4773         * doc/c-strcasestr.texi: Likewise.
4774         * doc/c-strstr.texi: Likewise.
4775         * doc/c-strtod.texi: Likewise.
4776         * doc/c-strtold.texi: Likewise.
4777         * doc/ctime.texi: Likewise.
4778         * doc/error.texi: Likewise.
4779         * doc/fdl.texi: Likewise.
4780         * doc/gcd.texi: Likewise.
4781         * doc/getdate.texi: Likewise.
4782         * doc/gnulib-intro.texi: Likewise.
4783         * doc/gnulib-tool.texi: Likewise.
4784         * doc/gnulib.texi: Likewise.
4785         * doc/inet_ntoa.texi: Likewise.
4786         * doc/maintain.texi: Likewise.
4787         * doc/make-stds.texi: Likewise.
4788         * doc/quote.texi: Likewise.
4789         * doc/regexprops-generic.texi: Likewise.
4790         * doc/standards.texi: Likewise.
4791         * doc/verify.texi: Likewise.
4792         * doc/visibility.texi: Likewise.
4793         * doc/gnulib.texi (GNU Free Documentation License): Include
4794         fdl-1.3.texi instead of fdl.texi.
4795
4796 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4797
4798         * doc/fdl-1.3.texi: New file, from
4799         <http://www.gnu.org/licenses/fdl-1.3.texi>.
4800         * modules/fdl-1.3: Add.
4801         * MODULES.html.sh: Add fdl-1.3.
4802
4803 2008-11-03  Bruno Haible  <bruno@clisp.org>
4804
4805         Make determination of absolute name of header file work with AIX xlc.
4806         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
4807         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
4808         preprocessing.
4809         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4810         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4811
4812 2008-11-03  Simon Josefsson  <simon@josefsson.org>
4813
4814         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
4815         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
4816         <ludo@gnu.org>.
4817
4818 2008-11-02  Bruno Haible  <bruno@clisp.org>
4819
4820         Mark 'strpbrk' obsolete.
4821         * modules/strpbrk (Status, Notice): New sections.
4822         * modules/strtok_r (Depends-on): Add strpbrk.
4823
4824 2008-11-02  Bruno Haible  <bruno@clisp.org>
4825
4826         Mark 'strdup' obsolete.
4827         * modules/strdup (Status, Notice): New sections.
4828         * modules/findprog (Depends-on): Add strdup.
4829         * modules/getaddrinfo (Depends-on): Likewise.
4830         * modules/localename (Depends-on): Likewise.
4831         * modules/relocatable-lib (Depends-on): Likewise.
4832         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
4833         * modules/relocatable-prog (Depends-on): Likewise.
4834         * modules/trim (Depends-on): Likewise.
4835         * modules/unictype/gen-ctype (Depends-on): Likewise.
4836         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4837
4838 2008-11-02  Bruno Haible  <bruno@clisp.org>
4839
4840         Mark 'strcspn' obsolete.
4841         * modules/strcspn (Status, Notice): New sections.
4842
4843 2008-11-02  Bruno Haible  <bruno@clisp.org>
4844
4845         Mark 'rmdir' obsolete.
4846         * modules/rmdir (Status, Notice): New sections.
4847         * modules/clean-temp (Depends-on): Add rmdir.
4848         * modules/openat (Depends-on): Likewise.
4849
4850 2008-11-02  Bruno Haible  <bruno@clisp.org>
4851
4852         Mark 'raise' obsolete.
4853         * modules/raise (Status, Notice): New sections.
4854         (Include): Specify <signal.h>.
4855         * modules/stdio (Depends-on): Add raise.
4856         * modules/write (Depends-on): Likewise.
4857
4858 2008-11-02  Bruno Haible  <bruno@clisp.org>
4859
4860         Mark 'memset' obsolete.
4861         * modules/memset (Status, Notice): New sections.
4862
4863 2008-11-02  Bruno Haible  <bruno@clisp.org>
4864
4865         Mark 'memmove' obsolete.
4866         * modules/memmove (Status, Notice): New sections.
4867         * modules/argp (Depends-on): Add memmove.
4868         * modules/argz (Depends-on): Likewise.
4869         * modules/canonicalize (Depends-on): Likewise.
4870         * modules/canonicalize-lgpl (Depends-on): Likewise.
4871         * modules/fts (Depends-on): Likewise.
4872         * modules/getcwd (Depends-on): Likewise.
4873         * modules/human (Depends-on): Likewise.
4874         * modules/regex (Depends-on): Likewise.
4875         * modules/striconveh (Depends-on): Likewise.
4876         * modules/trim (Depends-on): Likewise.
4877         * modules/unistr/u8-move (Depends-on): Likewise.
4878         * modules/unistr/u16-move (Depends-on): Likewise.
4879         * modules/unistr/u32-move (Depends-on): Likewise.
4880
4881 2008-11-02  Bruno Haible  <bruno@clisp.org>
4882
4883         Mark 'memcpy' obsolete.
4884         * modules/memcpy (Status, Notice): New sections.
4885
4886 2008-11-02  Bruno Haible  <bruno@clisp.org>
4887
4888         Mark 'memcmp' obsolete.
4889         * modules/memcmp (Status, Notice): New sections.
4890         * modules/argmatch (Depends-on): Add memchr.
4891         * modules/backupfile (Depends-on): Likewise.
4892         * modules/c-strcasestr (Depends-on): Likewise.
4893         * modules/crypto/des (Depends-on): Likewise.
4894         * modules/csharpcomp (Depends-on): Likewise.
4895         * modules/fnmatch (Depends-on): Likewise.
4896         * modules/git-merge-changelog (Depends-on): Likewise.
4897         * modules/isnand (Depends-on): Likewise.
4898         * modules/isnand-nolibm (Depends-on): Likewise.
4899         * modules/isnanf (Depends-on): Likewise.
4900         * modules/isnanf-nolibm (Depends-on): Likewise.
4901         * modules/isnanl (Depends-on): Likewise.
4902         * modules/isnanl-nolibm (Depends-on): Likewise.
4903         * modules/mbchar (Depends-on): Likewise.
4904         * modules/memcoll (Depends-on): Likewise.
4905         * modules/quotearg (Depends-on): Likewise.
4906         * modules/regex (Depends-on): Likewise.
4907         * modules/relocatable-prog (Depends-on): Likewise.
4908         * modules/same (Depends-on): Likewise.
4909         * modules/signbit (Depends-on): Likewise.
4910         * modules/strcasestr-simple (Depends-on): Likewise.
4911         * modules/unictype/gen-ctype (Depends-on): Likewise.
4912         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4913         * modules/uniname/uniname (Depends-on): Likewise.
4914         * modules/unistr/u8-cmp (Depends-on): Likewise.
4915
4916 2008-11-02  Bruno Haible  <bruno@clisp.org>
4917
4918         Mark 'memchr' obsolete.
4919         * modules/memchr (Status, Notice): New sections.
4920         * modules/argp (Depends-on): Add memchr.
4921         * modules/base64 (Depends-on): Likewise.
4922         * modules/c-strcasestr (Depends-on): Likewise.
4923         * modules/chdir-long (Depends-on): Likewise.
4924         * modules/fnmatch (Depends-on): Likewise.
4925         * modules/getsubopt (Depends-on): Likewise.
4926         * modules/git-merge-changelog (Depends-on): Likewise.
4927         * modules/glob (Depends-on): Likewise.
4928         * modules/strcasestr-simple (Depends-on): Likewise.
4929         * modules/strnlen (Depends-on): Likewise.
4930
4931 2008-11-02  Bruno Haible  <bruno@clisp.org>
4932
4933         Mark 'atexit' obsolete.
4934         * modules/atexit (Status, Notice): New sections.
4935         * modules/chdir-long (Depends-on): Add atexit.
4936         * modules/wait-process (Depends-on): Likewise.
4937
4938 2008-11-02  Bruno Haible  <bruno@clisp.org>
4939
4940         * gnulib-tool: New option --with-obsolete.
4941         (func_usage): Document it.
4942         (func_modules_transitive_closure): Drop obsolete dependencies if
4943         incobsolete is not true.
4944         (func_import): Read and save the incobsolete variable to the cache.
4945
4946 2008-11-02  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/TEMPLATE-EXTENDED: New field 'Status'.
4949         * gnulib-tool: New option --extract-status.
4950         (func_usage): Document it.
4951         (sed_extract_prog): Recognize it.
4952         (func_get_status): New function.
4953
4954 2008-10-30  Simon Josefsson  <simon@josefsson.org>
4955
4956         * modules/sockets (License): Change from LGPL to LGPLv2+.
4957
4958 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4959
4960         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
4961
4962 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4963
4964         * MODULES.html.sh (Support for systems lacking POSIX:2001):
4965         Mention times and sys_times.
4966         * modules/sys_times, modules/sys_times-tests: New modules.
4967         * modules/times, modules/times-tests: Likewise
4968         * m4/sys_times_h.m4: New file.
4969         * lib/sys_times.in.h: Likewise
4970         * lib/times.c: Likewise.
4971         * tests/test-sys_times.c: Likewise.
4972         * tests/test-times.c: Likewise.
4973         * doc/posix-headers/sys_times.texi: Update.
4974         * doc/posix-functions/times.texi: Update.
4975
4976 2008-10-28  Jim Meyering  <meyering@redhat.com>
4977
4978         * modules/tempname (Depends-on): Add lstat.
4979
4980         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
4981
4982 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4983
4984         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
4985         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
4986         using idiom used elsewhere in gnulib.
4987
4988 2008-10-27  Jim Meyering  <meyering@redhat.com>
4989
4990         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
4991
4992 2008-10-27  Simon Josefsson  <simon@josefsson.org>
4993
4994         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
4995         TESTS_ENVIRONMENT, for shell scripts that needs to call built
4996         programs.
4997         * tests/test-argp-2.sh: Use $EXEEXT when needed.
4998
4999 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5000
5001         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
5002
5003 2008-10-27  Bruno Haible  <bruno@clisp.org>
5004
5005         * tests/test-lstat.c: Include <stdio.h>.
5006
5007 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5008
5009         * modules/lstat-tests: New module.
5010         * tests/test-lstat.c: New file.
5011
5012 2008-10-26  Jim Meyering  <meyering@redhat.com>
5013
5014         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
5015
5016 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5017             Bruno Haible  <bruno@clisp.org>
5018
5019         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
5020         * modules/configmake (Include): Add a note that the include must come
5021         after all system headers.
5022         * lib/javaversion.c: Include configmake.h after all other includes.
5023
5024 2008-10-26  Bruno Haible  <bruno@clisp.org>
5025
5026         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
5027         HAVE_STRUCT_RANDOM_DATA to 1.
5028         (gl_STDLIB_H): Simplify.
5029
5030 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5031
5032         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
5033         substitute HAVE_STRUCT_RANDOM_DATA.
5034         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
5035         random_data.
5036         * modules/stdlib (Makefile.am): Substitute
5037         HAVE_STRUCT_RANDOM_DATA.
5038
5039 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5040
5041         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
5042         * doc/gnulib-intro.texi (Copyright): Likewise.
5043
5044 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5045
5046         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
5047         findings.
5048
5049 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
5050             Bruno Haible  <bruno@clisp.org>
5051
5052         * lib/unistd.in.h: Include <winsock2.h>.
5053         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
5054         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
5055         Provide dummy declarations.
5056         (gethostname): Override.
5057         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
5058         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
5059         gl_PREREQ_SYS_H_WINSOCK2.
5060         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
5061         * doc/posix-functions/gethostname.texi: More details.
5062
5063 2008-10-25  Bruno Haible  <bruno@clisp.org>
5064
5065         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5066         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
5067         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
5068
5069         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
5070         here ...
5071         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
5072         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
5073         gl_UNISTD_H_DEFAULTS.
5074
5075 2008-10-25  Eric Blake  <ebb9@byu.net>
5076
5077         signbit: avoid spurious compiler failure
5078         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
5079         declarations inside function.
5080
5081 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5082             Bruno Haible  <bruno@clisp.org>
5083
5084         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
5085         * modules/random_r (Depends-on): Add stdint.
5086
5087 2008-10-24  Bruno Haible  <bruno@clisp.org>
5088
5089         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
5090         Eggert.
5091         * modules/strerror (License): Likewise.
5092
5093 2008-10-24  Jim Meyering  <meyering@redhat.com>
5094
5095         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
5096         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
5097
5098 2008-10-24  Eric Blake  <ebb9@byu.net>
5099
5100         getgroups: fix compilation when getgroups is available
5101         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
5102         but with <config.h> override of getgroups disabled.
5103
5104 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5105
5106         * doc/gnulib.texi (Header files): Add note about C++ problems.
5107         Explained by Bruno Haible <bruno@clisp.org>.
5108
5109 2008-10-23  Bruno Haible  <bruno@clisp.org>
5110
5111         Define a dummy SA_NODEFER macro on Interix.
5112         * lib/signal.in.h (SA_NODEFER): Define fallback.
5113         Reported by Aleksey Cheusov <cheusov@tut.by> via
5114         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
5115
5116 2008-10-23  Bruno Haible  <bruno@clisp.org>
5117
5118         * modules/freadahead (License): Change to LGPLv2+.
5119         Suggested by Simon Josefsson.
5120
5121 2008-10-23  Jim Meyering  <meyering@redhat.com>
5122
5123         random_r: new module
5124         * modules/random_r: New file.
5125         * m4/random_r.m4: New file.
5126         * lib/random_r.c: New file, from glibc.
5127         * modules/random_r-tests: New file.
5128         * tests/test-random_r.c: New file.
5129         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
5130          Declare.
5131         (RAND_MAX): Define.
5132         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
5133         * modules/stdlib: Substitute them, too.
5134         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
5135         * doc/glibc-functions/initstate_r.texi: Mention the new module.
5136         * doc/glibc-functions/random_r.texi: Likewise.
5137         * doc/glibc-functions/setstate_r.texi: Likewise.
5138         * doc/glibc-functions/srandom_r.texi: Likewise.
5139         * config/srclist.txt: Mention it.
5140
5141 2008-10-23  David Lutterkort  <lutter@redhat.com>
5142
5143         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
5144         link requirement
5145
5146 2008-10-23  Jim Meyering  <meyering@redhat.com>
5147
5148         selinux-h: mark parameters of stub functions as intentionally unused
5149         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
5150         * lib/se-context.in.h: Likewise.
5151
5152 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5153
5154         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
5155
5156 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5157
5158         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
5159
5160 2008-10-22  Eric Blake  <ebb9@byu.net>
5161
5162         glthread/thread: avoid compiler warning
5163         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
5164         Add unreachable abort to silence compiler.
5165
5166 2008-10-22  Eric Blake  <ebb9@byu.net>
5167
5168         netdb: also supply struct addrinfo for cygwin 1.5.x
5169         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5170         older cygwin.
5171         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
5172         cygwin.
5173         * doc/posix-headers/netdb.texi (netdb.h): Document this.
5174
5175 2008-10-22  Bruno Haible  <bruno@clisp.org>
5176
5177         * users.txt: Update entry about pspp.
5178
5179 2008-10-21  Bruno Haible  <bruno@clisp.org>
5180
5181         Simplification.
5182         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
5183         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
5184
5185         Simplification.
5186         * lib/ioctl.c (ioctl): Don't undefine.
5187         * lib/socket.c (socket): Don't undefine.
5188
5189         Remove unused module indicator macros.
5190         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
5191         GNULIB_$1 as a C macro.
5192
5193         * doc/posix-functions/close.texi: Undo last change.
5194         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
5195         Windows platforms.
5196
5197 2008-10-21  Bruno Haible  <bruno@clisp.org>
5198
5199         Add gethostname() declaration to <unistd.h>.
5200         * lib/unistd.in.h (gethostname): New declaration.
5201         * lib/gethostname.c: Include <unistd.h>.
5202         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
5203         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
5204         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
5205         and HAVE_GETHOSTNAME.
5206         * modules/gethostname (Depends-on): Add unistd.
5207         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5208         (Include): Specify <unistd.h>.
5209         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
5210         HAVE_GETHOSTNAME.
5211         * tests/test-gethostname.c: Include <unistd.h> first.
5212
5213 2008-10-21  Bruno Haible  <bruno@clisp.org>
5214
5215         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
5216         * modules/select-tests (Depends-on): Likewise.
5217         Reported by Simon Josefsson.
5218
5219 2008-10-21  Simon Josefsson  <simon@josefsson.org>
5220
5221         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
5222         * lib/accept.c: New file, based on winsock.c.
5223         * lib/bind.c: New file, based on winsock.c.
5224         * lib/connect.c: New file, based on winsock.c.
5225         * lib/getpeername.c: New file, based on winsock.c.
5226         * lib/getsockname.c: New file, based on winsock.c.
5227         * lib/getsockopt.c: New file, based on winsock.c.
5228         * lib/ioctl.c: New file, based on winsock.c.
5229         * lib/listen.c: New file, based on winsock.c.
5230         * lib/recv.c: New file, based on winsock.c.
5231         * lib/recvfrom.c: New file, based on winsock.c.
5232         * lib/send.c: New file, based on winsock.c.
5233         * lib/sendto.c: New file, based on winsock.c.
5234         * lib/setsockopt.c: New file, based on winsock.c.
5235         * lib/shutdown.c: New file, based on winsock.c.
5236         * lib/socket.c: New file, based on winsock.c.
5237         * lib/w32sock.h: New file, based on winsock.c.
5238         * lib/winsock.c: Remove file.
5239         * modules/accept: Likewise.
5240         * modules/bind: Likewise.
5241         * modules/connect: Likewise.
5242         * modules/getpeername: Likewise.
5243         * modules/getsockname: Likewise.
5244         * modules/getsockopt: Likewise.
5245         * modules/ioctl: Likewise.
5246         * modules/listen: Likewise.
5247         * modules/recv: Likewise.
5248         * modules/recvfrom: Likewise.
5249         * modules/send: Likewise.
5250         * modules/sendto: Likewise.
5251         * modules/setsockopt: Likewise.
5252         * modules/shutdown: Likewise.
5253         * modules/socket: Use socket.c instead of winsock.c.
5254         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
5255         * doc/posix-functions/accept.texi: Doc fix.
5256         * doc/posix-functions/bind.texi: Doc fix.
5257         * doc/posix-functions/close.texi: Doc fix.
5258         * doc/posix-functions/connect.texi: Doc fix.
5259         * doc/posix-functions/getpeername.texi: Doc fix.
5260         * doc/posix-functions/getsockname.texi: Doc fix.
5261         * doc/posix-functions/getsockopt.texi: Doc fix.
5262         * doc/posix-functions/ioctl.texi: Doc fix.
5263         * doc/posix-functions/listen.texi: Doc fix.
5264         * doc/posix-functions/recv.texi: Doc fix.
5265         * doc/posix-functions/recvfrom.texi: Doc fix.
5266         * doc/posix-functions/send.texi: Doc fix.
5267         * doc/posix-functions/sendto.texi: Doc fix.
5268         * doc/posix-functions/setsockopt.texi: Doc fix.
5269         * doc/posix-functions/shutdown.texi: Doc fix.
5270         * doc/posix-functions/socket.texi: Doc fix.
5271
5272 2008-10-20  Bruno Haible  <bruno@clisp.org>
5273
5274         Take into account the role of SIGABRT_COMPAT on Windows 2008.
5275         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
5276         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
5277         as an alias for SIGABRT.
5278         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
5279         (sigaction): Map it to SIGABRT.
5280         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
5281
5282 2008-10-20  Bruno Haible  <bruno@clisp.org>
5283
5284         * lib/fts.c: Don't include lstat.h.
5285         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
5286
5287         Move the lstat() declaration to <sys/stat.h>.
5288         * lib/lstat.h: Remove file.
5289         * lib/sys_stat.in.h: Add special invocation convention.
5290         (lstat): New declaration.
5291         * lib/lstat.c (orig_lstat): New function.
5292         (rpl_lstat): Use orig_lstat instead of lstat.
5293         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
5294         AC_C_INLINE. Set REPLACE_LSTAT.
5295         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
5296         and REPLACE_LSTAT.
5297         * modules/lstat (Files): Remove lib/lstat.h.
5298         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5299         (Include): Specify <sys/stat.h> instead of lstat.h.
5300         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
5301         REPLACE_LSTAT.
5302         * NEWS: Mention the change.
5303
5304 2008-10-20  Bruno Haible  <bruno@clisp.org>
5305
5306         * modules/posix_spawn-tests: New file.
5307         * tests/test-posix_spawn3.c: New file.
5308
5309 2008-10-20  Bruno Haible  <bruno@clisp.org>
5310
5311         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
5312         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5313         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
5314         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5315         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
5316
5317 2008-10-20  Bruno Haible  <bruno@clisp.org>
5318
5319         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5320         of posix_spawn on AIX 5.3.
5321
5322 2008-10-20  Bruno Haible  <bruno@clisp.org>
5323
5324         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5325
5326 2008-10-20  Bruno Haible  <bruno@clisp.org>
5327
5328         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5329         of AC_LANG_PROGRAM.
5330
5331 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5332
5333         * lib/netdb.in.h: Don't define GNU specific constants until they
5334         are supported or needed.  Reported by Bruno Haible
5335         <bruno@clisp.org>.
5336
5337 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5338
5339         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5340
5341 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5342
5343         * lib/getaddrinfo.h: Remove file.
5344         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5345         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5346         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5347         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5348         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5349         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5350         * tests/test-getaddrinfo.c: Likewise.
5351         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5352         * NEWS: Mention change.
5353
5354 2008-10-19  Bruno Haible  <bruno@clisp.org>
5355
5356         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5357
5358 2008-10-19  Bruno Haible  <bruno@clisp.org>
5359
5360         * lib/wait-process.c: Include simply <sys/wait.h>.
5361         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5362         WIFSTOPPED): Remove fallback definitions.
5363         * modules/wait-process (Depends-on): Add sys_wait.
5364
5365         New module 'sys_wait'.
5366         * modules/sys_wait: New file.
5367         * lib/sys_wait.in.h: New file, partially copied from
5368         lib/wait-process.c.
5369         * m4/sys_wait_h.m4: New file.
5370         * doc/posix-headers/sys_wait.texi: Mention the new module.
5371
5372 2008-10-19  Bruno Haible  <bruno@clisp.org>
5373
5374         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5375
5376 2008-10-19  Bruno Haible  <bruno@clisp.org>
5377
5378         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5379         * lib/wait-process.c (WAIT_T): Remove type.
5380         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5381         (wait_subprocess): Update.
5382
5383 2008-10-19  Bruno Haible  <bruno@clisp.org>
5384
5385         New module 'atoll'.
5386         * modules/atoll: New file.
5387         * lib/stdlib.in.h (atoll): New declaration.
5388         * lib/atoll.c: New file, from glibc with modifications.
5389         * m4/atoll.m4: New file.
5390         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5391         HAVE_ATOLL.
5392         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5393         * doc/posix-functions/atoll.texi: Mention the new module.
5394
5395 2008-10-19  Bruno Haible  <bruno@clisp.org>
5396
5397         Add strtoull() declaration to <stdlib.h>.
5398         * lib/stdlib.in.h (strtoull): New declaration.
5399         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5400         Set HAVE_STRTOULL.
5401         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5402         HAVE_STRTOULL.
5403         * modules/strtoull (Depends-on): Add stdlib.
5404         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5405         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5406         HAVE_STRTOULL.
5407
5408 2008-10-19  Bruno Haible  <bruno@clisp.org>
5409
5410         Add strtoll() declaration to <stdlib.h>.
5411         * lib/stdlib.in.h (strtoll): New declaration.
5412         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5413         Set HAVE_STRTOLL.
5414         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5415         HAVE_STRTOLL.
5416         * modules/strtoll (Depends-on): Add stdlib.
5417         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5418         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
5419
5420 2008-10-19  Bruno Haible  <bruno@clisp.org>
5421
5422         * modules/bcopy (Depends-on): Add strings.
5423         (Include): Specify <strings.h>.
5424
5425 2008-10-19  Bruno Haible  <bruno@clisp.org>
5426
5427         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
5428
5429 2008-10-19  Bruno Haible  <bruno@clisp.org>
5430
5431         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
5432         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
5433         mingw.
5434
5435 2008-10-19  Bruno Haible  <bruno@clisp.org>
5436
5437         * lib/atanl.c: Don't include isnanl.h.
5438         * lib/cosl.c: Likewise.
5439         * lib/ldexpl.c: Likewise.
5440         * lib/logl.c: Likewise.
5441         * lib/sinl.c: Likewise.
5442         * lib/sqrtl.c: Likewise.
5443         * lib/tanl.c: Likewise.
5444
5445         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
5446         * lib/isnanf.h: Remove file.
5447         * lib/isnand.h: Remove file.
5448         * lib/isnanl.h: Remove file.
5449         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
5450         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
5451         macros.
5452         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
5453         HAVE_ISNANF, don't define it as a C macro.
5454         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
5455         HAVE_ISNAND, don't define it as a C macro.
5456         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
5457         HAVE_ISNANL, don't define it as a C macro.
5458         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
5459         HAVE_ISNAN[FDL].
5460         * modules/isnanf (Files): Remove lib/isnanf.h.
5461         (Depends-on): Add math.
5462         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5463         (Include): Specify <math.h> instead of isnanf.h.
5464         * modules/isnand (Files): Remove lib/isnand.h.
5465         (Depends-on): Add math.
5466         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5467         (Include): Specify <math.h> instead of isnand.h.
5468         * modules/isnanl (Files): Remove lib/isnanl.h.
5469         (Depends-on): Add math.
5470         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5471         (Include): Specify <math.h> instead of isnanl.h.
5472         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
5473         HAVE_ISNAN[FDL].
5474         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
5475         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
5476         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
5477         * NEWS: Mention the change.
5478
5479 2008-10-18  Bruno Haible  <bruno@clisp.org>
5480
5481         Add getusershell(), setusershell(), endusershell() declarations to
5482         <unistd.h>.
5483         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
5484         declarations.
5485         * lib/getusershell.c: Include unistd.h.
5486         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
5487         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5488         HAVE_GETUSERSHELL.
5489         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
5490         and HAVE_GETUSERSHELL.
5491         * modules/getusershell (Depends-on): Add unistd, extensions.
5492         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5493         (Include): Specify <unistd.h>.
5494         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
5495         HAVE_GETUSERSHELL.
5496
5497 2008-10-18  Bruno Haible  <bruno@clisp.org>
5498
5499         Add a getloadavg() declaration to <stdlib.h>.
5500         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
5501         getloadavg declaration.
5502         (getloadavg): New declaration.
5503         * lib/getloadavg.c: Include <stdlib.h> first.
5504         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
5505         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
5506         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
5507         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
5508         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5509         * modules/getloadavg (Depends-on): Add stdlib, extensions.
5510         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5511         (Include): Specify <stdlib.h>.
5512         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
5513         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5514
5515 2008-10-18  Bruno Haible  <bruno@clisp.org>
5516
5517         * lib/dirchownmod.c: Don't include lchmod.h.
5518
5519         Move the lchmod() declaration to <sys/stat.h>.
5520         * lib/lchmod.h: Remove file.
5521         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
5522         (lchmod): New declaration, moved here from lib/lchown.h.
5523         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
5524         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
5525         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
5526         and HAVE_LCHMOD.
5527         * modules/lchmod (Files): Remove lib/lchmod.h.
5528         (Depends-on): Add sys_stat, extensions.
5529         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5530         (Include): Specify <sys/stat.h> instead of lchmod.h.
5531         * modules/sys_stat (Depends-on): Add link-warning.
5532         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
5533         definition of GL_LINK_WARNING.
5534         * NEWS: Mention the change.
5535
5536 2008-10-18  Bruno Haible  <bruno@clisp.org>
5537
5538         * lib/fchdir.c: Don't include dirfd.h.
5539         * lib/fts.c: Likewise.
5540         * lib/getcwd.c: Likewise.
5541         * lib/glob.c: Likewise.
5542
5543         Move the dirfd() declaration to <dirent.h>.
5544         * lib/dirfd.h: Remove file.
5545         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
5546         (dirfd): New declaration.
5547         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
5548         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
5549         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
5550         HAVE_DECL_DIRFD.
5551         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
5552         HAVE_DECL_DIRFD.
5553         * modules/dirfd (Files): Remove lib/dirfd.h.
5554         (Depends-on): Add dirent, extensions.
5555         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
5556         (Include): Specify <dirent.h> instead of dirfd.h.
5557         * modules/dirent (Depends-on): Add link-warning.
5558         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
5559         definition of GL_LINK_WARNING.
5560         * NEWS: Mention the change.
5561
5562 2008-10-18  Bruno Haible  <bruno@clisp.org>
5563
5564         Move the euidaccess() declaration to <unistd.h>.
5565         * lib/euidaccess.h: Remove file.
5566         * lib/unistd.in.h (euidaccess): New declaration.
5567         * lib/euidaccess.c: Don't include euidaccess.h.
5568         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
5569         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
5570         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
5571         and HAVE_EUIDACCESS.
5572         * modules/euidaccess (Files): Remove lib/euidaccess.h.
5573         (Depends-on): Add unistd.
5574         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5575         (Include): Specify <unistd.h> instead of euidaccess.h.
5576         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
5577         HAVE_EUIDACCESS.
5578         * NEWS: Mention the change.
5579
5580 2008-10-18  Bruno Haible  <bruno@clisp.org>
5581
5582         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
5583
5584         Move the getdomainname() declaration to <unistd.h>.
5585         * lib/getdomainname.h: Remove file.
5586         * lib/unistd.in.h (getdomainname): New declaration.
5587         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
5588         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
5589         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5590         HAVE_GETDOMAINNAME.
5591         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5592         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
5593         * modules/getdomainname (Files): Remove lib/getdomainname.h.
5594         (Depends-on): Add unistd, extensions.
5595         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5596         (Includes): Specify <unistd.h> instead of getdomainname.h.
5597         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
5598         HAVE_GETDOMAINNAME.
5599         * NEWS: Mention the change.
5600
5601 2008-10-18  Bruno Haible  <bruno@clisp.org>
5602
5603         * modules/dirent: New file.
5604         * m4/dirent_h.m4: New file.
5605         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
5606         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
5607         * modules/fchdir (Files): Remove lib/dirent.in.h.
5608         (Depends-on): Add dirent.
5609         (Makefile.am): Move rules to modules/dirent.
5610         * doc/posix-headers/dirent.texi: Mention the new module.
5611
5612 2008-10-18  Bruno Haible  <bruno@clisp.org>
5613
5614         Avoid -Wunused-parameter warnings in public gnulib header files.
5615         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
5616         macro.
5617         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
5618
5619 2008-10-18  Bruno Haible  <bruno@clisp.org>
5620
5621         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
5622         * doc/glibc-functions/error.texi: Mention the module 'error'.
5623         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
5624         * doc/glibc-functions/getdomainname.texi: Mention the module
5625         'getdomainname'.
5626         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
5627         * doc/glibc-functions/getpagesize.texi: Mention the module
5628         'getpagesize'.
5629         * doc/glibc-functions/getusershell.texi: Mention the module
5630         'getusershell'.
5631         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
5632         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
5633         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
5634         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
5635         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
5636         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
5637         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
5638         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
5639         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
5640         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
5641         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
5642         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
5643         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
5644         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
5645
5646 2008-10-17  Bruno Haible  <bruno@clisp.org>
5647
5648         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
5649         HP-UX and IRIX, use -0.0L.
5650         * tests/test-ceill.c (minus_zero): Likewise.
5651         * tests/test-floorl.c (minus_zero): Likewise.
5652         * tests/test-frexpl.c (minus_zero): Likewise.
5653         * tests/test-isnan.c (minus_zerol): Likewise.
5654         * tests/test-isnanl.h (minus_zero): Likewise.
5655         * tests/test-ldexpl.c (minus_zero): Likewise.
5656         * tests/test-roundl.c (minus_zero): Likewise.
5657         * tests/test-signbit.c (minus_zerol): Likewise.
5658         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5659         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5660         * tests/test-truncl.c (minus_zero): Likewise.
5661         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5662         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5663         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
5664         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5665
5666 2008-10-17  Bruno Haible  <bruno@clisp.org>
5667
5668         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
5669         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
5670         that it gets activated only for gcc >= 3.0.
5671         * lib/dirent.in.h: Likewise.
5672         * lib/errno.in.h: Likewise.
5673         * lib/fcntl.in.h: Likewise.
5674         * lib/float.in.h: Likewise.
5675         * lib/iconv.in.h: Likewise.
5676         * lib/inttypes.in.h: Likewise.
5677         * lib/locale.in.h: Likewise.
5678         * lib/math.in.h: Likewise.
5679         * lib/netdb.in.h: Likewise.
5680         * lib/netinet_in.in.h: Likewise.
5681         * lib/search.in.h: Likewise.
5682         * lib/signal.in.h: Likewise.
5683         * lib/spawn.in.h: Likewise.
5684         * lib/stdarg.in.h: Likewise.
5685         * lib/stdint.in.h: Likewise.
5686         * lib/stdio.in.h: Likewise.
5687         * lib/stdlib.in.h: Likewise.
5688         * lib/string.in.h: Likewise.
5689         * lib/strings.in.h: Likewise.
5690         * lib/sys_file.in.h: Likewise.
5691         * lib/sys_ioctl.in.h: Likewise.
5692         * lib/sys_select.in.h: Likewise.
5693         * lib/sys_socket.in.h: Likewise.
5694         * lib/sys_stat.in.h: Likewise.
5695         * lib/sys_time.in.h: Likewise.
5696         * lib/sysexits.in.h: Likewise.
5697         * lib/time.in.h: Likewise.
5698         * lib/unistd.in.h: Likewise.
5699         * lib/wchar.in.h: Likewise.
5700         * lib/wctype.in.h: Likewise.
5701         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5702
5703 2008-10-17  Jim Meyering  <meyering@redhat.com>
5704
5705         ignore-value: don't depend on inline module
5706         * modules/ignore-value (Depends-on): Remove 'inline'.
5707         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
5708         Suggestion from Bruno Haible.
5709
5710 2008-10-17  Bruno Haible  <bruno@clisp.org>
5711
5712         New implementation of condition variables for Win32.
5713         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
5714         (gl_linked_waitqueue_t): New type.
5715         (gl_cond_t): Use it.
5716         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
5717         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
5718         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
5719         (glthread_cond_init_func, glthread_cond_wait_func,
5720         glthread_cond_timedwait_func, glthread_cond_signal_func,
5721         glthread_cond_broadcast_func, glthread_cond_destroy_func):
5722         Reimplemented on the basis of gl_linked_waitqueue_t.
5723         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
5724         gl_waitqueue_t.
5725         (gl_rwlock_t): Update.
5726         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
5727
5728 2008-10-17  Simon Josefsson  <simon@josefsson.org>
5729
5730         * modules/recvfrom (Depends-on): Add dependency on getpeername.
5731         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5732
5733 2008-10-17  Jim Meyering  <meyering@redhat.com>
5734
5735         ignore-value: new module
5736         * modules/ignore-value: New file.
5737         * lib/ignore-value.h: New file.
5738         * MODULES.html.sh (Compiler warning management): New section,
5739         just for this module.  More to come.
5740
5741 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5742
5743         open-safer.c: avoid 'signed and unsigned in conditional...' warning
5744         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
5745         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
5746
5747 2008-10-16  Jim Meyering  <meyering@redhat.com>
5748
5749         openat-die.c: avoid 'no previous prototype' warning
5750         * lib/openat-die.c: Include "openat.h".
5751         Reported by Reuben Thomas <rrt@sc3d.org>.
5752
5753 2008-10-16  Simon Josefsson  <simon@josefsson.org>
5754
5755         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
5756         * lib/netdb.in.h: Fix typo.
5757         Reported by Bruno Haible  <bruno@clisp.org>
5758
5759         * lib/netdb.in.h: Include sys/socket.h for platforms without
5760         netdb.h, to get structures like hostent on MinGW.
5761         * modules/netdb (Depends-on): Add sys_socket.
5762
5763 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5764
5765         * modules/netdb, modules/netdb-tests: New file.
5766         * m4/netdb_h.m4: New file.
5767         * lib/netdb.in.h: Add, currently just an empty file pending
5768         definitions.
5769         * tests/test-netdb.c: New file.
5770         * doc/posix-headers/netdb.texi: Mention that we replace it if
5771         needed.
5772         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5773         netdb.
5774
5775 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5776
5777         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
5778         with code.
5779
5780 2008-10-13  Bruno Haible  <bruno@clisp.org>
5781
5782         * lib/glthread/cond.c (glthread_cond_wait_func,
5783         glthread_cond_timedwait_func): Add a comment.
5784
5785 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5786
5787         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
5788         * tests/test-select.c: Likewise,
5789
5790 2008-10-13  Bruno Haible  <bruno@clisp.org>
5791
5792         * lib/glthread/cond.c (glthread_cond_wait_func,
5793         glthread_cond_timedwait_func): Fix variable name.
5794         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5795
5796 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
5797
5798         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
5799         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
5800         struct sockaddr.sa_len.
5801         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
5802
5803 2008-10-13  Simon Josefsson  <simon@josefsson.org>
5804
5805         * build-aux/pmccabe2html: Add css and css_url parameters.
5806
5807 2008-10-12  Bruno Haible  <bruno@clisp.org>
5808
5809         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
5810         calling aclx_get.
5811         Reported by Rainer Tammer <tammer@tammer.net>.
5812
5813 2008-10-12  Bruno Haible  <bruno@clisp.org>
5814
5815         Use msvcrt aware primitives for creation/termination of Win32 threads.
5816         * lib/glthread/thread.c: Include <process.h>.
5817         (glthread_create_func): Use _beginthreadex instead of CreateThread.
5818         (wrapper_func): Update signature.
5819         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
5820
5821 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5822             Bruno Haible  <bruno@clisp.org>
5823
5824         Provide a Win32 implementation of the 'cond' module.
5825         * lib/glthread/cond.h [USE_WIN32]: New implementation.
5826         * lib/glthread/cond.c (glthread_cond_init_func,
5827         glthread_cond_wait_func, glthread_cond_timedwait_func,
5828         glthread_cond_signal_func, glthread_cond_broadcast_func,
5829         glthread_cond_destroy_func) [USE_WIN32]: New functions.
5830         * modules/cond (Dependencies): Add gettimeofday.
5831
5832 2008-10-11  Bruno Haible  <bruno@clisp.org>
5833
5834         Make sleep work on older versions of mingw.
5835         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
5836         only whether it exists.
5837         * doc/posix-functions/sleep.texi: Mention the problem with older
5838         versions of mingw.
5839
5840 2008-10-11  Bruno Haible  <bruno@clisp.org>
5841
5842         New module 'shutdown'.
5843         * modules/shutdown: New file.
5844         * lib/sys_socket.in.h (shutdown): New declaration.
5845         * lib/winsock.c (shutdown): New function.
5846         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
5847         GNULIB_SHUTDOWN.
5848         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
5849         * doc/posix-functions/shutdown.texi: Document the new module.
5850
5851 2008-10-11  Jim Meyering  <meyering@redhat.com>
5852
5853         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
5854
5855 2008-10-11  Bruno Haible  <bruno@clisp.org>
5856
5857         New module 'fclose'.
5858         * modules/fclose: New file.
5859         * lib/stdio.in.h (fclose): New declaration.
5860         * lib/fclose.c: New file.
5861         * m4/fclose.m4: New file.
5862         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
5863         REPLACE_FCLOSE.
5864         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
5865         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
5866         REPLACE_FCLOSE.
5867         * modules/close (Depends-on): fclose.
5868         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
5869
5870 2008-10-11  Bruno Haible  <bruno@clisp.org>
5871
5872         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
5873         set errno and don't call _close.
5874
5875 2008-10-10  Bruno Haible  <bruno@clisp.org>
5876
5877         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
5878         ACL, not afterwards. Fixes test failure on Cygwin.
5879
5880 2008-10-09  Ben Pfaff  <blp@gnu.org>
5881
5882         * build-aux/announce-gen: Fix gnulib version related part of usage
5883         message.  Die with a useful error message if no tarballs are
5884         found.
5885
5886 2008-10-10  Jim Meyering  <meyering@redhat.com>
5887
5888         bootstrap: use git's --depth=N option only if it's supported
5889         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
5890         recognize the --depth option.  Reported by Pádraig Brady.
5891
5892 2008-10-09  Bruno Haible  <bruno@clisp.org>
5893
5894         New module 'ioctl'.
5895         * modules/ioctl: New file.
5896         * lib/sys_socket.in.h (ioctl): Remove declaration.
5897         * lib/winsock.c: Include <sys/ioctl.h>.
5898         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
5899         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5900         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
5901         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
5902         * doc/posix-functions/ioctl.texi: Mention the new module.
5903
5904 2008-10-09  Bruno Haible  <bruno@clisp.org>
5905
5906         New module 'sys_ioctl'.
5907         * lib/sys_ioctl.in.h: New file.
5908         * m4/sys_ioctl_h.m4: New file.
5909         * modules/sys_ioctl: New file.
5910         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
5911
5912 2008-10-09  Bruno Haible  <bruno@clisp.org>
5913
5914         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
5915         * lib/winsock.c: Include <stdarg.h>.
5916         (rpl_ioctl): Change to second argument 'int' and then varargs.
5917
5918 2008-10-09  Bruno Haible  <bruno@clisp.org>
5919
5920         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
5921         when the sys_socket module is present and the system has <winsock2.h>.
5922
5923 2008-10-09  Bruno Haible  <bruno@clisp.org>
5924
5925         * doc/posix-functions/close.texi: Mention module 'close' instead of
5926         module 'sys_socket'.
5927
5928 2008-10-09  Bruno Haible  <bruno@clisp.org>
5929
5930         * doc/glibc-headers/sys_ioctl.texi: New file.
5931         * doc/gnulib.texi: Include it.
5932
5933 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5934             Bruno Haible  <bruno@clisp.org>
5935
5936         Combine the two replacements of 'close'.
5937         * lib/sys_socket.in.h (close): Define to a reminder to include
5938         <unistd.h>.
5939         (_gl_close_fd_maybe_socket): New declaration.
5940         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
5941         * lib/winsock.c (close): Remove undefinition.
5942         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
5943         needed for the gnulib module 'close'.
5944         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
5945         define to an error symbol or to a warning, if suitable.
5946         * lib/close.c: Include <sys/socket.h>.
5947         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
5948         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
5949         UNISTD_H_HAVE_WINSOCK2_H.
5950         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
5951         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5952         UNISTD_H_HAVE_WINSOCK2_H.
5953         * modules/sys_socket (Files): Add m4/unistd_h.m4.
5954         (configure.ac): Set a module indicator.
5955         (Makefile.am): Substitute GNULIB_CLOSE.
5956         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
5957         * modules/poll-tests (Depends-on): Add close.
5958         * modules/select-tests (Depends-on): Likewise.
5959
5960 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5961             Bruno Haible  <bruno@clisp.org>
5962
5963         New module 'close'.
5964         * modules/close: New file.
5965         * lib/unistd.in.h (close): Move declaration out of the
5966         FCHDIR_REPLACEMENT scope.
5967         (_gl_unregister_fd): New declaration.
5968         * lib/close.c: New file.
5969         * lib/fchdir.c (rpl_close): Remove function.
5970         * m4/close.m4: New file.
5971         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5972         close.
5973         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
5974         REPLACE_CLOSE.
5975         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
5976         REPLACE_CLOSE.
5977         * modules/fchdir (Depends-on): Add close.
5978
5979 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5980             Bruno Haible  <bruno@clisp.org>
5981
5982         * lib/fcntl.in.h (open): Simplify conditionals.
5983         (_gl_register_fd): New declaration.
5984         * lib/fchdir.c (rpl_open): Remove function.
5985         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
5986         also.
5987         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
5988         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5989         open.
5990
5991 2008-10-09  Jim Meyering  <meyering@redhat.com>
5992
5993         GNUmakefile: use the more name-space-friendly "_version"
5994         * top/GNUmakefile (_dummy): Update.
5995         (_version): Rename from "version".
5996
5997 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5998             Bruno Haible  <bruno@clisp.org>
5999
6000         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
6001         rpl_close.
6002         (_gl_register_fd): New function, extracted from rpl_open.
6003         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
6004         (rpl_open, rpl_opendir): Use _gl_register_fd.
6005
6006 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6007
6008         Fix organization of 'open' replacement.
6009         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
6010         (gl_FUNC_OPEN): Use it.
6011         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
6012
6013 2008-10-08  Bruno Haible  <bruno@clisp.org>
6014
6015         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
6016
6017 2008-10-08  Simon Josefsson  <simon@josefsson.org>
6018
6019         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
6020         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
6021         listen).
6022
6023 2008-10-08  Eric Blake  <ebb9@byu.net>
6024
6025         GNUmakefile: add 'make version' target
6026         * top/GNUmakefile (_curr-ver): Split version update rules...
6027         (version): ...into a target.
6028
6029 2008-10-07  Bruno Haible  <bruno@clisp.org>
6030
6031         Use a more portable replacement expression for -0.0L.
6032         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
6033         instead of -0.0L. Fix m4 quotation.
6034
6035         * tests/test-signbit.c: Include <float.h>.
6036         (minus_zero): New variable.
6037         (test_signbitl): Use minus_zero instead of -zero.
6038         * modules/signbit-tests (Depends-on): Add float.
6039
6040         * tests/test-ceill.c: Include <float.h>.
6041         (zero): Remove variable.
6042         (minus_zero): New variable.
6043         (main): Use minus_zero instead of -zero.
6044         * modules/ceill-tests (Depends-on): Add float.
6045
6046         * tests/test-floorl.c: Include <float.h>.
6047         (zero): Remove variable.
6048         (minus_zero): New variable.
6049         (main): Use minus_zero instead of -zero.
6050         * modules/floorl-tests (Depends-on): Add float.
6051
6052         * tests/test-roundl.c: Include <float.h>.
6053         (zero): Remove variable.
6054         (minus_zero): New variable.
6055         (main): Use minus_zero instead of -zero.
6056         * modules/roundl-tests (Depends-on): Add float.
6057
6058         * tests/test-truncl.c: Include <float.h>.
6059         (zero): Remove variable.
6060         (minus_zero): New variable.
6061         (main): Use minus_zero instead of -zero.
6062         * modules/truncl-tests (Depends-on): Add float.
6063
6064         * tests/test-frexpl.c (zero): Remove variable.
6065         (minus_zero): New variable.
6066         (main): Use minus_zero instead of -zero.
6067         * modules/frexpl-tests (Depends-on): Add float.
6068
6069         * tests/test-isnan.c (zerol): Remove variable.
6070         (minus_zerol): New variable.
6071         (test_long_double): Use minus_zerol instead of -zerol.
6072         * modules/isnan-tests (Depends-on): Add float.
6073
6074         * tests/test-isnanl.h (zero): Remove variable.
6075         (minus_zero): New variable.
6076         (main): Use minus_zero instead of -zero.
6077         * modules/isnanl-nolibm-tests (Depends-on): Add float.
6078         * modules/isnanl-tests (Depends-on): Add float.
6079
6080         * tests/test-ldexpl.c (zero): Remove variable.
6081         (minus_zero): New variable.
6082         (main): Use minus_zero instead of -zero.
6083         * modules/ldexpl-tests (Depends-on): Add float.
6084
6085         * tests/test-snprintf-posix.h (zerol): Remove variable.
6086         (minus_zerol): New variable.
6087         (test_function): Use minus_zerol instead of -zerol.
6088         * modules/snprintf-posix-tests (Depends-on): Add float.
6089         * modules/vsnprintf-posix-tests (Depends-on): Add float.
6090
6091         * tests/test-sprintf-posix.h (zerol): Remove variable.
6092         (minus_zerol): New variable.
6093         (test_function): Use minus_zerol instead of -zerol.
6094         * modules/sprintf-posix-tests (Depends-on): Add float.
6095         * modules/vsprintf-posix-tests (Depends-on): Add float.
6096
6097         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
6098         (minus_zerol): New variable.
6099         (test_function): Use minus_zerol instead of -zerol.
6100         * modules/vasnprintf-posix-tests (Depends-on): Add float.
6101
6102         * tests/test-vasprintf-posix.c (zerol): Remove variable.
6103         (minus_zerol): New variable.
6104         (test_function): Use minus_zerol instead of -zerol.
6105         * modules/vasprintf-posix-tests (Depends-on): Add float.
6106
6107 2008-10-07  Simon Josefsson  <simon@josefsson.org>
6108
6109         * MODULES.html.sh (Support for building documentation): Mention
6110         pmccabe2html.  Sort entries.
6111
6112         Add pmccabe2html module, from gnupdf.
6113         * build-aux/pmccabe.css: New file.
6114         * build-aux/pmccabe2html: New file.
6115         * m4/pmccabe2html.m4: New file.
6116         * modules/pmccabe2html: New file.
6117
6118 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
6119
6120         flock: new module
6121         * MODULES.html.sh: Add to list of modules.
6122         * lib/flock.c: flock implementation for Windows and Unix systems
6123         which have fcntl.
6124         * doc/glibc-functions/flock.texi: Update documentation.
6125         * lib/sys_file.in.h: <sys/file.h> header file.
6126         * m4/flock.m4: M4 macros.
6127         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
6128         * modules/flock: flock module.
6129         * modules/flock-tests: flock tests module.
6130         * modules/sys_file: sys/file.h module.
6131         * tests/test-flock.c: test suite for flock.
6132
6133 2008-10-06  Jim Meyering  <meyering@redhat.com>
6134
6135         bootstrap: check for LT_INIT more portably still ;-)
6136         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
6137         Spotted by Bruno Haible.
6138
6139 2008-10-06  Eric Blake  <ebb9@byu.net>
6140
6141         test-signbit: avoid tripping Irix cc bug on -0.0L
6142         * tests/test-signbit.c (minus_zerol): Delete, and replace with
6143         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
6144         entire testsuite consistent and avoids an Irix 6.2 bug.
6145
6146 2008-10-05  Bruno Haible  <bruno@clisp.org>
6147             Jim Meyering  <jim@meyering.net>
6148
6149         Add an option for ignoring EPIPE during close_stdout.
6150         * lib/closeout.h: Include <stdbool.h>.
6151         (close_stdout_set_ignore_EPIPE): New declaration.
6152         * lib/closeout.c: Include <stdbool.h>.
6153         (ignore_EPIPE): New variable.
6154         (close_stdout_set_ignore_EPIPE): New function.
6155         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
6156         * lib/close-stream.c (close_stream): Mention the possible EPIPE
6157         failure.
6158         * modules/closeout (Depends-on): Add stdbool.
6159
6160 2008-10-05  Bruno Haible  <bruno@clisp.org>
6161
6162         * modules/accept: New file.
6163         * modules/bind: New file.
6164         * modules/connect: New file.
6165         * modules/getpeername: New file.
6166         * modules/getsockname: New file.
6167         * modules/getsockopt: New file.
6168         * modules/listen: New file.
6169         * modules/recv: New file.
6170         * modules/recvfrom: New file.
6171         * modules/send: New file.
6172         * modules/sendto: New file.
6173         * modules/setsockopt: New file.
6174         * modules/socket: New file.
6175         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
6176         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
6177         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
6178         the particular module is requested. Add a link warning when the
6179         particular module is not requested.
6180         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
6181         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
6182         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
6183         the particular module is requested.
6184         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
6185         gl_SYS_SOCKET_H_DEFAULTS): New macros.
6186         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
6187         * modules/sys_socket (Depends-on): Add link-warning.
6188         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
6189         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
6190         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
6191         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
6192         GL_LINK_WARNING.
6193         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
6194         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
6195         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
6196         * doc/posix-functions/getpeername.texi: Mention the new module
6197         'getpeername'.
6198         * doc/posix-functions/getsockname.texi: Mention the new module
6199         'getsockname'.
6200         * doc/posix-functions/getsockopt.texi: Mention the new module
6201         'getsockopt'.
6202         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
6203         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
6204         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
6205         * doc/posix-functions/send.texi: Mention the new module 'send'.
6206         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
6207         * doc/posix-functions/setsockopt.texi: Mention the new module
6208         'setsockopt'.
6209         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
6210         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
6211         listen, connect, accept.
6212         * modules/select-tests (Depends-on): Likewise.
6213
6214 2008-10-05  Bruno Haible  <bruno@clisp.org>
6215
6216         * lib/winsock.c (strerror): Remove unused #undef.
6217         (rpl_close): Remove unused local variable.
6218
6219         * modules/sys_socket (Depends-on); Add errno.
6220
6221 2008-10-05  Bruno Haible  <bruno@clisp.org>
6222
6223         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
6224         (select): Add a link warning when the 'select' module is not used.
6225         * modules/sys_select (Depends-on): Add link-warning.
6226         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
6227         Suggested by Paolo Bonzini.
6228
6229 2008-10-05  Jim Meyering  <meyering@redhat.com>
6230
6231         bootstrap: check for LT_INIT more portably
6232         * build-aux/bootstrap: Avoid using grep -E, since it's not
6233         portable enough.  Suggestion from Bruno Haible.
6234
6235 2008-10-05  Bruno Haible  <bruno@clisp.org>
6236
6237         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
6238         as being fixed by gnulib.
6239
6240 2008-10-05  Bruno Haible  <bruno@clisp.org>
6241
6242         * modules/select-tests: New file, mostly copied from
6243         modules/sys_select-tests.
6244         * tests/test-select.c: New file, mostly copied from
6245         tests/test-sys_select.c.
6246         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
6247         * modules/sys_select-tests (Depends-on): Remove all dependencies.
6248         (Makefile.am): Remove test_sys_select_LDADD.
6249
6250         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
6251         to an undefined symbol, for an error message.
6252         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
6253         (gl_SYS_SELECT_H_DEFAULTS): New macro.
6254         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
6255         winsock-select.c here.
6256         * modules/sys_select (Files): Remove lib/winsock-select.c.
6257         (Depends-on): Remove alloca.
6258         (Makefile.am): Substitute GNULIB_SELECT.
6259         * modules/select: New file.
6260         * doc/posix-functions/select.texi: Update.
6261
6262 2008-10-05  Bruno Haible  <bruno@clisp.org>
6263
6264         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
6265         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
6266         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
6267         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
6268         getdtablesize.
6269         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
6270         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
6271
6272 2008-10-05  Bruno Haible  <bruno@clisp.org>
6273
6274         * modules/getdtablesize-tests: New file.
6275         * tests/test-getdtablesize.c: New file.
6276
6277         New module 'getdtablesize'.
6278         * lib/unistd.in.h (getdtablesize): New declaration.
6279         * lib/getdtablesize.c: New file.
6280         * m4/getdtablesize.m4: New file.
6281         * modules/getdtablesize: New file.
6282         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6283         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
6284         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
6285         HAVE_GETDTABLESIZE.
6286         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
6287
6288 2008-10-05  Bruno Haible  <bruno@clisp.org>
6289
6290         * modules/sched (Makefile.am): Fix typo.
6291         Reported by Simon Josefsson.
6292
6293 2008-10-05  Jim Meyering  <meyering@redhat.com>
6294
6295         bootstrap: check for LT_INIT, too
6296         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
6297         are deprecated.  Suggestion from Ralf Wildenhues.
6298
6299 2008-10-05  Bruno Haible  <bruno@clisp.org>
6300
6301         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
6302         overriding them by ours.
6303         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
6304
6305 2008-10-05  Jim Meyering  <meyering@redhat.com>
6306
6307         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
6308         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
6309         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
6310
6311 2008-10-04  Bruno Haible  <bruno@clisp.org>
6312
6313         * modules/dup2 (License): Change to LGPLv2+.
6314         * modules/sleep (License): Likewise.
6315         * modules/perror (License): Likewise.
6316         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
6317         Blake.
6318         * modules/signal (License): Likewise.
6319         * modules/sigprocmask (License): Likewise.
6320         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6321         Meyering.
6322
6323 2008-10-04  Bruno Haible  <bruno@clisp.org>
6324
6325         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6326         Reported by Rainer Tammer <tammer@tammer.net>.
6327
6328 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6329             Bruno Haible  <bruno@clisp.org>
6330
6331         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6332         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6333         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6334
6335 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6336
6337         filevercmp: new module
6338         * lib/filevercmp.h: New function filevercmp comparing version strings.
6339         * lib/filevercmp.c: Implementation of filevercmp function.
6340         * modules/filevercmp: Module metadata.
6341         * tests/test-filevercmp.c: Unit test for new module.
6342         * modules/filevercmp-tests: Unit test metadata.
6343         * MODULES.html.sh: Add filevercmp module.
6344
6345 2008-10-03  Bruno Haible  <bruno@clisp.org>
6346
6347         * lib/c-ctype.h: Add comment.
6348         Reported by Jim Meyering.
6349
6350 2008-10-02  Bruno Haible  <bruno@clisp.org>
6351
6352         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6353
6354 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6355
6356         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6357         name of bootstrap.conf accordingly.
6358
6359 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6360
6361         * build-aux/bootstrap: Install git-merge-changelog configuration
6362         items into .gitconfig if needed.
6363
6364 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6365
6366         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6367         git repository, and initialize/update it accordingly.
6368
6369 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6370
6371         * modules/fsync-tests: New file.
6372         * tests/test-fsync.c: New file.
6373
6374         New module 'fsync'.
6375         * lib/fsync.c: New file.
6376         * m4/fsync.m4: New file.
6377         * modules/fsync: New file.
6378         * lib/unistd.in.h (fsync): New declaration.
6379         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6380         GNULIB_FSYNC and HAVE_FSYNC.
6381         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6382         * MODULES.html.sh (posix_functions): Add fsync.
6383         * doc/posix-functions/fsync.texi: Mention the new module.
6384
6385 2008-10-02  Jim Meyering  <meyering@redhat.com>
6386
6387         fts.c: sync with similar code from coreutils' remove.c
6388         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6389         Guard also with "#if defined __linux__", since for now at least,
6390         this code is Linux-kernel-specific.
6391
6392 2008-10-02  Jim Meyering  <meyering@redhat.com>
6393
6394         fts: bug fixes
6395         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6396         Include <sys/vfs.h>, not <sys/statfs.h>.
6397
6398         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6399         Include <sys/vfs.h>, not <sys/statfs.h>.
6400
6401 2008-10-01  Bruno Haible  <bruno@clisp.org>
6402
6403         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6404         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6405         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6406         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6407         * doc/posix-functions/posix_spawnp.texi: Likewise.
6408         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6409         whether posix_spawn actually works.
6410         * m4/pipe.m4 (gl_PIPE): Likewise.
6411         * modules/execute (Files): Add m4/posix_spawn.m4.
6412         * modules/pipe (Files): Add m4/posix_spawn.m4.
6413         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6414
6415 2008-10-01  Jim Meyering  <meyering@redhat.com>
6416
6417         remove trailing spaces
6418         * NEWS: Likewise.
6419         * lib/poll.c (poll): Likewise.
6420         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
6421         * lib/winsock.c (rpl_close): Likewise.
6422         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
6423         * modules/yield: Likewise.
6424         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
6425         * tests/test-sys_select.c (connect_to_socket): Likewise.
6426
6427         fts.c: adjust a new interface to be more generally useful
6428         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
6429         (fts_build): Adjust caller.
6430
6431 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6432
6433         * modules/cond-tests: New file.
6434         * tests/test-cond.c: New file.
6435
6436 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6437             Bruno Haible  <bruno@clisp.org>
6438
6439         * modules/cond (Dependencies): Add errno, time.
6440         * lib/glthread/cond.h: Include <time.h>.
6441         (gl_cond_define, gl_cond_define_initialized): Use the same definition
6442         across platforms.
6443
6444 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6445             Bruno Haible  <bruno@clisp.org>
6446
6447         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
6448
6449 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6450             Bruno Haible  <bruno@clisp.org>
6451
6452         * modules/tls-tests (Depends-on): Add thread, yield.
6453         (configure.ac): Remove all checks.
6454         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
6455         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6456         gl_thread_self): Remove definitions. Include glthread/thread.h and
6457         glthread/yield.h instead.
6458         (test_tls): Pass an additional NULL argument to gl_thread_join.
6459
6460 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6461             Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/lock-tests (Depends-on): Add thread, yield.
6464         (configure.ac): Remove all checks.
6465         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
6466         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6467         gl_thread_self): Remove definitions. Include glthread/thread.h and
6468         glthread/yield.h instead.
6469         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
6470         additional NULL argument to gl_thread_join.
6471
6472 2008-09-30  Bruno Haible  <bruno@clisp.org>
6473
6474         Fix the Win32 implementation of the 'thread' module.
6475         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
6476         pointer type.
6477         (gl_thread_self): Invoke gl_thread_self_func.
6478         (gl_thread_self_func): New declaration.
6479         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
6480         (do_init_self_key, init_self_key): New functions.
6481         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
6482         Remove some fields.
6483         (running_threads, running_lock): Remove variables.
6484         (get_current_thread_handle): New function.
6485         (gl_thread_self_func, wrapper_func, glthread_create_func,
6486         glthread_join_func, gl_thread_exit_func): Largely rewritten and
6487         simplified.
6488
6489 2008-09-30  Bruno Haible  <bruno@clisp.org>
6490
6491         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
6492         files.
6493
6494 2008-09-30  Jim Meyering  <meyering@redhat.com>
6495
6496         fts.m4: correct the test for statfs.f_type
6497         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
6498         when checking for statfs.f_type.
6499
6500 2008-09-15  Simon Josefsson  <simon@josefsson.org>
6501
6502         tests: avoid some compiler warnings
6503         * tests/test-memchr.c (main): Pass NULL indirectly.
6504         * tests/test-getdate.c (main): Remove unused variable 'ret'.
6505
6506 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
6507
6508         getdate.y: disallow countable dayshifts like "4 yesterday ago"
6509         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
6510         exactly specified dayshifts.
6511         (dayshift): New rule.
6512         (rel): Add dayshift.
6513         (relative_time_table) [tomorrow, yesterday, today, now]:
6514         Use tDAY_SHIFT in place of tDAY_UNIT.
6515         * tests/test-getdate.c: Add tests for now-disallowed countable
6516         dayshifts, e.g., "4 yesterday ago".
6517
6518 2008-09-29  Bruno Haible  <bruno@clisp.org>
6519
6520         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
6521         * tests/test-posix_spawn1.in.sh: Renamed from
6522         tests/test-posix_spawn.in.sh.
6523         * tests/test-posix_spawn2.c: New file.
6524         * tests/test-posix_spawn2.in.sh: New file.
6525         * modules/posix_spawnp-tests (Files): Update.
6526         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
6527
6528 2008-09-29  Bruno Haible  <bruno@clisp.org>
6529
6530         Propagate effects of putenv/setenv/unsetenv to child processes.
6531         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
6532         * lib/pipe.c (create_pipe): Likewise.
6533
6534 2008-09-29  Bruno Haible  <bruno@clisp.org>
6535
6536         Enable use of shell scripts as executables in mingw.
6537         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
6538         run the program as a shell script.
6539         * lib/pipe.c (create_pipe): Likewise.
6540         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
6541         resulting array.
6542
6543 2008-09-29  Eric Blake  <ebb9@byu.net>
6544
6545         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
6546
6547 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6548
6549         * doc/posix-functions/accept.texi: Update mingw problems.
6550         * doc/posix-functions/bind.texi: Update mingw problems.
6551         * doc/posix-functions/close.texi: Update mingw problems.
6552         * doc/posix-functions/connect.texi: Update mingw problems.
6553         * doc/posix-functions/getpeername.texi: Update mingw problems.
6554         * doc/posix-functions/getsockname.texi: Update mingw problems.
6555         * doc/posix-functions/getsockopt.texi: Update mingw problems.
6556         * doc/posix-functions/ioctl.texi: Update mingw problems.
6557         * doc/posix-functions/listen.texi: Update mingw problems.
6558         * doc/posix-functions/recv.texi: Update mingw problems.
6559         * doc/posix-functions/recvfrom.texi: Update mingw problems.
6560         * doc/posix-functions/select.texi: Update mingw problems.
6561         * doc/posix-functions/send.texi: Update mingw problems.
6562         * doc/posix-functions/sendto.texi: Update mingw problems.
6563         * doc/posix-functions/setsockopt.texi: Update mingw problems.
6564         * doc/posix-functions/socket.texi: Update mingw problems.
6565
6566 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
6567             Bruno Haible  <bruno@clisp.org>
6568
6569         * lib/sys_select.in.h: Include sys/time.h.
6570         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
6571         * modules/sys_select: Depend on sys_time.
6572         * tests/test-sys_select.c: Test that sys/select.h defines struct
6573         timeval fully.
6574
6575 2008-09-29  Bruno Haible  <bruno@clisp.org>
6576
6577         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
6578         * lib/sys_select.in.h: Likewise.
6579
6580 2008-09-29  Bruno Haible  <bruno@clisp.org>
6581
6582         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
6583
6584 2008-09-29  Bruno Haible  <bruno@clisp.org>
6585
6586         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
6587         Set LIBSOCKET instead of augmenting LIBS.
6588         * modules/sockets (Link): New section.
6589         * modules/sockets-tests (test_sockets_LDADD): New variable.
6590         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
6591         * modules/poll-tests (test_poll_LDADD): New variable.
6592         * NEWS: Document the change.
6593
6594 2008-09-29  Bruno Haible  <bruno@clisp.org>
6595
6596         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
6597         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
6598         ARPA_INET_H directly.
6599         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6600
6601 2008-09-28  Bruno Haible  <bruno@clisp.org>
6602
6603         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
6604         from gl_HEADER_SYS_SOCKET.
6605         (gl_HEADER_SYS_SOCKET): Invoke it.
6606         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6607
6608 2008-09-28  Bruno Haible  <bruno@clisp.org>
6609
6610         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
6611         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
6612         Needed on OSF/1 4.0.
6613
6614 2008-09-28  Bruno Haible  <bruno@clisp.org>
6615
6616         Override open more carefully.
6617         * lib/open.c (orig_open): New function.
6618         (rpl_open): Use orig_open instead of open.
6619         * lib/fcntl.in.h: Add special invocation convention.
6620         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
6621         (gl_FUNC_OPEN): Invoke it.
6622
6623         Override freopen more carefully.
6624         * lib/freopen.c (orig_freopen): New function.
6625         (rpl_freopen): Use orig_freopen instead of freopen.
6626         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
6627         (gl_FUNC_FREOPEN): Invoke it.
6628
6629         Override fopen more carefully.
6630         * lib/fopen.c (orig_fopen): New function.
6631         (rpl_fopen): Use orig_fopen instead of fopen.
6632         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
6633         (gl_FUNC_FOPEN): Invoke it.
6634         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
6635
6636 2008-09-28  Bruno Haible  <bruno@clisp.org>
6637
6638         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
6639         SIGPIPE.
6640
6641 2008-09-28  Bruno Haible  <bruno@clisp.org>
6642
6643         * tests/test-sigaction.c (handler, main): Disable the check whether
6644         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
6645         glibc systems with LinuxThreads.
6646
6647 2008-09-28  Bruno Haible  <bruno@clisp.org>
6648
6649         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
6650
6651         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
6652         with AIX xlc.
6653         * lib/fcntl.in.h (open): Likewise.
6654         Reported by Rainer Tammer <tammer@tammer.net>.
6655
6656 2008-09-28  Bruno Haible  <bruno@clisp.org>
6657
6658         * modules/posix_spawnp-tests: New file.
6659         * tests/test-posix_spawn.c: New file.
6660         * tests/test-posix_spawn.in.sh: New file.
6661
6662         New module 'posix_spawnp'.
6663         * modules/posix_spawnp: New file.
6664         * lib/spawnp.c: New file, from GNU libc with modifications.
6665         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
6666
6667         New module 'posix_spawn'.
6668         * modules/posix_spawn: New file.
6669         * lib/spawn.c: New file, from GNU libc with modifications.
6670         * doc/posix-functions/posix_spawn.texi: Mention the new module.
6671
6672         New module 'posix_spawnattr_destroy'.
6673         * modules/posix_spawnattr_destroy: New file.
6674         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
6675         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
6676         module.
6677
6678         New module 'posix_spawnattr_setsigmask'.
6679         * modules/posix_spawnattr_setsigmask: New file.
6680         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
6681         modifications.
6682         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
6683         new module.
6684
6685         New module 'posix_spawnattr_getsigmask'.
6686         * modules/posix_spawnattr_getsigmask: New file.
6687         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
6688         modifications.
6689         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
6690         new module.
6691
6692         New module 'posix_spawnattr_setsigdefault'.
6693         * modules/posix_spawnattr_setsigdefault: New file.
6694         * lib/spawnattr_setdefault.c: New file, from GNU libc with
6695         modifications.
6696         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
6697         new module.
6698
6699         New module 'posix_spawnattr_getsigdefault'.
6700         * modules/posix_spawnattr_getsigdefault: New file.
6701         * lib/spawnattr_getdefault.c: New file, from GNU libc with
6702         modifications.
6703         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
6704         new module.
6705
6706         New module 'posix_spawnattr_setschedpolicy'.
6707         * modules/posix_spawnattr_setschedpolicy: New file.
6708         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
6709         modifications.
6710         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
6711         new module.
6712
6713         New module 'posix_spawnattr_getschedpolicy'.
6714         * modules/posix_spawnattr_getschedpolicy: New file.
6715         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
6716         modifications.
6717         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
6718         new module.
6719
6720         New module 'posix_spawnattr_setschedparam'.
6721         * modules/posix_spawnattr_setschedparam: New file.
6722         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
6723         modifications.
6724         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
6725         new module.
6726
6727         New module 'posix_spawnattr_getschedparam'.
6728         * modules/posix_spawnattr_getschedparam: New file.
6729         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
6730         modifications.
6731         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
6732         new module.
6733
6734         New module 'posix_spawnattr_setpgroup'.
6735         * modules/posix_spawnattr_setpgroup: New file.
6736         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
6737         modifications.
6738         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
6739         module.
6740
6741         New module 'posix_spawnattr_getpgroup'.
6742         * modules/posix_spawnattr_getpgroup: New file.
6743         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
6744         modifications.
6745         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
6746         module.
6747
6748         New module 'posix_spawnattr_setflags'.
6749         * modules/posix_spawnattr_setflags: New file.
6750         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
6751         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
6752         module.
6753
6754         New module 'posix_spawnattr_getflags'.
6755         * modules/posix_spawnattr_getflags: New file.
6756         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
6757         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
6758         module.
6759
6760         New module 'posix_spawnattr_init'.
6761         * modules/posix_spawnattr_init: New file.
6762         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
6763         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
6764         module.
6765
6766         New module 'posix_spawn_file_actions_destroy'.
6767         * modules/posix_spawn_file_actions_destroy: New file.
6768         * lib/spawn_faction_destroy.c: New file, from GNU libc with
6769         modifications.
6770         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
6771         the new module.
6772
6773         New module 'posix_spawn_file_actions_addopen'.
6774         * modules/posix_spawn_file_actions_addopen: New file.
6775         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6776         modifications.
6777         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
6778         the new module.
6779
6780         New module 'posix_spawn_file_actions_adddup2'.
6781         * modules/posix_spawn_file_actions_adddup2: New file.
6782         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
6783         modifications.
6784         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
6785         the new module.
6786
6787         New module 'posix_spawn_file_actions_addclose'.
6788         * modules/posix_spawn_file_actions_addclose: New file.
6789         * lib/spawn_faction_addclose.c: New file, from GNU libc with
6790         modifications.
6791         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
6792         the new module.
6793
6794         New module 'posix_spawn_file_actions_init'.
6795         * modules/posix_spawn_file_actions_init: New file.
6796         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
6797         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
6798         new module.
6799
6800         New module 'posix_spawn-internal'.
6801         * modules/posix_spawn-internal: New file.
6802         * lib/spawn_int.h: New file, from GNU libc with modifications.
6803         * lib/spawni.c: New file, from GNU libc with modifications.
6804         * m4/posix_spawn.m4: New file.
6805
6806         New module 'spawn'.
6807         * modules/spawn: New file.
6808         * lib/spawn.in.h: New file, from GNU libc with modifications.
6809         * m4/spawn_h.m4: New file.
6810         * doc/posix-headers/spawn.texi: Mention the new module.
6811
6812 2008-09-28  Bruno Haible  <bruno@clisp.org>
6813
6814         * modules/sched-tests: New file.
6815         * tests/test-sched.c: New file.
6816
6817         New module 'sched'.
6818         * modules/sched: New file.
6819         * lib/sched.in.h: New file.
6820         * m4/sched_h.m4: New file.
6821         * doc/posix-headers/sched.texi: Mention the new module.
6822
6823 2008-09-27  Eric Blake  <ebb9@byu.net>
6824
6825         Fix previous patch, and tweak references to $0.
6826         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
6827         (func_version, func_gnulib_dir): Don't call this program
6828         gnulib-tool.
6829         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
6830         with using $0 in function.
6831         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
6832         (func_fatal_error): Reuse the name the user invoked us with.
6833
6834 2008-09-27  Bruno Haible  <bruno@clisp.org>
6835
6836         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
6837         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
6838         (gl_ICONV_H): Not here.
6839         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
6840         instead of assigning ICONV_H directly.
6841
6842         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
6843         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
6844         WCHAR_H directly.
6845
6846 2008-09-27  Bruno Haible  <bruno@clisp.org>
6847
6848         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
6849         * modules/arpa_inet (Depends-on): Add link-warning.
6850         (Makefile.am): Insert the definition of GL_LINK-WARNING.
6851         * modules/unistd (Makefile.am): Likewise.
6852
6853 2008-09-26  Bruno Haible  <bruno@clisp.org>
6854
6855         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
6856         variables.
6857         (func_version): Essentially copied from gnulib-tool.
6858         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
6859         func_readlink): Copied from gnulib-tool.
6860
6861 2008-09-26  Bruno Haible  <bruno@clisp.org>
6862
6863         * gnulib-tool (func_version): Change directory to $gnulib_dir before
6864         invoking git-version-gen.
6865
6866 2008-09-26  Bruno Haible  <bruno@clisp.org>
6867
6868         * posix-modules: Update to directory names changed on 2008-01-19.
6869         Remove commas in output before splitting into words. No more need to
6870         avoid 'ftruncate' since 2007-02-19.
6871
6872 2008-09-26  Bruno Haible  <bruno@clisp.org>
6873
6874         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
6875
6876 2008-09-26  Bruno Haible  <bruno@clisp.org>
6877
6878         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
6879         * modules/fwriteerror (Depends-on): Add errno.
6880
6881 2008-09-26  Bruno Haible  <bruno@clisp.org>
6882
6883         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
6884         * tests/test-vc-list-files-cvs.sh: Likewise.
6885
6886 2008-09-26  Bruno Haible  <bruno@clisp.org>
6887
6888         * doc/posix-headers/sys_resource.texi: Reorder items.
6889
6890 2008-09-26  Jim Meyering  <meyering@redhat.com>
6891
6892         fts: tweak inode comparison function
6893         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
6894         inode numbers, as documented.
6895
6896         fts: sort dirent entries on inode number before traversing
6897         This avoids a quadratic, seek-related performance penalty when
6898         operating on a directory containing many entries (measurable at 10k;
6899         3.5 hours at 2 million entries with a cold cache) on certain types
6900         of file systems, including ext3 and ext4, but not tmpfs.
6901         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
6902         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
6903         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
6904         (fs_handles_readdir_ordered_dirents_efficiently): New function.
6905         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
6906         (fts_build): Set the stat.st_ino member from D_INO.
6907         If it is likely to be useful, sort dirent entries on inode number.
6908
6909         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
6910         and the struct statfs.f_type member.
6911         * modules/fts (Depends-on): Add d-ino.
6912
6913 2008-09-26  Bruno Haible  <bruno@clisp.org>
6914
6915         * modules/sigpipe-die (Depends-on): Add sigpipe.
6916
6917         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
6918         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
6919         and GNULIB_STDIO_H_SIGPIPE are set.
6920         * lib/stdio-write.c: New file.
6921         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
6922         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6923         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6924         REPLACE_STDIO_WRITE_FUNCS.
6925         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
6926         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6927         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6928         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6929         * modules/stdio (Files): Add lib/stdio-write.c.
6930         (Makefile.am): Substitute 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         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
6935         REPLACE_FPRINTF_POSIX.
6936         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
6937         REPLACE_PRINTF_POSIX.
6938         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
6939         REPLACE_VFPRINTF_POSIX.
6940         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
6941         REPLACE_VPRINTF_POSIX.
6942         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
6943         SIGPIPE issue.
6944         * doc/posix-functions/fputc.texi: Likewise.
6945         * doc/posix-functions/fputs.texi: Likewise.
6946         * doc/posix-functions/fwrite.texi: Likewise.
6947         * doc/posix-functions/printf.texi: Likewise.
6948         * doc/posix-functions/putc.texi: Likewise.
6949         * doc/posix-functions/putchar.texi: Likewise.
6950         * doc/posix-functions/puts.texi: Likewise.
6951         * doc/posix-functions/vfprintf.texi: Likewise.
6952         * doc/posix-functions/vprintf.texi: Likewise.
6953
6954         * modules/safe-write (Depends-on): Add write.
6955
6956         * modules/sigpipe-tests: New file.
6957         * tests/test-sigpipe.c: New file.
6958         * tests/test-sigpipe.sh: New file.
6959
6960         * modules/write: New file.
6961         * lib/unistd.in.h: Include <sys/types.h>.
6962         (write): New declaration.
6963         * lib/write.c: New file.
6964         * m4/write.m4: New file.
6965         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6966         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
6967         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
6968         GNULIB_WRITE, REPLACE_WRITE.
6969         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
6970         and the SIGPIPE issue.
6971
6972         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
6973         (raise): New declaration.
6974         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
6975         (ext_signal): New function.
6976         (rpl_raise): New function.
6977         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
6978         GNULIB_SIGNAL_H_SIGPIPE.
6979         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
6980         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
6981
6982         * modules/sigpipe: New file.
6983         * m4/sigpipe.m4: New file.
6984
6985 2008-09-25  Derek Price  <derek@ximbiot.com>
6986             Bruno Haible  <bruno@clisp.org>
6987
6988         * gnulib-tool (func_import): Report all license incompatibilities, not
6989         just the first one.
6990
6991 2008-09-25  Bruno Haible  <bruno@clisp.org>
6992
6993         * gnulib-tool (func_import): When computing the edits, consider not
6994         only the Makefile.ams that exist but also those that will be generated.
6995
6996 2008-09-25  Simon Josefsson  <simon@josefsson.org>
6997
6998         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
6999         fixes gnulib-tool --test warning about duplicate dependency.
7000
7001 2008-09-25  Bruno Haible  <bruno@clisp.org>
7002
7003         * gnulib-tool: Don't ask the user to perform edits in the generated
7004         Makefile.ams.
7005         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
7006         apply to the Makefile.am being generated.
7007         (func_emit_tests_Makefile_am): Execute edits that apply to the
7008         Makefile.am being generated.
7009         (func_import): Setup list of Makefile.am edits before emitting the
7010         Makefile.ams, not at the end.
7011         (func_create_testdir): Update.
7012         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7013
7014 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7015
7016         * gnulib-tool (func_import): Store the --tests-base option in the
7017         comment in gnulib-cache.m4.
7018
7019 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
7020
7021         * NEWS: Document increased portability that sys_select now provides.
7022
7023         * lib/sys_select.in.h: Install select wrapper.
7024         * lib/sys_socket.in.h: Use more descriptive name when there is no
7025         select wrapper.
7026         * lib/winsock-select.c: New.
7027         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
7028         Require gl_HEADER_SYS_SOCKET.
7029         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
7030         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
7031         * tests/test-sys_select.c: Add functional tests.
7032
7033 2008-09-24  Eric Blake  <ebb9@byu.net>
7034
7035         open, fopen: close fd leak in last patch
7036         * lib/open.c (rpl_open): Close fd before returning error.
7037         * lib/fopen.c (rpl_fopen): Close fd before returning error.
7038         * doc/posix-functions/open.texi (open): Document that Irix also
7039         has the bug.
7040         * doc/posix-functions/fopen.texi (fopen): Likewise.
7041         Reported by Paolo Bonzini.
7042
7043 2008-09-24  Bruno Haible  <bruno@clisp.org>
7044
7045         Ensure that a filename ending in a slash cannot be used to access a
7046         non-directory.
7047         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
7048         to check whether it's really a directory.
7049         * lib/fopen.c: Include fcntl.h, unistd.h.
7050         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
7051         and fdopen().
7052         * modules/fopen (Depends-on): Add unistd.
7053         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
7054         * tests/test-fopen.c (main): Likewise.
7055         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
7056         * doc/posix-functions/fopen.texi: Likewise.
7057         Reported by Eric Blake.
7058
7059 2008-09-23  Eric Blake  <ebb9@byu.net>
7060
7061         c-stack: avoid compiler optimizations when provoking overflow
7062         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
7063         recursion harder to optimize, to ensure a stack overflow occurs.
7064         * tests/test-c-stack.c (recurse): Likewise.
7065         Borrowed from libsigsegv.
7066
7067         c-stack: work around Irix sigaltstack bug
7068         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
7069         whether sigaltstack uses wrong end of stack_t (copied in part from
7070         libsigsegv).
7071         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
7072         Irix bug, without requiring an over-allocation.
7073         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
7074         bug.
7075
7076         fopen: document mingw bug on directories
7077         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
7078         not allowing a stream visiting a directory, even though reading
7079         from such a stream is not portable.
7080
7081 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7082
7083         * lib/poll.c: Rewrite.
7084         * modules/poll: Depend on alloca.
7085
7086 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7087
7088         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
7089         instead define prototypes for a full set of wrappers.  Ensure
7090         that Cygwin does not use the compatibility code, which is only
7091         for MinGW.
7092         * lib/winsock.c: New.
7093         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
7094         * modules/sys_socket: Add lib/winsock.c.
7095
7096         * modules/poll-tests: Add errno and perror.
7097         * tests/test-poll.c: Use ioctl, not ioctlsocket.
7098
7099 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7100
7101         * tests/test-poll.c: Downgrade minimum needed Winsock version.
7102
7103 2008-09-23  Bruno Haible  <bruno@clisp.org>
7104
7105         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
7106         * doc/glibc-functions/*: Likewise.
7107
7108 2008-09-23  Simon Josefsson  <simon@josefsson.org>
7109
7110         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
7111         success.
7112
7113 2008-09-22  Eric Blake  <ebb9@byu.net>
7114             Bruno Haible  <bruno@clisp.org>
7115
7116         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
7117         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
7118         supply %A but mishandle pseudo-NaN.
7119         Reported by Simon Josefsson.
7120
7121 2008-09-21  Bruno Haible  <bruno@clisp.org>
7122
7123         * tests/test-lock.c (main): Tweak skip message.
7124         * tests/test-tls.c (main): Likewise.
7125
7126 2008-09-21  Bruno Haible  <bruno@clisp.org>
7127
7128         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
7129         whether 'struct sigaction' has sa_sigaction here...
7130         (gl_PREREQ_SIG_HANDLER_H): ... not here.
7131         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
7132
7133 2008-09-21  Bruno Haible  <bruno@clisp.org>
7134
7135         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
7136         section.
7137         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
7138         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
7139         the new section.
7140         (Support for obsolete systems lacking POSIX:2001): New section.
7141         (String handling <string.h>): Move strdup to the new section.
7142         Suggested by Simon Josefsson and Paolo Bonzini.
7143
7144 2008-09-21  Bruno Haible  <bruno@clisp.org>
7145
7146         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
7147         exponents in %e and %g results on 'long double'. Needed for mingw's
7148         improved *printf functions.
7149         * tests/test-vasprintf-posix.c (test_function): Likewise.
7150         * tests/test-snprintf-posix.h (test_function): Likewise.
7151         * tests/test-sprintf-posix.h (test_function): Likewise.
7152         Reported by Eric Blake.
7153
7154 2008-09-21  Bruno Haible  <bruno@clisp.org>
7155
7156         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
7157         * tests/test-sprintf-posix.h (test_function): Likewise.
7158
7159 2008-09-21  Bruno Haible  <bruno@clisp.org>
7160
7161         * modules/getpass (Depends-on): Add strdup-posix.
7162
7163         New module 'strdup-posix'.
7164         * modules/strdup-posix: New file.
7165         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
7166         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
7167         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7168         REPLACE_STRDUP.
7169         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
7170         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
7171         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7172         strdup-posix.
7173
7174         * modules/strdup (Depends-on): Remove malloc-posix.
7175
7176 2008-09-20  Bruno Haible  <bruno@clisp.org>
7177
7178         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
7179         Wildenhues.
7180
7181 2008-09-20  Bruno Haible  <bruno@clisp.org>
7182
7183         Ensure that wint_t gets defined on IRIX 5.3.
7184         * lib/wchar.in.h (wint_t): Define if not defined by the system.
7185         * lib/wctype.in.h (wint_t): Likewise.
7186         (__wctype_wint_t): Remove type.
7187         (isw*): Use wint_t instead of __wctype_wint_t.
7188         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
7189         * modules/wchar (Files): Add m4/wint_t.m4.
7190         (Makefile.am): Substitute HAVE_WINT_T.
7191         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
7192         * tests/test-wctype.c: Check that wint_t is defined.
7193         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
7194         * doc/posix-headers/wctype.texi: Likewise.
7195         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7196
7197 2008-09-18  Bruno Haible  <bruno@clisp.org>
7198
7199         * gnulib-tool (func_exit): Update comment.
7200
7201 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7202
7203         * modules/getaddrinfo (Depends-on): Remove strdup, this module
7204         assumes strdup exists and does not depend on strdup to return
7205         ENOMEM on out of memory conditions.
7206
7207 2008-09-18  Bruno Haible  <bruno@clisp.org>
7208
7209         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
7210         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
7211         digits for the exponent.
7212
7213 2008-09-18  Jim Meyering  <meyering@redhat.com>
7214             Bruno Haible  <bruno@clisp.org>
7215
7216         * lib/vasnprintf.c (decimal_point_char): Define also if
7217         NEED_PRINTF_INFINITE_LONG_DOUBLE.
7218
7219 2008-09-16  Bruno Haible  <bruno@clisp.org>
7220         and Eric Blake  <ebb9@byu.net>
7221
7222         vasnprintf: support Irix 5.3
7223         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
7224         that mishandle long double infinity.
7225         Reported by Tom G. Christensen.
7226
7227 2008-09-16  Bruno Haible  <bruno@clisp.org>
7228
7229         * doc/glibc-functions/scandir.texi: Mention the function is missing on
7230         Solaris 9.
7231         * doc/glibc-functions/alphasort.texi: Likewise.
7232         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
7233
7234 2008-09-16  Jim Meyering  <meyering@redhat.com>
7235
7236         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
7237         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
7238         a umask modification leak out of a subshell.  Otherwise, the
7239         opensolaris /bin/sh would be accepted and thus cause unwarranted
7240         failures in the coreutils test suite.
7241
7242 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
7243
7244         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
7245         to succeed.
7246
7247 2008-09-16  Jim Meyering  <meyering@redhat.com>
7248
7249         avoid spurious test failure when library is built without ACL support
7250         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
7251         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
7252         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
7253         * tests/test-copy-acl.sh: Likewise.
7254
7255 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7256
7257         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
7258         based on character occurrence counts.
7259
7260 2008-09-15  Eric Blake  <ebb9@byu.net>
7261
7262         tests: avoid some compiler warnings
7263         * tests/test-memchr.c (main): Pass NULL indirectly.
7264         * tests/test-closein.c (main): Avoid unused variable.
7265
7266 2008-09-15  Bruno Haible  <bruno@clisp.org>
7267
7268         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
7269         are missing on OpenBSD 4.0 individually.
7270         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7271
7272 2008-09-15  Bruno Haible  <bruno@clisp.org>
7273
7274         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
7275         * doc/posix-functions/strerror.texi: Mention also Cygwin.
7276         * doc/posix-functions/perror.texi: Likewise.
7277         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
7278         is missing.
7279         Reported by Eric Blake.
7280
7281         * lib/errno.in.h: Use replacement values >= 2000.
7282         Reported by Eric Blake.
7283
7284 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7285
7286         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
7287         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
7288         limit.
7289         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
7290         compareseq was aborted.
7291
7292 2008-09-14  Bruno Haible  <bruno@clisp.org>
7293
7294         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
7295         yvec_edit_count.
7296         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
7297         (fstrcmp_bounded): Simplify result computation accordingly.
7298
7299 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7300
7301         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
7302         (fstrcmp): Define in terms of fstrcmp_bounded.
7303         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
7304         lower_bound argument.
7305         Return quickly if the result is certainly < lower_bound.
7306         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
7307
7308 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7309
7310         * lib/diffseq.h (EARLY_ABORT): New macro.
7311         (compareseq): Change return type to bool. Return true when EARLY_ABORT
7312         evaluates to true.
7313
7314 2008-09-14  Bruno Haible  <bruno@clisp.org>
7315
7316         * modules/perror-tests: New file.
7317         * tests/test-perror.sh: New file.
7318         * tests/test-perror.c: New file.
7319
7320         New module 'perror'.
7321         * lib/stdio.in.h (perror): New declaration.
7322         * lib/perror.c: New file.
7323         * m4/perror.m4: New file.
7324         * modules/perror: New file.
7325         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7326         * doc/posix-functions/perror.texi: Mention the perror module.
7327         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7328         REPLACE_PERROR.
7329         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7330         REPLACE_PERROR.
7331
7332 2008-09-14  Bruno Haible  <bruno@clisp.org>
7333
7334         * modules/stdio (Makefile.am): Reorder to match the order in
7335         lib/stdio.in.h.
7336         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7337
7338 2008-09-13  Bruno Haible  <bruno@clisp.org>
7339
7340         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7341
7342 2008-09-13  Bruno Haible  <bruno@clisp.org>
7343
7344         Extend strerror to cover the added errno values.
7345         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7346         (rpl_strerror): Provide error messages for the added errno values and
7347         for the WSA* values.
7348         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7349         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7350         strerror.
7351         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7352         * modules/strerror (Depends-on): Add errno.
7353         * doc/posix-functions/strerror.texi: Document the change.
7354         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7355         and EOVERFLOW.
7356
7357 2008-09-13  Bruno Haible  <bruno@clisp.org>
7358
7359         * modules/EOVERFLOW: Remove file.
7360         * m4/eoverflow.m4: Remove file.
7361         * modules/EOVERFLOW-tests: Remove file.
7362         * tests/test-EOVERFLOW.c: Remove file.
7363         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7364         * modules/ftell (Depends-on): Likewise.
7365         * modules/getdelim (Depends-on): Likewise.
7366         * modules/getugroups (Depends-on): Likewise.
7367         * modules/poll (Depends-on): Likewise.
7368         * modules/snprintf (Depends-on): Likewise.
7369         * modules/sprintf-posix (Depends-on): Likewise.
7370         * modules/vasnprintf (Depends-on): Likewise.
7371         * modules/vasprintf (Depends-on): Likewise.
7372         * modules/vfprintf-posix (Depends-on): Likewise.
7373         * modules/vsnprintf (Depends-on): Likewise.
7374         * modules/vsprintf-posix (Depends-on): Likewise.
7375         * modules/xvasprintf (Depends-on): Likewise.
7376         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7377         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7378         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7379         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7380         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7381         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7382         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7383         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7384         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7385         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7386         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7387         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7388         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7389         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7390         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7391         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7392         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7393         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7394         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7395         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7396         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7397         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7398         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7399         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7400         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7401         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7402         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7403         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7404         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7405         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7406         * MODULES.html.sh: Remove EOVERFLOW.
7407         * NEWS: Mention the change.
7408
7409 2008-09-13  Bruno Haible  <bruno@clisp.org>
7410
7411         * modules/errno-tests: New file.
7412         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7413
7414         * lib/errno.in.h: New file.
7415         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7416         * modules/errno: New file.
7417         * doc/posix-headers/errno.texi: Update documentation.
7418         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
7419
7420 2008-09-13  Bruno Haible  <bruno@clisp.org>
7421
7422         * tests/test-poll.c: Use #if for native Windows, rather than testing
7423         __MSVCRT__.
7424
7425 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7426             Bruno Haible  <bruno@clisp.org>
7427
7428         * lib/glob.c: Don't include <pwd.h> on native Windows.
7429         (WINDOWS32): New macro.
7430         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
7431
7432 2008-09-13  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
7435         (ETIMEDOUT): Remove macro.
7436         (glthread_cond_timedwait_multithreaded): New declaration.
7437         (glthread_cond_timedwait): Use it.
7438         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
7439         (glthread_cond_timedwait_multithreaded): New function.
7440
7441 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7442
7443         * modules/poll-tests: Do not check for io.h.
7444         * tests/test-poll.c: Check for __MSVCRT__ instead.
7445
7446 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7447
7448         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
7449         * modules/poll-tests: Add inet_pton, stdbool, sockets.
7450         * tests/test-poll.c: Use them.  Use _pipe on Windows.
7451
7452 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7453
7454         * modules/poll-tests: New.
7455         * tests/test-poll.c: New.
7456
7457 2008-09-12  Eric Blake  <ebb9@byu.net>
7458
7459         frexp: test for NetBSD failure on -0.0
7460         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
7461         not all, bugs from NetBSD 3.0 have been fixed.
7462         * doc/posix-functions/frexp.texi (frexp): Document bug.
7463         Reported by Thomas Klausner.
7464
7465         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
7466         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
7467         literal -0.0.
7468         Reported by Jonathan C. Patschke <jp@centtech.com>.
7469
7470 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7471
7472         * lib/glthread/cond.h: Use dummy implementation also if
7473         USE_WIN32_THREADS.
7474
7475 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7476
7477         * modules/fnmatch-posix (License): Change to LGPLv2+.
7478         * modules/fnmatch-gnu (License): Likewise.
7479
7480 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7481
7482         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
7483
7484 2008-09-11  Jim Meyering  <meyering@redhat.com>
7485
7486         * users.txt: Add gtk-vnc.
7487
7488 2008-09-08  Simon Josefsson  <simon@josefsson.org>
7489
7490         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
7491         rotate amounts.
7492
7493         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
7494         required for 16-bit and 8-bit rotates.
7495         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
7496         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
7497         UINT8_MAX instead of hard-coded constants.
7498         Suggested by Paul Eggert.
7499
7500 2008-09-07  Bruno Haible  <bruno@clisp.org>
7501
7502         * tests/test-striconveh.c (main): Check behaviour when converting from
7503         UTF-7.
7504
7505         Make striconveh work better with stateful encodings.
7506         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
7507         that iconv does not increment the inptr when returning -1/EINVAL.
7508
7509 2008-09-07  Bruno Haible  <bruno@clisp.org>
7510
7511         * build-aux/config.rpath: Update according to libtool-2.2.6.
7512         * build-aux/config.libpath: Likewise.
7513
7514 2008-09-06  Bruno Haible  <bruno@clisp.org>
7515
7516         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
7517         * lib/freadptr.c (freadptr): Likewise.
7518         * lib/freadseek.c (freadptrinc): Likewise.
7519         Reported by Simon Josefsson.
7520
7521 2008-09-06  Bruno Haible  <bruno@clisp.org>
7522
7523         * modules/freadptr (License): Change to LGPLv2+.
7524         * modules/freadseek (License): Likewise.
7525         Suggested by Eric Blake.
7526
7527         * modules/memchr2 (License): Change to LGPLv2+.
7528         Approved by Eric Blake.
7529
7530 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7531             Bruno Haible  <bruno@clisp.org>
7532
7533         Make gnulib-tool work with native 'sed' on AIX.
7534         * gnulib-tool (sed_noop): New variable.
7535         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
7536         func_add_or_update, func_create_testdir): Use it to initialize sed
7537         script variables.
7538         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7539
7540 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
7541             Bruno Haible  <bruno@clisp.org>
7542
7543         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
7544         also works after #include directives.
7545
7546 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
7547
7548         getdate.y: reject an out-of-range timezone value
7549         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
7550         the range [-24...+24].  When specified with only one or two digits,
7551         * tests/test-getdate.c: Tests for the fix.
7552         * doc/getdate.texi: Document this change.
7553
7554 2008-09-03  Bruno Haible  <bruno@clisp.org>
7555
7556         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
7557
7558 2008-09-02  Simon Josefsson  <simon@josefsson.org>
7559
7560         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
7561         <bruce.korb@gmail.com> with ideas from Ben Pfaff
7562         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
7563         Blake <ebb9@byu.net>.
7564
7565         * tests/test-bitrotate.c: Add more test vectors.
7566
7567 2008-09-02  Eric Blake  <ebb9@byu.net>
7568
7569         vasnprintf-posix: handle large precision via %.*d
7570         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
7571         when handling it ourselves.
7572         * tests/test-vasnprintf-posix.c (test_function): Add test.
7573         * tests/test-snprintf-posix.h (test_function): Likewise.
7574         * tests/test-sprintf-posix.h (test_function): Likewise.
7575         * tests/test-vasprintf-posix.c (test_function): Likewise.
7576         Reported by Alain Guibert.
7577
7578 2008-09-01  Eric Blake  <ebb9@byu.net>
7579
7580         c-stack: make configure-time check more robust
7581         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
7582         successful sigaction call.
7583         Reported by Tom G. Christensen.
7584
7585 2008-09-01  Bruno Haible  <bruno@clisp.org>
7586
7587         New module 'findprog-lgpl'.
7588         * modules/findprog-lgpl: New file.
7589         * lib/findprog-lgpl.c: New file.
7590         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
7591         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
7592         to decide whether to use strdup or xstrdup, concatenated_filename or
7593         xconcatenated_filename.
7594
7595 2008-09-01  Bruno Haible  <bruno@clisp.org>
7596
7597         Split module 'concat-filename' into 'concat-filename' (LGPL) and
7598         'xconcat-filename' (GPL).
7599         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
7600         (License): Change to LGPLv2+.
7601         * modules/xconcat-filename: New file.
7602         * lib/concat-filename.h (concatenated_filename): Change specification.
7603         (xconcatenated_filename): New declaration.
7604         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
7605         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
7606         memory situations.
7607         * lib/xconcat-filename.c: New file.
7608         * NEWS: Mention the change.
7609         * lib/findprog.c: Include concat-filename.h, not filename.h.
7610         (find_in_path): Use xconcatenated_filename instead of
7611         concatenated_filename.
7612         * lib/javacomp.c: Include concat-filename.h, not filename.h.
7613         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7614         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7615         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7616         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
7617         instead of concatenated_filename.
7618         * lib/javaexec.c: Include concat-filename.h, not filename.h.
7619         (execute_java_class): Use xconcatenated_filename instead of
7620         concatenated_filename.
7621         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
7622         * modules/javacomp (Depends-on): Likewise.
7623         * modules/javaexec (Depends-on): Likewise.
7624
7625 2008-09-01  Bruno Haible  <bruno@clisp.org>
7626
7627         Split module 'filename' into 'filename' and 'concat-filename'.
7628         * modules/filename: Keep only lib/filename.h.
7629         (License): Change to LGPLv2+.
7630         * modules/concat-filename: New file, extracted from modules/filename.
7631         * lib/filename.h (concatenated_filename): Remove declaration.
7632         * lib/concat-filename.h: New file, extracted from lib/filename.h.
7633         * lib/concat-filename.c: Include concat-filename.h.
7634         * NEWS: Mention the change.
7635
7636 2008-09-01  Simon Josefsson  <simon@josefsson.org>
7637
7638         * lib/bitrotate.h (rotl8, rotr8): Add.
7639
7640         * modules/bitrotate (configure.ac): Need
7641         AC_REQUIRE([AC_C_INLINE]).
7642         (Description): Mention stdint.h.  Reported by Bruno Haible
7643         <bruno@clisp.org>.
7644
7645         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
7646         Paolo Bonzini <bonzini@gnu.org>.
7647
7648 2008-08-31  Bruno Haible  <bruno@clisp.org>
7649
7650         Assume Solaris specific bi-arch conventions on Solaris systems.
7651         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
7652         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
7653         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
7654         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
7655         like acl_libdirstem.
7656         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
7657         acl_libdirstem.
7658         * NEWS: Mention the change.
7659         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
7660
7661 2008-08-31  Jim Meyering  <meyering@redhat.com>
7662
7663         * lib/strftime.h: Add comments describing the two added arguments.
7664
7665         remove duplicate #include directives
7666         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
7667         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
7668
7669 2008-08-31  Bruno Haible  <bruno@clisp.org>
7670
7671         New module 'sigpipe-die'.
7672         * modules/sigpipe-die: New file.
7673         * lib/sigpipe-die.h: New file.
7674         * lib/sigpipe-die.c: New file.
7675         * MODULES.html.sh (Signal handling): Add sigpipe-die.
7676
7677 2008-08-31  Bruno Haible  <bruno@clisp.org>
7678
7679         Don't override previously installed signal handlers.
7680         * lib/fatal-signal.c (saved_sigactions): New variable.
7681         (uninstall_handlers): Reset the signal to the saved handler, not
7682         to SIG_DFL (except when ignored).
7683         (install_handlers): Save the previous handlers.
7684
7685 2008-08-30  Bruno Haible  <bruno@clisp.org>
7686
7687         * gnulib-tool (func_reset_sigpipe): New function.
7688         (func_get_automake_snippet, func_modules_transitive_closure,
7689         func_import): Invoke it before a join command that reads from stdin,
7690         to avoid "echo: write error: Broken pipe" error messages on stderr.
7691         Reported by Sam Steingold <sds@gnu.org>.
7692
7693 2008-08-30  Bruno Haible  <bruno@clisp.org>
7694
7695         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
7696         Code copied from m4/open.m4.
7697         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
7698         access and the filename ends in a slash. Code copied from lib/open.c.
7699         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
7700         * tests/test-fopen.c (main): Check against bug with trailing slash.
7701
7702 2008-08-29  Bruno Haible  <bruno@clisp.org>
7703
7704         Avoid some "gcc -pedantic" warnings.
7705         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
7706         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
7707         * lib/dirent.in.h: Likewise.
7708         * lib/fcntl.in.h: Likewise.
7709         * lib/float.in.h: Likewise.
7710         * lib/iconv.in.h: Likewise.
7711         * lib/inttypes.in.h: Likewise.
7712         * lib/locale.in.h: Likewise.
7713         * lib/math.in.h: Likewise.
7714         * lib/netinet_in.in.h: Likewise.
7715         * lib/search.in.h: Likewise.
7716         * lib/signal.in.h: Likewise.
7717         * lib/stdarg.in.h: Likewise.
7718         * lib/stdint.in.h: Likewise.
7719         * lib/stdio.in.h: Likewise.
7720         * lib/stdlib.in.h: Likewise.
7721         * lib/string.in.h: Likewise.
7722         * lib/strings.in.h: Likewise.
7723         * lib/sys_select.in.h: Likewise.
7724         * lib/sys_socket.in.h: Likewise.
7725         * lib/sys_stat.in.h: Likewise.
7726         * lib/sys_time.in.h: Likewise.
7727         * lib/sysexits.in.h: Likewise.
7728         * lib/time.in.h: Likewise.
7729         * lib/unistd.in.h: Likewise.
7730         * lib/wchar.in.h: Likewise.
7731         * lib/wctype.in.h: Likewise.
7732         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
7733         * modules/fchdir (Makefile.am): Likewise.
7734         * modules/fcntl (Makefile.am): Likewise.
7735         * modules/float (Makefile.am): Likewise.
7736         * modules/iconv_open (Makefile.am): Likewise.
7737         * modules/inttypes (Makefile.am): Likewise.
7738         * modules/locale (Makefile.am): Likewise.
7739         * modules/math (Makefile.am): Likewise.
7740         * modules/netinet_in (Makefile.am): Likewise.
7741         * modules/search (Makefile.am): Likewise.
7742         * modules/signal (Makefile.am): Likewise.
7743         * modules/stdarg (Makefile.am): Likewise.
7744         * modules/stdint (Makefile.am): Likewise.
7745         * modules/stdio (Makefile.am): Likewise.
7746         * modules/stdlib (Makefile.am): Likewise.
7747         * modules/string (Makefile.am): Likewise.
7748         * modules/strings (Makefile.am): Likewise.
7749         * modules/sys_select (Makefile.am): Likewise.
7750         * modules/sys_socket (Makefile.am): Likewise.
7751         * modules/sys_stat (Makefile.am): Likewise.
7752         * modules/sys_time (Makefile.am): Likewise.
7753         * modules/sysexits (Makefile.am): Likewise.
7754         * modules/time (Makefile.am): Likewise.
7755         * modules/unistd (Makefile.am): Likewise.
7756         * modules/wchar (Makefile.am): Likewise.
7757         * modules/wctype (Makefile.am): Likewise.
7758         Reported by Reuben Thomas <rrt@sc3d.org>.
7759
7760 2008-08-29  Bruno Haible  <bruno@clisp.org>
7761
7762         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
7763         any more.
7764
7765 2008-08-29  Simon Josefsson  <simon@josefsson.org>
7766
7767         * MODULES.html.sh (Misc): Add bitrotate.
7768
7769         * modules/bitrotate: New file.
7770
7771         * lib/bitrotate.h: New file.
7772
7773         * modules/bitrotate-tests: New file.
7774
7775         * tests/test-bitrotate.c: New file.
7776
7777         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
7778         on the bitrotate module.
7779
7780         * lib/arctwo.c: Use new bitrotate module.
7781
7782 2008-08-29  Jim Meyering  <meyering@redhat.com>
7783
7784         bootstrap: merge changes from coreutils
7785         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
7786         of copied files.  Remove a kludge, now that this is fixed.
7787         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
7788         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
7789         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
7790
7791 2008-08-29  Bruno Haible  <bruno@clisp.org>
7792
7793         * MODULES.html.sh: Remove --cvs-urls option.
7794
7795 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
7796
7797         maint.mk: adjust to file name change
7798         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
7799
7800 2008-08-28  Jim Meyering  <meyering@redhat.com>
7801
7802         * modules/getndelim2 (License): Relicense to LGPLv2+.
7803         Approved by Richard Stallman for the version of 1995, and by
7804         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
7805
7806 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
7807
7808         * lib/getdelim.c (flockfile, funlockfile): Make all of them
7809         dummy if one is not available.  Do not touch them if
7810         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
7811         (getc_maybe_unlocked): New.
7812         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
7813
7814 2008-08-26  Eric Blake  <ebb9@byu.net>
7815
7816         doc/INSTALL: resync from autoconf
7817         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
7818         (INSTALL_PRELUDE): Delete; this is done more efficiently by
7819         moving...
7820         * install.texi [!autoconf]: ...here.  Resync from autoconf.
7821         * INSTALL: Regenerate.
7822         * INSTALL.ISO: New file.
7823         * INSTALL.UTF-8: Likewise.
7824
7825 2008-08-26  Jim Meyering  <meyering@redhat.com>
7826
7827         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
7828         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
7829         these definitions conditional, so that they may be overridden, too.
7830
7831 2008-08-26  Bruno Haible  <bruno@clisp.org>
7832
7833         Generate INSTALL file variants with prettier quotes.
7834         * doc/Makefile (INSTALL_PRELUDE): New macro.
7835         (INSTALL): Use it.
7836         (INSTALL.ISO, INSTALL.UTF-8): New rules.
7837
7838 2008-08-26  Bruno Haible  <bruno@clisp.org>
7839
7840         Run makeinfo in an English locale.
7841         * doc/Makefile (MAKEINFO): New variable.
7842
7843 2008-08-26  Bruno Haible  <bruno@clisp.org>
7844
7845         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
7846         Suggested by Eric Blake.
7847
7848 2008-08-25  Bruno Haible  <bruno@clisp.org>
7849
7850         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
7851
7852 2008-08-25  Eric Blake  <ebb9@byu.net>
7853
7854         c-stack: test that stack overflow can be caught
7855         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
7856         that platform allows handling stack overflow; at least OS/2 EMX
7857         has sigaltstack, but crashes before transferring control to
7858         handler on stack overflow.
7859         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
7860         check for HAVE_STACK_OVERFLOW_HANDLING.
7861         Reported by Elbert Pol.
7862
7863 2008-08-25  Bruno Haible  <bruno@clisp.org>
7864
7865         * doc/posix-functions/strftime.texi: Fix description of strftime
7866         module.
7867
7868 2008-08-24  Bruno Haible  <bruno@clisp.org>
7869
7870         * tests/uniwidth/test-uc_width2.c: New file.
7871         * tests/uniwidth/test-uc_width2.sh: New file.
7872         * modules/uniwidth/width-tests (Files): Add the new files.
7873         (TESTS): Add uniwidth/test-uc_width2.sh.
7874         (TESTS_ENVIRONMENT): New variable.
7875         (check_PROGRAMS): Add test-uc_width2.
7876         (test_uc_width2_SOURCES): New variable.
7877
7878         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
7879         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
7880         not 0x00AB.
7881         Reported by Alexander V. Lukyanov <lav@netis.ru>.
7882
7883 2008-08-22  Eric Blake  <ebb9@byu.net>
7884
7885         test-lock, test-tls: mention why a test is skipped
7886         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
7887         skipped.
7888         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
7889
7890         count-one-bits: relax license
7891         * modules/count-one-bits (License): Relicense to LGPLv2+.
7892         Suggested by Ludovic Courtès, approved by Ben Pfaff.
7893
7894 2008-08-22  Andreas Schwab  <schwab@suse.de>
7895
7896         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
7897         Remove spurious space in assignment.
7898
7899 2008-08-21  Simon Josefsson  <simon@josefsson.org>
7900
7901         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
7902         Paul Eggert <eggert@CS.UCLA.EDU>.
7903
7904 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
7905
7906         * modules/gettext: Add m4/threadlib.m4.
7907
7908 2008-08-19  Eric Blake  <ebb9@byu.net>
7909
7910         test-c-stack: fix compilation failure on FreeBSD 5.0
7911         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
7912         headers before <sys/resource.h>.
7913         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
7914         the bug.
7915         Reported by Nelson H. F. Beebe.
7916
7917         strverscmp: migrate from "strverscmp.h" to <string.h>
7918         * modules/string (Makefile.am): Add new hooks.
7919         * modules/strverscmp (Files): Remove strverscmp.h.
7920         (Depends-on): Add string.
7921         (configure.ac): Add indicator.
7922         (Include): Mention new header.
7923         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
7924         defaults.
7925         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
7926         results.
7927         * lib/strverscmp.h: Delete.
7928         * lib/string.in.h (strverscmp): Provide declaration, when needed.
7929         * tests/test-strverscmp.c (includes): Adjust client.
7930         * lib/check-version.c (includes): Likewise.
7931         * NEWS: Document the change.
7932
7933         strverscmp: add unit test
7934         * modules/strverscmp-tests: New file.
7935         * tests/test-strverscmp.c: Likewise.
7936
7937 2008-08-19  Simon Josefsson  <simon@josefsson.org>
7938
7939         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
7940         regarding Windows crypto stuff, from Mono.
7941
7942 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
7943
7944         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
7945         if present, for intel RND.  Return error on failures.
7946
7947 2008-08-18  Ben Pfaff  <blp@gnu.org>
7948
7949         gitlog-to-changelog: give better diagnostic for failed pipe-open
7950         * build-aux/gitlog-to-changelog: Improve error message: suggest
7951         that the version of Git may be too old.
7952
7953 2008-08-18  Simon Josefsson  <simon@josefsson.org>
7954
7955         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
7956         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
7957
7958 2008-08-18  Bruno Haible  <bruno@clisp.org>
7959
7960         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
7961         pthread_in_use().
7962
7963 2008-08-18  Bruno Haible  <bruno@clisp.org>
7964
7965         * lib/glthread/threadlib.c: Include <pthread.h>.
7966
7967 2008-08-18  Bruno Haible  <bruno@clisp.org>
7968
7969         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
7970         glthread_recursive_lock_* macros.
7971         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
7972         Fix syntax error.
7973
7974 2008-08-18  Bruno Haible  <bruno@clisp.org>
7975
7976         * lib/glthread/thread.c: Avoid forcing a context switch right after
7977         thread creation.
7978
7979 2008-08-17  Bruno Haible  <bruno@clisp.org>
7980
7981         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
7982         * lib/glthread/thread.h: Provide Win32 specific implementation.
7983         * modules/thread (Files): Add lib/glthread/thread.c.
7984         (Depends-on): Add lock.
7985         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
7986
7987 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7988
7989         New module 'yield'.
7990         * modules/yield: New file.
7991         * lib/glthread/yield.h: New file.
7992         * m4/yield.m4: New file.
7993         * MODULES.html.sh (Multithreading): Add yield.
7994
7995 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7996
7997         New module 'thread'.
7998         * modules/thread: New file.
7999         * lib/glthread/thread.h: New file.
8000         * m4/thread.m4: New file.
8001         * MODULES.html.sh (Multithreading): Add thread.
8002
8003 2008-08-17  Bruno Haible  <bruno@clisp.org>
8004
8005         * lib/glthread/lock.h: Include <stdlib.h> always.
8006         * lib/glthread/tls.h: Likewise.
8007         * lib/glthread/cond.h: Likewise.
8008
8009 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8010
8011         New module 'cond'.
8012         * modules/cond: New file.
8013         * lib/glthread/cond.h: New file.
8014         * lib/glthread/cond.c: New file.
8015         * m4/cond.m4: New file.
8016         * MODULES.html.sh (Multithreading): Add cond.
8017
8018 2008-08-16  Eric Blake  <ebb9@byu.net>
8019
8020         c-stack: fix regression on Irix 5.3 from 2008-06-21
8021         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
8022         sa_sigaction...
8023         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
8024         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
8025         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
8026         * modules/signal (Makefile.am): Use the value.
8027         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
8028         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
8029         * doc/posix-headers/signal.texi (signal.h): Document this
8030         portability issue.
8031         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
8032         Reported by Tom G. Christensen.
8033
8034 2008-08-17  Bruno Haible  <bruno@clisp.org>
8035
8036         New module 'threadlib'.
8037         * modules/threadlib: New file.
8038         * lib/glthread/threadlib.c: New file, extracted from
8039         lib/glthread/lock.c.
8040         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
8041         functions.
8042         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
8043         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
8044         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
8045         macros.
8046         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
8047         (gl_DISABLE_THREADS): Remove macro.
8048         * modules/lock (Files): Remove build-aux/config.rpath.
8049         (Depends-on): Remove havelib. Add threadlib.
8050         (configure.ac-early): Remove section.
8051         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
8052         * modules/tls (Depends-on): Remove lock. Add threadlib.
8053         (Link): New section, copied from threadlib.
8054         * MODULES.html.sh (Multithreading): Add threadlib.
8055
8056 2008-08-14  Bruno Haible  <bruno@clisp.org>
8057
8058         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
8059         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
8060         glthread_rwlock_unlock, glthread_rwlock_destroy,
8061         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
8062         glthread_recursive_lock_destroy): Define as macros always.
8063         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
8064         glthread_lock_lock.
8065         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
8066         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
8067         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
8068         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
8069         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
8070         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
8071         (glthread_recursive_lock_lock_func): Renamed from
8072         glthread_recursive_lock_lock.
8073         (glthread_recursive_lock_unlock_func): Renamed from
8074         glthread_recursive_lock_unlock.
8075         (glthread_recursive_lock_destroy_func): Renamed from
8076         glthread_recursive_lock_destroy.
8077
8078 2008-08-14  Bruno Haible  <bruno@clisp.org>
8079
8080         * lib/glthread/lock.h: Renamed from lib/lock.h.
8081         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
8082         * lib/glthread/tls.h: Renamed from lib/tls.h.
8083         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
8084         * lib/fstrcmp.c: Update includes.
8085         * lib/strsignal.c: Update includes.
8086         * modules/lock (Files, Makefile.am): Update.
8087         (Include): Change to "glthread/lock.h".
8088         * modules/tls (Files, Makefile.am): Update.
8089         (Include): Change to "glthread/tls.h".
8090         * tests/test-lock.c: Update includes.
8091         * tests/test-tls.c: Update includes.
8092         * NEWS: Mention the renamed header files.
8093
8094 2008-08-11  Jim Meyering  <meyering@redhat.com>
8095
8096         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
8097
8098 2008-08-11  Eric Blake  <ebb9@byu.net>
8099
8100         test-c-stack: avoid C99-ism
8101         * tests/test-c-stack.c (main): Fix whitespace, move declaration
8102         before statement.
8103         Reported by Alain Guibert.
8104
8105 2008-08-10  Jim Meyering  <meyering@redhat.com>
8106
8107         ensure that return value of uinttostr et al are not ignored
8108         * lib/inttostr.h (__GNUC_PREREQ): Define.
8109         (__attribute_warn_unused_result__): Define.
8110         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
8111
8112 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
8113
8114         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
8115         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
8116
8117 2008-08-07  Jim Meyering  <meyering@redhat.com>
8118
8119         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
8120
8121         * modules/mkstemp (License): Relicense under LGPLv2+.
8122         * modules/tempname (License): Likewise.
8123
8124 2008-08-06  Bruno Haible  <bruno@clisp.org>
8125
8126         * lib/poll.c (poll): Further micro-optimization.
8127
8128 2008-08-06  Jim Meyering  <meyering@redhat.com>
8129
8130         inet_pton.c: use locale-independent tolower
8131         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
8132         (inet_pton6): Use c_tolower rather than tolower.
8133         * modules/inet_pton (Depends-on): Add c-ctype.
8134
8135 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
8136
8137         * lib/poll.c (poll): Avoid division when timeout is 0, cache
8138         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
8139
8140 2008-08-06  Jim Meyering  <meyering@redhat.com>
8141
8142         * modules/inet_pton (License): Relicense under LGPLv2+.
8143
8144 2008-08-03  Bruno Haible  <bruno@clisp.org>
8145
8146         Additional non-aborting API for lock and tls.
8147         * lib/lock.h: Include <errno.h>.
8148         (glthread_lock_init): New macro/function.
8149         (gl_lock_init): Define as wrapper around glthread_lock_init.
8150         (glthread_lock_lock): New macro/function.
8151         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
8152         (glthread_lock_unlock): New macro/function.
8153         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
8154         (glthread_lock_destroy): New macro/function.
8155         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
8156         (glthread_rwlock_init): New macro/function.
8157         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
8158         (glthread_rwlock_rdlock): New macro/function.
8159         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
8160         (glthread_rwlock_wrlock): New macro/function.
8161         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
8162         (glthread_rwlock_unlock): New macro/function.
8163         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
8164         (glthread_rwlock_destroy): New macro/function.
8165         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
8166         (glthread_recursive_lock_init): New macro/function.
8167         (gl_recursive_lock_init): Define as wrapper around
8168         glthread_recursive_lock_init.
8169         (glthread_recursive_lock_lock): New macro/function.
8170         (gl_recursive_lock_lock): Define as wrapper around
8171         glthread_recursive_lock_lock.
8172         (glthread_recursive_lock_unlock): New macro/function.
8173         (gl_recursive_lock_unlock): Define as wrapper around
8174         glthread_recursive_lock_unlock.
8175         (glthread_recursive_lock_destroy): New macro/function.
8176         (gl_recursive_lock_destroy): Define as wrapper around
8177         glthread_recursive_lock_destroy.
8178         (glthread_once): New macro/function.
8179         (gl_once): Define as wrapper around glthread_once.
8180         Update function declarations.
8181         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
8182         glthread_rwlock_init. Return error code.
8183         (glthread_rwlock_rdlock_multithreaded): Renamed from
8184         glthread_rwlock_rdlock. Return error code.
8185         (glthread_rwlock_wrlock_multithreaded): Renamed from
8186         glthread_rwlock_wrlock. Return error code.
8187         (glthread_rwlock_unlock_multithreaded): Renamed from
8188         glthread_rwlock_unlock. Return error code.
8189         (glthread_rwlock_destroy_multithreaded): Renamed from
8190         glthread_rwlock_destroy. Return error code.
8191         (glthread_recursive_lock_init_multithreaded): Renamed from
8192         glthread_recursive_lock_init. Return error code.
8193         (glthread_recursive_lock_lock_multithreaded): Renamed from
8194         glthread_recursive_lock_lock. Return error code.
8195         (glthread_recursive_lock_unlock_multithreaded): Renamed from
8196         glthread_recursive_lock_unlock. Return error code.
8197         (glthread_recursive_lock_destroy_multithreaded): Renamed from
8198         glthread_recursive_lock_destroy. Return error code.
8199         (glthread_once_call): Make static.
8200         (glthread_once_multithreaded): Renamed from glthread_once.
8201         * lib/tls.h: Include <errno.h>.
8202         (glthread_tls_key_init): New macro/function.
8203         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
8204         (glthread_tls_set): New macro/function.
8205         (gl_tls_set): Define as wrapper around glthread_tls_set.
8206         (glthread_tls_key_destroy): New macro/function.
8207         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
8208         Update function declarations.
8209         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
8210         glthread_tls_get.
8211         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8212
8213 2008-08-04  Eric Blake  <ebb9@byu.net>
8214
8215         gnumakefile: use space, not TAB, outside of targets
8216         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
8217
8218 2008-08-02  Jim Meyering  <meyering@redhat.com>
8219
8220         getdate.y: avoid locale-dependent date parsing failure
8221         In Turkish locales, getdate would fail to recognize keywords
8222         containing a lowercase "i".  The solution is not to rely on
8223         locale-sensitive case-conversion.
8224         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
8225         (lookup_word): Use c_toupper in place of toupper.
8226         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
8227         Reported by Vefa Bicakci <bicave@superonline.com> in
8228         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
8229         * modules/getdate (Depends-on): Add c-ctype.
8230
8231 2008-08-02  Bruno Haible  <bruno@clisp.org>
8232
8233         * gnulib-tool (func_import): When updating or creating a .gitignore
8234         file, prepend each added line with a slash, and ignore leading slashes
8235         from the existing lines.
8236         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8237
8238 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8239
8240         Portability fix for GNU make 3.79.1.
8241         * top/GNUmakefile: Avoid 'else COND', which older GNU make
8242         versions do not understand.
8243
8244 2008-08-01  Bruno Haible  <bruno@clisp.org>
8245
8246         Work around bug of HP-UX 10.20 cc with -0.0 literal.
8247         * tests/test-isnanf.h (zero): New variable.
8248         (main): Avoid literal -0.0f.
8249         * tests/test-isnand.h (zero): New variable.
8250         (main): Avoid literal -0.0.
8251         * tests/test-isnanl.h (zero): New variable.
8252         (main): Avoid literal -0.0L.
8253         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
8254         (test_float, test_double, test_long_double): Avoid literals -0.0f,
8255         -0.0, -0.0L.
8256         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
8257         (test_signbitd): Avoid literal -0.0.
8258         (test_signbitl): Avoid literal -0.0L.
8259         * tests/test-ceilf1.c (zero): New variable.
8260         (main): Avoid literal -0.0f.
8261         * tests/test-ceill.c (zero): New variable.
8262         (main): Avoid literal -0.0L.
8263         * tests/test-floorf1.c (zero): New variable.
8264         (main): Avoid literal -0.0f.
8265         * tests/test-floorl.c (zero): New variable.
8266         (main): Avoid literal -0.0L.
8267         * tests/test-roundf1.c (zero): New variable.
8268         (main): Avoid literal -0.0f.
8269         * tests/test-round1.c (zero): New variable.
8270         (main): Avoid literal -0.0.
8271         * tests/test-roundl.c (zero): New variable.
8272         (main): Avoid literal -0.0L.
8273         * tests/test-truncf1.c (zero): New variable.
8274         (main): Avoid literal -0.0f.
8275         * tests/test-trunc1.c (zero): New variable.
8276         (main): Avoid literal -0.0.
8277         * tests/test-truncl.c (zero): New variable.
8278         (main): Avoid literal -0.0L.
8279         * tests/test-frexp.c (zero): New variable.
8280         (main): Avoid literal -0.0.
8281         * tests/test-frexpl.c (zero): New variable.
8282         (main): Avoid literal -0.0L.
8283         * tests/test-ldexpl.c (zero): New variable.
8284         (main): Avoid literal -0.0L.
8285         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8286         (zerod, zerol): New variables.
8287         (test_function): Avoid literals -0.0, -0.0L.
8288         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8289         (zerod, zerol): New variables.
8290         (test_function): Avoid literals -0.0, -0.0L.
8291         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8292         (zerod, zerol): New variables.
8293         (test_function): Avoid literals -0.0, -0.0L.
8294         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8295         (zerod, zerol): New variables.
8296         (test_function): Avoid literals -0.0, -0.0L.
8297         * tests/test-strtod.c (zero): New variable.
8298         (main): Avoid literal -0.0.
8299         Reported by Jonathan C. Patschke <jp@centtech.com>.
8300
8301 2008-07-31  Jim Meyering  <meyering@redhat.com>
8302
8303         sha256.h: correct definition of SHA224_DIGEST_SIZE
8304         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
8305         Reported by Paulie Pena IV <paulie4@gmail.com>.
8306         Define as 224 / 8, rather than as a literal.
8307         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
8308         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
8309         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
8310
8311 2008-07-31  Bruno Haible  <bruno@clisp.org>
8312
8313         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
8314         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
8315         Reported by Jonathan Patschke <jp@centtech.com>.
8316
8317 2008-07-31  Bruno Haible  <bruno@clisp.org>
8318
8319         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8320         Reported by Paolo Bonzini <bonzini@gnu.org>.
8321
8322 2008-07-30  Eric Blake  <ebb9@byu.net>
8323
8324         test-strtod: allow compilation without -lm
8325         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8326         Reported by Dennis Clarke <blastwave@gmail.com>.
8327
8328 2008-07-28  Jim Meyering  <meyering@redhat.com>
8329
8330         bootstrap: work also when there are no .po files in po/
8331         * build-aux/bootstrap (update_po_files): Complete the change
8332         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8333
8334 2008-07-27  Jim Meyering  <meyering@redhat.com>
8335
8336         * users.txt: Add zile.
8337
8338 2008-07-26  Ben Pfaff  <blp@gnu.org>
8339
8340         Add missing dependencies on new m4/exponent[fdl].m4 files.
8341         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8342         * modules/isnand-nolibm: Add m4/exponentd.m4.
8343         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8344         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8345         m4/isnan[fdl].m4, because the macros actually used moved.
8346         Reported by Jim Meyering.
8347
8348 2008-07-14  Ben Pfaff  <blp@gnu.org>
8349
8350         Add isinf module.
8351         * lib/isinf.c: New file.
8352         * lib/math.in.h: Define isinf macro if we have decided to replace
8353         it.
8354         * m4/isinf.m4: New file.
8355         * m4/math_h.m4: Initialize and substitute variables for isinf
8356         module.
8357         * modules/isinf: New file.
8358         * modules/isinf-tests: New file.
8359         * modules/math: Add substitutions for new module.
8360         * tests/test-isinf.c: New file.
8361         * doc/posix-functions/isinf.texi: Mention new module.
8362         * MODULES.html.sh: Mention new module.
8363
8364 2008-07-14  Ben Pfaff  <blp@gnu.org>
8365
8366         Factor out some macros for use by additional modules.
8367         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8368         exponentf.m4.
8369         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8370         exponentd.m4.
8371         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8372         file exponentl.m4.
8373         * m4/exponentf.m4: New file.
8374         * m4/exponentd.m4: New file.
8375         * m4/exponentl.m4: New file.
8376         * modules/isnanf: Use new file m4/exponentf.m4.
8377         * modules/isnand: Use new file m4/exponentd.m4.
8378         * modules/isnanl: Use new file m4/exponentl.m4.
8379
8380 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8381
8382         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8383         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8384         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8385         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8386
8387         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8388         readlink on platforms without PATH_MAX.
8389
8390 2008-07-21  Eric Blake  <ebb9@byu.net>
8391
8392         Warn, not fail, on stale version.
8393         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8394
8395         Don't allow installation with stale devel version number.
8396         * top/GNUmakefile (_is-install-target): New macro.
8397         (_curr-ver): Forbid installation with stale version number.
8398
8399 2008-07-20  Bruno Haible  <bruno@clisp.org>
8400
8401         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8402         TESTS_ENVIRONMENT.
8403         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8404
8405 2008-07-20  Bruno Haible  <bruno@clisp.org>
8406
8407         * lib/c-stack.h (c_stack_action): Add documentation.
8408         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8409
8410 2008-07-20  Bruno Haible  <bruno@clisp.org>
8411
8412         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8413         * modules/readlink (License): Likewise.
8414
8415 2008-07-17  Eric Blake  <ebb9@byu.net>
8416
8417         * modules/c-stack (Link): Fix typo.
8418
8419         Make c-stack use libsigsegv, when available.
8420         * modules/c-stack (Depends-on): Add libsigsegv.
8421         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
8422         needed.
8423         * lib/c-stack.c (SIGSTKSZ): Define fallback.
8424         (segv_handler, overflow_handler, c_stack_action)
8425         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
8426         implementation when libsigsegv is available, but only when using
8427         the library is necessary.
8428         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
8429         comment, explaining why XSI check fails on Linux.
8430         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
8431         * tests/test-c-stack2.sh: Tweak skip message.
8432         * NEWS: Document new link-time requirements.
8433
8434 2008-07-16  Eric Blake  <ebb9@byu.net>
8435
8436         c-stack: Expose false positives when not using libsigsegv.
8437         * modules/c-stack-tests (Files): Expand test.
8438         * tests/test-c-stack.c (main): Add means to conditionally trigger
8439         non-overflow SIGSEGV.
8440         * tests/test-c-stack2.sh: New file.
8441
8442 2008-07-14  Bruno Haible  <bruno@clisp.org>
8443
8444         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
8445         Reported by Eric Blake.
8446
8447 2008-07-14  Sam Steingold  <sds@gnu.org>
8448             Bruno Haible  <bruno@clisp.org>
8449
8450         New module libsigsegv.
8451         * modules/libsigsegv: New file.
8452         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
8453         modifications.
8454         * MODULES.html.sh (Signal handling): New section.
8455
8456 2008-07-14  Bruno Haible  <bruno@clisp.org>
8457
8458         * modules/unictype/ctype-* (Description): Add the word "function".
8459         Improves the resulting doc in MODULES.html.
8460
8461 2008-07-12  Ben Pfaff  <blp@gnu.org>
8462
8463         Add longlong module.
8464         * modules/longlong: New file.
8465
8466 2008-07-12  Bruno Haible  <bruno@clisp.org>
8467
8468         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
8469         to empty.
8470
8471 2008-07-10  Ben Pfaff  <blp@gnu.org>
8472
8473         Add isnan module.
8474         * doc/posix-functions/isnan.texi: Mention new module.
8475         * lib/math.in.h: Define isnan macro if we have decided to replace
8476         it.
8477         * m4/isnan.m4: New file.
8478         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
8479         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
8480         also.
8481         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
8482         redundancy.
8483         * m4/math_h.m4: Initialize and substitute variables for isnan
8484         module.
8485         * modules/isnan: New file.
8486         * modules/isnan-tests: New file.
8487         * modules/math: Add substitutions for new module.
8488         * tests/test-isnan.c: New file.
8489         * MODULES.html.sh: Mention new module.
8490
8491 2008-07-10  Ben Pfaff  <blp@gnu.org>
8492
8493         Add isnanf module.
8494         * lib/isnanf.m4: New file.
8495         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
8496         (gl_HAVE_ISNANF_IN_LIBM): New macro.
8497         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
8498         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
8499         * modules/isnanf: New file.
8500         * modules/isnanf-tests: New file.
8501         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
8502         files.
8503         * tests/test-isnanf-nolibm.c: factored most of its contents into
8504         new file tests/test-isnanf.h.
8505         * tests/test-isnanf.h: New file.
8506         * tests/test-isnanf.c: New file.
8507         * MODULES.html.sh: Mention new module.
8508         * doc/glibc-functions/isnanf.texi: Mention new module.
8509
8510 2008-07-10  Ben Pfaff  <blp@gnu.org>
8511
8512         Add isnand module.
8513         * lib/isnand.h: New file.
8514         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
8515         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
8516         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
8517         functionality also.
8518         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
8519         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
8520         (gl_HAVE_ISNAND_IN_LIBM): New macro.
8521         * modules/isnand: New file.
8522         * modules/isnand-tests: New file.
8523         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
8524         files.
8525         * tests/test-isnand-nolibm.c: factored most of its contents into
8526         new file tests/test-isnand.h.
8527         * tests/test-isnand.h: New file.
8528         * tests/test-isnand.c: New file.
8529         * MODULES.html.sh: Mention new module.
8530
8531 2008-07-10  Ben Pfaff  <blp@gnu.org>
8532
8533         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
8534         * lib/isnand.h: Rename lib/isnand-nolibm.h.
8535         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
8536         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
8537         * modules/isnanf-nolibm: Update references to renamed files.
8538         * modules/isnand-nolibm: Likewise.
8539         * modules/isnanf-nolibm-tests: Likewise.
8540         * modules/isnand-nolibm-tests: Likewise.
8541         * lib/frexp.c: Likewise.
8542         * lib/isfinite.c: Likewise.
8543         * lib/signbitd.c: Likewise.
8544         * lib/signbitf.c: Likewise.
8545         * lib/vasnprintf.c: Likewise.
8546         * tests/test-ceilf1.c: Likewise.
8547         * tests/test-ceilf2.c: Likewise.
8548         * tests/test-floorf1.c: Likewise.
8549         * tests/test-floorf2.c: Likewise.
8550         * tests/test-frexp.c: Likewise.
8551         * tests/test-round1.c: Likewise.
8552         * tests/test-round2.c: Likewise.
8553         * tests/test-roundf1.c: Likewise.
8554         * tests/test-strtod.c: Likewise.
8555         * tests/test-trunc1.c: Likewise.
8556         * tests/test-trunc2.c: Likewise.
8557         * tests/test-truncf1.c: Likewise.
8558         * tests/test-truncf2.c: Likewise.
8559         * NEWS: Mention the renamed header files.
8560
8561 2008-07-11  Jim Meyering  <meyering@redhat.com>
8562
8563         vc-list-files: make the last-resort awk code more portable
8564         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
8565         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
8566         does not support it.
8567
8568 2008-07-10  Eric Blake  <ebb9@byu.net>
8569
8570         Work with tar's bootstrap.
8571         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
8572         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
8573         an m4 comment.
8574
8575 2008-07-09  Jim Meyering  <meyering@redhat.com>
8576
8577         posix-shell.m4: fix typo that made this test malfunction
8578         * m4/posix-shell.m4: Remove capitalization in variable name.
8579
8580 2008-07-08  Bruno Haible  <bruno@clisp.org>
8581
8582         * m4/onceonly.m4: Update comments.
8583         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8584
8585 2008-07-04  Jim Meyering  <meyering@redhat.com>
8586
8587         * users.txt: Add vc-dwim.
8588         (bison, coreutils): Use the gitweb URL.
8589
8590 2008-07-03  Jim Meyering  <meyering@redhat.com>
8591
8592         * users.txt: Add libffcall.  From Sam Steingold.
8593
8594 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
8595
8596         getdate.y: do not ignore TZ with relative day, month or year offset
8597         * lib/getdate.y (get_date): Move the tz-handling block to follow the
8598         relative-date-handling, since otherwise, the latter would clobber the
8599         sole output (an updated Start value) of the tz-handling block.
8600         * tests/test-getdate.c: Tests for the fix
8601
8602 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8603
8604         Recognize 'foo_LIBRARIES += libgnu.a'.
8605         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
8606         makefile snippet has already specified an installation location,
8607         also using '+='.
8608
8609 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
8610
8611         getdate.y: factor out common actions
8612         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
8613         Use them in place of open-coded actions.
8614
8615 2008-07-01  Simon Josefsson  <simon@josefsson.org>
8616
8617         Add self-test for getdate module.
8618         * modules/getdate-tests: New file.
8619         * tests/test-getdate.c: New file.
8620
8621 2008-06-29  Bruno Haible  <bruno@clisp.org>
8622
8623         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
8624         .gitignore.
8625         Reported by Sylvain Beucler <beuc@beuc.net>.
8626
8627 2008-06-29  Bruno Haible  <bruno@clisp.org>
8628
8629         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
8630         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
8631
8632 2008-06-29  Bruno Haible  <bruno@clisp.org>
8633
8634         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
8635         EXTRA_DIST.
8636         Reported by Sylvain Beucler <beuc@beuc.net>.
8637
8638 2008-06-26  Jim Meyering  <meyering@redhat.com>
8639
8640         make several modules depend on the "open" module
8641         This provides slightly increased consistency when opening-for-write
8642         the name of a non-directory spelled with a trailing slash.
8643         * modules/chdir-safer: Likewise.
8644         * modules/chown: Likewise.
8645         * modules/clean-temp: Likewise.
8646         * modules/copy-file: Likewise.
8647         * modules/fchdir: Likewise.
8648         * modules/fcntl-safer: Likewise.
8649         * modules/pipe: Likewise.
8650         * modules/utime: Likewise.
8651         Prompted by Eric Blake and Bruno Haible.
8652
8653 2008-06-24  Andreas Schwab  <schwab@suse.de>
8654
8655         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
8656         literals can be used as initializers for global variables.
8657
8658 2008-06-23  Eric Blake  <ebb9@byu.net>
8659
8660         Make gnulib-cache.m4 easier to diff.
8661         * gnulib-tool (func_import): Allow newlines when reading cached
8662         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
8663
8664 2008-06-23  Bruno Haible  <bruno@clisp.org>
8665
8666         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
8667         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
8668         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
8669         m4/signalblocking.m4.
8670         (gl_PREREQ_SIGACTION): Don't invoke it.
8671         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
8672         gl_PREREQ_SIG_HANDLER_H.
8673         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8674         Don't check for sigaction here.
8675
8676 2008-06-23  Bruno Haible  <bruno@clisp.org>
8677
8678         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
8679         (install_handlers): Don't set the SA_RESETHAND flag.
8680
8681 2008-06-23  Bruno Haible  <bruno@clisp.org>
8682
8683         * m4/sigaction.m4: Comment fixes.
8684         * lib/signal.in.h: Likewise.
8685
8686 2008-06-23  Eric Blake  <ebb9@byu.net>
8687
8688         Fix typo.
8689         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
8690
8691         Avoid SA_ namespace.
8692         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
8693         Reported by Ralf Wildenhues.
8694
8695         Avoid test failure due to SA_RESTORER.
8696         * tests/test-sigaction.c (SA_MASK): New macro.
8697         (main): Avoid failing due to extension flags being set.
8698         Reported by Jim Meyering.
8699
8700         Revert use of sig-handler.h in sigprocmask.c.
8701         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
8702         it requires the existence of struct sigaction.
8703         * lib/sigprocmask.c (handler_t): Restore typedef.
8704         (rpl_signal, old_handlers): Use local type.
8705
8706 2008-06-22  Bruno Haible  <bruno@clisp.org>
8707
8708         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
8709         conditionally.
8710         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8711
8712 2008-06-22  Bruno Haible  <bruno@clisp.org>
8713
8714         * doc/posix-functions/siginterrupt.texi: Move note.
8715
8716         * lib/signal.in.h (SA_RESTART): New macro.
8717         * lib/sigaction.c: Update comment.
8718
8719         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
8720
8721         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
8722         (gl_PREREQ_SIGPROCMASK): Invoke it.
8723         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
8724
8725         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
8726
8727         * lib/sigprocmask.c: Update a comment.
8728
8729 2008-06-21  Eric Blake  <ebb9@byu.net>
8730
8731         Use sigaction module rather than signal().
8732         * modules/c-stack (Depends-on): Add sigaction.
8733         * modules/fatal-signal (Depends-on): Likewise.
8734         * modules/nanosleep (Depends-on): Likewise.
8735         * modules/sigprocmask (Files): Add sig-handler.h.
8736         * modules/sigaction (Files): Likewise.
8737         * lib/sig-handler.h (get_handler): New file, suggested by Paul
8738         Eggert.
8739         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
8740         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
8741         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
8742         (init_fatal_signals): Likewise.
8743         * lib/nanosleep.c (rpl_nanosleep): Likewise.
8744         (siginterrupt): Delete fallback.
8745         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
8746         instead.
8747         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
8748         siginterrupt.
8749
8750         New module sigaction, for mingw.
8751         * modules/sigaction: New module...
8752         * modules/sigaction-tests: ...and its test.
8753         * m4/sigaction.m4: New file.
8754         * lib/sigaction.c: Likewise.
8755         * tests/test-sigaction.c: Likewise.
8756         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
8757         * modules/signal (Makefile.am): Likewise.
8758         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
8759         needed.
8760         * doc/posix-headers/signal.texi (signal.h): Mention provided
8761         types.
8762         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
8763         that sigaction is preferable.
8764         * doc/posix-functions/sigaction.texi (sigaction): Mention new
8765         module.
8766         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8767         sigaction.
8768
8769         Improve robustness of sigprocmask by overriding signal.
8770         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
8771         is in use.
8772         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
8773         (SIGKILL, SIGSTOP): Provide fallbacks.
8774         (rpl_signal): Implement.
8775         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
8776         signal can be called inside handlers.
8777
8778         Fix nanosleep module on mingw.
8779         * modules/nanosleep (Depends-on): Add sys_select.
8780         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
8781
8782         Fix licensing of sigprocmask.
8783         * modules/raise (License): Relicense as LGPL.
8784
8785 2008-06-21  Bruno Haible  <bruno@clisp.org>
8786
8787         * lib/propername.c (proper_name_utf8): Don't use the transliterated
8788         result if it contains question marks.
8789         Reported by Michael Geng <linux@michaelgeng.de>.
8790
8791 2008-06-19  Bruno Haible  <bruno@clisp.org>
8792
8793         Fix CVS-ism.
8794         * doc/gnulib.texi: Include updated-stamp.texi.
8795         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
8796         (updated-stamp.texi): New rule.
8797         (gnulib.info): Depend on it.
8798         * doc/.gitignore: Add updated-stamp.texi.
8799         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
8800
8801 2008-06-19  Bruno Haible  <bruno@clisp.org>
8802
8803         * doc/Makefile (gnulib.info): Update and simplify dependencies.
8804         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8805
8806 2008-06-19  Eric Blake  <ebb9@byu.net>
8807
8808         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
8809         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
8810         Reported by Stepan Kasal.
8811
8812 2008-06-18  Bruno Haible  <bruno@clisp.org>
8813
8814         * lib/fatal-signal.c (init_fatal_signals): Add comment.
8815         Reported by Eric Blake.
8816
8817 2008-06-18  Eric Blake  <ebb9@byu.net>
8818
8819         Work around cygwin 1.5.25 strsignal bug.
8820         * tests/test-strsignal.c: Allow for const char *.
8821         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
8822
8823 2008-06-18  Simon Josefsson  <simon@josefsson.org>
8824
8825         * users.txt: Update URL to article and add author/date
8826         information.
8827
8828 2008-06-17  Bruno Haible  <bruno@clisp.org>
8829
8830         New macro gl_DISABLE_THREADS.
8831         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
8832         if the user did not pass --enable-threads or --disable-threads option.
8833         (gl_DISABLE_THREADS): New macro.
8834         Reported by Eric Blake <ebb9@byu.net>.
8835
8836 2008-06-17  Bruno Haible  <bruno@clisp.org>
8837
8838         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
8839         when the macro ignores it.
8840         Based on a patch by Eric Blake <ebb9@byu.net>.
8841
8842 2008-06-17  Bruno Haible  <bruno@clisp.org>
8843
8844         * modules/tls (License): Change to LGPLv2+.
8845         Reported by Eric Blake.
8846
8847 2008-06-17  Eric Blake  <ebb9@byu.net>
8848
8849         Simplify c-stack prerequisites.
8850         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
8851         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
8852         no longer requires <ucontext.h> to exist.  Optimize setrlimit
8853         check.
8854         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
8855         <sys/resource.h>.
8856
8857         Move c-stack test into testsuite.
8858         * modules/c-stack-tests: New file.
8859         * lib/c-stack.c [DEBUG]: Move test program...
8860         * tests/test-c-stack.c: ...into this new file.  Skip rather than
8861         fail test if sigaltstack is lacking.
8862         * tests/test-c-stack.sh: New driver file.
8863
8864 2008-06-16  Eric Blake  <ebb9@byu.net>
8865
8866         Use raise module consistently.
8867         * modules/fatal-signal (Depends-on): Add raise.
8868         * modules/sigprocmask (Depends-on): Likewise.
8869         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
8870         * lib/sigprocmask.c (sigprocmask): Likewise.
8871         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8872         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
8873
8874         Fix compliance bug in sigpending.
8875         * lib/sigprocmask.c (sigpending): Return pending array via
8876         parameter, not return value.
8877
8878 2008-06-14  Eric Blake  <ebb9@byu.net>
8879
8880         Improve obstack-printf test code.
8881         * tests/test-obstack-printf.c (test_function): Fix comment, and
8882         simplify usage of obstack_* in macros.  Add a test for coverage.
8883         Reported by Bruno Haible.
8884
8885 2008-06-14  Bruno Haible  <bruno@clisp.org>
8886
8887         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
8888         array size as a constant, not as a const variable.
8889         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
8890         AC_USE_SYSTEM_EXTENSIONS.
8891         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
8892         Test whether the obstack_printf function actually exists.
8893         * modules/obstack-printf (Depends-on): Add extensions.
8894         (Include): Remove obstack.h.
8895         * modules/obstack-printf-posix (Depends-on): Add extensions.
8896         (Include): Remove obstack.h.
8897
8898 2008-06-13  Eric Blake  <ebb9@byu.net>
8899
8900         Add obstack-printf and obstack-printf-posix modules.
8901         * modules/obstack-printf: New file.
8902         * modules/obstack-printf-posix: Likewise.
8903         * MODULES.html.sh (Misc): Mention them.
8904         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
8905         Likewise.
8906         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
8907         Likewise.
8908         * modules/stdio (Makefile.am): Accomodate new modules.
8909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8910         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
8911         Declare.
8912         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
8913         functions.
8914         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
8915         (gl_REPLACE_OBSTACK_PRINTF): New macros
8916         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
8917         * tests/test-obstack-printf.c: New file.
8918         * modules/obstack-printf-tests: Likewise.
8919         * modules/obstack-printf-posix-tests: Likewise.
8920
8921 2008-06-11  Bruno Haible  <bruno@clisp.org>
8922
8923         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
8924         * lib/open.c: Include errno.h.
8925         (open): Fail when attempting to write to a file that has a trailing
8926         slash.
8927         * tests/test-open.c (main): Test against trailing slash bug.
8928         * doc/posix-functions/open.texi: Mention the trailing slash bug.
8929
8930 2008-06-10  Bruno Haible  <bruno@clisp.org>
8931
8932         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
8933         for $? to work inside the trap command, with various /bin/sh-s.
8934         * tests/test-vc-list-files-cvs.sh: Likewise.
8935
8936 2008-06-10  Bruno Haible  <bruno@clisp.org>
8937
8938         * lib/acl-internal.h: Don't include gettext.h here.
8939         * lib/set-mode-acl.c: Include gettext.h here.
8940         * lib/copy-acl.c: Likewise.
8941
8942 2008-06-10  Bruno Haible  <bruno@clisp.org>
8943
8944         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
8945         * lib/wait-process.c (wait_subprocess): Likewise.
8946         * lib/execute.h (execute): Add termsigp argument.
8947         * lib/execute.c (execute): Likewise.
8948         * lib/csharpcomp.c (compile_csharp_using_pnet,
8949         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
8950         * lib/csharpexec.c (execute_csharp_using_pnet,
8951         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
8952         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
8953         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
8954         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
8955         is_jikes_present): Update.
8956         * lib/javaexec.c (execute_java_class): Update.
8957         * lib/javaversion.c (execute_and_read_line): Update.
8958         * NEWS: Document the changes.
8959         Reported by Eric Blake.
8960
8961 2008-06-10  Eric Blake  <ebb9@byu.net>
8962
8963         Add missing include.
8964         * tests/test-strstr.c (includes): Add <signal.h>.
8965         * tests/test-strcasestr.c (includes): Likewise.
8966         * tests/test-memmem.c (includes): Likewise.
8967
8968 2008-06-10  Bruno Haible  <bruno@clisp.org>
8969
8970         * lib/wait-process.c (wait_subprocess): Add an assertion.
8971
8972 2008-06-10  Bruno Haible  <bruno@clisp.org>
8973
8974         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
8975
8976 2008-06-10  Bruno Haible  <bruno@clisp.org>
8977
8978         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
8979         using alarm().
8980         * tests/test-strcasestr.c (main): Likewise.
8981         * tests/test-strstr.c (main): Likewise.
8982
8983 2008-06-09  Bruno Haible  <bruno@clisp.org>
8984
8985         Work around the Solaris 10 ACE ACLs ABI change.
8986         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
8987         declare if ACL_NO_TRIVIAL is present.
8988         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
8989         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
8990         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
8991         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
8992         define if ACL_NO_TRIVIAL is present.
8993         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
8994         and use the current ABI.
8995         (file_has_acl): Use same #if condition as elsewhere.
8996         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
8997         in use, and use the current ABI.
8998         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
8999         Reported by Jim Meyering.
9000
9001 2008-06-09  Eric Blake  <ebb9@byu.net>
9002
9003         Work around environments that (stupidly) ignore SIGALRM.
9004         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
9005         before using alarm().
9006         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9007         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9008         Reported by Ian Beckwith <ianb@erislabs.net>.
9009
9010         Produce autobuild blurb earlier in log.
9011         * modules/autobuild (configure.ac-early): Move AB_INIT here.
9012
9013 2008-06-09  Jim Meyering  <meyering@redhat.com>
9014         and OndÅ™ej Vašík  <ovasik@redhat.com>
9015
9016         utimens.c: correct kernel bug work-around
9017         OndÅ™ej Vašík found that the invalid return value of 280 indicates
9018         failure, not success, and the kernel bug we're trying to work
9019         around affects not just the utimensat call, but also the fallback
9020         futimens call.
9021         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
9022         not success.
9023         [HAVE_FUTIMENS]: Use the same work-around, here.
9024
9025 2008-06-09  Jim Meyering  <meyering@redhat.com>
9026
9027         add more guards around definition of ACE_-related code
9028         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
9029         ALLOW and ACE_OWNER are also defined.
9030
9031 2008-06-08  Bruno Haible  <bruno@clisp.org>
9032
9033         * lib/acl-internal.h: Add me as co-author.
9034         * lib/file-has-acl.c: Likewise.
9035         * lib/set-mode-acl.c: Likewise.
9036         * lib/copy-acl.c: Likewise.
9037
9038 2008-06-08  Bruno Haible  <bruno@clisp.org>
9039
9040         Add support for AIX ACLs.
9041         * lib/acl-internal.h (acl_nontrivial): New declaration.
9042         * lib/file-has-acl.c (acl_nontrivial): New function.
9043         (file_has_acl): Add implementation using AIX 4 ACL API.
9044         * lib/set-mode-acl.c (qset_acl): Likewise.
9045         * lib/copy-acl.c (qcopy_acl): Likewise.
9046
9047 2008-06-08  Bruno Haible  <bruno@clisp.org>
9048
9049         Add support for HP-UX ACLs.
9050         * lib/acl-internal.h (acl_nontrivial): New declaration.
9051         * lib/file-has-acl.c (acl_nontrivial): New function.
9052         (file_has_acl): Add implementation using HP-UX 11 ACL API.
9053         * lib/set-mode-acl.c (qset_acl): Likewise.
9054         * lib/copy-acl.c (qcopy_acl): Likewise.
9055
9056 2008-06-08  Bruno Haible  <bruno@clisp.org>
9057
9058         Add support for Cygwin ACLs.
9059         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
9060         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
9061         the chmod_or_fchmod call.
9062         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
9063
9064 2008-06-08  Bruno Haible  <bruno@clisp.org>
9065
9066         Fix bug with setuid modes in Solaris 10+ code.
9067         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
9068         succeeded, when the mode contains some special bits.
9069
9070 2008-06-08  Bruno Haible  <bruno@clisp.org>
9071
9072         Add support for Solaris 7..10 ACLs.
9073         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
9074         declarations.
9075         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
9076         functions.
9077         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
9078         * lib/set-mode-acl.c (qset_acl): Likewise.
9079         * lib/copy-acl.c (qcopy_acl): Likewise.
9080
9081 2008-06-08  Bruno Haible  <bruno@clisp.org>
9082
9083         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
9084         declaration.
9085         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
9086         (acl_access_nontrivial): Remove MacOS X case.
9087         (file_has_acl): Use acl_extended_nontrivial.
9088         * lib/copy-acl.c (qcopy_acl): Likewise.
9089
9090 2008-06-08  Bruno Haible  <bruno@clisp.org>
9091
9092         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
9093
9094 2008-06-08  Jim Meyering  <meyering@redhat.com>
9095
9096         * modules/acl (Maintainer): Add Bruno Haible.
9097
9098 2008-06-07  Bruno Haible  <bruno@clisp.org>
9099
9100         Improve support for Tru64 ACLs.
9101         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
9102         ACL on OSF/1.
9103
9104 2008-06-07  Bruno Haible  <bruno@clisp.org>
9105
9106         Add support for MacOS X ACLs.
9107         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
9108         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
9109         * lib/set-mode-acl.c (qset_acl): Likewise.
9110         * lib/copy-acl.c (qcopy_acl): Likewise.
9111
9112 2008-06-07  Bruno Haible  <bruno@clisp.org>
9113
9114         Fix memory leak introduced on 2008-05-22.
9115         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
9116         use.
9117
9118 2008-06-07  Bruno Haible  <bruno@clisp.org>
9119
9120         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
9121         to construct an empty ACL.
9122
9123 2008-06-07  Bruno Haible  <bruno@clisp.org>
9124
9125         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
9126         precisely.
9127         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
9128
9129 2008-06-07  Bruno Haible  <bruno@clisp.org>
9130
9131         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
9132         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
9133
9134 2008-06-07  Bruno Haible  <bruno@clisp.org>
9135
9136         * doc/posix-functions/_setjmp.texi: Explain the use of this function
9137         regardless of POSIX.
9138         * doc/posix-functions/_longjmp.texi: Likewise.
9139         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
9140         SystemV platform in this case.
9141
9142 2008-06-06  Eric Blake  <ebb9@byu.net>
9143
9144         Document abort() bugs.
9145         * doc/posix-functions/abort.texi (abort): Mention anomalies.
9146
9147         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
9148         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
9149         sigsetjmp.
9150         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
9151         siglongjmp, but only as a macro.
9152         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
9153         is obsolete.
9154         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
9155
9156         Tweak documentation to cover cygwin argz bugs.
9157         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
9158         argz bug fix; no code change needed since no cygwin releases
9159         occurred between the last fix and the bug being tested.
9160         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
9161         module and recently fixed cygwin bugs.
9162         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
9163         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
9164         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
9165         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
9166         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
9167         Likewise.
9168         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
9169         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
9170         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
9171         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
9172         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
9173         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
9174         Likewise.
9175
9176         Avoid gcc warning on cygwin.
9177         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
9178         !ACL_NO_TRIVIAL]: Avoid unused variable.
9179
9180 2008-06-05  Eric Blake  <ebb9@byu.net>
9181
9182         Be tolerant of UNKNOWN version in gnulib-tool test dir.
9183         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
9184         git-version-gen fails to come up with a version.
9185         Reported by Simon Josefsson.
9186
9187 2008-06-05  Jim Meyering  <meyering@redhat.com>
9188             Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         utimens.c: work around a probable Linux kernel bug
9191         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
9192         appears to be a kernel bug that causes utimensat to return 280
9193         instead of 0, indicating success.
9194
9195 2008-06-04  Bruno Haible  <bruno@clisp.org>
9196
9197         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
9198         2008-06-01 commit.
9199
9200 2008-06-04  Bruno Haible  <bruno@clisp.org>
9201
9202         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
9203         * lib/file-has-acl.c (acl_access_nontrivial): New function.
9204         (file_has_acl): Use it. Save errno afterwards.
9205         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
9206
9207 2008-06-03  Bruno Haible  <bruno@clisp.org>
9208
9209         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
9210         draft code. Simplify #ifs.
9211         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
9212         Put Solaris code after POSIX-draft code. Fix comments regarding
9213         Solaris 10, HP-UX. Mention Cygwin.
9214         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9215
9216 2008-06-03  Eric Blake  <ebb9@byu.net>
9217
9218         Provide fallback for older kernels.
9219         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
9220         Provide runtime fallback if kernel lacks support.
9221         Reported by Mike Frysinger.
9222
9223 2008-06-02  Bruno Haible  <bruno@clisp.org>
9224
9225         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
9226         it exists.
9227
9228 2008-06-02  Bruno Haible  <bruno@clisp.org>
9229
9230         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
9231         * lib/copy-acl.c (qcopy_acl): Update comment.
9232
9233 2008-06-02  Bruno Haible  <bruno@clisp.org>
9234
9235         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
9236         like ACL APIs.
9237
9238 2008-06-02  Bruno Haible  <bruno@clisp.org>
9239
9240         * tests/test-file-has-acl.sh: Use different code for Cygwin.
9241         * tests/test-set-mode-acl.sh: Likewise.
9242         * tests/test-copy-acl.sh: Likewise.
9243         * tests/test-copy-file.sh: Likewise.
9244
9245 2008-06-02  Bruno Haible  <bruno@clisp.org>
9246
9247         * tests/test-file-has-acl.sh: Remove unused code.
9248
9249 2008-06-01  Bruno Haible  <bruno@clisp.org>
9250
9251         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
9252         (copy_acl): Just a wrapper around qcopy_acl that emits the error
9253         messages.
9254         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
9255
9256 2008-06-01  Bruno Haible  <bruno@clisp.org>
9257
9258         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
9259         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
9260         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
9261         APIs.
9262         * modules/acl-tests (configure.ac): Remove tests now contained in
9263         m4/acl.m4.
9264
9265 2008-06-02  Jim Meyering  <meyering@redhat.com>
9266
9267         announce-gen: use a better key-server host name
9268         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
9269         it may be more consistently reliable.  Suggested by Werner Koch
9270         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
9271
9272 2008-06-01  Bruno Haible  <bruno@clisp.org>
9273
9274         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
9275         Reported by Voroskoi Andras <voroskoi@gmail.com>.
9276
9277 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
9278
9279         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
9280
9281 2008-06-01  Bruno Haible  <bruno@clisp.org>
9282
9283         New ACL tests.
9284         * tests/test-file-has-acl.sh: New file.
9285         * tests/test-file-has-acl.c: New file.
9286         * tests/test-set-mode-acl.sh: New file.
9287         * tests/test-set-mode-acl.c: New file.
9288         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
9289         * tests/test-copy-acl.c: New file.
9290         * modules/acl-tests: New file, based on modules/copy-file-tests.
9291         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
9292         (Depends-on): Add acl-tests.
9293         (configure.ac): Remove checks.
9294         (Makefile.am): Don't create test-sameacls program here any more.
9295
9296 2008-06-01  Bruno Haible  <bruno@clisp.org>
9297
9298         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
9299         * tests/test-sameacls.c: Include progname.h.
9300         (main): Invoke set_program_name. Portability fixes for MacOS X,
9301         Solaris, HP-UX.
9302
9303 2008-06-01  Bruno Haible  <bruno@clisp.org>
9304
9305         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
9306         function.
9307         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
9308
9309 2008-06-01  Bruno Haible  <bruno@clisp.org>
9310
9311         * modules/rpmatch (Depends-on): Add strdup.
9312
9313 2008-06-01  Bruno Haible  <bruno@clisp.org>
9314
9315         * lib/pipe.c: Include unistd-safer.h.
9316         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
9317         * modules/pipe (Depends-on): Add unistd-safer.
9318
9319 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9320
9321         * modules/autobuild (configure.ac): Call AB_INIT.
9322
9323 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9324
9325         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9326         Suggested by Bruno Haible <bruno@clisp.org>.
9327
9328 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9329
9330         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9331         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9332         <bruno@clisp.org>.
9333
9334 2008-05-29  Eric Blake  <ebb9@byu.net>
9335
9336         Prefer new POSIX 200x interfaces over futimesat.
9337         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9338         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9339         when available.
9340         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9341
9342 2008-05-28  Bruno Haible  <bruno@clisp.org>
9343
9344         * modules/stpcpy (License): Change to LGPLv2+.
9345         Requested by David Lutterkort <dlutter@redhat.com>.
9346
9347 2008-05-27  Bruno Haible  <bruno@clisp.org>
9348
9349         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9350         current mingw.
9351         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9352
9353 2008-05-27  Bruno Haible  <bruno@clisp.org>
9354
9355         * modules/iconv_open (Link): New section, from module 'iconv'.
9356         * modules/striconv (Link): Likewise.
9357         * modules/striconveh (Link): Likewise.
9358         * modules/xstriconv (Link): Likewise.
9359         * modules/unicodeio (Link): Likewise.
9360         * modules/propername (Link): Likewise.
9361         Reported by Jim Meyering.
9362
9363 2008-05-26  Jim Meyering  <meyering@redhat.com>
9364
9365         sha256: do not artificially restrict buffer length to be < 2^32
9366         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9367         uint32_t to size_t.
9368         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9369         to match.
9370
9371         avoid unaligned access errors, e.g., on sparc
9372         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9373         direct access through a possibly-unaligned uint64* pointer.
9374         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9375         direct access through a possibly-unaligned uint32* pointer.
9376         Prompted by this patch from Tom "spot" Callaway:
9377         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9378
9379         sha512.c: fix typo in comment
9380         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9381
9382 2008-05-25  Bruno Haible  <bruno@clisp.org>
9383
9384         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9385         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9386         (Makefile.am): Update lib_SOURCES.
9387
9388 2008-05-25  Bruno Haible  <bruno@clisp.org>
9389
9390         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9391
9392 2008-05-25  Jim Meyering  <meyering@redhat.com>
9393
9394         useless-if-before-free: freed expr may have white-space differences
9395         * build-aux/useless-if-before-free: Recognize cases in which the
9396         freed expression differs from the tested one in embedded white
9397         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9398         $1 was used, so we can't make any regexp shy.  Improved tests now
9399         detect this.
9400
9401         useless-if-before-free: accept white space in the expression.
9402         * build-aux/useless-if-before-free: For now, any white space
9403         in the expression must be identical in the free argument.
9404
9405         useless-if-before-free: efficiency tweak
9406         * build-aux/useless-if-before-free: Make the expression-matching
9407         regexp "shy".
9408         Make the *outer* regexp shy, not the expr-matching one.
9409
9410         update code-in-comment to accept cast of free arg
9411         * build-aux/useless-if-before-free: Update regexp.
9412
9413 2008-05-25  Bruno Haible  <bruno@clisp.org>
9414
9415         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9416         * modules/copy-file-tests (Files, Makefile.am): Update.
9417         * tests/test-copy-file.c (func_test_copy): Update.
9418
9419 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
9420
9421         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
9422
9423 2008-05-23  Bruno Haible  <bruno@clisp.org>
9424
9425         Improve support for ACLs on OSF/1.
9426         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
9427         Remove fallback for unknown flavors of ACLs.
9428
9429 2008-05-22  Bruno Haible  <bruno@clisp.org>
9430
9431         Add support for ACLs on OSF/1.
9432         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
9433         replacements.
9434         (acl_free_text): New macro fallback.
9435         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
9436         acl_free.
9437         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
9438         acl_free_text function. Require AC_C_INLINE.
9439
9440 2008-05-22  Bruno Haible  <bruno@clisp.org>
9441
9442         Make copy_acl work on MacOS X 10.5.
9443         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
9444         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
9445         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
9446         If MODE_INSIDE_ACL, don't assume that every system has the same text
9447         representation for ACLs as FreeBSD.
9448         * lib/copy-acl.c (copy_acl): Add support for platforms with
9449         !MODE_INSIDE_ACL.
9450         * lib/file-has-acl.c (file_has_acl): Likewise.
9451         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
9452         FreeBSD, MacOS X, or IRIX, respectively.
9453
9454 2008-05-22  Bruno Haible  <bruno@clisp.org>
9455
9456         * lib/acl.h: Don't include <sys/acl.h>.
9457         (GETACLCNT): Move fallback to lib/acl-internal.h.
9458         * lib/acl-internal.h: Include <sys/acl.h> here.
9459         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
9460
9461 2008-05-22  Bruno Haible  <bruno@clisp.org>
9462
9463         Split off copy_acl function to separate file.
9464         * lib/copy-acl.c: New file, extracted from lib/acl.c.
9465         * lib/acl.c (copy_acl): Moved function to separate file.
9466         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
9467         * modules/acl (Files): Add lib/copy-acl.c.
9468         (Makefiles.am): Augment lib_SOURCES.
9469
9470 2008-05-22  Bruno Haible  <bruno@clisp.org>
9471
9472         * modules/copy-file-tests: New file.
9473         * tests/test-copy-file.sh: New file.
9474         * tests/test-copy-file.c: New file.
9475         * tests/test-copy-file-sameacls.c: New file.
9476
9477 2008-05-22  Eric Blake  <ebb9@byu.net>
9478
9479         Avoid gcc warning.
9480         * tests/test-memcmp.c (main): Pass NULL indirectly.
9481
9482 2008-05-21  Bruno Haible  <bruno@clisp.org>
9483
9484         Add reference doc about ACLs.
9485         * doc/acl-resources.txt: New file.
9486         * doc/acl-cygwin.txt: New file.
9487
9488 2008-05-21  Bruno Haible  <bruno@clisp.org>
9489
9490         Avoid one more warning from gcc.
9491         * lib/vasnprintf.c (IF_LINT): Update comments.
9492         (VASNPRINTF): Use it also for the 'prefix' array initializer.
9493
9494 2008-05-21  Jim Meyering  <meyering@redhat.com>
9495
9496         avoid a warning from gcc
9497         * lib/vasnprintf.c (IF_LINT): Define.
9498         (scale10_round_decimal_long_double):
9499         Use it to avoid a "may be used uninitialized" warning.
9500         (scale10_round_decimal_double): Likewise.
9501
9502 2008-05-21  Simon Josefsson  <simon@josefsson.org>
9503
9504         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
9505         declared.
9506
9507 2008-05-20  Bruno Haible  <bruno@clisp.org>
9508
9509         * tests/test-memcmp.c (main): Test also the sign of the result. Test
9510         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
9511
9512 2008-05-20  Simon Josefsson  <simon@josefsson.org>
9513
9514         * modules/memcmp-tests: New file.
9515         * tests/test-memcmp.c: New file.
9516
9517 2008-05-19  Bruno Haible  <bruno@clisp.org>
9518
9519         * modules/propername (Notice, configure.ac): Put quoted "..." into
9520         --keyword option.
9521         * lib/propername.h: Update comments accordingly.
9522         Reported by Eric Blake.
9523
9524 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
9525
9526         * modules/getpass-gnu (Depends-on): Add fseeko.
9527
9528 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9529
9530         * modules/base64-tests: New file.
9531
9532 2008-05-19  Bo Borgerson <gigabo@gmail.com>
9533
9534         * lib/base64.c (base64_decode_ctx): If a decode context structure
9535         was passed in use it to ignore newlines.  If a context structure
9536         was _not_ passed in, continue to treat newlines as garbage (this
9537         is the historical behavior).  Formerly base64_decode.
9538         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9539         takes a decode context structure.
9540         * lib/base64.h (base64_decode): Macro for four-argument calls.
9541         (base64_decode_alloc): Likewise.
9542         * lib/base64.c (base64_decode_ctx): If a decode context structure
9543         was passed in use it to ignore newlines.  If a context structure
9544         was _not_ passed in, continue to treat newlines as garbage (this
9545         is the historical behavior).  Formerly base64_decode.
9546         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9547         takes a decode context structure.
9548         * lib/base64.h (base64_decode): Macro for four-argument calls.
9549         (base64_decode_alloc): Likewise.
9550
9551 2008-05-19  Jim Meyering  <meyering@redhat.com>
9552
9553         avoid a warning from gcc
9554         * lib/trim.c (IF_LINT): Define.
9555         (trim2): Use it to avoid a "may be used uninitialized" warning.
9556
9557         Fix doc typo.
9558         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
9559
9560 2008-05-19  Bruno Haible  <bruno@clisp.org>
9561
9562         * doc/glibc-functions/getpass.texi: Document limits of other
9563         implementations.
9564
9565 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9566             Bruno Haible <bruno@clisp.org>
9567
9568         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
9569
9570 2008-05-18  Bruno Haible  <bruno@clisp.org>
9571
9572         * modules/propername: New file, from GNU gettext.
9573         * lib/propername.h: New file, from GNU gettext.
9574         * lib/propername.c: New file, from GNU gettext.
9575         * MODULES.html.sh (Internationalization functions): Add propername.
9576
9577 2008-05-16  Jim Meyering  <meyering@redhat.com>
9578             Bruno Haible  <bruno@clisp.org>
9579
9580         Avoid some warnings from "gcc -Wshadow".
9581         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
9582
9583 2008-05-15  Eric Blake  <ebb9@byu.net>
9584
9585         Extend previous patch to cygwin 1.7.0.
9586         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
9587         fast implementation in cygwin >= 1.7.0.
9588         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9589         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9590
9591 2008-05-15  Bruno Haible  <bruno@clisp.org>
9592
9593         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
9594         implementation in glibc >= 2.9.
9595         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9596         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9597
9598 2008-05-15  Bruno Haible  <bruno@clisp.org>
9599
9600         * MODULES.html.sh (Internationalization functions): Remove linebreak.
9601         (Unicode string functions): Add unilbrk/*.
9602         Reported by Karl Berry.
9603
9604 2008-05-15  Eric Blake  <ebb9@byu.net>
9605
9606         Fix violation of <stdbool.h> replacement in regex.
9607         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
9608         * lib/regexec.c (re_search_internal): Likewise.
9609         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
9610
9611 2008-05-15  Jim Meyering  <meyering@redhat.com>
9612
9613         avoid distracting test output when git or cvs is not found
9614         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
9615         * tests/test-vc-list-files-git.sh: Likewise.
9616
9617 2008-05-15  Eric Blake  <ebb9@byu.net>
9618
9619         Glibc finally accepted the memmem speedup code, bugzilla #5514.
9620         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
9621         glibc version.
9622         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9623         * doc/posix-functions/strstr.texi (strstr): Likewise.
9624         * lib/str-two-way.h (MAX): Sychronize with glibc.
9625
9626 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
9627
9628         * lib/regcomp.c (optimize_utf8): Add a note on why we test
9629         opr.ctx_type.
9630         (calc_first): Initialize constraint field.
9631         (duplicate_node_closure): Use it instead of special casing ANCHORS.
9632         Fix grammar.
9633         (duplicate_node): Merge constraint field for all node types.
9634         (calc_eclosure_iter): Look at constraint field for all node types.
9635         * lib/regex_internal.c (create_cd_newstate): Don't look at
9636         opr.ctx_type.
9637
9638 2008-05-14  Bruno Haible  <bruno@clisp.org>
9639
9640         Help GCC to do better code generation.
9641         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
9642         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
9643         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
9644         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
9645         Declare with attribute 'malloc' if supported.
9646
9647 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
9648
9649         use "echo STR|wc -c" rather than unportable "expr length STR"
9650         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
9651         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
9652
9653 2008-05-14  Jim Meyering  <meyering@redhat.com>
9654
9655         use dd ibs=$n count=1 ... rather than less-portable head -c$n
9656         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
9657         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
9658         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
9659         via Collin Lasse.
9660
9661 2008-05-14  Eric Blake  <ebb9@byu.net>
9662
9663         Avoid quadratic growth in gl_LIBSOURCES.
9664         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
9665         Suggested by Bruno Haible.
9666
9667         Test xmemdup0.
9668         * modules/xmemdup0-tests: New file.
9669         * tests/test-xmemdup0.c: Likewise.
9670
9671 2008-05-13  Eric Blake  <ebb9@byu.net>
9672
9673         Split xmemdup0 into its own module.
9674         * modules/xmemdup0: New file.
9675         * lib/xmemdup0.h: Likewise.
9676         * lib/xmemdup0.c: Likewise.
9677         * MODULES.html.sh (Memory management functions): Add xmemdup0.
9678         * lib/xalloc.h (xmemdup0): Remove.
9679         * lib/xmalloc.c (xmemdup0): Likewise.
9680
9681 2008-05-13  Eric Blake  <ebb9@byu.net>
9682             Bruno Haible  <bruno@clisp.org>
9683
9684         Reduce number of forks required during autoconf.
9685         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
9686         and gl_LIBSOURCES_DIR.
9687         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
9688         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
9689         m4_syscmd per file.
9690         <m4_foreach_w>: Move...
9691         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
9692
9693 2008-05-13  Eric Blake  <ebb9@byu.net>
9694
9695         * gnulib-tool: Fix various comment typos.
9696
9697 2008-05-12  Bruno Haible  <bruno@clisp.org>
9698
9699         Tailor the linebreaking algorithm.
9700         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
9701
9702 2008-05-12  Bruno Haible  <bruno@clisp.org>
9703
9704         Update to Unicode 5.0.0.
9705         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9706         LBP_JV, LBP_JT. Redistribute values.
9707         (unilbrk_table): Change size.
9708         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
9709         Unicode TR#14 rev. 22.
9710         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9711         LBP_JV, LBP_JT. Redistribute values.
9712         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
9713         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
9714         Update.
9715         * lib/unilbrk/lbrkprop1.h: Regenerated.
9716         * lib/unilbrk/lbrkprop2.h: Regenerated.
9717         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
9718         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
9719         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
9720         Likewise.
9721         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
9722         Likewise.
9723         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
9724         result.
9725         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
9726         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
9727         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
9728         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
9729         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
9730         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
9731
9732 2008-05-11  Bruno Haible  <bruno@clisp.org>
9733
9734         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
9735
9736 2008-05-11  Bruno Haible  <bruno@clisp.org>
9737
9738         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
9739         * modules/unilbrk/gen-lbrk: New file.
9740
9741 2008-05-11  Bruno Haible  <bruno@clisp.org>
9742
9743         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
9744         * m4/sha512.m4 (gl_SHA512): Likewise.
9745
9746 2008-05-11  Jim Meyering  <meyering@redhat.com>
9747
9748         New modules: crypto/sha256, crypto/sha512 (from coreutils)
9749         * modules/crypto/sha256: New file.
9750         * modules/crypto/sha512: Likewise.
9751         * lib/sha256.c: Likewise.
9752         * lib/sha256.h: Likewise.
9753         * lib/sha512.c: Likewise.
9754         * lib/sha512.h: Likewise.
9755         * lib/u64.h: Likewise.
9756         * m4/sha256.m4: Likewise.
9757         * m4/sha512.m4: Likewise.
9758         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
9759
9760 2008-05-10  Bruno Haible  <bruno@clisp.org>
9761
9762         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
9763         (Input/Output <stdio.h>): Add xprintf.
9764         (Signal handling <signal.h>): Add strsignal.
9765         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
9766         (Core language properties): Add func.
9767         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
9768         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
9769         strings.
9770         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
9771         (Input/output): New section.
9772         (File system functions): Add openat-die, stat-macros.
9773         (Networking functions): Add sockets.
9774         (Unicode string functions): Add unictype/*.
9775         (Support for building libraries and executables): Add gperf.
9776         (Support for building documentation): Add agpl-3.0.
9777         (Misc): Add nocrash.
9778
9779 2008-05-10  Bruno Haible  <bruno@clisp.org>
9780
9781         * modules/unictype/gen-ctype: New file.
9782
9783 2008-05-10  Jim Meyering  <meyering@redhat.com>
9784
9785         Make chdir-safer.c more efficient on a system with no symlinks.
9786         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
9787         also if ELOOP is zero.  Suggested by Bruno Haible.
9788
9789         Make chdir-safer.c slightly safer.
9790         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
9791         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
9792
9793         Avoid compile failure on systems without ELOOP (like mingw).
9794         * lib/chdir-safer.c (ELOOP): Define if not already defined.
9795         Reported by Bruno Haible.
9796
9797 2008-05-10  Bruno Haible  <bruno@clisp.org>
9798
9799         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
9800         (is_utf8_encoding): Use a case-insensitive comparison.
9801         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
9802         streq.
9803
9804 2008-05-10  Bruno Haible  <bruno@clisp.org>
9805
9806         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
9807         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
9808         * lib/unilbrk/ulc-common.h (iconv_string_length,
9809         iconv_string_keeping_offsets): Remove declarations.
9810         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
9811         Don't include <iconv.h>, streq.h, xsize.h.
9812         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
9813         conversion.
9814         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
9815         <iconv.h>, streq.h, xsize.h.
9816         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
9817         conversion.
9818         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
9819         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
9820         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
9821         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
9822
9823 2008-05-10  Bruno Haible  <bruno@clisp.org>
9824
9825         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
9826         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
9827
9828         * modules/unilbrk/u32-width-linebreaks-tests: New file.
9829         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
9830
9831         * modules/unilbrk/u16-width-linebreaks-tests: New file.
9832         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
9833
9834         * modules/unilbrk/u8-width-linebreaks-tests: New file.
9835         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
9836
9837         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
9838         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
9839
9840         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
9841         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
9842
9843         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
9844         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
9845
9846         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
9847         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
9848
9849 2008-05-10  Bruno Haible  <bruno@clisp.org>
9850
9851         Split up 'linebreak' module.
9852         * lib/unilbrk.h: New file, based on lib/linebreak.h.
9853         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
9854         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
9855         modifications.
9856         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
9857         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
9858         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
9859         lib/linebreak.c.
9860         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
9861         lib/linebreak.c.
9862         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
9863         lib/linebreak.c.
9864         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
9865         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
9866         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
9867         lib/linebreak.c.
9868         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
9869         lib/linebreak.c.
9870         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
9871         lib/linebreak.c.
9872         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
9873         lib/linebreak.c.
9874         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
9875         lib/linebreak.c.
9876         * modules/unilbrk/base: New file.
9877         * modules/unilbrk/tables: New file.
9878         * modules/unilbrk/u8-possible-linebreaks: New file.
9879         * modules/unilbrk/u16-possible-linebreaks: New file.
9880         * modules/unilbrk/u32-possible-linebreaks: New file.
9881         * modules/unilbrk/ulc-common: New file.
9882         * modules/unilbrk/ulc-possible-linebreaks: New file.
9883         * modules/unilbrk/u8-width-linebreaks: New file.
9884         * modules/unilbrk/u16-width-linebreaks: New file.
9885         * modules/unilbrk/u32-width-linebreaks: New file.
9886         * modules/unilbrk/ulc-width-linebreaks: New file.
9887         * lib/linebreak.h: Remove file.
9888         * lib/linebreak.c: Remove file.
9889         * m4/linebreak.m4: Remove file.
9890         * modules/linebreak: Remove file.
9891         * NEWS: Mention the changes.
9892
9893 2008-05-09  Eric Blake  <ebb9@byu.net>
9894
9895         Add xmemdup0.
9896         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
9897         implementation.
9898         * lib/xmalloc.c (xmemdup0): New C implementation.
9899
9900 2008-05-08  Bruno Haible  <bruno@clisp.org>
9901
9902         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
9903
9904 2008-05-07  Eric Blake  <ebb9@byu.net>
9905
9906         Support cross-compilation of <wctype.h>.
9907         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
9908         AC_CACHE_CHECK.
9909
9910 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
9911
9912         * build-aux/vc-list-files: Add support for bzr.
9913
9914 2008-05-03  Jim Meyering  <meyering@redhat.com>
9915
9916         avoid failed assertion with tight malloc
9917         * tests/test-getndelim2.c: Correct an off-by-one assertion.
9918
9919 2008-05-03  Simon Josefsson  <simon@josefsson.org>
9920
9921         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
9922         are needed from arpa/inet.h.
9923         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
9924         Reported by Bruno Haible.
9925
9926 2008-05-02  Jim Meyering  <meyering@redhat.com>
9927
9928         avoid compilation error on FreeBSD 6
9929         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
9930
9931 2008-05-01  Jim Meyering  <meyering@redhat.com>
9932
9933         useless-if-before-free: correct --help's exit status description
9934         * build-aux/useless-if-before-free (usage): Like grep, exit 0
9935         for one or more matches, etc.  Reported by Bruno Haible.
9936
9937         vc-list-files: make the stand-alone gnulib test work
9938         * modules/vc-list-files-tests (configure.ac):
9939         Define and AC_SUBST abs_aux_dir.
9940         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
9941         $(abs_top_srcdir) to each script and having each of them
9942         duplicate the work of setting PATH, set PATH here, using
9943         the new variable, abs_aux_dir instead.
9944         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
9945         * tests/test-vc-list-files-git.sh: Likewise.
9946         Reported by Bruno Haible.
9947
9948 2008-05-01  Bruno Haible  <bruno@clisp.org>
9949
9950         * lib/getndelim2.c (getndelim2): Fix newsize computation during
9951         reallocation. Rename 'done' to 'found_delimiter'.
9952
9953 2008-05-01  Jim Meyering  <meyering@redhat.com>
9954
9955         vc-list-files: accommodate /bin/sh like the one from Solaris 10
9956         * build-aux/vc-list-files: Use `...`, not $(...).
9957
9958 2008-04-30  Jim Meyering  <meyering@redhat.com>
9959
9960         add tests for vc-list-files
9961         * modules/vc-list-files-tests: New module.
9962         * tests/test-vc-list-files-cvs.sh: New file.
9963         * tests/test-vc-list-files-git.sh: New file.
9964
9965         avoid a warning from gcc
9966         * lib/getndelim2.c (IF_LINT): Define.
9967         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
9968
9969         vc-list-files: work properly with build-aux/cvsu, too
9970         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
9971         to all cvs-based clauses.
9972
9973         vc-list-files: work properly in the CVS+awk case, too
9974         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
9975
9976         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
9977         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
9978         take more than one file argument, so .  Add quotes, just in case $dir
9979         ever contains a shell meta-character.  Prompted by Soren Hansen in
9980         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
9981
9982 2008-04-29  Eric Blake  <ebb9@byu.net>
9983
9984         Optimize getndelim2 to use block operations when possible.
9985         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
9986         freadseek, and memchr2.
9987         * lib/getndelim2.c (getndelim2): Use them for block reads.
9988
9989 2008-04-29  Bruno Haible  <bruno@clisp.org>
9990
9991         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
9992         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9993         * modules/inet_ntop (Depends-on): Add extensions.
9994         * modules/inet_pton (Depends-on): Likewise.
9995         Reported by Simon Josefsson.
9996
9997 2008-04-29  Jim Meyering  <meyering@redhat.com>
9998
9999         When the is more than one match in a block, match all of them.
10000         * build-aux/useless-if-before-free: Iterate through each block
10001         until there are no more matches.
10002
10003         Fix broken useless-if-before-free script.
10004         * build-aux/useless-if-before-free: Fix typo: missing "?" after
10005         the expression to match cast of argument to free-like function.
10006
10007 2008-04-29  Eric Blake  <ebb9@byu.net>
10008
10009         Use new header.
10010         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
10011
10012 2008-04-29  Jim Meyering  <meyering@redhat.com>
10013
10014         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
10015         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
10016         by gnulib to exist and to declare e.g., inet_ntop.
10017         Don't include "inet_ntop.h", now removed.
10018
10019         * m4/arpa_inet_h.m4: Remove trailing blanks.
10020
10021 2008-04-29  Eric Blake  <ebb9@byu.net>
10022
10023         Silence valgrind on safe reads beyond potential array bounds.
10024         * lib/rawmemchr.valgrind: New file.
10025         * lib/strchrnul.valgrind: Likewise.
10026         * modules/rawmemchr (Files): Distribute new file.
10027         * modules/strchrnul (Files): Likewise.
10028         Suggested by Bruno Haible.
10029
10030 2008-04-29  Bruno Haible  <bruno@clisp.org>
10031
10032         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
10033         (inet_ntop, inet_pton): Change portability warning's wording.
10034         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
10035         Invoke gl_CHECK_NEXT_HEADERS.
10036         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
10037         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
10038         set ARPA_INET_H.
10039         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10040         * modules/arpa_inet (Description): No longer only for systems that
10041         lack it.
10042         (Depends-on): Add include_next.
10043         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
10044         HAVE_ARPA_INET_H.
10045
10046 2008-04-29  Jim Meyering  <meyering@redhat.com>
10047
10048         * modules/mkdir (License): Re-license as LGPLv2+.
10049
10050 2008-04-29  Bruno Haible  <bruno@clisp.org>
10051
10052         * modules/rawmemchr (Maintainer): Set to Eric.
10053         * modules/strchrnul (Maintainer): Likewise.
10054
10055 2008-04-29  Simon Josefsson  <simon@josefsson.org>
10056
10057         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
10058         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
10059
10060         * modules/arpa_inet (arpa/inet.h): Use them.
10061
10062 2008-04-28  Eric Blake  <ebb9@byu.net>
10063
10064         Test getndelim2.
10065         * modules/getndelim2-tests: New file.
10066         * tests/test-getndelim2.c: Likewise.
10067         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
10068         stream.
10069         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
10070
10071         * MODULES.html.sh: Document new module.
10072
10073 2008-04-20  Bruno Haible  <bruno@clisp.org>
10074
10075         * lib/c-stack.c (die): Use raise.
10076         * modules/c-stack (Depends-on): Add raise.
10077
10078 2008-04-28  Bruno Haible  <bruno@clisp.org>
10079
10080         Expect rpmatch to be declared.
10081         * lib/yesno.c (rpmatch): Remove declaration.
10082
10083         Declare rpmatch.
10084         * lib/stdlib.in.h (rpmatch): New declaration.
10085         * lib/rpmatch.c: Include <stdlib.h> first.
10086         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
10087         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
10088         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
10089         HAVE_RPMATCH.
10090         * modules/rpmatch (Depends-on): Add stdlib, extensions.
10091         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10092         (Include): Set to <stdlib.h>.
10093         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
10094         HAVE_RPMATCH.
10095         * NEWS: Document the change.
10096
10097 2008-04-28  Bruno Haible  <bruno@clisp.org>
10098
10099         Change rpmatch to use nl_langinfo when appropriate.
10100         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
10101         (N_): New macro.
10102         (localized_pattern): New function/macro.
10103         (try): Remove match, nomatch arguments. Copy the pattern into safe
10104         memory before caching it.
10105         (rpmatch): Use localized_pattern. Add translator comments.
10106         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
10107         Suggested by Eric Blake.
10108         * modules/rpmatch (Depends-on): Add stdbool.
10109
10110 2008-04-28  Eric Blake  <ebb9@byu.net>
10111
10112         Add rawmemchr module, matching glibc.
10113         * modules/string (Makefile.am): New indicator.
10114         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
10115         * lib/string.in.h (rawmemchr): Declare when appropriate.
10116         * modules/rawmemchr: New file.
10117         * m4/rawmemchr.m4: Likewise.
10118         * lib/rawmemchr.c: Likewise.
10119         * modules/rawmemchr-tests: Likewise.
10120         * tests/test-rawmemchr.c: Likewise.
10121         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
10122         module.
10123         * modules/strchrnul (Depends-on): Add rawmemchr.
10124         * lib/strchrnul.c (strchrnul): Optimize a corner case.
10125
10126         Whitespace cleanup.
10127         * tests/test-strchrnul.c: Reindent.
10128         * lib/strchrnul.c: Likewise.
10129
10130         Optimize and test strchrnul.
10131         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
10132         * modules/strchrnul-tests: New file.
10133         * tests/test-strchrnul.c: Likewise.
10134
10135         Remove intprops dependency.
10136         * modules/memchr (Depends-on): Remove intprops.
10137         * modules/memrchr (Depends-on): Likewise.
10138         * modules/memchr2 (Depends-on): Likewise.
10139         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
10140         * lib/memrchr.c (__memrchr): Likewise.
10141         * lib/memrchr2.c (memchr2): Likewise.
10142         Reported by Simon Josefsson.
10143
10144 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10145
10146         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
10147         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10148
10149 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10150
10151         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
10152
10153         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
10154
10155         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
10156
10157         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
10158         declarations.
10159         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
10160
10161         * m4/inet_pton.m4: Don't check for header files.
10162
10163         * m4/inet_ntop.m4: Don't check for header files.
10164
10165 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10166
10167         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
10168         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
10169         trigger for cygwin).
10170         Reported by Bruno Haible  <bruno@clisp.org>.
10171
10172 2008-04-28  Bruno Haible  <bruno@clisp.org>
10173
10174         * doc/posix-functions/strdup.texi: Mention mingw problem.
10175
10176 2008-04-27  Bruno Haible  <bruno@clisp.org>
10177
10178         * modules/stat-time-tests (Depends-on): Add sleep.
10179         * tests/test-stat-time.c (force_unlink): New function.
10180         (cleanup): Use it.
10181         (test_mtime): Remove the ctime related tests.
10182         (test_ctime): New function, containing the ctime related tests.
10183         (main): Call test_ctime, except on native Windows platforms.
10184
10185 2008-04-27  Bruno Haible  <bruno@clisp.org>
10186
10187         * lib/rpmatch.c (rpmatch): Add some comments.
10188         Reported by James Youngman <jay@gnu.org>.
10189
10190 2008-04-27  Bruno Haible  <bruno@clisp.org>
10191
10192         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
10193         quiet NaNs.
10194
10195 2008-04-27  Bruno Haible  <bruno@clisp.org>
10196
10197         Make test-yesno.sh work on mingw.
10198         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
10199         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
10200         (main): Set stdin to binary mode.
10201         * modules/yesno-tests (Depends-on): Add binary-io.
10202
10203 2008-04-27  Bruno Haible  <bruno@clisp.org>
10204
10205         Fix 'isfinite' on x86, x86_64, ia64 platforms.
10206         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
10207         argument that lie outside the IEEE 854 domain.
10208         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
10209         (gl_ISFINITE): Use it.
10210         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
10211
10212 2008-04-27  Bruno Haible  <bruno@clisp.org>
10213
10214         Allow local renaming in config.h.
10215         * lib/memrchr.c (memrchr): Don't undefine outside libc.
10216
10217 2008-04-27  Bruno Haible  <bruno@clisp.org>
10218
10219         * lib/memchr.c (__memchr): Change type of 'i'.
10220         * lib/memchr2.c (memchr2): Likewise.
10221
10222 2008-04-26  Eric Blake  <ebb9@byu.net>
10223         and Bruno Haible  <bruno@clisp.org>
10224
10225         Optimize and test memrchr.
10226         * modules/memrchr (Depends-on): Add intprops.
10227         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
10228         * modules/memrchr-tests: New file.
10229         * tests/test-memrchr.c: New file.
10230
10231 2008-04-26  Bruno Haible  <bruno@clisp.org>
10232
10233         Add tentative support for DragonFly BSD.
10234         * lib/stdio-impl.h: Add macros for DragonFly BSD.
10235         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
10236         fp.
10237         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10238         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
10239         * lib/fpurge.c (fpurge): Likewise.
10240         * lib/freadable.c (freaadable): Likewise.
10241         * lib/freadahead.c (freadahead): Likewise.
10242         * lib/freading.c (freading): Likewise.
10243         * lib/freadptr.c (freadptr): Likewise.
10244         * lib/freadseek.c (freadptrinc): Likewise.
10245         * lib/fseeko.c (fseeko): Likewise.
10246         * lib/fseterr.c (fseterr): Likewise.
10247         * lib/fwritable.c (fwritable): Likewise.
10248         * lib/fwriting.c (fwriting): Likewise.
10249
10250 2008-04-26  Bruno Haible  <bruno@clisp.org>
10251
10252         * lib/stdio-impl.h: New file.
10253         * lib/fbufmode.c: Include stdio-impl.h.
10254         (fbufmode): Use fp_, remove redundant #defines.
10255         * lib/fflush.c: Include stdio-impl.h.
10256         (clear_ungetc_buffer): Remove redundant #defines.
10257         * lib/fpurge.c: Include stdio-impl.h.
10258         (fpurge): Remove redundant #defines.
10259         * lib/freadable.c: Include stdio-impl.h.
10260         (freadable): Remove redundant #defines.
10261         * lib/freadahead.c: Include stdio-impl.h.
10262         (freadahead): Remove redundant #defines.
10263         * lib/freading.c: Include stdio-impl.h.
10264         (freading): Remove redundant #defines.
10265         * lib/freadptr.c: Include stdio-impl.h.
10266         (freadptr): Remove redundant #defines.
10267         * lib/freadseek.c: Include stdio-impl.h.
10268         (freadptrinc): Remove redundant #defines.
10269         * lib/fseeko.c: Include stdio-impl.h.
10270         (rpl_fseeko): Remove redundant #defines.
10271         * lib/fseterr.c: Include stdio-impl.h.
10272         (fseterr): Remove redundant #defines.
10273         * lib/fwritable.c: Include stdio-impl.h.
10274         (fwritable: Remove redundant #defines.
10275         * lib/fwriting.c: Include stdio-impl.h.
10276         (fwriting): Remove redundant #defines.
10277         * modules/fbufmode (Files): Add lib/stdio-impl.h.
10278         * modules/fflush (Files): Likewise.
10279         * modules/fpurge (Files): Likewise.
10280         * modules/freadable (Files): Likewise.
10281         * modules/freadahead (Files): Likewise.
10282         * modules/freading (Files): Likewise.
10283         * modules/freadptr (Files): Likewise.
10284         * modules/freadseek (Files): Likewise.
10285         * modules/fseeko (Files): Likewise.
10286         * modules/fseterr (Files): Likewise.
10287         * modules/fwritable (Files): Likewise.
10288         * modules/fwriting (Files): Likewise.
10289
10290 2008-04-26  Bruno Haible  <bruno@clisp.org>
10291
10292         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10293         restore_seek_optimization, update_fpos_cache): New functions, extracted
10294         from rpl_fflush.
10295         (rpl_fflush): Use them.
10296         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
10297         (gl_REPLACE_FFLUSH): Use it.
10298
10299 2008-04-26  Bruno Haible  <bruno@clisp.org>
10300
10301         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
10302         on Solaris.
10303         * tests/test-xstrtoimax.sh: Likewise.
10304         * tests/test-xstrtoumax.sh: Likewise.
10305         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10306
10307 2008-04-26  Bruno Haible  <bruno@clisp.org>
10308
10309         * modules/memchr-tests: New file.
10310         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
10311
10312 2008-04-26  Eric Blake  <ebb9@byu.net>
10313             Bruno Haible  <bruno@clisp.org>
10314
10315         * lib/memchr.c: Include intprops.h.
10316         (__memchr): Optimize parallel detection of matching bytes. Rename local
10317         variables. Add explanatory comments.
10318
10319 2008-04-26  Bruno Haible  <bruno@clisp.org>
10320
10321         Fix module 'memchr', broken since 2000-10-28.
10322         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10323
10324 2008-04-26  Bruno Haible  <bruno@clisp.org>
10325
10326         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10327         comments.
10328
10329 2008-04-25  Eric Blake  <ebb9@byu.net>
10330
10331         Use native fstatat on cygwin 1.7.0.
10332         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10333         first.
10334
10335 2008-04-23  Eric Blake  <ebb9@byu.net>
10336
10337         Improve memchr2 performance.
10338         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10339         NUL bytes.
10340         * modules/memchr2 (Depends-on): Use intprops.h.
10341
10342 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10343
10344         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10345         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10346         <blp@cs.stanford.edu>.
10347
10348 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10349
10350         * lib/arpa_inet.in.h: New file.
10351
10352         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10353         (Makefile.am): Sed in substitute header file.
10354
10355         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10356         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10357
10358         * modules/inet_ntop (configure.ac): Use
10359         gl_ARPA_INET_MODULE_INDICATOR.
10360
10361         * modules/inet_pton (configure.ac): Use
10362         gl_ARPA_INET_MODULE_INDICATOR.
10363
10364 2008-04-22  Jim Meyering  <meyering@redhat.com>
10365
10366         * modules/verify (License): Re-license as LGPLv2+.
10367
10368 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10369
10370         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10371         parameter to void* as per POSIX standard (MinGW uses char*).
10372
10373 2008-04-21  Bruno Haible  <bruno@clisp.org>
10374
10375         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10376         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10377         Define to replacements if REPLACE_ISWCNTRL is 1.
10378         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10379         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10380         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10381         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10382         what it fixes.
10383         * doc/posix-functions/iswalpha.texi: Likewise.
10384         * doc/posix-functions/iswblank.texi: Likewise.
10385         * doc/posix-functions/iswcntrl.texi: Likewise.
10386         * doc/posix-functions/iswdigit.texi: Likewise.
10387         * doc/posix-functions/iswgraph.texi: Likewise.
10388         * doc/posix-functions/iswlower.texi: Likewise.
10389         * doc/posix-functions/iswprint.texi: Likewise.
10390         * doc/posix-functions/iswpunct.texi: Likewise.
10391         * doc/posix-functions/iswspace.texi: Likewise.
10392         * doc/posix-functions/iswupper.texi: Likewise.
10393         * doc/posix-functions/iswxdigit.texi: Likewise.
10394         Reported by Alain Guibert.
10395
10396 2008-04-21  Bruno Haible  <bruno@clisp.org>
10397
10398         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10399         Patch by Alain Guibert.
10400
10401 2008-04-21  Bruno Haible  <bruno@clisp.org>
10402
10403         Fix test failures on mingw.
10404         * tests/test-xstrtol.c (print_no_progname): New function.
10405         (main): Install it in error_print_progname hook.
10406         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10407         * tests/test-xstrtoimax.sh: Likewise.
10408         * tests/test-xstrtoumax.sh: Likewise.
10409
10410 2008-04-21  Bruno Haible  <bruno@clisp.org>
10411
10412         Fix test failure on mingw.
10413         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10414
10415 2008-04-21  Bruno Haible  <bruno@clisp.org>
10416
10417         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
10418         Actually assign a value.
10419
10420 2008-04-20  Bruno Haible  <bruno@clisp.org>
10421
10422         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
10423         take 2.
10424         * lib/canonicalize.c (canonicalize_file_name): Elide if the
10425         'canonicalize-lgpl' module is also used.
10426         * lib/canonicalize-lgpl.c: Undo last change.
10427         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
10428
10429 2008-04-20  Bruno Haible  <bruno@clisp.org>
10430
10431         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
10432         config.h. Provide _mkdir based fallback for mingw.
10433         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
10434         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
10435         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
10436         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
10437         rather than defining mkdir in config.h.
10438         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
10439         (gl_SYS_STAT_H_DEFAULTS): New macro.
10440         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
10441         HAVE_IO_H any more.
10442         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
10443         HAVE_DECL_MKDIR and HAVE_IO_H.
10444
10445 2008-04-20  Bruno Haible  <bruno@clisp.org>
10446
10447         * lib/isapipe.c: Port to native Windows platforms.
10448
10449 2008-04-20  Bruno Haible  <bruno@clisp.org>
10450
10451         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
10452
10453 2008-04-21  Eric Blake  <ebb9@byu.net>
10454
10455         Work around preprocessors that don't handle UINTMAX_MAX.
10456         * lib/memchr2.c (memchr2): Avoid embedded #if.
10457         Reported by Alain Guibert, fix suggested by Bruno Haible.
10458
10459 2008-04-21  Simon Josefsson  <simon@josefsson.org>
10460
10461         * doc/posix-functions/strftime.texi (strftime): Explain better
10462         Windows incompatibility.  Suggested by Micah Cowan
10463         <micah@cowan.name>.
10464
10465 2008-04-20  Bruno Haible  <bruno@clisp.org>
10466
10467         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
10468         unistr/u8-mblen.
10469
10470 2008-04-20  Bruno Haible  <bruno@clisp.org>
10471
10472         Fix test failure on platforms with non-GNU iconv.
10473         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
10474         (U_TO_U8): Use it, rather than u16_to_u8.
10475         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
10476         units at the end of the input string.
10477         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
10478
10479 2008-04-20  Bruno Haible  <bruno@clisp.org>
10480
10481         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
10482         when the resulting length is 0.
10483         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
10484
10485 2008-04-20  Bruno Haible  <bruno@clisp.org>
10486
10487         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
10488         works.
10489         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
10490
10491 2008-04-20  Bruno Haible  <bruno@clisp.org>
10492
10493         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
10494         * modules/tsearch-tests (configure.ac): Test for initstate function.
10495
10496 2008-04-20  Bruno Haible  <bruno@clisp.org>
10497
10498         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
10499         for nlink_t if missing.
10500         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
10501
10502 2008-04-19  Bruno Haible  <bruno@clisp.org>
10503
10504         Work around snprintf bug on Linux libc5.
10505         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
10506         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10507         gl_SNPRINTF_SIZE1.
10508         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10509         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
10510         that test failed.
10511         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
10512         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
10513         * modules/snprintf (Files): Add m4/printf.m4.
10514         * modules/vsnprintf (Files): Likewise.
10515         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
10516         * doc/posix-functions/vsnprintf.texi: Likewise.
10517
10518 2008-04-19  Bruno Haible  <bruno@clisp.org>
10519
10520         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
10521         from 0.0058 to less than 10^-7.
10522
10523 2008-04-19  Bruno Haible  <bruno@clisp.org>
10524
10525         Fix rounding when a precision is given.
10526         * lib/vasnprintf.c (is_borderline): New function.
10527         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
10528         9...9x.
10529         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
10530         %e, %g.
10531         * tests/test-vasprintf-posix.c (test_function): Likewise.
10532         * tests/test-snprintf-posix.h (test_function): Likewise.
10533         * tests/test-sprintf-posix.h (test_function): Likewise.
10534         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
10535         * tests/test-printf-posix.h (test_function): Likewise.
10536         * tests/test-printf-posix.output: Update.
10537         Reported by John Darrington <john@darrington.wattle.id.au> via
10538         Ben Pfaff <blp@cs.stanford.edu>.
10539
10540 2008-04-18  Simon Josefsson  <simon@josefsson.org>
10541
10542         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
10543         Suggested by Bruno Haible <bruno@clisp.org>.
10544
10545 2008-04-17  Bruno Haible  <bruno@clisp.org>
10546
10547         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
10548         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
10549         implementation.
10550         Patch by Bruce Merry <bmerry@gmail.com>.
10551
10552 2008-04-17  Simon Josefsson  <simon@josefsson.org>
10553
10554         * doc/posix-functions/strftime.texi (strftime): Mention that %e
10555         doesn't work under Windows.
10556
10557 2008-04-16  Bruno Haible  <bruno@clisp.org>
10558
10559         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
10560         New macros.
10561         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
10562         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
10563         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
10564         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
10565         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
10566         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
10567         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
10568         macros.
10569         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
10570         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
10571         Northern Sotho, Uighur.
10572
10573 2008-04-16  Bruno Haible  <bruno@clisp.org>
10574
10575         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
10576         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
10577         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
10578         Reported by Daniel Bergström <daniel@octocode.com>.
10579
10580 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
10581             Bruno Haible  <bruno@clisp.org>
10582
10583         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
10584         function.
10585         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
10586         New functions, mostly extracted from gl_locale_name_default.
10587         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
10588
10589 2008-04-16  Eric Blake  <ebb9@byu.net>
10590
10591         Adjust strtod detection to catch glibc 2.7 bug.
10592         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
10593         Reported by John Gatewood Ham.
10594
10595 2008-04-16  Bruno Haible  <bruno@clisp.org>
10596
10597         Add tentative support for Linux libc5.
10598         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
10599         * lib/fpurge.c (fpurge): Likewise.
10600         * lib/freadable.c (freadable): Likewise.
10601         * lib/freadahead.c (freadahead): Likewise.
10602         * lib/freading.c (freading): Likewise.
10603         * lib/freadptr.c (freadptr): Likewise.
10604         * lib/freadseek.c (freadptrinc): Likewise.
10605         * lib/fseeko.c (rpl_fseeko): Likewise.
10606         * lib/fseterr.c (fseterr): Likewise.
10607         * lib/fwritable.c (fwritable): Likewise.
10608         * lib/fwriting.c (fwriting): Likewise.
10609         Reported by Alain Guibert <alguibert+bts@free.fr>.
10610
10611 2008-04-15  Bruno Haible  <bruno@clisp.org>
10612
10613         * modules/mathl (configure.ac): Define module indicator.
10614
10615 2008-04-15  Bruno Haible  <bruno@clisp.org>
10616
10617         * lib/logl.c (logl): Remove unused variables.
10618
10619 2008-04-15  Bruno Haible  <bruno@clisp.org>
10620
10621         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
10622         fails.
10623
10624 2008-04-15  Bruno Haible  <bruno@clisp.org>
10625
10626         * lib/trim.c (trim2): Fix argument of isspace() macro.
10627
10628 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
10629
10630         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
10631         to 0.
10632         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
10633
10634 2008-04-14  Bruno Haible  <bruno@clisp.org>
10635
10636         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
10637         AC_LANG_PROGRAM argument.
10638         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
10639         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
10640         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10641         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10642         * m4/math_h.m4 (gl_MATH_H): Likewise.
10643         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
10644         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10645         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10646         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
10647         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10648         * m4/regex.m4 (gl_REGEX): Likewise.
10649         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
10650         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
10651         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10652         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
10653         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10654         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10655         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10656         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10657
10658 2008-04-14  Jim Meyering  <meyering@redhat.com>
10659
10660         test-strtod: fix typos: s/abs/fabs/
10661         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
10662
10663 2008-04-13  Bruno Haible  <bruno@clisp.org>
10664
10665         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
10666         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
10667         module is also used and while not building the reloc-wrapper.
10668
10669 2008-04-13  Bruno Haible  <bruno@clisp.org>
10670
10671         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
10672
10673 2008-04-13  Bruno Haible  <bruno@clisp.org>
10674
10675         Fix AIX compilation failure introduced on 2008-04-02.
10676         * tests/test-frexp.c (exp): Undefine before redefining.
10677         * tests/test-frexpl.c (exp): Likewise.
10678
10679 2008-04-13  Bruno Haible  <bruno@clisp.org>
10680
10681         Work around a HP-UX stdio bug.
10682         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
10683         * tests/test-ftello.c (main): Likewise.
10684         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
10685         * doc/posix-functions/ftello.texi: Likewise.
10686
10687 2008-04-13  Bruno Haible  <bruno@clisp.org>
10688
10689         Make test-signbit pass on HP-UX/hppa.
10690         * tests/test-signbit.c (minus_zerol): New variable.
10691         (test_signbitl): Use it.
10692
10693 2008-04-13  Bruno Haible  <bruno@clisp.org>
10694
10695         Make truncl work on OSF/1 4.0.
10696         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
10697         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10698         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10699         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
10700         HAVE_DECL_TRUNCL.
10701         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
10702         HAVE_DECL_TRUNCL.
10703         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
10704
10705 2008-04-13  Bruno Haible  <bruno@clisp.org>
10706
10707         * lib/unictype.h: Remove trailing comma from enumeration definitions.
10708
10709 2008-04-13  Bruno Haible  <bruno@clisp.org>
10710
10711         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
10712         expression, so as to avoid HP-UX 11 cc compiler bug.
10713
10714 2008-04-13  Bruno Haible  <bruno@clisp.org>
10715
10716         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
10717
10718 2008-04-13  Bruno Haible  <bruno@clisp.org>
10719
10720         * lib/git-merge-changelog.c: Remove empty declaration outside of
10721         functions.
10722
10723 2008-04-13  Bruno Haible  <bruno@clisp.org>
10724
10725         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
10726
10727 2008-04-13  Bruno Haible  <bruno@clisp.org>
10728
10729         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
10730         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
10731         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
10732         also if it exists but lacks definitions of the SHUT_* macros.
10733         * modules/sys_socket (Description): Update.
10734         Reported by Elbert Pol <e.pol@chello.nl>.
10735
10736 2008-04-13  Bruno Haible  <bruno@clisp.org>
10737
10738         * lib/localcharset.c (OS2): Don't redefine if already defined.
10739         Reported by Elbert Pol <e.pol@chello.nl>.
10740
10741 2008-04-13  Bruno Haible  <bruno@clisp.org>
10742
10743         * lib/binary-io.h [__EMX__]: Include <io.h>.
10744         Reported by Elbert Pol <e.pol@chello.nl>.
10745
10746 2008-04-12  Bruno Haible  <bruno@clisp.org>
10747
10748         * lib/fpucw.h: Enable the definitions also for x86_64.
10749         Needed for NetBSD/x86_64.
10750         Reported by Thomas Klausner <tk@giga.or.at>.
10751
10752 2008-04-12  Bruno Haible  <bruno@clisp.org>
10753
10754         * tests/test-strtod.c: Include isnand.h.
10755         (main): Use isnand instead of isnan.
10756         Reported by Jim Meyering.
10757
10758 2008-04-12  Bruno Haible  <bruno@clisp.org>
10759
10760         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
10761         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10762
10763 2008-04-12  Jim Meyering  <meyering@redhat.com>
10764
10765         * m4/math_h.m4 (gl_MATH_H): Fix typos.
10766
10767 2008-04-12  Bruno Haible  <bruno@clisp.org>
10768
10769         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
10770         Reported by Elbert Pol <e.pol@chello.nl>.
10771
10772 2008-04-12  Eric Blake  <ebb9@byu.net>
10773
10774         Work around Solaris 10 math.h bug.
10775         * m4/math_h.m4 (gl_MATH_H): Check for bug.
10776         (gl_MATH_H_DEFAULTS): Set up default.
10777         * modules/math (Makefile.am): Replace new indicators.
10778         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
10779         * tests/test-math.c (main): Test this.
10780         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
10781         * doc/posix-headers/math.texi (math.h): Mention bug.
10782         Reported by Nelson H. F. Beebe and Jim Meyering.
10783
10784 2008-04-11  Bruno Haible  <bruno@clisp.org>
10785
10786         Adapt to future versions of Apple GCC.
10787         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
10788         Reported by Peter O'Gorman <peter@pogma.com>.
10789
10790 2008-04-11  Bruno Haible  <bruno@clisp.org>
10791
10792         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
10793
10794 2008-04-11  Bruno Haible  <bruno@clisp.org>
10795
10796         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
10797
10798         * modules/getaddrinfo-tests (Makefile.am): Define
10799         test_getaddrinfo_LDADD.
10800
10801 2008-04-11  Bruno Haible  <bruno@clisp.org>
10802
10803         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
10804         (init): Fix syntax error.
10805         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
10806         is declared.
10807
10808 2008-04-11  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
10811         * modules/glob (Depends-on): Add stdbool.
10812
10813 2008-04-11  Bruno Haible  <bruno@clisp.org>
10814
10815         * lib/trim.c: Include <string.h>.
10816
10817 2008-04-11  Eric Blake  <ebb9@byu.net>
10818
10819         Avoid compile failure on OS/2.
10820         * lib/regex_internal.h (internal_function): Disable optimization
10821         on OS/2 (__EMX__), where it caused compiler error.
10822         Reported by Elbert Pol.
10823
10824 2008-04-11  Bruno Haible  <bruno@clisp.org>
10825
10826         Flush the standard error stream before aborting. Needed on mingw.
10827         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
10828         * tests/test-array_list.c (ASSERT): Likewise.
10829         * tests/test-array_oset.c (ASSERT): Likewise.
10830         * tests/test-avltree_list.c (ASSERT): Likewise.
10831         * tests/test-avltree_oset.c (ASSERT): Likewise.
10832         * tests/test-avltreehash_list.c (ASSERT): Likewise.
10833         * tests/test-binary-io.c (ASSERT): Likewise.
10834         * tests/test-byteswap.c (ASSERT): Likewise.
10835         * tests/test-c-ctype.c (ASSERT): Likewise.
10836         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
10837         * tests/test-c-strcasestr.c (ASSERT): Likewise.
10838         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
10839         * tests/test-c-strstr.c (ASSERT): Likewise.
10840         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
10841         * tests/test-canonicalize.c (ASSERT): Likewise.
10842         * tests/test-carray_list.c (ASSERT): Likewise.
10843         * tests/test-ceilf1.c (ASSERT): Likewise.
10844         * tests/test-ceilf2.c (ASSERT): Likewise.
10845         * tests/test-ceill.c (ASSERT): Likewise.
10846         * tests/test-count-one-bits.c (ASSERT): Likewise.
10847         * tests/test-fbufmode.c (ASSERT): Likewise.
10848         * tests/test-fflush2.c (ASSERT): Likewise.
10849         * tests/test-floorf1.c (ASSERT): Likewise.
10850         * tests/test-floorf2.c (ASSERT): Likewise.
10851         * tests/test-floorl.c (ASSERT): Likewise.
10852         * tests/test-fopen.c (ASSERT): Likewise.
10853         * tests/test-fpending.c (ASSERT): Likewise.
10854         * tests/test-fprintf-posix.c (ASSERT): Likewise.
10855         * tests/test-fpurge.c (ASSERT): Likewise.
10856         * tests/test-freadable.c (ASSERT): Likewise.
10857         * tests/test-freadahead.c (ASSERT): Likewise.
10858         * tests/test-freading.c (ASSERT): Likewise.
10859         * tests/test-freadptr.c (ASSERT): Likewise.
10860         * tests/test-freadptr2.c (ASSERT): Likewise.
10861         * tests/test-freadseek.c (ASSERT): Likewise.
10862         * tests/test-freopen.c (ASSERT): Likewise.
10863         * tests/test-frexp.c (ASSERT): Likewise.
10864         * tests/test-frexpl.c (ASSERT): Likewise.
10865         * tests/test-fseek.c (ASSERT): Likewise.
10866         * tests/test-fseeko.c (ASSERT): Likewise.
10867         * tests/test-fstrcmp.c (ASSERT): Likewise.
10868         * tests/test-ftell.c (ASSERT): Likewise.
10869         * tests/test-ftello.c (ASSERT): Likewise.
10870         * tests/test-func.c (ASSERT): Likewise.
10871         * tests/test-fwritable.c (ASSERT): Likewise.
10872         * tests/test-fwriting.c (ASSERT): Likewise.
10873         * tests/test-getdelim.c (ASSERT): Likewise.
10874         * tests/test-getline.c (ASSERT): Likewise.
10875         * tests/test-i-ring.c (ASSERT): Likewise.
10876         * tests/test-iconv-utf.c (ASSERT): Likewise.
10877         * tests/test-iconv.c (ASSERT): Likewise.
10878         * tests/test-isfinite.c (ASSERT): Likewise.
10879         * tests/test-isnand.c (ASSERT): Likewise.
10880         * tests/test-isnanf.c (ASSERT): Likewise.
10881         * tests/test-isnanl.h (ASSERT): Likewise.
10882         * tests/test-ldexpl.c (ASSERT): Likewise.
10883         * tests/test-linked_list.c (ASSERT): Likewise.
10884         * tests/test-linkedhash_list.c (ASSERT): Likewise.
10885         * tests/test-localename.c (ASSERT): Likewise.
10886         * tests/test-lseek.c (ASSERT): Likewise.
10887         * tests/test-mbscasecmp.c (ASSERT): Likewise.
10888         * tests/test-mbscasestr1.c (ASSERT): Likewise.
10889         * tests/test-mbscasestr2.c (ASSERT): Likewise.
10890         * tests/test-mbscasestr3.c (ASSERT): Likewise.
10891         * tests/test-mbscasestr4.c (ASSERT): Likewise.
10892         * tests/test-mbschr.c (ASSERT): Likewise.
10893         * tests/test-mbscspn.c (ASSERT): Likewise.
10894         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
10895         * tests/test-mbspbrk.c (ASSERT): Likewise.
10896         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
10897         * tests/test-mbsrchr.c (ASSERT): Likewise.
10898         * tests/test-mbsspn.c (ASSERT): Likewise.
10899         * tests/test-mbsstr1.c (ASSERT): Likewise.
10900         * tests/test-mbsstr2.c (ASSERT): Likewise.
10901         * tests/test-mbsstr3.c (ASSERT): Likewise.
10902         * tests/test-memchr2.c (ASSERT): Likewise.
10903         * tests/test-memmem.c (ASSERT): Likewise.
10904         * tests/test-open.c (ASSERT): Likewise.
10905         * tests/test-printf-frexp.c (ASSERT): Likewise.
10906         * tests/test-printf-frexpl.c (ASSERT): Likewise.
10907         * tests/test-printf-posix.c (ASSERT): Likewise.
10908         * tests/test-quotearg.c (ASSERT): Likewise.
10909         * tests/test-rbtree_list.c (ASSERT): Likewise.
10910         * tests/test-rbtree_oset.c (ASSERT): Likewise.
10911         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
10912         * tests/test-round1.c (ASSERT): Likewise.
10913         * tests/test-roundf1.c (ASSERT): Likewise.
10914         * tests/test-roundl.c (ASSERT): Likewise.
10915         * tests/test-signbit.c (ASSERT): Likewise.
10916         * tests/test-sleep.c (ASSERT): Likewise.
10917         * tests/test-snprintf-posix.c (ASSERT): Likewise.
10918         * tests/test-snprintf.c (ASSERT): Likewise.
10919         * tests/test-sprintf-posix.c (ASSERT): Likewise.
10920         * tests/test-stat-time.c (ASSERT): Likewise.
10921         * tests/test-strcasestr.c (ASSERT): Likewise.
10922         * tests/test-strerror.c (ASSERT): Likewise.
10923         * tests/test-striconv.c (ASSERT): Likewise.
10924         * tests/test-striconveh.c (ASSERT): Likewise.
10925         * tests/test-striconveha.c (ASSERT): Likewise.
10926         * tests/test-strsignal.c (ASSERT): Likewise.
10927         * tests/test-strstr.c (ASSERT): Likewise.
10928         * tests/test-strtod.c (ASSERT): Likewise.
10929         * tests/test-trunc1.c (ASSERT): Likewise.
10930         * tests/test-trunc2.c (ASSERT): Likewise.
10931         * tests/test-truncf1.c (ASSERT): Likewise.
10932         * tests/test-truncf2.c (ASSERT): Likewise.
10933         * tests/test-truncl.c (ASSERT): Likewise.
10934         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
10935         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
10936         * tests/test-vasnprintf.c (ASSERT): Likewise.
10937         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
10938         * tests/test-vasprintf.c (ASSERT): Likewise.
10939         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
10940         * tests/test-vprintf-posix.c (ASSERT): Likewise.
10941         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
10942         * tests/test-vsnprintf.c (ASSERT): Likewise.
10943         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
10944         * tests/test-wcwidth.c (ASSERT): Likewise.
10945         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
10946         * tests/test-xprintf-posix.c (ASSERT): Likewise.
10947         * tests/test-xvasprintf.c (ASSERT): Likewise.
10948         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
10949         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
10950         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
10951         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
10952         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
10953         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
10954         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
10955         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
10956         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
10957         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
10958         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
10959         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
10960         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
10961         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
10962         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
10963         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
10964         * tests/unictype/test-block_list.c (ASSERT): Likewise.
10965         * tests/unictype/test-block_of.c (ASSERT): Likewise.
10966         * tests/unictype/test-block_test.c (ASSERT): Likewise.
10967         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
10968         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
10969         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
10970         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
10971         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
10972         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
10973         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
10974         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
10975         * tests/unictype/test-combining.c (ASSERT): Likewise.
10976         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
10977         * tests/unictype/test-digit.c (ASSERT): Likewise.
10978         * tests/unictype/test-mirror.c (ASSERT): Likewise.
10979         * tests/unictype/test-numeric.c (ASSERT): Likewise.
10980         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
10981         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
10982         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
10983         * tests/unictype/test-scripts.c (ASSERT): Likewise.
10984         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
10985         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
10986         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
10987         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
10988         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
10989         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
10990         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
10991         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
10992         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
10993         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
10994         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
10995         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
10996         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
10997         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
10998         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
10999         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
11000         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
11001         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
11002         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
11003         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
11004         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
11005         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
11006         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
11007         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
11008         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
11009         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
11010         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
11011         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
11012         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
11013         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
11014         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
11015         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
11016         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
11017         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
11018         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
11019         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
11020         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
11021         Reported by Eric Blake.
11022
11023 2008-04-11  Bruno Haible  <bruno@clisp.org>
11024
11025         * lib/wchar.in.h: Tweak comment.
11026
11027 2008-04-11  Bruno Haible  <bruno@clisp.org>
11028
11029         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
11030         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
11031         gl_COMMON.
11032         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
11033
11034 2008-04-11  Bruno Haible  <bruno@clisp.org>
11035
11036         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
11037
11038 2008-04-11  Simon Josefsson  <simon@josefsson.org>
11039
11040         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
11041         of attempting to use non-existing /dev/*random.  Based on patch
11042         from Adam Strzelecki <ono@java.pl> in
11043         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
11044
11045 2008-04-08  Bruno Haible  <bruno@clisp.org>
11046
11047         Add tentative support for emx+gcc.
11048         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
11049         * lib/fpurge.c (fpurge): Likewise.
11050         * lib/freadable.c (freadable): Likewise.
11051         * lib/freadahead.c (freadahead): Likewise.
11052         * lib/freading.c (freading): Likewise.
11053         * lib/freadptr.c (freadptr): Likewise.
11054         * lib/freadseek.c (freadptrinc): Likewise.
11055         * lib/fseeko.c (rpl_fseeko): Likewise.
11056         * lib/fseterr.c (fseterr): Likewise.
11057         * lib/fwritable.c (fwritable): Likewise.
11058         * lib/fwriting.c (fwriting): Likewise.
11059         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
11060
11061 2008-04-09  Eric Blake  <ebb9@byu.net>
11062
11063         Avoid some autoconf warnings.
11064         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
11065         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
11066         * m4/afs.m4 (gl_AFS): Likewise.
11067         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
11068         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
11069         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11070         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
11071         (gl_INTEGER_TYPE_SUFFIX): Likewise.
11072         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
11073         (AC_CHECK_DECLS_ONCE): Likewise.
11074         Rename file...
11075         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
11076         gnulib-tool requires autoconf 2.59 or better.
11077         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
11078
11079 2008-04-08  Eric Blake  <ebb9@byu.net>
11080
11081         Use 'git describe --match' if present (added in git 1.5.5).
11082         * build-aux/git-version-gen: Limit result to tags that match 'v*'
11083         if possible.
11084
11085 2008-04-08  Bruno Haible  <bruno@clisp.org>
11086
11087         Add tentative support for OpenServer.
11088         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
11089         _ptr, _cnt.
11090         * lib/fpurge.c (fpurge): Likewise.
11091         * lib/freadable.c (freadable): Likewise.
11092         * lib/freadahead.c (freadahead): Likewise.
11093         * lib/freading.c (freading): Likewise.
11094         * lib/freadptr.c (freadptr): Likewise.
11095         * lib/freadseek.c (freadptrinc): Likewise.
11096         * lib/fseeko.c (rpl_fseeko): Likewise.
11097         * lib/fseterr.c (fseterr): Likewise.
11098         * lib/fwritable.c (fwritable): Likewise.
11099         * lib/fwriting.c (fwriting): Likewise.
11100         Reported by Roger Cornelius <rac@tenzing.org> and
11101         Brian K. White <brian@aljex.com>.
11102
11103 2008-04-06  Jim Meyering  <meyering@redhat.com>
11104
11105         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
11106
11107 2008-04-06  Bruno Haible  <bruno@clisp.org>
11108
11109         Avoid possible error with non-ASCII bytes in UTF-8 locales.
11110         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
11111         * tests/test-printf-posix.sh: Likewise.
11112         * tests/test-vfprintf-posix.sh: Likewise.
11113         * tests/test-vprintf-posix.sh: Likewise.
11114         * tests/test-xprintf-posix.sh: Likewise.
11115
11116 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11117
11118         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
11119         hide error from 'ls', needed on OS/2.
11120         Report by Elbert Pol <elbert.pol@gmail.com>.
11121
11122 2008-04-04  Eric Blake  <ebb9@byu.net>
11123
11124         Make test-fseeko.c failures meaningful.
11125         * tests/test-fseeko.c: Print line number on failure.
11126         * tests/test-fseek.c: Likewise.
11127         Reported by Nelson H. F. Beebe.
11128
11129         Improve strtod bug detection check.
11130         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
11131         required for Solaris 10.
11132         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
11133
11134 2008-04-04  Bruno Haible  <bruno@clisp.org>
11135
11136         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
11137         by m4/setenv.m4.
11138
11139 2008-04-03  Eric Blake  <ebb9@byu.net>
11140
11141         Ensure sane .version contents.
11142         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
11143         version string.
11144         * build-aux/git-version-gen: Improve documentation.
11145
11146         Make GNU make output nicer.
11147         * top/GNUmakefile [!_have-Makefile]: Add dependency on
11148         MAKECMDGOALS to enforce message for all command line targets.  Set
11149         srcdir for use in maint.mk.
11150
11151         Another maintainer tweak.
11152         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
11153         a target that regenerates version.
11154
11155 2008-04-03  Jim Meyering  <meyering@redhat.com>
11156
11157         vc-list-files: don't cause coreutils "make po-check" failure
11158         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
11159
11160 2008-04-03  Eric Blake  <ebb9@byu.net>
11161
11162         Allow VPATH usage of vc-list-files.
11163         * build-aux/vc-list-files (scriptversion): Add timestamp.
11164         (options): Add --help, --version, -C.
11165         (CVS): Support installed cvsu.
11166
11167 2008-04-02  Bruno Haible  <bruno@clisp.org>
11168
11169         Avoid some "statement with no effect" warnings from gcc.
11170         * tests/test-wctype.c (main): Explicitly ignore unused values.
11171         Reported by Jim Meyering.
11172
11173 2008-04-02  Jim Meyering  <meyering@redhat.com>
11174
11175         Avoid some warnings from "gcc -Wshadow".
11176         * tests/test-frexp.c (exp): Define to a different identifier.
11177         * tests/test-frexpl.c (exp): Likewise.
11178
11179 2008-04-03  Jim Meyering  <meyering@redhat.com>
11180
11181         bootstrap: remove dangling *.[ch] symlinks from lib
11182         * build-aux/bootstrap [dangling symlink removal]: Move find's
11183         -depth option to precede all others, to avoid a warning.
11184         Remove *.[ch] files too, and from "$source_base" (usually lib/).
11185
11186 2008-04-02  Bruno Haible  <bruno@clisp.org>
11187
11188         Avoid some warnings from "gcc -Wshadow".
11189         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
11190         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
11191         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
11192         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
11193         Reported by Jim Meyering.
11194
11195 2008-04-01  Bruno Haible  <bruno@clisp.org>
11196
11197         Fix test to work on IRIX 6.5 with cc.
11198         * tests/test-math.c (numeric_equal): New function.
11199         (main): Use it.
11200
11201 2008-04-01  Bruno Haible  <bruno@clisp.org>
11202
11203         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
11204
11205 2008-04-01  Bruno Haible  <bruno@clisp.org>
11206
11207         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
11208         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11209         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
11210         (Depends-on): Remove math.
11211
11212         * tests/test-vasprintf-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/vasprintf-posix-tests (Files): Add tests/nan.h.
11215         (Depends-on): Remove math.
11216
11217         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
11218         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11219         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
11220         (Depends-on): Remove math.
11221         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
11222         (Depends-on): Remove math.
11223
11224         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
11225         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11226         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
11227         (Depends-on): Remove math.
11228         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
11229         (Depends-on): Remove math.
11230
11231         * tests/test-round1.c: Include nan.h.
11232         (main): Use NaNd instead of NAN.
11233         * modules/round-tests (Files): Add tests/nan.h.
11234
11235         * tests/test-trunc1.c: Include nan.h.
11236         (main): Use NaNd instead of NAN.
11237         * modules/trunc-tests (Files): Add tests/nan.h.
11238
11239         * tests/test-roundf1.c: Include nan.h.
11240         (main): Use NaNf instead of NAN.
11241         * modules/roundf-tests (Files): Add tests/nan.h.
11242
11243         * tests/test-truncf1.c: Include nan.h.
11244         (main): Use NaNf instead of NAN.
11245         * modules/truncf-tests (Files): Add tests/nan.h.
11246
11247         * tests/test-ceilf1.c: Include nan.h.
11248         (main): Use NaNf instead of NAN.
11249         * modules/ceilf-tests (Files): Add tests/nan.h.
11250
11251         * tests/test-floorf1.c: Include nan.h.
11252         (main): Use NaNf instead of NAN.
11253         * modules/floorf-tests (Files): Add tests/nan.h.
11254
11255         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
11256         (main): Use NaNf instead of NAN.
11257         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
11258
11259         * tests/test-isnand.c: Include nan.h instead of <math.h>.
11260         (main): Use NaNd instead of NAN.
11261         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
11262
11263         * tests/test-frexp.c: Include nan.h.
11264         (main): Use NaNd instead of NAN.
11265         * modules/frexp-tests (Files): Add tests/nan.h.
11266
11267         * lib/isnan.c: Don't include <math.h>.
11268         (FUNC): Don't use NAN macro.
11269         * modules/isnand-nolibm (Depends-on): Remove math.
11270         * modules/isnanf-nolibm (Depends-on): Remove math.
11271         * modules/isnanl (Depends-on): Remove math.
11272         * modules/isnanl-nolibm (Depends-on): Remove math.
11273
11274         * tests/nan.h: New file.
11275
11276 2008-04-01  Eric Blake  <ebb9@byu.net>
11277
11278         Fix typos.
11279         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
11280         values to be the right type.
11281
11282         For now, cater to gnulib strtod inaccuracies.
11283         * tests/test-strtod.c (main): Allow 1-ulp error on expected
11284         fractional results.  While not as nice from a QoI perspective, it
11285         is a quicker patch than correctly implementing decimal to binary
11286         rounding.
11287
11288 2008-03-31  Eric Blake  <ebb9@byu.net>
11289
11290         Guarantee a definition of NAN.
11291         * lib/math.in.h (NAN): Define if missing.
11292         * tests/test-math.c (main): Test it.
11293         * doc/posix-headers/math.texi (math.h): Document this.
11294         * lib/isnan.c (rpl_isnand): Use it.
11295         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
11296         * tests/test-floorf1.c (NaN): Likewise.
11297         * tests/test-frexp.c (NaN): Likewise.
11298         * tests/test-isnand.c (NaN): Likewise.
11299         * tests/test-isnanf.c (NaN): Likewise.
11300         * tests/test-round1.c (NaN): Likewise.
11301         * tests/test-roundf1.c (NaN): Likewise.
11302         * tests/test-snprintf-posix.h (NaN): Likewise.
11303         * tests/test-sprintf-posix.h (NaN): Likewise.
11304         * tests/test-trunc1.c (NaN): Likewise.
11305         * tests/test-truncf1.c (NaN): Likewise.
11306         * tests/test-vasnprintf-posix.c (NaN): Likewise.
11307         * tests/test-vasprintf-posix.c (NaN): Likewise.
11308         * modules/isnand-nolibm (Depends-on): Add math.
11309         * modules/isnanf-nolibm (Depends-on): Likewise.
11310         * modules/isnanl (Depends-on): Likewise.
11311         * modules/isnanl-nolibm (Depends-on): Likewise.
11312         * modules/snprintf-posix-tests (Depends-on): Likewise.
11313         * modules/sprintf-posix-tests (Depends-on): Likewise.
11314         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
11315         * modules/vsprintf-posix-tests (Depends-on): Likewise.
11316         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
11317         * modules/vasprintf-posix-tests (Depends-on): Likewise.
11318
11319 2008-03-31  Bruno Haible  <bruno@clisp.org>
11320
11321         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11322         * doc/posix-functions/strtod.texi: Likewise.
11323
11324 2008-03-31  Bruno Haible  <bruno@clisp.org>
11325
11326         * tests/test-strtod.c (main): Don't use C99 syntax.
11327
11328 2008-03-31  Bruno Haible  <bruno@clisp.org>
11329
11330         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11331         Reported by Eric Blake.
11332
11333 2008-03-31  Jim Meyering  <meyering@redhat.com>
11334
11335         Don't compare actual signbit return values.
11336         * tests/test-strtod.c (main): Rather, compare only their
11337         zero/non-zero nature.
11338
11339 2008-03-31  Eric Blake  <ebb9@byu.net>
11340
11341         More strtod documentation.
11342         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11343         failures as distinct bugs.
11344
11345 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11346
11347         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11348         Problem reported by Erik Benada in
11349         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11350
11351 2008-03-30  Bruno Haible  <bruno@clisp.org>
11352
11353         * tests/test-strtod.c: Add comments about which assertion fails on which
11354         platform.
11355         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11356
11357 2008-03-30  Eric Blake  <ebb9@byu.net>
11358
11359         Test signbit behavior on zeros.
11360         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11361         (test_signbitd, test_signbitl): Likewise.
11362
11363         More strtod touchups.
11364         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11365         sign of negative underflow, for now.  Use .5, not .1.
11366         * doc/posix-functions/strtod.texi (strtod): Mention these
11367         limitations.
11368         Reported by Jim Meyering.
11369
11370 2008-03-30  Bruno Haible  <bruno@clisp.org>
11371
11372         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11373         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11374
11375 2008-03-30  Bruno Haible  <bruno@clisp.org>
11376
11377         Avoid failure when attempting to return empty iconv results on some
11378         platforms.
11379         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11380         allocation, don't report ENOMEM when the resulting string is empty.
11381
11382 2008-03-30  Bruno Haible  <bruno@clisp.org>
11383
11384         Fix buffer overrun.
11385         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11386         Don't consider the width for tmp_length. Check count against tmp_length
11387         before doing the padding. Ensure enough allocation during padding.
11388
11389 2008-03-30  Eric Blake  <ebb9@byu.net>
11390
11391         strtod touchups.
11392         * lib/strtod.c (strtod): Avoid compiler warnings.
11393         Reported by Jim Meyering.
11394
11395 2008-03-30  Bruno Haible  <bruno@clisp.org>
11396
11397         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11398         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11399         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11400         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11401         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11402         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11403         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11404         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11405
11406         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11407         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11408         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11409         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11410         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11411         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11412         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11413         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11414
11415         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11416         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11417         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
11418         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
11419         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
11420         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
11421         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
11422         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
11423
11424         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
11425         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
11426
11427         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
11428         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
11429
11430         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
11431         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
11432
11433         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
11434         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
11435         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
11436
11437         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
11438         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
11439         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
11440
11441         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
11442         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
11443         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
11444
11445         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
11446         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
11447         * modules/vasprintf (Depends-on): Add EOVERFLOW.
11448
11449         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
11450         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
11451         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
11452         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
11453         (Depends-on): Add EOVERFLOW.
11454         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
11455         (Depends-on): Add EOVERFLOW.
11456         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11457         (Depends-on): Add EOVERFLOW.
11458         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11459         (Depends-on): Add EOVERFLOW.
11460         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11461         (Depends-on): Add EOVERFLOW.
11462         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11463         (Depends-on): Add EOVERFLOW.
11464         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11465         (Depends-on): Add EOVERFLOW.
11466         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11467         (Depends-on): Add EOVERFLOW.
11468
11469         * lib/sprintf.c (EOVERFLOW): Remove fallback.
11470         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
11471         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
11472
11473         * lib/snprintf.c (EOVERFLOW): Remove fallback.
11474         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
11475         * modules/snprintf (Depends-on): Add EOVERFLOW.
11476
11477         * lib/poll.c (EOVERFLOW): Remove fallback.
11478         * modules/poll (Depends-on): Add EOVERFLOW.
11479
11480         * lib/getugroups.c (EOVERFLOW): Remove fallback.
11481         * modules/getugroups (Depends-on): Add EOVERFLOW.
11482
11483         * lib/getdelim.c (EOVERFLOW): Remove fallback.
11484         * modules/getdelim (Depends-on): Add EOVERFLOW.
11485
11486         * lib/ftell.c (EOVERFLOW): Remove fallback.
11487         * modules/ftell (Depends-on): Add EOVERFLOW.
11488
11489         * lib/fprintf.c (EOVERFLOW): Remove fallback.
11490         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
11491         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
11492
11493         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
11494
11495         * modules/EOVERFLOW-tests: New file.
11496         * tests/test-EOVERFLOW.c: New file.
11497
11498         * modules/EOVERFLOW: New file.
11499         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
11500
11501 2008-03-30  Bruno Haible  <bruno@clisp.org>
11502
11503         Fix bug introduced on 2007-06-10.
11504         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
11505         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
11506
11507 2008-03-30  Bruno Haible  <bruno@clisp.org>
11508
11509         Improve freadseek's efficiency after ungetc.
11510         * lib/freadseek.c: Include freadahead.h.
11511         (freadptrinc): New function, extracted from freadseek.
11512         (freadseek): Use it in a loop. Use freadahead to determine the number
11513         of loop iterations.
11514         * modules/freadseek (Depends-on): Add freadahead.
11515         (configure.ac): Require AC_C_INLINE.
11516
11517 2008-03-30  Bruno Haible  <bruno@clisp.org>
11518
11519         * lib/freadseek.c (freadseek): Don't ignore the return value of
11520         freadptr.
11521
11522 2008-03-29  Eric Blake  <ebb9@byu.net>
11523
11524         Add hex float support.
11525         * modules/strtod (Depends-on): Add c-ctype.
11526         (Link): Mention POW_LIB.
11527         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
11528         whitespace between 'e' and exponent.
11529         * tests/test-strtod.c (main): Enable hex float tests.
11530         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
11531         now provides.
11532
11533         Document various strtod bugs, with some fixes.
11534         * doc/posix-functions/strtod.texi (strtod): Document bugs with
11535         "-0x", "inf", "nan", and hex constants.
11536         * doc/posix-functions/atof.texi (atof): Likewise.
11537         * modules/stdlib (Makefile.am): Support strtod.
11538         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11539         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
11540         detect additional strtod bugs.
11541         * lib/stdlib.in.h (rpl_strtod): Add declarations.
11542         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
11543         bool where appropriate.  Parse 'inf' and 'nan'.
11544         * tests/test-strtod.c: New file.
11545         * modules/strtod (Depends-on): Add stdbool, stdlib.
11546         (configure.ac): Turn on module indicator.
11547         * modules/strtod-tests: New module.
11548
11549 2008-03-29  Eric Blake  <ebb9@byu.net>
11550
11551         Fix ftell on mingw.
11552         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
11553         * modules/ftell-tests (Depends-on): Add binary-io.
11554         * modules/ftello-tests (Depends-on): Likewise.
11555         * tests/test-ftell.c (main): Enhance test to cover behavior after
11556         ungetc.  Enforce binary mode.
11557         * tests/test-ftello.c (main): Likewise.
11558
11559         Pass test-freadseek on cygwin.
11560         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
11561         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
11562         ungetc buffer.
11563
11564         * tests/test-fflush2.c (main): Fix typo.
11565
11566 2008-03-29  Bruno Haible  <bruno@clisp.org>
11567
11568         * tests/test-fflush2.c (main): Temporarily disable the contents of
11569         this test.
11570         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
11571         Reported by Eric Blake.
11572
11573 2008-03-28  Simon Josefsson  <simon@josefsson.org>
11574
11575         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
11576         (GC_SHA224_DIGEST_SIZE): Add.
11577
11578         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
11579         (gc_hash_digest_length): Likewise.
11580         (gc_hash_buffer): Likewise.
11581
11582 2008-03-25  Bruno Haible  <bruno@clisp.org>
11583
11584         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
11585         detail which gettext release to use.
11586         Reported by Simon Josefsson.
11587
11588 2008-03-26  Jim Meyering  <meyering@redhat.com>
11589
11590         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
11591         * modules/gnumakefile (clean-GNUmakefile): Also, use
11592         test ... && ... || : syntax rather than if-then ... fi.
11593
11594         gnumakefile: Don't double-quote-expand $(VPATH) value.
11595         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
11596
11597 2008-03-24  Eric Blake  <ebb9@byu.net>
11598
11599         Alter GNUmakefile to install into top directory.
11600         * modules/maintainer-makefile: Split, and add dependency...
11601         * modules/gnumakefile: to this new module.
11602         * build-aux/GNUmakefile: Move...
11603         * top/GNUmakefile: ...here.
11604         * build-aux/maint.mk: Move...
11605         * top/maint.mk: ...here.
11606         * MODULES.html.sh (Support for maintaining...): Document new
11607         module.
11608
11609 2008-03-23  Bruno Haible  <bruno@clisp.org>
11610
11611         * gnulib-tool: New options --vc-files, --no-vc-files.
11612         (func_usage): Document them.
11613         (vc_files): New variable.
11614         (func_import): Consider vc_files.
11615         (func_create_testdir): Set vc_files to empty.
11616         Suggested by Jim Meyering and Karl Berry.
11617
11618 2008-03-23  Bruno Haible  <bruno@clisp.org>
11619
11620         Fix regex compilation error on HP-UX 11.
11621         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
11622         * modules/regex (Files): Add m4/mbstate_t.m4.
11623         Reported by Ton Voon <ton.voon@altinity.com>.
11624
11625 2008-03-23  Bruno Haible  <bruno@clisp.org>
11626
11627         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
11628
11629 2008-03-23  Eric Blake  <ebb9@byu.net>
11630             Bruno Haible  <bruno@clisp.org>
11631
11632         Install files from top/ in the destination directory.
11633         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11634         augmentation also for the files from top/.
11635         (func_import, func_create_testdir): Rewrite file names:
11636         top/filename -> filename.
11637
11638 2008-03-23  Bruno Haible  <bruno@clisp.org>
11639
11640         Tweak "gnulib --version" output.
11641         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
11642
11643 2008-03-23  Bruno Haible  <bruno@clisp.org>
11644
11645         Tweak "gnulib --version" output.
11646         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
11647         rather than contents of ChangeLog, when possible.
11648
11649 2008-03-21  Eric Blake  <ebb9@byu.net>
11650
11651         More --version tweaks.
11652         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
11653         date of last ChangeLog entry.
11654
11655 2008-03-21  Jim Meyering  <meyering@redhat.com>
11656
11657         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
11658
11659 2008-03-20  Eric Blake  <ebb9@byu.net>
11660
11661         VPATH fix.
11662         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
11663
11664 2008-03-20  Simon Josefsson  <simon@josefsson.org>
11665
11666         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
11667         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
11668
11669 2008-03-20  Eric Blake  <ebb9@byu.net>
11670
11671         Sync GNUmakefile with coreutils.
11672         * build-aux/GNUmakefile (have-Makefile): Rename...
11673         (_have-Makefile): ...to this, for namespace consideration.
11674         (GNUmakefile.cfg): Include, if present.
11675         (_autoreconf): Define a default.
11676         (_is-dist-target): New rule for rebuilds to pick up intra-release
11677         version.
11678         (maint-cfg.mk): Rename...
11679         (cfg.mk): ...to this.
11680
11681 2008-03-18  Jim Meyering  <meyering@redhat.com>
11682
11683         New script and module: mktempd
11684         * MODULES.html.sh (maint+release support): Add mktempd.
11685         * build-aux/mktempd: New file.
11686         * modules/mktempd: New file.
11687
11688 2008-03-15  Jim Meyering  <meyering@redhat.com>
11689
11690         Undo last change.
11691         * lib/sha1.c, lib/md5.c: 63 != ~63.
11692         Reported by Andreas Schwab.
11693
11694         sha1.c, md5.c: Hoist a redundant expression.
11695         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
11696         "ctx->buflen" only once, before calling *_process_block.
11697         * lib/md5.c (md5_process_bytes): Likewise.
11698
11699 2008-03-14  Eric Blake  <ebb9@byu.net>
11700
11701         Bump copyright year in files generated by gnulib-tool.
11702         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
11703         gnulib-tool, rather than hard-coding it.
11704
11705         Fix 'gnulib-tool --version' output to work with git.
11706         * gnulib-tool (func_gnulib_dir): New function, extracted from...
11707         (startup): ...here.
11708         (func_version): Use it to invoke git-version-gen, rather than
11709         relying on CVS keyword expansion.  Modernize wording.
11710         (cvsdatestamp, last_checkin_date, version): Kill unused
11711         variables.
11712
11713 2008-03-12  Jim Meyering  <meyering@redhat.com>
11714
11715         Recognize optional cast of the argument to free.
11716         * build-aux/useless-if-before-free: Update regexps.
11717
11718         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
11719
11720 2008-03-11  Bruno Haible  <bruno@clisp.org>
11721
11722         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
11723         by a single package.
11724         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
11725         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11726         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
11727         Reported by Sam Steingold <sds@gnu.org>.
11728
11729 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11730
11731         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
11732         repositories.
11733
11734 2008-03-11  Bruno Haible  <bruno@clisp.org>
11735
11736         Avoid conflicts between local macro definitions.
11737         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11738         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
11739
11740 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
11741             Bruno Haible  <bruno@clisp.org>
11742
11743         Make va_copy work with some version of xlc on AIX 5.1.
11744         * lib/stdarg.in.h: New file.
11745         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
11746         On AIX, use a <stdarg.h> file substitute.
11747         * modules/stdarg (Files): Add lib/stdarg.in.h.
11748         (Depends-on): Add include_next.
11749         (Makefile.am): Build a stdarg.h substitute if requested.
11750         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
11751
11752 2008-03-10  Bruno Haible  <bruno@clisp.org>
11753
11754         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
11755         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11756         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11757
11758 2008-03-10  Bruno Haible  <bruno@clisp.org>
11759
11760         * modules/stdlib (Depends-on): Add include_next, remove
11761         absolute-header.
11762
11763 2008-03-09  Bruno Haible  <bruno@clisp.org>
11764
11765         * lib/freadahead.h (freadahead): Document more precisely.
11766         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
11767         the sum of both buffer sizes.
11768         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
11769         * NEWS: Document the change.
11770
11771 2008-03-09  Bruno Haible  <bruno@clisp.org>
11772
11773         Extend freadptr to return also the buffer size.
11774         * lib/freadptr.h (freadptr): Add sizep argument.
11775         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
11776         (freadptr): Add sizep argument. Determine buffer size like freadahead
11777         does.
11778         * tests/test-freadptr.c: Don't include freadahead.h.
11779         (main): Adapt for new calling convention of freadptr.
11780         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
11781         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
11782         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
11783         tests/test-freadptr2.sh.
11784         (Depends): Remove freadahead.
11785         (TESTS): Add test-freadptr2.sh.
11786         (check_PROGRAMS): Add test-freadptr2.
11787
11788 2008-03-09  Bruno Haible  <bruno@clisp.org>
11789
11790         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
11791         Report and solution by Simon Josefsson.
11792
11793 2008-03-06  Bruno Haible  <bruno@clisp.org>
11794
11795         Make fflush after ungetc work on BSD platforms.
11796         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
11797         * tests/test-fflush2.c: New file.
11798         * tests/test-fflush2.sh: New file.
11799         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
11800         tests/test-fflush2.c.
11801         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
11802         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
11803
11804 2008-03-06  Eric Blake  <ebb9@byu.net>
11805
11806         Likewise for ftello.
11807         * modules/ftello (Dependencies): Add extensions.
11808         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
11809
11810 2008-03-06  Bruno Haible  <bruno@clisp.org>
11811
11812         * modules/fseeko (Dependencies): Add extensions.
11813         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
11814         Needed on glibc systems.
11815
11816 2008-03-06  Bruno Haible  <bruno@clisp.org>
11817
11818         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
11819         email address.
11820         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11821
11822 2008-03-06  Bruno Haible  <bruno@clisp.org>
11823
11824         * users.txt: Add libgnupdf.
11825
11826 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11827
11828         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
11829         (Header File Substitutes, Function Substitutes,
11830         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
11831         (Build robot for gnulib): Fix typo.
11832
11833 2008-03-06  Bruno Haible  <bruno@clisp.org>
11834
11835         * doc/gnulib-tool.texi (VCS Issues): Small updates.
11836         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11837
11838 2008-03-06  Bruno Haible  <bruno@clisp.org>
11839
11840         * doc/func.texi: New file, extracted from doc/gnulib.texi.
11841         * doc/gnulib.texi: Include it.
11842
11843 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11844
11845         * modules/func (License): Change license to unlimited; there was
11846         no LGPL parts in the module anyway.
11847
11848 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11849
11850         * modules/__func__: Renamed to modules/func.
11851         * modules/__func__-tests: Renamed to modules/func-tests.
11852         * tests/test-__func__.c: Renamed to tests/test-func.c.
11853         * m4/__func__.m4: Renamed to m4/func.m4.
11854         * doc/gnulib.texi (__func__): Section renamed to func.
11855         Suggested by Eric Blake <ebb9@byu.net>.
11856
11857 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11858
11859         * doc/gnulib.texi (__func__): Use C99 terminology when talking
11860         about __func__.  Make example self-contained.  Suggested by Eric
11861         Blake <ebb9@byu.net>.
11862
11863         * tests/test-__func__.c (main): Avoid extraneous () around __func.
11864         Suggested by Eric Blake <ebb9@byu.net>.
11865
11866 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11867
11868         * modules/__func__: New file.
11869         * modules/__func__-tests: New file.
11870         * tests/test-__func__.c: New file.
11871         * m4/__func__.m4: New file.
11872         * doc/gnulib.texi (__func__): Document __func__ module.
11873
11874 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11875
11876         * modules/byteswap (License): Re-license as LGPLv2+.
11877
11878 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11879
11880         * doc/Makefile: Add pdf target.
11881
11882 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11883
11884         * modules/inline (License): Use 'unlimited', since there are only
11885         *.m4 files in this module.
11886
11887 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11888             Bruno Haible  <bruno@clisp.org>
11889
11890         Add support for HP C 7.1 on OpenVMS 8.3.
11891         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
11892
11893 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11894
11895         Update VMS specifics.
11896         * lib/getopt.c [VMS]: Remove include of unixlib.h.
11897
11898 2008-03-02  Jim Meyering  <meyering@redhat.com>
11899
11900         Remove the last dependency on the "free" module.
11901         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
11902         Reported by Bob Proulx.
11903
11904         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
11905
11906         Remove useless "if" tests before free.  Deprecate "free" module.
11907         * doc/posix-functions/free.texi: Mention that this
11908         module is no longer useful.
11909         * modules/free (Notice): Say this module is obsolete.
11910         * modules/readutmp (Depends-on): Remove free.
11911         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
11912         * lib/putenv.c (putenv): Likewise.
11913         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
11914         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
11915         * tests/test-c-strcasestr.c (main): Likewise.
11916         * tests/test-c-strstr.c (main): Likewise.
11917         * tests/test-mbscasestr1.c (main): Likewise.
11918         * tests/test-mbscasestr2.c (main): Likewise.
11919         * tests/test-mbsstr1.c (main): Likewise.
11920         * tests/test-mbsstr2.c (main): Likewise.
11921         * tests/test-memmem.c (main): Likewise.
11922         * tests/test-strcasestr.c (main): Likewise.
11923         * tests/test-striconv.c (main): Likewise.
11924         * tests/test-striconveh.c (main): Likewise.
11925         * tests/test-striconveha.c (main): Likewise.
11926         * tests/test-strstr.c (main): Likewise.
11927
11928         * build-aux/git-version-gen: Adjust a comment and the Usage string.
11929
11930         bootstrap: sync from coreutils again
11931         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
11932
11933 2008-03-01  Jim Meyering  <meyering@redhat.com>
11934
11935         bootstrap: sync from coreutils
11936         * build-aux/bootstrap (update_po_files): Copy a .po file into place
11937         also when the target doesn't exist.
11938
11939 2008-03-01  Eric Blake  <ebb9@byu.net>
11940
11941         Fix bugs in last patch.
11942         * lib/memchr2.c (memchr2): Fix typo.
11943         * tests/test-memchr2.c: Test previous bug, and don't use GNU
11944         extension.
11945         Reported by Bruce Korb.
11946
11947         New module 'memchr2'.
11948         * modules/memchr2: New file.
11949         * modules/memchr2-tests: Likewise.
11950         * lib/memchr2.h: Likewise.
11951         * lib/memchr2.c: Likewise, based on memchr.c.
11952         * tests/test-memchr2.c: New test.
11953         * MODULES.html.sh (String handling): Add memchr2.
11954
11955 2008-02-29  Bruno Haible  <bruno@clisp.org>
11956
11957         * modules/freadseek-tests: New file.
11958         * tests/test-freadseek.sh: New file.
11959         * tests/test-freadseek.c: New file.
11960
11961         New module 'freadseek'.
11962         * modules/freadseek: New file.
11963         * lib/freadseek.h: New file.
11964         * lib/freadseek.c: New file.
11965         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
11966
11967 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11968
11969         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
11970         wydawca.
11971
11972         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
11973         program_invocation_name and program_invocation_short_name are
11974         present.
11975
11976 2008-02-28  Bruno Haible  <bruno@clisp.org>
11977
11978         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
11979         * tests/test-freadptr.sh: Also test non-seekable stdin.
11980
11981 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
11982
11983         * build-aux/bootstrap (source_base, m4_base)
11984         (doc_base, tests_base): New variables.
11985         (gnulib_tool_options): Do not hardcode base directories, use
11986         the above variables instead.
11987
11988 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
11989
11990         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
11991
11992 2008-02-28  Bruno Haible  <bruno@clisp.org>
11993
11994         * modules/freadptr-tests: New file.
11995         * tests/test-freadptr.sh: New file.
11996         * tests/test-freadptr.c: New file.
11997
11998         New module 'freadptr'.
11999         * modules/freadptr: New file.
12000         * lib/freadptr.h: New file.
12001         * lib/freadptr.c: New file.
12002         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
12003
12004 2008-02-26  Karl Berry  <karl@freefriends.org>
12005
12006         Sync from Libtool:
12007         * libltdl/argz.c (argz_add, argz_count): New functions.
12008         * libltdl/argz.in.h: Declare them.
12009         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
12010
12011 2008-02-22  Bruno Haible  <bruno@clisp.org>
12012
12013         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
12014         is a pointer type.  Needed for HP-UX 10.
12015         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
12016         * doc/posix-functions/gmtime_r.texi: Likewise.
12017         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12018
12019 2008-02-24  Bruno Haible  <bruno@clisp.org>
12020
12021         * modules/environ-tests: New file.
12022         * tests/test-environ.c: New file.
12023
12024         New module 'environ'.
12025         * modules/environ: New file.
12026         * lib/unistd.in.h (environ): New declaration.
12027         * m4/environ.m4: New file.
12028         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
12029         after use.
12030         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
12031         HAVE_DECL_ENVIRON.
12032         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
12033         HAVE_DECL_ENVIRON.
12034         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
12035         wrong claim that 'environ' is missing on some systems.
12036         * modules/execute (Depends-on): Add environ.
12037         * lib/execute.c (environ): Remove fallback declaration.
12038         * modules/pipe (Depends-on): Add environ.
12039         * lib/pipe.c (environ): Remove fallback declaration.
12040         * modules/setenv (Depends-on): Add environ.
12041         * lib/setenv.c (environ): Remove fallback declaration.
12042         * modules/unsetenv (Depends-on): Add environ.
12043         * lib/unsetenv.c (environ): Remove fallback declaration.
12044         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
12045         m4/environ.m4.
12046         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
12047         (gl_PREREQ_UNSETENV): Likewise.
12048
12049 2008-02-24  Bruno Haible  <bruno@clisp.org>
12050
12051         * doc/posix-functions/environ.texi: Document the MacOS X problem.
12052
12053 2008-02-20  Bob Proulx  <bob@proulx.com>
12054
12055         Enable use of older two part flavor 'git describe'.
12056         * build-aux/git-version-gen: If using the older two part flavor of
12057         git version then recreate the third part now present in the
12058         newer three part flavor of git describe.
12059
12060 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
12061
12062         * lib/fts.c (fts_build): Typo correction to comment.
12063
12064 2008-02-17  Bruno Haible  <bruno@clisp.org>
12065
12066         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
12067         generating no-op conflicts.
12068
12069 2008-02-17  Bruno Haible  <bruno@clisp.org>
12070
12071         Speed up by 10%.
12072         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
12073         result_entries, rather than an index-based loop.
12074
12075 2008-02-17  Bruno Haible  <bruno@clisp.org>
12076
12077         Speed up by 25%.
12078         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
12079         'hashcode_cached'.
12080         (entry_create): New function.
12081         (entry_hashcode): Use the cached hashcode if possible.
12082         (read_changelog_file, try_split_merged_entry): Use entry_create.
12083
12084 2008-02-17  Bruno Haible  <bruno@clisp.org>
12085
12086         Speed up from O(n^2) to O(n) for long ChangeLog files.
12087         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
12088         (read_changelog_file): Change implementation of entries_reversed list
12089         to rbtreehash.
12090         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
12091
12092 2008-02-17  Bruno Haible  <bruno@clisp.org>
12093
12094         New option --split-merged-entry.
12095         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
12096         (find_paragraph_end, try_split_merged_entry): New functions.
12097         (long_options): Add option --split-merged-entry.
12098         (usage): Document option --split-merged-entry.
12099         (main): Implement option --split-merged-entry.
12100         Reported by Eric Blake.
12101
12102 2008-02-17  Bruno Haible  <bruno@clisp.org>
12103
12104         * lib/git-merge-changelog.c: Include c-strstr.h.
12105         (main): Support the "git pull --rebase" situation.
12106         * modules/git-merge-changelog (Depends-on): Add c-strstr.
12107         Reported by Eric Blake.
12108
12109 2008-02-16  Eric Blake  <ebb9@byu.net>
12110
12111         Avoid doubling \ in common case of "c-maybe" quoting style.
12112         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
12113         eliding outer quotes.
12114         * lib/quotearg.h: Document this.
12115         * tests/test-quotearg.c (result_strings, inputs, results_g)
12116         (flag_results, locale_results): Test it by adding a new string to
12117         each test group.
12118         (compare_strings): Test new string.
12119
12120 2008-02-13  Eric Blake  <ebb9@byu.net>
12121
12122         Avoid trigraph quoting in default output.
12123         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
12124         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
12125         unless explicitly requested.
12126         * tests/test-quotearg.c (flag_results, main): Add additional tests.
12127
12128 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
12129
12130         Don't rely on signed integer overflowing to negative value.
12131         * lib/getugroups.c (getugroups): Include <limits.h>.
12132         Instead, compare against INT_MAX, and increment only if the test passes.
12133
12134 2008-02-13  Jim Meyering  <meyering@redhat.com>
12135         and Eric Blake  <ebb9@byu.net>
12136
12137         Avoid shadowing warning and compile errors on Linux.
12138         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
12139         forwarding macros on Linux.
12140         (dcgettext): Define a stub, for Linux.
12141         (results_g, main): Avoid warnings.
12142
12143 2008-02-12  Eric Blake  <ebb9@byu.net>
12144
12145         Silence warning in last patch.
12146         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
12147
12148         Quotearg part 4: add tests, fix c-maybe colon quoting.
12149         * lib/quotearg.h: Improve documentation.
12150         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
12151         escapes when adding outer quotes.  When quoting trigraphs, use
12152         valid C notation.  When quoting NUL, omit extra characters if next
12153         character is not digit.  Alter prototype.
12154         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
12155         callers.
12156         * modules/quotearg-tests: New module.
12157         * tests/test-quotearg.c: New test.
12158
12159 2008-02-07  Eric Blake  <ebb9@byu.net>
12160
12161         Quotearg part 3: add flag to control outer quote elision.
12162         * lib/quotearg.h (c_maybe_quoting_style): New style.
12163         (enum quoting_flags): Better documentation of flags.
12164         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
12165         c-maybe style.
12166         (quotearg_buffer_restyled): Handle new flag to elide outer
12167         quotes.
12168
12169         Quotearg part 2: add flag that can control NUL elision.
12170         * lib/quotearg.h (set_quoting_flags): New prototype.
12171         * lib/quotearg.c (struct quoting_options): Add flag field.
12172         (set_quoting_flags): New function.
12173         (quotearg_buffer_restyled): Add flags parameter.
12174         (quotearg_alloc_mem): Set the flag if length cannot be returned.
12175         (quotearg_n_options): Set the flag, since length cannot be
12176         returned.
12177         (quoting_options_from_style): Default flags correctly.
12178
12179         Quotearg part 1: more wrappers, restore quotearg_char state.
12180         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
12181         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
12182         (quotearg_colon_mem): New wrappers.
12183         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
12184         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
12185         functions.
12186         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
12187         (quotearg_colon_mem): New functions.
12188
12189 2008-02-11  Bruno Haible  <bruno@clisp.org>
12190
12191         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
12192         library in the current directory: it does not work with parallel make.
12193         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12194
12195 2008-02-11  Bruno Haible  <bruno@clisp.org>
12196
12197         * .gitattributes: New file.
12198
12199 2008-02-11  Jim Meyering  <meyering@redhat.com>
12200
12201         useless-if-before-free: Fix reversed exit values.
12202         * build-aux/useless-if-before-free: Use correct values
12203         for EXIT_MATCH and EXIT_NO_MATCH.
12204
12205         * build-aux/useless-if-before-free: Close stdout carefully.
12206
12207 2008-02-10  Bruno Haible  <bruno@clisp.org>
12208
12209         New module 'git-merge-changelog'.
12210         * modules/git-merge-changelog: New file.
12211         * lib/git-merge-changelog.c: New file.
12212
12213 2008-02-10  Jim Meyering  <meyering@redhat.com>
12214
12215         useless-if-before-free: New option: --list (-l).
12216
12217         useless-if-before-free: Don't exit immediately upon open failure.
12218         * build-aux/useless-if-before-free: Exit 2 for errors.
12219         Upon failure to open a file, don't exit immediately.
12220         Rather, just warn and continue with any remaining files.
12221
12222 2008-02-10  Bruno Haible  <bruno@clisp.org>
12223
12224         New abstract list operation 'node_set_value'.
12225         * lib/gl_list.h (gl_list_node_set_value): New function.
12226         (struct gl_list_implementation): New field node_set_value.
12227         * lib/gl_list.c (gl_list_node_set_value): New function.
12228         * lib/gl_array_list.c (gl_array_node_set_value): New function.
12229         (gl_array_list_implementation): Update.
12230         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
12231         (gl_carray_list_implementation): Update.
12232         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
12233         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12234         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12235         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
12236         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12237         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12238         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12239         Update.
12240         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12241         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
12242         (gl_sublist_list_implementation): Update.
12243
12244 2008-02-10  Bruno Haible  <bruno@clisp.org>
12245
12246         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
12247         Needed when ELEMENT is #defined to 'some_type *'.
12248
12249 2008-02-10  Jim Meyering  <meyering@redhat.com>
12250
12251         New script and module: useless-if-before-free
12252         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
12253         * build-aux/useless-if-before-free: New file.
12254         * modules/useless-if-before-free: New file.
12255
12256         * build-aux/gitlog-to-changelog: Use committer date, not author date.
12257
12258         xstrtol_error: Fix typo.
12259         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
12260         s/exit_failure/exit_status/.
12261
12262 2008-02-09  Jim Meyering  <meyering@redhat.com>
12263
12264         New script and module: gitlog-to-changelog
12265         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
12266         * modules/gitlog-to-changelog: New file.
12267         * build-aux/gitlog-to-changelog: New file.
12268
12269 2008-02-08  Jim Meyering  <meyering@redhat.com>
12270
12271         Avoid two "parameter unused" warnings.
12272         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
12273         Mark "st" as used.
12274
12275         Use "git COMMAND", not "git-COMMAND".
12276         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
12277         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
12278         * build-aux/git-version-gen: Use "git status", not "git-status".
12279
12280 2008-02-07  Bruno Haible  <bruno@clisp.org>
12281
12282         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
12283         Avoids a crash on Windows Vista.
12284         Reported by Adam Strzelecki <ono@java.pl> via
12285         Simon Josefsson <simon@josefsson.org>.
12286
12287 2008-02-06  Bruno Haible  <bruno@clisp.org>
12288
12289         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
12290         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
12291         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
12292         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
12293         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12294         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12295         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
12296         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
12297         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12298         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12299         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12300         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12301         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12302         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12303         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12304         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
12305         left-adjust flag.
12306         * tests/test-snprintf-posix.h (test_function): Likewise.
12307         * tests/test-sprintf-posix.h (test_function): Likewise.
12308         * tests/test-vasprintf-posix.c (test_function): Likewise.
12309         * doc/posix-functions/fprintf.texi: Update.
12310         * doc/posix-functions/printf.texi: Update.
12311         * doc/posix-functions/snprintf.texi: Update.
12312         * doc/posix-functions/sprintf.texi: Update.
12313         * doc/posix-functions/vfprintf.texi: Update.
12314         * doc/posix-functions/vprintf.texi: Update.
12315         * doc/posix-functions/vsnprintf.texi: Update.
12316         * doc/posix-functions/vsprintf.texi: Update.
12317         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12318
12319 2008-02-06  Bruno Haible  <bruno@clisp.org>
12320
12321         Fix bug introduced on 2008-01-26.
12322         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12323
12324 2008-02-06  Bruno Haible  <bruno@clisp.org>
12325
12326         Fix bug introduced on 2007-06-10.
12327         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12328         !NEED_PRINTF_FLAG_ZERO.
12329
12330 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12331
12332         getloadavg: use libperfstat on AIX5
12333         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12334
12335 2008-02-03  Bruno Haible  <bruno@clisp.org>
12336
12337         * lib/diffseq.h: Add comments about required #includes.
12338         Reported by Michael Biggs <gnulib@doubleplum.net>.
12339
12340 2008-02-01  Bruno Haible  <bruno@clisp.org>
12341
12342         * users.txt: Add gnuit.
12343
12344 2008-01-31  Bruno Haible  <bruno@clisp.org>
12345
12346         * lib/md4.c (set_uint32): Mark as inline.
12347         * lib/md5.c (set_uint32): Likewise.
12348         * lib/sha1.c (set_uint32): Likewise.
12349         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12350         * m4/md5.m4 (gl_MD5): Likewise.
12351         * m4/sha1.m4 (gl_SHA1): Likewise.
12352
12353 2008-01-31  Jim Meyering  <meyering@redhat.com>
12354
12355         Use "sizeof VAR", rather than a literal "4".
12356         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12357         * lib/md4.c (md4_read_ctx): Likewise.
12358         * lib/sha1.c (sha1_read_ctx): Likewise.
12359
12360 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12361
12362         * tests/test-sha1.c: New file, based on test-md5.c.
12363
12364         * modules/crypto/sha1-tests: New file.
12365
12366 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12367
12368         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12369
12370 2008-01-31  Jim Meyering  <meyering@redhat.com>
12371
12372         Prefer "sizeof v" over the equivalent "4".
12373         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12374         * lib/md5.c (set_uint32): Likewise.
12375         * lib/sha1.c (set_uint32): Likewise.
12376
12377 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12378
12379         * lib/sha1.c (set_uint32): Mark function as static.
12380
12381 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12382
12383         md2: clarify comments to say that alignment is not required.
12384         * lib/md2.h: Remove warning about alignment in comment.
12385         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12386         never been required.
12387
12388 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12389
12390         md4: adapt alignment constraint fix from sha1.
12391         * lib/md4.c (set_uint32): New function, from sha1.c
12392         (md4_read_ctx): Use it.
12393         (md4_finish_ctx): Doc fix.
12394         * lib/md4.h: Doc fix.
12395
12396 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12397
12398         md5: adapt alignment constraint fix from sha1.
12399         * lib/md5.c (set_uint32): New function, from sha1.c
12400         (md5_read_ctx): Use it.
12401         (md5_finish_ctx): Doc fix.
12402         * lib/md5.h: Doc fix.
12403
12404 2008-01-30  Peter Palfrader  <weasel@debian.org>
12405
12406         sha1: remove the result buffer alignment constraint
12407         * lib/sha1.c (set_uint32): New function.
12408         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12409         constraint.
12410         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12411         * lib/sha1.h: Likewise.
12412
12413 2008-01-30  Andreas Schwab  <schwab@suse.de>
12414             Bruno Haible  <bruno@clisp.org>
12415
12416         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12417         correct definition of LDBL_MIN_EXP.
12418
12419 2008-01-30  Karl Berry  <karl@gnu.org>
12420
12421         * config/srclist-update: try to preserve x bit on updates.
12422         * config/srclistvars.sh: update for karl.
12423
12424 2008-01-29  Jim Meyering  <meyering@redhat.com>
12425
12426         vasnprintf.c: Avoid warning about unused label
12427         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
12428         "overflow" label definition and associated code with the
12429         same cpp condition that guards the sole use of that label.
12430
12431 2008-01-26  Bruno Haible  <bruno@clisp.org>
12432
12433         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
12434         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
12435         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
12436         * lib/isnanl-nolibm.h (isnanl): Likewise.
12437         Reported by Paul Eggert <eggert@cs.ucla.edu>.
12438
12439 2008-01-26  Bruno Haible  <bruno@clisp.org>
12440
12441         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
12442         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
12443
12444 2008-01-26  Bruno Haible  <bruno@clisp.org>
12445
12446         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
12447         GCC >= 4.0 built-in.
12448         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
12449
12450 2008-01-26  Bruno Haible  <bruno@clisp.org>
12451
12452         Rename isnan, applicable to 'double' only, to isnand.
12453         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
12454         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
12455         (configure.ac): Update.
12456         (Include): Replace "isnan.h" with "isnand.h".
12457         * m4/isnand.m4: Renamed from m4/isnan.m4.
12458         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
12459         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
12460         instead of isnan.c.
12461         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
12462         instead of HAVE_ISNAN_IN_LIBC.
12463         (isnand): Renamed from isnan.
12464         * lib/isnand.c: New file.
12465         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
12466         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
12467         (Makefile.am): Update.
12468         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
12469         Include isnand.h instead of isnan.h.
12470         (main): Test isnand instead of isnan.
12471         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
12472         isnan-nolibm.
12473         * modules/frexp (Depends-on): Likewise.
12474         * modules/frexp-tests (Depends-on): Likewise.
12475         * modules/frexp-nolibm (Depends-on): Likewise.
12476         * modules/frexp-nolibm-tests (Depends-on): Likewise.
12477         * modules/isfinite (Depends-on): Likewise.
12478         * modules/round-tests (Depends-on): Likewise.
12479         * modules/signbit (Depends-on): Likewise.
12480         * modules/signbit-tests (Depends-on): Likewise.
12481         * modules/snprintf-posix (Depends-on): Likewise.
12482         * modules/sprintf-posix (Depends-on): Likewise.
12483         * modules/trunc-tests (Depends-on): Likewise.
12484         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12485         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12486         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12487         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12488         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12489         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12490         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12491         * modules/vasnprintf-posix (Depends-on): Likewise.
12492         * modules/vasprintf-posix (Depends-on): Likewise.
12493         * modules/vfprintf-posix (Depends-on): Likewise.
12494         * modules/vsnprintf-posix (Depends-on): Likewise.
12495         * modules/vsprintf-posix (Depends-on): Likewise.
12496         * lib/frexp.c: Include isnand.h instead of isnan.h.
12497         (ISNAN): Set to isnand instead of isnan.
12498         * lib/isfinite.c: Include isnand.h instead of isnan.h.
12499         (gl_isfinited): Use isnand instead of isnan.
12500         * lib/signbitd.c: Include isnand.h instead of isnan.h.
12501         (gl_signbitd): Use isnand instead of isnan.
12502         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
12503         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
12504         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
12505         (main): Use isnand instead of isnan.
12506         * tests/test-round1.c: Include isnand.h.
12507         (main): Use isnand instead of isnan.
12508         * tests/test-round2.c: Include isnand.h instead of isnan.h.
12509         (ISNAN): Set to isnand instead of isnan.
12510         * tests/test-trunc1.c: Include isnand.h.
12511         (main): Use isnand instead of isnan.
12512         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
12513         (equal): Use isnand instead of isnan.
12514         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
12515         isnand-nolibm.
12516         * NEWS: Mention the change.
12517
12518 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12519             Bruno Haible  <bruno@clisp.org>
12520
12521         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
12522         the GCC builtins for signbits are present and set
12523         REPLACE_SIGNBIT_USING_GCC if so.
12524         * lib/math.in.h (signbit): Define using GCC builtins if
12525         REPLACE_SIGNBIT_USING_GCC is set.
12526         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
12527         REPLACE_SIGNBIT_USING_GCC.
12528         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
12529
12530 2008-01-25  Jim Meyering  <meyering@redhat.com>
12531
12532         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
12533         * lib/poll.c: Include <config.h>, not "config.h".
12534         * tests/test-getaddrinfo.c: Likewise.
12535
12536 2008-01-25  Simon Josefsson  <simon@josefsson.org>
12537
12538         * modules/sockets-tests: New file.
12539
12540 2008-01-24  Simon Josefsson  <simon@josefsson.org>
12541
12542         * modules/sockets: New module, can be used to call WSA_Startup and
12543         WSA_Cleanup when needed.
12544
12545         * lib/sockets.h, lib/sockets.c: New files.
12546
12547         * m4/sockets.m4: New file.
12548
12549         * tests/test-sockets.c: New file.
12550
12551 2008-01-19  Bruno Haible  <bruno@clisp.org>
12552
12553         * doc/posix-headers: Renamed from doc/headers.
12554         * doc/posix-functions: Renamed from doc/functions.
12555         * doc/gnulib.texi: Update.
12556
12557 2008-01-19  Bruno Haible  <bruno@clisp.org>
12558
12559         * doc/glibc-functions/strcasestr.texi: Include contents of
12560         doc/functions/strcasestr.texi, fixing the list of platforms.
12561         * doc/functions/strcasestr.texi: Remove file.
12562
12563 2008-01-19  Bruno Haible  <bruno@clisp.org>
12564
12565         * doc/glibc-functions/memmem.texi: Include contents of
12566         doc/functions/memmem.texi.
12567         * doc/functions/memmem.texi: Remove file.
12568
12569 2008-01-18  Bruno Haible  <bruno@clisp.org>
12570
12571         * doc/glibc-functions/*.texi: New files.
12572         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
12573         to use the new files.
12574
12575 2008-01-17  Bruno Haible  <bruno@clisp.org>
12576
12577         * tests/test-gethostname.c (main): Fix printf statement.
12578
12579 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12580
12581         * modules/gethostname-tests: New file.
12582
12583         * tests/test-gethostname.c: New file.
12584
12585 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12586
12587         * lib/gethostname.c: Include string.h unconditionally, strncpy is
12588         used by the UNAME case.  Reported by Bruno Haible
12589         <bruno@clisp.org>.
12590
12591 2008-01-17  Eric Blake  <ebb9@byu.net>
12592
12593         Convert c-strcasestr to be more efficient.
12594         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
12595         (Depends-on): Add c-strcase, remove malloca, strnlen.
12596         * tests/test-c-strcasestr.c (main): Enhance test.
12597         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
12598
12599 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12600
12601         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
12602         Use it in creating po/Makevars.
12603
12604 2008-01-15  Simon Josefsson  <simon@josefsson.org>
12605
12606         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
12607         Applications that requires it should initialize libgcrypt
12608         manually.
12609
12610 2008-01-16  Simon Josefsson  <simon@josefsson.org>
12611
12612         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
12613
12614 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
12615
12616         Fix problem with getdate on mingw32 reported by Simon Josefsson
12617         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
12618         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
12619         tzname", when deciding whether to declare tzname.
12620         * lib/strftime.c (tzname): Likewise.
12621
12622 2008-01-15  Bruno Haible  <bruno@clisp.org>
12623
12624         Work around a MacOS X 10.5 bug in frexpl().
12625         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
12626         * doc/functions/frexpl.texi: Document the bug.
12627         Reported by Elias Pipping <pipping@gentoo.org>.
12628
12629 2008-01-14  Eric Blake  <ebb9@byu.net>
12630
12631         Touch up previous patch.
12632         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
12633         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
12634
12635         Convert strcasestr module to use Two-Way algorithm.
12636         * modules/strcasestr-simple: New module, based on the old
12637         strcasestr, but with Two-Way rather than KMP.
12638         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
12639         * lib/string.in.h (rpl_strcasestr): Declare.
12640         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
12641         performance.
12642         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
12643         * modules/string (Makefile.am): Support strcasestr.
12644         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12645         * modules/strcasestr-tests (Depends-on): Check for alarm.
12646         * tests/test-strcasestr.c: Augment test.
12647         * lib/str-two-way.h: Clean up stray macro.
12648         * NEWS: Document new module.
12649         * MODULES.html.sh (string handling): Likewise.
12650         * doc/functions/strcasestr.texi: New file.
12651         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
12652         here, since it is not a POSIX function.
12653
12654 2008-01-14  Colin Watson  <cjwatson@debian.org>
12655             Bruno Haible  <bruno@clisp.org>
12656
12657         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
12658         works fine; if not, set REPLACE_STRSIGNAL.
12659         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
12660         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12661         REPLACE_STRSIGNAL.
12662         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
12663         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
12664         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
12665
12666 2008-01-14  Bruno Haible  <bruno@clisp.org>
12667
12668         * modules/strsignal (Include): Change to <string.h>.
12669
12670 2008-01-14  Colin Watson  <cjwatson@debian.org>
12671
12672         * modules/argp (Notice): Add a notice recommending to change
12673         XGETTEXT_OPTIONS.
12674         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
12675
12676 2008-01-13  Colin Watson  <cjwatson@debian.org>
12677
12678         * modules/strsignal-tests: New file.
12679         * tests/test-strsignal.c: New file.
12680
12681         * lib/strsignal.c: New file, from glibc with modifications.
12682         * lib/siglist.h: New file, from glibc with modifications.
12683         * lib/string.in.h (strsignal): New declaration.
12684         * m4/strsignal.m4: New file.
12685         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12686         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
12687         * modules/strsignal: New file.
12688         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
12689         HAVE_DECL_STRSIGNAL.
12690
12691 2008-01-13  Bruno Haible  <bruno@clisp.org>
12692
12693         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
12694         locale encoding is not ASCII. Needed for OpenBSD 4.0.
12695         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12696         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12697
12698 2008-01-13  Bruno Haible  <bruno@clisp.org>
12699
12700         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
12701         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
12702         * lib/argp.h (__attribute__): Likewise.
12703         * lib/c-stack.c (__attribute__): Likewise.
12704         * lib/error.h (__attribute__): Likewise.
12705         * lib/fts.c (__attribute__): Likewise.
12706         * lib/openat.h (__attribute__): Likewise.
12707         * lib/stdio.in.h (__attribute__): Likewise.
12708         * lib/string.in.h (__attribute__): Likewise.
12709         * lib/utimens.c (__attribute__): Likewise.
12710         * lib/vasnprintf.h (__attribute__): Likewise.
12711         * lib/xalloc.h (__attribute__): Likewise.
12712         * lib/xprintf.h (__attribute__): Likewise.
12713         * lib/xstrtol.h (__attribute__): Likewise.
12714         * lib/xvasprintf.h (__attribute__): Likewise.
12715
12716 2008-01-12  Bruno Haible  <bruno@clisp.org>
12717
12718         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
12719         * doc/glibc-headers/a.out.texi: New file.
12720         * doc/glibc-headers/aliases.texi: New file.
12721         * doc/glibc-headers/alloca.texi: New file.
12722         * doc/glibc-headers/ar.texi: New file.
12723         * doc/glibc-headers/argp.texi: New file.
12724         * doc/glibc-headers/argz.texi: New file.
12725         * doc/glibc-headers/byteswap.texi: New file.
12726         * doc/glibc-headers/crypt.texi: New file.
12727         * doc/glibc-headers/endian.texi: New file.
12728         * doc/glibc-headers/envz.texi: New file.
12729         * doc/glibc-headers/err.texi: New file.
12730         * doc/glibc-headers/error.texi: New file.
12731         * doc/glibc-headers/execinfo.texi: New file.
12732         * doc/glibc-headers/fpu_control.texi: New file.
12733         * doc/glibc-headers/fstab.texi: New file.
12734         * doc/glibc-headers/fts.texi: New file.
12735         * doc/glibc-headers/getopt.texi: New file.
12736         * doc/glibc-headers/ieee754.texi: New file.
12737         * doc/glibc-headers/ifaddrs.texi: New file.
12738         * doc/glibc-headers/libintl.texi: New file.
12739         * doc/glibc-headers/mcheck.texi: New file.
12740         * doc/glibc-headers/mntent.texi: New file.
12741         * doc/glibc-headers/obstack.texi: New file.
12742         * doc/glibc-headers/paths.texi: New file.
12743         * doc/glibc-headers/printf.texi: New file.
12744         * doc/glibc-headers/pty.texi: New file.
12745         * doc/glibc-headers/resolv.texi: New file.
12746         * doc/glibc-headers/shadow.texi: New file.
12747         * doc/glibc-headers/sysexits.texi: New file.
12748         * doc/glibc-headers/ttyent.texi: New file.
12749
12750 2008-01-12  Jim Meyering  <meyering@redhat.com>
12751
12752         announce-gen: emit Gnulib's git-based version string.
12753         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
12754         New option --gnulib-version=V, where V is expected to be
12755         the output of running git describe in the gnulib directory.
12756         (get_tool_versions): Request feedback on xdelta.  I suspect it's
12757         not useful, and plan to stop publishing an xdelta file with each
12758         coreutils release.
12759
12760         * build-aux/announce-gen: Also check for lzma-compressed files.
12761
12762 2008-01-11  Bruno Haible  <bruno@clisp.org>
12763
12764         * tests/test-memmem.c (main): Increase maximum allowed time.
12765         * tests/test-strstr.c (main): Likewise.
12766
12767 2008-01-11  Bruno Haible  <bruno@clisp.org>
12768
12769         * doc/functions/memmem.texi: Add more precisions about platforms.
12770         * doc/functions/strstr.texi: Likewise.
12771
12772 2008-01-10  Eric Blake  <ebb9@byu.net>
12773
12774         * m4/strstr.m4: Delete cruft from copy-n-paste.
12775         Reported by Bruno Haible.
12776
12777 2008-01-10  Bruno Haible  <bruno@clisp.org>
12778
12779         Make c-strstr rely on strstr.
12780         * lib/c-strstr.c: Don't include str-kmp.h.
12781         (c_strstr): Define in terms of strstr.
12782         * modules/c-strstr (Files): Remove lib/str-kmp.h.
12783         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
12784
12785 2008-01-10  Bruno Haible  <bruno@clisp.org>
12786
12787         * doc/gnulib.texi (String Functions in C Locale): New section.
12788         * doc/c-ctype.texi: New file.
12789         * doc/c-strcase.texi: New file.
12790         * doc/c-strcaseeq.texi: New file.
12791         * doc/c-strcasestr.texi: New file.
12792         * doc/c-strstr.texi: New file.
12793         * doc/c-strtod.texi: New file.
12794         * doc/c-strtold.texi: New file.
12795
12796 2008-01-10  Eric Blake  <ebb9@byu.net>
12797
12798         * lib/relocatable.h: Fix a comment.
12799
12800 2008-01-10  Eric Blake  <ebb9@byu.net>
12801
12802         Share two-way algorithm.
12803         * lib/str-two-way.h: New file, merged from...
12804         * lib/memmem.c: ...here...
12805         * lib/strstr.c: ...and here.
12806         * modules/memmem (Files): Use it.
12807         * modules/strstr (Files): Likewise.
12808
12809         Avoid quadratic strstr implementations.
12810         * lib/strstr.c: New file.
12811         * m4/strstr.m4: Likewise.
12812         * modules/strstr: Likewise.
12813         * modules/strstr-tests: Likewise.
12814         * tests/test-strstr.c: Likewise.
12815         * lib/string.in.h (rpl_strstr): Declare.
12816         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
12817         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
12818         * modules/string (Makefile.am): Likewise.
12819         * MODULES.html.sh (string handling): Mention new module.
12820         * doc/functions/strstr.texi (strstr): Document the bug.
12821
12822 2008-01-10  Bruno Haible  <bruno@clisp.org>
12823
12824         * lib/relocatable.h (relocate): State whether result is freshly
12825         allocated or not.
12826         * lib/relocatable.c (relocate): Return a freshly allocated string
12827         instead of a pointer to a privately held string.
12828         Reported by Sylvain Beucler <beuc@gnu.org>.
12829
12830 2008-01-10  Colin Watson  <cjwatson@debian.org>
12831
12832         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
12833         s/S_ISNLK/S_ISLNK/.
12834
12835 2008-01-09  Bruno Haible  <bruno@clisp.org>
12836
12837         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
12838         and other files.
12839         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
12840         if it's only a guess.
12841         * modules/memmem: Simplify by depending on memmem-simple.
12842
12843 2008-01-09  Bruno Haible  <bruno@clisp.org>
12844
12845         Work around OpenBSD 4.0 tdelete() bug.
12846         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
12847         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
12848         macros and don't redefine the enum values.
12849         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
12850         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
12851         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
12852
12853 2008-01-09  Bruno Haible  <bruno@clisp.org>
12854
12855         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
12856         (main): Don't perform the tests if setlocale did not install a UTF-8
12857         locale. Needed on OpenBSD 4.0.
12858         * modules/wcwidth-tests (Depends-on): Add localcharset.
12859
12860 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12861
12862         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
12863         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
12864         * NEWS: announce this.
12865         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
12866
12867 2008-01-09  Simon Josefsson  <simon@josefsson.org>
12868         and Eric Blake  <ebb9@byu.net>
12869
12870         Add memmem-simple module.
12871         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
12872         (gl_FUNC_MEMMEM): Separate performance from presence checks.
12873         * modules/memmem-simple: New file.
12874         * modules/memmem (Description): Tweak.
12875         * MODULES.html.sh (string handling): Mention new module.
12876         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
12877         addressed by memmem-simple.
12878         * NEWS: Document the difference.
12879
12880 2008-01-09  Eric Blake  <ebb9@byu.net>
12881
12882         Give gcc some memmem optimization hints.
12883         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
12884         (strcasestr): Declare as pure.
12885         * modules/memmem (Maintainer): Claim my implementation.
12886
12887 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12888
12889         Support AIX 6.1 and higher.
12890         * build-aux/config.libpath: Likewise.
12891         * build-aux/config.rpath: Likewise.
12892
12893 2008-01-08  Jim Meyering  <meyering@redhat.com>
12894             Bruno Haible  <bruno@clisp.org>
12895
12896         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
12897         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
12898         Reported by Peter Fales in
12899         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
12900
12901 2008-01-08  Bruno Haible  <bruno@clisp.org>
12902
12903         * modules/unictype/category-of (Depends-on): Add
12904         unictype/category-none.
12905         * modules/unictype/category-and-tests (Depends-on): Add
12906         unictype/category-{L,N,Lu,Nd}.
12907         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
12908         * modules/unictype/category-or-tests (Depends-on): Add
12909         unictype/category-{L,N}.
12910         * modules/unictype/category-name-tests (Depends-on): Add
12911         unictype/category-{Z,Nl}.
12912         Reported by Simon Josefsson.
12913
12914 2008-01-08  Bruno Haible  <bruno@clisp.org>
12915
12916         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
12917         convention better.
12918         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
12919         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
12920         Reported by Peter Miller <millerp@canb.auug.org.au>.
12921
12922 2008-01-08  Eric Blake  <ebb9@byu.net>
12923
12924         Rewrite memmem to guarantee linear complexity without malloc.
12925         * lib/memmem.c (memmem): Use Two-Way rather than
12926         Knuth-Morris-Pratt, to allow O(1) space usage.
12927         (critical_factorization, two_way_short_needle)
12928         (two_way_long_needle): New functions.
12929         (knuth_morris_pratt): Delete.
12930         * modules/memmem (Depends-on): No longer need malloca or stdbool.
12931         Add stdint.
12932         * tests/test-memmem.c (main): Add tests for periodic needle and
12933         sublinear performance.
12934         * doc/functions/memmem.texi (memmem): Document other deficiencies
12935         in cygwin and older glibc.
12936
12937 2008-01-08  Bruno Haible  <bruno@clisp.org>
12938
12939         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
12940         augmentation.
12941
12942 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
12943
12944         Add a configure time option: --disable-acl.
12945         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
12946         AC_ARG_ENABLE(acl).
12947
12948 2008-01-06  Simon Josefsson  <simon@josefsson.org>
12949
12950         * tests/test-localename.c: Don't include obsolete "setenv.h".
12951
12952         * modules/localename-tests (Depends-on): Need unsetenv.
12953
12954 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12955
12956         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
12957
12958 2008-01-06  Colin Watson  <cjwatson@debian.org>
12959
12960         * users.txt: Add man-db.
12961
12962 2008-01-07  Bruno Haible  <bruno@clisp.org>
12963
12964         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
12965         previous section name.
12966
12967 2008-01-07  Bruno Haible  <bruno@clisp.org>
12968
12969         * lib/progname.c (set_program_name): Don't strip off a leading
12970         "lt-" prefix outside a .libs directory.
12971         Suggested by Paul Eggert.
12972
12973 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
12974             Bruno Haible  <bruno@clisp.org>
12975
12976         Improve memory cleanup in 'relocatable' module.
12977         * lib/relocatable.h (compute_curr_prefix): Change return type to
12978         'char *'.
12979         * lib/relocatable.c (compute_curr_prefix): Change return type to
12980         'char *'. Free curr_installdir after use.
12981         (relocate): Free curr_prefix_better after use.
12982         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
12983
12984 2008-01-01  Bruno Haible  <bruno@clisp.org>
12985
12986         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
12987         failure on older glibc systems.
12988         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12989
12990 2008-01-05  Eric Blake  <ebb9@byu.net>
12991
12992         Avoid quadratic system memmem.
12993         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
12994         Reported by Ralf Wildenhues.
12995
12996         Fix memmem test for mingw.
12997         * modules/memmem-tests (configure.ac): Check for alarm.
12998         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
12999         it.
13000         * doc/functions/memmem.texi: New file.
13001         * doc/gnulib.texi (Function Substitutes): Add memmem.
13002         Reported by Bruno Haible.
13003
13004 2008-01-04  Bruno Haible  <bruno@clisp.org>
13005
13006         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
13007         Require gl_HEADER_STRINGS_H_DEFAULTS, not
13008         gl_HEADER_STRING_H_DEFAULTS.
13009
13010 2008-01-04  Eric Blake  <ebb9@byu.net>
13011
13012         Shorten duration of memmem test.
13013         * tests/test-memmem.c (main): Use alarm to declare failure if test
13014         is taking too long.
13015         Reported by Ralf Wildenhues.
13016
13017 2007-12-21  Simon Josefsson  <simon@josefsson.org>
13018
13019         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
13020         string, needed by strerror.
13021
13022 2008-01-03  Colin Watson  <cjwatson@debian.org>
13023             Bruno Haible  <bruno@clisp.org>
13024
13025         * doc/gnulib-tool.texi (Localization): New section.
13026
13027 2008-01-02  Bruno Haible  <bruno@clisp.org>
13028
13029         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
13030         variables to 'unsigned char *' type.
13031         Reported by Paul Eggert.
13032
13033 2008-01-02  Jim Meyering  <jim@meyering.net>
13034
13035         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
13036
13037 2007-12-31  Jim Meyering  <jim@meyering.net>
13038
13039         Avoid use of private FTS type name.
13040         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
13041
13042 2007-12-30  Karl Berry  <karl@gnu.org>
13043
13044         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
13045         work around defect in Texinfo and/or the standalone Info browser.
13046
13047 2007-12-30  Bruno Haible  <bruno@clisp.org>
13048
13049         Unify 5 copies of the KMP code.
13050         * lib/str-kmp.h: New file.
13051         * lib/c-strcasestr.c: Include str-kmp.h.
13052         (knuth_morris_pratt): Remove function.
13053         (c_strcasestr): Update.
13054         * lib/c-strstr.c: Include str-kmp.h.
13055         (knuth_morris_pratt): Remove function.
13056         (c_strcasestr): Update.
13057         * lib/mbscasestr.c: Include str-kmp.h.
13058         (knuth_morris_pratt_unibyte): Remove function.
13059         * lib/mbsstr.c: Include str-kmp.h.
13060         (knuth_morris_pratt_unibyte): Remove function.
13061         * lib/strcasestr.c: Include str-kmp.h.
13062         (knuth_morris_pratt): Remove function.
13063         (strcasestr): Update.
13064         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
13065         * modules/c-strstr (Files): Likewise.
13066         * modules/mbscasestr (Files): Likewise.
13067         * modules/mbsstr (Files): Likewise.
13068         * modules/strcasestr (Files): Likewise.
13069         Suggested by Paul Eggert.
13070
13071 2007-12-30  Bruno Haible  <bruno@clisp.org>
13072
13073         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
13074         defined.
13075
13076 2007-12-30  Bruno Haible  <bruno@clisp.org>
13077
13078         * lib/xmalloca.h: Include xalloc.h.
13079         (xnmalloca): New macro.
13080
13081 2007-12-30  Bruno Haible  <bruno@clisp.org>
13082
13083         * lib/malloca.h (nmalloca): New macro.
13084         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
13085         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
13086         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
13087         knuth_morris_pratt_multibyte): Likewise.
13088         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
13089         knuth_morris_pratt_multibyte): Likewise.
13090         * lib/memmem.c (knuth_morris_pratt): Likewise.
13091         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
13092
13093 2007-12-25  Bruno Haible  <bruno@clisp.org>
13094
13095         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
13096         * lib/glob.c: Don't include openat.h.
13097         (link_exists2_p): Add back the code that deals with the
13098         !GLOB_ALTDIRFUNC case.
13099         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
13100         let it do the filename concatenation.
13101         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
13102         * modules/glob (Depends-on): Remove openat.
13103
13104 2007-12-31  Bruno Haible  <bruno@clisp.org>
13105
13106         * modules/dirfd (License): Change to LGPLv2+.
13107         Approved by Jim Meyering.
13108
13109 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13110
13111         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
13112         when multiplying M by sizeof (size_t).
13113
13114 2007-12-10  Martin Lambers  <marlam@marlam.de>
13115
13116         Override getpagesize on mingw.
13117         * lib/getpagesize.c: New file.
13118         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
13119         * modules/getpagesize (Files): Add lib/getpagesize.c.
13120         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
13121         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13122         REPLACE_GETPAGESIZE.
13123         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
13124
13125 2007-12-25  Bruno Haible  <bruno@clisp.org>
13126
13127         * modules/localcharset (Notice): New field.
13128         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
13129         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
13130
13131 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13132             Bruno Haible  <bruno@clisp.org>
13133
13134         Avoid using the syntax symbol() in formatted documentation.
13135         * MODULES.html.sh (func_module): When replacing symbol() with a
13136         hyperlink, remove the parentheses. Show an error if some remain.
13137         Recognize and render the '...' syntax.
13138         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
13139         Rework. Add paragraph about GCC's inlining.
13140         * doc/alloca.texi: Likewise.
13141         * doc/error.texi: Remove parentheses from symbol reference.
13142         * doc/gnulib-intro.texi: Likewise.
13143         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
13144         * modules/fnmatch (Description): Reword to say "the ... function".
13145         * modules/full-read (Description): Likewise.
13146         * modules/full-write (Description): Likewise.
13147         * modules/safe-read (Description): Likewise.
13148         * modules/safe-write (Description): Likewise.
13149         * modules/strchrnul (Description): Likewise.
13150         * modules/trim (Description): Likewise.
13151         * modules/error (Description): Remove parentheses from symbol
13152         references.
13153         * modules/verror (Description): Likewise.
13154         Reported by Karl Berry.
13155
13156 2007-12-25  Bruno Haible  <bruno@clisp.org>
13157
13158         Fixup after 2007-10-16 commit.
13159         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
13160
13161 2007-12-24  Bruno Haible  <bruno@clisp.org>
13162
13163         Make --enable-relocatable work with DESTDIR.
13164         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
13165         to compute installdir from destprog.
13166         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
13167         also set the RELOC_DESTDIR variable.
13168         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13169
13170 2007-12-24  Bruno Haible  <bruno@clisp.org>
13171
13172         Fix link error due to xalloc_die().
13173         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
13174         of xreadlink.
13175         * lib/relocwrapper.c: Update comments.
13176         * build-aux/install-reloc: Remove xreadlink.c from file list.
13177         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
13178         xreadlink.c.
13179         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13180
13181 2007-12-24  Bruno Haible  <bruno@clisp.org>
13182
13183         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
13184         * lib/setenv.h: Remove file.
13185         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
13186         lib/setenv.h.
13187         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
13188         (Depends-on): Add stdlib.
13189         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
13190         gl_FUNC_UNSETENV.
13191         (Include): Replace setenv.h with <stdlib.h>.
13192         * modules/unsetenv: New file.
13193         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
13194         * lib/unsetenv.c: Include <stdlib.h> first.
13195         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
13196         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
13197         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
13198         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
13199         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
13200         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13201         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
13202         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13203         * doc/functions/unsetenv.texi: Update.
13204         * modules/xsetenv (Depends-on): Add unsetenv.
13205         * modules/getdate (Depends-on): Likewise.
13206         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
13207         * lib/xsetenv.c: Don't include setenv.h.
13208         * lib/getdate.y: Likewise.
13209         * lib/relocwrapper.c: Likewise.
13210         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
13211         (Depends-on): Add stdlib.
13212         * NEWS: Mention the changes.
13213         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13214
13215 2007-12-23  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/memmem.c (memmem): Use lowercase variable names. Tab
13218         indentation.
13219
13220 2007-12-23  Bruno Haible  <bruno@clisp.org>
13221
13222         * lib/c-strcasestr.c: Add more comments.
13223         * lib/c-strstr.c: Likewise.
13224         * lib/mbscasestr.c: Likewise.
13225         * lib/mbsstr.c: Likewise.
13226         * lib/strcasestr.c: Likewise.
13227         * lib/memmem.c: Likewise.
13228
13229 2007-12-23  Bruno Haible  <bruno@clisp.org>
13230
13231         * tests/test-memmem.c: Include <string.h> first.
13232
13233 2007-12-22  Bruno Haible  <bruno@clisp.org>
13234
13235         * gnulib-tool (func_create_testdir): Change $auxdir while generating
13236         the contents of $testsbase.
13237         Reported by Ralf Wildenhues.
13238
13239 2007-12-22  Bruno Haible  <bruno@clisp.org>
13240
13241         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
13242         two variables local_ldadd_before, local_ldadd_last.
13243
13244 2007-12-20  Eric Blake  <ebb9@byu.net>
13245
13246         Work around circular library issue when cross-compiling.
13247         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
13248         that progname.o does not need to pull in rpl_memcmp.
13249
13250 2007-12-19  Eric Blake  <ebb9@byu.net>
13251
13252         Fix memmem to avoid O(n^2) worst-case complexity.
13253         * lib/memmem.c (knuth_morris_pratt): New function.
13254         (memmem): Use it if first few naive iterations fail.
13255         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
13256         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
13257         * modules/memchr (License): Likewise.
13258         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
13259         malloca.
13260         * tests/test-memmem.c: Rewrite, borrowing ideas from
13261         test-mbsstr1.c; the old version wouldn't even compile!
13262         * modules/memmem-tests: New file.
13263         * lib/string.in.h (rpl_memmem): Add declaration.
13264         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
13265         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
13266         REPLACE_MEMMEM.
13267
13268 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
13271         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
13272         before any system include files, and undef after them all.  This
13273         should fix a problem on VMS reported by John E. Malmberg in
13274         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
13275
13276 2007-12-17  Eric Blake  <ebb9@byu.net>
13277
13278         Revert addition of verify, for BSD/OS.
13279         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
13280         can't handle large files, for the sake of obsolete platforms.
13281         * modules/fseeko (Depends-on): Remove verify.
13282         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
13283         * doc/functions/ftello.texi (ftello): Likewise.
13284         * doc/functions/fgetpos.texi (fgetpos): Likewise.
13285         Reported by Larry Jones.
13286
13287 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
13288
13289         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
13290         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
13291
13292 2007-12-17  Jim Meyering  <meyering@redhat.com>
13293
13294         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
13295         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
13296         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
13297         * modules/getcwd (Depends-on): Add openat.
13298         Reported by Petr Salinger.
13299
13300 2007-12-17  Bruno Haible  <bruno@clisp.org>
13301
13302         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
13303         avoid a segmentation fault of the configure test on x86_64 systems.
13304
13305 2007-12-15  Jim Meyering  <meyering@redhat.com>
13306
13307         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
13308
13309 2007-12-13  Eric Blake  <ebb9@byu.net>
13310
13311         Another fseek test.
13312         * tests/test-fseek.c (main): Also test ungetc handling.
13313         * tests/test-fseeko.c (main): Likewise.
13314         * modules/fseeko (Depends-on): Add verify.
13315         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
13316         large.
13317         Reported by Larry Jones.
13318
13319         Fix fseeko on mingw.
13320         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13321         seek.
13322
13323         Beef up fseek tests.
13324         * tests/test-fseek.c (main): Also test eof handling.
13325         * tests/test-fseeko.c (main): Likewise.
13326         Reported by Larry Jones.
13327
13328 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13329
13330         Fix fseeko on BSD-based platforms.
13331         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13332         successful seek.
13333
13334 2007-12-12  Eric Blake  <ebb9@byu.net>
13335
13336         Allow circular dependency of separate libtests.a
13337         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13338         when use_libtests.
13339
13340 2007-12-11  Eric Blake  <ebb9@byu.net>
13341
13342         Fix bug with -0.0L in previous patch.
13343         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13344         * tests/test-isnan.c (main): Also test on zeroes.
13345         * tests/test-isnanf.c (main): Likewise.
13346         * tests/test-isnanl.h (main): Likewise.
13347
13348         Detect pseudo-denormals on x86 even when cross-compiling.
13349         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13350         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13351         invalid bit patterns that happen to satisfy ==.
13352
13353         Avoid link failures with separate libtests.a.
13354         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13355         last, to satisfy circular dependencies.
13356
13357 2007-12-11  Eric Blake  <ebb9@byu.net>
13358         and Bruno Haible  <bruno@clisp.org>
13359
13360         Fix OpenBSD 4.0 <float.h> handling of long double.
13361         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13362         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13363         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13364
13365 2007-12-11  Jim Meyering  <meyering@redhat.com>
13366
13367         * users.txt: Add libvirt.
13368
13369         Support versions of autoconf prior to 2.59c.
13370         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13371         if it is not already defined.
13372
13373 2007-12-09  Bruno Haible  <bruno@clisp.org>
13374
13375         Let 'gnulib-tool --import' collect sources needed for the tests in
13376         tests/ rather than in lib/.
13377         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13378         argument. If true, add rules to generate libtests.a, and put libtests.a
13379         into $(LDADD). Consider source files in subdirectories and set
13380         uses_subdirs.
13381         (func_emit_initmacro_start, func_emit_initmacro_end,
13382         func_emit_initmacro_done): Pass all arguments explicitly.
13383         (func_import): Determine two module lists main_modules,
13384         testsrelated_modules. Determine use_libtests. Determine two variables
13385         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13386         instead of just sed_transform_lib_file. Determine two variables
13387         main_files and testsrelated_files. Compute 'files' as the union of
13388         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13389         func_add_or_update. In the generated gnulib-comp.m4, collect the
13390         object files for tests/ in different variables than those for lib/.
13391         Substitute LIBTESTS_LIBDEPS.
13392         (func_create_testdir): Combine the uses_subdirs results from
13393         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13394
13395 2007-12-09  Bruno Haible  <bruno@clisp.org>
13396
13397         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13398         the build-aux directory.
13399
13400 2007-12-09  Bruno Haible  <bruno@clisp.org>
13401
13402         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13403         introduced on 2006-09-09.
13404
13405 2007-12-07  Jim Meyering  <meyering@redhat.com>
13406
13407         Let these macros work also with autoconf-2.59.
13408         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13409         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13410         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13411
13412 2007-12-06  Jim Meyering  <meyering@redhat.com>
13413
13414         Avoid a configure-time syntax error in gl_FUNC_ACL.
13415         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13416         function in each branch, before testing the cache variable.
13417
13418 2007-12-04  Eric Blake  <ebb9@byu.net>
13419
13420         Make scripts executable.
13421         * build-aux/config.guess: Add execute permissions.
13422         * build-aux/config.sub: Likewise.
13423         * build-aux/gendocs.sh: Likewise.
13424
13425         Fix frexp on mingw.
13426         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
13427         cross-compiling.
13428         * doc/functions/frexp.texi (frexp): Document the bug.
13429
13430         Make cygwin fseeko check more reliable.
13431         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
13432         version numbers, rather than unrelated feature check.
13433         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
13434         * doc/functions/ftello.texi (ftello): Likewise.
13435         Reported by Bruno Haible.
13436
13437         * m4/strerror.m4: Bump version number.
13438
13439 2007-12-03  Bruno Haible  <bruno@clisp.org>
13440
13441         * doc/functions/mprotect.texi: Mention the mingw problem.
13442
13443 2007-12-03  Eric Blake  <ebb9@byu.net>
13444
13445         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
13446         REPLACE_STRERROR is initialized before this macro.
13447
13448 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13449
13450         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
13451         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
13452         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
13453         put -lsec in even for programs other than 'ls'.  This fixes a problem
13454         for gettext reported by Bruno Haible in
13455         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
13456         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
13457         Add support for Solaris 10.  This isn't efficient, but should get the
13458         job done for now.
13459
13460 2007-12-03  James Youngman  <jay@gnu.org>
13461
13462         * doc/regexprops-generic.texi: change "an close-group" to "a
13463         close-group" and "illegal" to "not allowed".
13464
13465 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13466
13467         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
13468         pr_byname.h. Needed for the rare case when the maintainer has done
13469         "make maintainer-clean" in the source directory and then attempts a
13470         build outside the source directory.
13471         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
13472         scripts_byname.h.
13473
13474 2007-12-02  Martin Lambers <marlam@marlam.de>
13475             Bruno Haible  <bruno@clisp.org>
13476
13477         * lib/getpagesize.h: Remove file.
13478         * lib/unistd.in.h: Include declaration of getpagesize here.
13479         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
13480         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
13481         HAVE_SYS_PARAM_H.
13482         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
13483         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13484         * modules/getpagesize (Files): Remove lib/getpagesize.h.
13485         (Depends-on): Add unistd.
13486         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13487         (Include): Use <unistd.h> instead of getpagesize.h.
13488         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
13489         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13490         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
13491         gl_GETPAGESIZE invocation, already handled by module dependency.
13492         * lib/pagealign_alloc.c: Don't include getpagesize.h.
13493
13494 2007-12-02  Bruno Haible  <bruno@clisp.org>
13495
13496         * modules/strings-tests: New file.
13497         * tests/test-strings.c: New file.
13498
13499         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
13500         * lib/strings.in.h: New file.
13501         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
13502         * m4/strings_h.m4: New file.
13503         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
13504         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
13505         * modules/strings: New file.
13506         * modules/string (Makefile.am): Update.
13507         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
13508         Reported by Karl Berry.
13509
13510 2007-12-01  Eric Blake  <ebb9@byu.net>
13511
13512         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
13513         accomodate fix in cygwin 1.5.25.
13514
13515 2007-12-01  Jim Meyering  <meyering@redhat.com>
13516
13517         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
13518         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
13519         that would inhibit utf8-optimization of a regexp containing line-
13520         or buffer-anchors, e.g., `^', `$'.
13521
13522 2007-11-30  Bruno Haible  <bruno@clisp.org>
13523
13524         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
13525         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
13526         glthread_recursive_lock_init.
13527         * lib/lock.c (glthread_recursive_lock_init)
13528         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
13529         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13530
13531 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13532
13533         New function qset_acl, like set_acl but with syscall semantics.
13534         * lib/acl.h (qset_acl): New decl.
13535         * lib/acl.c (qset_acl): New function.
13536         (set_acl): Use new function.  Use more-consistent diagnostics.
13537
13538 2007-11-28  Jim Meyering  <meyering@redhat.com>
13539
13540         * modules/physmem (License): Change from GPL to LGPLv2+.
13541
13542 2007-11-26  Bruno Haible  <bruno@clisp.org>
13543
13544         * lib/vasnprintf.c (decode_long_double): Don't abort if the
13545         'long double' type has excess precision.
13546         Reported by Jim Meyering in
13547         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
13548
13549 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13550
13551         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
13552         Sync from <http://gnu.org/licenses>.
13553         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
13554         with license text from same location.
13555         * doc/maintain.texi, doc/standards.texi:  Sync from
13556         <http://savannah.gnu.org/projects/gnustandards>.
13557
13558 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
13559         and Jim Meyering  <meyering@redhat.com>
13560
13561         Adjust getdate' grammar to accept a slightly more regular language.
13562         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
13563         Before, the former was rejected.
13564         * lib/getdate.y (digits_to_date_time): New function, factored
13565         out of ...
13566         (number): ...here.  Just call digits_to_date_time.
13567         (hybrid): New non-terminal to handle an <unsigned number,
13568         signed relative offset> sequence consistently.
13569
13570 2007-11-18  Jim Meyering  <meyering@redhat.com>
13571
13572         Pull my changes from coreutils:
13573         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
13574         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
13575         use of $gnulib_tool_option_extras, so that it's separated from the
13576         preceding argument.
13577
13578         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
13579         * build-aux/bootstrap (cp_mark_as_generated): Create any required
13580         parent destination directories before copying a file into place.
13581
13582 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13583
13584         bootstrap: work also with 4-argument variant of AC_INIT
13585         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
13586
13587 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         Port test-getaddrinfo to Solaris.
13590         Problem reported by Bruno Haible in
13591         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
13592         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
13593         explanation of setting 'hints'.
13594         Don't reject an implementation merely because it returns EAI_SERVICE.
13595         (EAI_SERVICE): Define to 0 if not defined.
13596
13597 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13598
13599         The license of gnu-make and posix-shell is now "GPLed build tool".
13600         * modules/gnu-make (License): Likewise.
13601         * modules/posix-shell (License): Likewise.
13602
13603         New module posix-shell, for determining a POSIX shell
13604         or perhaps something that is close enough to a POSIX shell.
13605         * m4/posix-shell.m4: New file.
13606         * modules/posix-shell: New file.
13607
13608         * MODULES.html.sh: Mention new module.
13609
13610         New module gnu-make, for determining whether we're using GNU Make.
13611         * m4/gnu-make.m4: New file.
13612         * modules/gnu-make: New file.
13613         * MODULES.html.sh: Mention new module.
13614
13615 2007-11-14  Jim Meyering  <meyering@redhat.com>
13616
13617         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
13618         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
13619         use this macro to create a function _definition_.
13620         Remove useless "#undef ARGMATCH_DIE".
13621
13622 2007-11-14  Bruno Haible  <bruno@clisp.org>
13623
13624         * lib/config.charset: Update for OpenBSD 4.1.
13625         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
13626
13627 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         Document 64-bit #if problems in stdint.texi.
13630         * doc/headers/stdint.texi (stdint.h): Mention problems with
13631         64-bit-#if, and how to work around them.
13632
13633         Don't insist on 'long long int' support in the preprocessor.  It
13634         breaks too many things.  For example, PRIdMAX still uses a 'long
13635         long int' format with the latest Sun compiler, even though
13636         HAVE_LONG_LONG_INT isn't defined due to that compiler's
13637         preprocessor problem.  This causes the latest coreutils to dump
13638         core on Solaris 10 sparc with the Sun C compiler.
13639         Instead, fix the 2007-10-16 problem in a different way, by evaluating
13640         the troublesome expressions at configure-time, not at #if-time.
13641         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
13642         preprocessor.
13643         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
13644         compile-time C checks, done at 'configure'-time.
13645         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
13646         * modules/inttypes (Makefile): Substitute the new symbols that
13647         gl_INTTYPES_H now generates.
13648         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
13649
13650 2007-11-12  Bruno Haible  <bruno@clisp.org>
13651
13652         Tests for Unicode character classification functions.
13653
13654         * modules/unictype/bidicategory-byname-tests: New file.
13655         * modules/unictype/bidicategory-name-tests: New file.
13656         * modules/unictype/bidicategory-of-tests: New file.
13657         * modules/unictype/bidicategory-test-tests: New file.
13658         * modules/unictype/block-list-tests: New file.
13659         * modules/unictype/block-of-tests: New file.
13660         * modules/unictype/block-test-tests: New file.
13661         * modules/unictype/category-C-tests: New file.
13662         * modules/unictype/category-Cc-tests: New file.
13663         * modules/unictype/category-Cf-tests: New file.
13664         * modules/unictype/category-Cn-tests: New file.
13665         * modules/unictype/category-Co-tests: New file.
13666         * modules/unictype/category-Cs-tests: New file.
13667         * modules/unictype/category-L-tests: New file.
13668         * modules/unictype/category-Ll-tests: New file.
13669         * modules/unictype/category-Lm-tests: New file.
13670         * modules/unictype/category-Lo-tests: New file.
13671         * modules/unictype/category-Lt-tests: New file.
13672         * modules/unictype/category-Lu-tests: New file.
13673         * modules/unictype/category-M-tests: New file.
13674         * modules/unictype/category-Mc-tests: New file.
13675         * modules/unictype/category-Me-tests: New file.
13676         * modules/unictype/category-Mn-tests: New file.
13677         * modules/unictype/category-N-tests: New file.
13678         * modules/unictype/category-Nd-tests: New file.
13679         * modules/unictype/category-Nl-tests: New file.
13680         * modules/unictype/category-No-tests: New file.
13681         * modules/unictype/category-P-tests: New file.
13682         * modules/unictype/category-Pc-tests: New file.
13683         * modules/unictype/category-Pd-tests: New file.
13684         * modules/unictype/category-Pe-tests: New file.
13685         * modules/unictype/category-Pf-tests: New file.
13686         * modules/unictype/category-Pi-tests: New file.
13687         * modules/unictype/category-Po-tests: New file.
13688         * modules/unictype/category-Ps-tests: New file.
13689         * modules/unictype/category-S-tests: New file.
13690         * modules/unictype/category-Sc-tests: New file.
13691         * modules/unictype/category-Sk-tests: New file.
13692         * modules/unictype/category-Sm-tests: New file.
13693         * modules/unictype/category-So-tests: New file.
13694         * modules/unictype/category-Z-tests: New file.
13695         * modules/unictype/category-Zl-tests: New file.
13696         * modules/unictype/category-Zp-tests: New file.
13697         * modules/unictype/category-Zs-tests: New file.
13698         * modules/unictype/category-and-not-tests: New file.
13699         * modules/unictype/category-and-tests: New file.
13700         * modules/unictype/category-byname-tests: New file.
13701         * modules/unictype/category-name-tests: New file.
13702         * modules/unictype/category-none-tests: New file.
13703         * modules/unictype/category-of-tests: New file.
13704         * modules/unictype/category-or-tests: New file.
13705         * modules/unictype/category-test-withtable-tests: New file.
13706         * modules/unictype/combining-class-tests: New file.
13707         * modules/unictype/ctype-alnum-tests: New file.
13708         * modules/unictype/ctype-alpha-tests: New file.
13709         * modules/unictype/ctype-blank-tests: New file.
13710         * modules/unictype/ctype-cntrl-tests: New file.
13711         * modules/unictype/ctype-digit-tests: New file.
13712         * modules/unictype/ctype-graph-tests: New file.
13713         * modules/unictype/ctype-lower-tests: New file.
13714         * modules/unictype/ctype-print-tests: New file.
13715         * modules/unictype/ctype-punct-tests: New file.
13716         * modules/unictype/ctype-space-tests: New file.
13717         * modules/unictype/ctype-upper-tests: New file.
13718         * modules/unictype/ctype-xdigit-tests: New file.
13719         * modules/unictype/decimal-digit-tests: New file.
13720         * modules/unictype/digit-tests: New file.
13721         * modules/unictype/mirror-tests: New file.
13722         * modules/unictype/numeric-tests: New file.
13723         * modules/unictype/property-alphabetic-tests: New file.
13724         * modules/unictype/property-ascii-hex-digit-tests: New file.
13725         * modules/unictype/property-bidi-arabic-digit-tests: New file.
13726         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
13727         * modules/unictype/property-bidi-block-separator-tests: New file.
13728         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
13729         * modules/unictype/property-bidi-common-separator-tests: New file.
13730         * modules/unictype/property-bidi-control-tests: New file.
13731         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
13732         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
13733         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
13734         * modules/unictype/property-bidi-european-digit-tests: New file.
13735         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
13736         * modules/unictype/property-bidi-left-to-right-tests: New file.
13737         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
13738         * modules/unictype/property-bidi-other-neutral-tests: New file.
13739         * modules/unictype/property-bidi-pdf-tests: New file.
13740         * modules/unictype/property-bidi-segment-separator-tests: New file.
13741         * modules/unictype/property-bidi-whitespace-tests: New file.
13742         * modules/unictype/property-byname-tests: New file.
13743         * modules/unictype/property-combining-tests: New file.
13744         * modules/unictype/property-composite-tests: New file.
13745         * modules/unictype/property-currency-symbol-tests: New file.
13746         * modules/unictype/property-dash-tests: New file.
13747         * modules/unictype/property-decimal-digit-tests: New file.
13748         * modules/unictype/property-default-ignorable-code-point-tests: New file.
13749         * modules/unictype/property-deprecated-tests: New file.
13750         * modules/unictype/property-diacritic-tests: New file.
13751         * modules/unictype/property-extender-tests: New file.
13752         * modules/unictype/property-format-control-tests: New file.
13753         * modules/unictype/property-grapheme-base-tests: New file.
13754         * modules/unictype/property-grapheme-extend-tests: New file.
13755         * modules/unictype/property-grapheme-link-tests: New file.
13756         * modules/unictype/property-hex-digit-tests: New file.
13757         * modules/unictype/property-hyphen-tests: New file.
13758         * modules/unictype/property-id-continue-tests: New file.
13759         * modules/unictype/property-id-start-tests: New file.
13760         * modules/unictype/property-ideographic-tests: New file.
13761         * modules/unictype/property-ids-binary-operator-tests: New file.
13762         * modules/unictype/property-ids-trinary-operator-tests: New file.
13763         * modules/unictype/property-ignorable-control-tests: New file.
13764         * modules/unictype/property-iso-control-tests: New file.
13765         * modules/unictype/property-join-control-tests: New file.
13766         * modules/unictype/property-left-of-pair-tests: New file.
13767         * modules/unictype/property-line-separator-tests: New file.
13768         * modules/unictype/property-logical-order-exception-tests: New file.
13769         * modules/unictype/property-lowercase-tests: New file.
13770         * modules/unictype/property-math-tests: New file.
13771         * modules/unictype/property-non-break-tests: New file.
13772         * modules/unictype/property-not-a-character-tests: New file.
13773         * modules/unictype/property-numeric-tests: New file.
13774         * modules/unictype/property-other-alphabetic-tests: New file.
13775         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
13776         * modules/unictype/property-other-grapheme-extend-tests: New file.
13777         * modules/unictype/property-other-id-continue-tests: New file.
13778         * modules/unictype/property-other-id-start-tests: New file.
13779         * modules/unictype/property-other-lowercase-tests: New file.
13780         * modules/unictype/property-other-math-tests: New file.
13781         * modules/unictype/property-other-uppercase-tests: New file.
13782         * modules/unictype/property-paired-punctuation-tests: New file.
13783         * modules/unictype/property-paragraph-separator-tests: New file.
13784         * modules/unictype/property-pattern-syntax-tests: New file.
13785         * modules/unictype/property-pattern-white-space-tests: New file.
13786         * modules/unictype/property-private-use-tests: New file.
13787         * modules/unictype/property-punctuation-tests: New file.
13788         * modules/unictype/property-quotation-mark-tests: New file.
13789         * modules/unictype/property-radical-tests: New file.
13790         * modules/unictype/property-sentence-terminal-tests: New file.
13791         * modules/unictype/property-soft-dotted-tests: New file.
13792         * modules/unictype/property-space-tests: New file.
13793         * modules/unictype/property-terminal-punctuation-tests: New file.
13794         * modules/unictype/property-test-tests: New file.
13795         * modules/unictype/property-titlecase-tests: New file.
13796         * modules/unictype/property-unassigned-code-value-tests: New file.
13797         * modules/unictype/property-unified-ideograph-tests: New file.
13798         * modules/unictype/property-uppercase-tests: New file.
13799         * modules/unictype/property-variation-selector-tests: New file.
13800         * modules/unictype/property-white-space-tests: New file.
13801         * modules/unictype/property-xid-continue-tests: New file.
13802         * modules/unictype/property-xid-start-tests: New file.
13803         * modules/unictype/property-zero-width-tests: New file.
13804         * modules/unictype/scripts-tests: New file.
13805         * modules/unictype/syntax-c-ident-tests: New file.
13806         * modules/unictype/syntax-c-whitespace-tests: New file.
13807         * modules/unictype/syntax-java-ident-tests: New file.
13808         * modules/unictype/syntax-java-whitespace-tests: New file.
13809         * tests/unictype/test-bidi_byname.c: New file.
13810         * tests/unictype/test-bidi_name.c: New file.
13811         * tests/unictype/test-bidi_of.c: New file.
13812         * tests/unictype/test-bidi_test.c: New file.
13813         * tests/unictype/test-block_list.c: New file.
13814         * tests/unictype/test-block_of.c: New file.
13815         * tests/unictype/test-block_test.c: New file.
13816         * tests/unictype/test-categ_and.c: New file.
13817         * tests/unictype/test-categ_and_not.c: New file.
13818         * tests/unictype/test-categ_byname.c: New file.
13819         * tests/unictype/test-categ_name.c: New file.
13820         * tests/unictype/test-categ_none.c: New file.
13821         * tests/unictype/test-categ_of.c: New file.
13822         * tests/unictype/test-categ_or.c: New file.
13823         * tests/unictype/test-categ_test_withtable.c: New file.
13824         * tests/unictype/test-combining.c: New file.
13825         * tests/unictype/test-decdigit.c: New file.
13826         * tests/unictype/test-digit.c: New file.
13827         * tests/unictype/test-mirror.c: New file.
13828         * tests/unictype/test-numeric.c: New file.
13829         * tests/unictype/test-pr_byname.c: New file.
13830         * tests/unictype/test-pr_test.c: New file.
13831         * tests/unictype/test-predicate-part1.h: New file.
13832         * tests/unictype/test-predicate-part2.h: New file.
13833         * tests/unictype/test-scripts.c: New file.
13834         * tests/unictype/test-sy_c_ident.c: New file.
13835         * tests/unictype/test-sy_java_ident.c: New file.
13836
13837         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
13838         for Unicode 5.0.0.
13839         * tests/unictype/test-categ_Cc.c: Likewise.
13840         * tests/unictype/test-categ_Cf.c: Likewise.
13841         * tests/unictype/test-categ_Cn.c: Likewise.
13842         * tests/unictype/test-categ_Co.c: Likewise.
13843         * tests/unictype/test-categ_Cs.c: Likewise.
13844         * tests/unictype/test-categ_L.c: Likewise.
13845         * tests/unictype/test-categ_Ll.c: Likewise.
13846         * tests/unictype/test-categ_Lm.c: Likewise.
13847         * tests/unictype/test-categ_Lo.c: Likewise.
13848         * tests/unictype/test-categ_Lt.c: Likewise.
13849         * tests/unictype/test-categ_Lu.c: Likewise.
13850         * tests/unictype/test-categ_M.c: Likewise.
13851         * tests/unictype/test-categ_Mc.c: Likewise.
13852         * tests/unictype/test-categ_Me.c: Likewise.
13853         * tests/unictype/test-categ_Mn.c: Likewise.
13854         * tests/unictype/test-categ_N.c: Likewise.
13855         * tests/unictype/test-categ_Nd.c: Likewise.
13856         * tests/unictype/test-categ_Nl.c: Likewise.
13857         * tests/unictype/test-categ_No.c: Likewise.
13858         * tests/unictype/test-categ_P.c: Likewise.
13859         * tests/unictype/test-categ_Pc.c: Likewise.
13860         * tests/unictype/test-categ_Pd.c: Likewise.
13861         * tests/unictype/test-categ_Pe.c: Likewise.
13862         * tests/unictype/test-categ_Pf.c: Likewise.
13863         * tests/unictype/test-categ_Pi.c: Likewise.
13864         * tests/unictype/test-categ_Po.c: Likewise.
13865         * tests/unictype/test-categ_Ps.c: Likewise.
13866         * tests/unictype/test-categ_S.c: Likewise.
13867         * tests/unictype/test-categ_Sc.c: Likewise.
13868         * tests/unictype/test-categ_Sk.c: Likewise.
13869         * tests/unictype/test-categ_Sm.c: Likewise.
13870         * tests/unictype/test-categ_So.c: Likewise.
13871         * tests/unictype/test-categ_Z.c: Likewise.
13872         * tests/unictype/test-categ_Zl.c: Likewise.
13873         * tests/unictype/test-categ_Zp.c: Likewise.
13874         * tests/unictype/test-categ_Zs.c: Likewise.
13875         * tests/unictype/test-ctype_alnum.c: Likewise.
13876         * tests/unictype/test-ctype_alpha.c: Likewise.
13877         * tests/unictype/test-ctype_blank.c: Likewise.
13878         * tests/unictype/test-ctype_cntrl.c: Likewise.
13879         * tests/unictype/test-ctype_digit.c: Likewise.
13880         * tests/unictype/test-ctype_graph.c: Likewise.
13881         * tests/unictype/test-ctype_lower.c: Likewise.
13882         * tests/unictype/test-ctype_print.c: Likewise.
13883         * tests/unictype/test-ctype_punct.c: Likewise.
13884         * tests/unictype/test-ctype_space.c: Likewise.
13885         * tests/unictype/test-ctype_upper.c: Likewise.
13886         * tests/unictype/test-ctype_xdigit.c: Likewise.
13887         * tests/unictype/test-decdigit.h: Likewise.
13888         * tests/unictype/test-digit.h: Likewise.
13889         * tests/unictype/test-numeric.h: Likewise.
13890         * tests/unictype/test-pr_alphabetic.c: Likewise.
13891         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
13892         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
13893         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
13894         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
13895         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
13896         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
13897         * tests/unictype/test-pr_bidi_control.c: Likewise.
13898         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
13899         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
13900         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
13901         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
13902         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
13903         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
13904         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
13905         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
13906         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
13907         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
13908         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
13909         * tests/unictype/test-pr_combining.c: Likewise.
13910         * tests/unictype/test-pr_composite.c: Likewise.
13911         * tests/unictype/test-pr_currency_symbol.c: Likewise.
13912         * tests/unictype/test-pr_dash.c: Likewise.
13913         * tests/unictype/test-pr_decimal_digit.c: Likewise.
13914         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
13915         * tests/unictype/test-pr_deprecated.c: Likewise.
13916         * tests/unictype/test-pr_diacritic.c: Likewise.
13917         * tests/unictype/test-pr_extender.c: Likewise.
13918         * tests/unictype/test-pr_format_control.c: Likewise.
13919         * tests/unictype/test-pr_grapheme_base.c: Likewise.
13920         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
13921         * tests/unictype/test-pr_grapheme_link.c: Likewise.
13922         * tests/unictype/test-pr_hex_digit.c: Likewise.
13923         * tests/unictype/test-pr_hyphen.c: Likewise.
13924         * tests/unictype/test-pr_id_continue.c: Likewise.
13925         * tests/unictype/test-pr_id_start.c: Likewise.
13926         * tests/unictype/test-pr_ideographic.c: Likewise.
13927         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
13928         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
13929         * tests/unictype/test-pr_ignorable_control.c: Likewise.
13930         * tests/unictype/test-pr_iso_control.c: Likewise.
13931         * tests/unictype/test-pr_join_control.c: Likewise.
13932         * tests/unictype/test-pr_left_of_pair.c: Likewise.
13933         * tests/unictype/test-pr_line_separator.c: Likewise.
13934         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
13935         * tests/unictype/test-pr_lowercase.c: Likewise.
13936         * tests/unictype/test-pr_math.c: Likewise.
13937         * tests/unictype/test-pr_non_break.c: Likewise.
13938         * tests/unictype/test-pr_not_a_character.c: Likewise.
13939         * tests/unictype/test-pr_numeric.c: Likewise.
13940         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
13941         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
13942         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
13943         * tests/unictype/test-pr_other_id_continue.c: Likewise.
13944         * tests/unictype/test-pr_other_id_start.c: Likewise.
13945         * tests/unictype/test-pr_other_lowercase.c: Likewise.
13946         * tests/unictype/test-pr_other_math.c: Likewise.
13947         * tests/unictype/test-pr_other_uppercase.c: Likewise.
13948         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
13949         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
13950         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
13951         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
13952         * tests/unictype/test-pr_private_use.c: Likewise.
13953         * tests/unictype/test-pr_punctuation.c: Likewise.
13954         * tests/unictype/test-pr_quotation_mark.c: Likewise.
13955         * tests/unictype/test-pr_radical.c: Likewise.
13956         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
13957         * tests/unictype/test-pr_soft_dotted.c: Likewise.
13958         * tests/unictype/test-pr_space.c: Likewise.
13959         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
13960         * tests/unictype/test-pr_titlecase.c: Likewise.
13961         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
13962         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
13963         * tests/unictype/test-pr_uppercase.c: Likewise.
13964         * tests/unictype/test-pr_variation_selector.c: Likewise.
13965         * tests/unictype/test-pr_white_space.c: Likewise.
13966         * tests/unictype/test-pr_xid_continue.c: Likewise.
13967         * tests/unictype/test-pr_xid_start.c: Likewise.
13968         * tests/unictype/test-pr_zero_width.c: Likewise.
13969         * tests/unictype/test-sy_c_whitespace.c: Likewise.
13970         * tests/unictype/test-sy_java_whitespace.c: Likewise.
13971
13972 2007-11-12  Bruno Haible  <bruno@clisp.org>
13973
13974         Unicode character classification functions.
13975         * lib/unictype.h: New file.
13976         * modules/unictype/base: New file.
13977         * modules/unictype/category-L: New file.
13978         * modules/unictype/category-Lu: New file.
13979         * modules/unictype/category-Ll: New file.
13980         * modules/unictype/category-Lt: New file.
13981         * modules/unictype/category-Lm: New file.
13982         * modules/unictype/category-Lo: New file.
13983         * modules/unictype/category-M: New file.
13984         * modules/unictype/category-Mn: New file.
13985         * modules/unictype/category-Mc: New file.
13986         * modules/unictype/category-Me: New file.
13987         * modules/unictype/category-N: New file.
13988         * modules/unictype/category-Nd: New file.
13989         * modules/unictype/category-Nl: New file.
13990         * modules/unictype/category-No: New file.
13991         * modules/unictype/category-P: New file.
13992         * modules/unictype/category-Pc: New file.
13993         * modules/unictype/category-Pd: New file.
13994         * modules/unictype/category-Ps: New file.
13995         * modules/unictype/category-Pe: New file.
13996         * modules/unictype/category-Pi: New file.
13997         * modules/unictype/category-Pf: New file.
13998         * modules/unictype/category-Po: New file.
13999         * modules/unictype/category-S: New file.
14000         * modules/unictype/category-Sm: New file.
14001         * modules/unictype/category-Sc: New file.
14002         * modules/unictype/category-Sk: New file.
14003         * modules/unictype/category-So: New file.
14004         * modules/unictype/category-Z: New file.
14005         * modules/unictype/category-Zs: New file.
14006         * modules/unictype/category-Zl: New file.
14007         * modules/unictype/category-Zp: New file.
14008         * modules/unictype/category-C: New file.
14009         * modules/unictype/category-Cc: New file.
14010         * modules/unictype/category-Cf: New file.
14011         * modules/unictype/category-Cs: New file.
14012         * modules/unictype/category-Co: New file.
14013         * modules/unictype/category-Cn: New file.
14014         * modules/unictype/category-or: New file.
14015         * modules/unictype/category-of: New file.
14016         * modules/unictype/category-test: New file.
14017         * modules/unictype/category-test-withtable: New file.
14018         * modules/unictype/category-byname: New file.
14019         * modules/unictype/category-none: New file.
14020         * modules/unictype/category-and: New file.
14021         * modules/unictype/category-and-not: New file.
14022         * modules/unictype/category-name: New file.
14023         * modules/unictype/combining-class: New file.
14024         * modules/unictype/category-all: New file.
14025         * modules/unictype/bidicategory-all: New file.
14026         * modules/unictype/bidicategory-byname: New file.
14027         * modules/unictype/bidicategory-name: New file.
14028         * modules/unictype/bidicategory-of: New file.
14029         * modules/unictype/bidicategory-test: New file.
14030         * modules/unictype/decimal-digit: New file.
14031         * modules/unictype/digit: New file.
14032         * modules/unictype/numeric: New file.
14033         * modules/unictype/mirror: New file.
14034         * modules/unictype/property-white-space: New file.
14035         * modules/unictype/property-alphabetic: New file.
14036         * modules/unictype/property-other-alphabetic: New file.
14037         * modules/unictype/property-not-a-character: New file.
14038         * modules/unictype/property-default-ignorable-code-point: New file.
14039         * modules/unictype/property-other-default-ignorable-code-point: New
14040         file.
14041         * modules/unictype/property-deprecated: New file.
14042         * modules/unictype/property-logical-order-exception: New file.
14043         * modules/unictype/property-variation-selector: New file.
14044         * modules/unictype/property-private-use: New file.
14045         * modules/unictype/property-unassigned-code-value: New file.
14046         * modules/unictype/property-uppercase: New file.
14047         * modules/unictype/property-other-uppercase: New file.
14048         * modules/unictype/property-lowercase: New file.
14049         * modules/unictype/property-other-lowercase: New file.
14050         * modules/unictype/property-titlecase: New file.
14051         * modules/unictype/property-soft-dotted: New file.
14052         * modules/unictype/property-id-start: New file.
14053         * modules/unictype/property-other-id-start: New file.
14054         * modules/unictype/property-id-continue: New file.
14055         * modules/unictype/property-other-id-continue: New file.
14056         * modules/unictype/property-xid-start: New file.
14057         * modules/unictype/property-xid-continue: New file.
14058         * modules/unictype/property-pattern-white-space: New file.
14059         * modules/unictype/property-pattern-syntax: New file.
14060         * modules/unictype/property-join-control: New file.
14061         * modules/unictype/property-grapheme-base: New file.
14062         * modules/unictype/property-grapheme-extend: New file.
14063         * modules/unictype/property-other-grapheme-extend: New file.
14064         * modules/unictype/property-grapheme-link: New file.
14065         * modules/unictype/property-bidi-control: New file.
14066         * modules/unictype/property-bidi-left-to-right: New file.
14067         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
14068         * modules/unictype/property-bidi-arabic-right-to-left: New file.
14069         * modules/unictype/property-bidi-european-digit: New file.
14070         * modules/unictype/property-bidi-eur-num-separator: New file.
14071         * modules/unictype/property-bidi-eur-num-terminator: New file.
14072         * modules/unictype/property-bidi-arabic-digit: New file.
14073         * modules/unictype/property-bidi-common-separator: New file.
14074         * modules/unictype/property-bidi-block-separator: New file.
14075         * modules/unictype/property-bidi-segment-separator: New file.
14076         * modules/unictype/property-bidi-whitespace: New file.
14077         * modules/unictype/property-bidi-non-spacing-mark: New file.
14078         * modules/unictype/property-bidi-boundary-neutral: New file.
14079         * modules/unictype/property-bidi-pdf: New file.
14080         * modules/unictype/property-bidi-embedding-or-override: New file.
14081         * modules/unictype/property-bidi-other-neutral: New file.
14082         * modules/unictype/property-hex-digit: New file.
14083         * modules/unictype/property-ascii-hex-digit: New file.
14084         * modules/unictype/property-ideographic: New file.
14085         * modules/unictype/property-unified-ideograph: New file.
14086         * modules/unictype/property-radical: New file.
14087         * modules/unictype/property-ids-binary-operator: New file.
14088         * modules/unictype/property-ids-trinary-operator: New file.
14089         * modules/unictype/property-zero-width: New file.
14090         * modules/unictype/property-space: New file.
14091         * modules/unictype/property-non-break: New file.
14092         * modules/unictype/property-iso-control: New file.
14093         * modules/unictype/property-format-control: New file.
14094         * modules/unictype/property-dash: New file.
14095         * modules/unictype/property-hyphen: New file.
14096         * modules/unictype/property-punctuation: New file.
14097         * modules/unictype/property-line-separator: New file.
14098         * modules/unictype/property-paragraph-separator: New file.
14099         * modules/unictype/property-quotation-mark: New file.
14100         * modules/unictype/property-sentence-terminal: New file.
14101         * modules/unictype/property-terminal-punctuation: New file.
14102         * modules/unictype/property-currency-symbol: New file.
14103         * modules/unictype/property-math: New file.
14104         * modules/unictype/property-other-math: New file.
14105         * modules/unictype/property-paired-punctuation: New file.
14106         * modules/unictype/property-left-of-pair: New file.
14107         * modules/unictype/property-combining: New file.
14108         * modules/unictype/property-composite: New file.
14109         * modules/unictype/property-decimal-digit: New file.
14110         * modules/unictype/property-numeric: New file.
14111         * modules/unictype/property-diacritic: New file.
14112         * modules/unictype/property-extender: New file.
14113         * modules/unictype/property-ignorable-control: New file.
14114         * modules/unictype/property-test: New file.
14115         * modules/unictype/property-byname: New file.
14116         * modules/unictype/property-all: New file.
14117         * modules/unictype/scripts: New file.
14118         * modules/unictype/scripts-all: New file.
14119         * modules/unictype/block-of: New file.
14120         * modules/unictype/block-test: New file.
14121         * modules/unictype/block-list: New file.
14122         * modules/unictype/block-all: New file.
14123         * modules/unictype/syntax-c-whitespace: New file.
14124         * modules/unictype/syntax-java-whitespace: New file.
14125         * modules/unictype/syntax-c-ident: New file.
14126         * modules/unictype/syntax-java-ident: New file.
14127         * modules/unictype/ctype-alnum: New file.
14128         * modules/unictype/ctype-alpha: New file.
14129         * modules/unictype/ctype-cntrl: New file.
14130         * modules/unictype/ctype-digit: New file.
14131         * modules/unictype/ctype-graph: New file.
14132         * modules/unictype/ctype-lower: New file.
14133         * modules/unictype/ctype-print: New file.
14134         * modules/unictype/ctype-punct: New file.
14135         * modules/unictype/ctype-space: New file.
14136         * modules/unictype/ctype-upper: New file.
14137         * modules/unictype/ctype-xdigit: New file.
14138         * modules/unictype/ctype-blank: New file.
14139         * lib/unictype/bidi_byname.c: New file.
14140         * lib/unictype/bidi_name.c: New file.
14141         * lib/unictype/bidi_of.c: New file.
14142         * lib/unictype/bidi_test.c: New file.
14143         * lib/unictype/bitmap.h: New file.
14144         * lib/unictype/block_test.c: New file.
14145         * lib/unictype/blocks.c: New file.
14146         * lib/unictype/categ_C.c: New file.
14147         * lib/unictype/categ_Cc.c: New file.
14148         * lib/unictype/categ_Cf.c: New file.
14149         * lib/unictype/categ_Cn.c: New file.
14150         * lib/unictype/categ_Co.c: New file.
14151         * lib/unictype/categ_Cs.c: New file.
14152         * lib/unictype/categ_L.c: New file.
14153         * lib/unictype/categ_Ll.c: New file.
14154         * lib/unictype/categ_Lm.c: New file.
14155         * lib/unictype/categ_Lo.c: New file.
14156         * lib/unictype/categ_Lt.c: New file.
14157         * lib/unictype/categ_Lu.c: New file.
14158         * lib/unictype/categ_M.c: New file.
14159         * lib/unictype/categ_Mc.c: New file.
14160         * lib/unictype/categ_Me.c: New file.
14161         * lib/unictype/categ_Mn.c: New file.
14162         * lib/unictype/categ_N.c: New file.
14163         * lib/unictype/categ_Nd.c: New file.
14164         * lib/unictype/categ_Nl.c: New file.
14165         * lib/unictype/categ_No.c: New file.
14166         * lib/unictype/categ_P.c: New file.
14167         * lib/unictype/categ_Pc.c: New file.
14168         * lib/unictype/categ_Pd.c: New file.
14169         * lib/unictype/categ_Pe.c: New file.
14170         * lib/unictype/categ_Pf.c: New file.
14171         * lib/unictype/categ_Pi.c: New file.
14172         * lib/unictype/categ_Po.c: New file.
14173         * lib/unictype/categ_Ps.c: New file.
14174         * lib/unictype/categ_S.c: New file.
14175         * lib/unictype/categ_Sc.c: New file.
14176         * lib/unictype/categ_Sk.c: New file.
14177         * lib/unictype/categ_Sm.c: New file.
14178         * lib/unictype/categ_So.c: New file.
14179         * lib/unictype/categ_Z.c: New file.
14180         * lib/unictype/categ_Zl.c: New file.
14181         * lib/unictype/categ_Zp.c: New file.
14182         * lib/unictype/categ_Zs.c: New file.
14183         * lib/unictype/categ_and.c: New file.
14184         * lib/unictype/categ_and_not.c: New file.
14185         * lib/unictype/categ_byname.c: New file.
14186         * lib/unictype/categ_name.c: New file.
14187         * lib/unictype/categ_none.c: New file.
14188         * lib/unictype/categ_of.c: New file.
14189         * lib/unictype/categ_or.c: New file.
14190         * lib/unictype/categ_test.c: New file.
14191         * lib/unictype/combining.c: New file.
14192         * lib/unictype/ctype_alnum.c: New file.
14193         * lib/unictype/ctype_alpha.c: New file.
14194         * lib/unictype/ctype_blank.c: New file.
14195         * lib/unictype/ctype_cntrl.c: New file.
14196         * lib/unictype/ctype_digit.c: New file.
14197         * lib/unictype/ctype_graph.c: New file.
14198         * lib/unictype/ctype_lower.c: New file.
14199         * lib/unictype/ctype_print.c: New file.
14200         * lib/unictype/ctype_punct.c: New file.
14201         * lib/unictype/ctype_space.c: New file.
14202         * lib/unictype/ctype_upper.c: New file.
14203         * lib/unictype/ctype_xdigit.c: New file.
14204         * lib/unictype/decdigit.c: New file.
14205         * lib/unictype/digit.c: New file.
14206         * lib/unictype/identsyntaxmap.h: New file.
14207         * lib/unictype/mirror.c: New file.
14208         * lib/unictype/numeric.c: New file.
14209         * lib/unictype/pr_alphabetic.c: New file.
14210         * lib/unictype/pr_ascii_hex_digit.c: New file.
14211         * lib/unictype/pr_bidi_arabic_digit.c: New file.
14212         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
14213         * lib/unictype/pr_bidi_block_separator.c: New file.
14214         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
14215         * lib/unictype/pr_bidi_common_separator.c: New file.
14216         * lib/unictype/pr_bidi_control.c: New file.
14217         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
14218         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
14219         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
14220         * lib/unictype/pr_bidi_european_digit.c: New file.
14221         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
14222         * lib/unictype/pr_bidi_left_to_right.c: New file.
14223         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
14224         * lib/unictype/pr_bidi_other_neutral.c: New file.
14225         * lib/unictype/pr_bidi_pdf.c: New file.
14226         * lib/unictype/pr_bidi_segment_separator.c: New file.
14227         * lib/unictype/pr_bidi_whitespace.c: New file.
14228         * lib/unictype/pr_byname.c: New file.
14229         * lib/unictype/pr_byname.gperf: New file.
14230         * lib/unictype/pr_combining.c: New file.
14231         * lib/unictype/pr_composite.c: New file.
14232         * lib/unictype/pr_currency_symbol.c: New file.
14233         * lib/unictype/pr_dash.c: New file.
14234         * lib/unictype/pr_decimal_digit.c: New file.
14235         * lib/unictype/pr_default_ignorable_code_point.c: New file.
14236         * lib/unictype/pr_deprecated.c: New file.
14237         * lib/unictype/pr_diacritic.c: New file.
14238         * lib/unictype/pr_extender.c: New file.
14239         * lib/unictype/pr_format_control.c: New file.
14240         * lib/unictype/pr_grapheme_base.c: New file.
14241         * lib/unictype/pr_grapheme_extend.c: New file.
14242         * lib/unictype/pr_grapheme_link.c: New file.
14243         * lib/unictype/pr_hex_digit.c: New file.
14244         * lib/unictype/pr_hyphen.c: New file.
14245         * lib/unictype/pr_id_continue.c: New file.
14246         * lib/unictype/pr_id_start.c: New file.
14247         * lib/unictype/pr_ideographic.c: New file.
14248         * lib/unictype/pr_ids_binary_operator.c: New file.
14249         * lib/unictype/pr_ids_trinary_operator.c: New file.
14250         * lib/unictype/pr_ignorable_control.c: New file.
14251         * lib/unictype/pr_iso_control.c: New file.
14252         * lib/unictype/pr_join_control.c: New file.
14253         * lib/unictype/pr_left_of_pair.c: New file.
14254         * lib/unictype/pr_line_separator.c: New file.
14255         * lib/unictype/pr_logical_order_exception.c: New file.
14256         * lib/unictype/pr_lowercase.c: New file.
14257         * lib/unictype/pr_math.c: New file.
14258         * lib/unictype/pr_non_break.c: New file.
14259         * lib/unictype/pr_not_a_character.c: New file.
14260         * lib/unictype/pr_numeric.c: New file.
14261         * lib/unictype/pr_other_alphabetic.c: New file.
14262         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
14263         * lib/unictype/pr_other_grapheme_extend.c: New file.
14264         * lib/unictype/pr_other_id_continue.c: New file.
14265         * lib/unictype/pr_other_id_start.c: New file.
14266         * lib/unictype/pr_other_lowercase.c: New file.
14267         * lib/unictype/pr_other_math.c: New file.
14268         * lib/unictype/pr_other_uppercase.c: New file.
14269         * lib/unictype/pr_paired_punctuation.c: New file.
14270         * lib/unictype/pr_paragraph_separator.c: New file.
14271         * lib/unictype/pr_pattern_syntax.c: New file.
14272         * lib/unictype/pr_pattern_white_space.c: New file.
14273         * lib/unictype/pr_private_use.c: New file.
14274         * lib/unictype/pr_punctuation.c: New file.
14275         * lib/unictype/pr_quotation_mark.c: New file.
14276         * lib/unictype/pr_radical.c: New file.
14277         * lib/unictype/pr_sentence_terminal.c: New file.
14278         * lib/unictype/pr_soft_dotted.c: New file.
14279         * lib/unictype/pr_space.c: New file.
14280         * lib/unictype/pr_terminal_punctuation.c: New file.
14281         * lib/unictype/pr_test.c: New file.
14282         * lib/unictype/pr_titlecase.c: New file.
14283         * lib/unictype/pr_unassigned_code_value.c: New file.
14284         * lib/unictype/pr_unified_ideograph.c: New file.
14285         * lib/unictype/pr_uppercase.c: New file.
14286         * lib/unictype/pr_variation_selector.c: New file.
14287         * lib/unictype/pr_white_space.c: New file.
14288         * lib/unictype/pr_xid_continue.c: New file.
14289         * lib/unictype/pr_xid_start.c: New file.
14290         * lib/unictype/pr_zero_width.c: New file.
14291         * lib/unictype/scripts.c: New file.
14292         * lib/unictype/sy_c_ident.c: New file.
14293         * lib/unictype/sy_c_whitespace.c: New file.
14294         * lib/unictype/sy_java_ident.c: New file.
14295         * lib/unictype/sy_java_whitespace.c: New file.
14296
14297         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
14298         Unicode 5.0.0.
14299         * lib/unictype/blocks.h: Likewise.
14300         * lib/unictype/categ_C.h: Likewise.
14301         * lib/unictype/categ_Cc.h: Likewise.
14302         * lib/unictype/categ_Cf.h: Likewise.
14303         * lib/unictype/categ_Cn.h: Likewise.
14304         * lib/unictype/categ_Co.h: Likewise.
14305         * lib/unictype/categ_Cs.h: Likewise.
14306         * lib/unictype/categ_L.h: Likewise.
14307         * lib/unictype/categ_Ll.h: Likewise.
14308         * lib/unictype/categ_Lm.h: Likewise.
14309         * lib/unictype/categ_Lo.h: Likewise.
14310         * lib/unictype/categ_Lt.h: Likewise.
14311         * lib/unictype/categ_Lu.h: Likewise.
14312         * lib/unictype/categ_M.h: Likewise.
14313         * lib/unictype/categ_Mc.h: Likewise.
14314         * lib/unictype/categ_Me.h: Likewise.
14315         * lib/unictype/categ_Mn.h: Likewise.
14316         * lib/unictype/categ_N.h: Likewise.
14317         * lib/unictype/categ_Nd.h: Likewise.
14318         * lib/unictype/categ_Nl.h: Likewise.
14319         * lib/unictype/categ_No.h: Likewise.
14320         * lib/unictype/categ_P.h: Likewise.
14321         * lib/unictype/categ_Pc.h: Likewise.
14322         * lib/unictype/categ_Pd.h: Likewise.
14323         * lib/unictype/categ_Pe.h: Likewise.
14324         * lib/unictype/categ_Pf.h: Likewise.
14325         * lib/unictype/categ_Pi.h: Likewise.
14326         * lib/unictype/categ_Po.h: Likewise.
14327         * lib/unictype/categ_Ps.h: Likewise.
14328         * lib/unictype/categ_S.h: Likewise.
14329         * lib/unictype/categ_Sc.h: Likewise.
14330         * lib/unictype/categ_Sk.h: Likewise.
14331         * lib/unictype/categ_Sm.h: Likewise.
14332         * lib/unictype/categ_So.h: Likewise.
14333         * lib/unictype/categ_Z.h: Likewise.
14334         * lib/unictype/categ_Zl.h: Likewise.
14335         * lib/unictype/categ_Zp.h: Likewise.
14336         * lib/unictype/categ_Zs.h: Likewise.
14337         * lib/unictype/categ_of.h: Likewise.
14338         * lib/unictype/combining.h: Likewise.
14339         * lib/unictype/ctype_alnum.h: Likewise.
14340         * lib/unictype/ctype_alpha.h: Likewise.
14341         * lib/unictype/ctype_blank.h: Likewise.
14342         * lib/unictype/ctype_cntrl.h: Likewise.
14343         * lib/unictype/ctype_digit.h: Likewise.
14344         * lib/unictype/ctype_graph.h: Likewise.
14345         * lib/unictype/ctype_lower.h: Likewise.
14346         * lib/unictype/ctype_print.h: Likewise.
14347         * lib/unictype/ctype_punct.h: Likewise.
14348         * lib/unictype/ctype_space.h: Likewise.
14349         * lib/unictype/ctype_upper.h: Likewise.
14350         * lib/unictype/ctype_xdigit.h: Likewise.
14351         * lib/unictype/decdigit.h: Likewise.
14352         * lib/unictype/digit.h: Likewise.
14353         * lib/unictype/mirror.h: Likewise.
14354         * lib/unictype/numeric.h: Likewise.
14355         * lib/unictype/pr_alphabetic.h: Likewise.
14356         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14357         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14358         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14359         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14360         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14361         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14362         * lib/unictype/pr_bidi_control.h: Likewise.
14363         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14364         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14365         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14366         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14367         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14368         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14369         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14370         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14371         * lib/unictype/pr_bidi_pdf.h: Likewise.
14372         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14373         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14374         * lib/unictype/pr_combining.h: Likewise.
14375         * lib/unictype/pr_composite.h: Likewise.
14376         * lib/unictype/pr_currency_symbol.h: Likewise.
14377         * lib/unictype/pr_dash.h: Likewise.
14378         * lib/unictype/pr_decimal_digit.h: Likewise.
14379         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14380         * lib/unictype/pr_deprecated.h: Likewise.
14381         * lib/unictype/pr_diacritic.h: Likewise.
14382         * lib/unictype/pr_extender.h: Likewise.
14383         * lib/unictype/pr_format_control.h: Likewise.
14384         * lib/unictype/pr_grapheme_base.h: Likewise.
14385         * lib/unictype/pr_grapheme_extend.h: Likewise.
14386         * lib/unictype/pr_grapheme_link.h: Likewise.
14387         * lib/unictype/pr_hex_digit.h: Likewise.
14388         * lib/unictype/pr_hyphen.h: Likewise.
14389         * lib/unictype/pr_id_continue.h: Likewise.
14390         * lib/unictype/pr_id_start.h: Likewise.
14391         * lib/unictype/pr_ideographic.h: Likewise.
14392         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14393         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14394         * lib/unictype/pr_ignorable_control.h: Likewise.
14395         * lib/unictype/pr_iso_control.h: Likewise.
14396         * lib/unictype/pr_join_control.h: Likewise.
14397         * lib/unictype/pr_left_of_pair.h: Likewise.
14398         * lib/unictype/pr_line_separator.h: Likewise.
14399         * lib/unictype/pr_logical_order_exception.h: Likewise.
14400         * lib/unictype/pr_lowercase.h: Likewise.
14401         * lib/unictype/pr_math.h: Likewise.
14402         * lib/unictype/pr_non_break.h: Likewise.
14403         * lib/unictype/pr_not_a_character.h: Likewise.
14404         * lib/unictype/pr_numeric.h: Likewise.
14405         * lib/unictype/pr_other_alphabetic.h: Likewise.
14406         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14407         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14408         * lib/unictype/pr_other_id_continue.h: Likewise.
14409         * lib/unictype/pr_other_id_start.h: Likewise.
14410         * lib/unictype/pr_other_lowercase.h: Likewise.
14411         * lib/unictype/pr_other_math.h: Likewise.
14412         * lib/unictype/pr_other_uppercase.h: Likewise.
14413         * lib/unictype/pr_paired_punctuation.h: Likewise.
14414         * lib/unictype/pr_paragraph_separator.h: Likewise.
14415         * lib/unictype/pr_pattern_syntax.h: Likewise.
14416         * lib/unictype/pr_pattern_white_space.h: Likewise.
14417         * lib/unictype/pr_private_use.h: Likewise.
14418         * lib/unictype/pr_punctuation.h: Likewise.
14419         * lib/unictype/pr_quotation_mark.h: Likewise.
14420         * lib/unictype/pr_radical.h: Likewise.
14421         * lib/unictype/pr_sentence_terminal.h: Likewise.
14422         * lib/unictype/pr_soft_dotted.h: Likewise.
14423         * lib/unictype/pr_space.h: Likewise.
14424         * lib/unictype/pr_terminal_punctuation.h: Likewise.
14425         * lib/unictype/pr_titlecase.h: Likewise.
14426         * lib/unictype/pr_unassigned_code_value.h: Likewise.
14427         * lib/unictype/pr_unified_ideograph.h: Likewise.
14428         * lib/unictype/pr_uppercase.h: Likewise.
14429         * lib/unictype/pr_variation_selector.h: Likewise.
14430         * lib/unictype/pr_white_space.h: Likewise.
14431         * lib/unictype/pr_xid_continue.h: Likewise.
14432         * lib/unictype/pr_xid_start.h: Likewise.
14433         * lib/unictype/pr_zero_width.h: Likewise.
14434         * lib/unictype/scripts.h: Likewise.
14435         * lib/unictype/scripts_byname.gperf: Likewise.
14436         * lib/unictype/sy_c_ident.h: Likewise.
14437         * lib/unictype/sy_c_whitespace.h: Likewise.
14438         * lib/unictype/sy_java_ident.h: Likewise.
14439         * lib/unictype/sy_java_whitespace.h: Likewise.
14440
14441         * lib/unictype/Makefile: New file.
14442         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
14443         glibc.
14444         * lib/unictype/3level.h: New file, copied from glibc.
14445         * lib/unictype/3levelbit.h: New file.
14446
14447 2007-11-11  Bruno Haible  <bruno@clisp.org>
14448
14449         * modules/gperf: New file.
14450         * modules/iconv_open (Depends-on): Add it.
14451         (Makefile.am): Remove the GPERF definition.
14452
14453 2007-11-11  Bruno Haible  <bruno@clisp.org>
14454
14455         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
14456         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
14457
14458 2007-11-11  Bruno Haible  <bruno@clisp.org>
14459
14460         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
14461         (usage): Remove function.
14462
14463 2007-11-11  Bruno Haible  <bruno@clisp.org>
14464
14465         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
14466         gl_FUNC_CEILF_LIBS.
14467         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
14468         gl_FUNC_CEIL_LIBS.
14469         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
14470         gl_FUNC_CEILL_LIBS.
14471         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
14472         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
14473         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
14474
14475 2007-11-11  Bruno Haible  <bruno@clisp.org>
14476
14477         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
14478         roundf were declared but do not exist on functions.
14479         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
14480         roundl were declared but do not exist on functions.
14481         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
14482         HAVE_FLOORL_AND_CEILL, respectively.
14483         Needed for Sun C on Solaris 10.
14484
14485 2007-11-11  Bruno Haible  <bruno@clisp.org>
14486
14487         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
14488         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
14489         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
14490         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
14491         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
14492         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
14493         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
14494         HAVE_DECL_ROUNDF.
14495         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
14496         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
14497         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14498         of HAVE_DECL_ROUND*.
14499         * modules/math (Makefile.am): Update.
14500
14501 2007-11-10  Bruno Haible  <bruno@clisp.org>
14502
14503         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
14504         ptrdiff_t as m4/intl.m4.
14505
14506 2007-11-10  Jim Meyering  <meyering@redhat.com>
14507
14508         Avoid link failure for the argmatch test.
14509         * tests/test-argmatch.c (usage): Define function to avoid a link
14510         failure: argmatch_die requires a usage function.
14511
14512 2007-11-09  Bruno Haible  <bruno@clisp.org>
14513
14514         * doc/functions/snprintf.texi: Mention BeOS deficiency.
14515         * doc/functions/vsnprintf.texi: Likewise.
14516         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
14517         with a size argument < 2.
14518
14519 2007-11-09  Bruno Haible  <bruno@clisp.org>
14520
14521         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
14522         buffer. Fixes an inefficiency introduced on 2007-11-03.
14523
14524 2007-11-09  Bruno Haible  <bruno@clisp.org>
14525
14526         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
14527         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
14528
14529 2007-11-08  Jim Meyering  <meyering@redhat.com>
14530
14531         Change cache variable name prefix "jm_" to "gl_" everywhere.
14532         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
14533         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
14534         * m4/uptime.m4: s/gl_/jm_/
14535
14536 2007-11-07  Bruno Haible  <bruno@clisp.org>
14537
14538         Update to GNU gettext 0.17.
14539         * m4/intl.m4: Update to GNU gettext 0.17.
14540         * m4/po.m4: Likewise.
14541         * modules/gettext (Files): Remove m4/ulonglong.m4.
14542         (configure.ac): Require gettext infrastructure from version 0.17.
14543
14544 2007-11-06  Bruno Haible  <bruno@clisp.org>
14545
14546         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
14547         symbolic values are not defined in a public header.
14548         * lib/freadable.c (freadable) [QNX]: Likewise.
14549         * lib/freadahead.c (freadahead) [QNX]: Likewise.
14550         * lib/freading.c (freading) [QNX]: Likewise.
14551         * lib/fseterr.c (fseterr) [QNX]: Likewise.
14552         * lib/fwritable.c (fwritable) [QNX]: Likewise.
14553         * lib/fwriting.c (fwriting) [QNX]: Likewise.
14554         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
14555         Reported by Alain Magloire.
14556
14557         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
14558
14559 2007-11-05  Bruno Haible  <bruno@clisp.org>
14560
14561         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
14562         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
14563         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
14564         Reported by Eric Blake.
14565
14566 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14567             Bruno Haible  <bruno@clisp.org>
14568
14569         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
14570         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
14571         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
14572         (malloc): Undefine also before including <stdlib.h>.
14573         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
14574         Needed on OSF/1 4.0.
14575
14576 2007-11-05  Jim Meyering  <meyering@redhat.com>
14577
14578         git-version-gen: sync from coreutils.
14579         * build-aux/git-version-gen: Add comments.
14580         Change the first '-' to '.' in the snapshot version string,
14581         e.g., 6.9-377-08144 -> 6.9.377-08144
14582         Remove first parameter.
14583         Don't declare a version "-dirty" merely because a time
14584         stamp has changed.
14585
14586 2007-11-04  Bruno Haible  <bruno@clisp.org>
14587
14588         * lib/lock.h: Protect all macro definitions containing an 'if'
14589         statement through a "do { ... } while (0)".
14590         * lib/tls.h: Likewise.
14591
14592 2007-11-04  Bruno Haible  <bruno@clisp.org>
14593
14594         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
14595
14596 2007-11-04  Bruno Haible  <bruno@clisp.org>
14597
14598         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
14599         * modules/fprintf-posix (Depends-on): Add nocrash.
14600         * modules/snprintf-posix (Depends-on): Likewise.
14601         * modules/sprintf-posix (Depends-on): Likewise.
14602         * modules/vasnprintf-posix (Depends-on): Likewise.
14603         * modules/vasprintf-posix (Depends-on): Likewise.
14604         * modules/vfprintf-posix (Depends-on): Likewise.
14605         * modules/vsnprintf-posix (Depends-on): Likewise.
14606         * modules/vsprintf-posix (Depends-on): Likewise.
14607         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14608         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14609         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14610         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14611         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14612         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14613         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14614
14615 2007-11-04  Bruno Haible  <bruno@clisp.org>
14616
14617         * modules/nocrash: New file.
14618         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
14619         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
14620
14621 2007-11-04  Bruno Haible  <bruno@clisp.org>
14622
14623         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
14624         precision handling.
14625         * tests/test-vasprintf-posix.c (test_function): Likewise.
14626         * tests/test-snprintf-posix.h (test_function): Likewise.
14627         * tests/test-sprintf-posix.h (test_function): Likewise.
14628
14629         Fix *printf behaviour for large precisions on mingw and BeOS.
14630         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
14631         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
14632         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
14633         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14634         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14635         gl_PRINTF_PRECISION and test its result. Invoke
14636         gl_PREREQ_VASNPRINTF_PRECISION.
14637         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14638         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14639         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14640         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14641         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14642         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14643         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14644         * doc/functions/fprintf.texi: Update.
14645         * doc/functions/printf.texi: Update.
14646         * doc/functions/snprintf.texi: Update.
14647         * doc/functions/sprintf.texi: Update.
14648         * doc/functions/vfprintf.texi: Update.
14649         * doc/functions/vprintf.texi: Update.
14650         * doc/functions/vsnprintf.texi: Update.
14651         * doc/functions/vsprintf.texi: Update.
14652
14653 2007-11-04  Bruno Haible  <bruno@clisp.org>
14654
14655         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
14656
14657 2007-11-04  Bruno Haible  <bruno@clisp.org>
14658
14659         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
14660         Reported by Sylvain Beucler <beuc@gnu.org>.
14661
14662 2007-11-03  Bruno Haible  <bruno@clisp.org>
14663
14664         * tests/test-fprintf-posix2.sh: New file.
14665         * tests/test-fprintf-posix2.c: New file.
14666         * modules/fprintf-posix-tests (Files): Add them.
14667         (TESTS): Add test-fprintf-posix2.sh.
14668         (configure.ac): Check for getrlimit and setrlimit.
14669         (check_PROGRAMS): Add test-fprintf-posix2.
14670
14671         * tests/test-printf-posix2.sh: New file.
14672         * tests/test-printf-posix2.c: New file.
14673         * modules/printf-posix-tests (Files): Add them.
14674         (TESTS): Add test-printf-posix2.sh.
14675         (configure.ac): Check for getrlimit and setrlimit.
14676         (check_PROGRAMS): Add test-printf-posix2.
14677
14678         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
14679         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
14680         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
14681         (decode_double): New function, copied from decode_long_double.
14682         (scale10_round_decimal_decoded): New function, extracted from
14683         scale10_round_decimal_long_double.
14684         (scale10_round_decimal_long_double): Use it.
14685         (scale10_round_decimal_double): New function.
14686         (floorlog10): New function.
14687         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
14688         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
14689         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14690         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14691         gl_PRINTF_ENOMEM and test its result. Invoke
14692         gl_PREREQ_VASNPRINTF_ENOMEM.
14693         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14694         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14695         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14696         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14697         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14698         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14699         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14700         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
14701         * modules/snprintf-posix (Depends-on): Likewise.
14702         * modules/sprintf-posix (Depends-on): Likewise.
14703         * modules/vasnprintf-posix (Depends-on): Likewise.
14704         * modules/vasprintf-posix (Depends-on): Likewise.
14705         * modules/vfprintf-posix (Depends-on): Likewise.
14706         * modules/vsnprintf-posix (Depends-on): Likewise.
14707         * modules/vsprintf-posix (Depends-on): Likewise.
14708         * doc/functions/fprintf.texi: Update.
14709         * doc/functions/printf.texi: Update.
14710         * doc/functions/snprintf.texi: Update.
14711         * doc/functions/sprintf.texi: Update.
14712         * doc/functions/vfprintf.texi: Update.
14713         * doc/functions/vprintf.texi: Update.
14714         * doc/functions/vsnprintf.texi: Update.
14715         * doc/functions/vsprintf.texi: Update.
14716
14717 2007-11-03  Bruno Haible  <bruno@clisp.org>
14718
14719         * modules/frexp-nolibm-tests: New file.
14720
14721         * modules/frexp-nolibm: New file.
14722         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
14723
14724 2007-11-03  Bruno Haible  <bruno@clisp.org>
14725
14726         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
14727         value is C99 compliant.
14728         Needed for OSF/1 5.1.
14729
14730 2007-11-03  Bruno Haible  <bruno@clisp.org>
14731
14732         Fix out-of-memory handling of vasnprintf.
14733         * lib/printf-parse.c: Include <errno.h>.
14734         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
14735         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
14736         is already set.
14737
14738 2007-11-02  Eric Blake  <ebb9@byu.net>
14739
14740         Fix tests on cygwin.
14741         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
14742
14743 2007-11-01  Bruno Haible  <bruno@clisp.org>
14744
14745         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
14746         warning.
14747         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
14748         needed for POSIX compatibility.
14749
14750 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14751
14752         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
14753         for compatibility with GNU.
14754
14755 2007-11-01  Bruno Haible  <bruno@clisp.org>
14756
14757         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
14758         (putenv): Renamed from rpl_putenv. Change argument type from
14759         'const char *' to 'char *'.
14760         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
14761         of defining putenv in config.h, just set REPLACE_PUTENV.
14762         * modules/putenv (Depends-on): Add stdlib.
14763         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14764         (Include): Use <stdlib.h>.
14765         * lib/stdlib.in.h (putenv): New declaration.
14766         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
14767         REPLACE_PUTENV.
14768         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
14769         REPLACE_PUTENV.
14770         Needed for MacOS X 10.5.0.
14771         Reported by Peter O'Gorman <peter@pogma.com>.
14772
14773 2007-11-01  Jim Meyering  <meyering@redhat.com>
14774
14775         Treat an empty date string exactly like "0".
14776         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
14777         if the remaining date string (to be parsed) is empty, use "0".
14778         Reported by Mischa Molhoek and discussed in this thread:
14779         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
14780
14781 2007-10-31  Bruno Haible  <bruno@clisp.org>
14782
14783         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
14784         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
14785         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14786         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
14787         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
14788         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
14789
14790 2007-10-31  Bruno Haible  <bruno@clisp.org>
14791
14792         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
14793         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
14794         (AC_TYPE_LONG_LONG_INT): Use it.
14795         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
14796         it as well.
14797         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
14798         to m4/longlong.m4.
14799         * modules/stdint (Files): Remove m4/ulonglong.m4.
14800         * modules/strtoull (Files): Use m4/longlong.m4 instead of
14801         m4/ulonglong.m4.
14802         * modules/strtoumax (Files): Likewise.
14803
14804 2007-10-30  Bruno Haible  <bruno@clisp.org>
14805
14806         * modules/xvasprintf-posix: New file.
14807         Suggested by Eric Blake.
14808
14809 2007-10-30  Bruno Haible  <bruno@clisp.org>
14810
14811         * modules/xprintf-posix-tests: New file.
14812         * tests/test-xprintf-posix.sh: New file.
14813         * tests/test-xprintf-posix.c: New file.
14814         * tests/test-xfprintf-posix.c: New file.
14815
14816         * modules/xprintf-posix: New file.
14817
14818 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14819
14820         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
14821         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
14822         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
14823
14824 2007-10-29  Bruno Haible  <bruno@clisp.org>
14825
14826         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
14827         contain the special marker '_cv_'.
14828         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14829         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14830         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14831         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
14832         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14833         Reported by Ralf Wildenhues.
14834
14835 2007-10-29  Bruno Haible  <bruno@clisp.org>
14836
14837         * gnulib-tool (func_import): When --lgpl is not specified, set
14838         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
14839         GPLv3.
14840         Reported by Simon Josefsson.
14841
14842 2007-10-28  Bruno Haible  <bruno@clisp.org>
14843
14844         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
14845         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
14846         HAVE_DECL_ISFINITE.
14847         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14848         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
14849         HAVE_DECL_ISFINITE.
14850
14851 2007-10-28  Bruno Haible  <bruno@clisp.org>
14852
14853         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
14854         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
14855
14856 2007-10-28  Bruno Haible  <bruno@clisp.org>
14857
14858         Fix link errors with Sun C 5.0 on Solaris 10.
14859         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
14860         function is declared but not present in the compiler's libm.
14861         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
14862         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
14863         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
14864         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
14865         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
14866         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
14867         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
14868         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14869         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
14870         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
14871         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
14872         HAVE_DECL_FLOORL.
14873
14874 2007-10-28  Bruno Haible  <bruno@clisp.org>
14875
14876         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
14877         gl_FUNC_FLOORL. Cache the result.
14878         (gl_FUNC_FLOORL): Use it.
14879         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
14880         gl_FUNC_CEILL. Cache the result.
14881         (gl_FUNC_CEILL): Use it.
14882
14883         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
14884         gl_FUNC_FLOOR. Cache the result.
14885         (gl_FUNC_FLOOR): Use it.
14886         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
14887         gl_FUNC_CEIL. Cache the result.
14888         (gl_FUNC_CEIL): Use it.
14889
14890         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
14891         gl_FUNC_FLOORF. Cache the result.
14892         (gl_FUNC_FLOORF): Use it.
14893         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
14894         gl_FUNC_CEILF. Cache the result.
14895         (gl_FUNC_CEILF): Use it.
14896
14897 2007-10-28  Bruno Haible  <bruno@clisp.org>
14898
14899         * gnulib-tool: Allow specifying the LGPL version number through
14900         --lgpl=2 or --lgpl=3.
14901         (func_usage): Document --lgpl with argument.
14902         Handle --lgpl=... arguments.
14903         (func_import): Recognize also gl_LGPL calls with an argument. When
14904         --lgpl=2 is used and the module's license is just LGPL, report an
14905         error. Set sed_transform_lib_file according to the lgpl variable. In
14906         the generated files, use --lgpl or gl_LGPL invocations with argument,
14907         if necessary.
14908         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
14909         an LGPv2+ license.
14910         * doc/gnulib-tool.texi (Modified imports): Update explanation of
14911         gl_LGPL macro.
14912
14913 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14914             Bruno Haible  <bruno@clisp.org>
14915
14916         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
14917         (u16_uctomb_aux): Likewise.
14918         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
14919         !HAVE_INLINE.
14920         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
14921
14922 2007-10-28  Bruno Haible  <bruno@clisp.org>
14923
14924         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
14925         Invoke AM_GETTEXT_OPTION if it exists.
14926         * modules/vasprintf: Likewise.
14927         * modules/verror: Likewise.
14928         * modules/xprintf: Likewise.
14929         * modules/xvasprintf: Likewise.
14930
14931 2007-10-27  Ben Pfaff  <blp@gnu.org>
14932
14933         * lib/math.in.h: Define isfinite macro and prototypes for
14934         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
14935         implementations.
14936         * m4/math_h.m4: New substitutions for isfinite module.
14937         * lib/isfinite.c: New file.
14938         * m4/isfinite.m4: New file.
14939         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
14940         * modules/isfinite: New file.
14941         * modules/isfinite-tests: New file.
14942         * tests/tests-isfinite.c: New file.
14943         * doc/functions/isfinite.texi: Mention isfinite module.
14944         * MODULES.html.sh: Mention new module.
14945
14946 2007-10-27  Ben Pfaff  <blp@gnu.org>
14947
14948         Ralf Wildenhues reported that Tru64 4.0D declares the round
14949         functions but does not have definitions.
14950         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
14951         cannot be found in any library, set the output variable to
14952         "missing" instead of "".
14953         * m4/round.m4: Also use our substitute if we cannot find round in
14954         any library, even if it is declared.
14955         * m4/roundf.m4: Likewise for roundf.
14956         * m4/roundl.m4: Likewise for roundl.
14957         * lib/math.in.h: Undefine roundf, round, roundl before defining
14958         their replacements, to allow for hypothetical systems where these
14959         may be defined as macros but not available in libraries.
14960
14961 2007-10-27  Bruno Haible  <bruno@clisp.org>
14962
14963         * doc/gnulib.texi: Invoke @firstparagraphindent.
14964         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
14965         changes in gnulib.
14966         (Source changes): New section.
14967
14968 2007-10-26  Bruno Haible  <bruno@clisp.org>
14969
14970         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
14971         borrowed from autoconf.
14972
14973 2007-10-26  Bruno Haible  <bruno@clisp.org>
14974
14975         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
14976         strerror returned the empty string. Needed on HP-UX 11.00.
14977
14978 2007-10-24  Micah Cowan  <micah@cowan.name>
14979
14980         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
14981         * build-aux/bootstrap: Remove support for now-unnecessary option,
14982         --cvs-user, and envvars CVS_USER, CVS_RSH.
14983
14984 2007-10-24  Jim Meyering  <meyering@redhat.com>
14985
14986         Avoid diagnostics from sha1sum when there is no cached checksum.
14987         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
14988         if the po.s1 file hasn't been created yet.
14989
14990         * build-aux/bootstrap: Sync from coreutils:
14991         2007-10-24  Jim Meyering  <meyering@redhat.com>
14992         Get gnulib from the git repository, not from an obsolete cvs one.
14993         * build-aux/bootstrap: Suggestion from Micah Cowan.
14994         2007-10-04  Jim Meyering  <jim@meyering.net>
14995         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
14996         (update_po_files): Work also when there are no .po files in po/.
14997
14998 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14999
15000         * README: Append ".git" to git and cg examples.
15001         Problem reported by Benoit Sigoure.
15002
15003 2007-10-23  Micah Cowan  <micah@cowan.name>
15004
15005         * users.txt: Add wget.
15006
15007 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15008
15009         Fix linking of some unistdio tests on FreeBSD.
15010         * modules/unistdio/u16-vsnprintf-tests
15011         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
15012         * modules/unistdio/u16-vsprintf-tests
15013         (test_u16_vsnprintf1_LDADD): Likewise.
15014         * modules/unistdio/u32-vsnprintf-tests
15015         (test_u32_vsnprintf1_LDADD): Likewise.
15016         * modules/unistdio/u32-vsprintf-tests
15017         (test_u32_vsprintf1_LDADD): Likewise.
15018         * modules/unistdio/u8-vsnprintf-tests
15019         (test_u8_vsnprintf1_LDADD): Likewise.
15020         * modules/unistdio/u8-vsprintf-tests
15021         (test_u8_vsprintf1_LDADD): Likewise.
15022         * modules/unistdio/ulc-vsnprintf-tests
15023         (test_ulc_vsnprintf1_LDADD): Likewise.
15024         * modules/unistdio/ulc-vsprintf-tests
15025         (test_ulc_vsprintf1_LDADD): Likewise.
15026
15027         Fix linking of some uniconv tests on FreeBSD.
15028         * modules/uniconv/u16-conv-from-enc-tests
15029         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
15030         * modules/uniconv/u16-conv-to-enc-tests
15031         (test_u16_conv_to_enc_LDADD): Likewise.
15032         * modules/uniconv/u16-strconv-from-enc-tests
15033         (test_u16_strconv_from_enc_LDADD): Likewise.
15034         * modules/uniconv/u16-strconv-to-enc-tests
15035         (test_u16_strconv_to_enc_LDADD): Likewise.
15036         * modules/uniconv/u32-conv-from-enc-tests
15037         (test_u32_conv_from_enc_LDADD): Likewise.
15038         * modules/uniconv/u32-conv-to-enc-tests
15039         (test_u32_conv_to_enc_LDADD): Likewise.
15040         * modules/uniconv/u32-strconv-from-enc-tests
15041         (test_u32_strconv_from_enc_LDADD): Likewise.
15042         * modules/uniconv/u32-strconv-to-enc-tests
15043         (test_u32_strconv_to_enc_LDADD): Likewise.
15044         * modules/uniconv/u8-conv-from-enc-tests
15045         (test_u8_conv_from_enc_LDADD): Likewise.
15046         * modules/uniconv/u8-conv-to-enc-tests
15047         (test_u8_conv_to_enc_LDADD): Likewise.
15048         * modules/uniconv/u8-strconv-from-enc-tests
15049         (test_u8_strconv_from_enc_LDADD): Likewise.
15050         * modules/uniconv/u8-strconv-to-enc-tests
15051         (test_u8_strconv_to_enc_LDADD): Likewise.
15052
15053 2007-10-22  Bruno Haible  <bruno@clisp.org>
15054
15055         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
15056         size.
15057
15058 2007-10-22  Eric Blake  <ebb9@byu.net>
15059
15060         Tweak x*printf documentation.
15061         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
15062         variable name and comments.
15063         Suggested by Bruno Haible.
15064
15065 2007-10-22  Bruno Haible  <bruno@clisp.org>
15066
15067         * lib/acl.c (copy_acl): Fix file name in comment.
15068
15069 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15070
15071         Fix Tru64 problem with stdbool.h.
15072         * lib/stdbool.in.h (false, true):
15073         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
15074         Don't declare as an enum in this situation; it runs afoul of Tru64.
15075         Problem reported by Steven M. Schweda in
15076         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
15077
15078 2007-10-22  Eric Blake  <ebb9@byu.net>
15079
15080         Also wrap vf?printf.
15081         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
15082         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15083         (xvprintf, xvfprintf): New functions.
15084
15085 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15086
15087         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
15088         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
15089
15090         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
15091         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
15092
15093 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
15096         by Bruno Haible.
15097
15098 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15099
15100         * lib/getloadavg.c
15101         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
15102         Undef `sys' after including sys/table.h, for Tru64 4.0D.
15103
15104         * tests/test-i-ring.c: Work for C89.
15105
15106 2007-10-22  Bruno Haible  <bruno@clisp.org>
15107
15108         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
15109         -1u, in preprocessor expression, so that we don't test for the bug
15110         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
15111         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
15112
15113 2007-10-22  Eric Blake  <ebb9@byu.net>
15114
15115         * tests/test-yesno.sh: Silence stderr during test.
15116
15117 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15118
15119         * modules/crypto/gc-camellia: New file.
15120
15121         * m4/gc-camellia.m4: New file.
15122
15123         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
15124
15125         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
15126
15127 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15128
15129         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
15130         --help to stdout.  Reported by sms@antinode.org (Steven
15131         M. Schweda).
15132
15133 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15134
15135         * users.txt: Fix link to libksba.
15136
15137 2007-10-21  Ben Pfaff  <blp@gnu.org>
15138
15139         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
15140         round.c roundf implementation that depends on floorf and ceilf to
15141         be tested unconditionally.
15142
15143 2007-10-21  Ben Pfaff  <blp@gnu.org>
15144
15145         * m4/check-libm-func.m4: Removed.
15146         * m4/check-math-lib.m4: New file.
15147         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
15148         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
15149         definition and lack of AC_LIBOBJ([roundf]).
15150         * m4/roundl.m4: Ditto, and similarly for roundl.
15151         * modules/round: Reference new m4 file.
15152         * modules/roundf: Ditto.
15153         * modules/roundl: Ditto.
15154         * tests/test-round2.c (main): Use ROUND instead of round.
15155         Bug report from Bruno Haible.
15156
15157 2007-10-21  Bruno Haible  <bruno@clisp.org>
15158
15159         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
15160         context.
15161
15162 2007-10-21  Bruno Haible  <bruno@clisp.org>
15163
15164         * tests/test-wcwidth.c (main): Allow negative result for some control
15165         characters.
15166
15167         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
15168         Needed on OSF/1 5.1.
15169
15170 2007-10-21  Bruno Haible  <bruno@clisp.org>
15171
15172         * tests/test-floorf1.c: Include isnanf.h.
15173         (main): Use isnanf() instead of isnan().
15174         * tests/test-ceilf1.c: Include isnanf.h.
15175         (main): Use isnanf() instead of isnan().
15176         * tests/test-truncf1.c: Include isnanf.h.
15177         (main): Use isnanf() instead of isnan().
15178         * tests/test-roundf1.c: Include isnanf.h.
15179         (main): Use isnanf() instead of isnan().
15180
15181 2007-10-21  Eric Blake  <ebb9@byu.net>
15182
15183         * users.txt: Update URL for m4.
15184
15185 2007-10-21  Bruno Haible  <bruno@clisp.org>
15186
15187         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
15188
15189 2007-10-21  Bruno Haible  <bruno@clisp.org>
15190
15191         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
15192         Git's management files if the CVS files are not present.
15193
15194 2007-10-20  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
15197         gcc-3.4.x.
15198
15199 2007-10-20  Ben Pfaff  <blp@gnu.org>
15200
15201         * lib/math.in.h: Declare round, roundf, roundl if we are providing
15202         implementations.
15203         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
15204         * lib/round.c: New file.
15205         * lib/roundf.c: New file.
15206         * lib/roundl.c: New file.
15207         * m4/round.m4: New file.
15208         * m4/roundf.m4: New file.
15209         * m4/roundl.m4: New file.
15210         * m4/check-libm-func-m4: New file.
15211         * modules/math: Replace round, roundf, roundl related @VARS@ in
15212         math.in.h.
15213         * modules/round: New file.
15214         * modules/round-tests: New file.
15215         * modules/roundf: New file.
15216         * modules/roundf-tests: New file.
15217         * modules/roundl: New file.
15218         * modules/roundl-tests: New file.
15219         * tests/test-round1.c: New file.
15220         * tests/test-round2.c: New file.
15221         * tests/test-roundf1.c: New file.
15222         * tests/test-roundf2.c: New file.
15223         * tests/test-roundl.c: New file.
15224         * doc/functions/round.texi: Mention round module.
15225         * doc/functions/roundf.texi: Mention roundf module.
15226         * doc/functions/roundl.texi: Mention roundl module.
15227         * MODULES.html.sh: Mention new modules.
15228         Thanks to Bruno Haible for suggestions.
15229
15230 2007-10-20  Jim Meyering  <meyering@redhat.com>
15231
15232         * lib/xprintf.c: Include <config.h> unconditionally.
15233
15234         Change xprintf's license to GPL.
15235         * modules/xprintf (License): s/LGPL/GPL/, since this module
15236         depends on modules (exit and exitfail) which are GPL.
15237         Suggestion from Bruno Haible.
15238
15239         xprintf fixes.
15240         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
15241         Use a clearer diagnostic.
15242         Patch from Bruno Haible.
15243
15244 2007-10-20  Bruno Haible  <bruno@clisp.org>
15245
15246         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
15247         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
15248         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15249
15250 2007-10-20  Bruno Haible  <bruno@clisp.org>
15251
15252         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
15253         precision in the comparison result > x - 1 or similar.
15254         * tests/test-ceilf2.c (correct_result_p): Likewise.
15255         * tests/test-truncf2.c (correct_result_p): Likewise.
15256         * tests/test-trunc2.c (correct_result_p): Likewise.
15257         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15258
15259 2007-10-20  Bruno Haible  <bruno@clisp.org>
15260
15261         * modules/ceil: New file.
15262         * m4/ceil.m4: New file.
15263         * doc/functions/ceil.texi: Mention the 'ceil' module.
15264
15265 2007-10-20  Bruno Haible  <bruno@clisp.org>
15266
15267         * modules/floor: New file.
15268         * m4/floor.m4: New file.
15269         * doc/functions/floor.texi: Mention the 'floor' module.
15270
15271 2007-10-20  Bruno Haible  <bruno@clisp.org>
15272
15273         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
15274         of %a.
15275         * modules/floorf-tests (Depends-on): Likewise.
15276         * modules/truncf-tests (Depends-on): Likewise.
15277         * modules/trunc-tests (Depends-on): Likewise.
15278         Reported by Ben Pfaff.
15279
15280 2007-10-19  Jim Meyering  <meyering@redhat.com>
15281
15282         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
15283         Don't bother testing specific errno values.  Just test ferror.
15284
15285         New module: xprintf
15286         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
15287
15288 2007-10-19  Bruno Haible  <bruno@clisp.org>
15289
15290         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
15291         syntax.
15292         * modules/javaexec (Makefile.am): Likewise.
15293         * modules/relocatable-prog (Makefile.am): Likewise.
15294         Suggested by Jim Meyering.
15295
15296 2007-10-18  Bruno Haible  <bruno@clisp.org>
15297
15298         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
15299         Reported by Jim Meyering.
15300
15301 2007-10-18  Eric Blake  <ebb9@byu.net>
15302
15303         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
15304
15305 2007-10-18  Bruno Haible  <bruno@clisp.org>
15306
15307         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
15308         the format string into writable memory. Needed in Fortify conditions.
15309
15310 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
15311             Bruno Haible  <bruno@clisp.org>
15312
15313         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
15314         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
15315         * modules/trim (Depends-on): Add mbchar.
15316         (configure.ac): Add gl_FUNC_MBRTOWC.
15317         (Makefile.am): Augment lib_SOURCES.
15318
15319 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         Modify glob.c to use fstatat and dirfd, to simplify it.
15322         Suggested by Eric Blake.
15323         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15324         Don't include <stdbool.h>; not used.
15325         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15326         (link_exists_p): Simplify implementation, since we can now assume
15327         dirfd and fstatat.
15328         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15329
15330 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15331
15332         * gnulib-tool (func_get_dependencies): Fix sed script to
15333         match only tests.
15334
15335 2007-10-17  Bruno Haible  <bruno@clisp.org>
15336
15337         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15338         allow locale names without encoding suffix.
15339         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15340         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15341
15342 2007-10-16  Bruno Haible  <bruno@clisp.org>
15343
15344         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15345         * lib/getgroups.c (getgroups): Likewise.
15346         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15347
15348 2007-10-16  Bruno Haible  <bruno@clisp.org>
15349
15350         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15351         * modules/malloc-posix (License): Likewise.
15352         * modules/realloc-posix (License): Likewise.
15353         * modules/calloc-posix (License): Likewise.
15354         * modules/intprops (License): Change from GPL to LGPL, with
15355         Paul Eggert's approval.
15356
15357 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         Merge glibc changes into lib/glob.c.
15360
15361         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15362         2007-10-15 04:59:03 UTC.  Here are the changes:
15363
15364         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15365
15366         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15367
15368         * lib/glob.c: Add some branch prediction throughout.
15369
15370         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15371
15372         [BZ #5103]
15373         * lib/glob.c (glob): Recognize patterns starting \/.
15374
15375         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15376
15377         [BZ #3996]
15378         * lib/glob.c (attribute_hidden): Define if not defined.
15379         (glob): Unescape dirname, filename or username when needed and not
15380         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15381         is NULL.  Handle unescaped [ in pattern without closing ].
15382         Don't pass GLOB_CHECK down to recursive glob for directories.
15383         (__glob_pattern_type): New function.
15384         (__glob_pattern_p): Implement using __glob_pattern_type.
15385         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15386         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15387         Remove unreachable code.
15388
15389         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15390
15391         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15392         explain why there are no leaks.
15393
15394         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15395
15396         [BZ #3253]
15397         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15398         time, rather allocate increasingly bigger arrays of pointers, if
15399         possible with alloca, if too large with malloc.
15400
15401 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15404         Problem reported by H.Merijn Brand in
15405         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15406         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15407         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15408
15409 2007-10-15  Bruno Haible  <bruno@clisp.org>
15410
15411         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15412         with explicit rpl_ prefix.
15413         * lib/fopen.c (fopen): Likewise.
15414         * lib/freopen.c (freopen): Likewise.
15415         * lib/iconv.c (iconv): Likewise.
15416         * lib/iconv_close.c (iconv_close): Likewise.
15417
15418 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15419
15420         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
15421
15422 2007-10-15  Bruno Haible  <bruno@clisp.org>
15423
15424         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
15425         <stddef.h> instead of <stdlib.h> since we only need NULL.
15426         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15427
15428 2007-10-15  Bruno Haible  <bruno@clisp.org>
15429
15430         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
15431         Replace paragraph talking about LIBOBJS.
15432         Reported by Colin Watson <cjwatson@debian.org>.
15433
15434 2007-10-15  Bruno Haible  <bruno@clisp.org>
15435
15436         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
15437         <stdlib.h> before using NULL.
15438
15439 2007-10-15  Simon Josefsson  <simon@josefsson.org>
15440
15441         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15442         Reported by Albert Chin <china@thewrittenword.com>.
15443
15444 2007-10-14  Bruno Haible  <bruno@clisp.org>
15445
15446         * modules/iconv_open-utf-tests: New file.
15447         * tests/test-iconv-utf.c: New file.
15448
15449         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
15450         * modules/iconv_open-utf: New file.
15451         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
15452         (iconv, iconv_close): New declarations.
15453         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
15454         be defined.
15455         (iconv_open): Add special handling of conversion between UTF-8 and
15456         UTF-{16,32}{BE,LE}.
15457         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
15458         * lib/iconv_close.c: New file.
15459         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
15460         gl_FUNC_ICONV_OPEN.
15461         (gl_FUNC_ICONV_OPEN): Use it.
15462         (gl_FUNC_ICONV_OPEN_UTF): New macro.
15463         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
15464         and REPLACE_ICONV_UTF.
15465         * modules/iconv_open (Depends-on): Add c-strcase.
15466         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
15467         ICONV_CONST.
15468         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
15469
15470 2007-10-13  Albert Chin  <china@thewrittenword.com>
15471             Bruno Haible  <bruno@clisp.org>
15472
15473         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
15474         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
15475
15476 2007-10-13  Bruno Haible  <bruno@clisp.org>
15477
15478         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
15479         defined, use the ISO C99 inline semantics.
15480         * lib/argp.h (ARGP_EI): Likewise.
15481
15482 2007-10-13  Bruno Haible  <bruno@clisp.org>
15483
15484         Handle 'inline' change in gcc 4.3.0.
15485         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
15486         argp_fmtstream_write, argp_fmtstream_set_lmargin,
15487         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
15488         argp_fmtstream_point): Disable 'extern' declaration if the function
15489         definition is going to be provided inline.
15490         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
15491         semantics, not the ISO C99 inline semantics.
15492         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
15493         'extern' declaration if the function definition is going to be provided
15494         inline.
15495         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
15496         the GNU C inline semantics, not the ISO C99 inline semantics. With
15497         GCC 4.2, avoid a warning.
15498
15499 2007-10-13  Bruno Haible  <bruno@clisp.org>
15500
15501         * lib/freading.h (freading): Enable the use of __freading for
15502         glibc >= 2.7.
15503         * lib/freading.c (freading): Likewise.
15504
15505 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15506
15507         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
15508         "warning: C99 inline functions are not supported; using GNU89".
15509
15510 2007-10-12  Bruno Haible  <bruno@clisp.org>
15511
15512         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15513         of 2.
15514         * tests/test-ceilf2.c: New file.
15515         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
15516
15517         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
15518         * modules/ceilf-tests: Update.
15519
15520 2007-10-12  Bruno Haible  <bruno@clisp.org>
15521
15522         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
15523         of 2.
15524         * tests/test-floorf2.c: New file.
15525         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
15526
15527         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
15528         * modules/floorf-tests: Update.
15529
15530 2007-10-12  Bruno Haible  <bruno@clisp.org>
15531
15532         * tests/test-trunc2.c: New file.
15533         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
15534
15535         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
15536         * modules/trunc-tests: Update.
15537
15538 2007-10-12  Bruno Haible  <bruno@clisp.org>
15539
15540         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
15541         of 2.
15542         * tests/test-truncf2.c: New file.
15543         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
15544
15545         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
15546         * modules/truncf-tests: Update.
15547
15548 2007-10-11  Eric Blake  <ebb9@byu.net>
15549
15550         Don't claim strerror is broken on Interix.
15551         * doc/functions/strerror.texi (strerror): Known broken systems are
15552         now Solaris 8, and not Interix.
15553         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
15554         Interix on cross-compile.
15555         Reported by Martin Koeppe in
15556         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
15557
15558 2007-10-11  Bruno Haible  <bruno@clisp.org>
15559
15560         * modules/i-ring-tests: New file.
15561         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
15562         instead of assert.
15563
15564 2007-10-11  Bruno Haible  <bruno@clisp.org>
15565
15566         * modules/filenamecat-tests: New file.
15567         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
15568         * lib/filenamecat.c: Remove test code.
15569
15570 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15571
15572         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
15573
15574         * lib/strerror.c: Include <string.h> always, to test interface,
15575         and to remove the need for the dummy.
15576         Include intprops.h to compute width instead of doing it ourselves
15577         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
15578         (strerror): Define it to return NULL if there's no system strerror.
15579         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
15580         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
15581         ancient pre-strerror Unix systems well any more.  Saying "unknown
15582         system error" is enough.
15583         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
15584         simpler strerror.c implementation.
15585         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
15586         Simplify the tests to reflect the simpler strerror implementation.
15587         * modules/strerror (Depends-on): Add intprops.
15588
15589 2007-10-09  Eric Blake  <ebb9@byu.net>
15590
15591         Silence test-fpending.
15592         * modules/fpending-tests (Files): Add wrapper script.
15593         * tests/test-fpending.sh: New file.
15594
15595 2007-10-09  Bruno Haible  <bruno@clisp.org>
15596
15597         * MODULES.html.sh (func_module): Don't create a hyperlink for
15598         function names like 'printf_frexp'.
15599         (Misc): Add crc, memxor.
15600         (Characteristics of floating types): New section.
15601         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
15602         isnanf-nolibm, signbit, trunc, truncf, truncl.
15603         (Enhancements for ISO C 99 functions): New subsection Input/output.
15604         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
15605         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
15606         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
15607         (Compatibility checks for POSIX:2001 functions): Add clock-time.
15608         (Enhancements for POSIX:2001 functions): Add chdir-long.
15609         (File system functions): Add areadlink, chdir-safer, read-file.
15610         Remove cycle-check.
15611         (File system as inode set): New section.
15612         (Date and time): Add gethrxtime.
15613         (Multithreading): Add openmp.
15614         (Internationalization functions): Add localename.
15615         (Unicode string functions): Add unistr/u*-mbsnlen.
15616         (Support for maintaining and releasing projects): Add git-version-gen.
15617         (Lone files): Remove directories.
15618
15619 2007-10-08  Ben Pfaff  <blp@gnu.org>
15620
15621         * lib/xmalloca.h: Fix typo in comment.
15622
15623 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
15626         when avoiding problems with integer overflow.  Use a portable test
15627         instead.
15628
15629 2007-10-08  Simon Josefsson  <simon@josefsson.org>
15630
15631         * modules/dummy (License): Change to LGPLv2+.
15632         * modules/float (License): Likewise
15633         * modules/realloc (License): Likewise
15634         * modules/stdlib (License): Likewise
15635
15636 2007-10-07  Bruno Haible  <bruno@clisp.org>
15637
15638         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
15639         * floor.c (TWO_MANT_DIG): Likewise.
15640         * ceil.c (TWO_MANT_DIG): Likewise.
15641         Reported by Ben Pfaff.
15642
15643 2007-10-07  Bruno Haible  <bruno@clisp.org>
15644
15645         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
15646         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
15647         * lib/frexp.c (FUNC): Likewise.
15648         * lib/printf-frexp.h (printf_frexp): Likewise.
15649         * lib/printf-frexpl.h (printf_frexpl): Likewise.
15650         * lib/printf-frexp.c (FUNC): Likewise.
15651         Suggested by Jim Meyering.
15652
15653 2007-10-07  Jim Meyering  <meyering@redhat.com>
15654
15655         Make xnanosleep's integer overflow test more robust.
15656         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
15657         so that gcc-4.3.0 doesn't optimize away this test for overflow.
15658
15659 2007-10-07  Bruno Haible  <bruno@clisp.org>
15660
15661         * NEWS: Mention the license change.
15662
15663         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
15664         abbreviations in the modules files.
15665
15666         Change copyright notice from GPLv2+ to GPLv3+.
15667         * README: Change copyright notice.
15668         * MODULES.html.sh: Likewise.
15669         * build-aux/bootstrap.conf: Likewise.
15670         * build-aux/config.libpath: Likewise.
15671         * build-aux/csharpcomp.sh.in: Likewise.
15672         * build-aux/csharpexec.sh.in: Likewise.
15673         * build-aux/install-reloc: Likewise.
15674         * build-aux/javacomp.sh.in: Likewise.
15675         * build-aux/javaexec.sh.in: Likewise.
15676         * build-aux/ldd.sh.in: Likewise.
15677         * build-aux/reloc-ldflags: Likewise.
15678         * build-aux/relocatable.sh.in: Likewise.
15679         * build-aux/x-to-1.in: Likewise.
15680         * check-module: Likewise.
15681         * config/srclistvars.sh: Likewise.
15682         * gnulib-tool: Likewise.
15683         * lib/acl-internal.h: Likewise.
15684         * lib/acl.c: Likewise.
15685         * lib/acl.h: Likewise.
15686         * lib/acl_entries.c: Likewise.
15687         * lib/areadlink-with-size.c: Likewise.
15688         * lib/areadlink.c: Likewise.
15689         * lib/areadlink.h: Likewise.
15690         * lib/argmatch.c: Likewise.
15691         * lib/argmatch.h: Likewise.
15692         * lib/argp-ba.c: Likewise.
15693         * lib/argp-eexst.c: Likewise.
15694         * lib/argp-fmtstream.c: Likewise.
15695         * lib/argp-fmtstream.h: Likewise.
15696         * lib/argp-fs-xinl.c: Likewise.
15697         * lib/argp-help.c: Likewise.
15698         * lib/argp-namefrob.h: Likewise.
15699         * lib/argp-parse.c: Likewise.
15700         * lib/argp-pin.c: Likewise.
15701         * lib/argp-pv.c: Likewise.
15702         * lib/argp-pvh.c: Likewise.
15703         * lib/argp-xinl.c: Likewise.
15704         * lib/argp.h: Likewise.
15705         * lib/at-func.c: Likewise.
15706         * lib/atanl.c: Likewise.
15707         * lib/backupfile.c: Likewise.
15708         * lib/backupfile.h: Likewise.
15709         * lib/basename.c: Likewise.
15710         * lib/binary-io.h: Likewise.
15711         * lib/byteswap.in.h: Likewise.
15712         * lib/c-stack.c: Likewise.
15713         * lib/c-stack.h: Likewise.
15714         * lib/c-strcasestr.c: Likewise.
15715         * lib/c-strcasestr.h: Likewise.
15716         * lib/c-strstr.c: Likewise.
15717         * lib/c-strstr.h: Likewise.
15718         * lib/c-strtod.c: Likewise.
15719         * lib/calloc.c: Likewise.
15720         * lib/canon-host.c: Likewise.
15721         * lib/canon-host.h: Likewise.
15722         * lib/canonicalize-lgpl.c: Likewise.
15723         * lib/canonicalize.c: Likewise.
15724         * lib/canonicalize.h: Likewise.
15725         * lib/ceil.c: Likewise.
15726         * lib/ceilf.c: Likewise.
15727         * lib/ceill.c: Likewise.
15728         * lib/chdir-long.c: Likewise.
15729         * lib/chdir-long.h: Likewise.
15730         * lib/chdir-safer.c: Likewise.
15731         * lib/chdir-safer.h: Likewise.
15732         * lib/chown.c: Likewise.
15733         * lib/classpath.c: Likewise.
15734         * lib/classpath.h: Likewise.
15735         * lib/clean-temp.c: Likewise.
15736         * lib/clean-temp.h: Likewise.
15737         * lib/cloexec.c: Likewise.
15738         * lib/close-stream.c: Likewise.
15739         * lib/closein.c: Likewise.
15740         * lib/closein.h: Likewise.
15741         * lib/closeout.c: Likewise.
15742         * lib/closeout.h: Likewise.
15743         * lib/concat-filename.c: Likewise.
15744         * lib/copy-file.c: Likewise.
15745         * lib/copy-file.h: Likewise.
15746         * lib/count-one-bits.h: Likewise.
15747         * lib/crc.c: Likewise.
15748         * lib/crc.h: Likewise.
15749         * lib/creat-safer.c: Likewise.
15750         * lib/csharpcomp.c: Likewise.
15751         * lib/csharpcomp.h: Likewise.
15752         * lib/csharpexec.c: Likewise.
15753         * lib/csharpexec.h: Likewise.
15754         * lib/cycle-check.c: Likewise.
15755         * lib/cycle-check.h: Likewise.
15756         * lib/diacrit.c: Likewise.
15757         * lib/diacrit.h: Likewise.
15758         * lib/diffseq.h: Likewise.
15759         * lib/dirchownmod.c: Likewise.
15760         * lib/dirent.in.h: Likewise.
15761         * lib/dirfd.c: Likewise.
15762         * lib/dirfd.h: Likewise.
15763         * lib/dirname.c: Likewise.
15764         * lib/dirname.h: Likewise.
15765         * lib/dummy.c: Likewise.
15766         * lib/dup-safer.c: Likewise.
15767         * lib/dup2.c: Likewise.
15768         * lib/eealloc.h: Likewise.
15769         * lib/error.c: Likewise.
15770         * lib/error.h: Likewise.
15771         * lib/euidaccess.c: Likewise.
15772         * lib/exclude.c: Likewise.
15773         * lib/exclude.h: Likewise.
15774         * lib/execute.c: Likewise.
15775         * lib/execute.h: Likewise.
15776         * lib/exitfail.c: Likewise.
15777         * lib/exitfail.h: Likewise.
15778         * lib/expl.c: Likewise.
15779         * lib/fatal-signal.c: Likewise.
15780         * lib/fatal-signal.h: Likewise.
15781         * lib/fbufmode.c: Likewise.
15782         * lib/fbufmode.h: Likewise.
15783         * lib/fchdir.c: Likewise.
15784         * lib/fchmodat.c: Likewise.
15785         * lib/fchownat.c: Likewise.
15786         * lib/fcntl--.h: Likewise.
15787         * lib/fcntl-safer.h: Likewise.
15788         * lib/fcntl.in.h: Likewise.
15789         * lib/fd-safer.c: Likewise.
15790         * lib/fflush.c: Likewise.
15791         * lib/file-has-acl.c: Likewise.
15792         * lib/file-set.c: Likewise.
15793         * lib/file-type.c: Likewise.
15794         * lib/file-type.h: Likewise.
15795         * lib/fileblocks.c: Likewise.
15796         * lib/filemode.c: Likewise.
15797         * lib/filemode.h: Likewise.
15798         * lib/filename.h: Likewise.
15799         * lib/filenamecat.c: Likewise.
15800         * lib/filenamecat.h: Likewise.
15801         * lib/findprog.c: Likewise.
15802         * lib/findprog.h: Likewise.
15803         * lib/float.in.h: Likewise.
15804         * lib/floor.c: Likewise.
15805         * lib/floorf.c: Likewise.
15806         * lib/floorl.c: Likewise.
15807         * lib/fopen-safer.c: Likewise.
15808         * lib/fopen.c: Likewise.
15809         * lib/fpending.c: Likewise.
15810         * lib/fpending.h: Likewise.
15811         * lib/fprintf.c: Likewise.
15812         * lib/fprintftime.h: Likewise.
15813         * lib/fpucw.h: Likewise.
15814         * lib/fpurge.c: Likewise.
15815         * lib/fpurge.h: Likewise.
15816         * lib/freadable.c: Likewise.
15817         * lib/freadable.h: Likewise.
15818         * lib/freadahead.c: Likewise.
15819         * lib/freadahead.h: Likewise.
15820         * lib/freading.c: Likewise.
15821         * lib/freading.h: Likewise.
15822         * lib/free.c: Likewise.
15823         * lib/freopen.c: Likewise.
15824         * lib/frexp.c: Likewise.
15825         * lib/frexpl.c: Likewise.
15826         * lib/fseek.c: Likewise.
15827         * lib/fseterr.c: Likewise.
15828         * lib/fseterr.h: Likewise.
15829         * lib/fstatat.c: Likewise.
15830         * lib/fstrcmp.c: Likewise.
15831         * lib/fstrcmp.h: Likewise.
15832         * lib/fsusage.c: Likewise.
15833         * lib/fsusage.h: Likewise.
15834         * lib/ftell.c: Likewise.
15835         * lib/ftello.c: Likewise.
15836         * lib/fts-cycle.c: Likewise.
15837         * lib/fts.c: Likewise.
15838         * lib/fts_.h: Likewise.
15839         * lib/full-read.c: Likewise.
15840         * lib/full-read.h: Likewise.
15841         * lib/full-write.c: Likewise.
15842         * lib/full-write.h: Likewise.
15843         * lib/fwritable.c: Likewise.
15844         * lib/fwritable.h: Likewise.
15845         * lib/fwriteerror.c: Likewise.
15846         * lib/fwriteerror.h: Likewise.
15847         * lib/fwriting.c: Likewise.
15848         * lib/fwriting.h: Likewise.
15849         * lib/gcd.c: Likewise.
15850         * lib/gcd.h: Likewise.
15851         * lib/getcwd.c: Likewise.
15852         * lib/getdate.h: Likewise.
15853         * lib/getdate.y: Likewise.
15854         * lib/getdomainname.c: Likewise.
15855         * lib/getdomainname.h: Likewise.
15856         * lib/getgroups.c: Likewise.
15857         * lib/gethostname.c: Likewise.
15858         * lib/gethrxtime.c: Likewise.
15859         * lib/gethrxtime.h: Likewise.
15860         * lib/getloadavg.c: Likewise.
15861         * lib/getndelim2.c: Likewise.
15862         * lib/getndelim2.h: Likewise.
15863         * lib/getnline.c: Likewise.
15864         * lib/getnline.h: Likewise.
15865         * lib/getopt.c: Likewise.
15866         * lib/getopt.in.h: Likewise.
15867         * lib/getopt1.c: Likewise.
15868         * lib/getopt_int.h: Likewise.
15869         * lib/getpagesize.h: Likewise.
15870         * lib/getsubopt.c: Likewise.
15871         * lib/gettime.c: Likewise.
15872         * lib/getugroups.c: Likewise.
15873         * lib/getugroups.h: Likewise.
15874         * lib/getusershell.c: Likewise.
15875         * lib/gl_anyavltree_list1.h: Likewise.
15876         * lib/gl_anyavltree_list2.h: Likewise.
15877         * lib/gl_anyhash_list1.h: Likewise.
15878         * lib/gl_anyhash_list2.h: Likewise.
15879         * lib/gl_anylinked_list1.h: Likewise.
15880         * lib/gl_anylinked_list2.h: Likewise.
15881         * lib/gl_anyrbtree_list1.h: Likewise.
15882         * lib/gl_anyrbtree_list2.h: Likewise.
15883         * lib/gl_anytree_list1.h: Likewise.
15884         * lib/gl_anytree_list2.h: Likewise.
15885         * lib/gl_anytree_oset.h: Likewise.
15886         * lib/gl_anytreehash_list1.h: Likewise.
15887         * lib/gl_anytreehash_list2.h: Likewise.
15888         * lib/gl_array_list.c: Likewise.
15889         * lib/gl_array_list.h: Likewise.
15890         * lib/gl_array_oset.c: Likewise.
15891         * lib/gl_array_oset.h: Likewise.
15892         * lib/gl_avltree_list.c: Likewise.
15893         * lib/gl_avltree_list.h: Likewise.
15894         * lib/gl_avltree_oset.c: Likewise.
15895         * lib/gl_avltree_oset.h: Likewise.
15896         * lib/gl_avltreehash_list.c: Likewise.
15897         * lib/gl_avltreehash_list.h: Likewise.
15898         * lib/gl_carray_list.c: Likewise.
15899         * lib/gl_carray_list.h: Likewise.
15900         * lib/gl_linked_list.c: Likewise.
15901         * lib/gl_linked_list.h: Likewise.
15902         * lib/gl_linkedhash_list.c: Likewise.
15903         * lib/gl_linkedhash_list.h: Likewise.
15904         * lib/gl_list.c: Likewise.
15905         * lib/gl_list.h: Likewise.
15906         * lib/gl_oset.c: Likewise.
15907         * lib/gl_oset.h: Likewise.
15908         * lib/gl_rbtree_list.c: Likewise.
15909         * lib/gl_rbtree_list.h: Likewise.
15910         * lib/gl_rbtree_oset.c: Likewise.
15911         * lib/gl_rbtree_oset.h: Likewise.
15912         * lib/gl_rbtreehash_list.c: Likewise.
15913         * lib/gl_rbtreehash_list.h: Likewise.
15914         * lib/gl_sublist.c: Likewise.
15915         * lib/gl_sublist.h: Likewise.
15916         * lib/group-member.c: Likewise.
15917         * lib/group-member.h: Likewise.
15918         * lib/hard-locale.c: Likewise.
15919         * lib/hard-locale.h: Likewise.
15920         * lib/hash-pjw.c: Likewise.
15921         * lib/hash-pjw.h: Likewise.
15922         * lib/hash-triple.c: Likewise.
15923         * lib/hash.c: Likewise.
15924         * lib/hash.h: Likewise.
15925         * lib/human.c: Likewise.
15926         * lib/human.h: Likewise.
15927         * lib/i-ring.c: Likewise.
15928         * lib/i-ring.h: Likewise.
15929         * lib/idcache.c: Likewise.
15930         * lib/imaxabs.c: Likewise.
15931         * lib/imaxdiv.c: Likewise.
15932         * lib/inet_pton.c: Likewise.
15933         * lib/inet_pton.h: Likewise.
15934         * lib/intprops.h: Likewise.
15935         * lib/inttostr.c: Likewise.
15936         * lib/inttostr.h: Likewise.
15937         * lib/inttypes.in.h: Likewise.
15938         * lib/isapipe.c: Likewise.
15939         * lib/isdir.c: Likewise.
15940         * lib/isnan.c: Likewise.
15941         * lib/isnan.h: Likewise.
15942         * lib/isnanf.c: Likewise.
15943         * lib/isnanf.h: Likewise.
15944         * lib/isnanl-nolibm.h: Likewise.
15945         * lib/isnanl.c: Likewise.
15946         * lib/isnanl.h: Likewise.
15947         * lib/javacomp.c: Likewise.
15948         * lib/javacomp.h: Likewise.
15949         * lib/javaexec.c: Likewise.
15950         * lib/javaexec.h: Likewise.
15951         * lib/javaversion.c: Likewise.
15952         * lib/javaversion.h: Likewise.
15953         * lib/javaversion.java: Likewise.
15954         * lib/lbrkprop.h: Likewise.
15955         * lib/lchmod.h: Likewise.
15956         * lib/lchown.c: Likewise.
15957         * lib/ldexpl.c: Likewise.
15958         * lib/linebreak.c: Likewise.
15959         * lib/linebreak.h: Likewise.
15960         * lib/linebuffer.c: Likewise.
15961         * lib/linebuffer.h: Likewise.
15962         * lib/locale.in.h: Likewise.
15963         * lib/logl.c: Likewise.
15964         * lib/long-options.c: Likewise.
15965         * lib/long-options.h: Likewise.
15966         * lib/lstat.c: Likewise.
15967         * lib/lstat.h: Likewise.
15968         * lib/math.in.h: Likewise.
15969         * lib/mbchar.c: Likewise.
15970         * lib/mbchar.h: Likewise.
15971         * lib/mbfile.h: Likewise.
15972         * lib/mbiter.h: Likewise.
15973         * lib/mbscasecmp.c: Likewise.
15974         * lib/mbscasestr.c: Likewise.
15975         * lib/mbschr.c: Likewise.
15976         * lib/mbscspn.c: Likewise.
15977         * lib/mbslen.c: Likewise.
15978         * lib/mbsncasecmp.c: Likewise.
15979         * lib/mbsnlen.c: Likewise.
15980         * lib/mbspbrk.c: Likewise.
15981         * lib/mbspcasecmp.c: Likewise.
15982         * lib/mbsrchr.c: Likewise.
15983         * lib/mbssep.c: Likewise.
15984         * lib/mbsspn.c: Likewise.
15985         * lib/mbsstr.c: Likewise.
15986         * lib/mbstok_r.c: Likewise.
15987         * lib/mbswidth.c: Likewise.
15988         * lib/mbswidth.h: Likewise.
15989         * lib/mbuiter.h: Likewise.
15990         * lib/memcasecmp.c: Likewise.
15991         * lib/memcasecmp.h: Likewise.
15992         * lib/memchr.c: Likewise.
15993         * lib/memcmp.c: Likewise.
15994         * lib/memcoll.c: Likewise.
15995         * lib/memcoll.h: Likewise.
15996         * lib/memcpy.c: Likewise.
15997         * lib/memrchr.c: Likewise.
15998         * lib/mkancesdirs.c: Likewise.
15999         * lib/mkdir-p.c: Likewise.
16000         * lib/mkdir-p.h: Likewise.
16001         * lib/mkdir.c: Likewise.
16002         * lib/mkdirat.c: Likewise.
16003         * lib/mkdtemp.c: Likewise.
16004         * lib/mkstemp-safer.c: Likewise.
16005         * lib/mkstemp.c: Likewise.
16006         * lib/modechange.c: Likewise.
16007         * lib/modechange.h: Likewise.
16008         * lib/mountlist.c: Likewise.
16009         * lib/mountlist.h: Likewise.
16010         * lib/mpsort.c: Likewise.
16011         * lib/nanosleep.c: Likewise.
16012         * lib/obstack.c: Likewise.
16013         * lib/obstack.h: Likewise.
16014         * lib/open-safer.c: Likewise.
16015         * lib/open.c: Likewise.
16016         * lib/openat-die.c: Likewise.
16017         * lib/openat-priv.h: Likewise.
16018         * lib/openat-proc.c: Likewise.
16019         * lib/openat.c: Likewise.
16020         * lib/openat.h: Likewise.
16021         * lib/pagealign_alloc.c: Likewise.
16022         * lib/pagealign_alloc.h: Likewise.
16023         * lib/physmem.c: Likewise.
16024         * lib/physmem.h: Likewise.
16025         * lib/pipe-safer.c: Likewise.
16026         * lib/pipe.c: Likewise.
16027         * lib/pipe.h: Likewise.
16028         * lib/posixtm.c: Likewise.
16029         * lib/posixtm.h: Likewise.
16030         * lib/posixver.c: Likewise.
16031         * lib/printf-frexp.c: Likewise.
16032         * lib/printf-frexp.h: Likewise.
16033         * lib/printf-frexpl.c: Likewise.
16034         * lib/printf-frexpl.h: Likewise.
16035         * lib/printf.c: Likewise.
16036         * lib/progname.c: Likewise.
16037         * lib/progname.h: Likewise.
16038         * lib/progreloc.c: Likewise.
16039         * lib/putenv.c: Likewise.
16040         * lib/quote.c: Likewise.
16041         * lib/quote.h: Likewise.
16042         * lib/quotearg.c: Likewise.
16043         * lib/quotearg.h: Likewise.
16044         * lib/raise.c: Likewise.
16045         * lib/readline.c: Likewise.
16046         * lib/readline.h: Likewise.
16047         * lib/readlink.c: Likewise.
16048         * lib/readtokens.c: Likewise.
16049         * lib/readtokens.h: Likewise.
16050         * lib/readtokens0.c: Likewise.
16051         * lib/readtokens0.h: Likewise.
16052         * lib/readutmp.c: Likewise.
16053         * lib/readutmp.h: Likewise.
16054         * lib/realloc.c: Likewise.
16055         * lib/relocwrapper.c: Likewise.
16056         * lib/rename-dest-slash.c: Likewise.
16057         * lib/rename.c: Likewise.
16058         * lib/rmdir.c: Likewise.
16059         * lib/rpmatch.c: Likewise.
16060         * lib/safe-read.c: Likewise.
16061         * lib/safe-read.h: Likewise.
16062         * lib/safe-write.c: Likewise.
16063         * lib/safe-write.h: Likewise.
16064         * lib/same-inode.h: Likewise.
16065         * lib/same.c: Likewise.
16066         * lib/same.h: Likewise.
16067         * lib/save-cwd.c: Likewise.
16068         * lib/save-cwd.h: Likewise.
16069         * lib/savedir.c: Likewise.
16070         * lib/savedir.h: Likewise.
16071         * lib/savewd.c: Likewise.
16072         * lib/savewd.h: Likewise.
16073         * lib/search.in.h: Likewise.
16074         * lib/setenv.c: Likewise.
16075         * lib/setenv.h: Likewise.
16076         * lib/settime.c: Likewise.
16077         * lib/sh-quote.c: Likewise.
16078         * lib/sh-quote.h: Likewise.
16079         * lib/sig2str.c: Likewise.
16080         * lib/sig2str.h: Likewise.
16081         * lib/signal.in.h: Likewise.
16082         * lib/signbitd.c: Likewise.
16083         * lib/signbitf.c: Likewise.
16084         * lib/signbitl.c: Likewise.
16085         * lib/sigprocmask.c: Likewise.
16086         * lib/sincosl.c: Likewise.
16087         * lib/sleep.c: Likewise.
16088         * lib/sprintf.c: Likewise.
16089         * lib/sqrtl.c: Likewise.
16090         * lib/stat-time.h: Likewise.
16091         * lib/stdio--.h: Likewise.
16092         * lib/stdio-safer.h: Likewise.
16093         * lib/stdlib--.h: Likewise.
16094         * lib/stdlib-safer.h: Likewise.
16095         * lib/stdlib.in.h: Likewise.
16096         * lib/stpcpy.c: Likewise.
16097         * lib/stpncpy.c: Likewise.
16098         * lib/strchrnul.c: Likewise.
16099         * lib/strcspn.c: Likewise.
16100         * lib/strerror.c: Likewise.
16101         * lib/strftime.c: Likewise.
16102         * lib/strftime.h: Likewise.
16103         * lib/striconveh.c: Likewise.
16104         * lib/striconveh.h: Likewise.
16105         * lib/striconveha.c: Likewise.
16106         * lib/striconveha.h: Likewise.
16107         * lib/stripslash.c: Likewise.
16108         * lib/strnlen1.c: Likewise.
16109         * lib/strnlen1.h: Likewise.
16110         * lib/strtod.c: Likewise.
16111         * lib/strtoimax.c: Likewise.
16112         * lib/strtok_r.c: Likewise.
16113         * lib/strtol.c: Likewise.
16114         * lib/strtoll.c: Likewise.
16115         * lib/strtoul.c: Likewise.
16116         * lib/strtoull.c: Likewise.
16117         * lib/sysexits.in.h: Likewise.
16118         * lib/tempname.c: Likewise.
16119         * lib/tempname.h: Likewise.
16120         * lib/timespec.h: Likewise.
16121         * lib/tls.c: Likewise.
16122         * lib/tls.h: Likewise.
16123         * lib/tmpdir.c: Likewise.
16124         * lib/tmpdir.h: Likewise.
16125         * lib/tmpfile-safer.c: Likewise.
16126         * lib/tmpfile.c: Likewise.
16127         * lib/trigl.c: Likewise.
16128         * lib/trigl.h: Likewise.
16129         * lib/trim.c: Likewise.
16130         * lib/trim.h: Likewise.
16131         * lib/trunc.c: Likewise.
16132         * lib/truncf.c: Likewise.
16133         * lib/truncl.c: Likewise.
16134         * lib/tsearch.c: Likewise.
16135         * lib/unicodeio.c: Likewise.
16136         * lib/unicodeio.h: Likewise.
16137         * lib/unistd--.h: Likewise.
16138         * lib/unistd-safer.h: Likewise.
16139         * lib/unistdio/ulc-fprintf.c: Likewise.
16140         * lib/unistdio/ulc-vfprintf.c: Likewise.
16141         * lib/unlinkdir.c: Likewise.
16142         * lib/unlinkdir.h: Likewise.
16143         * lib/unlocked-io.h: Likewise.
16144         * lib/unsetenv.c: Likewise.
16145         * lib/userspec.c: Likewise.
16146         * lib/utime.c: Likewise.
16147         * lib/utimecmp.c: Likewise.
16148         * lib/utimecmp.h: Likewise.
16149         * lib/utimens.c: Likewise.
16150         * lib/verify.h: Likewise.
16151         * lib/verror.c: Likewise.
16152         * lib/verror.h: Likewise.
16153         * lib/version-etc-fsf.c: Likewise.
16154         * lib/version-etc.c: Likewise.
16155         * lib/version-etc.h: Likewise.
16156         * lib/vfprintf.c: Likewise.
16157         * lib/vprintf.c: Likewise.
16158         * lib/vsprintf.c: Likewise.
16159         * lib/w32spawn.h: Likewise.
16160         * lib/wait-process.c: Likewise.
16161         * lib/wait-process.h: Likewise.
16162         * lib/wcwidth.c: Likewise.
16163         * lib/write-any-file.c: Likewise.
16164         * lib/xalloc-die.c: Likewise.
16165         * lib/xalloc.h: Likewise.
16166         * lib/xasprintf.c: Likewise.
16167         * lib/xgetcwd.c: Likewise.
16168         * lib/xgetcwd.h: Likewise.
16169         * lib/xgetdomainname.c: Likewise.
16170         * lib/xgetdomainname.h: Likewise.
16171         * lib/xgethostname.c: Likewise.
16172         * lib/xmalloc.c: Likewise.
16173         * lib/xmalloca.c: Likewise.
16174         * lib/xmalloca.h: Likewise.
16175         * lib/xmemcoll.c: Likewise.
16176         * lib/xnanosleep.c: Likewise.
16177         * lib/xreadlink.c: Likewise.
16178         * lib/xreadlink.h: Likewise.
16179         * lib/xsetenv.c: Likewise.
16180         * lib/xsetenv.h: Likewise.
16181         * lib/xstriconv.c: Likewise.
16182         * lib/xstriconv.h: Likewise.
16183         * lib/xstrndup.c: Likewise.
16184         * lib/xstrndup.h: Likewise.
16185         * lib/xstrtod.c: Likewise.
16186         * lib/xstrtod.h: Likewise.
16187         * lib/xstrtol-error.c: Likewise.
16188         * lib/xstrtol.c: Likewise.
16189         * lib/xstrtol.h: Likewise.
16190         * lib/xtime.h: Likewise.
16191         * lib/xvasprintf.c: Likewise.
16192         * lib/xvasprintf.h: Likewise.
16193         * lib/yesno.c: Likewise.
16194         * lib/yesno.h: Likewise.
16195         * posix-modules: Likewise.
16196         * tests/test-alloca-opt.c: Likewise.
16197         * tests/test-arcfour.c: Likewise.
16198         * tests/test-arctwo.c: Likewise.
16199         * tests/test-argmatch.c: Likewise.
16200         * tests/test-argp-2.sh: Likewise.
16201         * tests/test-argp.c: Likewise.
16202         * tests/test-arpa_inet.c: Likewise.
16203         * tests/test-array_list.c: Likewise.
16204         * tests/test-array_oset.c: Likewise.
16205         * tests/test-atexit.c: Likewise.
16206         * tests/test-avltree_list.c: Likewise.
16207         * tests/test-avltree_oset.c: Likewise.
16208         * tests/test-avltreehash_list.c: Likewise.
16209         * tests/test-base64.c: Likewise.
16210         * tests/test-binary-io.c: Likewise.
16211         * tests/test-byteswap.c: Likewise.
16212         * tests/test-c-ctype.c: Likewise.
16213         * tests/test-c-strcasecmp.c: Likewise.
16214         * tests/test-c-strcasestr.c: Likewise.
16215         * tests/test-c-strncasecmp.c: Likewise.
16216         * tests/test-c-strstr.c: Likewise.
16217         * tests/test-canonicalize-lgpl.c: Likewise.
16218         * tests/test-canonicalize.c: Likewise.
16219         * tests/test-carray_list.c: Likewise.
16220         * tests/test-ceilf.c: Likewise.
16221         * tests/test-ceill.c: Likewise.
16222         * tests/test-count-one-bits.c: Likewise.
16223         * tests/test-crc.c: Likewise.
16224         * tests/test-dirname.c: Likewise.
16225         * tests/test-fbufmode.c: Likewise.
16226         * tests/test-fcntl.c: Likewise.
16227         * tests/test-fflush.c: Likewise.
16228         * tests/test-floorf.c: Likewise.
16229         * tests/test-floorl.c: Likewise.
16230         * tests/test-fopen.c: Likewise.
16231         * tests/test-fprintf-posix.c: Likewise.
16232         * tests/test-fprintf-posix.h: Likewise.
16233         * tests/test-fpurge.c: Likewise.
16234         * tests/test-freadable.c: Likewise.
16235         * tests/test-freadahead.c: Likewise.
16236         * tests/test-freading.c: Likewise.
16237         * tests/test-freopen.c: Likewise.
16238         * tests/test-frexp.c: Likewise.
16239         * tests/test-frexpl.c: Likewise.
16240         * tests/test-fseek.c: Likewise.
16241         * tests/test-fseeko.c: Likewise.
16242         * tests/test-fseterr.c: Likewise.
16243         * tests/test-fstrcmp.c: Likewise.
16244         * tests/test-ftell.c: Likewise.
16245         * tests/test-ftello.c: Likewise.
16246         * tests/test-fwritable.c: Likewise.
16247         * tests/test-fwriting.c: Likewise.
16248         * tests/test-getaddrinfo.c: Likewise.
16249         * tests/test-getpass.c: Likewise.
16250         * tests/test-gettimeofday.c: Likewise.
16251         * tests/test-hmac-md5.c: Likewise.
16252         * tests/test-hmac-sha1.c: Likewise.
16253         * tests/test-iconv.c: Likewise.
16254         * tests/test-iconvme.c: Likewise.
16255         * tests/test-inttypes.c: Likewise.
16256         * tests/test-isnan.c: Likewise.
16257         * tests/test-isnanf.c: Likewise.
16258         * tests/test-isnanl-nolibm.c: Likewise.
16259         * tests/test-isnanl.c: Likewise.
16260         * tests/test-isnanl.h: Likewise.
16261         * tests/test-ldexpl.c: Likewise.
16262         * tests/test-linked_list.c: Likewise.
16263         * tests/test-linkedhash_list.c: Likewise.
16264         * tests/test-locale.c: Likewise.
16265         * tests/test-localename.c: Likewise.
16266         * tests/test-lock.c: Likewise.
16267         * tests/test-lseek.c: Likewise.
16268         * tests/test-malloca.c: Likewise.
16269         * tests/test-math.c: Likewise.
16270         * tests/test-mbscasecmp.c: Likewise.
16271         * tests/test-mbscasestr1.c: Likewise.
16272         * tests/test-mbscasestr2.c: Likewise.
16273         * tests/test-mbscasestr3.c: Likewise.
16274         * tests/test-mbscasestr4.c: Likewise.
16275         * tests/test-mbschr.c: Likewise.
16276         * tests/test-mbscspn.c: Likewise.
16277         * tests/test-mbsncasecmp.c: Likewise.
16278         * tests/test-mbspbrk.c: Likewise.
16279         * tests/test-mbspcasecmp.c: Likewise.
16280         * tests/test-mbsrchr.c: Likewise.
16281         * tests/test-mbsspn.c: Likewise.
16282         * tests/test-mbsstr1.c: Likewise.
16283         * tests/test-mbsstr2.c: Likewise.
16284         * tests/test-mbsstr3.c: Likewise.
16285         * tests/test-md5.c: Likewise.
16286         * tests/test-memmem.c: Likewise.
16287         * tests/test-netinet_in.c: Likewise.
16288         * tests/test-open.c: Likewise.
16289         * tests/test-printf-frexp.c: Likewise.
16290         * tests/test-printf-frexpl.c: Likewise.
16291         * tests/test-printf-posix.c: Likewise.
16292         * tests/test-printf-posix.h: Likewise.
16293         * tests/test-rbtree_list.c: Likewise.
16294         * tests/test-rbtree_oset.c: Likewise.
16295         * tests/test-rbtreehash_list.c: Likewise.
16296         * tests/test-read-file.c: Likewise.
16297         * tests/test-rijndael.c: Likewise.
16298         * tests/test-search.c: Likewise.
16299         * tests/test-signbit.c: Likewise.
16300         * tests/test-sleep.c: Likewise.
16301         * tests/test-snprintf-posix.c: Likewise.
16302         * tests/test-snprintf-posix.h: Likewise.
16303         * tests/test-snprintf.c: Likewise.
16304         * tests/test-sprintf-posix.c: Likewise.
16305         * tests/test-sprintf-posix.h: Likewise.
16306         * tests/test-stat-time.c: Likewise.
16307         * tests/test-stdbool.c: Likewise.
16308         * tests/test-stdint.c: Likewise.
16309         * tests/test-stdio.c: Likewise.
16310         * tests/test-stdlib.c: Likewise.
16311         * tests/test-stpncpy.c: Likewise.
16312         * tests/test-strcasestr.c: Likewise.
16313         * tests/test-striconv.c: Likewise.
16314         * tests/test-striconveh.c: Likewise.
16315         * tests/test-striconveha.c: Likewise.
16316         * tests/test-string.c: Likewise.
16317         * tests/test-sys_select.c: Likewise.
16318         * tests/test-sys_socket.c: Likewise.
16319         * tests/test-sys_stat.c: Likewise.
16320         * tests/test-sys_time.c: Likewise.
16321         * tests/test-sysexits.c: Likewise.
16322         * tests/test-time.c: Likewise.
16323         * tests/test-tls.c: Likewise.
16324         * tests/test-trunc.c: Likewise.
16325         * tests/test-truncf.c: Likewise.
16326         * tests/test-truncl.c: Likewise.
16327         * tests/test-unistd.c: Likewise.
16328         * tests/test-vasnprintf-posix.c: Likewise.
16329         * tests/test-vasnprintf-posix2.c: Likewise.
16330         * tests/test-vasnprintf.c: Likewise.
16331         * tests/test-vasprintf-posix.c: Likewise.
16332         * tests/test-vasprintf.c: Likewise.
16333         * tests/test-verify.c: Likewise.
16334         * tests/test-vfprintf-posix.c: Likewise.
16335         * tests/test-vprintf-posix.c: Likewise.
16336         * tests/test-vsnprintf-posix.c: Likewise.
16337         * tests/test-vsnprintf.c: Likewise.
16338         * tests/test-vsprintf-posix.c: Likewise.
16339         * tests/test-wchar.c: Likewise.
16340         * tests/test-wctype.c: Likewise.
16341         * tests/test-wcwidth.c: Likewise.
16342         * tests/test-xstrtol.c: Likewise.
16343         * tests/test-xvasprintf.c: Likewise.
16344         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16345         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16346         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16347         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16348         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16349         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16350         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16351         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16352         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16353         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16354         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16355         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16356         * tests/uniname/test-uninames.c: Likewise.
16357         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16358         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16359         * tests/unistdio/test-u16-printf1.h: Likewise.
16360         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16361         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16362         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16363         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16364         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16365         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16366         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16367         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16368         * tests/unistdio/test-u32-printf1.h: Likewise.
16369         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16370         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16371         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16372         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16373         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16374         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16375         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16376         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16377         * tests/unistdio/test-u8-printf1.h: Likewise.
16378         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16379         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16380         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16381         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16382         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16383         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16384         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16385         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16386         * tests/unistdio/test-ulc-printf1.h: Likewise.
16387         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16388         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16389         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16390         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16391         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16392         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16393         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16394         * tests/uniwidth/test-u16-width.c: Likewise.
16395         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16396         * tests/uniwidth/test-u32-width.c: Likewise.
16397         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16398         * tests/uniwidth/test-u8-width.c: Likewise.
16399         * tests/uniwidth/test-uc_width.c: Likewise.
16400         * config/srclist-update: Likewise.
16401         (fixlicense): Update to GPLv3+.
16402
16403         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16404         * tests/test-tsearch.c: Change copyright notice.
16405
16406         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16407         * lib/c-strcaseeq.h: Change copyright notice.
16408         * lib/streq.h: Likewise.
16409         * lib/uniconv.h: Likewise.
16410         * lib/uniconv/u-conv-from-enc.h: Likewise.
16411         * lib/uniconv/u-conv-to-enc.h: Likewise.
16412         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16413         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16414         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16415         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16416         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16417         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
16418         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
16419         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
16420         * lib/uniconv/u32-conv-from-enc.c: Likewise.
16421         * lib/uniconv/u32-conv-to-enc.c: Likewise.
16422         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
16423         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
16424         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
16425         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
16426         * lib/uniconv/u8-conv-from-enc.c: Likewise.
16427         * lib/uniconv/u8-conv-to-enc.c: Likewise.
16428         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
16429         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
16430         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
16431         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
16432         * lib/uniname.h: Likewise.
16433         * lib/uniname/uniname.c: Likewise.
16434         * lib/unistdio.h: Likewise.
16435         * lib/unistdio/u-asnprintf.h: Likewise.
16436         * lib/unistdio/u-asprintf.h: Likewise.
16437         * lib/unistdio/u-printf-args.c: Likewise.
16438         * lib/unistdio/u-printf-args.h: Likewise.
16439         * lib/unistdio/u-printf-parse.h: Likewise.
16440         * lib/unistdio/u-snprintf.h: Likewise.
16441         * lib/unistdio/u-sprintf.h: Likewise.
16442         * lib/unistdio/u-vasprintf.h: Likewise.
16443         * lib/unistdio/u-vsnprintf.h: Likewise.
16444         * lib/unistdio/u-vsprintf.h: Likewise.
16445         * lib/unistdio/u16-asnprintf.c: Likewise.
16446         * lib/unistdio/u16-asprintf.c: Likewise.
16447         * lib/unistdio/u16-printf-parse.c: Likewise.
16448         * lib/unistdio/u16-snprintf.c: Likewise.
16449         * lib/unistdio/u16-sprintf.c: Likewise.
16450         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
16451         * lib/unistdio/u16-u16-asprintf.c: Likewise.
16452         * lib/unistdio/u16-u16-snprintf.c: Likewise.
16453         * lib/unistdio/u16-u16-sprintf.c: Likewise.
16454         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
16455         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
16456         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
16457         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
16458         * lib/unistdio/u16-vasnprintf.c: Likewise.
16459         * lib/unistdio/u16-vasprintf.c: Likewise.
16460         * lib/unistdio/u16-vsnprintf.c: Likewise.
16461         * lib/unistdio/u16-vsprintf.c: Likewise.
16462         * lib/unistdio/u32-asnprintf.c: Likewise.
16463         * lib/unistdio/u32-asprintf.c: Likewise.
16464         * lib/unistdio/u32-printf-parse.c: Likewise.
16465         * lib/unistdio/u32-snprintf.c: Likewise.
16466         * lib/unistdio/u32-sprintf.c: Likewise.
16467         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
16468         * lib/unistdio/u32-u32-asprintf.c: Likewise.
16469         * lib/unistdio/u32-u32-snprintf.c: Likewise.
16470         * lib/unistdio/u32-u32-sprintf.c: Likewise.
16471         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
16472         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
16473         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
16474         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
16475         * lib/unistdio/u32-vasnprintf.c: Likewise.
16476         * lib/unistdio/u32-vasprintf.c: Likewise.
16477         * lib/unistdio/u32-vsnprintf.c: Likewise.
16478         * lib/unistdio/u32-vsprintf.c: Likewise.
16479         * lib/unistdio/u8-asnprintf.c: Likewise.
16480         * lib/unistdio/u8-asprintf.c: Likewise.
16481         * lib/unistdio/u8-printf-parse.c: Likewise.
16482         * lib/unistdio/u8-snprintf.c: Likewise.
16483         * lib/unistdio/u8-sprintf.c: Likewise.
16484         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
16485         * lib/unistdio/u8-u8-asprintf.c: Likewise.
16486         * lib/unistdio/u8-u8-snprintf.c: Likewise.
16487         * lib/unistdio/u8-u8-sprintf.c: Likewise.
16488         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
16489         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
16490         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
16491         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
16492         * lib/unistdio/u8-vasnprintf.c: Likewise.
16493         * lib/unistdio/u8-vasprintf.c: Likewise.
16494         * lib/unistdio/u8-vsnprintf.c: Likewise.
16495         * lib/unistdio/u8-vsprintf.c: Likewise.
16496         * lib/unistdio/ulc-asnprintf.c: Likewise.
16497         * lib/unistdio/ulc-asprintf.c: Likewise.
16498         * lib/unistdio/ulc-printf-parse.c: Likewise.
16499         * lib/unistdio/ulc-snprintf.c: Likewise.
16500         * lib/unistdio/ulc-sprintf.c: Likewise.
16501         * lib/unistdio/ulc-vasnprintf.c: Likewise.
16502         * lib/unistdio/ulc-vasprintf.c: Likewise.
16503         * lib/unistdio/ulc-vsnprintf.c: Likewise.
16504         * lib/unistdio/ulc-vsprintf.c: Likewise.
16505         * lib/unistr.h: Likewise.
16506         * lib/unistr/u-cpy-alloc.h: Likewise.
16507         * lib/unistr/u-cpy.h: Likewise.
16508         * lib/unistr/u-endswith.h: Likewise.
16509         * lib/unistr/u-move.h: Likewise.
16510         * lib/unistr/u-set.h: Likewise.
16511         * lib/unistr/u-startswith.h: Likewise.
16512         * lib/unistr/u-stpcpy.h: Likewise.
16513         * lib/unistr/u-stpncpy.h: Likewise.
16514         * lib/unistr/u-strcat.h: Likewise.
16515         * lib/unistr/u-strcpy.h: Likewise.
16516         * lib/unistr/u-strcspn.h: Likewise.
16517         * lib/unistr/u-strdup.h: Likewise.
16518         * lib/unistr/u-strlen.h: Likewise.
16519         * lib/unistr/u-strncat.h: Likewise.
16520         * lib/unistr/u-strncpy.h: Likewise.
16521         * lib/unistr/u-strnlen.h: Likewise.
16522         * lib/unistr/u-strpbrk.h: Likewise.
16523         * lib/unistr/u-strspn.h: Likewise.
16524         * lib/unistr/u-strstr.h: Likewise.
16525         * lib/unistr/u-strtok.h: Likewise.
16526         * lib/unistr/u16-check.c: Likewise.
16527         * lib/unistr/u16-chr.c: Likewise.
16528         * lib/unistr/u16-cmp.c: Likewise.
16529         * lib/unistr/u16-cpy-alloc.c: Likewise.
16530         * lib/unistr/u16-cpy.c: Likewise.
16531         * lib/unistr/u16-endswith.c: Likewise.
16532         * lib/unistr/u16-mblen.c: Likewise.
16533         * lib/unistr/u16-mbsnlen.c: Likewise.
16534         * lib/unistr/u16-mbtouc-aux.c: Likewise.
16535         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
16536         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
16537         * lib/unistr/u16-mbtouc.c: Likewise.
16538         * lib/unistr/u16-mbtoucr.c: Likewise.
16539         * lib/unistr/u16-move.c: Likewise.
16540         * lib/unistr/u16-next.c: Likewise.
16541         * lib/unistr/u16-prev.c: Likewise.
16542         * lib/unistr/u16-set.c: Likewise.
16543         * lib/unistr/u16-startswith.c: Likewise.
16544         * lib/unistr/u16-stpcpy.c: Likewise.
16545         * lib/unistr/u16-stpncpy.c: Likewise.
16546         * lib/unistr/u16-strcat.c: Likewise.
16547         * lib/unistr/u16-strchr.c: Likewise.
16548         * lib/unistr/u16-strcmp.c: Likewise.
16549         * lib/unistr/u16-strcpy.c: Likewise.
16550         * lib/unistr/u16-strcspn.c: Likewise.
16551         * lib/unistr/u16-strdup.c: Likewise.
16552         * lib/unistr/u16-strlen.c: Likewise.
16553         * lib/unistr/u16-strmblen.c: Likewise.
16554         * lib/unistr/u16-strmbtouc.c: Likewise.
16555         * lib/unistr/u16-strncat.c: Likewise.
16556         * lib/unistr/u16-strncmp.c: Likewise.
16557         * lib/unistr/u16-strncpy.c: Likewise.
16558         * lib/unistr/u16-strnlen.c: Likewise.
16559         * lib/unistr/u16-strpbrk.c: Likewise.
16560         * lib/unistr/u16-strrchr.c: Likewise.
16561         * lib/unistr/u16-strspn.c: Likewise.
16562         * lib/unistr/u16-strstr.c: Likewise.
16563         * lib/unistr/u16-strtok.c: Likewise.
16564         * lib/unistr/u16-to-u32.c: Likewise.
16565         * lib/unistr/u16-to-u8.c: Likewise.
16566         * lib/unistr/u16-uctomb-aux.c: Likewise.
16567         * lib/unistr/u16-uctomb.c: Likewise.
16568         * lib/unistr/u32-check.c: Likewise.
16569         * lib/unistr/u32-chr.c: Likewise.
16570         * lib/unistr/u32-cmp.c: Likewise.
16571         * lib/unistr/u32-cpy-alloc.c: Likewise.
16572         * lib/unistr/u32-cpy.c: Likewise.
16573         * lib/unistr/u32-endswith.c: Likewise.
16574         * lib/unistr/u32-mblen.c: Likewise.
16575         * lib/unistr/u32-mbsnlen.c: Likewise.
16576         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
16577         * lib/unistr/u32-mbtouc.c: Likewise.
16578         * lib/unistr/u32-mbtoucr.c: Likewise.
16579         * lib/unistr/u32-move.c: Likewise.
16580         * lib/unistr/u32-next.c: Likewise.
16581         * lib/unistr/u32-prev.c: Likewise.
16582         * lib/unistr/u32-set.c: Likewise.
16583         * lib/unistr/u32-startswith.c: Likewise.
16584         * lib/unistr/u32-stpcpy.c: Likewise.
16585         * lib/unistr/u32-stpncpy.c: Likewise.
16586         * lib/unistr/u32-strcat.c: Likewise.
16587         * lib/unistr/u32-strchr.c: Likewise.
16588         * lib/unistr/u32-strcmp.c: Likewise.
16589         * lib/unistr/u32-strcpy.c: Likewise.
16590         * lib/unistr/u32-strcspn.c: Likewise.
16591         * lib/unistr/u32-strdup.c: Likewise.
16592         * lib/unistr/u32-strlen.c: Likewise.
16593         * lib/unistr/u32-strmblen.c: Likewise.
16594         * lib/unistr/u32-strmbtouc.c: Likewise.
16595         * lib/unistr/u32-strncat.c: Likewise.
16596         * lib/unistr/u32-strncmp.c: Likewise.
16597         * lib/unistr/u32-strncpy.c: Likewise.
16598         * lib/unistr/u32-strnlen.c: Likewise.
16599         * lib/unistr/u32-strpbrk.c: Likewise.
16600         * lib/unistr/u32-strrchr.c: Likewise.
16601         * lib/unistr/u32-strspn.c: Likewise.
16602         * lib/unistr/u32-strstr.c: Likewise.
16603         * lib/unistr/u32-strtok.c: Likewise.
16604         * lib/unistr/u32-to-u16.c: Likewise.
16605         * lib/unistr/u32-to-u8.c: Likewise.
16606         * lib/unistr/u32-uctomb.c: Likewise.
16607         * lib/unistr/u8-check.c: Likewise.
16608         * lib/unistr/u8-chr.c: Likewise.
16609         * lib/unistr/u8-cmp.c: Likewise.
16610         * lib/unistr/u8-cpy-alloc.c: Likewise.
16611         * lib/unistr/u8-cpy.c: Likewise.
16612         * lib/unistr/u8-endswith.c: Likewise.
16613         * lib/unistr/u8-mblen.c: Likewise.
16614         * lib/unistr/u8-mbsnlen.c: Likewise.
16615         * lib/unistr/u8-mbtouc-aux.c: Likewise.
16616         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
16617         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
16618         * lib/unistr/u8-mbtouc.c: Likewise.
16619         * lib/unistr/u8-mbtoucr.c: Likewise.
16620         * lib/unistr/u8-move.c: Likewise.
16621         * lib/unistr/u8-next.c: Likewise.
16622         * lib/unistr/u8-prev.c: Likewise.
16623         * lib/unistr/u8-set.c: Likewise.
16624         * lib/unistr/u8-startswith.c: Likewise.
16625         * lib/unistr/u8-stpcpy.c: Likewise.
16626         * lib/unistr/u8-stpncpy.c: Likewise.
16627         * lib/unistr/u8-strcat.c: Likewise.
16628         * lib/unistr/u8-strchr.c: Likewise.
16629         * lib/unistr/u8-strcmp.c: Likewise.
16630         * lib/unistr/u8-strcpy.c: Likewise.
16631         * lib/unistr/u8-strcspn.c: Likewise.
16632         * lib/unistr/u8-strdup.c: Likewise.
16633         * lib/unistr/u8-strlen.c: Likewise.
16634         * lib/unistr/u8-strmblen.c: Likewise.
16635         * lib/unistr/u8-strmbtouc.c: Likewise.
16636         * lib/unistr/u8-strncat.c: Likewise.
16637         * lib/unistr/u8-strncmp.c: Likewise.
16638         * lib/unistr/u8-strncpy.c: Likewise.
16639         * lib/unistr/u8-strnlen.c: Likewise.
16640         * lib/unistr/u8-strpbrk.c: Likewise.
16641         * lib/unistr/u8-strrchr.c: Likewise.
16642         * lib/unistr/u8-strspn.c: Likewise.
16643         * lib/unistr/u8-strstr.c: Likewise.
16644         * lib/unistr/u8-strtok.c: Likewise.
16645         * lib/unistr/u8-to-u16.c: Likewise.
16646         * lib/unistr/u8-to-u32.c: Likewise.
16647         * lib/unistr/u8-uctomb-aux.c: Likewise.
16648         * lib/unistr/u8-uctomb.c: Likewise.
16649         * lib/unitypes.h: Likewise.
16650         * lib/uniwidth.h: Likewise.
16651         * lib/uniwidth/cjk.h: Likewise.
16652         * lib/uniwidth/u16-strwidth.c: Likewise.
16653         * lib/uniwidth/u16-width.c: Likewise.
16654         * lib/uniwidth/u32-strwidth.c: Likewise.
16655         * lib/uniwidth/u32-width.c: Likewise.
16656         * lib/uniwidth/u8-strwidth.c: Likewise.
16657         * lib/uniwidth/u8-width.c: Likewise.
16658         * lib/uniwidth/width.c: Likewise.
16659
16660 2007-10-07  Bruno Haible  <bruno@clisp.org>
16661
16662         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
16663         The file is still under LGPL (see modules/inttypes).
16664
16665 2007-10-06  Bruno Haible  <bruno@clisp.org>
16666
16667         * modules/trunc (Dependencies): Add 'extensions'.
16668         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
16669         Reported by Ben Pfaff <blp@gnu.org>.
16670
16671 2007-10-06  Bruno Haible  <bruno@clisp.org>
16672
16673         * modules/freopen-tests: New file.
16674         * tests/test-freopen.c: New file.
16675
16676         * modules/fopen-tests: New file.
16677         * tests/test-fopen.c: New file.
16678
16679         * modules/fopen: New file.
16680         * lib/fopen.c: New file.
16681         * m4/fopen.m4: New file.
16682         * modules/freopen: New file.
16683         * lib/freopen.c: New file.
16684         * m4/freopen.m4: New file.
16685         * lib/stdio.in.h (fopen, freopen): New declarations.
16686         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
16687         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16688         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16689         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16690         * doc/functions/fopen.texi: Mention the 'fopen' module.
16691         * doc/functions/freopen.texi: Mention the 'freopen' module.
16692
16693 2007-10-06  Bruno Haible  <bruno@clisp.org>
16694
16695         * modules/open-tests: New file.
16696         * tests/test-open.c: New file.
16697
16698         * modules/open: New file.
16699         * lib/open.c: New file.
16700         * m4/open.m4: New file.
16701         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
16702         lib/open.c does.
16703         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
16704         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
16705         macros.
16706         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
16707         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
16708         REPLACE_OPEN.
16709         * doc/functions/open.texi: Mention the 'open' module.
16710
16711 2007-10-04  Bruno Haible  <bruno@clisp.org>
16712
16713         * modules/ceill-tests: New file.
16714         * tests/test-ceill.c: New file.
16715
16716         * modules/ceill: New file.
16717         * lib/ceill.c: Replace entire file.
16718         * m4/ceill.m4: New file.
16719         * lib/math.in.h (ceill): Replace declaration.
16720         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
16721         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
16722         * doc/functions/ceill.texi: Mention the 'ceill' module.
16723         * modules/mathl (Files): Remove lib/ceill.c.
16724         (Depends-on): Add ceill.
16725
16726 2007-10-04  Bruno Haible  <bruno@clisp.org>
16727
16728         * modules/ceilf-tests: New file.
16729         * tests/test-ceilf.c: New file.
16730
16731         * modules/ceilf: New file.
16732         * lib/ceil.c: New file.
16733         * lib/ceilf.c: New file.
16734         * m4/ceilf.m4: New file.
16735         * lib/math.in.h (ceilf): New declaration.
16736         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
16737         HAVE_DECL_CEILF.
16738         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
16739         HAVE_DECL_CEILF.
16740         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
16741
16742 2007-10-04  Bruno Haible  <bruno@clisp.org>
16743
16744         * modules/floorl-tests: New file.
16745         * tests/test-floorl.c: New file.
16746
16747         * modules/floorl: New file.
16748         * lib/floorl.c: Replace entire file.
16749         * m4/floorl.m4: New file.
16750         * lib/math.in.h (floorl): Replace declaration.
16751         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
16752         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
16753         * doc/functions/floorl.texi: Mention the 'floorl' module.
16754         * modules/mathl (Files): Remove lib/floorl.c.
16755         (Depends-on): Add floorl.
16756
16757 2007-10-04  Bruno Haible  <bruno@clisp.org>
16758
16759         * modules/floorf-tests: New file.
16760         * tests/test-floorf.c: New file.
16761
16762         * modules/floorf: New file.
16763         * lib/floor.c: New file.
16764         * lib/floorf.c: New file.
16765         * m4/floorf.m4: New file.
16766         * lib/math.in.h (floorf): New declaration.
16767         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
16768         HAVE_DECL_FLOORF.
16769         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
16770         HAVE_DECL_FLOORF.
16771         * doc/functions/floorf.texi: Mention the 'floorf' module.
16772
16773 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
16774             Bruno Haible  <bruno@clisp.org>
16775
16776         Advertise for the Git server instead of the CVS server.
16777         * doc/gnulib-intro.texi (Steady Development): Mention the Git
16778         repository instead of the CVS one.
16779         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
16780         about all VCS systems generically.
16781         * doc/gnulib.texi (Introduction): Capitalize `Git'.
16782
16783 2007-10-04  Bruno Haible  <bruno@clisp.org>
16784
16785         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
16786         means.
16787         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
16788
16789 2007-10-04  Bruno Haible  <bruno@clisp.org>
16790
16791         * modules/truncl-tests: New file.
16792         * tests/test-truncl.c: New file.
16793
16794         * modules/truncl: New file.
16795         * lib/truncl.c: New file.
16796         * m4/truncl.m4: New file.
16797         * lib/math.in.h (truncl): New declaration.
16798         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
16799         HAVE_DECL_TRUNCL.
16800         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
16801         HAVE_DECL_TRUNCL.
16802         * doc/functions/truncl.texi: Mention the 'truncl' module.
16803
16804 2007-10-04  Bruno Haible  <bruno@clisp.org>
16805
16806         * modules/truncf-tests: New file.
16807         * tests/test-truncf.c: New file.
16808
16809         * modules/truncf: New file.
16810         * lib/trunc.c: Make paramerizable through USE_* macros.
16811         * lib/truncf.c: New file.
16812         * m4/truncf.m4: New file.
16813         * lib/math.in.h (truncf): New declaration.
16814         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
16815         HAVE_DECL_TRUNCF.
16816         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
16817         HAVE_DECL_TRUNCF.
16818         * doc/functions/truncf.texi: Mention the 'truncf' module.
16819
16820 2007-10-03  Bruno Haible  <bruno@clisp.org>
16821
16822         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16823         augmentation also for tests modules.
16824         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
16825         * modules/atexit-tests (Makefile.am): Likewise.
16826         * modules/binary-io-tests (Makefile.am): Likewise.
16827         * modules/c-strcase-tests (Makefile.am): Likewise.
16828         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
16829         * modules/canonicalize-tests (Makefile.am): Likewise.
16830         * modules/closein-tests (Makefile.am): Likewise.
16831         * modules/fprintf-posix-tests (Makefile.am): Likewise.
16832         * modules/freadahead-tests (Makefile.am): Likewise.
16833         * modules/fseek-tests (Makefile.am): Likewise.
16834         * modules/fseeko-tests (Makefile.am): Likewise.
16835         * modules/ftell-tests (Makefile.am): Likewise.
16836         * modules/ftello-tests (Makefile.am): Likewise.
16837         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
16838         * modules/isnanl-tests (Makefile.am): Likewise.
16839         * modules/lseek-tests (Makefile.am): Likewise.
16840         * modules/mbscasecmp-tests (Makefile.am): Likewise.
16841         * modules/mbscasestr-tests (Makefile.am): Likewise.
16842         * modules/mbschr-tests (Makefile.am): Likewise.
16843         * modules/mbscspn-tests (Makefile.am): Likewise.
16844         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
16845         * modules/mbspbrk-tests (Makefile.am): Likewise.
16846         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
16847         * modules/mbsrchr-tests (Makefile.am): Likewise.
16848         * modules/mbsspn-tests (Makefile.am): Likewise.
16849         * modules/mbsstr-tests (Makefile.am): Likewise.
16850         * modules/printf-posix-tests (Makefile.am): Likewise.
16851         * modules/snprintf-posix-tests (Makefile.am): Likewise.
16852         * modules/sprintf-posix-tests (Makefile.am): Likewise.
16853         * modules/tsearch-tests (Makefile.am): Likewise.
16854         * modules/uniname/uniname-tests (Makefile.am): Likewise.
16855         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
16856         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
16857         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
16858         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
16859         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
16860         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
16861         * modules/vprintf-posix-tests (Makefile.am): Likewise.
16862         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
16863         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
16864         * modules/xstrtoimax-tests (Makefile.am): Likewise.
16865         * modules/xstrtol-tests (Makefile.am): Likewise.
16866         * modules/xstrtoumax-tests (Makefile.am): Likewise.
16867         * modules/yesno-tests (Makefile.am): Likewise.
16868
16869 2007-10-03  Bruno Haible  <bruno@clisp.org>
16870
16871         * modules/trunc-tests: New file.
16872         * tests/test-trunc.c: New file.
16873
16874         * modules/trunc: New file.
16875         * lib/trunc.c: New file.
16876         * m4/trunc.m4: New file.
16877         * lib/math.in.h (trunc): New declaration.
16878         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
16879         HAVE_DECL_TRUNC.
16880         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
16881         HAVE_DECL_TRUNC.
16882         * doc/functions/trunc.texi: Mention the 'trunc' module.
16883
16884 2007-10-03  Bruno Haible  <bruno@clisp.org>
16885
16886         * tests/test-fpending.c: New file, mostly copied
16887         from coreutils/lib/t-fpending.c.
16888         * modules/fpending-tests: New file.
16889
16890 2007-10-03  Bruno Haible  <bruno@clisp.org>
16891
16892         Port the stdio extensions to QNX (untested).
16893         * lib/fseterr.c (fseterr): Add support for QNX.
16894         * lib/fbufmode.c (fbufmode): Likewise.
16895         * lib/freadable.c (freadable): Likewise.
16896         * lib/fwritable.c (fwritable): Likewise.
16897         * lib/freading.c (freading): Likewise.
16898         * lib/fwriting.c (fwriting): Likewise.
16899         * lib/freadahead.c (freadahed): Likewise.
16900         * lib/fpurge.c (fpurge): Likewise.
16901         * lib/fseeko.c (rpl_fseeko): Likewise.
16902
16903 2007-10-03  Bruno Haible  <bruno@clisp.org>
16904             Jim Meyering  <jim@meyering.net>
16905             Eric Blake  <ebb9@byu.net>
16906
16907         * doc/relocatable.texi: Use @command instead of @program.
16908
16909 2007-10-02  Jim Meyering  <jim@meyering.net>
16910
16911         Perform one more "_.h" -> ".in.h" substitution.
16912         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
16913         instead of unistd_.h here, too.
16914
16915 2007-10-01  Bruno Haible  <bruno@clisp.org>
16916
16917         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
16918         Needed for the alloca-opt module.
16919
16920 2007-09-30  Bruno Haible  <bruno@clisp.org>
16921
16922         * lib/alloca.in.h: Renamed from lib/alloca_.h.
16923         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
16924         alloca_.h.
16925         * lib/argz.in.h: Renamed from lib/argz_.h.
16926         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
16927         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
16928         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
16929         byteswap_.h.
16930         * lib/dirent.in.h: Renamed from lib/dirent_.h.
16931         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
16932         dirent_.h.
16933         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
16934         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
16935         fcntl_.h.
16936         * lib/float.in.h: Renamed from lib/float_.h.
16937         * modules/float (Files, Makefile.am): Use float.in.h instead of
16938         float_.h.
16939         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
16940         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
16941         fnmatch_.h.
16942         * lib/getopt.in.h: Renamed from lib/getopt_.h.
16943         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
16944         getopt_.h.
16945         * lib/glob.in.h: Renamed from lib/glob_.h.
16946         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
16947         * lib/iconv.in.h: Renamed from lib/iconv_.h.
16948         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
16949         iconv_.h.
16950         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
16951         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
16952         inttypes_.h.
16953         * lib/locale.in.h: Renamed from lib/locale_.h.
16954         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
16955         locale_.h.
16956         * lib/math.in.h: Renamed from lib/math_.h.
16957         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
16958         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
16959         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
16960         of netinet_in_.h. Add dependency.
16961         * lib/poll.in.h: Renamed from lib/poll_.h.
16962         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
16963         * lib/search.in.h: Renamed from lib/search_.h.
16964         * modules/search (Files, Makefile.am): Use search.in.h instead of
16965         search_.h.
16966         * lib/signal.in.h: Renamed from lib/signal_.h.
16967         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
16968         _signal.h.
16969         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
16970         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
16971         stdbool_.h.
16972         * lib/stdint.in.h: Renamed from lib/stdint_.h.
16973         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
16974         stdint_.h.
16975         * lib/stdio.in.h: Renamed from lib/stdio_.h.
16976         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
16977         stdio_.h.
16978         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
16979         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
16980         stdlib_.h.
16981         * lib/string.in.h: Renamed from lib/string_.h.
16982         * modules/string (Files, Makefile.am): Use string.in.h instead of
16983         string_.h.
16984         * doc/gnulib-tool.texi (Initial import): Update.
16985         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
16986         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
16987         of sys_select_.h. Add dependency.
16988         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
16989         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
16990         of sys_socket_.h.
16991         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
16992         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
16993         sys_stat_.h.
16994         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
16995         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
16996         sys_time_.h.
16997         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
16998         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
16999         sysexits_.h.
17000         * lib/time.in.h: Renamed from lib/time_.h.
17001         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
17002         * lib/unistd.in.h: Renamed from lib/unistd_.h.
17003         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
17004         unistd_.h.
17005         * lib/wchar.in.h: Renamed from lib/wchar_.h.
17006         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
17007         wchar_.h.
17008         * lib/wctype.in.h: Renamed from lib/wctype_.h.
17009         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
17010         wctype_.h.
17011         * build-aux/bootstrap (slurp): Update.
17012         * lib/.cppi-disable: Update.
17013
17014 2007-09-30  Bruno Haible  <bruno@clisp.org>
17015
17016         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
17017         Needed on BeOS.
17018
17019 2007-09-30  Bruno Haible  <bruno@clisp.org>
17020
17021         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
17022
17023 2007-09-29  Bruno Haible  <bruno@clisp.org>
17024
17025         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
17026
17027 2007-09-29  Bruno Haible  <bruno@clisp.org>
17028
17029         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
17030         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
17031         * build-aux/install-reloc: Compile also areadlink.c.
17032         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
17033
17034 2007-09-29  Bruno Haible  <bruno@clisp.org>
17035
17036         * gnulib-tool (func_emit_initmacro_done): Indentation.
17037
17038 2007-09-29  Bruno Haible  <bruno@clisp.org>
17039
17040         * README: Add CVS checkout update instructions.
17041         Info from Bob Proulx <bob@proulx.com>.
17042
17043 2007-09-28  Eric Blake  <ebb9@byu.net>
17044
17045         Provide move-if-change.
17046         * build-aux/move-if-change: New file, based on best practice
17047         rather than any canonical upstream location.
17048
17049 2007-09-28  Jim Meyering  <jim@meyering.net>
17050
17051         Fix canonicalize loop-detection corner case.
17052         Do not attempt to stat the symlink values stored via seen_triple.
17053         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
17054         on linux-2.6.18, (but not 2.6.22).
17055         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
17056         triple_compare.  The former compares dev,ino,filename, while the latter
17057         would actually stat dirname(filename) when dev and ino were equal.
17058         * lib/hash-triple.c: Install <string.h>.
17059         (STREQ): Define.
17060         (triple_compare_ino_str): New function.
17061         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
17062
17063 2007-09-28  Eric Blake  <ebb9@byu.net>
17064
17065         Enforce that AC_REPLACE_FUNCS files exist.
17066         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
17067         override check for typos.
17068
17069         Fix test-closein on Solaris 10.
17070         * tests/test-closein.c (main): Don't assume stdin can be inherited
17071         closed on all systems.
17072         * tests/test-closein.sh: Likewise.
17073         Reported by Piotr Tarnowski.
17074
17075 2007-09-28  Jim Meyering  <jim@meyering.net>
17076
17077         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
17078
17079 2007-09-27  Jim Meyering  <jim@meyering.net>
17080
17081         canonicalize: Avoid a false-positive cycle failure.
17082         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
17083         Sort.  Remove cycle-check.
17084         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
17085         not cycle-check.h.
17086         (seen_triple): New function.
17087         (canonicalize_filename_mode): Use it instead of cycle-check.
17088         * tests/test-canonicalize.c: Add a test for this bug.
17089         * tests/test-canonicalize.sh: Set up and run the test.
17090
17091         New module, file-set, from coreutils.
17092         * modules/file-set: Define it.
17093         * lib/file-set.c, lib/file-set.h: Implement.
17094
17095         New module, hash-triple, from coreutils.
17096         * modules/hash-triple: Define it.
17097         * lib/hash-triple.c, lib/hash-triple.h: Implement.
17098
17099 2007-09-25  Eric Blake  <ebb9@byu.net>
17100
17101         Fix strerror on Interix.
17102         * lib/string_.h (strerror): Declare replacement.
17103         * doc/functions/strerror.texi (strerror): Document the Interix
17104         shortcoming.
17105         * modules/string (Makefile.am): Support new hooks.
17106         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
17107         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
17108         gl_FUNC_STRERROR_SEPARATE.
17109         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
17110         * lib/strerror.c (rpl_strerror): Provide replacement.
17111         * modules/strerror (Depends-on): Add string.
17112         (configure.ac): Detect use of module.
17113         * tests/test-strerror.c: New file.
17114         * modules/strerror-tests: New test module.
17115         * modules/argp (Depends-on): Add strerror.
17116         * modules/error (Depends-on): Likewise.
17117         Reported by Martin Koeppe.
17118
17119 2007-09-24  Bruno Haible  <bruno@clisp.org>
17120
17121         * README: Update git instructions.
17122
17123 2007-09-24  Eric Blake  <ebb9@byu.net>
17124
17125         Revert fpending breakage from 2007-09-08.
17126         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
17127         __fpending.c.
17128
17129 2007-09-24  Jim Meyering  <jim@meyering.net>
17130
17131         filenamecat.c: Add a test.
17132         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
17133         showing how the function works when DIR is the empty string.
17134
17135 2007-09-21  Simon Josefsson  <simon@josefsson.org>
17136
17137         * tests/test-canonicalize.sh: Turn on executable bit.
17138
17139 2007-09-19  Eric Blake  <ebb9@byu.net>
17140
17141         * README: Update CVS instructions.
17142
17143 2007-09-18  Bruno Haible  <bruno@clisp.org>
17144
17145         * modules/areadlink: New file.
17146         * lib/areadlink.h (areadlink): New declaration.
17147         * lib/areadlink.c: New file, based on lib/xreadlink.c.
17148
17149 2007-09-17  Jim Meyering  <jim@meyering.net>
17150
17151         * lib/savewd.c (ESTALE) [!defined]: Define.
17152         Reported to be required on Interix by Martin Koeppe.
17153
17154 2007-09-17  Bruno Haible  <bruno@clisp.org>
17155
17156         * gnulib-tool (func_version): Use $version.
17157
17158 2007-09-16  Bruno Haible  <bruno@clisp.org>
17159
17160         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
17161         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
17162         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
17163         Reported by Greg Schafer <gschafer@zip.com.au>.
17164
17165 2007-09-15  Bruno Haible  <bruno@clisp.org>
17166
17167         * gnulib-tool (sed): Try a little harder to make bash understand the
17168         alias.
17169         Reported by Bruce Korb <bruce.korb@gmail.com>.
17170
17171 2007-09-13  Eric Blake  <ebb9@byu.net>
17172
17173         * ChangeLog: Remove conflict markers.
17174
17175 2007-09-13  Simon Josefsson  <simon@josefsson.org>
17176
17177         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
17178         Reported by Bruno Haible <bruno@clisp.org>.
17179
17180 2007-09-12  Bruno Haible  <bruno@clisp.org>
17181
17182         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
17183         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
17184         is not defined.
17185
17186 2007-09-12  Eric Blake  <ebb9@byu.net>
17187
17188         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
17189         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
17190         Autoconf definition.
17191         * modules/euidaccess (Depends-on): Add extensions, for
17192         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
17193         * modules/fnmatch (Depends-on): Likewise.
17194         * modules/getaddrinfo (Depends-on): Likewise.
17195         * modules/getdelim (Depends-on): Likewise.
17196         * modules/getline (Depends-on): Likewise.
17197         * modules/getsubopt (Depends-on): Likewise.
17198         * modules/gettext (Depends-on): Likewise.
17199         * modules/group-member (Depends-on): Likewise.
17200         * modules/mbchar (Depends-on): Likewise.
17201         * modules/memmem (Depends-on): Likewise.
17202         * modules/mempcpy (Depends-on): Likewise.
17203         * modules/memrchr (Depends-on): Likewise.
17204         * modules/pagealign_alloc (Depends-on): Likewise.
17205         * modules/readutmp (Depends-on): Likewise.
17206         * modules/stpcpy (Depends-on): Likewise.
17207         * modules/stpncpy (Depends-on): Likewise.
17208         * modules/strchrnul (Depends-on): Likewise.
17209         * modules/strndup (Depends-on): Likewise.
17210         * modules/strsep (Depends-on): Likewise.
17211         * modules/strverscmp (Depends-on): Likewise.
17212         * modules/vasprintf (Depends-on): Likewise.
17213         * modules/wcwidth (Depends-on): Likewise.
17214         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
17215         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
17216         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
17217         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
17218         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17219         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17220         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
17221         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17222         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
17223         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
17224         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17225         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17226         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17227         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
17228         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
17229         * m4/readutmp.m4 (gl_READUTMP): Likewise.
17230         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17231         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17232         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17233         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17234         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17235         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17236         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17237         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
17238         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
17239         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17240         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
17241         so that lock.m4 can be used in gettext without extensions module.
17242
17243 2007-09-11  Bruno Haible  <bruno@clisp.org>
17244
17245         * m4/isc-posix.m4: Remove file.
17246         Suggested by Eric Blake.
17247
17248 2007-09-11  Eric Blake  <ebb9@byu.net>
17249
17250         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
17251
17252 2007-09-10  Bruno Haible  <bruno@clisp.org>
17253
17254         * posix-modules: Fix typo in error message.
17255         Reported by Matt <mkraai@beckman.com>.
17256
17257 2007-09-09  Bruno Haible  <bruno@clisp.org>
17258
17259         * doc/functions/getdelim.texi: Update list of platforms lacking the
17260         function.
17261         * doc/functions/getline.texi: Likewise.
17262
17263 2007-09-09  Jim Meyering  <jim@meyering.net>
17264
17265         * lib/hash.c (hash_initialize): Detect calloc failure.
17266         Reported by Bruno Haible.
17267
17268 2007-09-09  Bruno Haible  <bruno@clisp.org>
17269
17270         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
17271         malloc or realloc fails.
17272
17273 2007-09-09  Bruno Haible  <bruno@clisp.org>
17274
17275         * modules/getcwd (Depends-on): Add malloc-posix.
17276         * modules/glob (Depends-on): Likewise.
17277         * modules/putenv (Depends-on): Likewise.
17278         * modules/strdup (Depends-on): Likewise.
17279         * modules/getdelim (Depends-on): Add realloc-posix.
17280         * modules/read-file (Depends-on): Likewise.
17281
17282 2007-09-09  Bruno Haible  <bruno@clisp.org>
17283
17284         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
17285         (gl_FUNC_MALLOC_POSIX): Require it.
17286         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
17287         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
17288         * modules/realloc (Files): Add m4/malloc.m4.
17289         * modules/calloc (Files): Likewise.
17290
17291 2007-09-09  Bruno Haible  <bruno@clisp.org>
17292
17293         * modules/malloc-posix: New file.
17294         * modules/malloc (Depends-on): Add malloc-posix.
17295         * lib/malloc.c: Include errno.h.
17296         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
17297         and a POSIX-compatible malloc into a single function. Set ENOMEM
17298         when returning NULL.
17299         * m4/malloc.m4: New file.
17300         * doc/functions/malloc.texi: Mention the malloc-posix module.
17301         * lib/stdlib_.h (malloc): New declaration.
17302         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17303         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
17304         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
17305         and HAVE_MALLOC_POSIX.
17306
17307 2007-09-09  Bruno Haible  <bruno@clisp.org>
17308
17309         * modules/realloc-posix: New file.
17310         * modules/realloc (Depends-on): Add realloc-posix.
17311         * lib/realloc.c: Include errno.h.
17312         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
17313         and a POSIX-compatible realloc into a single function. Set ENOMEM
17314         when returning NULL.
17315         * m4/realloc.m4: New file.
17316         * doc/functions/realloc.texi: Mention the realloc-posix module.
17317         * lib/stdlib_.h (realloc): New declaration.
17318         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17319         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17320         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17321         and HAVE_REALLOC_POSIX.
17322
17323 2007-09-09  Bruno Haible  <bruno@clisp.org>
17324
17325         * modules/calloc-posix: New file.
17326         * modules/calloc (Depends-on): Add calloc-posix.
17327         * lib/calloc.c: Include errno.h.
17328         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17329         and a POSIX-compatible calloc into a single function. Set ENOMEM
17330         when returning NULL.
17331         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17332         * doc/functions/calloc.texi: Mention the calloc-posix module.
17333         * lib/stdlib_.h (calloc): New declaration.
17334         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17335         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17336         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17337         and HAVE_CALLOC_POSIX.
17338
17339 2007-09-09  Bruno Haible  <bruno@clisp.org>
17340
17341         Allow for modules to show an arbitrary notice.
17342         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17343         * gnulib-tool: New option --extract-notice.
17344         (func_usage): Document it.
17345         (sed_extract_prog): Update.
17346         (func_get_notice): New function.
17347         (func_modules_notice): New function.
17348         (func_import, func_create_testdir): Invoke it.
17349         Suggested by Jim Meyering.
17350
17351 2007-09-09  Bruno Haible  <bruno@clisp.org>
17352
17353         * gnulib-tool: New options --verbose, --quiet.
17354         (func_usage): Document them.
17355         (verbose): New variable.
17356         (func_execute_command): New function.
17357         (func_import): Don't show the module list and the file list if
17358         $verbose < 0.
17359         (func_create_testdir): Likewise. Use func_execute_command.
17360         (func_create_megatestdir): Use func_execute_command.
17361
17362 2007-09-08  Bruno Haible  <bruno@clisp.org>
17363
17364         * gnulib-tool (func_import): Prefer rsync over wget when available,
17365         for fetching the PO files.
17366
17367 2007-09-08  Bruno Haible  <bruno@clisp.org>
17368
17369         * posix-modules: New file. Portions copied from gnulib-tool.
17370         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17371
17372 2007-09-08  Jim Meyering  <jim@meyering.net>
17373
17374         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17375         * lib/fpending.h: Rename from __fpending.h.
17376         * lib/fpending.c: Rename from __fpending.c.
17377         Include "fpending.h", not "__fpending.h".
17378         * lib/__fpending.h, lib/__fpending.c: Remove files.
17379         * modules/fpending (Files): Reflect new file names.
17380         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17381
17382 2007-09-08  Bruno Haible  <bruno@clisp.org>
17383
17384         * m4/inttypes-h.m4: Remove stub file.
17385
17386 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17387
17388         * doc/headers/stdint.texi: Discuss #include_next issue.
17389
17390 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17391
17392         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17393
17394 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17395
17396         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17397         in variable name.
17398
17399 2007-09-03  Jim Meyering  <jim@meyering.net>
17400
17401         New module: git-version-gen.
17402         * modules/git-version-gen: New file.
17403
17404         Import changes from coreutils for bootstrap script.
17405
17406         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17407
17408         bootstrap: uses rsync to download the .po files
17409         * build-aux/bootstrap (po_download_command_format): New global.
17410         (download_po_files): Use rsync.
17411         (update_po_files): Don't remove .po files after download,
17412         so future rsync runs can take advantage of the copies.
17413
17414         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17415
17416         Solve the unnecessary-.po-file-regeneration problem once and for all.
17417         * build-aux/bootstrap (download_po_files): New function, renamed from
17418         get_translations.  Now, downloads, but doesn't update LINGUAS.
17419         (update_po_files): New function.
17420
17421         bootstrap: Ignore more.
17422         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
17423         uniwidth to e.g., lib/.gitignore.
17424         (slurp): Handle the sys_stat_.h -> sys mapping, too.
17425
17426         * build-aux/bootstrap: New setting: vc_ignore.
17427         (insert_sorted_if_absent): Create $file if absent.
17428         Adapt to new, possibly empty, list: $vc_ignore.
17429
17430         bootstrap: generate more ignorable names
17431         * build-aux/bootstrap (slurp): When generating ignorable names,
17432         also map .sin to .sed, .gperf to .c, and .y to .c.
17433
17434 2007-09-03  Jim Meyering  <jim@meyering.net>
17435
17436         * build-aux/git-version-gen: New file, from coreutils.  For details, see
17437         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
17438
17439 2007-09-02  Bruno Haible  <bruno@clisp.org>
17440
17441         Fix mis-recognition of 'mcs' on QNX 6.
17442         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
17443         output contains the string "Mono".
17444         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
17445         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
17446
17447 2007-09-01  Bruno Haible  <bruno@clisp.org>
17448
17449         Fix collision between uniwidth/* and linebreak modules.
17450         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
17451         u32_width): Remove declarations.
17452         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
17453         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
17454         streq3, streq2, streq1, streq0): Remove functions.
17455         (STREQ): Remove macro.
17456         (is_cjk_encoding): Remove function.
17457         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
17458         (uc_width, u8_width, u16_width, u32_width): Remove functions.
17459         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
17460         * NEWS: Document the change.
17461
17462 2007-09-01  Bruno Haible  <bruno@clisp.org>
17463
17464         * lib/streq.h: Add double-inclusion guard.
17465
17466 2007-09-01  Karl Berry  <karl@gnu.org>
17467
17468         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
17469
17470 2007-08-28  Jim Meyering  <jim@meyering.net>
17471
17472         Rename mreadlink_with_size to areadlink_with_size.
17473         * NEWS: Document the change.
17474         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
17475         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
17476         * lib/mreadlink.h: Rename this to...
17477         * lib/areadlink.h: ...this.
17478         * modules/mreadlink-with-size: Rename this to...
17479         * modules/areadlink-with-size: ...this.
17480         * lib/canonicalize.c: Reflect the renaming.
17481         * modules/canonicalize: Likewise.
17482
17483 2007-08-26  Bruno Haible  <bruno@clisp.org>
17484
17485         * gnulib-tool (func_import): When deciding which files to remove,
17486         consider also dangling symbolic links.
17487         Reported by Eric Blake.
17488
17489 2007-08-26  Bruno Haible  <bruno@clisp.org>
17490
17491         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
17492
17493 2007-08-23  Simon Josefsson  <simon@josefsson.org>
17494
17495         * lib/readline.c: Don't include getline.h, the prototype is now
17496         found in stdio.h.
17497
17498 2007-08-23  Jim Meyering  <jim@meyering.net>
17499
17500         Getdelim touchup.
17501         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
17502         around the funlockfile call, since funlockfile never sets errno.
17503         Don't set errno upon failed realloc.
17504
17505 2007-08-22  Eric Blake  <ebb9@byu.net>
17506
17507         Getline touchups.
17508         * lib/getdelim.c (getdelim): Revert regression that required *n to
17509         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
17510         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
17511         getdelim, rather than whether implementation is missing.
17512         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
17513         * lib/stdio_.h (getline): Also declare if replacement is
17514         required.
17515         * doc/functions/getdelim.texi: New file.
17516         * doc/functions/getline.texi: Likewise.
17517         * doc/gnulib.texi (Function Substitutes): Add new files.
17518         Reported by Bruno Haible.
17519
17520 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
17521
17522         * users.txt: Add Guile.
17523
17524 2007-08-22  Eric Blake  <ebb9@byu.net>
17525
17526         * tests/test-getdelim.c (main): Use remove, not unlink.
17527         * tests/test-getline.c (main): Likewise.
17528
17529         Move getline and getdelim into stdio.h, per POSIX 200x.
17530         * modules/getline (Files): Remove getline.h.
17531         (Depends-on): Add stdio.
17532         (configure.ac): Add module indicator.
17533         * modules/getdelim (Files): Remove getdelim.h.
17534         (Depends-on): Add stdio.
17535         (configure.ac): Add module indicator.
17536         * modules/stdio (Makefile.am): Work with new indicators.
17537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
17538         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
17539         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17540         * lib/getdelim.h: Delete.
17541         * lib/getline.h: Delete.
17542         * lib/stdio_.h (getdelim, getline): Declare.
17543         * modules/getdelim-tests: New module.
17544         * modules/getline-tests: Likewise.
17545         * tests/test-getdelim.c: New file.
17546         * tests/test-getline.c: Likewise.
17547         * NEWS: Document the change.
17548         * lib/getline.c: Update choice of header.
17549         * lib/csharpcomp.c: Likewise.
17550         * lib/getpass.c: Likewise.
17551         * lib/javacomp.c: Likewise.
17552         * lib/javaversion.c: Likewise.
17553         * lib/yesno.c: Likewise.
17554         * lib/getdelim.c: Likewise.
17555         (getdelim): Set errno on failure, and avoid memory leak.
17556
17557 2007-08-19  Bruno Haible  <bruno@clisp.org>
17558
17559         * modules/closein (Depends-on): Add freadahead.
17560         * lib/closein.c: Include freadahead.h.
17561         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
17562         is zero.
17563
17564 2007-08-19  Bruno Haible  <bruno@clisp.org>
17565
17566         * modules/freadahead-tests: New file.
17567         * tests/test-freadahead.sh: New file.
17568         * tests/test-freadahead.c: New file.
17569
17570         * modules/freadahead: New file.
17571         * lib/freadahead.h: New file.
17572         * lib/freadahead.c: New file.
17573         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
17574         fbufmode, fpurge, freadable, fwritable.
17575
17576 2007-08-19  Eric Blake  <ebb9@byu.net>
17577
17578         Test yesno in combination with closein.
17579         * lib/yesno.c (yesno): Document use of stdin.
17580         * modules/yesno-tests (Files): New module.
17581         * tests/test-yesno.c (main): New file.
17582         * tests/test-yesno.sh: Likewise.
17583
17584 2007-08-19  Bruno Haible  <bruno@clisp.org>
17585
17586         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
17587         * lib/fseeko.c (rpl_fseeko): Likewise.
17588         * lib/fseterr.c (fseterr): Likewise.
17589
17590 2007-08-19  Bruno Haible  <bruno@clisp.org>
17591
17592         * tests/test-lseek.c (main): Disable a test for BeOS.
17593         * doc/functions/lseek.texi: Document the BeOS bug.
17594
17595 2007-08-19  Bruno Haible  <bruno@clisp.org>
17596             Eric Blake  <ebb9@byu.net>
17597
17598         * lib/lseek.c: Include <sys/stat.h>.
17599         (rpl_lseek): Add workaround code also for Unix platforms.
17600         Needed for BeOS.
17601         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
17602         * doc/functions/lseek.texi: Document BeOS definiency.
17603
17604 2007-08-18  Bruno Haible  <bruno@clisp.org>
17605
17606         * modules/fstrcmp-tests: New file.
17607         * tests/test-fstrcmp.c: New file.
17608
17609 2007-08-18  Bruno Haible  <bruno@clisp.org>
17610
17611         * modules/fstrcmp: New file, from GNU gettext with modifications.
17612         * lib/fstrcmp.h: New file, from GNU gettext.
17613         * lib/fstrcmp.c: New file, from GNU gettext.
17614         * MODULES.html.sh (String handling): Add fstrcmp.
17615
17616 2007-08-18  Bruno Haible  <bruno@clisp.org>
17617
17618         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
17619         'bool'.
17620         (diag, compareseq): Remove const from the ctxt argument.
17621         (USE_HEURISTIC): Undefine at the end.
17622
17623 2007-08-18  Jim Meyering  <jim@meyering.net>
17624
17625         New file: lib/idcache.h
17626         * NEWS: Mention the addition.
17627         * modules/idcache (Files): Add lib/idcache.h
17628         * lib/idcache.c: Include "idcache.h".
17629         Don't include <sys/types.h>.
17630         Add a FIXME comment.
17631         Move file-scoped "static" declarations to the top.
17632         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
17633
17634 2007-08-17  Bruno Haible  <bruno@clisp.org>
17635         and Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         * MODULES.html.sh: Add diffseq.
17638         * modules/diffseq: New file.
17639         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
17640         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
17641
17642 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17643
17644         Import changes from coreutils for bootstrap script.
17645
17646         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
17647
17648         * build-aux/bootstrap (slurp): Work even in environments where
17649         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17650         current code does not slurp files whose names start with ".", and
17651         this looks like it might be a troublesome area.
17652
17653         2007-07-11  Jim Meyering  <jim@meyering.net>
17654
17655         If there's a GPL vN copyright comment, require that N == 3.
17656
17657         2007-07-08  Jim Meyering  <jim@meyering.net>
17658
17659         Run the coreutils-specific code only if tests/Makefile.am.in exists.
17660         * build-aux/bootstrap (mam_template): Move definition out of loop.
17661
17662         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
17663
17664         * build-aux/bootstrap (symlink_to_dir): Rename function from
17665         symlink_to_gnulib.  Add a directory parameter.  Update all
17666         callers.
17667         (cp_mark_as_generated): Also check for -- and link to -- files in
17668         gl/.
17669
17670         2007-07-08  Jim Meyering  <jim@meyering.net>
17671
17672         Adapt to deeper hierarchy in gnulib.
17673         * build-aux/bootstrap (symlink_to_dir): If the destination
17674         directory doesn't exist, create it. This is required at least for
17675         "lib/uniwidth/cjk.h".
17676
17677         2007-05-15  Jim Meyering  <jim@meyering.net>
17678
17679         * build-aux/bootstrap: Now that generated Makefile.am files
17680         are no longer under version control, they must be created at
17681         bootstrap time.
17682
17683 2007-08-14  Ben Pfaff  <blp@gnu.org>
17684
17685         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
17686
17687 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17688
17689         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
17690         given the changes below.
17691         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
17692         even on hosts that have padding bits beyond the supported 64.
17693
17694 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17695
17696         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
17697         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
17698         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
17699         depends on it.
17700         (xstrtol_error): Remove.
17701         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
17702         but with a different signature.
17703         (ATTRIBUTE_NORETURN, __attribute__): New macros.
17704         * lib/xstrtol-error.c: Include exitfail.h.
17705         (xstrtol_fatal): New function, with a different signature from the
17706         old xstrtol_error, so that the caller need not worry about passing
17707         in an exit status, or about storage management of the option argument.
17708         (xstrtol_error): Now a static function.  Redo signature to
17709         implement xstrtol_fatal.  Output the correct number of hyphens in
17710         front of the option so that the caller need not worry about
17711         storage management.
17712         (N_): New macro.
17713         (_): Remove; not used now.
17714         * modules/xstrtol: Depend on getopt.
17715         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
17716         of old STRTOL_FATAL_ERROR macro.
17717         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
17718         of test program.
17719         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
17720         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
17721
17722 2007-08-08  Eric Blake  <ebb9@byu.net>
17723
17724         * lib/xstrtol-error.c: Add missing include.
17725
17726         Move xstrtol messages into gnulib domain, when --pobase is used.
17727         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
17728         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
17729         * modules/xstrtol (Files): Distribute new file.
17730         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
17731         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
17732         * tests/test-xstrtol.c: ...into new file.
17733         * tests/test-xstrtoul.c: Also test xstrtoul.
17734         * tests/test-xstrtoimax.c: Also test xstrtoimax.
17735         * tests/test-xstrtoumax.c: Also test xstrtoumax.
17736         * tests/test-xstrtol.sh: Drive the tests.
17737         * tests/test-xstrtoimax.sh: Likewise.
17738         * tests/test-xstrtoumax.sh: Likewise.
17739         * modules/xstrtol-tests: New module.
17740         * modules/xstrtoimax-tests: Likewise.
17741         * modules/xstrtoumax-tests: Likewise.
17742
17743 2007-08-08  Jim Meyering  <jim@meyering.net>
17744
17745         New function: mfile_name_concat.
17746         * lib/filenamecat.c (mfile_name_concat): New function, just like
17747         file_name_concat, but return NULL upon failure rather than exiting
17748         with a diagnostic.
17749         * lib/filenamecat.h: Declare it.
17750
17751 2007-08-07  Bruno Haible  <bruno@clisp.org>
17752
17753         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
17754         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
17755         warning from gcc.
17756         Reported by Eric Blake.
17757
17758 2007-08-07  Simon Josefsson  <simon@josefsson.org>
17759
17760         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
17761         * modules/crypto/arcfour (License): Likewise.
17762         * modules/crypto/des-tests (License): Likewise.
17763         * modules/crypto/gc-arctwo-tests (License): Likewise.
17764         * modules/crypto/gc-des-tests (License): Likewise.
17765         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
17766         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
17767         * modules/crypto/gc-md2-tests (License): Likewise.
17768         * modules/crypto/gc-md4-tests (License): Likewise.
17769         * modules/crypto/gc-md5-tests (License): Likewise.
17770         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
17771         * modules/crypto/gc-rijndael-tests (License): Likewise.
17772         * modules/crypto/gc-sha1-tests (License): Likewise.
17773         * modules/crypto/gc-tests (License): Likewise.
17774         * modules/crypto/hmac-md5 (License): Likewise.
17775         * modules/crypto/hmac-sha1 (License): Likewise.
17776         * modules/crypto/md2-tests (License): Likewise.
17777         * modules/crypto/md4-tests (License): Likewise.
17778         * modules/crypto/md5 (License): Likewise.
17779         * modules/crypto/rijndael (License): Likewise.
17780         * modules/crypto/sha1 (License): Likewise.
17781         * modules/memxor (License): Likewise.
17782
17783 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17784         and Bruno Haible  <bruno@clisp.org>
17785
17786         * NEWS: Describe interface changes to human, xstrtol.
17787         * lib/human.h: Include <xstrtol.h>.
17788         (human_options): Return enum strtol_error, not int.  Remove
17789         bool arg; take int * instead.
17790         * lib/human.c: Don't include "gettext.h".
17791         (_): Remove; no longer used.
17792         Don't include <xstrtol.h>, since human.h does it.
17793         (human_options): Adjust to abovementioned interface changes.
17794         Do not report error to stderr; that's now the caller's
17795         responsibility.
17796         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
17797         interface change.
17798         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
17799         Str, Argument_type_string.  All uses changed.  Put " argument"
17800         in diagnostics to make them clearer.  Change wording of suffix
17801         message for clarity.
17802         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
17803         Argument_type_string.
17804         (STRTOL_FATAL_WARN): Remove; no longer used.
17805         * modules/human (Depends-on): Remove gettext-h.
17806
17807 2007-08-06  Simon Josefsson  <simon@josefsson.org>
17808
17809         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
17810
17811 2007-07-31  Bruno Haible  <bruno@clisp.org>
17812
17813         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
17814         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
17815         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
17816
17817 2007-07-31  Bruno Haible  <bruno@clisp.org>
17818
17819         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
17820         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
17821
17822 2007-07-30  Bruno Haible  <bruno@clisp.org>
17823
17824         * modules/base64 (License): Use the synonymous term "LGPLv2+".
17825         * modules/c-ctype (License): Likewise.
17826         * modules/c-strcase (License): Likewise.
17827         * modules/check-version (License): Likewise.
17828         * modules/iconv (License): Likewise.
17829         * modules/iconv_open (License): Likewise.
17830         * modules/read-file (License): Likewise.
17831         * modules/striconv (License): Likewise.
17832         * modules/strverscmp (License): Likewise.
17833         * modules/vasprintf (License): Likewise.
17834         * modules/crypto/des (License): Likewise.
17835         * modules/crypto/gc (License): Likewise.
17836         * modules/crypto/gc-arcfour (License): Likewise.
17837         * modules/crypto/gc-arctwo (License): Likewise.
17838         * modules/crypto/gc-des (License): Likewise.
17839         * modules/crypto/gc-hmac-md5 (License): Likewise.
17840         * modules/crypto/gc-hmac-sha1 (License): Likewise.
17841         * modules/crypto/gc-md2 (License): Likewise.
17842         * modules/crypto/gc-md4 (License): Likewise.
17843         * modules/crypto/gc-md5 (License): Likewise.
17844         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
17845         * modules/crypto/gc-random (License): Likewise.
17846         * modules/crypto/gc-rijndael (License): Likewise.
17847         * modules/crypto/gc-sha1 (License): Likewise.
17848         * modules/crypto/md2 (License): Likewise.
17849         * modules/crypto/md4 (License): Likewise.
17850
17851 2007-07-30  Jim Meyering  <jim@meyering.net>
17852
17853         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
17854         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
17855         it has valid stat data.  This bug would cause du not to count the
17856         sizes of inaccessible directories.
17857         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
17858         in <http://bugzilla.redhat.com/250077>.
17859
17860 2007-07-25  Peter O'Gorman  <peter@pogma.com>
17861             Bruno Haible  <bruno@clisp.org>
17862
17863         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
17864         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
17865         #include_next, gives a diagnostic about it, but reports no error in
17866         the exit code.
17867         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17868
17869 2007-07-24  Ben Pfaff  <blp@gnu.org>
17870
17871         Improve name: "count-one-bits" is better than "popcount".
17872         * MODULES.html.sh: Update name.
17873         * lib/popcount.h: Renamed lib/count-one-bits.h.
17874         (popcount): Renamed count_one_bits.
17875         (popcountl): Renamed count_one_bits_l.
17876         (popcountll): Renamed count_one_bits_ll.
17877         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
17878         * modules/popcount: Renamed module/count-one-bits.
17879         * modules/popcount-tests: Renamed module/count-one-bits-tests.
17880         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
17881
17882 2007-07-23  Ben Pfaff  <blp@gnu.org>
17883
17884         * lib/popcount.h (popcount32): Reduce size of constants, to allow
17885         better code generation, and add U to large constants to avoid
17886         warnings, in non-GCC case.
17887         Suggested by Bruno Haible.
17888
17889 2007-07-23  Ben Pfaff  <blp@gnu.org>
17890
17891         * lib/popcount.h: Use verify_true instead of if...abort.
17892         * modules/popcount: Depend on verify module.
17893         Suggested by Jim Meyering.
17894
17895 2007-07-23  Bruno Haible  <bruno@clisp.org>
17896
17897         * gnulib-tool (func_import): Create a .cvsignore file also when the
17898         directory is not yet in CVS but the toplevel directory is. When
17899         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
17900         Reported by Karl Berry.
17901
17902 2007-07-22  Ben Pfaff  <blp@gnu.org>
17903
17904         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
17905         case.
17906         Suggested by Eric Blake.
17907
17908 2007-07-22  Ben Pfaff  <blp@gnu.org>
17909
17910         New module: popcount.
17911         * MODULES.html.sh: Add popcount.
17912         * modules/popcount: New file.
17913         * modules/popcount-tests: New file.
17914         * tests/test-popcount.c: New file.
17915         * lib/popcount.h: New file.
17916         * m4/popcount.m4: New file.
17917
17918 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17919
17920         * build-aux/announce-gen: Update to GPLv3.
17921
17922         * build-aux/config.guess: Update from config.
17923
17924 2007-07-21  Bruno Haible  <bruno@clisp.org>
17925
17926         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
17927         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
17928
17929 2007-07-20  Jim Meyering  <jim@meyering.net>
17930
17931         * check-module: Diagnose a self-dependency.
17932
17933 2007-07-19  Bruno Haible  <bruno@clisp.org>
17934
17935         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
17936         empty.
17937         Reported by Eric Blake.
17938
17939 2007-07-18  Bruno Haible  <bruno@clisp.org>
17940
17941         * gnulib-tool: New options --po-base, --po-domain.
17942         (func_usage): Document them.
17943         (pobase, po_domain): New variables.
17944         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
17945         DEFAULT_TEXT_DOMAIN.
17946         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
17947         (func_import): Consider pobase and po_domain. Create a po/ directory.
17948         (func_create_testdir): Set pobase and po_domain to empty.
17949         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
17950         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
17951
17952 2007-07-18  Bruno Haible  <bruno@clisp.org>
17953
17954         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17955         EXTRA_DIST augmentation for files in build-aux/.
17956
17957 2007-07-16  Bruno Haible  <bruno@clisp.org>
17958
17959         * modules/lseek (License): Use the synonymous term "LGPLv2+".
17960         * modules/getdelim (License): Likewise.
17961
17962 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17963
17964         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
17965         * modules/d-type (License): Likewise.
17966         * modules/extensions (License): Likewise.
17967         * modules/fnmatch (License): Likewise.
17968         * modules/fseeko (License): Likewise.
17969         * modules/getaddrinfo (License): Likewise.
17970         * modules/getline (License): Likewise.
17971         * modules/getlogin_r (License): Likewise.
17972         * modules/getpass (License): Likewise.
17973         * modules/gettimeofday (License): Likewise.
17974         * modules/glob (License): Likewise.
17975         * modules/inet_ntop (License): Likewise.
17976         * modules/malloc (License): Likewise.
17977         * modules/malloca (License): Likewise.
17978         * modules/memmem (License): Likewise.
17979         * modules/mempcpy (License): Likewise.
17980         * modules/memset (License): Likewise.
17981         * modules/minmax (License): Likewise.
17982         * modules/mktime (License): Likewise.
17983         * modules/netinet_in (License): Likewise.
17984         * modules/pathmax (License): Likewise.
17985         * modules/poll (License): Likewise.
17986         * modules/regex (License): Likewise.
17987         * modules/snprintf (License): Likewise.
17988         * modules/stdbool (License): Likewise.
17989         * modules/stdint (License): Likewise.
17990         * modules/stdio (License): Likewise.
17991         * modules/strcase (License): Likewise.
17992         * modules/strcasestr (License): Likewise.
17993         * modules/strdup (License): Likewise.
17994         * modules/string (License): Likewise.
17995         * modules/strndup (License): Likewise.
17996         * modules/strnlen (License): Likewise.
17997         * modules/strpbrk (License): Likewise.
17998         * modules/strptime (License): Likewise.
17999         * modules/strsep (License): Likewise.
18000         * modules/sys_select (License): Likewise.
18001         * modules/sys_socket (License): Likewise.
18002         * modules/sys_stat (License): Likewise.
18003         * modules/sys_time (License): Likewise.
18004         * modules/time (License): Likewise.
18005         * modules/time_r (License): Likewise.
18006         * modules/timegm (License): Likewise.
18007         * modules/unistd (License): Likewise.
18008         * modules/vsnprintf (License): Likewise.
18009         * modules/wctype (License): Likewise.
18010
18011 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18012
18013         * modules/argz (License): LGPLv2+.
18014
18015 2007-07-15  Karl Berry  <karl@gnu.org>
18016
18017         * doc/gnulib.texi: revise node structure per new fdl.texi.
18018
18019 2007-07-14  Bruno Haible  <bruno@clisp.org>
18020
18021         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
18022         the output file.
18023         * lib/uniname/uninames.h: Regenerated.
18024
18025 2007-07-14  Karl Berry  <karl@gnu.org>
18026
18027         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
18028         omitting sectioning and index commands.
18029
18030 2007-07-13  Bruno Haible  <bruno@clisp.org>
18031
18032         New gnulib-tool option --more-symlinks.
18033         * gnulib-tool (func_usage): Document --more-symlinks.
18034         (do_copyrights): New variable.
18035         Recognize option --more-symlinks.
18036         (func_import): Don't add a copyright notice transform to
18037         sed_transform_lib_file if do_copyrights is empty.
18038
18039 2007-07-13  Bruno Haible  <bruno@clisp.org>
18040
18041         * lib/vasnprintf.c (decimal_point_char): Define also if
18042         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
18043         && !NEED_PRINTF_DIRECTIVE_A.
18044         Reported by Clemens Koller <clemens.koller@anagramm.de> via
18045         Gary V. Vaughan <gary@gnu.org>.
18046
18047 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
18048
18049         * lib/inttypes_.h: Undo previous change, since it was fixed
18050         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
18051
18052 2007-07-13  Bruno Haible  <bruno@clisp.org>
18053
18054         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
18055         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
18056
18057 2007-07-13  Jim Meyering  <jim@meyering.net>
18058
18059         df: Don't fail for Tru64's "file-on-file mount".
18060         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
18061         so we fall through and use statfs instead.  Details here:
18062         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
18063         Reported by Albert Chin.
18064
18065 2007-07-13  Bruno Haible  <bruno@clisp.org>
18066
18067         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
18068         * modules/configmake (License): Likewise.
18069         * modules/gettext (License): Likewise.
18070         * modules/gettext-h (License): Likewise.
18071         * modules/include_next (License): Likewise.
18072         * modules/link-warning (License): Likewise.
18073         * modules/localcharset (License): Likewise.
18074         * modules/localename (License): Likewise.
18075         * modules/lock (License): Likewise.
18076         * modules/relocatable-lib-lgpl (License): Likewise.
18077         * modules/size_max (License): Likewise.
18078         * modules/vasnprintf (License): Likewise.
18079         * modules/wchar (License): Likewise.
18080         * modules/xsize (License): Likewise.
18081
18082 2007-07-13  Bruno Haible  <bruno@clisp.org>
18083
18084         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
18085         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
18086
18087 2007-07-12  Bruno Haible  <bruno@clisp.org>
18088
18089         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
18090         in the modules files.
18091
18092 2007-07-11  Karl Berry  <karl@gnu.org>
18093
18094         * MODULES.html.sh (func_module): use
18095          sed -e '\|^'"${includefile}"'$|d'
18096          instead of /.../d, to avoid errors on $includefile's containing /.
18097
18098 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18099
18100         * gnulib-tool (func_import): Avoid duplication of --avoid
18101         statements
18102         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
18103         names to `_' in variable names.
18104
18105 2007-07-10  Eric Blake  <ebb9@byu.net>
18106
18107         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
18108         * NEWS: Document this change.
18109
18110 2007-07-08  Bruno Haible  <bruno@clisp.org>
18111
18112         Update to Unicode 5.0.
18113         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
18114         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
18115         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
18116         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
18117         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
18118         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
18119         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
18120         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
18121         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18122         U+10A3F, U+1D242..U+1D244.
18123         (nonspacing_table_ind): Update.
18124         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
18125         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
18126
18127 2007-07-08  Bruno Haible  <bruno@clisp.org>
18128
18129         Update to Unicode 5.0.
18130         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
18131         code transform. Extend the name index field of unicode_name_to_code and
18132         unicode_code_to_name from 16 to 24 bits.
18133         * lib/uniname/uniname.c (unicode_character_name,
18134         unicode_name_character): Add the range 0x12xxx to the code transform.
18135         * lib/uniname/uninames.h: Regenerated.
18136         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
18137
18138 2007-07-07  Bruno Haible  <bruno@clisp.org>
18139
18140         * modules/wcwidth-tests: New file.
18141         * tests/test-wcwidth.c: New file.
18142
18143         Work around MacOS X wcwidth() bug.
18144         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
18145         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
18146         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
18147         original wcwidth in non-UTF-8 locales.
18148         * modules/wcwidth (Depends-on): Add localcharset, streq,
18149         uniwidth/width.
18150         * doc/functions/wcwidth.texi: Update.
18151
18152 2007-07-07  Bruno Haible  <bruno@clisp.org>
18153
18154         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
18155         (wcwidth): New declaration.
18156         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
18157         macros.
18158         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
18159         here. Prepare for creating <wchar.h> unconditionally.
18160         * modules/wchar (Depends-on): Add link-warning.
18161         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
18162         REPLACE_WCWIDTH, and GL_LINK_WARNING.
18163         * lib/wcwidth.h: Remove file.
18164         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
18165         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
18166         * modules/wcwidth (Files): Remove lib/wcwidth.h.
18167         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
18168         (Include): Replace wcwidth.h with <wchar.h>.
18169         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
18170         * lib/mbchar.h: Don't include wcwidth.h.
18171         * lib/mbswidth.c: Likewise.
18172         * NEWS: Mention the change.
18173
18174 2007-07-07  Bruno Haible  <bruno@clisp.org>
18175
18176         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
18177         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
18178         definition with an external declaration.
18179         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
18180         defined as a function. Remove AC_C_INLINE requirement.
18181         * modules/wcwidth (Files): Add lib/wcwidth.c.
18182         (Makefile.am): Remove redundant statement.
18183
18184 2007-07-07  Bruno Haible  <bruno@clisp.org>
18185
18186         * MODULES.html.sh (Unicode string functions): Add the new modules.
18187
18188         * tests/uniwidth/test-u32-strwidth.c: New file.
18189         * modules/uniwidth/u32-strwidth-tests: New file.
18190
18191         * lib/uniwidth/u32-strwidth.c: New file.
18192         * modules/uniwidth/u32-strwidth: New file.
18193
18194         * tests/uniwidth/test-u16-strwidth.c: New file.
18195         * modules/uniwidth/u16-strwidth-tests: New file.
18196
18197         * lib/uniwidth/u16-strwidth.c: New file.
18198         * modules/uniwidth/u16-strwidth: New file.
18199
18200         * tests/uniwidth/test-u8-strwidth.c: New file.
18201         * modules/uniwidth/u8-strwidth-tests: New file.
18202
18203         * lib/uniwidth/u8-strwidth.c: New file.
18204         * modules/uniwidth/u8-strwidth: New file.
18205
18206         * tests/uniwidth/test-u32-width.c: New file.
18207         * modules/uniwidth/u32-width-tests: New file.
18208
18209         * lib/uniwidth/u32-width.c: New file.
18210         * modules/uniwidth/u32-width: New file.
18211
18212         * tests/uniwidth/test-u16-width.c: New file.
18213         * modules/uniwidth/u16-width-tests: New file.
18214
18215         * lib/uniwidth/u16-width.c: New file.
18216         * modules/uniwidth/u16-width: New file.
18217
18218         * tests/uniwidth/test-u8-width.c: New file.
18219         * modules/uniwidth/u8-width-tests: New file.
18220
18221         * lib/uniwidth/u8-width.c: New file.
18222         * modules/uniwidth/u8-width: New file.
18223
18224         * tests/uniwidth/test-uc_width.c: New file.
18225         * modules/uniwidth/width-tests: New file.
18226
18227         * lib/uniwidth/width.c: New file, from GNU libiconv.
18228         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
18229         * modules/uniwidth/width: New file.
18230
18231         * lib/uniwidth.h: New file, from GNU libiconv.
18232         * modules/uniwidth/base: New file.
18233
18234 2007-07-07  Bruno Haible  <bruno@clisp.org>
18235
18236         * lib/uniname.h: New file, from GNU gettext.
18237         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
18238         * lib/uniname/uninames.h: New file, from GNU gettext.
18239         * lib/uniname/uniname.c: New file, from GNU gettext.
18240         * tests/uniname/test-uninames.sh: New file.
18241         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18242         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
18243         * modules/uniname/base: New file.
18244         * modules/uniname/uniname: New file.
18245         * modules/uniname/uniname-tests: New file.
18246         * MODULES.html.sh (Unicode string functions): Add the new modules.
18247
18248 2007-07-06  Bruno Haible  <bruno@clisp.org>
18249
18250         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
18251
18252 2007-07-06  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
18255         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
18256         includes <cygwin/sys_time.h> which includes <sys/select.h> which
18257         include <sys/time.h>.
18258         Reported by Eric Blake.
18259
18260 2007-07-06  Eric Blake  <ebb9@byu.net>
18261
18262         Fix testing canonicalize on cygwin.
18263         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18264         Revert patch from 2007-06-19.
18265         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
18266         canonicalize module is also in use.
18267         * tests/test-canonicalize.c: New file.
18268         * tests/test-canonicalize.sh: Likewise.
18269         * modules/canonicalize-tests: Likewise.
18270
18271 2007-07-06  Jim Meyering  <jim@meyering.net>
18272
18273         * lib/getugroups.c (getugroups): Detect getgrent failure.
18274         Adjust comment to reflect reality: this function may return -1.
18275
18276 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
18277
18278         * build-aux/bootstrap (TP_URL,get_translations): Update to use
18279         the new TP address.
18280         (usage): Fix typo
18281         (gnulib_mk): New variable.
18282
18283 2007-07-05  Jim Meyering  <jim@meyering.net>
18284
18285         Don't let endgrent clobber errno, no matter how improbable.
18286         * lib/getugroups.c (getugroups): Save and restore errno around
18287         endgrent call.
18288
18289         Close the group DB even when failing with 2^31 or more members.
18290         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
18291
18292 2007-07-04  Jim Meyering  <jim@meyering.net>
18293
18294         * lib/getugroups.h: New file.
18295         * lib/getugroups.c: Include "getugroups.h".
18296         Remove uses of "register" keyword.
18297         Move local variable, "cp", down into scope where used.
18298         Give "username" parameter the "const" attribute.
18299         * modules/getugroups (Files): Add lib/getugroups.h
18300
18301 2007-07-04  Karl Berry  <karl@gnu.org>
18302
18303         * MODULES.html.sh (func_all_modules): Complete rename of
18304         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
18305
18306 2007-07-02  Bruno Haible  <bruno@clisp.org>
18307
18308         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
18309         mode, when inttypes.h comes from gnulib.
18310         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18311
18312 2007-07-02  Simon Josefsson  <simon@josefsson.org>
18313
18314         * NEWS: Mention lgpl module name change.
18315
18316         * modules/lgpl-2.1: Renamed from lgpl.
18317
18318         * NEWS: Mention gpl module name change.
18319
18320         * modules/gpl-3.0: New file, based on gpl-2.0.
18321
18322         * modules/gpl-2.0: Renamed from gpl.
18323
18324         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18325         doc/gpl-2.0.texi.
18326
18327 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18328
18329         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18330         #define __STDC_LIMIT_MACROS temporarily while including
18331         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18332         Problem reported by Joel E. Denny in
18333         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18334
18335 2007-07-01  Bruno Haible  <bruno@clisp.org>
18336
18337         * lib/unistdio.h: New file.
18338         * lib/unistdio/u-asnprintf.h: New file.
18339         * lib/unistdio/u-asprintf.h: New file.
18340         * lib/unistdio/u-printf-args.c: New file.
18341         * lib/unistdio/u-printf-args.h: New file.
18342         * lib/unistdio/u-printf-parse.h: New file.
18343         * lib/unistdio/u-snprintf.h: New file.
18344         * lib/unistdio/u-sprintf.h: New file.
18345         * lib/unistdio/u-vasprintf.h: New file.
18346         * lib/unistdio/u-vsnprintf.h: New file.
18347         * lib/unistdio/u-vsprintf.h: New file.
18348         * lib/unistdio/ulc-asnprintf.c: New file.
18349         * lib/unistdio/ulc-asprintf.c: New file.
18350         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18351         * lib/unistdio/ulc-printf-parse.c: New file.
18352         * lib/unistdio/ulc-snprintf.c: New file.
18353         * lib/unistdio/ulc-sprintf.c: New file.
18354         * lib/unistdio/ulc-vasnprintf.c: New file.
18355         * lib/unistdio/ulc-vasprintf.c: New file.
18356         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18357         * lib/unistdio/ulc-vsnprintf.c: New file.
18358         * lib/unistdio/ulc-vsprintf.c: New file.
18359         * lib/unistdio/u8-asnprintf.c: New file.
18360         * lib/unistdio/u8-asprintf.c: New file.
18361         * lib/unistdio/u8-printf-parse.c: New file.
18362         * lib/unistdio/u8-snprintf.c: New file.
18363         * lib/unistdio/u8-sprintf.c: New file.
18364         * lib/unistdio/u8-vasnprintf.c: New file.
18365         * lib/unistdio/u8-vasprintf.c: New file.
18366         * lib/unistdio/u8-vsnprintf.c: New file.
18367         * lib/unistdio/u8-vsprintf.c: New file.
18368         * lib/unistdio/u8-u8-asnprintf.c: New file.
18369         * lib/unistdio/u8-u8-asprintf.c: New file.
18370         * lib/unistdio/u8-u8-snprintf.c: New file.
18371         * lib/unistdio/u8-u8-sprintf.c: New file.
18372         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18373         * lib/unistdio/u8-u8-vasprintf.c: New file.
18374         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18375         * lib/unistdio/u8-u8-vsprintf.c: New file.
18376         * lib/unistdio/u16-asnprintf.c: New file.
18377         * lib/unistdio/u16-asprintf.c: New file.
18378         * lib/unistdio/u16-printf-parse.c: New file.
18379         * lib/unistdio/u16-snprintf.c: New file.
18380         * lib/unistdio/u16-sprintf.c: New file.
18381         * lib/unistdio/u16-vasnprintf.c: New file.
18382         * lib/unistdio/u16-vasprintf.c: New file.
18383         * lib/unistdio/u16-vsnprintf.c: New file.
18384         * lib/unistdio/u16-vsprintf.c: New file.
18385         * lib/unistdio/u16-u16-asnprintf.c: New file.
18386         * lib/unistdio/u16-u16-asprintf.c: New file.
18387         * lib/unistdio/u16-u16-snprintf.c: New file.
18388         * lib/unistdio/u16-u16-sprintf.c: New file.
18389         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18390         * lib/unistdio/u16-u16-vasprintf.c: New file.
18391         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18392         * lib/unistdio/u16-u16-vsprintf.c: New file.
18393         * lib/unistdio/u32-asnprintf.c: New file.
18394         * lib/unistdio/u32-asprintf.c: New file.
18395         * lib/unistdio/u32-printf-parse.c: New file.
18396         * lib/unistdio/u32-snprintf.c: New file.
18397         * lib/unistdio/u32-sprintf.c: New file.
18398         * lib/unistdio/u32-vasnprintf.c: New file.
18399         * lib/unistdio/u32-vasprintf.c: New file.
18400         * lib/unistdio/u32-vsnprintf.c: New file.
18401         * lib/unistdio/u32-vsprintf.c: New file.
18402         * lib/unistdio/u32-u32-asnprintf.c: New file.
18403         * lib/unistdio/u32-u32-asprintf.c: New file.
18404         * lib/unistdio/u32-u32-snprintf.c: New file.
18405         * lib/unistdio/u32-u32-sprintf.c: New file.
18406         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18407         * lib/unistdio/u32-u32-vasprintf.c: New file.
18408         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18409         * lib/unistdio/u32-u32-vsprintf.c: New file.
18410         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18411         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18412         * tests/unistdio/test-ulc-printf1.h: New file.
18413         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18414         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18415         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18416         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18417         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
18418         * tests/unistdio/test-ulc-vasprintf1.c: New file.
18419         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
18420         * tests/unistdio/test-ulc-vsprintf1.c: New file.
18421         * tests/unistdio/test-u8-asnprintf1.c: New file.
18422         * tests/unistdio/test-u8-asnprintf1.h: New file.
18423         * tests/unistdio/test-u8-printf1.h: New file.
18424         * tests/unistdio/test-u8-vasnprintf1.c: New file.
18425         * tests/unistdio/test-u8-vasnprintf2.c: New file.
18426         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
18427         * tests/unistdio/test-u8-vasnprintf3.c: New file.
18428         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
18429         * tests/unistdio/test-u8-vasprintf1.c: New file.
18430         * tests/unistdio/test-u8-vsnprintf1.c: New file.
18431         * tests/unistdio/test-u8-vsprintf1.c: New file.
18432         * tests/unistdio/test-u16-asnprintf1.c: New file.
18433         * tests/unistdio/test-u16-asnprintf1.h: New file.
18434         * tests/unistdio/test-u16-printf1.h: New file.
18435         * tests/unistdio/test-u16-vasnprintf1.c: New file.
18436         * tests/unistdio/test-u16-vasnprintf2.c: New file.
18437         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
18438         * tests/unistdio/test-u16-vasnprintf3.c: New file.
18439         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
18440         * tests/unistdio/test-u16-vasprintf1.c: New file.
18441         * tests/unistdio/test-u16-vsnprintf1.c: New file.
18442         * tests/unistdio/test-u16-vsprintf1.c: New file.
18443         * tests/unistdio/test-u32-asnprintf1.c: New file.
18444         * tests/unistdio/test-u32-asnprintf1.h: New file.
18445         * tests/unistdio/test-u32-printf1.h: New file.
18446         * tests/unistdio/test-u32-vasnprintf1.c: New file.
18447         * tests/unistdio/test-u32-vasnprintf2.c: New file.
18448         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
18449         * tests/unistdio/test-u32-vasnprintf3.c: New file.
18450         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
18451         * tests/unistdio/test-u32-vasprintf1.c: New file.
18452         * tests/unistdio/test-u32-vsnprintf1.c: New file.
18453         * tests/unistdio/test-u32-vsprintf1.c: New file.
18454         * modules/unistdio/base: New file.
18455         * modules/unistdio/u-printf-args: New file.
18456         * modules/unistdio/ulc-asnprintf: New file.
18457         * modules/unistdio/ulc-asprintf: New file.
18458         * modules/unistdio/ulc-fprintf: New file.
18459         * modules/unistdio/ulc-printf-parse: New file.
18460         * modules/unistdio/ulc-snprintf: New file.
18461         * modules/unistdio/ulc-sprintf: New file.
18462         * modules/unistdio/ulc-vasnprintf: New file.
18463         * modules/unistdio/ulc-vasprintf: New file.
18464         * modules/unistdio/ulc-vfprintf: New file.
18465         * modules/unistdio/ulc-vsnprintf: New file.
18466         * modules/unistdio/ulc-vsprintf: New file.
18467         * modules/unistdio/u8-asnprintf: New file.
18468         * modules/unistdio/u8-asprintf: New file.
18469         * modules/unistdio/u8-printf-parse: New file.
18470         * modules/unistdio/u8-snprintf: New file.
18471         * modules/unistdio/u8-sprintf: New file.
18472         * modules/unistdio/u8-vasnprintf: New file.
18473         * modules/unistdio/u8-vasprintf: New file.
18474         * modules/unistdio/u8-vsnprintf: New file.
18475         * modules/unistdio/u8-vsprintf: New file.
18476         * modules/unistdio/u8-u8-asnprintf: New file.
18477         * modules/unistdio/u8-u8-asprintf: New file.
18478         * modules/unistdio/u8-u8-snprintf: New file.
18479         * modules/unistdio/u8-u8-sprintf: New file.
18480         * modules/unistdio/u8-u8-vasnprintf: New file.
18481         * modules/unistdio/u8-u8-vasprintf: New file.
18482         * modules/unistdio/u8-u8-vsnprintf: New file.
18483         * modules/unistdio/u8-u8-vsprintf: New file.
18484         * modules/unistdio/u16-asnprintf: New file.
18485         * modules/unistdio/u16-asprintf: New file.
18486         * modules/unistdio/u16-printf-parse: New file.
18487         * modules/unistdio/u16-snprintf: New file.
18488         * modules/unistdio/u16-sprintf: New file.
18489         * modules/unistdio/u16-vasnprintf: New file.
18490         * modules/unistdio/u16-vasprintf: New file.
18491         * modules/unistdio/u16-vsnprintf: New file.
18492         * modules/unistdio/u16-vsprintf: New file.
18493         * modules/unistdio/u16-u16-asnprintf: New file.
18494         * modules/unistdio/u16-u16-asprintf: New file.
18495         * modules/unistdio/u16-u16-snprintf: New file.
18496         * modules/unistdio/u16-u16-sprintf: New file.
18497         * modules/unistdio/u16-u16-vasnprintf: New file.
18498         * modules/unistdio/u16-u16-vasprintf: New file.
18499         * modules/unistdio/u16-u16-vsnprintf: New file.
18500         * modules/unistdio/u16-u16-vsprintf: New file.
18501         * modules/unistdio/u32-asnprintf: New file.
18502         * modules/unistdio/u32-asprintf: New file.
18503         * modules/unistdio/u32-printf-parse: New file.
18504         * modules/unistdio/u32-snprintf: New file.
18505         * modules/unistdio/u32-sprintf: New file.
18506         * modules/unistdio/u32-vasnprintf: New file.
18507         * modules/unistdio/u32-vasprintf: New file.
18508         * modules/unistdio/u32-vsnprintf: New file.
18509         * modules/unistdio/u32-vsprintf: New file.
18510         * modules/unistdio/u32-u32-asnprintf: New file.
18511         * modules/unistdio/u32-u32-asprintf: New file.
18512         * modules/unistdio/u32-u32-snprintf: New file.
18513         * modules/unistdio/u32-u32-sprintf: New file.
18514         * modules/unistdio/u32-u32-vasnprintf: New file.
18515         * modules/unistdio/u32-u32-vasprintf: New file.
18516         * modules/unistdio/u32-u32-vsnprintf: New file.
18517         * modules/unistdio/u32-u32-vsprintf: New file.
18518         * modules/unistdio/ulc-asnprintf-tests: New file.
18519         * modules/unistdio/ulc-vasnprintf-tests: New file.
18520         * modules/unistdio/ulc-vasprintf-tests: New file.
18521         * modules/unistdio/ulc-vsnprintf-tests: New file.
18522         * modules/unistdio/ulc-vsprintf-tests: New file.
18523         * modules/unistdio/u8-asnprintf-tests: New file.
18524         * modules/unistdio/u8-vasnprintf-tests: New file.
18525         * modules/unistdio/u8-vasprintf-tests: New file.
18526         * modules/unistdio/u8-vsnprintf-tests: New file.
18527         * modules/unistdio/u8-vsprintf-tests: New file.
18528         * modules/unistdio/u16-asnprintf-tests: New file.
18529         * modules/unistdio/u16-vasnprintf-tests: New file.
18530         * modules/unistdio/u16-vasprintf-tests: New file.
18531         * modules/unistdio/u16-vsnprintf-tests: New file.
18532         * modules/unistdio/u16-vsprintf-tests: New file.
18533         * modules/unistdio/u32-asnprintf-tests: New file.
18534         * modules/unistdio/u32-vasnprintf-tests: New file.
18535         * modules/unistdio/u32-vasprintf-tests: New file.
18536         * modules/unistdio/u32-vsnprintf-tests: New file.
18537         * modules/unistdio/u32-vsprintf-tests: New file.
18538         * MODULES.html.sh (Unicode string functions): Add the new modules.
18539
18540 2007-07-01  Bruno Haible  <bruno@clisp.org>
18541
18542         * lib/sprintf.c (sprintf): Limit the available length estimation,
18543         to avoid address wraparound.
18544         * lib/vsprintf.c (vsprintf): Likewise.
18545         * modules/sprintf-posix (Dependencies): Add stdint.
18546         * modules/vsprintf-posix (Dependencies): Likewise.
18547
18548 2007-07-01  Bruno Haible  <bruno@clisp.org>
18549
18550         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
18551         Windows PATH as well. Conservative double-quoting. Comments.
18552
18553 2007-07-01  Bruno Haible  <bruno@clisp.org>
18554             Eric Blake  <ebb9@byu.net>
18555             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18556
18557         * gnulib-tool (self_abspathname): Fix algorithm to cope with
18558         empty components in $PATH, denoting '.'.
18559
18560 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18561
18562         * gnulib-tool: Fix indentation.
18563         (func_create_megatestdir): Likewise.
18564         Report by Bruno Haible.
18565
18566 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18567
18568         Sync from Automake.
18569         * build-aux/gnupload: Fix shell portability issues with for loops.
18570         Report by Karl Berry.
18571
18572 2007-06-29  Simon Josefsson  <simon@josefsson.org>
18573
18574         * build-aux/maint.mk (POURL): Use translationproject.org.
18575
18576 2007-06-27  Simon Josefsson  <simon@josefsson.org>
18577             Bruno Haible  <bruno@clisp.org>
18578
18579         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
18580         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
18581         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
18582         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
18583         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
18584
18585 2007-06-27  Bruno Haible  <bruno@clisp.org>
18586
18587         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
18588         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
18589
18590 2007-06-26  Karl Berry  <karl@gnu.org>
18591
18592         * MODULES.html.sh: remove xreadlink-with-size.
18593
18594 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18595
18596         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
18597         method that I hope also handles the double-include problem noted
18598         by Bruno Haible in
18599         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
18600
18601 2007-06-23  Bruno Haible  <bruno@clisp.org>
18602
18603         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18604         Don't let the 'mostlyclean' target fail if the last subdirectory could
18605         not be removed.
18606         Reported by Karl Berry.
18607
18608 2007-06-23  Bruno Haible  <bruno@clisp.org>
18609
18610         * gnulib-tool (echo): Add a speedier workaround for ksh.
18611         * tests/test-echo.sh: Likewise.
18612
18613 2007-06-23  Bruno Haible  <bruno@clisp.org>
18614
18615         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
18616         * tests/test-echo.sh: Likewise.
18617
18618 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18619
18620         * gnulib-tool (IFS): Initialize early, so we don't set it to
18621         empty later.
18622         (self_abspathname): Rewrite algorithm to set it, reindent.
18623         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
18624         (func_create_megatestdir): Merge some sed scripts.
18625
18626 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18627
18628         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
18629         exposed by Sun Studio 11 cc on Solaris 8.
18630
18631 2007-06-22  Bruno Haible  <bruno@clisp.org>
18632
18633         * gnulib-tool (echo): Ensure the echo primitive does not interpret
18634         backslashes.
18635         * tests/test-echo.sh: New file.
18636
18637 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18638
18639         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
18640         simplify `sed_replace_build_aux' scripts, they are portable but
18641         echoing them with `echo' is not.
18642         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
18643
18644 2007-06-21  Karl Berry  <karl@gnu.org>
18645
18646         * config/srclist.txt: guess we can't handle the licenses via
18647         srclist at the moment.
18648
18649 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         * MODULES.html.sh: Add include_next.
18652         * modules/include_next: New file.
18653
18654 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
18657         INCLUDE_NEXT.
18658         (gl_CHECK_NEXT_HEADERS): New macro.
18659         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
18660         the obsolescent gl_ABSOLUTE_HEADER.
18661         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
18662         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
18663         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
18664         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18665         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
18666         * m4/math_h.m4 (gl_MATH_H): Likewise.
18667         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18668         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
18669         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
18670         * m4/stdint.m4 (gl_STDINT_H): Likewise.
18671         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
18672         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
18673         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
18674         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18675         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18676         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
18677         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
18678         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
18679         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
18680         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
18681         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
18682         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18683         * m4/inttypes.m4 (gl_INTTYPES_H): Define
18684         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
18685         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
18686         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
18687         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
18688         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
18689         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
18690         * lib/float_.h: Likewise.
18691         * lib/inttypes_.h: Likewise.
18692         * lib/math_.h: Likewise.
18693         * lib/search_.h: Likewise.
18694         * lib/signal_.h: Likewise.
18695         * lib/stdint_.h: Likewise.
18696         * lib/stdio_.h: Likewise.
18697         * lib/stdlib_.h: Likewise.
18698         * lib/string_.h: Likewise.
18699         * lib/sys_stat_.h: Likewise.
18700         * lib/sys_time_.h: Likewise.
18701         * lib/time_.h: Likewise.
18702         * lib/unistd_.h: Likewise.
18703         * lib/wchar_.h: Likewise.
18704         * lib/wctype_.h: Likewise.
18705         * lib/dirent_.h: Likewise.
18706         * lib/iconv_.h: Likewise.
18707         * lib/locale_.h: Likewise.
18708         * lib/netinet_in_.h: Likewise.
18709         * lib/sys_select_.h: Likewise.
18710         * lib/sys_socket_.h: Likewise.
18711         * lib/sysexits_.h: Likewise.
18712         * modules/fcntl (Depends-on): Depend on include_next, not
18713         absolute_header.
18714         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
18715         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
18716         * modules/fchdir: Likewise.
18717         * modules/float: Likewise.
18718         * modules/iconv_open: Likewise.
18719         * modules/inttypes: Likewise.
18720         * modules/locale: Likewise.
18721         * modules/math: Likewise.
18722         * modules/netinet_in: Likewise.
18723         * modules/search: Likewise.
18724         * modules/signal: Likewise.
18725         * modules/stdint: Likewise.
18726         * modules/stdio: Likewise.
18727         * modules/stdlib: Likewise.
18728         * modules/string: Likewise.
18729         * modules/sys_select: Likewise.
18730         * modules/sys_socket: Likewise.
18731         * modules/sys_stat: Likewise.
18732         * modules/sys_time: Likewise.
18733         * modules/sysexits: Likewise.
18734         * modules/time: Likewise.
18735         * modules/unistd: Likewise.
18736         * modules/wchar: Likewise.
18737         * modules/wctype: Likewise.
18738         * modules/sys_stat: Change maintainer to "all".
18739         * modules/unistd: Likewise.
18740
18741 2007-06-20  Karl Berry  <karl@gnu.org>
18742
18743         * config/srclist.txt: track www changes in license files.
18744
18745 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
18746
18747         * build-aux/bootstrap: Remove stray dot.
18748         Make sure build_aux settings are honored when linking
18749         gnulib_extra_files.
18750
18751 2007-06-19  Eric Blake  <ebb9@byu.net>
18752
18753         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18754         Allow compilation on cygwin.
18755
18756 2007-06-19  Jim Meyering  <jim@meyering.net>
18757
18758         xreadlink-with-size: Remove module.  No longer used.
18759         Ex-callers now use xreadlink or mreadlink-with-size.
18760         * modules/xreadlink-with-size: Remove module.
18761         * lib/xreadlink-with-size.c: Remove file.
18762         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
18763         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
18764         just before the function definition *is* accurate.
18765
18766         Eliminate one way canonicalize_filename_mode could exit.
18767         * lib/canonicalize.c (canonicalize_filename_mode):
18768         Use mreadlink_with_size, not xreadlink_with_size.
18769
18770 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
18771
18772         Detect porting problems to FreeBSD/arm, which has time_t wider than
18773         long int.  Original problem reported for GNU diff by Xin Li in
18774         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
18775         * modules/getdate (Depends-on): Add intprops, verify.
18776         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
18777         is an integer type no wider than long int.
18778
18779 2007-06-18  Jim Meyering  <jim@meyering.net>
18780
18781         New module: mreadlink-with-size.
18782         * MODULES.html.sh: Add mreadlink-with-size.
18783         * modules/mreadlink-with-size: New module
18784         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
18785         not xreadlink-with-size.
18786         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
18787
18788 2007-06-16  Bruno Haible  <bruno@clisp.org>
18789
18790         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
18791         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
18792         Reported by Gary V. Vaughan <gary@gnu.org>.
18793
18794 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
18795
18796         Revamp lchown so that it lives in unistd.h where it belongs.
18797         * lib/lchown.h: Remove.
18798         * lib/dirchownmod.c: Don't include lib/lchown.h.
18799         * lib/fchownat.c: Likewise.
18800         * lib/openat.c: Likewise.
18801         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
18802         does not follow symlinks.
18803         (EOPNOTSUPP): Define if not defined.
18804         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
18805         is defined to 0.
18806         (lchown): New decl.
18807         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
18808         Do not check for lchown decl.
18809         Set REPLACE_LCHOWN.
18810         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
18811         REPLACE_LCHOWN.
18812         * modules/chown: Make it clear it follows symlinks.
18813         * modules/lchown: Make it clear it doesn't follow symlinks.
18814         (Files): Remove lib/lchown.h
18815         (Depends-on): Add unistd.
18816         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
18817         (Include): Include <unistd.h>, not "lchown.h".
18818         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
18819         REPLACE_LCHOWN.
18820
18821 2007-06-15  Jim Meyering  <jim@meyering.net>
18822
18823         Change license (GPL to LGPL) of fsusage and dependents.
18824         * modules/fsusage (License): Change to LGPL.
18825         * modules/full-read (License): Likewise.
18826         * modules/full-write (License): Likewise.
18827         * modules/safe-read (License): Likewise.
18828         * modules/safe-write (License): Likewise.
18829
18830 2007-06-14  Ben Pfaff  <blp@gnu.org>
18831
18832         Missing part of allocsa -> malloca transition.
18833         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
18834         gl_MALLOCA.
18835
18836 2007-06-12  Bruno Haible  <bruno@clisp.org>
18837
18838         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
18839         to ia64, x86_64, i386.
18840         Reported by Eric Blake.
18841
18842 2007-06-12  Bruno Haible  <bruno@clisp.org>
18843
18844         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
18845         cross-compiling to x86_64.
18846
18847 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
18848
18849         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
18850         glitch reported by Ralf Wildenhues in
18851         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
18852
18853         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
18854         Vin Shelton.
18855
18856 2007-06-11  Bruno Haible  <bruno@clisp.org>
18857
18858         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
18859         replacement string.
18860         Reported by Eric Blake.
18861
18862 2007-06-10  Bruno Haible  <bruno@clisp.org>
18863
18864         Prepare vasnprintf code for use with Unicode strings.
18865         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
18866         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
18867         TYPE_U32_STRING.
18868         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
18869         a_u32_string variants.
18870         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18871         * lib/printf-args.c: Don't include config.h and the specification
18872         header if PRINTF_FETCHARGS is already defined.
18873         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18874         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
18875         TYPE_U16_STRING, TYPE_U32_STRING.
18876         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
18877         u16_directive, u16_directives, u32_directive, u32_directives): New
18878         types.
18879         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
18880         New declarations.
18881         * lib/printf-parse.c: Don't include config.h and the specification
18882         header if PRINTF_PARSE is already defined. Eliminate the set of
18883         parameters for WIDE_CHAR_VERSION; the user of this file must provide
18884         them now. Include c-ctype.h.
18885         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
18886         directive and CHAR_T_ONLY_ASCII.
18887         * lib/vasnprintf.c: Don't include config.h and the specification header
18888         if VASNPRINTF is already defined.
18889         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
18890         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
18891         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
18892         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
18893         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
18894         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
18895         code accordingly.
18896         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
18897         pad_ourselves also in this case, with the 'c' and 's' directives, and
18898         with a different notion of "width".
18899         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
18900
18901 2007-06-10  Bruno Haible  <bruno@clisp.org>
18902
18903         * modules/unistr/u32-mbsnlen: New file.
18904         * lib/unistr/u32-mbsnlen.c: New file.
18905
18906         * modules/unistr/u16-mbsnlen: New file.
18907         * lib/unistr/u16-mbsnlen.c: New file.
18908
18909         * modules/unistr/u8-mbsnlen: New file.
18910         * lib/unistr/u8-mbsnlen.c: New file.
18911
18912         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
18913         declarations.
18914
18915 2007-06-10  Bruno Haible  <bruno@clisp.org>
18916
18917         * lib/string_.h (mbsnlen): New declaration.
18918         * lib/mbsnlen.c: New file.
18919         * m4/mbsnlen.m4: New file.
18920         * modules/mbsnlen: New file.
18921         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
18922         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
18923         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
18924
18925 2007-06-10  Bruno Haible  <bruno@clisp.org>
18926
18927         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
18928
18929 2007-06-10  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
18932         * lib/mbuiter.h: Likewise.
18933
18934 2007-06-10  Bruno Haible  <bruno@clisp.org>
18935
18936         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
18937         declaration.
18938
18939 2007-06-10  Karl Berry  <karl@gnu.org>
18940
18941         * config/srclist.txt: remove gettext entries, Bruno prefers
18942         to update individually.
18943
18944 2007-06-10  Bruno Haible  <bruno@clisp.org>
18945
18946         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
18947         'maxlen'. Ensure only length + width bytes are allocated, not
18948         length + 1 + width.
18949
18950 2007-06-09  Bruno Haible  <bruno@clisp.org>
18951
18952         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
18953         (CHAR_T): Remove macro.
18954         (VASNPRINTF): Update.
18955
18956 2007-06-09  Bruno Haible  <bruno@clisp.org>
18957
18958         * MODULES.html.sh (Unicode string functions): Add the new modules.
18959
18960         * modules/uniconv/u32-conv-to-enc: New file.
18961         * lib/uniconv/u32-conv-to-enc.c: New file.
18962         * modules/uniconv/u32-conv-to-enc-tests: New file.
18963         * tests/uniconv/test-u32-conv-to-enc.c: New file.
18964
18965         * modules/uniconv/u16-conv-to-enc: New file.
18966         * lib/uniconv/u16-conv-to-enc.c: New file.
18967         * lib/uniconv/u-conv-to-enc.h: New file.
18968         * modules/uniconv/u16-conv-to-enc-tests: New file.
18969         * tests/uniconv/test-u16-conv-to-enc.c: New file.
18970
18971         * modules/uniconv/u8-conv-to-enc: New file.
18972         * lib/uniconv/u8-conv-to-enc.c: New file.
18973         * modules/uniconv/u8-conv-to-enc-tests: New file.
18974         * tests/uniconv/test-u8-conv-to-enc.c: New file.
18975
18976         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
18977         u32_conv_to_encoding): New declarations.
18978
18979 2007-06-09  Bruno Haible  <bruno@clisp.org>
18980
18981         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
18982
18983 2007-06-09  Bruno Haible  <bruno@clisp.org>
18984
18985         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
18986         * modules/malloca: Renamed from modules/allocsa, updated.
18987         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
18988         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
18989         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
18990         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
18991         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
18992         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
18993         * modules/xmalloca: Renamed from modules/xallocsa, updated.
18994         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
18995         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
18996         * modules/c-strcasestr (Depends-on): Update.
18997         * lib/c-strcasestr.c: Update.
18998         * modules/c-strstr (Depends-on): Update.
18999         * lib/c-strstr.c: Update.
19000         * modules/canonicalize-lgpl (Depends-on): Update.
19001         * lib/canonicalize-lgpl.c: Update.
19002         * modules/clean-temp (Depends-on): Update.
19003         * lib/clean-temp.c: Update.
19004         * modules/csharpcomp (Depends-on): Update.
19005         * lib/csharpcomp.c: Update.
19006         * modules/csharpexec (Depends-on): Update.
19007         * lib/csharpexec.c: Update.
19008         * modules/javacomp (Depends-on): Update.
19009         * lib/javacomp.c: Update.
19010         * modules/javaexec (Depends-on): Update.
19011         * lib/javaexec.c: Update.
19012         * modules/mbscasestr (Depends-on): Update.
19013         * lib/mbscasestr.c: Update.
19014         * modules/mbsstr (Depends-on): Update.
19015         * lib/mbsstr.c: Update.
19016         * modules/setenv (Depends-on): Update.
19017         * lib/setenv.c: Update.
19018         * modules/strcasestr (Depends-on): Update.
19019         * lib/strcasestr.c: Update.
19020         * modules/striconveha (Depends-on): Update.
19021         * lib/striconveha.c: Update.
19022         * modules/relocatable-prog-wrapper (Files): Update.
19023         * lib/relocwrapper.c: Update.
19024         * build-aux/install-reloc: Update.
19025         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
19026
19027 2007-06-08  Bruno Haible  <bruno@clisp.org>
19028
19029         Port to uClibc.
19030         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
19031         * lib/fpurge.c (fpurge): Likewise.
19032         * lib/freading.c (freading): Likewise.
19033         * lib/fseeko.c (rpl_fseeko): Likewise.
19034         * lib/fseterr.c (fseterr): Likewise.
19035         * lib/fwriting.c (fwriting): Likewise.
19036         * tests/test-fflush.c (main): Avoid a failure on uClibc.
19037
19038 2007-06-08  Bruno Haible  <bruno@clisp.org>
19039
19040         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
19041         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
19042         * modules/gettext (Files): Add m4/intlmacosx.m4.
19043
19044 2007-06-07  Bruno Haible  <bruno@clisp.org>
19045
19046         * modules/localename-tests: New file.
19047         * tests/test-localename.c: New file.
19048
19049         New module 'localename'.
19050         * lib/localename.h: New file.
19051         * lib/localename.c: New file, from GNU gettext.
19052         * m4/localename.m4: New file.
19053         * modules/localename: New file.
19054
19055 2007-06-07  Bruno Haible  <bruno@clisp.org>
19056
19057         Work around the lack of <wchar.h> on some builds of uClibc.
19058         * doc/headers/wchar.texi: Update.
19059         * lib/wchar_.h: Include <wchar.h> only if it exists.
19060         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
19061         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
19062         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
19063         doesn't exist.
19064         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
19065         * modules/mbfile (Depends-on): Add wchar.
19066         * modules/mbiter (Depends-on): Likewise.
19067         * modules/mbuiter (Depends-on): Likewise.
19068         Reported by Simon Josefsson.
19069
19070 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19071
19072         Work around problem reported by Steven M. Schweda in
19073         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19074         Tru64 5.1B with the Compaq compiler environment installed declares
19075         an 'isblank' function but does not define it in the C library.
19076         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
19077         * lib/regex_internal.h (isblank): Likewise.
19078         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
19079         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19080
19081 2007-06-05  Bruno Haible  <bruno@clisp.org>
19082
19083         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
19084         ia64.
19085         * modules/printf-safe: New file.
19086         * modules/fprintf-posix (Depends-on): Add printf-safe.
19087         * modules/printf-posix (Depends-on): Likewise.
19088         * modules/snprintf-posix (Depends-on): Likewise.
19089         * modules/sprintf-posix (Depends-on): Likewise.
19090         * modules/vasnprintf-posix (Depends-on): Likewise.
19091         * modules/vasprintf-posix (Depends-on): Likewise.
19092         * modules/vfprintf-posix (Depends-on): Likewise.
19093         * modules/vprintf-posix (Depends-on): Likewise.
19094         * modules/vsnprintf-posix (Depends-on): Likewise.
19095         * modules/vsprintf-posix (Depends-on): Likewise.
19096         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
19097         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
19098         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
19099         "no" on i386, x86_64, ia64.
19100         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
19101         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19102         on i386, x86_64, ia64.
19103         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
19104         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19105         on i386, x86_64, ia64.
19106         * tests/test-vasnprintf-posix.c: Include float.h.
19107         (LDBL80_WORDS): New macro.
19108         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19109         on i386, x86_64, ia64.
19110         * tests/test-vasprintf-posix.c: Include float.h.
19111         (LDBL80_WORDS): New macro.
19112         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19113         on i386, x86_64, ia64.
19114         * tests/test-snprintf-posix.c: Include float.h.
19115         * tests/test-sprintf-posix.c: Likewise.
19116         * tests/test-vsnprintf-posix.c: Likewise.
19117         * tests/test-vsprintf-posix.c: Likewise.
19118
19119 2007-06-05  Bruno Haible  <bruno@clisp.org>
19120
19121         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
19122         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
19123         non-IEEE numbers on i386, x86_64, ia64.
19124         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
19125         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
19126         * tests/test-isnanl.h: Include float.h.
19127         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
19128
19129 2007-06-05  Bruno Haible  <bruno@clisp.org>
19130
19131         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
19132         also the %a / %A. Handle the %a / %A code before this extra handling.
19133
19134 2007-06-05  Bruno Haible  <bruno@clisp.org>
19135
19136         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
19137         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
19138
19139 2007-06-05  Bruno Haible  <bruno@clisp.org>
19140
19141         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
19142         typo in variable name.
19143
19144 2007-06-05  Eric Blake  <ebb9@byu.net>
19145
19146         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
19147         Reported by Simon Josefsson.
19148
19149 2007-06-04  Bruno Haible  <bruno@clisp.org>
19150
19151         Avoid test failures on some PowerPC platforms.
19152         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
19153         Define differently for PowerPC.
19154         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
19155         Reported by Gary V. Vaughan <gary@gnu.org>.
19156
19157 2007-06-02  Bruno Haible  <bruno@clisp.org>
19158
19159         Fix test-stdint failure on FreeBSD/ia64.
19160         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
19161         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
19162         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
19163         * doc/headers/stdint.texi: Update.
19164
19165 2007-06-01  Bruno Haible  <bruno@clisp.org>
19166
19167         * tests/test-binary-io.c (main): Pass a third argument to open().
19168         Reported by Gary V. Vaughan <gary@gnu.org>.
19169
19170 2007-06-01  Bruno Haible  <bruno@clisp.org>
19171
19172         * doc/functions/frexpl.texi: Update for mingw.
19173
19174 2007-06-01  Bruno Haible  <bruno@clisp.org>
19175
19176         * tests/test-lseek.c (main): Disable test of errno for invalid third
19177         argument.
19178         * doc/functions/lseek.texi: Update.
19179         Reported by Gary V. Vaughan <gary@gnu.org>.
19180
19181 2007-05-28  Bruno Haible  <bruno@clisp.org>
19182
19183         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
19184
19185 2007-05-31  Eric Blake  <ebb9@byu.net>
19186
19187         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
19188         cross compiling.
19189
19190 2007-05-30  Eric Blake  <ebb9@byu.net>
19191         and Bruno Haible  <bruno@clisp.org>
19192
19193         Work around mingw test failures exposed by m4-1.4.9b.
19194         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
19195         * tests/test-unistd.c: Disable uid_t and git_t tests for the
19196         moment.
19197
19198 2007-05-30  Bruno Haible  <bruno@clisp.org>
19199
19200         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
19201         assuming that they are closed. Needed on HP-UX 11.
19202
19203 2007-05-29  Bruno Haible  <bruno@clisp.org>
19204
19205         Fix a problem with #include_next.
19206         * lib/dirent_.h: Split the double-inclusion guard.
19207         * lib/fcntl_.h: Likewise.
19208         * lib/float_.h: Likewise.
19209         * lib/iconv_.h: Likewise.
19210         * lib/inttypes_.h: Likewise.
19211         * lib/locale_.h: Likewise.
19212         * lib/math_.h: Likewise.
19213         * lib/netinet_in_.h: Likewise.
19214         * lib/search_.h: Likewise.
19215         * lib/signal_.h: Likewise.
19216         * lib/stdint_.h: Likewise.
19217         * lib/stdio_.h: Likewise.
19218         * lib/stdlib_.h: Likewise.
19219         * lib/string_.h: Likewise.
19220         * lib/sys_select_.h: Likewise.
19221         * lib/sys_socket_.h: Likewise.
19222         * lib/sys_stat_.h: Likewise.
19223         * lib/sys_time_.h: Likewise.
19224         * lib/sysexits_.h: Likewise.
19225         * lib/time_.h: Likewise.
19226         * lib/unistd_.h: Likewise.
19227         * lib/wchar_.h: Likewise.
19228         * lib/wctype_.h: Likewise.
19229
19230 2007-05-29  Bruno Haible  <bruno@clisp.org>
19231
19232         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
19233         for the moment.
19234
19235 2007-05-29  Bruno Haible  <bruno@clisp.org>
19236
19237         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
19238         invocation.
19239         Reported by Eric Blake.
19240
19241 2007-05-29  Bruno Haible  <bruno@clisp.org>
19242
19243         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
19244         compiling case.
19245
19246 2007-05-29  Eric Blake  <ebb9@byu.net>
19247             Bruno Haible  <bruno@clisp.org>
19248
19249         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
19250         cross compiles.
19251
19252 2007-05-28  Eric Blake  <ebb9@byu.net>
19253
19254         * modules/closein-tests (test_closein_LDADD): Support test on
19255         cygwin with libtool.
19256
19257 2007-05-28  Bruno Haible  <bruno@clisp.org>
19258
19259         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
19260         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19261         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19262         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19263         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19264         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19265         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19266         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19267         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19268
19269 2007-05-28  Eric Blake  <ebb9@byu.net>
19270
19271         Unconditionally include <config.h> in unit tests.
19272         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
19273         * tests/test-allocsa.c, tests/test-arcfour.c,
19274         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
19275         tests/test-array_list.c, tests/test-array_oset.c,
19276         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
19277         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
19278         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
19279         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
19280         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
19281         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
19282         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
19283         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
19284         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
19285         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
19286         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
19287         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
19288         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
19289         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
19290         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
19291         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
19292         test-md5.c, test-memmem.c, test-printf-posix.c,
19293         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
19294         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
19295         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
19296         test-strcasestr.c, test-striconv.c, test-striconveh.c,
19297         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
19298         test-vasnprintf-posix2.c, test-vasnprintf.c,
19299         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
19300         test-vfprintf-posix.c, test-vprintf-posix.c,
19301         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
19302         test-xvasprintf.c: Likewise.
19303
19304 2007-05-28  Bruno Haible  <bruno@clisp.org>
19305
19306         * gnulib-tool (func_import): Remember the --with-tests command-line
19307         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
19308         Reported by Eric Blake.
19309
19310 2007-05-28  Bruno Haible  <bruno@clisp.org>
19311
19312         * modules/ftell-tests: New file.
19313         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
19314         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
19315
19316         * lib/ftell.c: New file.
19317         * modules/ftell: New file.
19318         * m4/ftell.m4: New file.
19319         * doc/functions/ftell.texi: Update.
19320         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19321         REPLACE_FTELL.
19322         * lib/stdio_.h (rpl_ftell): New declaration.
19323         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19324         REPLACE_FTELL.
19325
19326 2007-05-28  Eric Blake  <ebb9@byu.net>
19327
19328         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19329
19330 2007-05-28  Bruno Haible  <bruno@clisp.org>
19331
19332         * modules/fseek-tests: New file.
19333         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19334         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19335
19336         * lib/fseek.c: New file.
19337         * modules/fseek: New file.
19338         * m4/fseek.m4: New file.
19339         * doc/functions/fseek.texi: Update.
19340         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19341         REPLACE_FSEEK.
19342         * lib/stdio_.h (rpl_fseek): New declaration.
19343         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19344         REPLACE_FSEEK.
19345
19346 2007-05-28  Bruno Haible  <bruno@clisp.org>
19347
19348         * lib/stdio_.h (fflush): More comments.
19349
19350 2007-05-28  Bruno Haible  <bruno@clisp.org>
19351
19352         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19353         runtime test.
19354
19355 2007-05-28  Eric Blake  <ebb9@byu.net>
19356
19357         Improve lseek module.
19358         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19359         * lib/unistd_.h (lseek): Scale back link warning message.
19360         * tests/test-lseek.c: Beef up test.
19361         * tests/test-lseek.sh: Exercise more facets of lseek.
19362         Reported by Bruno Haible.
19363
19364 2007-05-28  Bruno Haible  <bruno@clisp.org>
19365
19366         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19367         to define.
19368
19369 2007-05-27  Bruno Haible  <bruno@clisp.org>
19370
19371         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19372
19373 2007-05-27  Bruno Haible  <bruno@clisp.org>
19374
19375         * modules/openmp: New file.
19376         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19377         Noah Misch.
19378
19379 2007-05-26  Bruno Haible  <bruno@clisp.org>
19380
19381         * modules/chdir-long (Depends-on): Add fchdir.
19382         * modules/chdir-safer (Depends-on): Likewise.
19383         * modules/fts (Depends-on): Likewise.
19384         * modules/fts-lgpl (Depends-on): Likewise.
19385         * modules/openat (Depends-on): Likewise.
19386         * modules/savewd (Depends-on): Likewise.
19387
19388 2007-05-24  Eric Blake  <ebb9@byu.net>
19389
19390         Fix lseek on mingw.
19391         * modules/lseek: New module.
19392         * m4/lseek.m4: New file.
19393         * lib/lseek.c: New file.
19394         * modules/lseek-tests: New file.
19395         * tests/test-lseek.c: New file.
19396         * tests/test-lseek.sh: New file.
19397         * MODULES.html.sh: Document lseek module.
19398         * modules/fflush (Depends-on): Add lseek, fseeko.
19399         * modules/fseeko (Depends-on): Likewise.
19400         * modules/ftello (Depends-on): Likewise.
19401         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19402         broken.
19403         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19404         broken.
19405         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19406         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19407         * lib/ftello.c (rpl_ftello): Likewise.
19408         * tests/test-fseeko.c (main): Test this.
19409         * tests/test-fseeko.sh: Likewise.
19410         * tests/test-ftello.c (main): Likewise.
19411         * tests/test-ftello.sh: Likewise.
19412         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19413         implies replacing fseek.
19414         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19415         HAVE_FTELLO.
19416         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19417         * modules/unistd (Makefile.am): Likewise.
19418         * lib/unistd_.h (lseek): Declare a replacement.
19419         * doc/functions/lseek.texi (lseek): Document this fix.
19420         * doc/functions/fseek.texi (fseek): Likewise.
19421         * doc/functions/ftell.texi (ftell): Likewise.
19422
19423 2007-05-24  Bruno Haible  <bruno@clisp.org>
19424
19425         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
19426         in the printed representation of a NaN.
19427         * tests/test-vasprintf-posix.c (test_function): Likewise.
19428         * tests/test-snprintf-posix.h (test_function): Likewise.
19429         * tests/test-sprintf-posix.h (test_function): Likewise.
19430         Reported by Eric Blake.
19431
19432 2007-05-23  Eric Blake  <ebb9@byu.net>
19433
19434         Fix fseeko/ftello on cygwin 1.5.24.
19435         * doc/functions/fseeko.texi (fseeko): Document the fix.
19436         * doc/functions/ftello.texi (ftello): Document the fix.
19437         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
19438         * doc/functions/stdout.text (stdout): New file.
19439         * doc/functions/stderr.text (stderr): New file.
19440         * doc/gnulib.texi (Function Substitutes): Use new files.
19441         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
19442         prior to 1.7.0.
19443         * tests/test-ftello.c (main): Likewise for ftello.
19444         * tests/test-fseeko.sh: New file.
19445         * tests/test-ftello.sh: New file.
19446         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
19447         with seekable stdin.
19448         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
19449         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
19450         (gl_REPLACE_FSEEKO): New macro.
19451         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
19452         * modules/fseeko (Files): Distribute fseeko.c.
19453         * modules/ftello (Files): Distribute ftello.c.
19454         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
19455         mode.
19456         * lib/ftello.c (rpl_ftello): New file.
19457         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
19458         fseeko, ftello.
19459         (gl_STDIN_LARGE_OFFSET): New macro.
19460         * modules/stdio (Makefile.am): Perform the replacement.
19461         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
19462
19463 2007-05-23  Bruno Haible  <bruno@clisp.org>
19464
19465         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
19466         GNULIB_POSIXCHECK is defined.
19467
19468 2007-05-21  Bruno Haible  <bruno@clisp.org>
19469
19470         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
19471         Check also the output for NaN arguments. When cross-compiling, guess
19472         no on IRIX.
19473         * lib/vasnprintf.c: Update comments.
19474         * tests/test-vasnprintf-posix.c (strisnan): New function.
19475         (test_function): Use it.
19476         * tests/test-vasprintf-posix.c (strisnan): New function.
19477         (test_function): Use it.
19478         * tests/test-snprintf-posix.h (strisnan): New function.
19479         (test_function): Use it.
19480         * tests/test-sprintf-posix.h (strisnan): New function.
19481         (test_function): Use it.
19482         Reported by Eric Blake.
19483
19484 2007-05-20  Bruno Haible  <bruno@clisp.org>
19485
19486         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
19487         numbers that fails on BeOS.
19488         * doc/functions/frexpl.texi: Update.
19489
19490 2007-05-20  Jim Meyering  <jim@meyering.net>
19491
19492         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
19493         forced upon us by glibc-2.6.
19494
19495 2007-05-20  Bruno Haible  <bruno@clisp.org>
19496
19497         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
19498         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
19499         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
19500         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
19501         NEED_PRINTF_INFINITE.
19502         (is_infinitel): New function.
19503         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
19504         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
19505         gl_PREREQ_VASNPRINTF_INFINITE.
19506         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
19507         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19508         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
19509         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
19510         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
19511         gl_PREREQ_VASNPRINTF_INFINITE.
19512         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19513         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19514         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19515         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19516         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19517         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19518         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19519         * doc/functions/fprintf.texi: Update.
19520         * doc/functions/printf.texi: Update.
19521         * doc/functions/snprintf.texi: Update.
19522         * doc/functions/sprintf.texi: Update.
19523         * doc/functions/vfprintf.texi: Update.
19524         * doc/functions/vprintf.texi: Update.
19525         * doc/functions/vsnprintf.texi: Update.
19526         * doc/functions/vsprintf.texi: Update.
19527
19528 2007-05-20  Bruno Haible  <bruno@clisp.org>
19529
19530         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
19531         was not found in libc.
19532         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
19533
19534 2007-05-20  Bruno Haible  <bruno@clisp.org>
19535
19536         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19537         printed as "-nan" instead of "nan".
19538         * tests/test-vasprintf-posix.c (test_function): Likewise.
19539         * tests/test-snprintf-posix.h (test_function): Likewise.
19540         * tests/test-sprintf-posix.h (test_function): Likewise.
19541         Needed for HP-UX 11.
19542
19543 2007-05-20  Jim Meyering  <jim@meyering.net>
19544
19545         Fix buggy test for the fchownat-deref bug.
19546         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
19547         symlink required for the run-test.  Without it, this test would
19548         always declare that fchownat doesn't work, and client code would
19549         unnecessarily use the replacement function with fixed libc.
19550         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
19551         Reported by Greg Schafer.
19552
19553 2007-05-19  Bruno Haible  <bruno@clisp.org>
19554
19555         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
19556         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
19557         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
19558         Needed for IRIX 6.5 and Solaris 2.5.1.
19559
19560 2007-05-19  Bruno Haible  <bruno@clisp.org>
19561
19562         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
19563         (test_function): Skip tests involving -0.0 on platforms where
19564         -0.0 = 0.0.
19565         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
19566         (test_function): Skip tests involving -0.0 on platforms where
19567         -0.0 = 0.0.
19568         * tests/test-snprintf-posix.h (have_minus_zero): New function.
19569         (test_function): Skip tests involving -0.0 on platforms where
19570         -0.0 = 0.0.
19571         * tests/test-sprintf-posix.h (have_minus_zero): New function.
19572         (test_function): Skip tests involving -0.0 on platforms where
19573         -0.0 = 0.0.
19574         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
19575         tests.
19576         * tests/test-printf-posix.h (test_function): Likewise.
19577         * tests/test-printf-posix.output: Remove all -0.0 related results.
19578         Needed for IRIX 6.5.
19579
19580 2007-05-19  Bruno Haible  <bruno@clisp.org>
19581
19582         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19583         printed as "nan0x7fffffff" instead of "nan".
19584         * tests/test-vasprintf-posix.c (test_function): Likewise.
19585         * tests/test-snprintf-posix.h (test_function): Likewise.
19586         * tests/test-sprintf-posix.h (test_function): Likewise.
19587         * tests/test-fprintf-posix.h (NaN): Remove macro.
19588         (test_function): Remove all NaN related tests.
19589         * tests/test-printf-posix.h (NaN): Remove macro.
19590         (test_function): Remove all NaN related tests.
19591         * tests/test-printf-posix.output: Remove all NaN related results.
19592         Needed for IRIX 6.5.
19593
19594 2007-05-19  Bruno Haible  <bruno@clisp.org>
19595
19596         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
19597         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
19598
19599 2007-05-19  Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/float_.h: New file.
19602         * m4/float_h.m4: New file.
19603         * modules/float: New file.
19604         * modules/isnanl (Dependencies): Add float.
19605         * modules/isnanl-nolibm (Dependencies): Likewise.
19606         * modules/mathl (Dependencies): Likewise.
19607         * modules/printf-frexpl (Dependencies): Likewise.
19608         * modules/signbit (Dependencies): Likewise.
19609         * modules/vasnprintf (Dependencies): Likewise.
19610         * doc/headers/float.texi: Update.
19611
19612 2007-05-19  Jim Meyering  <jim@meyering.net>
19613
19614         * lib/utimens.c (gl_futimens): Rename from futimens,
19615         now that glibc-2.6 declares futimens.
19616         * lib/utimens.h: Likewise.
19617
19618 2007-05-19  Bruno Haible  <bruno@clisp.org>
19619
19620         Avoid test failures on mingw.
19621         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
19622         * tests/test-printf-posix.sh: Likewise.
19623         * tests/test-vfprintf-posix.sh: Likewise.
19624         * tests/test-vprintf-posix.sh: Likewise.
19625
19626 2007-05-19  Bruno Haible  <bruno@clisp.org>
19627
19628         Fix *printf result for NaN, Inf, -0.0 on mingw.
19629         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
19630         * lib/vasnprintf.c: Include math.h and isnan.h.
19631         (is_infinite_or_zero): New function.
19632         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
19633         values in the %f, %F, %e, %E, %g, %G directives.
19634         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
19635         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19636         gl_PRINTF_INFINITE and test its result. Invoke
19637         gl_PREREQ_VASNPRINTF_INFINITE.
19638         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19639         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19640         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19641         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19642         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19643         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19644         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19645         * doc/functions/fprintf.texi: Update.
19646         * doc/functions/printf.texi: Update.
19647         * doc/functions/snprintf.texi: Update.
19648         * doc/functions/sprintf.texi: Update.
19649         * doc/functions/vfprintf.texi: Update.
19650         * doc/functions/vprintf.texi: Update.
19651         * doc/functions/vsnprintf.texi: Update.
19652         * doc/functions/vsprintf.texi: Update.
19653
19654 2007-05-19  Bruno Haible  <bruno@clisp.org>
19655
19656         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
19657         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
19658         Instead of multiplying with 10^k, set extra_zeroes to k.
19659         (scale10_round_long_double): Remove function.
19660
19661 2007-05-18  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
19664         introduced on 2007-05-06.
19665
19666 2007-05-18  Bruno Haible  <bruno@clisp.org>
19667
19668         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
19669         %g directives.
19670         * tests/test-vasprintf-posix.c (test_function): Likewise.
19671         * tests/test-snprintf-posix.h (test_function): Likewise.
19672         * tests/test-sprintf-posix.h (test_function): Likewise.
19673
19674 2007-05-18  Bruno Haible  <bruno@clisp.org>
19675
19676         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
19677         (strmatch): New function.
19678         (test_function): Test the %f directive on numbers of various exponents.
19679         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
19680         (strmatch): New function.
19681         (test_function): Test the %f directive on numbers of various exponents.
19682         * tests/test-snprintf-posix.h (strmatch): New function.
19683         (test_function): Test the %f directive on numbers of various exponents.
19684         * tests/test-sprintf-posix.h (strmatch): New function.
19685         (test_function): Test the %f directive on numbers of various exponents.
19686         * tests/test-snprintf-posix.c (SIZEOF): New macro.
19687         * tests/test-sprintf-posix.c (SIZEOF): New macro.
19688         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
19689         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
19690
19691 2007-05-18  Bruno Haible  <bruno@clisp.org>
19692
19693         Add support for 'long double' number output.
19694         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
19695         * lib/vasnprintf.c: Include math.h and float+.h.
19696         (mp_limb_t): New type.
19697         (GMP_LIMB_BITS): New macro.
19698         (mp_twolimb_t): New type.
19699         (GMP_TWOLIMB_BITS): New macro.
19700         (mpn_t): New type.
19701         (multiply, divide, convert_to_decimal, decode_long_double,
19702         scale10_round_long_double, scale10_round_decimal_long_double,
19703         floorlog10l): New functions.
19704         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
19705         for the %f, %F, %e, %E, %g, %G directives.
19706         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
19707         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19708         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
19709         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
19710         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19711         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19712         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19713         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19714         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19715         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19716         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19717         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
19718         * modules/snprintf-posix (Depends-on): Likewise.
19719         * modules/sprintf-posix (Depends-on): Likewise.
19720         * modules/vasnprintf-posix (Depends-on): Likewise.
19721         * modules/vasprintf-posix (Depends-on): Likewise.
19722         * modules/vfprintf-posix (Depends-on): Likewise.
19723         * modules/vsnprintf-posix (Depends-on): Likewise.
19724         * modules/vsprintf-posix (Depends-on): Likewise.
19725         * modules/vasnprintf (Files): Add lib/float+.h.
19726         * doc/functions/fprintf.texi: Update.
19727         * doc/functions/printf.texi: Update.
19728         * doc/functions/snprintf.texi: Update.
19729         * doc/functions/sprintf.texi: Update.
19730         * doc/functions/vfprintf.texi: Update.
19731         * doc/functions/vprintf.texi: Update.
19732         * doc/functions/vsnprintf.texi: Update.
19733         * doc/functions/vsprintf.texi: Update.
19734
19735 2007-05-18  Bruno Haible  <bruno@clisp.org>
19736
19737         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
19738
19739 2007-05-18  Bruno Haible  <bruno@clisp.org>
19740
19741         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
19742         for printing 64-bit integers. Needed for mingw.
19743
19744 2007-05-18  Bruno Haible  <bruno@clisp.org>
19745
19746         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19747         gl_FUNC_FREXPL_WORKS.
19748         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
19749
19750 2007-05-18  Bruno Haible  <bruno@clisp.org>
19751
19752         * modules/frexpl-nolibm-tests: New file.
19753
19754         * modules/frexpl-nolibm: New file.
19755         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
19756
19757 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19758
19759         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
19760         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19761         GCC 4.2, which otherwise issues a lot of warnings.
19762         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
19763         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
19764         Likewise.
19765         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
19766         * modules/iconv_open (iconv.h): Likewise.
19767         * modules/locale (locale.h): Likewise.
19768         * modules/netinet_in (netinet/in.h): Likewise.
19769         * modules/sys_select (sys_select.h): Likewise.
19770         * modules/sys_socket (sys/socket.h): Likewise.
19771         * modules/sys_stat (sys/stat.h): Likewise.
19772         * modules/sysexits (sysexits.h): Likewise.
19773         * modules/unistd (unistd.h): Likewise.
19774
19775 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19776
19777         * modules/closein-tests (Makefile.am): Distribute
19778         `test-closein.sh'.
19779
19780 2007-05-17  Bruno Haible  <bruno@clisp.org>
19781
19782         * tests/test-printf-posix.output: Renamed from
19783         tests/test-fprintf-posix.out.
19784         * modules/fprintf-posix-tests: Update.
19785         * modules/printf-posix-tests: Update.
19786         * modules/vfprintf-posix-tests: Update.
19787         * modules/vprintf-posix-tests: Update.
19788         * tests/test-fprintf-posix.sh: Update.
19789         * tests/test-printf-posix.sh: Update.
19790         * tests/test-vfprintf-posix.sh: Update.
19791         * tests/test-vprintf-posix.sh: Update.
19792         Reported by Ralf Wildenhues.
19793
19794 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19795
19796         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
19797         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19798         GCC 4.2, which otherwise issues a lot of warnings.
19799         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
19800         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
19801         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
19802         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
19803         it should no longer be needed.
19804         * lib/string_.h: Likewise.
19805         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
19806         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
19807         * modules/inttypes (inttypes.h): Likewise.
19808         * modules/math (math.h): Likewise.
19809         * modules/search (search.h): Likewise.
19810         * modules/signal (signal.h): Likewise.
19811         * modules/stdint (stdint.h): Likewise.
19812         * modules/stdio (stdio.h): Likewise.
19813         * modules/stdlib (stdlib.h): Likewise.
19814         * modules/string (string.h): Likewise.
19815         * modules/sys_time (sys/time.h): Likewise.
19816         * modules/time (time.h): Likewise.
19817         * modules/wchar (wchar.h): Likewise.
19818         * modules/wctype (wtype.h): Likewise.
19819
19820 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
19821
19822         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
19823
19824 2007-05-13  Bruno Haible  <bruno@clisp.org>
19825
19826         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
19827         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19828         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
19829         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19830         (gl_PREREQ_STRTOK_R): Don't require it here.
19831
19832 2007-05-13  Bruno Haible  <bruno@clisp.org>
19833
19834         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
19835         when used in C++ mode.
19836
19837 2007-05-12  Bruno Haible  <bruno@clisp.org>
19838
19839         * lib/linebuffer.h: Tweak doc.
19840         * lib/linebuffer.c: Likewise.
19841
19842 2007-05-12  James Youngman  <jay@gnu.org>
19843
19844         * lib/linebuffer.c (readlinebuffer_delim): New function,
19845         like readlinebuffer, but use a caller-specified delimiter.
19846         (readlinebuffer): Just call readlinebuffer_delim with '\n'
19847         as the delimiter.
19848         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
19849
19850 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19851
19852         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
19853         * modules/openat (Files): Remove openat-die.c.
19854         (Depends-on): Add openat-die.
19855         * modules/openat-die: New module.
19856
19857 2007-05-06  Bruno Haible  <bruno@clisp.org>
19858
19859         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
19860         Update with info about Cygwin.
19861         * doc/functions/fprintf.texi: Update.
19862         * doc/functions/printf.texi: Update.
19863         * doc/functions/snprintf.texi: Update.
19864         * doc/functions/sprintf.texi: Update.
19865         * doc/functions/vfprintf.texi: Update.
19866         * doc/functions/vprintf.texi: Update.
19867         * doc/functions/vsnprintf.texi: Update.
19868         * doc/functions/vsprintf.texi: Update.
19869         Reported by Eric Blake.
19870
19871 2007-05-06  Bruno Haible  <bruno@clisp.org>
19872
19873         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
19874         padding ourselves for the floating-point directives.
19875         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
19876         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
19877         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19878         gl_PRINTF_FLAG_ZERO and test its result. Invoke
19879         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
19880         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19881         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19882         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19883         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19884         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19885         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19886         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19887         * tests/test-snprintf-posix.h (test_function): Also check the width
19888         and some flags in the %f directive.
19889         * tests/test-sprintf-posix.h (test_function): Likewise.
19890         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19891         * tests/test-vasprintf-posix.c (test_function): Likewise.
19892         * doc/functions/fprintf.texi: Update.
19893         * doc/functions/printf.texi: Update.
19894         * doc/functions/snprintf.texi: Update.
19895         * doc/functions/sprintf.texi: Update.
19896         * doc/functions/vfprintf.texi: Update.
19897         * doc/functions/vprintf.texi: Update.
19898         * doc/functions/vsnprintf.texi: Update.
19899         * doc/functions/vsprintf.texi: Update.
19900
19901 2007-05-06  Bruno Haible  <bruno@clisp.org>
19902
19903         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
19904         pass the ' flag character to sprintf or snprintf.
19905         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
19906         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
19907         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19908         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
19909         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
19910         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19911         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19912         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19913         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19914         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19915         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19916         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19917         * tests/test-snprintf-posix.h (test_function): Also check the grouping
19918         flag.
19919         * tests/test-sprintf-posix.h (test_function): Likewise.
19920         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19921         * tests/test-vasprintf-posix.c (test_function): Likewise.
19922         * doc/functions/fprintf.texi: Update.
19923         * doc/functions/printf.texi: Update.
19924         * doc/functions/snprintf.texi: Update.
19925         * doc/functions/sprintf.texi: Update.
19926         * doc/functions/vfprintf.texi: Update.
19927         * doc/functions/vprintf.texi: Update.
19928         * doc/functions/vsnprintf.texi: Update.
19929         * doc/functions/vsprintf.texi: Update.
19930
19931 2007-05-01  Bruno Haible  <bruno@clisp.org>
19932
19933         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
19934
19935 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
19936
19937         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
19938         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
19939
19940 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19941
19942         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
19943         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
19944         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
19945
19946 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
19947
19948         * lib/argp-help.c (struct hol_entry): New member `ord'.
19949         (HOL_ENTRY_PTRCMP): Use ord for comparison
19950         (hol_sort): Initialize ord.
19951
19952 2007-05-01  Bruno Haible  <bruno@clisp.org>
19953
19954         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
19955         Reported by Eric Blake.
19956         * doc/gnulib.texi (Function Substitutes): Update.
19957
19958 2007-05-01  Bruno Haible  <bruno@clisp.org>
19959
19960         * doc/functions.texi: Remove file, now redundant through
19961         doc/functions/*.texi.
19962
19963 2007-05-01  Bruno Haible  <bruno@clisp.org>
19964
19965         * modules/argp (Depends-on): Add sleep.
19966
19967 2007-05-01  Bruno Haible  <bruno@clisp.org>
19968
19969         * modules/sleep-tests: New file.
19970         * tests/test-sleep.c: New file.
19971
19972         * modules/sleep: New file.
19973         * lib/sleep.c: New file.
19974         * m4/sleep.m4: New file.
19975         * lib/unistd_.h (sleep): New declaration.
19976         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
19977         HAVE_SLEEP.
19978         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
19979         * doc/functions/sleep.texi: Document the sleep module.
19980
19981 2007-05-01  Bruno Haible  <bruno@clisp.org>
19982
19983         * lib/sigprocmask.h: Remove file.
19984         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
19985         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
19986         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
19987         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
19988         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
19989         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
19990         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
19991         HAVE_SIGSET_T as a shell variable.
19992         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
19993         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
19994         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
19995         (Depends-on): Add signal. Remove verify.
19996         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
19997         (Include): Mention <signal.h> instead of sigprocmask.h.
19998         * NEWS: Mention the change.
19999         * lib/fatal-signal.c: Don't include sigprocmask.h.
20000
20001 2007-05-01  Bruno Haible  <bruno@clisp.org>
20002
20003         * modules/signal: New file.
20004         * lib/signal_.h: New file.
20005         * m4/signal_h.m4: New file.
20006
20007 2007-05-01  Bruno Haible  <bruno@clisp.org>
20008
20009         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
20010         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
20011         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
20012         HAVE_WCTYPE_CTMP_BUG into wctype.h.
20013
20014 2007-05-01  Bruno Haible  <bruno@clisp.org>
20015
20016         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
20017         configure time.
20018         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
20019         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
20020         * modules/sys_stat (Makefile.am): Substitute their values into
20021         sys/stat.h.
20022
20023 2007-05-01  Bruno Haible  <bruno@clisp.org>
20024
20025         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
20026         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
20027         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
20028
20029 2007-05-01  Bruno Haible  <bruno@clisp.org>
20030
20031         * doc/header/assert.texi: Undo last change: don't mention the gnulib
20032         'assert' module here.
20033
20034 2007-05-01  Bruno Haible  <bruno@clisp.org>
20035
20036         * doc/functions/*.texi: New files.
20037         * doc/functions/google-ranking.txt: New file.
20038         * doc/gnulib.texi (Function Substitutes): New chapter.
20039         (ctime, inet_ntoa): Remove sections.
20040         * doc/ctime.texi: Remove file.
20041         * doc/inet_ntoa.texi: Remove file.
20042         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
20043         dependencies.
20044         (%.info): New rule, specifying a --reference-limit.
20045
20046 2007-05-01  Bruno Haible  <bruno@clisp.org>
20047
20048         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
20049
20050 2007-05-01  Bruno Haible  <bruno@clisp.org>
20051
20052         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
20053         the portability of 'mkdir' to mingw systems.
20054
20055 2007-05-01  Bruno Haible  <bruno@clisp.org>
20056
20057         * doc/headers/google-ranking.txt: New file.
20058
20059 2007-04-30  Eric Blake  <ebb9@byu.net>
20060
20061         Prefer fseeko to fseek.
20062         * modules/getpass (Depends-on): Add fseeko.
20063         * lib/getpass.c (getpass): Use fseeko, not fseek.
20064
20065 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
20066
20067         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
20068         assumes the sorting is stable, while most qsort implementations
20069         are not.  Use argument addresses to ensure they never compare as
20070         equal.
20071
20072         * tests/test-argp-2.sh (usage-indent test): Fix output
20073         (func_compare): Restore diff options
20074         * tests/test-argp.c: Restore #include "progname.h"
20075
20076 2007-04-29  Bruno Haible  <bruno@clisp.org>
20077
20078         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
20079         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20080         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
20081         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20082         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
20083         (configure.ac): Define CHECK_SNPRINTF_POSIX.
20084         (TESTS, check_PROGRAMS): Add test-snprintf.
20085         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
20086         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
20087         (TESTS, check_PROGRAMS): Add test-vsnprintf.
20088         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
20089         assertions that fail on HP-UX, OSF/1, or IRIX.
20090         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
20091
20092 2007-04-29  Bruno Haible  <bruno@clisp.org>
20093
20094         * MODULES.html.sh (posix_functions): Remove 'contents'.
20095
20096 2007-04-29  Karl Berry  <karl@gnu.org>
20097
20098         * config/srclist.txt (gendocs_template_min): new entry.
20099
20100 2007-04-29  Bruno Haible  <bruno@clisp.org>
20101
20102         Work around fpurge bug on BSD systems.
20103         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
20104         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
20105         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
20106         fpurge to rpl_fpurge if the system already has this function.
20107         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
20108         the case where the system already has this function. Correct invariants
20109         on BSD systems.
20110         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
20111         BSD systems.
20112
20113 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20114
20115         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
20116         proposed by Sven Verdoolaege.
20117
20118         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
20119         options.
20120         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
20121         (usage and help tests): Update
20122
20123 2007-04-29  Bruno Haible  <bruno@clisp.org>
20124
20125         * tests/test-fflush.c (main): Use a file of size 17, not 10.
20126         Print more information in case of failure. Disable a test on BeOS.
20127
20128 2007-04-29  Bruno Haible  <bruno@clisp.org>
20129
20130         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
20131         This helps debugging on systems on which no gdb is available.
20132
20133 2007-04-29  Bruno Haible  <bruno@clisp.org>
20134
20135         * lib/freading.h: Improve comments.
20136         * lib/fwriting.h: Likewise.
20137         * tests/test-freading.c (main): Don't check freading immediately after
20138         repositioning. Needed for glibc.
20139
20140 2007-04-29  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/freading.c (freading): Trivial simplification.
20143
20144 2007-04-28  Bruno Haible  <bruno@clisp.org>
20145
20146         * tests/test-fwriting.c (main): Also test the interaction between
20147         fflush and fwriting.
20148         * modules/fwriting-tests (Depends-on): Add fflush.
20149
20150         * tests/test-freading.c (main): Also test the interaction between
20151         fflush and freading.
20152         * modules/freading-tests (Depends-on): Add fflush.
20153
20154 2007-04-28  Bruno Haible  <bruno@clisp.org>
20155
20156         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
20157         fseeko and ftello.
20158         Suggested by Eric Blake.
20159
20160 2007-04-28  Jim Meyering  <jim@meyering.net>
20161
20162         Avoid false-negative in gl_STDINT_H's C99 conformance test.
20163         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
20164         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
20165
20166 2007-04-27  Eric Blake  <ebb9@byu.net>
20167
20168         * doc/headers/assert.texi (assert.h): Document assert module use.
20169
20170 2007-04-27  Bruno Haible  <bruno@clisp.org>
20171
20172         * doc/headers/*.texi: New files.
20173         * doc/gnulib.texi (Header File Substitutes): New chapter.
20174         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
20175         dependencies.
20176         (standards.info ,standards.html, standards.dvi): Update dependencies.
20177         (mostlyclean, clean): New targets.
20178
20179 2007-04-27  Bruno Haible  <bruno@clisp.org>
20180
20181         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
20182         * modules/sysexits (Files, Makefile.am): Update.
20183
20184         * lib/sys_socket_.h: Renamed from lib/socket_.h.
20185         * modules/sys_socket (Files, Makefile.am): Update.
20186
20187         * lib/sys_stat_.h: Renamed from lib/stat_.h.
20188         * modules/sys_stat (Files, Makefile.am): Update.
20189
20190 2007-04-27  Eric Blake  <ebb9@byu.net>
20191
20192         * lib/freading.h: Improve comments.
20193         * lib/fwriting.h: Likewise.
20194         * lib/fflush.c: Likewise.
20195
20196         Fix closein for mingw.
20197         * modules/closein-tests: Add tests for closein.
20198         * tests/test-closein.c: New file.
20199         * tests/test-closein.sh: Likewise.
20200         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
20201         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
20202
20203 2007-04-27  Bruno Haible  <bruno@clisp.org>
20204
20205         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
20206         version is < 6.
20207         * lib/math_.h [__DECC]: Likewise.
20208         * lib/stdio_.h [__DECC]: Likewise.
20209         * lib/stdlib_.h [__DECC]: Likewise.
20210         * lib/string_.h [__DECC]: Likewise.
20211         * lib/time_.h [__DECC]: Likewise.
20212         * lib/wchar_.h [__DECC]: Likewise.
20213         * lib/wctype_.h [__DECC]: Likewise.
20214
20215 2007-04-27  Bruno Haible  <bruno@clisp.org>
20216
20217         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
20218
20219 2007-04-27  Bruno Haible  <bruno@clisp.org>
20220
20221         * lib/fflush.c: Add comments.
20222         * modules/fpurge-tests (Depends-on): Add fflush.
20223         * modules/freadable-tests (Depends-on): Likewise.
20224         * modules/fwritable-tests (Depends-on): Likewise.
20225
20226 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
20227
20228         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
20229         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
20230         Report by Bruno Haible <bruno@clisp.org>.
20231
20232 2007-04-26  Eric Blake  <ebb9@byu.net>
20233
20234         Fix fflush on mingw.
20235         * modules/fflush (Depends-on): Add freading.
20236         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
20237         but unread data.
20238
20239 2007-04-26  Eric Blake  <ebb9@byu.net>
20240         and Bruno Haible  <bruno@clisp.org>
20241
20242         Implement freading and fwriting.
20243         * lib/freading.c: New file.
20244         * lib/freading.h: Likewise.
20245         * m4/freading.m4: Likewise.
20246         * modules/freading: Likewise.
20247         * modules/freading-tests: Likewise.
20248         * tests/test-freading.c: Likewise.
20249         * lib/fwriting.c: New file.
20250         * lib/fwriting.h: Likewise.
20251         * m4/fwriting.m4: Likewise.
20252         * modules/fwriting: Likewise.
20253         * modules/fwriting-tests: Likewise.
20254         * tests/test-fwriting.c: Likewise.
20255         * MODULES.html.sh (File stream based Input/Output): Mention them.
20256
20257 2007-04-26  Bruno Haible  <bruno@clisp.org>
20258
20259         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
20260         'long' when we assume it.
20261         Suggested by Eric Blake.
20262
20263 2007-04-26  Bruno Haible  <bruno@clisp.org>
20264
20265         Ensure fseeko, ftello are declared on glibc systems.
20266         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
20267         * modules/fseeko (configure.ac-early): Likewise.
20268         * modules/ftello (configure.ac-early): Likewise.
20269         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
20270         AC_FUNC_FSEEKO for this.
20271         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
20272         (gl_CHECK_FSEEKO): Remove macro.
20273
20274 2007-04-26  Bruno Haible  <bruno@clisp.org>
20275
20276         * tests/test-fflush.c (main): Also check the ftell result after
20277         fflush and fseek/fseeko.
20278         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
20279         file descriptor position cache in the stream.
20280         * lib/fseeko.c (rpl_fseeko): Likewise.
20281
20282 2007-04-26  Bruno Haible  <bruno@clisp.org>
20283
20284         * modules/fflush-tests (Depends-on): Add fseeko.
20285
20286 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
20287             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20288
20289         * lib/argz_.h: ensure error_t definition is obtained in same
20290         mechanism system argz.h would have.
20291         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
20292         argz facilities are known bad.  Err on the side of caution if
20293         cross-compiling.
20294
20295 2007-04-25  Eric Blake  <ebb9@byu.net>
20296
20297         * lib/fpurge.c (includes): Use stdlib.h for free.
20298         * tests/test-fflush.c (main): Also test fflush-fseeko.
20299
20300 2007-04-25  Bruno Haible  <bruno@clisp.org>
20301
20302         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
20303         * lib/fseeko.c: New file.
20304         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
20305         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
20306         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
20307         gl_FUNC_FSEEKO.
20308         (gl_FUNC_FSEEKO): Invoke it.
20309         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
20310         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
20311         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
20312
20313 2007-04-25  Bruno Haible  <bruno@clisp.org>
20314
20315         * modules/fflush (Depends-on): Add ftello.
20316
20317 2007-04-25  Bruno Haible  <bruno@clisp.org>
20318
20319         * modules/ftello-tests: New file.
20320         * tests/test-ftello.c: New file.
20321
20322         * modules/ftello: New file.
20323         * m4/ftello.m4: New file.
20324         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20325         HAVE_FTELLO.
20326         * lib/stdio_.h (ftello): New declaration.
20327         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20328         HAVE_FTELLO.
20329
20330 2007-04-25  Bruno Haible  <bruno@clisp.org>
20331
20332         * modules/fseeko-tests: New file.
20333         * tests/test-fseeko.c: New file.
20334
20335         * modules/fseeko: New file.
20336         * m4/fseeko.m4: New file.
20337         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20338         HAVE_FSEEKO.
20339         * lib/stdio_.h (fseeko): New declaration.
20340         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20341         HAVE_FSEEKO.
20342
20343 2007-04-25  Bruno Haible  <bruno@clisp.org>
20344
20345         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20346
20347 2007-04-25  Bruno Haible  <bruno@clisp.org>
20348
20349         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20350         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20351         * tests/test-unistd.c: Likewise.
20352         * tests/test-fcntl.c: Likewise.
20353
20354 2007-04-23  Eric Blake  <ebb9@byu.net>
20355
20356         * lib/fflush.c: Fix missing include.
20357         Reported by Bruno Haible.
20358
20359 2007-04-23  Bruno Haible  <bruno@clisp.org>
20360
20361         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20362         Reported by Eric Blake.
20363
20364 2007-04-23  Bruno Haible  <bruno@clisp.org>
20365
20366         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20367
20368 2007-04-23  Bruno Haible  <bruno@clisp.org>
20369
20370         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20371
20372 2007-04-23  Bruno Haible  <bruno@clisp.org>
20373
20374         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20375         Needed on HP-UX 11.
20376
20377 2007-04-16  Eric Blake  <ebb9@byu.net>
20378
20379         Make fflush rely on fpurge.
20380         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20381         open coding all variants.
20382         * modules/fflush (Depends-on): Add fpurge and unistd.
20383         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20384         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20385
20386         Fix --with-tests compilation on cygwin.
20387         * modules/argmatch-tests (Makefile.am): List gnulib library first
20388         in LDADD.
20389         * modules/argp-tests (Makefile.am): Likewise.
20390         * modules/array-list-tests (Makefile.am): Likewise.
20391         * modules/array-oset-tests (Makefile.am): Likewise.
20392         * modules/avltree-list-tests (Makefile.am): Likewise.
20393         * modules/avltree-oset-tests (Makefile.am): Likewise.
20394         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20395         * modules/carray-list-tests (Makefile.am): Likewise.
20396         * modules/dirname-tests (Makefile.am): Likewise.
20397         * modules/frexp-tests (Makefile.am): Likewise.
20398         * modules/isnanl-tests (Makefile.am): Likewise.
20399         * modules/linked-list-tests (Makefile.am): Likewise.
20400         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20401         * modules/lock-tests (Makefile.am): Likewise.
20402         * modules/rbtree-list-tests (Makefile.am): Likewise.
20403         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20404         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20405         * modules/tls-tests (Makefile.am): Likewise.
20406         * modules/tsearch-tests (Makefile.am): Likewise.
20407         * modules/xvasprintf-tests (Makefile.am): Likewise.
20408
20409         Fix fpurge for cygwin.
20410         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20411         value.
20412         * modules/fpurge-tests (Depends-on): Clean up trash.
20413
20414 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20415
20416         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20417
20418         * m4/autobuild.m4: Re-indent.
20419
20420 2007-04-13  Bruno Haible  <bruno@clisp.org>
20421
20422         * modules/fpurge-tests: New file.
20423         * tests/test-fpurge.c: New file.
20424
20425         * modules/fpurge: New file.
20426         * lib/fpurge.h: New file.
20427         * lib/fpurge.c: New file.
20428         * m4/fpurge.m4: New file.
20429
20430 2007-04-13  Bruno Haible  <bruno@clisp.org>
20431
20432         * modules/fbufmode-tests: New file.
20433         * tests/test-fbufmode.c: New file.
20434
20435         * modules/fbufmode: New file.
20436         * lib/fbufmode.h: New file.
20437         * lib/fbufmode.c: New file.
20438         * m4/fbufmode.m4: New file.
20439
20440 2007-04-13  Bruno Haible  <bruno@clisp.org>
20441
20442         * modules/fwritable-tests: New file.
20443         * tests/test-fwritable.c: New file.
20444
20445         * modules/fwritable: New file.
20446         * lib/fwritable.h: New file.
20447         * lib/fwritable.c: New file.
20448         * m4/fwritable.m4: New file.
20449
20450 2007-04-13  Bruno Haible  <bruno@clisp.org>
20451
20452         * modules/freadable-tests: New file.
20453         * tests/test-freadable.c: New file.
20454
20455         * modules/freadable: New file.
20456         * lib/freadable.h: New file.
20457         * lib/freadable.c: New file.
20458         * m4/freadable.m4: New file.
20459
20460 2007-04-13  Bruno Haible  <bruno@clisp.org>
20461
20462         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
20463         MOSTLYCLEANFILES.
20464
20465 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20466
20467         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
20468         gzip bootstrap.conf to avoid dragging in i18n machinery.
20469         (gnulib_tool_option): Use it.
20470
20471 2007-04-13  Bruno Haible  <bruno@clisp.org>
20472
20473         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
20474         %F directives.
20475         * tests/test-vasprintf-posix.c (test_function): Likewise.
20476         * tests/test-snprintf-posix.h (test_function): Likewise.
20477         * tests/test-sprintf-posix.h (test_function): Likewise.
20478         * tests/test-fprintf-posix.h (test_function): Likewise.
20479         * tests/test-printf-posix.h (test_function): Likewise.
20480         * tests/test-fprintf-posix.out: Likewise.
20481
20482 2007-04-13  Bruno Haible  <bruno@clisp.org>
20483
20484         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
20485         * modules/tls-tests (configure.ac): Likewise.
20486         Reported by Arto C. Nirkko <anirkko@insel.ch>.
20487
20488 2007-04-13  Bruno Haible  <bruno@clisp.org>
20489
20490         * lib/tls.c (glthread_tls_get): Fix return type.
20491         Patch by Arto C. Nirkko <anirkko@insel.ch>.
20492
20493 2007-04-12  Eric Blake  <ebb9@byu.net>
20494
20495         * modules/gettime (Depends-on): Remove gettime.
20496         Reported by Dmitry V. Levin.
20497
20498 2007-04-12  Bruno Haible  <bruno@clisp.org>
20499
20500         * modules/fflush (Include): Mention <stdio.h>.
20501         * modules/strtoimax (Include): Mention <inttypes.h>.
20502         * modules/strtoumax (Include): Likewise.
20503
20504 2007-04-12  Eric Blake  <ebb9@byu.net>
20505
20506         * .cvsignore: New file.
20507         * .gitignore: Likewise.
20508
20509 2007-04-12  Bruno Haible  <bruno@clisp.org>
20510
20511         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
20512         not before, since $(LDADD) often contains libgnu.a.
20513         * modules/striconv-tests (test_striconv_LDADD): Likewise.
20514         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
20515         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
20516         Needed on Cygwin.
20517
20518 2007-04-12  Eric Blake  <ebb9@byu.net>
20519
20520         Work around glibc's failure to flush stdin on fclose.
20521         * lib/closein.c (close_stdin): Flush stdin before closing.
20522
20523         Work around glibc's failure to reset seekable stdin on exit.
20524         * modules/closein: New module.
20525         * lib/closein.c: New file.
20526         * lib/closein.h: Likewise.
20527         * m4/closein.m4: Likewise.
20528         * MODULES.html.sh (File stream based Input/Output): Document it.
20529
20530 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20531
20532         * gnulib-tool: Rename generated 'autobuild' script to
20533         'do-autobuild' in --create-megatestdir output.
20534
20535         * doc/gnulib.texi (Build robot for gnulib): Fix.
20536
20537 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20538
20539         * modules/sysexits (Depends-on): Add absolute-header.
20540
20541 2007-04-12  Eric Blake  <ebb9@byu.net>
20542
20543         No need to preserve errno on success.
20544         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
20545         Reported by Bruno Haible.
20546
20547 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20548
20549         * MODULES.html.sh (Support for maintaining and releasing
20550         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
20551
20552 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20553
20554         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
20555
20556 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20557
20558         * modules/autobuild: New module.
20559
20560         * m4/autobuild.m4: New file.
20561
20562 2007-04-11  Bruno Haible  <bruno@clisp.org>
20563
20564         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
20565         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
20566         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
20567         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
20568         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20569         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20570         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20571         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20572         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20573         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20574         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20575         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20576         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20577         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
20578         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20579         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20580         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
20581         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20582         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20583         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
20584         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20585         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20586         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
20587         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20588         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20589         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
20590         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20591         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20592         Reported by Eric Blake.
20593
20594 2007-04-11  Bruno Haible  <bruno@clisp.org>
20595
20596         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
20597
20598 2007-04-10  Bruno Haible  <bruno@clisp.org>
20599
20600         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
20601         for NaN and Infinity. Needed on FreeBSD 6.1.
20602         * tests/test-vasnprintf-posix.c (test_function): Undo last change
20603         regarding results for "%010a" of Infinity and NaN.
20604         * tests/test-vasprintf-posix.c (test_function): Likewise.
20605         * tests/test-snprintf-posix.h (test_function): Likewise.
20606         * tests/test-sprintf-posix.h (test_function): Likewise.
20607         * tests/test-fprintf-posix.h (test_function): Likewise.
20608         * tests/test-printf-posix.h (test_function): Likewise.
20609         * tests/test-fprintf-posix.out: Likewise.
20610
20611 2007-04-10  Bruno Haible  <bruno@clisp.org>
20612
20613         * modules/locale-tests: New file.
20614         * tests/test-locale.c: New file.
20615
20616         * modules/locale: New file.
20617         * lib/locale_.h: New file.
20618         * m4/locale_h.m4: New file.
20619
20620 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20621             Bruno Haible  <bruno@clisp.org>
20622
20623         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
20624         be determined, test for availability of the copysignf, copysign,
20625         copysignl functions.
20626         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
20627         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
20628         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
20629
20630 2007-04-09  Eric Blake  <ebb9@byu.net>
20631
20632         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
20633         * modules/stdio (Makefile.am): Support fflush.
20634         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20635         * modules/fflush: New file.
20636         * lib/fflush.c: Likewise.
20637         * m4/fflush.m4: Likewise.
20638         * modules/fflush-tests: New test.
20639         * tests/test-fflush.c: Likewise.
20640         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
20641
20642 2007-04-06  Bruno Haible  <bruno@clisp.org>
20643
20644         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
20645         (VASNPRINTF): Use signbit for faster determination whether to print a
20646         minus sign.
20647         * modules/vasnprintf (Files): Remove lib/float+.h.
20648         * modules/fprintf-posix (Depends-on): Add signbit.
20649         * modules/snprintf-posix (Depends-on): Likewise.
20650         * modules/sprintf-posix (Depends-on): Likewise.
20651         * modules/vasnprintf-posix (Depends-on): Likewise.
20652         * modules/vasprintf-posix (Depends-on): Likewise.
20653         * modules/vfprintf-posix (Depends-on): Likewise.
20654         * modules/vsnprintf-posix (Depends-on): Likewise.
20655         * modules/vsprintf-posix (Depends-on): Likewise.
20656
20657 2007-04-06  Bruno Haible  <bruno@clisp.org>
20658
20659         * tests/test-frexp.c (main): Test also the sign bit of zero results.
20660         * tests/test-frexpl.c (main): Likewise.
20661         * tests/test-ldexpl.c (main): Likewise.
20662         * modules/frexp-tests (Depends-on): Add signbit.
20663         * modules/frexpl-tests (Depdends-on): Likewise.
20664         * modules/ldexpl-tests (Depdends-on): Likewise.
20665
20666 2007-04-06  Bruno Haible  <bruno@clisp.org>
20667
20668         * modules/signbit-tests: New file.
20669         * tests/test-signbit.c: New file.
20670
20671         * modules/signbit: New file.
20672         * lib/signbitf.c: New file.
20673         * lib/signbitd.c: New file.
20674         * lib/signbitl.c: New file.
20675         * m4/signbit.m4: New file.
20676         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
20677         (signbit): New macro.
20678         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
20679         REPLACE_SIGNBIT.
20680         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
20681         REPLACE_FREXPL into math.h.
20682
20683 2007-04-06  Bruno Haible  <bruno@clisp.org>
20684
20685         * modules/isnanf-nolibm-tests: New file.
20686         * tests/test-isnanf.c: New file.
20687
20688         * modules/isnanf-nolibm: New file.
20689         * lib/isnanf.h: New file.
20690         * lib/isnanf.c: New file.
20691         * lib/isnan.c: Consider the USE_FLOAT macro.
20692         * m4/isnanf.m4: New file.
20693
20694 2007-04-06  Bruno Haible  <bruno@clisp.org>
20695
20696         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
20697         (Link): New section.
20698
20699         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
20700
20701 2007-04-06  Bruno Haible  <bruno@clisp.org>
20702
20703         Assume the 'long double' type.
20704         * m4/longdouble.m4: Remove file.
20705         * config/srclist.txt: Don't mention longdouble.m4.
20706         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
20707         * lib/float+.h: Likewise.
20708         * lib/frexp.c: Likewise.
20709         * lib/printf-args.h: Likewise.
20710         * lib/printf-args.c: Likewise.
20711         * lib/printf-frexp.c: Likewise.
20712         * lib/printf-parse.c: Likewise.
20713         * lib/vasnprintf.c: Likewise.
20714         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
20715         * m4/intl.m4: Likewise.
20716         * m4/isnanl.m4: Likewise.
20717         * m4/printf.m4: Likewise.
20718         * m4/printf-frexpl.m4: Likewise.
20719         * m4/vasnprintf.m4: Likewise.
20720         * modules/allocsa (Files): Remove m4/longdouble.m4.
20721         * modules/gettext (Files): Likewise.
20722         * modules/relocatable-prog-wrapper (Files): Likewise.
20723         * modules/vasnprintf (Files): Likewise.
20724         * modules/isnanl (Files): Likewise.
20725         (Include): Simplify.
20726         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
20727         (Include): Simplify.
20728         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
20729         (Include): Simplify.
20730         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
20731         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20732         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
20733         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20734         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20735         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20736         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
20737         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20738         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20739         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20740         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
20741         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20742         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
20743         * tests/test-isnanl.c: Likewise.
20744         * tests/test-snprintf-posix.h: Likewise.
20745         * tests/test-sprintf-posix.h: Likewise.
20746         * tests/test-vasnprintf-posix.c: Likewise.
20747         * tests/test-vasnprintf-posix2.c: Likewise.
20748         * tests/test-vasprintf-posix.c: Likewise.
20749
20750 2007-04-06  Bruno Haible  <bruno@clisp.org>
20751
20752         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
20753         * lib/math_.h [__DECC]: Include the overridden include file through
20754         #include_next, outside the double-inclusion guard.
20755         * lib/stdio_.h [__DECC]: Likewise.
20756         * lib/stdlib_.h [__DECC]: Likewise.
20757         * lib/string_.h [__DECC]: Likewise.
20758         * lib/time_.h [__DECC]: Likewise.
20759         * lib/wchar_.h [__DECC]: Likewise.
20760         * lib/wctype_.h [__DECC]: Likewise.
20761         * lib/inttypes_.h [__DECC]: Likewise.
20762         Reported by Albert Chin <china@thewrittenword.com> in
20763         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
20764
20765 2007-04-04  Eric Blake  <ebb9@byu.net>
20766
20767         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
20768         1.5.x.
20769
20770 2007-04-04  Bruno Haible  <bruno@clisp.org>
20771
20772         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
20773         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
20774
20775 2007-04-04  Bruno Haible  <bruno@clisp.org>
20776
20777         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
20778         results for "%010a" of Infinity and NaN.
20779         * tests/test-vasprintf-posix.c (test_function): Likewise.
20780         * tests/test-snprintf-posix.h (test_function): Likewise.
20781         * tests/test-sprintf-posix.h (test_function): Likewise.
20782         * tests/test-fprintf-posix.h (test_function): Remove these tests.
20783         * tests/test-printf-posix.h (test_function): Likewise.
20784         * tests/test-fprintf-posix.out: Update.
20785         Needed for FreeBSD 6.1.
20786
20787 2007-04-04  Bruno Haible  <bruno@clisp.org>
20788
20789         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20790         directly used by the gnulib modules nor by gnulib-tool.
20791
20792 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20793
20794         * DEPENDENCIES: Give overall description of version dependency
20795         desirability.  Use more-typical names for apps.
20796         Add shell, coreutils, diffutils, grep, tar, gzip.
20797
20798 2007-04-04  Simon Josefsson  <simon@josefsson.org>
20799
20800         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
20801
20802 2007-04-04  Karl Berry  <karl@gnu.org>
20803
20804         * MODULES.html.sh (func_module): missing '.
20805
20806 2007-04-03  Bruno Haible  <bruno@clisp.org>
20807
20808         * modules/argmatch-tests (Makefile.am): New variable
20809         test_argmatch_LDADD.
20810         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
20811         * modules/array-list-tests (Makefile.am): New variable
20812         test_array_list_LDADD.
20813         * modules/array-oset-tests (Makefile.am): New variable
20814         test_array_oset_LDADD.
20815         * modules/avltree-list-tests (Makefile.am): New variable
20816         test_avltree_list_LDADD.
20817         * modules/avltree-oset-tests (Makefile.am): New variable
20818         test_avltree_oset_LDADD.
20819         * modules/avltreehash-list-tests (Makefile.am): New variable
20820         test_avltreehash_list_LDADD.
20821         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
20822         test_canonicalize_lgpl_LDADD.
20823         * modules/carray-list-tests (Makefile.am): New variable
20824         test_carray_list_LDADD.
20825         * modules/dirname-tests (Makefile.am): New variable
20826         test_dirname_LDADD.
20827         * modules/linked-list-tests (Makefile.am): New variable
20828         test_linked_list_LDADD.
20829         * modules/linkedhash-list-tests (Makefile.am): New variable
20830         test_linkedhash_list_LDADD.
20831         * modules/rbtree-list-tests (Makefile.am): New variable
20832         test_rbtree_list_LDADD.
20833         * modules/rbtree-oset-tests (Makefile.am): New variable
20834         test_rbtree_oset_LDADD.
20835         * modules/rbtreehash-list-tests (Makefile.am): New variable
20836         test_rbtreehash_list_LDADD.
20837         * modules/xvasprintf-tests (Makefile.am): New variable
20838         test_xvasprintf_LDADD.
20839         Reported by Eric Blake.
20840
20841 2007-04-03  Eric Blake  <ebb9@byu.net>
20842
20843         * DEPENDENCIES: Weaken m4 requirements.
20844
20845 2007-04-03  Bruno Haible  <bruno@clisp.org>
20846
20847         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
20848         * modules/isnanl-tests (configure.ac): Likewise.
20849
20850 2007-04-03  Ben Pfaff  <blp@gnu.org>
20851
20852         * modules/iconv_open: Add $(srcdir)/ to source directory
20853         references in Makefile fragments that call gperf, to fix VPATH
20854         builds.
20855
20856 2007-04-03  Bruno Haible  <bruno@clisp.org>
20857
20858         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
20859         * lib/ldexpl.c: Undo last change.
20860
20861 2007-04-03  Bruno Haible  <bruno@clisp.org>
20862
20863         * modules/printf-frexpl (Depends-on): Undo last change.
20864         (Files): Add m4/ldexpl.m4.
20865
20866 2007-04-03  Bruno Haible  <bruno@clisp.org>
20867
20868         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
20869         * modules/isnanl (Link): New section.
20870
20871         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
20872         * modules/frexp (Link): New section.
20873
20874         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
20875         * modules/frexpl (Link): New section.
20876
20877         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
20878         * modules/ldexpl (Link): New section.
20879
20880 2007-04-03  Bruno Haible  <bruno@clisp.org>
20881
20882         * modules/TEMPLATE-EXTENDED: New file.
20883         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
20884
20885 2007-04-03  Bruno Haible  <bruno@clisp.org>
20886
20887         * DEPENDENCIES: New file.
20888         Suggested by Simon Josefsson.
20889
20890 2007-04-03  Bruno Haible  <bruno@clisp.org>
20891
20892         * doc/gnulib.texi: Escape @.
20893
20894 2007-04-03  James Youngman  <jay@gnu.org>
20895         and Paul Eggert  <eggert@cs.ucla.edu>
20896
20897         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
20898         birthtime on all systems that have birthtime, not just those which
20899         use st_birthtimensec rather than st_birthtim.  Putting zero in
20900         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
20901         that the birth time is not available for files on an NFS mount.
20902
20903 2007-04-03  Simon Josefsson  <simon@josefsson.org>
20904
20905         * modules/memxor: Move back from crypto/, suggested by Bruno.
20906         * modules/crypto/hmac-sha1: Fix memxor dependency.
20907
20908         * modules/crypto/gc: Moved from ../.
20909
20910 2007-04-02  Eric Blake  <ebb9@byu.net>
20911
20912         * lib/ldexpl.c (includes): Avoid libm.
20913
20914         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
20915
20916 2007-04-02  Bruno Haible  <bruno@clisp.org>
20917
20918         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
20919         on IRIX.
20920
20921 2007-04-02  Bruno Haible  <bruno@clisp.org>
20922
20923         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
20924         x86 or x86_64 platforms running MacOS X.
20925         Reported by Ryan Schmidt <@ryandesign.com>.
20926
20927 2007-04-02  Bruno Haible  <bruno@clisp.org>
20928
20929         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
20930         i386.
20931
20932 2007-04-01  Simon Josefsson  <simon@josefsson.org>
20933
20934         * modules/crypto/arcfour: Moved from ../.
20935         * modules/crypto/arcfour-tests: Moved from ../.
20936         * modules/crypto/arctwo: Moved from ../.
20937         * modules/crypto/arctwo-tests: Moved from ../.
20938         * modules/crypto/des: Moved from ../.
20939         * modules/crypto/des-tests: Moved from ../.
20940         * modules/crypto/gc-arcfour: Moved from ../.
20941         * modules/crypto/gc-arcfour-tests: Moved from ../.
20942         * modules/crypto/gc-arctwo: Moved from ../.
20943         * modules/crypto/gc-arctwo-tests: Moved from ../.
20944         * modules/crypto/gc-des: Moved from ../.
20945         * modules/crypto/gc-des-tests: Moved from ../.
20946         * modules/crypto/gc-hmac-md5: Moved from ../.
20947         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
20948         * modules/crypto/gc-hmac-sha1: Moved from ../.
20949         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
20950         * modules/crypto/gc-md2: Moved from ../.
20951         * modules/crypto/gc-md2-tests: Moved from ../.
20952         * modules/crypto/gc-md4: Moved from ../.
20953         * modules/crypto/gc-md4-tests: Moved from ../.
20954         * modules/crypto/gc-md5: Moved from ../.
20955         * modules/crypto/gc-md5-tests: Moved from ../.
20956         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
20957         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
20958         * modules/crypto/gc-random: Moved from ../.
20959         * modules/crypto/gc-rijndael: Moved from ../.
20960         * modules/crypto/gc-rijndael-tests: Moved from ../.
20961         * modules/crypto/gc-sha1: Moved from ../.
20962         * modules/crypto/gc-sha1-tests: Moved from ../.
20963         * modules/crypto/gc-tests: Moved from ../.
20964         * modules/crypto/hmac-md5: Moved from ../.
20965         * modules/crypto/hmac-md5-tests: Moved from ../.
20966         * modules/crypto/hmac-sha1: Moved from ../.
20967         * modules/crypto/hmac-sha1-tests: Moved from ../.
20968         * modules/crypto/md2: Moved from ../.
20969         * modules/crypto/md2-tests: Moved from ../.
20970         * modules/crypto/md4: Moved from ../.
20971         * modules/crypto/md4-tests: Moved from ../.
20972         * modules/crypto/md5: Moved from ../.
20973         * modules/crypto/md5-tests: Moved from ../.
20974         * modules/crypto/memxor: Moved from ../.
20975         * modules/crypto/rijndael: Moved from ../.
20976         * modules/crypto/rijndael-tests: Moved from ../.
20977         * modules/crypto/sha1: Moved from ../.
20978
20979 2007-03-30  James Youngman  <jay@gnu.org>
20980
20981         * tests/test-stat-time.c (prepare_test): use chmod() rather than
20982         rename() to change the ctime of a file (because ctime is unaffected
20983         by rename on jfs2 on AIX 5.1).
20984         (main): Start by doing cleanup, in case a previous run failed leaving
20985         test files behind.
20986
20987 2007-03-31  Bruno Haible  <bruno@clisp.org>
20988
20989         Support old proprietary implementations of iconv.
20990         * modules/iconv_open: New file.
20991         * lib/iconv_.h: New file.
20992         * m4/iconv_h.m4: New file.
20993         * lib/iconv_open.c: New file.
20994         * lib/iconv_open-aix.gperf: New file.
20995         * lib/iconv_open-hpux.gperf: New file.
20996         * lib/iconv_open-irix.gperf: New file.
20997         * lib/iconv_open-osf.gperf: New file.
20998         * m4/iconv_open.m4: New file.
20999         * modules/linebreak (Depends-on): Add iconv_open.
21000         * modules/striconv (Depends-on): Likewise.
21001         * modules/striconveh (Depends-on): Likewise.
21002         * modules/unicodeio (Depends-on): Likewise.
21003         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
21004         (iconv_t)(-1).
21005         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
21006         conversion if cd is (iconv_t)(-1).
21007         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
21008         is not possible.
21009
21010 2007-03-31  Bruno Haible  <bruno@clisp.org>
21011
21012         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21013         work on Solaris either. Protect also second use of "autodetect_jp".
21014
21015 2007-03-31  Bruno Haible  <bruno@clisp.org>
21016
21017         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
21018         the function is not present.
21019
21020 2007-03-31  Bruno Haible  <bruno@clisp.org>
21021
21022         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
21023         the function is not present.
21024
21025 2007-03-31  Bruno Haible  <bruno@clisp.org>
21026
21027         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
21028         a bug in HP-UX iconv_open().
21029
21030 2007-03-31  Bruno Haible  <bruno@clisp.org>
21031
21032         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
21033         (Mathematics <math.h>): New section, add fpieee.
21034         (Input/output <stdio.h>): Add fseterr.
21035         (Mathematics <math.h>): New section, add printf-frexp.
21036         (Container data structures): Add sublist.
21037         (Core language properties): Add fpucw, inline.
21038         (Functions for greatest-width integer types <inttypes.h>): Add
21039         imaxabs, imaxdiv, inttypes.
21040         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
21041         isnanl-nolibm, ldexp.
21042         (Mathematics <math.h>): New section, add printf-frexpl.
21043         (Support for systems lacking POSIX:2001): Add fprintf-posix,
21044         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
21045         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
21046         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
21047         (Unicode string functions): Add unistr/u*-mbtoucr.
21048         (Java): Add javacomp-script, javaexec-script.
21049         (C#): Add csharpcomp-script, csharpexec-script.
21050         (Support for building libraries and executables): Add havelib,
21051         relocatable-*.
21052         (Support for maintaining and releasing projects): Renamed from
21053         'Support for maintaining and release projects'. Add announce-gen.
21054
21055 2007-03-31  Bruno Haible  <bruno@clisp.org>
21056
21057         * README: Talk primarily about git.
21058         (git and CVS): Renamed from CVS.
21059         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
21060         gnulib is available through git.
21061         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
21062
21063 2007-03-30  Bruno Haible  <bruno@clisp.org>
21064
21065         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
21066         * lib/poll_.h: Likewise.
21067         * lib/stat_.h: Likewise.
21068         * lib/sys_time_.h: Likewise.
21069         * lib/sysexit_.h: Likewise.
21070         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
21071         * lib/stdbool_.h: Likewise.
21072         * lib/byteswap_.h: Add double-inclusion guard.
21073
21074 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
21075
21076         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
21077
21078 2007-03-30  Karl Berry  <karl@gnu.org>
21079
21080         * config/srclist-update: double space after USA in the license
21081         substitution, since that's how it's usually (?) written.
21082
21083 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21084
21085         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
21086         reported by Bruno Haible.
21087
21088 2007-03-29  Bruno Haible  <bruno@clisp.org>
21089
21090         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
21091         a bug in AIX iconv().
21092
21093 2007-03-29  Bruno Haible  <bruno@clisp.org>
21094
21095         * modules/ldexpl-tests: New file.
21096         * tests/test-ldexpl.c: New file.
21097
21098 2007-03-29  Bruno Haible  <bruno@clisp.org>
21099
21100         * lib/ldexpl.c: Include fpucw.h.
21101         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
21102         multiplication.
21103         * modules/ldexpl (Depends-on): Add fpucw.
21104
21105 2007-03-29  Bruno Haible  <bruno@clisp.org>
21106
21107         * modules/ldexpl: New file.
21108         * m4/ldexpl.m4: New file.
21109         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
21110         set.
21111         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
21112         REPLACE_LDEXPL.
21113         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
21114         REPLACE_LDEXPL.
21115         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21116         gl_FUNC_LDEXPL_WORKS.
21117         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
21118         * modules/mathl (Files): Remove lib/ldexpl.c.
21119         (Depends-on): Add ldexpl.
21120
21121 2007-03-29  Bruno Haible  <bruno@clisp.org>
21122
21123         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
21124
21125 2007-03-29  Bruno Haible  <bruno@clisp.org>
21126
21127         * tests/test-striconveh.c (main): Don't assume that a direct conversion
21128         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
21129         and possibly also HP-UX.
21130         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21131         work on AIX, IRIX, HP-UX, OSF/1.
21132         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
21133         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
21134         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
21135         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
21136         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
21137         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
21138
21139 2007-03-29  Bruno Haible  <bruno@clisp.org>
21140
21141         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
21142
21143 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21144
21145         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
21146         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
21147
21148 2007-03-29  Eric Blake  <ebb9@byu.net>
21149
21150         * lib/acl-internal.h: Remove redundant include.
21151         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
21152         Cygwin when a file is locked.
21153
21154 2007-03-29  Bruno Haible  <bruno@clisp.org>
21155
21156         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
21157         file.
21158         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
21159
21160 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21161
21162         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
21163         try to remove a parent directory if the child couldn't be removed
21164         (except for the first rmdir, which could fail because the child
21165         doesn't exist).  Problem reported by Jeff Blaine in
21166         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
21167
21168 2007-03-28  Bruno Haible  <bruno@clisp.org>
21169
21170         * lib/striconveh.c (utf8conv_carefully): New function.
21171         (mem_cd_iconveh_internal): Invoke it.
21172
21173 2007-03-28  Bruno Haible  <bruno@clisp.org>
21174
21175         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
21176         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
21177         input.
21178         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
21179         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
21180         unistr/u8-uctomb.
21181
21182 2007-03-28  Bruno Haible  <bruno@clisp.org>
21183
21184         * modules/unistr/u8-mbtoucr: New file.
21185         * lib/unistr/u8-mbtoucr.c: New file.
21186         * modules/unistr/u16-mbtoucr: New file.
21187         * lib/unistr/u16-mbtoucr.c: New file.
21188         * modules/unistr/u16-mbtoucr: New file.
21189         * lib/unistr/u16-mbtoucr.c: New file.
21190         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
21191
21192 2007-03-27  Simon Josefsson  <simon@josefsson.org>
21193             Bruno Haible  <bruno@clisp.org>
21194
21195         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
21196         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
21197         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
21198
21199         * m4/stdio_h.m4: Add stubs for vasprintf too.
21200
21201         * modules/stdio: Support vasprintf in sed command.
21202
21203         * modules/vasprintf: Depend on stdio for prototypes.  Remove
21204         vasprintf.h.  Add stdio module indicator.
21205
21206         * lib/stdio_.h: Declare asprintf and vasprintf, based on
21207         vasprintf.h.
21208
21209         * lib/vasprintf.h: File removed.
21210
21211         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
21212         * lib/vasprintf.c: Ditto.
21213         * lib/xvasprintf.c: Ditto.
21214         * tests/test-vasprintf-posix.c: Ditto.
21215         * tests/test-vasprintf.c: Ditto.
21216
21217 2007-03-27  Bruno Haible  <bruno@clisp.org>
21218
21219         Make vasnprintf multithread-safe.
21220         * lib/vasnprintf.c (decimal_point_char): New function.
21221         (VASNPRINTF): Use it.
21222         Suggested by Simon Josefsson.
21223
21224 2007-03-27  Eric Blake  <ebb9@byu.net>
21225
21226         Support sub-second birthtime on cygwin.
21227         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
21228         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
21229         (get_stat_birthtime): Also work with st_birthtim.
21230
21231 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         * lib/stat-time.h (USE_BIRTHTIME): Remove.
21234         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
21235         (get_stat_birthtime_ns): Do not try to use "spare" fields.
21236         (get_stat_birthtime_ns): Simplify compile-time tests.
21237         (get_stat_birthtime): Change the API to look like
21238         get_stat_mtime etc., except return a negative tv_nsec on error.
21239         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
21240         Don't check for "spare" fields.
21241         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
21242         or for struct stat.st_birthtime, as these tests aren't used.
21243         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
21244
21245 2007-03-27  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/stat-time.h: Include <sys/stat.h>.
21248
21249 2007-03-27  James Youngman  <jay@gnu.org>
21250
21251         * lib/stat-time.h (get_stat_birthtime): New function for
21252           retrieving st_birthtime as provided by UFS2 (hence *BSD).
21253         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
21254           and its variants.
21255         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
21256         * modules/stat-time-test: New file.
21257         * tests/test-stat-time.c: New test, devised by Bruno Haible.
21258
21259 2007-03-26  Bruno Haible  <bruno@clisp.org>
21260
21261         Better support of signalling NaNs.
21262         * lib/atanl.c: Include isnanl.h.
21263         (atanl): Perform test for NaN at the beginning of the function and
21264         through a call to isnanl.
21265         * lib/cosl.c: Include isnanl.h.
21266         (cosl): Perform test for NaN at the beginning of the function and
21267         through a call to isnanl.
21268         * lib/ldexpl.c: Include isnanl.h.
21269         (ldexpl): Perform test for NaN through a call to isnanl.
21270         * lib/logl.c: Include isnanl.h.
21271         (logl): Perform test for NaN at the beginning of the function and
21272         through a call to isnanl.
21273         * lib/sinl.c: Include isnanl.h.
21274         (sinl): Perform test for NaN at the beginning of the function and
21275         through a call to isnanl.
21276         * lib/sqrtl.c: Include isnanl.h.
21277         (sqrtl): Perform test for NaN at the beginning of the function and
21278         through a call to isnanl.
21279         * lib/tanl.c: Include isnanl.h.
21280         (tanl): Perform test for NaN at the beginning of the function and
21281         through a call to isnanl.
21282         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
21283         * modules/mathl (Depends-on): Add isnanl.
21284
21285 2007-03-26  Eric Blake  <ebb9@byu.net>
21286
21287         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
21288         regression in logic sense of previous patch.
21289
21290 2007-03-26  Bruno Haible  <bruno@clisp.org>
21291
21292         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
21293         unportable shell command "if ! ...".
21294         Reported by Ralf Wildenhues.
21295
21296 2007-03-25  Bruno Haible  <bruno@clisp.org>
21297
21298         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
21299         <sysexits.h> file, and only add EX_CONFIG.
21300         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
21301         absolute file name and whether it is sufficient. Substitute also
21302         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
21303         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
21304         ABSOLUTE_SYSEXITS_H into sysexits.h.
21305
21306 2007-03-25  Bruno Haible  <bruno@clisp.org>
21307
21308         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
21309         hints is NULL.
21310
21311 2007-03-25  Bruno Haible  <bruno@clisp.org>
21312
21313         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
21314         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
21315
21316 2007-03-25  Bruno Haible  <bruno@clisp.org>
21317
21318         * lib/vasnprintf.c: Include langinfo.h.
21319         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21320         multithread-safe.
21321         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21322         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21323         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21324         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21325         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21326         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21327         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21328         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21329         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21330         Reported by Simon Josefsson.
21331
21332 2007-03-25  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21335         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21336         * modules/vasnprintf (Depends-on): Add stdint.
21337
21338 2007-03-25  Bruno Haible  <bruno@clisp.org>
21339
21340         * modules/fpieee: New file.
21341         * m4/fpieee.m4: New file.
21342         * modules/isnan-nolibm (Depends-on): Add fpieee.
21343         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21344         * modules/isnanl (Depends-on): Add fpieee.
21345
21346 2007-03-25  Bruno Haible  <bruno@clisp.org>
21347
21348         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21349
21350 2007-03-25  Bruno Haible  <bruno@clisp.org>
21351
21352         Avoid test failures on IRIX 6.5.
21353         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21354         (main): Use it.
21355         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21356         macros.
21357         (main): Use them.
21358
21359 2007-03-25  Bruno Haible  <bruno@clisp.org>
21360
21361         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21362         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21363         exists but doesn't work.
21364         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21365         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21366         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21367         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21368
21369 2007-03-25  Bruno Haible  <bruno@clisp.org>
21370
21371         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21372         returns inf. Needed on IRIX 6.5.
21373
21374 2007-03-25  Bruno Haible  <bruno@clisp.org>
21375
21376         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21377         (main): Use isnanl instead of x != x idiom.
21378         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21379
21380         * tests/test-frexp.c: Include isnan.h.
21381         (main): Use isnan instead of x != x idiom.
21382         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21383
21384 2007-03-25  Bruno Haible  <bruno@clisp.org>
21385
21386         * tests/test-frexp.c (NaN): New function/macro.
21387         (main): Use it instead of 0.0 / 0.0.
21388         * tests/test-isnan.c (NaN): New function/macro.
21389         (main): Use it instead of 0.0 / 0.0.
21390         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21391         (test_function): Use it instead of 0.0 / 0.0.
21392         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21393         (test_function): Use it instead of 0.0 / 0.0.
21394         * tests/test-snprintf-posix.h (NaN): New function/macro.
21395         (test_function): Use it instead of 0.0 / 0.0.
21396         * tests/test-sprintf-posix.h (NaN): New function/macro.
21397         (test_function): Use it instead of 0.0 / 0.0.
21398         * tests/test-fprintf-posix.h (NaN): New function/macro.
21399         (test_function): Use it instead of 0.0 / 0.0.
21400         * tests/test-printf-posix.h (NaN): New function/macro.
21401         (test_function): Use it instead of 0.0 / 0.0.
21402
21403         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21404
21405 2007-03-25  Bruno Haible  <bruno@clisp.org>
21406
21407         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21408
21409 2007-03-25  Bruno Haible  <bruno@clisp.org>
21410
21411         * lib/regexec.c (merge_state_with_log): Make static.
21412
21413 2007-03-25  Bruno Haible  <bruno@clisp.org>
21414
21415         * lib/trigl.c (kernel_rem_pio2): Make static.
21416
21417 2007-03-25  Bruno Haible  <bruno@clisp.org>
21418
21419         * lib/sincosl.c (sincosl_table): Make static.
21420
21421 2007-03-25  Bruno Haible  <bruno@clisp.org>
21422
21423         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
21424         if the compiler does not support C99.
21425
21426 2007-03-25  Bruno Haible  <bruno@clisp.org>
21427
21428         * modules/time (Makefile.am): Ensure all rule action lines start with a
21429         tab.
21430
21431 2007-03-24  Bruno Haible  <bruno@clisp.org>
21432
21433         * modules/tsearch-tests: New file.
21434         * tests/test-tsearch.sh: New file.
21435         * tests/test-tsearch.c: New file, mostly copied from glibc.
21436
21437         * modules/search-tests: New file.
21438         * tests/test-search.c: New file.
21439
21440         * modules/search: New file.
21441         * lib/search_.h: New file, incorporating lib/tsearch.h.
21442         * m4/search_h.m4: New file.
21443         * lib/tsearch.h: Remove file.
21444         * lib/tsearch.c: Include search.h instead of tsearch.h.
21445         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
21446         HAVE_TSEARCH.
21447         * modules/tsearch (Files): Remove lib/tsearch.h.
21448         (Depends-on): Add search.
21449         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
21450         (Include): Change tsearch.h into search.h.
21451
21452 2007-03-24  Bruno Haible  <bruno@clisp.org>
21453
21454         * modules/fpucw: New file.
21455         * lib/fpucw.h: New file.
21456         * lib/frexp.c: Include fpucw.h.
21457         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21458         (FUNC): Use them.
21459         * lib/printf-frexp.c: Include fpucw.h.
21460         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21461         (FUNC): Use them.
21462         * lib/vasnprintf.c: Include fpucw.h.
21463         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
21464         'long double' calculations.
21465         * tests/test-frexpl.c: Include fpucw.h.
21466         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21467         * tests/test-printf-frexpl.c: Include fpucw.h.
21468         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21469         * modules/frexpl (Depends-on): Add fpucw.
21470         * modules/printf-frexpl (Depends-on): Likewise.
21471         * modules/fprintf-posix (Depends-on): Likewise.
21472         * modules/snprintf-posix (Depends-on): Likewise.
21473         * modules/sprintf-posix (Depends-on): Likewise.
21474         * modules/vasnprintf-posix (Depends-on): Likewise.
21475         * modules/vasprintf-posix (Depends-on): Likewise.
21476         * modules/vfprintf-posix (Depends-on): Likewise.
21477         * modules/vsnprintf-posix (Depends-on): Likewise.
21478         * modules/vsprintf-posix (Depends-on): Likewise.
21479         * modules/frexpl-tests (Depends-on): Likewise.
21480         * modules/printf-frexpl-tests (Depends-on): Likewise.
21481
21482 2007-03-24  Bruno Haible  <bruno@clisp.org>
21483
21484         * lib/float+.h: New file.
21485         * lib/isnan.c: Include float+.h.
21486         (SIZE): New macro.
21487         (FUNC): Compare only SIZE bytes of the value.
21488         * lib/vasnprintf.c: Include float+.h.
21489         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
21490         SIZEOF_LDBL or SIZEOF_DBL bytes.
21491         * modules/isnan-nolibm (Files): Add lib/float+.h.
21492         * modules/isnanl-nolibm (Files): Add lib/float+.h.
21493         * modules/isnanl (Files): Add lib/float+.h.
21494         * modules/vasnprintf (Files): Add lib/float+.h.
21495
21496 2007-03-24  Bruno Haible  <bruno@clisp.org>
21497
21498         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
21499         include isnanl-nolibm.h.
21500
21501 2007-03-24  Bruno Haible  <bruno@clisp.org>
21502
21503         * tests/test-read-file.c (main): Don't produce spurious output for
21504         expected situations. Make the test fail if it encountered unexpected
21505         results.
21506
21507 2007-03-24  Bruno Haible  <bruno@clisp.org>
21508
21509         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
21510         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
21511
21512 2007-03-24  Bruno Haible  <bruno@clisp.org>
21513
21514         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
21515
21516 2007-03-24  Bruno Haible  <bruno@clisp.org>
21517
21518         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
21519         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
21520
21521         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
21522         * modules/utf8-ucs4: Turn into a symbolic link to module
21523         unistr/u8-mbtouc.
21524
21525         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
21526         utf8-ucs4-unsafe.
21527         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
21528         unistr/u8-mbtouc-unsafe.
21529
21530         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
21531         * modules/utf16-ucs4: Turn into a symbolic link to module
21532         unistr/u16-mbtouc.
21533
21534         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
21535         utf16-ucs4-unsafe.
21536         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
21537         unistr/u16-mbtouc-unsafe.
21538
21539         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
21540         * modules/ucs4-utf8: Turn into a symbolic link to module
21541         unistr/u8-ubtomb.
21542
21543         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
21544         * modules/ucs4-utf16: Turn into a symbolic link to module
21545         unistr/u16-ubtomb.
21546
21547 2007-03-24  Bruno Haible  <bruno@clisp.org>
21548
21549         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
21550         Enable the function only if HAVE_INLINE.
21551         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
21552         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21553         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
21554         Enable the function only if HAVE_INLINE.
21555         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
21556         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21557         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
21558         Enable the function only if HAVE_INLINE.
21559         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
21560         Enable the function only if HAVE_INLINE.
21561         * modules/utf8-ucs4: Update.
21562         * modules/utf8-ucs4-unsafe: Update.
21563         * modules/utf16-ucs4: Update.
21564         * modules/utf16-ucs4-unsafe: Update.
21565         * modules/ucs4-utf8: Update.
21566         * modules/ucs4-utf16: Update.
21567
21568 2007-03-24  Bruno Haible  <bruno@clisp.org>
21569
21570         * lib/utf8-ucs4.h: Remove file.
21571         * lib/utf8-ucs4-unsafe.h: Remove file.
21572         * lib/utf16-ucs4.h: Remove file.
21573         * lib/utf16-ucs4-unsafe.h: Remove file.
21574         * lib/ucs4-utf8.h: Remove file.
21575         * lib/ucs4-utf16.h: Remove file.
21576         * lib/unistr.h: Include their previous contents.
21577         * m4/utf-ucs4.m4: Remove file.
21578         * m4/ucs4-utf.m4: Remove file.
21579         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
21580         (Depends-on): Add unistr/base.
21581         (configure.ac): Remove gl_UTF_UCS4.
21582         (Makefile.am): Update.
21583         (Include): Change to unistr.h.
21584         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.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/utf16-ucs4 (Files): Remove lib/utf16-ucs4.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-unsafe (Files): Remove lib/utf16-ucs4-unsafe.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/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
21600         (Depends-on): Add unistr/base.
21601         (configure.ac): Remove gl_UCS4_UTF.
21602         (Makefile.am): Update.
21603         (Include): Change to unistr.h.
21604         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.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         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
21610         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
21611         utf8-ucs4-unsafe.h.
21612         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
21613         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
21614         utf16-ucs4-unsafe.h.
21615         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
21616         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
21617         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
21618         * lib/unistr/u8-strchr.c: Likewise.
21619         * lib/unistr/u8-strrchr.c: Likewise.
21620         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
21621         * lib/unistr/u16-strchr.c: Likewise.
21622         * lib/unistr/u16-strrchr.c: Likewise.
21623         * lib/striconveh.c: Update.
21624         * lib/linebreak.c: Update.
21625
21626 2007-03-24  Bruno Haible  <bruno@clisp.org>
21627
21628         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
21629         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
21630
21631 2007-03-22  Bruno Haible  <bruno@clisp.org>
21632
21633         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
21634
21635 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21636
21637         * MODULES.html.sh (File system functions): New module write-any-file.
21638         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
21639         * m4/write-any-file.m4: New files.
21640
21641 2007-03-23  Eric Blake  <ebb9@byu.net>
21642
21643         * gnulib-tool: Rearrange space-tab sequences, since some editors
21644         like to eat them.
21645
21646 2007-03-23  Eric Blake  <ebb9@byu.net>
21647
21648         * lib/version-etc.c (version_etc_va): Update license wording to
21649         be more concise.  Recommended by Richard Stallman.
21650
21651 2007-03-22  Bruno Haible  <bruno@clisp.org>
21652
21653         * lib/poll.c (MSG_PEEK): New fallback definition.
21654
21655 2007-03-22  Bruno Haible  <bruno@clisp.org>
21656
21657         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
21658         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
21659         (main): Update.
21660         Fixes a compilation error on BeOS.
21661
21662 2007-03-22  Bruno Haible  <bruno@clisp.org>
21663
21664         * modules/frexpl-tests: New file.
21665         * tests/test-frexpl.c: New file.
21666
21667         * modules/frexpl: New file.
21668         * m4/frexpl.m4: New file.
21669         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
21670         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
21671         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
21672         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
21673         (Depends-on): Add frexpl. Remove isnanl-nolibm.
21674         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
21675
21676 2007-03-22  Bruno Haible  <bruno@clisp.org>
21677
21678         * lib/frexpl.c: Share code with lib/frexp.c.
21679         * modules/mathl (Files): Add lib/frexp.c.
21680         (Depends-on): Add isnanl-nolibm.
21681
21682 2007-03-22  Bruno Haible  <bruno@clisp.org>
21683
21684         * modules/printf-frexp (Files): Add m4/frexp.m4.
21685         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
21686         only if the found frexp function actually works.
21687
21688 2007-03-22  Bruno Haible  <bruno@clisp.org>
21689
21690         * lib/frexp.c: Remove older implementation that uses divisions.
21691
21692 2007-03-21  Bruno Haible  <bruno@clisp.org>
21693
21694         * modules/frexp-tests: New file.
21695         * tests/test-frexp.c: New file.
21696
21697         * modules/frexp: New file.
21698         * lib/frexp.c: New file.
21699         * m4/frexp.m4: New file.
21700         * lib/math_.h (frexp): New declaration.
21701         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
21702         REPLACE_FREXP.
21703         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
21704
21705 2007-03-21  Bruno Haible  <bruno@clisp.org>
21706
21707         * modules/isnanl-tests: New file.
21708         * tests/test-isnanl.c: New file.
21709
21710         * modules/isnanl: New file.
21711         * lib/isnanl.h: New file.
21712         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
21713         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
21714         gl_FUNC_ISNANL_WORKS.
21715         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
21716         New macros.
21717
21718 2007-03-21  Bruno Haible  <bruno@clisp.org>
21719
21720         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
21721         lib/isnanl.h.
21722         (Include): Update.
21723         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
21724         * lib/vasnprintf.c: Update.
21725         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
21726         tests/test-isnanl.h, remove tests/test-isnanl.c.
21727         (Makefile.am): Update.
21728         * tests/test-isnanl-nolibm.c: New file.
21729         * tests/test-isnanl.h: New file.
21730         * tests/test-isnanl.c: Remove file.
21731
21732 2007-03-21  Jim Meyering  <jim@meyering.net>
21733
21734         When trying to open ".", treat ESTALE like EACCES.
21735         * lib/savewd.c (savewd_save): Resort to forking not just upon
21736         failure with EACCES, but also when errno is ESTALE.
21737
21738 2007-03-20  Bruno Haible  <bruno@clisp.org>
21739
21740         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
21741         Needed on AIX 5.1. Reported by Matthew Woehlke.
21742
21743 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21744
21745         Suggestions by Bruno Haible:
21746         * lib/acl-internal.h: Include "gettext.h" rather than rolling
21747         our own.
21748         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
21749         * modules/acl (Depends-on): Add gettext.
21750
21751 2007-03-19  Bruno Haible  <bruno@clisp.org>
21752
21753         * modules/iconvme: Remove file.
21754         * lib/iconvme.h: Remove file.
21755         * lib/iconvme.c: Remove file.
21756         * m4/iconvme.m4: Remove file.
21757
21758 2007-03-19  Bruno Haible  <bruno@clisp.org>
21759
21760         * doc/relocatable-maint.texi: Break long shell script line.
21761         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21762
21763 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21764
21765         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
21766         handle file_has_acl.
21767         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
21768         * lib/acl.c: Move header inclusions and related macro defns into
21769         lib/acl-internal.h.
21770         (S_ISLNK): Remove defn, since that's now done for us.
21771         (file_has_acl): Move to lib/file-has-acl.c.
21772         Call acl_trivial if available.  This is the crucial part of the fix.
21773         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
21774         shared within the library.  Rewrite a bit, partly to make it compatible
21775         with the GNU coding style.
21776         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
21777         Remove unnecessary double-quotes.
21778         Don't test for acl_to_text; the build will catch that.
21779         Replace acl_entries if it doesn't exist and it is needed.
21780         Check for -lsec and acl_trivial (as used on Solaris 10).
21781         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
21782         lib/file-has-acl.c.
21783         (Depends-on): Add sys_stat, for S_ISLNK.
21784
21785 2007-03-19  Ben Pfaff  <blp@gnu.org>
21786
21787         * doc/gnulib.texi: Fix typos.
21788         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21789
21790 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21791
21792         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
21793         If size is zero here, buf must be zero.
21794
21795 2007-03-19  Simon Josefsson  <simon@josefsson.org>
21796
21797         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
21798         <bruno@clisp.org>.
21799
21800 2007-03-18  Bruno Haible  <bruno@clisp.org>
21801
21802         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
21803         Suggested by Eric Blake.
21804
21805 2007-03-18  Ben Pfaff  <blp@gnu.org>
21806
21807         * doc/relocatable.texi: Recommend using as prefix a directory
21808         that does not exist and will never be created.  Based on
21809         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
21810         and others.
21811
21812 2007-03-17  Bruno Haible  <bruno@clisp.org>
21813
21814         * lib/fchownat.c: Include lchown.h.
21815
21816 2007-03-17  Bruno Haible  <bruno@clisp.org>
21817
21818         Fix endless loop when the given allocated size was > INT_MAX.
21819         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
21820         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
21821         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
21822         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
21823         * lib/sprintf.c (sprintf): Likewise.
21824
21825 2007-03-17  Bruno Haible  <bruno@clisp.org>
21826
21827         * tests/test-argp-2.sh (func_compare): Output a context diff.
21828
21829 2007-03-17  Bruno Haible  <bruno@clisp.org>
21830
21831         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
21832         locale's decimal-point character.
21833
21834 2007-03-17  Bruno Haible  <bruno@clisp.org>
21835
21836         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
21837         before comparing it. Needed because on some platforms (e.g. x86) a
21838         'long double' occupies less bytes than sizeof (long double).
21839
21840 2007-03-17  Bruno Haible  <bruno@clisp.org>
21841
21842         * tests/test-crc.c (main): Make printf statements 64-bit clean.
21843         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
21844         * tests/test-getaddrinfo.c (simple): Likewise.
21845         * tests/test-read-file.c (main): Likewise.
21846
21847 2007-03-17  Bruno Haible  <bruno@clisp.org>
21848
21849         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
21850
21851 2007-03-17  Bruno Haible  <bruno@clisp.org>
21852
21853         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
21854         unused variable.
21855
21856 2007-03-17  Bruno Haible  <bruno@clisp.org>
21857
21858         * tests/test-c-strcasecmp.c: Include c-strcase.h.
21859         * tests/test-c-strncasecmp.c: Likewise.
21860
21861 2007-03-17  Bruno Haible  <bruno@clisp.org>
21862
21863         * modules/stdlib (Depends-on): Add unistd.
21864         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
21865         Needed for MacOS X 10.3.
21866
21867 2007-03-17  Bruno Haible  <bruno@clisp.org>
21868
21869         * lib/unistr/u-strdup.h: Include <stdlib.h>.
21870
21871 2007-03-17  Bruno Haible  <bruno@clisp.org>
21872
21873         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
21874
21875 2007-03-17  Bruno Haible  <bruno@clisp.org>
21876
21877         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
21878         to reflect files copied from gnulib (with or without modifications).
21879         Suggested by Jim Meyering.
21880
21881 2007-03-17  Eric Blake  <ebb9@byu.net>
21882
21883         * NEWS: Document stdlib change from 2007-02-18.
21884
21885 2007-03-17  Jim Meyering  <jim@meyering.net>
21886
21887         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
21888         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
21889         someone uses a name containing shell meta-characters.
21890         Reported by Alfred M. Szmidt.
21891
21892         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
21893
21894 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21895
21896         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
21897         and copy gettext configuration files only if configure.ac contains
21898         a use of AM_GNU_GETTEXT_VERSION.
21899
21900 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21901
21902         * build-aux/bootstrap (gnulib_name): New variable.
21903         (gnulib_tool_options): Use it.
21904
21905 2007-03-13  Simon Josefsson  <simon@josefsson.org>
21906
21907         * tests/test-des.c: Use new namespace.
21908
21909 2007-03-15  Bruno Haible  <bruno@clisp.org>
21910
21911         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
21912         Reported by James Youngman <jay@gnu.org>.
21913
21914 2007-03-15  Bruno Haible  <bruno@clisp.org>
21915
21916         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
21917         declared prototype. Needed with cc on OSF/1 5.1.
21918
21919 2007-03-15  Bruno Haible  <bruno@clisp.org>
21920
21921         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
21922         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
21923         (struct gl_list_implementation): Add dispose_fn argument to the
21924         'create_empty', 'create' methods.
21925         (struct gl_list_impl_base): Add field 'dispose_fn'.
21926         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
21927         argument.
21928         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
21929         dispose_fn argument.
21930         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
21931         dispose_fn on the dropped values.
21932         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
21933         dispose_fn argument.
21934         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
21935         dropped values.
21936         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
21937         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21938         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
21939         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21940         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
21941         argument.
21942         (gl_tree_list_free): Call dispose_fn on the dropped values.
21943         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
21944         the dropped values.
21945         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21946         Add dispose_fn argument.
21947         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
21948         Call dispose_fn on the dropped values.
21949         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
21950         Add dispose_fn argument.
21951         (gl_sublist_create): Initialize the 'dispose_fn' field.
21952         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
21953         * tests/test-array_list.c (main): Update.
21954         * tests/test-carray_list.c (main): Update.
21955         * tests/test-avltree_list.c (main): Update.
21956         * tests/test-rbtree_list.c (main): Update.
21957         * tests/test-avltreehash_list.c (main): Update.
21958         * tests/test-rbtreehash_list.c (main): Update.
21959         * tests/test-linked_list.c (main): Update.
21960         * tests/test-linkedhash_list.c (main): Update.
21961         * tests/test-array_oset.c (main): Update.
21962
21963 2007-03-15  Bruno Haible  <bruno@clisp.org>
21964
21965         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
21966         (gl_oset_create_empty): Add dispose_fn argument.
21967         (struct gl_oset_implementation): Add dispose_fn argument to
21968         'create_empty' method.
21969         (struct gl_oset_impl_base): Add dispose_fn field.
21970         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
21971         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
21972         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
21973         values.
21974         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
21975         (gl_tree_oset_free): Call dispose_fn on the dropped values.
21976         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21977         dropped value.
21978         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21979         dropped value.
21980         * tests/test-array_oset.c (main): Update.
21981         * tests/test-avltree_oset.c (main): Update.
21982         * tests/test-rbtree_oset.c (main): Update.
21983         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
21984
21985 2007-03-13  Bruno Haible  <bruno@clisp.org>
21986
21987         * tests/test-stdbool.c (i): Update after last patch.
21988
21989 2007-03-12  Bruno Haible  <bruno@clisp.org>
21990
21991         * lib/quotearg.c: Include <wctype.h> early, before the definition of
21992         the iswprint macro. Needed on Solaris 2.5.1.
21993
21994 2007-03-12  Bruno Haible  <bruno@clisp.org>
21995
21996         * tests/test-printf-frexp.c (main): Declare x as volatile.
21997
21998 2007-03-12  Simon Josefsson  <simon@josefsson.org>
21999
22000         * doc/gnulib.texi (Build robot for gnulib): New section.
22001
22002 2007-03-12  Jim Meyering  <jim@meyering.net>
22003
22004         * build-aux/bootstrap: New file.
22005         * build-aux/bootstrap.conf: New file, from coreutils.
22006
22007 2007-03-11  Bruno Haible  <bruno@clisp.org>
22008
22009         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
22010
22011 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22012
22013         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
22014         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
22015         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
22016
22017 2007-03-11  Bruno Haible  <bruno@clisp.org>
22018
22019         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
22020         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
22021
22022 2007-03-11  Bruno Haible  <bruno@clisp.org>
22023
22024         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
22025         formula. Needed for SunPRO C 5.0.
22026
22027 2007-03-11  Bruno Haible  <bruno@clisp.org>
22028
22029         * modules/long-options (Depends-on): Add getopt.
22030
22031 2007-03-11  Bruno Haible  <bruno@clisp.org>
22032
22033         * modules/modechange (Depends-on): Add stdbool.
22034
22035 2007-03-11  Bruno Haible  <bruno@clisp.org>
22036
22037         * modules/i-ring (Depends-on): Add stdbool.
22038
22039 2007-03-11  Bruno Haible  <bruno@clisp.org>
22040
22041         * modules/gc-des (Depends-on): Add stdbool.
22042
22043 2007-03-11  Bruno Haible  <bruno@clisp.org>
22044
22045         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
22046
22047 2007-03-11  Bruno Haible  <bruno@clisp.org>
22048
22049         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
22050
22051 2007-03-11  Bruno Haible  <bruno@clisp.org>
22052
22053         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
22054
22055 2007-03-11  Bruno Haible  <bruno@clisp.org>
22056
22057         * lib/vasnprintf.c (sprintf): Undefine.
22058
22059 2007-03-11  Bruno Haible  <bruno@clisp.org>
22060
22061         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
22062         initializers in SunPRO C and Compaq C compilers.
22063
22064 2007-03-11  Bruno Haible  <bruno@clisp.org>
22065
22066         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
22067         decrementing code ANSI C compliant.
22068
22069 2007-03-11  Bruno Haible  <bruno@clisp.org>
22070
22071         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
22072         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
22073
22074 2007-03-11  Bruno Haible  <bruno@clisp.org>
22075
22076         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
22077         <stdbool.h> substitute doesn't pass.
22078
22079 2007-03-11  Bruno Haible  <bruno@clisp.org>
22080
22081         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
22082
22083 2007-03-11  Bruno Haible  <bruno@clisp.org>
22084
22085         * gnulib-tool (func_create_megatestdir): Create also an autobuild
22086         script, for submission to autobuild.josefsson.org.
22087
22088 2007-03-10  Bruno Haible  <bruno@clisp.org>
22089
22090         * modules/canonicalize-lgpl-tests: New file.
22091         * tests/test-canonicalize-lgpl.sh: New file.
22092         * tests/test-canonicalize-lgpl.c: New file.
22093
22094         * modules/c-strcase-tests: New file.
22095         * tests/test-c-strcase.sh: New file.
22096         * tests/test-c-strcasecmp.c: New file.
22097         * tests/test-c-strncasecmp.c: New file.
22098
22099         * modules/atexit-tests: New file.
22100         * tests/test-atexit.sh: New file.
22101         * tests/test-atexit.c: New file.
22102
22103 2007-03-10  Bruno Haible  <bruno@clisp.org>
22104
22105         * tests/test-binary-io.sh: Use temporary filenames that are not so
22106         likely to clash with those of other tests (in a parallel make).
22107         * tests/test-binary-io.c: Likewise.
22108
22109 2007-03-10  Bruno Haible  <bruno@clisp.org>
22110
22111         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
22112         fallback; use #error instead.
22113         Suggested by Simon Josefsson.
22114
22115 2007-03-10  Bruno Haible  <bruno@clisp.org>
22116
22117         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
22118         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
22119         first and the last.
22120
22121 2007-03-10  Bruno Haible  <bruno@clisp.org>
22122
22123         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
22124
22125 2007-03-10  Bruno Haible  <bruno@clisp.org>
22126
22127         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
22128         "make distcheck".
22129         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
22130         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
22131         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
22132
22133 2007-03-10  Bruno Haible  <bruno@clisp.org>
22134
22135         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
22136         variable.
22137         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
22138         variable.
22139
22140 2007-03-09  Eric Blake  <ebb9@byu.net>
22141         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
22142
22143         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
22144         types are not being provided by gnulib.
22145         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
22146         types are supported.
22147
22148 2007-03-10  Bruno Haible  <bruno@clisp.org>
22149
22150         * lib/stdio_.h (__attribute__): New macro.
22151         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
22152         vsprintf): Specify __attribute__ __format__ for GCC.
22153         Suggested by Eric Blake.
22154
22155 2007-03-09  Bruno Haible  <bruno@clisp.org>
22156
22157         * modules/printf-posix-tests: New file.
22158         * tests/test-printf-posix.sh: New file.
22159         * tests/test-printf-posix.c: New file.
22160
22161         * modules/printf-posix: New file.
22162         * lib/printf.c: New file.
22163         * m4/printf-posix-rpl.m4: New file.
22164         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
22165         REPLACE_PRINTF.
22166         * lib/stdio_.h (printf): New declaration.
22167         (format, __format__, ____printf____, ____scanf____, ____strftime____,
22168         ____strfmon____): New macros.
22169         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
22170         REPLACE_PRINTF.
22171
22172 2007-03-09  Bruno Haible  <bruno@clisp.org>
22173
22174         * tests/test-vasnprintf-posix2.sh: New file.
22175         * tests/test-vasnprintf-posix2.c: New file.
22176         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
22177         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
22178         (Makefile.am): Activate test-vasnprintf-posix2.sh.
22179
22180         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
22181         a locale dependent decimal point, rather than always '.'.
22182
22183 2007-03-09  Eric Blake  <ebb9@byu.net>
22184
22185         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
22186         spite of platforms like Tandem/NSK that define it to -1.
22187
22188 2007-03-08  Bruno Haible  <bruno@clisp.org>
22189
22190         * modules/vprintf-posix-tests: New file.
22191         * tests/test-vprintf-posix.sh: New file.
22192         * tests/test-vprintf-posix.c: New file.
22193         * tests/test-printf-posix.h: New file.
22194
22195         * modules/vprintf-posix: New file.
22196         * lib/vprintf.c: New file.
22197         * m4/vprintf-posix.m4: New file.
22198         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
22199         REPLACE_VPRINTF.
22200         * lib/stdio_.h (vprintf): New declaration.
22201         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
22202         REPLACE_VPRINTF.
22203
22204 2007-03-08  Bruno Haible  <bruno@clisp.org>
22205
22206         * modules/fprintf-posix-tests: New file.
22207         * tests/test-fprintf-posix.sh: New file.
22208         * tests/test-fprintf-posix.c: New file.
22209
22210         * modules/fprintf-posix: New file.
22211         * lib/fprintf.c: New file.
22212         * m4/fprintf-posix.m4: New file.
22213         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
22214         REPLACE_FPRINTF.
22215         * lib/stdio_.h (fprintf): New declaration.
22216         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
22217         REPLACE_FPRINTF.
22218
22219 2007-03-08  Bruno Haible  <bruno@clisp.org>
22220
22221         * modules/vfprintf-posix-tests: New file.
22222         * tests/test-vfprintf-posix.sh: New file.
22223         * tests/test-vfprintf-posix.c: New file.
22224         * tests/test-fprintf-posix.h: New file.
22225         * tests/test-fprintf-posix.out: New file.
22226
22227         * modules/vfprintf-posix: New file.
22228         * lib/vfprintf.c: New file.
22229         * m4/vfprintf-posix.m4: New file.
22230         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
22231         REPLACE_VFPRINTF.
22232         * lib/stdio_.h (vfprintf): New declaration.
22233         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
22234         REPLACE_VFPRINTF.
22235
22236 2007-03-08  Bruno Haible  <bruno@clisp.org>
22237
22238         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
22239
22240 2007-03-08  Bruno Haible  <bruno@clisp.org>
22241
22242         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
22243         instead of 'expr' invocations.
22244         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22245         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22246         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22247         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22248         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22249         Suggested by Paul Eggert.
22250
22251 2007-03-08  Bruno Haible  <bruno@clisp.org>
22252
22253         * modules/fseterr-tests: New file.
22254         * tests/test-fseterr.c: New file.
22255
22256         * modules/fseterr: New file.
22257         * lib/fseterr.h: New file.
22258         * lib/fseterr.c: New file.
22259
22260 2007-03-08  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
22263         * lib/getopt_.h: Likewise.
22264         * lib/mbswidth.h: Likewise.
22265         * lib/setenv.h: Likewise.
22266         * lib/vasnprintf.h: Likewise.
22267         * lib/vasprintf.h: Likewise.
22268         * lib/verror.h: Likewise.
22269         * lib/xsetenv.h: Likewise.
22270         * lib/xvasprintf.h: Likewise.
22271
22272 2007-03-08  Jim Meyering  <jim@meyering.net>
22273
22274         * users.txt: Add parted.
22275
22276         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
22277
22278 2007-03-07  Bruno Haible  <bruno@clisp.org>
22279
22280         * m4/printf.m4: Make the shell script snippets copy&pastable.
22281
22282 2007-03-02  Bruno Haible  <bruno@clisp.org>
22283
22284         * lib/netinet_in_.h: New file.
22285         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
22286         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
22287         * modules/netinet_in (Files): Add lib/netinet_in_.h.
22288         (Depends-on): Add absolute-header.
22289         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
22290         into netinet/in.h.
22291
22292 2007-03-03  Bruno Haible  <bruno@clisp.org>
22293
22294         * lib/sys_select_.h: New file.
22295         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
22296         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
22297         * modules/sys_select (Files): Add lib/sys_select_.h.
22298         (Depends-on): Add absolute-header.
22299         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
22300         into sys/select.h.
22301
22302 2007-03-02  Bruno Haible  <bruno@clisp.org>
22303
22304         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
22305         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
22306         values.
22307         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
22308         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
22309         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
22310         * modules/sys_socket (Depends-on): Add absolute-header.
22311         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
22312         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
22313         (Include): Remove requirement of inclusion of <sys/types.h>.
22314
22315 2007-03-02  Bruno Haible  <bruno@clisp.org>
22316
22317         * lib/byteswap_.h (bswap_32): Fix formula.
22318
22319 2007-03-06  Bruno Haible  <bruno@clisp.org>
22320
22321         * modules/sprintf-posix-tests: New file.
22322         * tests/test-sprintf-posix.c: New file.
22323
22324         * modules/sprintf-posix: New file.
22325         * lib/sprintf.c: New file.
22326         * m4/sprintf-posix.m4: New file.
22327         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22328         REPLACE_SPRINTF.
22329         * lib/stdio_.h (sprintf): New declaration.
22330         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22331         REPLACE_SPRINTF.
22332
22333 2007-03-06  Bruno Haible  <bruno@clisp.org>
22334
22335         * modules/vsprintf-posix-tests: New file.
22336         * tests/test-vsprintf-posix.c: New file.
22337         * tests/test-sprintf-posix.h: New file.
22338
22339         * modules/vsprintf-posix: New file.
22340         * lib/vsprintf.c: New file.
22341         * m4/vsprintf-posix.m4: New file.
22342         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22343         REPLACE_VSPRINTF.
22344         * lib/stdio_.h (vsprintf): New declaration.
22345         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22346         REPLACE_VSPRINTF.
22347
22348 2007-03-06  Bruno Haible  <bruno@clisp.org>
22349
22350         * modules/vsnprintf (Depend-on): Remove minmax.
22351
22352 2007-03-06  Bruno Haible  <bruno@clisp.org>
22353
22354         * modules/snprintf-posix-tests: New file.
22355         * tests/test-snprintf-posix.c: New file.
22356
22357         * modules/snprintf-posix: New file.
22358         * m4/snprintf-posix.m4: New file.
22359         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22360         gl_FUNC_SNPRINTF.
22361         (gl_FUNC_SNPRINTF): Invoke it.
22362         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22363         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22364         is set.
22365         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22366
22367 2007-03-06  Bruno Haible  <bruno@clisp.org>
22368
22369         * modules/vsnprintf-posix-tests: New file.
22370         * tests/test-vsnprintf-posix.c: New file.
22371         * tests/test-snprintf-posix.h: New file.
22372
22373         * modules/vsnprintf-posix: New file.
22374         * m4/vsnprintf-posix.m4: New file.
22375         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22376         gl_FUNC_VSNPRINTF.
22377         (gl_FUNC_VSNPRINTF): Invoke it.
22378         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22379         * lib/stdio_.h (vsnprintf): Define as a replacement if
22380         REPLACE_VSNPRINTF is set.
22381         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22382
22383 2007-03-06  Bruno Haible  <bruno@clisp.org>
22384
22385         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22386         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22387
22388 2007-03-06  Bruno Haible  <bruno@clisp.org>
22389
22390         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22391         (asinl): Declare also if HAVE_DECL_ASINL is set.
22392         (atanl): Declare also if HAVE_DECL_ATANL is set.
22393         (ceill): Declare also if HAVE_DECL_CEILL is set.
22394         (cosl): Declare also if HAVE_DECL_COSL is set.
22395         (expl): Declare also if HAVE_DECL_EXPL is set.
22396         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22397         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22398         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22399         (logl): Declare also if HAVE_DECL_LOGL is set.
22400         (sinl): Declare also if HAVE_DECL_SINL is set.
22401         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22402         (tanl): Declare also if HAVE_DECL_TANL is set.
22403         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22404         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22405         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22406         declaration of frexpl, ldexpl.
22407         * modules/printf-frexpl (Depends-on): Add math.
22408         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22409
22410 2007-03-05  Bruno Haible  <bruno@clisp.org>
22411
22412         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22413         frexpl and ldexpl are declared.
22414         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22415
22416 2007-03-05  Bruno Haible  <bruno@clisp.org>
22417
22418         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
22419         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
22420
22421 2007-03-05  Bruno Haible  <bruno@clisp.org>
22422
22423         * lib/stdio_.h: Include <stddef.h>.
22424
22425 2007-03-05  Bruno Haible  <bruno@clisp.org>
22426
22427         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
22428
22429 2007-03-05  Bruno Haible  <bruno@clisp.org>
22430
22431         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
22432         NetBSD 4, from Ralf Wildenhues.
22433
22434 2007-03-04  Bruno Haible  <bruno@clisp.org>
22435
22436         * lib/vasprintf.h: Update #if logic for the case when the functions
22437         exist but are overridden.
22438
22439 2007-03-04  Bruno Haible  <bruno@clisp.org>
22440
22441         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
22442         implementations: glibc-2.4 and MacOS X 10.3.
22443         * tests/test-vasnprintf-posix.c (test_function): Test also the case
22444         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
22445         * tests/test-vasprintf-posix.c (test_function): Likewise.
22446
22447 2007-03-04  Bruno Haible  <bruno@clisp.org>
22448
22449         * modules/vasprintf-posix-tests: New file.
22450         * tests/test-vasprintf-posix.c: New file.
22451
22452         * modules/vasprintf-posix: New file.
22453         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
22454         defined.
22455         * m4/vasprintf-posix.m4: New file.
22456         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
22457         gl_FUNC_VASPRINTF.
22458         (gl_FUNC_VASPRINTF): Invoke it.
22459         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
22460         here.
22461         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
22462
22463 2007-03-04  Bruno Haible  <bruno@clisp.org>
22464
22465         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
22466         REPLACE_GETTIMEOFDAY.
22467         * modules/sys_time (Makefile.am): Likewise.
22468         * m4/sys_time_h.m4: Likewise.
22469         * m4/gettimeofday.m4: Likewise.
22470
22471 2007-03-04  Bruno Haible  <bruno@clisp.org>
22472
22473         * modules/vasnprintf-posix-tests: New file.
22474         * tests/test-vasnprintf-posix.c: New file.
22475
22476         * modules/vasnprintf-posix: New file.
22477         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
22478         printf-frexpl.h.
22479         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
22480         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
22481         REPLACE_VASNPRINTF is defined.
22482         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
22483         gl_FUNC_VASNPRINTF.
22484         (gl_FUNC_VASNPRINTF): Invoke it.
22485         * m4/vasnprintf-posix.m4: New file.
22486         * m4/printf.m4: New file.
22487
22488 2007-03-04  Bruno Haible  <bruno@clisp.org>
22489
22490         Compile progreloc.c only if --enable-relocatable is specified.
22491         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
22492         if --enable-relocatable was specified.
22493         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
22494         lib_SOURCES.
22495
22496 2007-03-04  Jim Meyering  <jim@meyering.net>
22497
22498         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
22499         Use it consistently, rather than enumerating errno constants.
22500
22501 2007-03-04  Bruno Haible  <bruno@clisp.org>
22502
22503         * modules/xvasprintf-tests: New file.
22504         * tests/test-xvasprintf.c: New file.
22505
22506         * modules/vasprintf-tests: New file.
22507         * tests/test-vasprintf.c: New file.
22508
22509         * modules/vasnprintf-tests: New file.
22510         * tests/test-vasnprintf.c: New file.
22511
22512         * modules/vsnprintf-tests: New file.
22513         * tests/test-vsnprintf.c: New file.
22514
22515         * modules/snprintf-tests: New file.
22516         * tests/test-snprintf.c: New file.
22517
22518 2007-03-04  Bruno Haible  <bruno@clisp.org>
22519
22520         Compile relocatable.c only if --enable-relocatable is specified.
22521         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22522         gl_RELOCATABLE_LIBRARY.
22523         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
22524         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
22525         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
22526         gl_RELOCATABLE_LIBRARY.
22527         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
22528         (Makefile.am): Remove lib_SOURCES.
22529         * modules/relocatable-lib-lgpl (configure.ac): Invoke
22530         gl_RELOCATABLE_LIBRARY.
22531         (Makefile.am): Remove lib_SOURCES.
22532         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
22533         always.
22534         * modules/relocatable-prog-wrapper (configure.ac): Invoke
22535         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
22536
22537 2007-03-04  Bruno Haible  <bruno@clisp.org>
22538
22539         * modules/argmatch-tests: New file.
22540         * tests/test-argmatch.c: New file.
22541
22542         * tests/test-allocsa.c (main): Halve the number of loop runs.
22543
22544         * modules/alloca-opt-tests: New file.
22545         * tests/test-alloca-opt.c: New file.
22546
22547 2007-03-04  Jim Meyering  <jim@meyering.net>
22548
22549         Work around difference between Linux ACLs and Solaris 10 ZFS.
22550         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
22551         for EINVAL.
22552
22553 2007-03-03  Bruno Haible  <bruno@clisp.org>
22554
22555         * modules/relocatable-prog (Depends-on): Add back progreloc's
22556         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
22557
22558 2007-03-03  Bruno Haible  <bruno@clisp.org>
22559
22560         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22561         * modules/relocatable-lib: New file.
22562
22563 2007-03-03  Bruno Haible  <bruno@clisp.org>
22564
22565         * modules/relocatable-prog: Renamed from modules/relocatable.
22566         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
22567
22568 2007-03-03  Bruno Haible  <bruno@clisp.org>
22569
22570         * modules/relocatable-script (Files): Add doc/relocatable.texi,
22571         m4/relocatable-lib.m4.
22572         (Depends-on): Remove 'relocatable'.
22573         (configure.ac): Add gl_RELOCATABLE_NOP.
22574
22575 2007-03-03  Bruno Haible  <bruno@clisp.org>
22576
22577         * modules/relocatable-prog-wrapper: New file.
22578         * modules/relocatable (Depends-on): Add it. Remove all other
22579         dependencies except progname.
22580         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
22581
22582         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
22583         (gl_FUNC_STRERROR): Nop.
22584         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
22585
22586         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
22587         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
22588
22589         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
22590         (gl_FUNC_READLINK): Update.
22591
22592         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
22593
22594 2007-03-03  Bruno Haible  <bruno@clisp.org>
22595
22596         * lib/xreadlink.c: Include <unistd.h> unconditionally.
22597         * modules/xreadlink (Depends-on): Add unistd.
22598         * modules/xreadlink-with-size (Depends-on): Likewise.
22599
22600 2007-03-03  Bruno Haible  <bruno@clisp.org>
22601
22602         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
22603         extracted from gt_FUNC_SETENV.
22604         (gt_FUNC_SETENV): Remove macro.
22605         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
22606         remove gt_FUNC_SETENV.
22607
22608 2007-03-03  Bruno Haible  <bruno@clisp.org>
22609
22610         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
22611         ENABLE_RELOCATABLE here.
22612         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
22613
22614 2007-03-03  Bruno Haible  <bruno@clisp.org>
22615
22616         * modules/rbtreehash-list-tests (Depends-on): Add progname.
22617         * tests/test-rbtreehash_list.c: Include progname.h.
22618         (main): Call set_program_name.
22619
22620         * modules/rbtree-oset-tests (Depends-on): Add progname.
22621         * tests/test-rbtree_oset.c: Include progname.h.
22622         (main): Call set_program_name.
22623
22624         * modules/rbtree-list-tests (Depends-on): Add progname.
22625         * tests/test-rbtree_list.c: Include progname.h.
22626         (main): Call set_program_name.
22627
22628         * modules/linked-list-tests (Depends-on): Add progname.
22629         * tests/test-linked_list.c: Include progname.h.
22630         (main): Call set_program_name.
22631
22632 2007-03-03  Bruno Haible  <bruno@clisp.org>
22633
22634         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22635         All uses of __restrict changed to _Restrict_.
22636         * lib/glob_.h (__restrict): Remove macro.
22637
22638 2007-03-02  Bruno Haible  <bruno@clisp.org>
22639
22640         * modules/gettext (configure.ac): Require gettext infrastructure
22641         from version 0.16.1.
22642
22643 2007-03-02  Bruno Haible  <bruno@clisp.org>
22644
22645         * modules/linkedhash-list-tests (Depends-on): Add progname.
22646         * tests/test-linkedhash_list.c: Include progname.h.
22647         (main): Call set_program_name.
22648
22649         * modules/carray-list-tests (Depends-on): Add progname.
22650         * tests/test-carray_list.c: Include progname.h.
22651         (main): Call set_program_name.
22652
22653         * modules/avltreehash-list-tests (Depends-on): Add progname.
22654         * tests/test-avltreehash_list.c: Include progname.h.
22655         (main): Call set_program_name.
22656
22657         * modules/avltree-oset-tests (Depends-on): Add progname.
22658         * tests/test-avltree_oset.c: Include progname.h.
22659         (main): Call set_program_name.
22660
22661         * modules/avltree-list-tests (Depends-on): Add progname.
22662         * tests/test-avltree_list.c: Include progname.h.
22663         (main): Call set_program_name.
22664
22665         * modules/array-oset-tests (Depends-on): Add progname.
22666         * tests/test-array_oset.c: Include progname.h.
22667         (main): Call set_program_name.
22668
22669         * modules/array-list-tests (Depends-on): Add progname.
22670         * tests/test-array_list.c: Include progname.h.
22671         (main): Call set_program_name.
22672
22673         * modules/argp-tests (Depends-on): Add progname.
22674         * tests/test-argp.c: Include argp.h first. Include progname.h.
22675         (main): Call set_program_name.
22676
22677 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
22678
22679         * doc/gnulib-tool.texi (Initial import): Reword description of
22680         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
22681         limited effect even if defined after the first system include.
22682
22683 2007-03-01  Bruno Haible  <bruno@clisp.org>
22684
22685         * build-aux/config.libpath: Update to libtool-1.5.22.
22686         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22687
22688 2007-03-01  Bruno Haible  <bruno@clisp.org>
22689
22690         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
22691         foo_CFLAGS.
22692         Reported by Ralf Wildenhues.
22693
22694 2007-03-01  Bruno Haible  <bruno@clisp.org>
22695
22696         * build-aux/install-reloc: Remove object files left over by some
22697         compilers.
22698         Reported by Ralf Wildenhues.
22699
22700 2007-03-01  Bruno Haible  <bruno@clisp.org>
22701
22702         * build-aux/install-reloc: Break long lines.
22703
22704 2007-03-01  Bruno Haible  <bruno@clisp.org>
22705
22706         * doc/relocatable.texi: Document that it may not work on OpenBSD.
22707         Reported by Ralf Wildenhues.
22708
22709 2007-03-01  Bruno Haible  <bruno@clisp.org>
22710
22711         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
22712         include ordering constraints.
22713
22714 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22715
22716         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
22717         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
22718         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
22719         as another example.
22720         * lib/time_.h: Fix misspelling.
22721         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22722         Require gl_HEADER_TIME_H_DEFAULTS.
22723         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
22724         * m4/time_r.m4 (gl_TIME_R): Likewise.
22725         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
22726
22727 2007-03-01  Bruno Haible  <bruno@clisp.org>
22728
22729         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
22730         * m4/utimens.m4 (gl_UTIMENS): Likewise.
22731
22732 2007-03-01  Jim Meyering  <jim@meyering.net>
22733
22734         * modules/xreadlink (Maintainer): Add my name.
22735         * modules/xreadlink-with-size (Depends-on): Alphabetize.
22736
22737 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
22738             Bruno Haible  <bruno@clisp.org>
22739
22740         * build-aux/install-reloc: Compile also c-ctype.c.
22741         * build-aux/relocatable.sh.in: New file.
22742         * doc/relocatable.texi: New file.
22743         * doc/relocatable-maint.texi: New file.
22744         * doc/gnulib.texi: Include relocatable-maint.texi.
22745         * lib/progreloc.c: Include unistd.h unconditionally.
22746         * lib/relocwrapper.c: Include unistd.h unconditionally.
22747         Include c-ctype.h.
22748         (add_dotbin): Use c_tolower.
22749         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
22750         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
22751         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
22752         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
22753         to m4/relocatable-lib.m4.
22754         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
22755         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
22756         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
22757         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22758         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
22759         * modules/relocatable: New file.
22760         * modules/relocatable-lib: New file.
22761         * modules/relocatable-script: New file.
22762
22763 2007-02-28  Bruno Haible  <bruno@clisp.org>
22764
22765         Import --enable-relocatable infrastructure.
22766         * build-aux/config.libpath: New file, from GNU gettext.
22767         * build-aux/install-reloc: New file, from GNU gettext.
22768         * build-aux/reloc-ldflags: New file, from GNU gettext.
22769         * lib/relocatable.h: New file, from GNU gettext.
22770         * lib/relocatable.c: New file, from GNU gettext.
22771         * lib/relocwrapper.c: New file, from GNU gettext.
22772         * m4/relocatable.m4: New file, from GNU gettext.
22773
22774 2007-02-28  Bruno Haible  <bruno@clisp.org>
22775
22776         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
22777
22778         * modules/xreadlink: New file, from GNU gettext with modifications.
22779         * lib/xreadlink.c: New file, from GNU gettext.
22780         * lib/xreadlink.h: Add comments.
22781         (xreadlink): New declaration.
22782
22783         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
22784         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
22785         lib/xreadlink-with-size.c.
22786         (configure.ac): Remove gl_XREADLINK invocation.
22787         (Makefile.am): Augment lib_SOURCES.
22788         * m4/xreadlink.m4: Remove file.
22789         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
22790         (xreadlink_with_size): Renamed from xreadink.
22791         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
22792         * modules/canonicalize (Depends-on): Replace xreadlink with
22793         xreadlink-with-size.
22794         * lib/canonicalize.c (canonicalize_filename_mode): Update.
22795
22796 2007-02-25  Jim Meyering  <jim@meyering.net>
22797
22798         * build-aux/announce-gen: When complaining about excess arguments,
22799         list them.
22800
22801 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22802
22803         * README: Document signed integer overflow situation more
22804         accurately.
22805
22806 2007-02-25  Bruno Haible  <bruno@clisp.org>
22807
22808         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
22809         'a' or 'A' conversion.
22810
22811 2007-02-25  Bruno Haible  <bruno@clisp.org>
22812
22813         * modules/filename: Renamed from modules/pathname.
22814         (Files): Replace lib/pathname.h with lib/filename.h. Replace
22815         lib/concatpath.c with lib/concat-filename.c.
22816         (Makefile.am): Update.
22817         (Include): Replace pathname.h with filename.h.
22818         * lib/filename.h: Renamed from lib/pathname.h.
22819         (concatenated_filename): Renamed from concatenated_pathname.
22820         * lib/concat-filename.c: Renamed from lib/concatpath.c.
22821         (concatenated_filename): Renamed from concatenated_pathname.
22822         * lib/findprog.c: Include filename.h instead of pathname.h.
22823         (find_in_path): Update.
22824         * lib/javacomp.c: Include filename.h instead of pathname.h.
22825         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22826         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22827         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22828         is_oldgcj_14_13_usable, is_javac_usable): Update.
22829         * lib/javaexec.c: Include filename.h instead of pathname.h.
22830         (execute_java_class): Update.
22831         * modules/findprog: Update.
22832         * modules/javacomp: Update.
22833         * modules/javaexec: Update.
22834         * MODULES.html.sh (File system functions): Add 'filename', remove
22835         'pathname'.
22836
22837 2007-02-25  Bruno Haible  <bruno@clisp.org>
22838
22839         * modules/printf-frexpl-tests: New file.
22840         * tests/test-printf-frexpl.c: New file.
22841
22842         * modules/printf-frexpl: New file.
22843         * lib/printf-frexpl.h: New file.
22844         * lib/printf-frexpl.c: New file.
22845         * m4/printf-frexpl.m4: New file.
22846
22847 2007-02-25  Bruno Haible  <bruno@clisp.org>
22848
22849         * modules/printf-frexp-tests: New file.
22850         * tests/test-printf-frexp.c: New file.
22851
22852         * modules/printf-frexp: New file.
22853         * lib/printf-frexp.h: New file.
22854         * lib/printf-frexp.c: New file.
22855         * m4/printf-frexp.m4: New file.
22856
22857 2007-02-25  Bruno Haible  <bruno@clisp.org>
22858
22859         Assume automake >= 1.10 for the tests.
22860         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
22861         * modules/arctwo-tests: Likewise.
22862         * modules/argp-tests: Likewise.
22863         * modules/avltree-list-tests: Likewise.
22864         * modules/avltree-oset-tests: Likewise.
22865         * modules/avltreehash-list-tests: Likewise.
22866         * modules/carray-list-tests: Likewise.
22867         * modules/crc-tests: Likewise.
22868         * modules/des-tests: Likewise.
22869         * modules/gc-arcfour-tests: Likewise.
22870         * modules/gc-arctwo-tests: Likewise.
22871         * modules/gc-des-tests: Likewise.
22872         * modules/gc-hmac-md5-tests: Likewise.
22873         * modules/gc-hmac-sha1-tests: Likewise.
22874         * modules/gc-md2-tests: Likewise.
22875         * modules/gc-md4-tests: Likewise.
22876         * modules/gc-md5-tests: Likewise.
22877         * modules/gc-pbkdf2-sha1-tests: Likewise.
22878         * modules/gc-rijndael-tests: Likewise.
22879         * modules/gc-sha1-tests: Likewise.
22880         * modules/gc-tests: Likewise.
22881         * modules/getaddrinfo-tests: Likewise.
22882         * modules/hmac-md5-tests: Likewise.
22883         * modules/hmac-sha1-tests: Likewise.
22884         * modules/linked-list-tests: Likewise.
22885         * modules/linkedhash-list-tests: Likewise.
22886         * modules/lock-tests: Likewise.
22887         * modules/md2-tests: Likewise.
22888         * modules/md4-tests: Likewise.
22889         * modules/md5-tests: Likewise.
22890         * modules/rbtree-list-tests: Likewise.
22891         * modules/rbtree-oset-tests: Likewise.
22892         * modules/rbtreehash-list-tests: Likewise.
22893         * modules/read-file-tests: Likewise.
22894         * modules/rijndael-tests: Likewise.
22895         * modules/stdint-tests: Likewise.
22896         * modules/tls-tests: Likewise.
22897
22898 2007-02-24  Bruno Haible  <bruno@clisp.org>
22899
22900         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
22901         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
22902         function; instead check whether isnan with a double argument links.
22903         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
22904         function; instead check whether isnan with a 'long double' argument
22905         links.
22906         Reported by Eric Blake <ebb9@byu.net>.
22907
22908 2007-02-24  Bruno Haible  <bruno@clisp.org>
22909
22910         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
22911         defined.
22912         * lib/isnanl.c: Remove all code. Just include isnan.c.
22913         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
22914
22915 2007-02-25  Jim Meyering  <jim@meyering.net>
22916
22917         Avoid conflicting types for 'unsetenv' on FreeBSD.
22918         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
22919         conflicting with FreeBSD's (5.0 and 6.1) function declaration
22920         in stdlib.h.
22921
22922 2007-02-24  Bruno Haible  <bruno@clisp.org>
22923
22924         * modules/isnanl-nolibm-tests: New file.
22925         * tests/test-isnanl.c: New file.
22926
22927         * modules/isnanl-nolibm: New file.
22928         * lib/isnanl.h: New file.
22929         * lib/isnanl.c: New file.
22930         * m4/isnanl.m4: New file.
22931
22932 2007-02-24  Bruno Haible  <bruno@clisp.org>
22933
22934         * modules/isnan-nolibm-tests: New file.
22935         * tests/test-isnan.c: New file.
22936
22937         * modules/isnan-nolibm: New file.
22938         * lib/isnan.h: New file.
22939         * lib/isnan.c: New file.
22940         * m4/isnan.m4: New file.
22941
22942 2007-02-24  Bruno Haible  <bruno@clisp.org>
22943
22944         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
22945         assume that an exponent fits in 20 bits.
22946
22947 2007-02-24  Jim Meyering  <jim@meyering.net>
22948
22949         * m4/regex.m4: Update the description of the configure-time option,
22950         --without-included-regex, to state accurately what the defaults are,
22951         and perhaps to give people an idea why using this option is risky.
22952
22953 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22954
22955         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
22956         loops on small arguments.  This attempts to avoid the problem
22957         Bruno Haible reported for AIX 4.3.2 in
22958         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
22959
22960 2007-02-23  Bruno Haible  <bruno@clisp.org>
22961
22962         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
22963         Needed for help2man.
22964
22965 2007-02-23  Karl Berry  <karl@gnu.org>
22966
22967         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
22968         exists, foo.h should be cvs-ignored, not committed.
22969
22970 2007-02-23  Eric Blake  <ebb9@byu.net>
22971
22972         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
22973         * lib/stat-time.h (includes): Likewise.
22974         * lib/utimecmp.c (includes): Likewise.
22975         * lib/utimens.h (includes): Likewise.
22976         * lib/getdate.y (includes): Also include "timespec.h" for use
22977         internal to the module.
22978         * modules/utimens (Depends-on): Revert yesterday's patch.
22979         * modules/nanosleep (Depends-on): Add missing dependency.
22980
22981 2007-02-22  Bruno Haible  <bruno@clisp.org>
22982
22983         * lib/glob.c: Don't include getlogin_r.h.
22984
22985 2007-02-22  Jim Meyering  <jim@meyering.net>
22986
22987         * modules/utimens (Depends-on): Add timespec, required for
22988         utimens.h's inclusion of timespec.h.
22989
22990 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
22991
22992         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
22993         long unreadable paths in GNU/Linux.  Problem reported by Andreas
22994         Schwab in
22995         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
22996         I'll try to think of a better way to fix the Solaris problem.
22997
22998         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
22999         like glibc; on Solaris 10, it fails with errno == EINVAL.
23000         POSIX says the behavior is unspecified if the first argument is NULL,
23001         so play it safe and never pass NULL to the system getcwd.
23002
23003 2007-02-21  Jim Meyering  <jim@meyering.net>
23004
23005         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
23006         of gettimeofday.  It would conflict with the one now always
23007         provided via sys_time_.h.  Reported by Matthew Woehlke, as
23008         an IRIX 6.5 build failure.
23009
23010 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23011
23012         Minor fixups to port to Solaris 10 with Sun C 5.8.
23013         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
23014         * modules/getcwd (Depends-on): Add dirfd.
23015         * lib/putenv.c (putenv): #undef it.
23016         (rpl_putenv): New decl.
23017         (malloc, free): Include <stdlib.h> rather than prototyping separately.
23018
23019 2007-02-20  Bruno Haible  <bruno@clisp.org>
23020
23021         * modules/stdio-tests: New file.
23022         * tests/test-stdio.c: New file.
23023
23024         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
23025         (Depends-on): Add stdio.
23026         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23027         (Include): Use <stdio.h> instead of vsnprintf.h.
23028         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23029         HAVE_DECL_VSNPRINTF.
23030         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
23031
23032         * modules/snprintf (Files): Remove lib/snprintf.h.
23033         (Depends-on): Add stdio.
23034         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23035         (Include): Use <stdio.h> instead of snprintf.h.
23036         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23037         HAVE_DECL_SNPRINTF.
23038         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
23039         * lib/getaddrinfo.c: Likewise.
23040
23041         * modules/stdio: New file.
23042         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
23043         * lib/snprintf.h: Remove file.
23044         * lib/vsnprintf.h: Remove file.
23045         * lib/.cppi-disable: Remove snprintf.h.
23046         * m4/stdio_h.m4: New file.
23047         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
23048
23049 2007-02-20  Jim Meyering  <jim@meyering.net>
23050
23051         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
23052         used by e.g., mingw.  From Bruno Haible.
23053
23054 2007-02-19  Bruno Haible  <bruno@clisp.org>
23055
23056         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
23057         warnings.
23058         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23059
23060 2007-02-19  Bruno Haible  <bruno@clisp.org>
23061
23062         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
23063         from mingw users.
23064
23065 2007-02-19  Bruno Haible  <bruno@clisp.org>
23066
23067         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
23068         warnings.
23069         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
23070
23071 2007-02-19  Jim Meyering  <jim@meyering.net>
23072
23073         Don't use FD after a successful "fdopendir (fd)".
23074         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
23075         Reset it by calling dirfd on the just-obtained DIR*.
23076
23077         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
23078         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
23079
23080 2007-02-18  Bruno Haible  <bruno@clisp.org>
23081
23082         * lib/readlink.c: Include <unistd.h>.
23083         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
23084         HAVE_READLINK.
23085         * modules/readlink (Depends-on): Add unistd.
23086         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23087         (Include): Add <unistd.h>.
23088
23089         * lib/getlogin_r.h: Remove file.
23090         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
23091         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
23092         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
23093         HAVE_DECL_GETLOGIN_R.
23094         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
23095         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23096         (Include): Use <unistd.h> instead of getlogin_r.h.
23097
23098         * lib/getcwd.h: Remove file.
23099         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
23100         * lib/xgetcwd.c: Likewise.
23101         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
23102         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
23103         * modules/getcwd (Files): Remove lib/getcwd.h.
23104         (Depends-on): Add unistd.
23105         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23106         (Include): Use <unistd.h> instad of getcwd.h.
23107
23108         * lib/ftruncate.c: Include <unistd.h> first.
23109         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
23110         Set HAVE_FTRUNCATE.
23111         * modules/ftruncate (Depends-on): Add unistd.
23112         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23113
23114         * lib/fchdir.c: Include <unistd.h> first.
23115         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
23116         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
23117         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
23118         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23119         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
23120
23121         * lib/dup2.c: Include <unistd.h> first.
23122         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
23123         HAVE_DUP2.
23124         * modules/dup2 (Depends-on): Add unistd.
23125         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23126
23127         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
23128         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
23129         REPLACE_CHOWN. Don't define chown as a macro here.
23130         * modules/chown (Depends-on): Add unistd.
23131         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23132
23133         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
23134         Add definition for GL_LINK_WARNING.
23135         (chown, dup2): New declarations.
23136         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
23137         link warning.
23138         (ftruncate): New declaration.
23139         (getcwd): New declaration, taken from old getcwd.h.
23140         (getlogin_r): New declaration, taken from old getlogin_r.h.
23141         (readlink): New declaration.
23142         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
23143         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
23144         (gl_PREREQ_UNISTD): Remove macro.
23145         (gl_UNISTD_MODULE_INDICATOR): New macro.
23146         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
23147         many new variables. Don't set UNISTD_H.
23148         * modules/unistd (Description): Change.
23149         (Depends-on): Add link-warning.
23150         (configure.ac): Update.
23151         (Makefile.am): Create unistd.h always. Substitute many new variables
23152         into it.
23153
23154 2007-02-18  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
23157         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
23158         HAVE_GETSUBOPT.
23159         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
23160         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
23161         * lib/getsubopt.h: Remove file.
23162         * modules/getsubopt (Files): Remove lib/getsubopt.h.
23163         (Depends-on): Add stdlib.
23164         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23165         (Includes): Use <stdlib.h> instead of getsubopt.h.
23166         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
23167         Set HAVE_GETSUBOPT.
23168         * lib/getsubopt.c: Don't include getsubopt.h.
23169
23170 2007-02-18  Bruno Haible  <bruno@clisp.org>
23171
23172         * modules/fchdir (Depends-on): Add dup2.
23173
23174 2007-02-18  Bruno Haible  <bruno@clisp.org>
23175
23176         * lib/stdlib_.h: Handle glibc's special invocation convention
23177         specially.
23178
23179 2007-02-18  Bruno Haible  <bruno@clisp.org>
23180
23181         * modules/stdlib-tests: New file.
23182         * tests/test-stdlib.c: New file.
23183
23184         * modules/mkstemp (Files): Remove lib/mkstemp.h.
23185         (Depends-on): Add stdlib.
23186         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23187         (Includes): Use <stdlib.h> instead of mkstemp.h.
23188         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23189         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
23190         * lib/mkstemp.c: Don't include mkstemp.h.
23191         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
23192         * lib/stdlib--.h: Don't include mkstemp.h.
23193
23194         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
23195         (Depends-on): Add stdlib.
23196         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23197         (Includes): Use <stdlib.h> instead of mkdtemp.h.
23198         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23199         HAVE_MKDTEMP.
23200         * lib/mkdtemp.c: Don't include mkdtemp.h.
23201         * lib/clean-temp.c: Don't include mkdtemp.h.
23202
23203         * modules/exit (Files): Remove lib/exit.h.
23204         (Depends-on): Add stdlib.
23205         (Makefile.am): Remove lib_SOURCES.
23206         (Include): Use <stdlib.h> instead of exit.h.
23207         * lib/argmatch.c: Don't include exit.h.
23208         * lib/execute.c: Likewise.
23209         * lib/pagealign_alloc.c: Likewise.
23210         * lib/pipe.c: Likewise.
23211         * lib/wait-process.c: Likewise.
23212         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
23213         * lib/exitfail.c: Likewise.
23214         * lib/savewd.c: Likewise.
23215         * lib/xsetenv.c: Likewise.
23216
23217         * modules/stdlib: New file.
23218         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
23219         and extra comments about mkstemp().
23220         * lib/exit.h: Remove file.
23221         * lib/mkdtemp.h: Remove file.
23222         * lib/mkstemp.h: Remove file.
23223         * m4/stdlib_h.m4: New file.
23224         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
23225
23226 2007-02-18  Bruno Haible  <bruno@clisp.org>
23227
23228         * modules/math-tests: New file.
23229         * tests/test-math.c: New file.
23230
23231         * modules/math: New file.
23232         * modules/mathl (Files): Remove lib/mathl.h.
23233         (Depends-on): Add math.
23234         (Makefile.am): Don't mention mathl.h.
23235         (Include): Use <math.h> instead of mathl.h.
23236         * lib/math_.h: New file.
23237         * lib/mathl.h: Remove file.
23238         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
23239         mathl.h.
23240         * lib/asinl.c: Likewise.
23241         * lib/atanl.c: Likewise.
23242         * lib/ceill.c: Likewise.
23243         * lib/cosl.c: Likewise.
23244         * lib/expl.c: Likewise.
23245         * lib/floorl.c: Likewise.
23246         * lib/frexpl.c: Likewise.
23247         * lib/ldexpl.c: Likewise.
23248         * lib/logl.c: Likewise.
23249         * lib/sincosl.c: Likewise.
23250         * lib/sinl.c: Likewise.
23251         * lib/sqrtl.c: Likewise.
23252         * lib/tanl.c: Likewise.
23253         * lib/trigl.c: Likewise.
23254         * m4/math_h.m4: New file.
23255         * MODULES.html.sh (Mathematics): Add math.
23256
23257 2007-02-17  Bruno Haible  <bruno@clisp.org>
23258
23259         * modules/wctype-tests: New file.
23260         * tests/test-wctype.c: New file.
23261
23262         * modules/wchar-tests: New file.
23263         * tests/test-wchar.c: New file.
23264
23265         * modules/unistd-tests: New file.
23266         * tests/test-unistd.c: New file.
23267
23268         * modules/time-tests: New file.
23269         * tests/test-time.c: New file.
23270
23271         * modules/sysexits-tests: New file.
23272         * tests/test-sysexits.c: New file.
23273
23274         * modules/sys_time-tests: New file.
23275         * tests/test-sys_time.c: New file.
23276
23277         * modules/sys_stat-tests: New file.
23278         * tests/test-sys_stat.c: New file.
23279
23280         * modules/sys_socket-tests: New file.
23281         * tests/test-sys_socket.c: New file.
23282
23283         * modules/sys_select-tests: New file.
23284         * tests/test-sys_select.c: New file.
23285
23286         * modules/string-tests: New file.
23287         * tests/test-string.c: New file.
23288
23289         * modules/stdbool-tests: New file.
23290         * tests/test-stdbool.c: New file.
23291
23292         * modules/netinet_in-tests: New file.
23293         * tests/test-netinet_in.c: New file.
23294
23295         * modules/inttypes-tests: New file.
23296         * tests/test-inttypes.c: New file.
23297
23298         * modules/fcntl-tests: New file.
23299         * tests/test-fcntl.c: New file.
23300
23301         * modules/byteswap-tests: New file.
23302         * tests/test-byteswap.c: New file.
23303
23304         * modules/arpa_inet-tests: New file.
23305         * tests/test-arpa_inet.c: New file.
23306
23307 2007-02-17  Bruno Haible  <bruno@clisp.org>
23308
23309         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
23310         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
23311         if the corresponding module is not enabled. Emit link warnings if
23312         the function is used nevertheless.
23313         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
23314         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
23315         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
23316         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
23317         * modules/inttypes (Depends-on): Add link-warning.
23318         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23319         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23320         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23321         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23322         * modules/imaxdiv (configure.ac): Likewise.
23323         * modules/strtoimax (configure.ac): Likewise.
23324         * modules/strtoumax (configure.ac): Likewise.
23325
23326 2007-02-17  Bruno Haible  <bruno@clisp.org>
23327
23328         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23329         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23330         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23331         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23332
23333 2007-02-17  Bruno Haible  <bruno@clisp.org>
23334
23335         * modules/link-warning: New file.
23336         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23337         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23338         * modules/string (Depends-on): Add link-warning.
23339         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23340         string.h.
23341         * MODULES.html.sh (Support for building libraries and executables): Add
23342         link-warning.
23343
23344 2007-02-17  Bruno Haible  <bruno@clisp.org>
23345
23346         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23347         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23348         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23349         long lines.
23350
23351 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23352             Bruno Haible  <bruno@clisp.org>
23353
23354         * modules/tmpfile: New file.
23355         * lib/tmpfile.c: New file.
23356         * m4/tmpfile.m4: New file.
23357         * MODULES.html.sh (func_all_modules): New section "Input/output".
23358
23359 2007-02-15  Bruno Haible  <bruno@clisp.org>
23360
23361         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23362         (supports_delete_on_close): New function.
23363         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23364
23365 2007-02-14  Bruno Haible  <bruno@clisp.org>
23366
23367         * modules/mbspcasecmp-tests: New file.
23368         * tests/test-mbspcasecmp.sh: New file.
23369         * tests/test-mbspcasecmp.c: New file.
23370
23371         New module mbspcasecmp.
23372         * modules/mbspcasecmp: New file.
23373         * lib/mbspcasecmp.c: New file.
23374         * lib/string_.h (strncasecmp): Change warning message.
23375         (mbspcasecmp): New declaration.
23376         * m4/mbspcasecmp.m4: New file.
23377         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23378         GNULIB_MBSPCASECMP.
23379         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23380         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23381
23382 2007-02-14  Bruno Haible  <bruno@clisp.org>
23383
23384         * modules/mbsncasecmp-tests: New file.
23385         * tests/test-mbsncasecmp.sh: New file.
23386         * tests/test-mbsncasecmp.c: New file.
23387
23388         New module mbsncasecmp.
23389         * modules/mbsncasecmp: New file.
23390         * lib/mbsncasecmp.c: New file.
23391         * lib/string_.h (mbsncasecmp): New declaration.
23392         * m4/mbsncasecmp.m4: New file.
23393         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23394         GNULIB_MBSNCASECMP.
23395         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23396         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23397
23398 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23399
23400         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23401         Verify that it doesn't overlap with our flags.
23402         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23403         do not have the desired effect in multibyte locales; instead, use
23404         mbscasecmp.
23405         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23406         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23407         we don't require GNU fnmatch ourselves (if our users require it, they
23408         should do so explicitly).
23409
23410         Fix regex code so it doesn't rely on strcasecmp.
23411         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23412         Otherwise, include gnulib's langinfo.h.
23413         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23414         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23415         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23416         * modules/regex (FILES): Remove m4/codeset.m4.
23417         (Depends-on): Add localcharset.  Remove strcase.
23418
23419 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23420
23421         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
23422         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
23423
23424 2007-02-13  Bruno Haible  <bruno@clisp.org>
23425
23426         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
23427         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23428
23429 2007-02-12  Bruno Haible  <bruno@clisp.org>
23430
23431         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23432         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
23433         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
23434         time warning rather than a link error.
23435
23436 2007-02-12  Bruno Haible  <bruno@clisp.org>
23437
23438         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
23439         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23440         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23441
23442 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23443
23444         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
23445         args, not 2.
23446
23447 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23448
23449         New module 'time', so that apps can include <time.h> as per
23450         POSIX and GNU instead of separate include files like time_r.h
23451         and timegm.h.  This implementation tries out a simpler approach
23452         for replacing decls in standard include files (as compared to
23453         the string module), somewhat as an experiment.
23454
23455         * config/srclist.txt: Comment out mktime.c for now.
23456         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
23457         since it doesn't apply any more.  Use generic wording instead.
23458         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
23459         'time'.
23460         * lib/time_.h, m4/time_h.m4, modules/time: New files.
23461         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
23462         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
23463         Don't include <sys/types.h>; no longer needed since we assume C89.
23464         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
23465         * lib/strftime.c: Likewise.
23466         * lib/time_r.c: Likewise.
23467         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
23468         * lib/nanosleep.c: Include <time.h> first, to check interface.
23469         * lib/strptime.c: Likewise.
23470         * lib/time_r.c: Likewise.
23471         * lib/timegm.c: Likewise.
23472         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
23473         needed.
23474         * lib/timegm.c: Don't include timegm.h; no longer needed.
23475         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
23476         time.h now handles any problems in that area.
23477         (struct timespec, nanosleep): Remove; time.h now arranges for these.
23478         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
23479         that time.h defines struct timespec.
23480         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
23481         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
23482         handles that.
23483         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
23484         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
23485         needed.  Set REPLACE_LOCALTIME.
23486         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
23487         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
23488         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
23489         nanosleep; time_h.m4 now does that.  Don't require
23490         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
23491         module handles this now.
23492         * modules/getdate (Depends-on): Remove timespec.  Add time.
23493         * modules/nanosleep (Depends-on): Likewise.
23494         * modules/stat-time (Depends-on): Likewise.
23495         * modules/nanosleep (Include): Include time.h, not timespec.h.
23496         * modules/strptime (Files): Remove lib/strptime.h.
23497         (Depends-on): Add extensions, time.
23498         (Include): Include time.h, not strptime.h.
23499         * modules/time_r (Files): Remove lib/time_r.h.
23500         (Depends-on): Add time.
23501         (Include): Include time.h, not time_r.h.
23502         * modules/timegm: Likewise.
23503         * modules/timespec (Description): Now does timespec-related decls
23504         of our own, instead of struct timespec itself.
23505         (Depends-on): Add time; remove extensions.
23506         (Maintainer): Add self.
23507         * modules/utimecmp (Depends-on): Add time; remove timespec.
23508         * modules/utimens (Depends-on): Likewise.
23509         * modules/xnanosleep (Depends-on): Likewise.
23510
23511 2007-02-11  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/c-strstr.c: Include allocsa.h.
23514         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23515         * lib/c-strcasestr.c: Include allocsa.h.
23516         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23517         * lib/strcasestr.c: Include allocsa.h.
23518         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23519         * lib/mbsstr.c: Include allocsa.h.
23520         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23521         allocsa/freesa instead of malloc/free.
23522         * lib/mbscasestr.c: Include allocsa.h.
23523         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23524         allocsa/freesa instead of malloc/free.
23525         * modules/c-strstr (Depends-on): Add allocsa.
23526         * modules/c-strcasestr (Depends-on): Likewise.
23527         * modules/strcasestr (Depends-on): Likewise.
23528         * modules/mbsstr (Depends-on): Likewise.
23529         * modules/mbscasestr (Depends-on): Likewise.
23530
23531 2007-02-11  Bruno Haible  <bruno@clisp.org>
23532
23533         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
23534
23535         * modules/mbsspn-tests: New file.
23536         * tests/test-mbsspn.sh: New file.
23537         * tests/test-mbsspn.c: New file.
23538
23539 2007-02-11  Bruno Haible  <bruno@clisp.org>
23540
23541         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
23542
23543         * modules/mbspbrk-tests: New file.
23544         * tests/test-mbspbrk.sh: New file.
23545         * tests/test-mbspbrk.c: New file.
23546
23547 2007-02-11  Bruno Haible  <bruno@clisp.org>
23548
23549         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
23550         unneeded cast.
23551
23552         * modules/mbscspn-tests: New file.
23553         * tests/test-mbscspn.sh: New file.
23554         * tests/test-mbscspn.c: New file.
23555
23556 2007-02-11  Bruno Haible  <bruno@clisp.org>
23557
23558         * modules/mbscasecmp-tests: New file.
23559         * tests/test-mbscasecmp.sh: New file.
23560         * tests/test-mbscasecmp.c: New file.
23561
23562 2007-02-11  Bruno Haible  <bruno@clisp.org>
23563
23564         Ensure O(n) worst-case complexity of mbscasestr.
23565         * lib/mbscasestr.c: Include stdbool.h.
23566         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23567         functions.
23568         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
23569         the bookkeeping indicates that it's worth it.
23570         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
23571
23572         * modules/mbscasestr-tests: New file.
23573         * tests/test-mbscasestr1.c: New file.
23574         * tests/test-mbscasestr2.sh: New file.
23575         * tests/test-mbscasestr2.c: New file.
23576         * tests/test-mbscasestr3.sh: New file.
23577         * tests/test-mbscasestr3.c: New file.
23578         * tests/test-mbscasestr4.sh: New file.
23579         * tests/test-mbscasestr4.c: New file.
23580         * m4/locale-tr.m4: New file.
23581
23582 2007-02-11  Bruno Haible  <bruno@clisp.org>
23583
23584         Ensure O(n) worst-case complexity of mbsstr.
23585         * lib/mbsstr.c: Include stdbool.h.
23586         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23587         functions.
23588         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
23589         bookkeeping indicates that it's worth it.
23590         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
23591
23592         * modules/mbsstr-tests: New file.
23593         * tests/test-mbsstr1.c: New file.
23594         * tests/test-mbsstr2.sh: New file.
23595         * tests/test-mbsstr2.c: New file.
23596         * tests/test-mbsstr3.sh: New file.
23597         * tests/test-mbsstr3.c: New file.
23598         * m4/locale-fr.m4: New file.
23599
23600 2007-02-11  Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/mbsrchr.c (mbsrchr): Fix bug.
23603
23604         * modules/mbsrchr-tests: New file.
23605         * tests/test-mbsrchr.sh: New file.
23606         * tests/test-mbsrchr.c: New file.
23607
23608 2007-02-11  Bruno Haible  <bruno@clisp.org>
23609
23610         * lib/mbschr.c (mbschr): Fix bug.
23611
23612         * modules/mbschr-tests: New file.
23613         * tests/test-mbschr.sh: New file.
23614         * tests/test-mbschr.c: New file.
23615         * m4/locale-zh.m4: New file.
23616
23617 2007-02-11  Bruno Haible  <bruno@clisp.org>
23618
23619         Support for copying multibyte string iterators.
23620         * lib/mbiter.h: Include <string.h>.
23621         (mbiter_multi_copy): New function.
23622         (mbi_copy): New macro.
23623         * lib/mbuiter.h: Include <string.h>.
23624         (mbuiter_multi_copy): New function.
23625         (mbui_copy): New macro.
23626
23627 2007-02-11  Bruno Haible  <bruno@clisp.org>
23628
23629         New module mbslen.
23630         * modules/mbslen: New file.
23631         * lib/mbslen.c: New file.
23632         * lib/string_.h (mbslen): New declaration.
23633         * m4/mbslen.m4: New file.
23634         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23635         GNULIB_MBSLEN.
23636         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
23637         * MODULES.html.sh (Internationalization functions): Add mbslen.
23638
23639 2007-02-11  Bruno Haible  <bruno@clisp.org>
23640
23641         Ensure O(n) worst-case complexity of strcasestr substitute.
23642         * lib/strcasestr.c: Include stdbool.h.
23643         (knuth_morris_pratt): New function.
23644         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23645         bookkeeping indicates that it's worth it.
23646         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
23647
23648         * modules/strcasestr-tests: New file.
23649         * tests/test-strcasestr.c: New file.
23650
23651 2007-02-11  Bruno Haible  <bruno@clisp.org>
23652
23653         Ensure O(n) worst-case complexity of c_strcasestr.
23654         * lib/c-strcasestr.c: Include stdbool.h, string.h.
23655         (knuth_morris_pratt): New function.
23656         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
23657         the bookkeeping indicates that it's worth it.
23658         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
23659
23660         * modules/c-strcasestr-tests: New file.
23661         * tests/test-c-strcasestr.c: New file.
23662
23663 2007-02-11  Bruno Haible  <bruno@clisp.org>
23664
23665         Ensure O(n) worst-case complexity of c_strstr.
23666         * lib/c-strstr.c: Include stdbool.h, string.h.
23667         (knuth_morris_pratt): New function.
23668         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23669         bookkeeping indicates that it's worth it.
23670         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
23671
23672         * lib/c-strstr.c: Complete rewrite for maintainability.
23673
23674         * modules/c-strstr-tests: New file.
23675         * tests/test-c-strstr.c: New file.
23676
23677 2007-02-11  Bruno Haible  <bruno@clisp.org>
23678
23679         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
23680         5.2.1 and earlier, whereby \055 was treated just like the range
23681         delimiter '-'.
23682         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23683
23684 2007-02-08  Bruno Haible  <bruno@clisp.org>
23685
23686         * modules/regex (Depends-on): Add stdbool.
23687         Reported by Dalibor Topic <robilad@kaffe.org>.
23688
23689 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23690
23691         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
23692         Prefer returning from main to exiting from it.
23693         Remove unnecessary parens after sizeof.
23694
23695 2007-02-05  Bruno Haible  <bruno@clisp.org>
23696
23697         New module mbssep.
23698         * modules/mbssep: New file.
23699         * lib/mbssep.c: New file.
23700         * lib/string_.h (strsep): Add a conditional link warning.
23701         (mbssep): New declaration.
23702         * m4/mbssep.m4: New file.
23703         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23704         GNULIB_MBSSEP.
23705         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
23706         * MODULES.html.sh (Internationalization functions): Add mbssep.
23707
23708 2007-02-05  Bruno Haible  <bruno@clisp.org>
23709
23710         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
23711         Optimize search in case of 1 delimiter.
23712
23713 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23714
23715         * lib/acl.h: Include sys/types.h before sys/acl.h.
23716
23717 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23718
23719         Merge upstream fix for glibc bugzilla #3957:
23720
23721         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
23722
23723         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
23724         bit for RE_HAT_LISTS_NOT_NEWLINE.
23725         (build_charclass_op): Remove bogus comment.
23726
23727 2007-02-05  Simon Josefsson  <simon@josefsson.org>
23728
23729         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
23730
23731 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23732
23733         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
23734         * lib/memmem.c [!defined _LIBC]: Include config.h.
23735
23736 2007-02-04  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23739         warning message.
23740
23741 2007-02-04  Bruno Haible  <bruno@clisp.org>
23742
23743         New module mbstok_r.
23744         * modules/mbstok_r: New file.
23745         * lib/mbstok_r.c: New file.
23746         * lib/string_.h (strtok_r): Change argument names to match the
23747         comments. Add a conditional link warning.
23748         (mbstok_r): New declaration.
23749         * m4/mbstok_r.m4: New file.
23750         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23751         GNULIB_MBSTOK_R.
23752         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
23753         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
23754
23755 2007-02-04  Bruno Haible  <bruno@clisp.org>
23756
23757         New module mbsspn.
23758         * modules/mbsspn: New file.
23759         * lib/mbsspn.c: New file.
23760         * lib/string_.h (strspn): Add a conditional link warning.
23761         (mbsspn): New declaration.
23762         * m4/mbsspn.m4: New file.
23763         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23764         GNULIB_MBSSPN.
23765         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
23766         * MODULES.html.sh (Internationalization functions): Add mbsspn.
23767
23768 2007-02-04  Bruno Haible  <bruno@clisp.org>
23769
23770         New module mbspbrk.
23771         * modules/mbspbrk: New file.
23772         * lib/mbspbrk.c: New file.
23773         * lib/string_.h (strpbrk): Add a conditional link warning.
23774         (mbspbrk): New declaration.
23775         * m4/mbspbrk.m4: New file.
23776         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23777         GNULIB_MBSPBRK.
23778         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
23779         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
23780
23781 2007-02-04  Bruno Haible  <bruno@clisp.org>
23782
23783         New module mbscspn.
23784         * modules/mbscspn: New file.
23785         * lib/mbscspn.c: New file.
23786         * lib/string_.h (strcspn): Add a conditional link warning.
23787         (mbscspn): New declaration.
23788         * m4/mbscspn.m4: New file.
23789         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23790         GNULIB_MBSCSPN.
23791         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
23792         * MODULES.html.sh (Internationalization functions): Add mbscspn.
23793
23794 2007-02-04  Bruno Haible  <bruno@clisp.org>
23795
23796         New module mbscasestr, reduced goal of strcasestr.
23797         * modules/mbscasestr: New file.
23798         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
23799         (mbscasestr): Renamed from strcasestr.
23800         * lib/strcasestr.c: Don't include mbuiter.h.
23801         (strcasestr): Remove support for multibyte locales.
23802         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
23803         Change the conditional link warning.
23804         (mbscasestr): New declaration.
23805         * m4/mbscasestr.m4: New file.
23806         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
23807         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
23808         REPLACE_STRCASESTR.
23809         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
23810         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23811         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23812         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
23813         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
23814         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23815         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
23816         (Depends-on): Remove mbuiter.
23817         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
23818
23819 2007-02-04  Bruno Haible  <bruno@clisp.org>
23820
23821         Simplify handling of strncasecmp.
23822         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
23823         the conditional link warning.
23824         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23825         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
23826         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
23827         * modules/strcase (configure.ac): Don't invoke
23828         gl_STRING_MODULE_INDICATOR.
23829         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
23830
23831 2007-02-04  Bruno Haible  <bruno@clisp.org>
23832
23833         New module mbscasecmp, reduced goal of strcasecmp.
23834         * modules/mbscasecmp: New file.
23835         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
23836         (mbscasecmp): Renamed from strcasecmp.
23837         * lib/strcasecmp.c: Don't include mbuiter.h.
23838         (strcasecmp): Remove support for multibyte locales.
23839         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
23840         Change the conditional link warning.
23841         (mbscasecmp): New declaration.
23842         * m4/mbscasecmp.m4: New file.
23843         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
23844         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
23845         REPLACE_STRCASECMP.
23846         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
23847         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23848         GNULIB_MBSCASECMP.
23849         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
23850         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
23851         * modules/strcase (Files): Remove m4/mbrtowc.m4.
23852         (Depends-on): Remove mbuiter.
23853         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
23854
23855 2007-02-04  Bruno Haible  <bruno@clisp.org>
23856
23857         New module mbsstr. Remove module strstr.
23858         * modules/mbsstr: New file.
23859         * modules/strstr: Remove file.
23860         * lib/mbsstr.c: Renamed from lib/strstr.c.
23861         (mbsstr): Renamed from strstr.
23862         * lib/string_.h (strstr): Remove declaration. Change the conditional
23863         link warning.
23864         (mbsstr): New declaration.
23865         * m4/mbsstr.m4: New file.
23866         * m4/strstr.m4: Remove file.
23867         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
23868         REPLACE_STRSTR.
23869         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
23870         Don't initialize GNULIB_STRSTR.
23871         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
23872         substitute GNULIB_STRSTR and REPLACE_STRSTR.
23873         * MODULES.html.sh (Internationalization functions): Add mbsstr.
23874         (Support for systems lacking ANSI C 89): Remove strstr.
23875
23876 2007-02-04  Bruno Haible  <bruno@clisp.org>
23877
23878         New module mbsrchr.
23879         * modules/mbsrchr: New file.
23880         * lib/mbsrchr.c: New file.
23881         * lib/string_.h (strrchr): Add a conditional link warning.
23882         (mbsrchr): New declaration.
23883         * m4/mbsrchr.m4: New file.
23884         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23885         GNULIB_MBSRCHR.
23886         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
23887         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
23888
23889 2007-02-04  Bruno Haible  <bruno@clisp.org>
23890
23891         New module mbschr.
23892         * modules/mbschr: New file.
23893         * lib/mbschr.c: New file.
23894         * lib/string_.h (strchr): Add a conditional link warning.
23895         (mbschr): New declaration.
23896         * m4/mbschr.m4: New file.
23897         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23898         GNULIB_MBSCHR.
23899         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
23900         * MODULES.html.sh (Internationalization functions): Add mbschr.
23901
23902 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23903
23904         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
23905
23906         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
23907
23908 2007-02-04  Bruno Haible  <bruno@clisp.org>
23909
23910         New module description section 'configure.ac-early'.
23911         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
23912         (func_get_autoconf_early_snippet): New function.
23913         (func_import, func_create_testdir): Use it. Remove special cases for
23914         modules 'extensions' and 'lock'.
23915         * modules/extensions (configure.ac-early): Require
23916         gl_USE_SYSTEM_EXTENSIONS.
23917         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
23918
23919 2007-02-04  Bruno Haible  <bruno@clisp.org>
23920
23921         Make use of gcj-4.3's -fsource and -ftarget option.
23922         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
23923         and if so try the options -fsource and -ftarget.
23924         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
23925         source_version, ftarget_option, target_version arguments.
23926         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
23927         (is_envjavac_oldgcj_14_14_usable): Renamed from
23928         is_envjavac_gcj_14_14_usable.
23929         (is_envjavac_oldgcj_14_13_usable): Renamed from
23930         is_envjavac_gcj_14_13_usable.
23931         (is_gcj_present): Update.
23932         (is_gcj_43, is_gcj43_usable): New functions.
23933         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
23934         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
23935         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
23936         try the options -fsource and -ftarget.
23937
23938 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23939
23940         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
23941         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
23942         larger value.
23943
23944 2007-02-03  Jim Meyering  <jim@meyering.net>
23945
23946         Give tools a better chance to allocate space for very large buffers.
23947         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
23948
23949         Make pwd and readlink work also when run with an unreadable parent dir
23950         on systems with openat support.
23951         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
23952         provided getcwd function, even when we have openat support.
23953         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
23954
23955 2007-02-02  Bruno Haible  <bruno@clisp.org>
23956
23957         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23958         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
23959         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
23960         portability problems if one of these functions is only used on specific
23961         platforms.
23962         Reported by Paul Eggert.
23963
23964 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
23965
23966         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
23967         is causing more trouble than it's curing.
23968         * lib/regex_internal.h (__mempcpy): Remove.
23969         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
23970         (and make the code a tad smaller to boot).
23971         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
23972
23973 2007-02-02  Jim Meyering  <jim@meyering.net>
23974
23975         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
23976         section, not in the Makefile.am: one.
23977
23978 2007-02-02  Eric Blake  <ebb9@byu.net>
23979
23980         * lib/strchrnul.c: Always include config.h first.
23981
23982         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
23983         gnulib strstr is not necessary here.
23984
23985 2007-02-02  Simon Josefsson  <simon@josefsson.org>
23986
23987         * m4/socklen.m4: Fix typo.
23988
23989 2007-02-02  Eric Blake  <ebb9@byu.net>
23990
23991         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
23992         * modules/netinet_in (Makefile.am): Likewise.
23993
23994 2007-02-01  Bruno Haible  <bruno@clisp.org>
23995
23996         * lib/string_.h (GL_LINK_WARNING): New macro.
23997         (strcasecmp, strstr, strcasestr): If provided by the system,
23998         conditionally define as a macro that leads to a warning instead of to
23999         an error.
24000         (strncasecmp): Conditionally define as a macro that leads to a warning.
24001
24002 2007-02-01  Karl Berry  <karl@gnu.org>
24003
24004         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
24005
24006 2007-02-01  Bruno Haible  <bruno@clisp.org>
24007
24008         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
24009         renamings.
24010
24011 2007-02-01  Eric Blake  <ebb9@byu.net>
24012
24013         * modules/regex (Depends-on): Revert dependence on mempcpy.
24014         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
24015         module's definition of mempcpy.
24016         Reported by Paul Eggert.
24017
24018 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24019
24020         * lib/string_.h: If the gnulib module XYZ is not present, undefine
24021         the symbol XYZ before redefining it.  This fixes a problem with
24022         programs that don't use XYZ, when compiled on systems that define
24023         XYZ to something else.
24024
24025 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
24026
24027         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
24028         occurs when "mkdir -m foo" creates a setgid directory that is (1)
24029         writeable to group or other and (2) is intended to have a special
24030         mode bit that is set or cleared.  In such a case, the directory
24031         should be neither group- nor other-writeable until the special
24032         mode bits are right.
24033
24034 2007-01-31  Eric Blake  <ebb9@byu.net>
24035
24036         * modules/mountlist (Depends-on): Add strstr.
24037
24038         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
24039         bug.
24040         * modules/string (Makefile.am): Remove redundant replacement.
24041         * modules/regex (Depends-on): Add mempcpy.
24042
24043 2007-01-31  Bruno Haible  <bruno@clisp.org>
24044
24045         New module description field 'Link'.
24046         * gnulib-tool (func_usage): Document --extract-link-directive.
24047         (sed_extract_prog): Recognize 'Link' directive.
24048         (func_get_link_directive): New function.
24049         (func_import): Show summary of link directives.
24050         Handle --extract-link-directive option.
24051         * modules/acl (Link): New section.
24052         * modules/clock-time (Link): New section.
24053         * modules/euidaccess (Link): New section.
24054         * modules/gettext (Link): New section.
24055         * modules/iconv (Link): New section.
24056         * modules/lock (Link): New section.
24057         * modules/nanosleep (Link): New section.
24058         * modules/readline (Link): New section.
24059
24060 2007-01-27  Bruno Haible  <bruno@clisp.org>
24061
24062         Enforce the use of gnulib modules for unportable <string.h> functions.
24063         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
24064         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
24065         (gl_HEADER_STRING_H_BODY): Require it.
24066         * lib/string_.h: If the gnulib module XYZ is not present, redefine
24067         the symbol XYZ to one that gives a link error.
24068         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
24069         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
24070         * modules/mempcpy (configure.ac): Likewise.
24071         * modules/memrchr (configure.ac): Likewise.
24072         * modules/stpcpy (configure.ac): Likewise.
24073         * modules/stpncpy (configure.ac): Likewise.
24074         * modules/strcase (configure.ac): Likewise.
24075         * modules/strcasestr (configure.ac): Likewise.
24076         * modules/strchrnul (configure.ac): Likewise.
24077         * modules/strdup (configure.ac): Likewise.
24078         * modules/strndup (configure.ac): Likewise.
24079         * modules/strnlen (configure.ac): Likewise.
24080         * modules/strpbrk (configure.ac): Likewise.
24081         * modules/strsep (configure.ac): Likewise.
24082         * modules/strstr (configure.ac): Likewise.
24083         * modules/strtok_r (configure.ac): Likewise.
24084
24085 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
24086
24087         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
24088
24089 2007-01-30  Jim Meyering  <jim@meyering.net>
24090
24091         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
24092
24093 2007-01-29  Bruno Haible  <bruno@clisp.org>
24094
24095         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
24096         * lib/execute.c: Likewise.
24097         * lib/pipe.c: Likewise.
24098         * lib/printf-args.h: Likewise.
24099         * lib/printf-args.c: Likewise.
24100         * lib/printf-parse.c: Likewise.
24101         * lib/vasnprintf.c: Likewise.
24102
24103 2007-01-29  Eric Blake  <ebb9@byu.net>
24104
24105         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
24106         declaration.
24107
24108 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
24109
24110         * lib/strptime.h (strptime): Use 'restrict' for args where
24111         POSIX requires this.
24112         * lib/strptime.c (strptime): Likewise.
24113         Change license notice from LGPL to GPL, since gnulib-tool will
24114         change this as needed.
24115         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
24116         defined.
24117         Include "strptime.h" first, to check interface.
24118         Do not #undef _LIBC and _NL_CURRENT.
24119         Do not include <stdlib.h>; no longer needed.
24120         Include "time_r.h" and declare ptime_locale_status
24121         only if _LIBC is not defined.
24122         (__P): Remove unused macro.
24123         (match_string): Bring back glibc version, but use it only if _LIBC
24124         is defined.
24125         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
24126         Remove unnecessary assertion and abort() call.
24127         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
24128         * m4/strptime.m4: Fix serial number comment.
24129         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
24130         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
24131         (Depends-on): Add time_r.
24132
24133 2007-01-29  Bruno Haible  <bruno@clisp.org>
24134
24135         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24136         strptime.
24137         * modules/strptime (Depends-on): Add stdbool.
24138         * lib/strptime.h: Include <time.h> always. Add comments.
24139
24140 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24141
24142         * modules/strptime: New file.
24143         * lib/strptime.h: New file.
24144         * lib/strptime.c: New file.
24145         * m4/strptime.m4: New file.
24146
24147 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24148
24149         * MODULES.html.sh: New module mpsort.
24150         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
24151
24152         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
24153         a circularity problem with HP-UX ia64 reported by Bob Proulx in
24154         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
24155         All uses changed.
24156         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
24157         All uses changed.
24158         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
24159         to _Restrict_.
24160         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
24161         the parameter matches the prototype.
24162
24163 2007-01-28  Jim Meyering  <jim@meyering.net>
24164
24165         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
24166         sys/time.h here, reverting that part of the previous patch:
24167         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
24168
24169 2007-01-28  Bruno Haible  <bruno@clisp.org>
24170
24171         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
24172         value of $(SYS_TIME_H).
24173         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
24174         remove it conditionally, too. [added by Jim Meyering]
24175         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
24176         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24177         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
24178         GETTIMEOFDAY_REPLACEMENT to 1.
24179
24180 2007-01-28  Bruno Haible  <bruno@clisp.org>
24181
24182         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
24183         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
24184         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
24185         Set UNISTD_H instead of UNISTD_H2.
24186         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
24187
24188 2007-01-28  Bruno Haible  <bruno@clisp.org>
24189
24190         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
24191         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
24192
24193 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24194
24195         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
24196         (func_create_testdir): Ensure C locale for `grep' and `tr'
24197         character ranges.
24198         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
24199         ACLOCAL_AMFLAGS parsing state machine.
24200
24201 2007-01-27  Bruno Haible  <bruno@clisp.org>
24202
24203         * modules/unistr/base: Update.
24204
24205 2007-01-27  Bruno Haible  <bruno@clisp.org>
24206
24207         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
24208         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
24209         * modules/unistr/u32-mbtouc-unsafe: Renamed from
24210         modules/unistr/u32-mbtouc.
24211         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
24212         * lib/unistr.h: Update.
24213         * lib/linebreak.c: Update.
24214         * modules/unistr/u32-mbtouc: Renamed from
24215         modules/unistr/u32-mbtouc-safe.
24216         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
24217         * lib/unistr.h: Update.
24218         * lib/unistr/u32-to-u8.c: Update.
24219         * lib/unistr/u32-to-u16.c: Update.
24220
24221 2007-01-27  Bruno Haible  <bruno@clisp.org>
24222
24223         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
24224         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
24225         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
24226         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
24227         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
24228         * modules/unistr/u16-mbtouc-unsafe: Renamed from
24229         modules/unistr/u16-mbtouc.
24230         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
24231         * lib/unistr.h: Update.
24232         * lib/linebreak.c: Update.
24233         * modules/linebreak: Update.
24234         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24235         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
24236         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
24237         * modules/unistr/u16-mbtouc: Renamed from
24238         modules/unistr/u16-mbtouc-safe.
24239         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
24240         * lib/unistr.h: Update.
24241         * lib/unistr/u16-to-u8.c: Update.
24242         * modules/unistr/u16-to-u8: Update.
24243         * lib/unistr/u16-to-u32.c: Update.
24244         * modules/unistr/u16-to-u32: Update.
24245
24246 2007-01-27  Bruno Haible  <bruno@clisp.org>
24247
24248         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
24249         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
24250         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
24251         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
24252         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
24253         * modules/unistr/u8-mbtouc-unsafe: Renamed from
24254         modules/unistr/u8-mbtouc.
24255         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
24256         * lib/unistr.h: Update.
24257         * lib/striconveh.c: Update.
24258         * modules/striconveh: Update.
24259         * lib/linebreak.c: Update.
24260         * modules/linebreak: Update.
24261         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
24262         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
24263         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
24264         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
24265         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
24266         * lib/unistr.h: Update.
24267         * lib/striconveh.c: Update.
24268         * modules/striconveh: Update.
24269         * lib/unistr/u8-to-u16.c: Update.
24270         * modules/unistr/u8-to-u16: Update.
24271         * lib/unistr/u8-to-u32.c: Update.
24272         * modules/unistr/u8-to-u32: Update.
24273
24274 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24275
24276         Sync from Libtool.
24277         * lib/argz.c: Do not include strings.h nor memory.h, include
24278         string.h unconditionally.  Patch by Simon Josefsson.
24279
24280 2007-01-27  Bruno Haible  <bruno@clisp.org>
24281
24282         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
24283         from gl_HEADER_STRING_H_BODY.
24284         (gl_HEADER_STRING_H_BODY): Require it.
24285         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
24286         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24287         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24288         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24289         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24290         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
24291         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24292         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24293         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
24294         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24295         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24296         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
24297         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24298         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24299         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24300
24301 2007-01-27  Bruno Haible  <bruno@clisp.org>
24302
24303         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
24304         check_PROGRAMS into noinst_PROGRAMS.
24305         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
24306         check_PROGRAMS in this case.
24307         (func_import): Set for_test to false.
24308         (func_create_testdir): Set for_test to true.
24309
24310 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24311             Bruno Haible  <bruno@clisp.org>
24312
24313         * modules/strcasestr (Files): Remove lib/strcasestr.h.
24314         (Depends-on): Add string.
24315         (Includes): Use <string.h> instead of strcasestr.h.
24316         * modules/string (Makefile.am): Also substitute the value of
24317         REPLACE_STRCASESTR.
24318         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
24319         assume strcasestr is declared in <string.h> not <strings.h>. Also
24320         set REPLACE_STRCASESTR.
24321         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24322         REPLACE_STRCASESTR.
24323         * lib/strcasestr.h: Remove file.
24324         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24325         * lib/string_.h (strcasestr): New declaration.
24326
24327 2007-01-27  Bruno Haible  <bruno@clisp.org>
24328
24329         * lib/string_.h: Use 'extern'.
24330
24331 2007-01-27  Jim Meyering  <jim@meyering.net>
24332
24333         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24334         of set-but-not-used local, "q".
24335
24336         * lib/mempcpy.c: Include <config.h> before <string.h>.
24337         This fixes a compilation error on HP-UX, due to the system's
24338         "restrict"-using mempcpy prototype.
24339
24340 2007-01-26  Bruno Haible  <bruno@clisp.org>
24341
24342         Small optimization.
24343         * lib/javacomp.c: Include c-strstr.h.
24344          (is_envjavac_gcj): Use c_strstr instead of strstr.
24345         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24346
24347 2007-01-26  Bruno Haible  <bruno@clisp.org>
24348
24349         * MODULES.html.sh (Unicode string functions): Add the new modules.
24350
24351         * modules/uniconv/u32-strconv-to-locale: New file.
24352         * lib/uniconv/u32-strconv-to-locale.c: New file.
24353
24354         * modules/uniconv/u16-strconv-to-locale: New file.
24355         * lib/uniconv/u16-strconv-to-locale.c: New file.
24356
24357         * modules/uniconv/u8-strconv-to-locale: New file.
24358         * lib/uniconv/u8-strconv-to-locale.c: New file.
24359
24360         * modules/uniconv/u32-strconv-from-locale: New file.
24361         * lib/uniconv/u32-strconv-from-locale.c: New file.
24362
24363         * modules/uniconv/u16-strconv-from-locale: New file.
24364         * lib/uniconv/u16-strconv-from-locale.c: New file.
24365
24366         * modules/uniconv/u8-strconv-from-locale: New file.
24367         * lib/uniconv/u8-strconv-from-locale.c: New file.
24368
24369         * modules/uniconv/u32-strconv-to-enc: New file.
24370         * lib/uniconv/u32-strconv-to-enc.c: New file.
24371         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24372         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24373
24374         * modules/uniconv/u16-strconv-to-enc: New file.
24375         * lib/uniconv/u16-strconv-to-enc.c: New file.
24376         * lib/uniconv/u-strconv-to-enc.h: New file.
24377         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24378         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24379
24380         * modules/uniconv/u8-strconv-to-enc: New file.
24381         * lib/uniconv/u8-strconv-to-enc.c: New file.
24382         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24383         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24384
24385         * modules/uniconv/u32-strconv-from-enc: New file.
24386         * lib/uniconv/u32-strconv-from-enc.c: New file.
24387         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24388         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24389
24390         * modules/uniconv/u16-strconv-from-enc: New file.
24391         * lib/uniconv/u16-strconv-from-enc.c: New file.
24392         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24393         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24394
24395         * modules/uniconv/u8-strconv-from-enc: New file.
24396         * lib/uniconv/u8-strconv-from-enc.c: New file.
24397         * lib/uniconv/u-strconv-from-enc.h: New file.
24398         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24399         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24400
24401         * modules/uniconv/u32-conv-from-enc: New file.
24402         * lib/uniconv/u32-conv-from-enc.c: New file.
24403         * modules/uniconv/u32-conv-from-enc-tests: New file.
24404         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24405
24406         * modules/uniconv/u16-conv-from-enc: New file.
24407         * lib/uniconv/u16-conv-from-enc.c: New file.
24408         * lib/uniconv/u-conv-from-enc.h: New file.
24409         * modules/uniconv/u16-conv-from-enc-tests: New file.
24410         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24411
24412         * modules/uniconv/u8-conv-from-enc: New file.
24413         * lib/uniconv/u8-conv-from-enc.c: New file.
24414         * modules/uniconv/u8-conv-from-enc-tests: New file.
24415         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24416
24417         * modules/uniconv/base: New file.
24418         * lib/uniconv.h: New file.
24419
24420 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24421
24422         * doc/gnulib-tool.texi (Initial import): Update to match current
24423         behavior with strdup module.
24424         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
24425         * lib/memmem.h: Remove; all uses removed.  This is now done
24426         by <string.h>.
24427         * lib/mempcpy.h: Likewise.
24428         * lib/memrchr.h: Likewise.
24429         * lib/stpcpy.h: Likewise.
24430         * lib/stpncpy.h: Likewise.
24431         * lib/strcase.h: Likewise.
24432         * lib/strchrnul.h: Likewise.
24433         * lib/strdup.h: Likewise.
24434         * lib/strndup.h: Likewise.
24435         * lib/strnlen.h: Likewise.
24436         * lib/strpbrk.h: Likewise.
24437         * lib/strsep.h: Likewise.
24438         * lib/strstr.h: Likewise.
24439         * lib/strtok_r.h: Likewise.
24440         * lib/string_.h: New file.
24441         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
24442         Rely on <string.h> instead.
24443         * lib/canon-host.c: Likewise.
24444         * lib/chdir-long.c: Likewise.
24445         * lib/concatpath.c: Likewise.
24446         * lib/exclude.c: Likewise.
24447         * lib/fchdir.c: Likewise.
24448         * lib/getaddrinfo.c: Likewise.
24449         * lib/getcwd.c: Likewise.
24450         * lib/getsubopt.c: Likewise.
24451         * lib/glob.c: Likewise.
24452         * lib/hard-locale.c: Likewise.
24453         * lib/iconvme.c: Likewise.
24454         * lib/javacomp.c: Likewise.
24455         * lib/mempcpy.c: Likewise.
24456         * lib/memrchr.c: Likewise.
24457         * lib/regex_internal.h: Likewise.
24458         * lib/stpncpy.c: Likewise.
24459         * lib/strcasecmp.c: Likewise.
24460         * lib/strchrnul.c: Likewise.
24461         * lib/strdup.c: Likewise.
24462         * lib/striconv.c: Likewise.
24463         * lib/striconveh.c: Likewise.
24464         * lib/striconveha.c: Likewise.
24465         * lib/strncasecmp.c: Likewise.
24466         * lib/strndup.c: Likewise.
24467         * lib/strnlen.c: Likewise.
24468         * lib/strsep.c: Likewise.
24469         * lib/strstr.c: Likewise.
24470         * lib/strtok_r.c: Likewise.
24471         * lib/userspec.c: Likewise.
24472         * lib/w32spawn.h: Likewise.
24473         * lib/xstrndup.c: Likewise.
24474         * lib/mountlist.c (strstr): Remove decl.
24475         * m4/string_h.m4: New file.
24476         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
24477         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
24478         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
24479         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
24480         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
24481         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
24482         Set REPLACE_STRCASECMP if necessary.
24483         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
24484         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
24485         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
24486         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
24487         HAVE_DECL_STRDUP if necessary.
24488         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
24489         since gl_FUNC_STRNDUP does that now.
24490         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
24491         Check for decl here...
24492         (gl_PREREQ_STRNLEN): ... not here.
24493         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
24494         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
24495         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
24496         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
24497         necessary.
24498         * modules/string: New file.
24499         * modules/memmem (Files): Remove special-purpose include file.
24500         (Depends-on): Add string.
24501         (Include): Include <string.h>, not the removed file.
24502         * modules/mempcpy: Likewise.
24503         * modules/memrchr: Likewise.
24504         * modules/stpcpy: Likewise.
24505         * modules/stpncpy: Likewise.
24506         * modules/strcase: Likewise.
24507         * modules/strchrnul: Likewise.
24508         * modules/strdup: Likewise.
24509         * modules/strndup: Likewise.
24510         * modules/strnlen: Likewise.
24511         * modules/strpbrk: Likewise.
24512         * modules/strsep: Likewise.
24513         * modules/strstr: Likewise.
24514         * modules/strtok_r: Likewise.
24515         * tests/test-dirname.c: Don't include "strdup.h", since
24516         <string.h> now suffices.
24517         * tests/test-memmem.c: Don't include "memmem.h", since
24518         <string.h> now suffices.
24519
24520 2007-01-25  Bruno Haible  <bruno@clisp.org>
24521
24522         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
24523         *resultp is 0.
24524
24525         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
24526         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
24527         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
24528         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
24529
24530         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
24531         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
24532         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
24533         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
24534         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
24535         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
24536
24537 2007-01-24  Bruno Haible  <bruno@clisp.org>
24538
24539         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
24540         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
24541         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
24542         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
24543         gl_FUNC_FTS_CORE.
24544         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
24545         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
24546         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24547         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
24548         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
24549         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
24550         gl_FUNC_FCHOWNAT.
24551         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
24552         gl_FUNC_STRFTIME.
24553         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
24554         Reported by Ralf Wildenhues.
24555
24556 2007-01-24  Bruno Haible  <bruno@clisp.org>
24557
24558         Drop AC_REQUIRE calls that are redundant with the module dependencies.
24559         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
24560         gl_GETADDRINFO.
24561         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
24562         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
24563         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
24564
24565 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
24566
24567         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
24568         Don't use 'exit'; just return from 'main'.
24569         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
24570
24571         * lib/fnmatch_.h: Readjust white space and comments to match
24572         glibc, to avoid spurious diffs.
24573
24574 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24575
24576         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
24577         2004-12-01 change by Jakub Jelinek, since this code won't compile
24578         if !LIBC.  Problem reported by Bob Proulx.
24579
24580 2007-01-23  Bruno Haible  <bruno@clisp.org>
24581
24582         * lib/striconveh.c: Include c-strcaseeq.h.
24583         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
24584         * modules/striconveh (Depends-on): Add c-strcaseeq.
24585
24586 2007-01-23  Bruno Haible  <bruno@clisp.org>
24587
24588         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
24589
24590         * modules/c-strcaseeq: New file.
24591         * lib/c-strcaseeq.h: New file.
24592
24593         * modules/streq: New file.
24594         * lib/streq.h: New file.
24595
24596 2007-01-23  Bruno Haible  <bruno@clisp.org>
24597
24598         * modules/striconveha-tests: New file.
24599         * tests/test-striconveha.c: New file.
24600
24601         * lib/striconveha.h: Include <stdbool.h>.
24602         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
24603         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
24604         (mem_iconveha_notranslit): Renamed from mem_iconveha.
24605         (mem_iconveha): New function.
24606         (str_iconveha_notranslit): Renamed from str_iconveha.
24607         (str_iconveha): New function.
24608         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24609         c-strcase.
24610
24611 2007-01-23  Bruno Haible  <bruno@clisp.org>
24612
24613         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
24614         encodings without forgiving before trying any encoding with handler.
24615         (str_iconveha): Try all encodings without forgiving before trying any
24616         encoding with handler.
24617
24618 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24619
24620         Import the following changes from libc.
24621
24622         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24623
24624         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
24625
24626         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24627
24628         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
24629         normal_bracket label.
24630
24631         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
24632
24633         [BZ #361]
24634         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
24635         to normal_bracket after fetching the next character.
24636
24637 2007-01-22  Bruno Haible  <bruno@clisp.org>
24638
24639         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
24640         argument.
24641         * lib/striconveh.c (iconv_carefully_1): New function.
24642         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
24643         argument.
24644         (str_cd_iconveh): Update.
24645         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
24646         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
24647         * tests/test-striconveh.c (MAGIC): New macro.
24648         (new_offsets): New function.
24649         (main): Test call with and without offsets.
24650
24651 2007-01-22  Bruno Haible  <bruno@clisp.org>
24652
24653         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
24654         * modules/sys_select (Makefile.am): Likewise.
24655         * modules/sys_socket (Makefile.am): Likewise.
24656         * modules/sys_time (Makefile.am): Likewise.
24657
24658 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24659
24660         * modules/gettimeofday (License): Change from GPL to LGPL, since
24661         gettimeofday is a library function.
24662
24663 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24664
24665         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
24666
24667 2007-01-21  Bruno Haible  <bruno@clisp.org>
24668
24669         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
24670
24671 2007-01-21  Bruno Haible  <bruno@clisp.org>
24672
24673         * modules/striconveha: New file.
24674         * lib/striconveha.h: New file.
24675         * lib/striconveha.c: New file.
24676         * MODULES.html.sh (Internationalization functions): Add striconveha.
24677         * lib/striconv.c (str_iconv): Optimize the case of an empty input
24678         string.
24679         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
24680
24681 2007-01-21  Bruno Haible  <bruno@clisp.org>
24682
24683         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
24684         * lib/striconveh.c (str_iconveh): Likewise.
24685
24686 2007-01-21  Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/striconveh.h (mem_iconveh): New declaration.
24689         * lib/striconveh.c (mem_iconveh): New function.
24690         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
24691
24692 2007-01-21  Bruno Haible  <bruno@clisp.org>
24693
24694         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
24695
24696         * lib/striconveh.h (mem_cd_iconveh): Change specification.
24697         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
24698         original result buffer.
24699         (str_cd_iconveh): Update.
24700         * tests/test-striconveh.c (main): Update.
24701
24702         * lib/striconv.h (mem_cd_iconv): Change specification.
24703         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
24704         result buffer.
24705         (str_cd_iconv): Update.
24706         * tests/test-striconv.c (main): Update.
24707
24708 2007-01-21  Bruno Haible  <bruno@clisp.org>
24709
24710         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
24711
24712 2007-01-20  Jim Meyering  <jim@meyering.net>
24713
24714         * lib/userspec.c (parse_with_separator): If a user or group string
24715         starts with "+", skip the corresponding name-to-ID look-up, since
24716         such a look-up must fail: user and group names may not include "+".
24717
24718 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24719
24720         * lib/poll.c: Include sys/time.h and time.h unconditionally,
24721         since we now assume the sys_time module.
24722         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
24723         check for sys/time.h; no longer needed.
24724         * modules/poll (Depends-on): Depend on sys_time.
24725
24726 2007-01-18  Bruno Haible  <bruno@clisp.org>
24727
24728         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
24729         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24730
24731         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
24732         gettimeofday.
24733
24734         * tests/test-gettimeofday.c: Include <time.h>.
24735         (dummy): Remove variable.
24736
24737         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
24738         gl_HEADER_SYS_TIME_H.
24739         (gl_HEADER_SYS_TIME_H): New macro.
24740
24741         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
24742         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24743         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
24744         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
24745         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24746         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
24747         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
24748         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24749         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
24750         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
24751         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24752
24753         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
24754         last change; it caused a compilation error when cross-compiling to
24755         Cygwin.
24756
24757 2007-01-18  Jim Meyering  <jim@meyering.net>
24758
24759         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
24760         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
24761         than the race-prone "test -d sys || mkdir sys".
24762         (configure.ac): Use AC_PROG_MKDIR_P.
24763         * modules/sys_select: Likewise.
24764         * modules/sys_socket: Likewise.
24765         * modules/sys_time: Likewise.
24766
24767 2007-01-18  Eric Blake  <ebb9@byu.net>
24768
24769         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
24770         replace gettimeofday.
24771         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
24772         name, to avoid infinite recursion.
24773
24774 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
24775
24776         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
24777         module sys_time.
24778         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
24779         assume timespec.h defines struct timeval.
24780         * lib/settime.c: Likewise.
24781         * lib/utimens.c: Likewise.
24782         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
24783         since we now assume the gettimeofday module.
24784         * lib/tempname.c (__gen_tempname): Likewise.
24785         * lib/gettimeofday.h: Remove.
24786         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
24787         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
24788         Include <time.h>, for 'time()'.
24789         (localtime_buffer_addr): Also use this workaround if
24790         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
24791         to simplify the uses.  All uses changed.
24792         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
24793         that #undef is inside {}, and 'const' follows type name consistently.
24794         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
24795         (gettimeofday): Do not use the maximum possible value for
24796         tv->tv_usec, since that might break usages other than ls.c.
24797         Instead, we'll leave ls.c alone.  This undoes today's patch
24798         by Bruno.  Add a compile-time warning for 1s-clock resolution;
24799         we've never observed the problem but might as well keep the
24800         canary.
24801         * lib/nanosleep.c: Include timespec.h first, for interface check.
24802         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
24803         now assume the sys_time module.
24804         * lib/tempname.c: Likewise.
24805         * lib/timespec.h: Likewise.
24806         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
24807         needed.
24808         * lib/strftime.c: Likewise.
24809         * lib/timespec.h: Likewise.
24810         * lib/posixtm.c: Include posixtm.h first, for interface check.
24811         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
24812         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
24813         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
24814         * lib/sys_time_.h: New file.
24815         * lib/timespec.h (struct timespec): Use long int, not long.
24816         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24817         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
24818         Remove obsolescent call to AC_HEADER_TIME.
24819         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
24820         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24821         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24822         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
24823         Likewise.
24824         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
24825         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
24826         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
24827         into the sys_time module.  Check for gettimeofday just once.
24828         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
24829         for gettimeofday signature to just check the signature.  Merely
24830         compile it, since linking doesn't test signature.  Improve test for
24831         whether gettimeofday.o is actually needed.
24832         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
24833         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
24834         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
24835         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24836         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
24837         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
24838         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
24839         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
24840         than worrying about sys/time.h.
24841         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24842         Don't bother worrying about TIME_WITH_SYS_TIME.
24843         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
24844         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
24845         * m4/sys_time_h.m4: New file.
24846         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
24847         Don't include sys/time.h.  Return from main rather than exiting.
24848         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
24849         all uses changed.
24850         * modules/gethrxtime (Depends-on): Add sys_time.
24851         * modules/gettime (Depends-on): Likewise.
24852         * modules/gettimeofday (Depends-on): Likewise.
24853         * modules/nanosleep (Depends-on): Likewise.
24854         * modules/settime (Depends-on): Likewise.
24855         * modules/tempname (Depends-on): Likewise.
24856         * modules/utimens (Depends-on): Likewise.
24857         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
24858         (Include:) Change back to <sys/time.h>.
24859         (Maintainer:) Add self.
24860         * modules/sys_time: New file.
24861         * modules/tempname (Depends-on): Add gettimeofday.
24862         * tests/test-gettimeofday.c: Include <sys/time.h>
24863         rather than gettimeofday.h.
24864
24865 2007-01-17  Bruno Haible  <bruno@clisp.org>
24866
24867         * gnulib-tool (func_get_license): Revert last patch. Instead, let
24868         the license default to GPL.
24869         (func_create_testdir): Don't complain if a module is LGPL and its
24870         tests module depends on GPLed modules.
24871
24872 2007-01-17  Bruno Haible  <bruno@clisp.org>
24873
24874         * lib/gettimeofday.c (gettimeofday): Add code for the case
24875         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
24876         maximum possible value for tv->tv_usec, rather than the minimum one.
24877
24878 2005-10-08  Martin Lambers  <marlam@marlam.de>
24879 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24880 2007-01-16  Bruno Haible  <bruno@clisp.org>
24881
24882         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
24883         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
24884         gl_FUNC_GETTIMEOFDAY.
24885         (Include): Add gettimeofday.h.
24886         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
24887         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
24888         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
24889         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
24890         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
24891         * lib/gettimeofday.h: New file.
24892         * lib/gettimeofday.c: Include <sys/timeb.h>.
24893         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
24894         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24895         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
24896         fall back on time().
24897
24898         * tests/test-gettimeofday.c: New file.
24899         * modules/gettimeofday-tests: New file.
24900
24901 2007-01-16  Eric Blake  <ebb9@byu.net>
24902
24903         * modules/fnmatch (Depends-on): Depend on wchar.
24904         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
24905         * m4/fnmatch.m4: Likewise.
24906         * modules/mbchar (Makefile.am): Assume <wchar.h>.
24907         * m4/mbchar.m4: Likewise.
24908         * modules/mbswidth (Depends-on): Depend on wchar.
24909         * lib/mbswidth.c: Assume <wchar.h>.
24910         * m4/mbswidth.m4: Likewise.
24911         * modules/quotearg (Depends-on): Depend on wchar.
24912         * lib/quotearg.c: Assume <wchar.h>.
24913         * m4/quotearg.m4: Likewise.
24914         * modules/regex (Depends-on): Depend on wchar.
24915         * lib/regex_internal.h: Assume <wchar.h>.
24916         * m4/regex.m4: Likewise.
24917         * modules/stdint (Depends-on): Depend on wchar.
24918         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
24919         * m4/stdint.m4: Likewise.
24920         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
24921         * modules/strftime (Depends-on): Depend on wchar.
24922         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
24923         * modules/strtol (Depends-on): Depend on wchar.
24924         * lib/strtol.c: Assume <wchar.h>.
24925         * modules/wcwidth (Depends-on): Depend on wchar.
24926         * lib/wcwidth.h: Assume <wchar.h>.
24927         * m4/wcwidth.m4: Likewise.
24928
24929 2007-01-16  Bruno Haible  <bruno@clisp.org>
24930
24931         * modules/csharpexec-script: New, created from...
24932         * modules/csharpexec: ... this.
24933
24934 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
24935
24936         * modules/javaexec-script: New, created from...
24937         * modules/javaexec: ... this.
24938
24939 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24940
24941         * modules/poll (Dependencies): Add sys_select.
24942
24943 2007-01-15  Jim Meyering  <jim@meyering.net>
24944
24945         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
24946         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
24947         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
24948         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
24949
24950 2007-01-15  Bruno Haible  <bruno@clisp.org>
24951
24952         * modules/striconveh: New file.
24953         * lib/striconveh.h: New file.
24954         * lib/striconveh.c: New file.
24955         * MODULES.html.sh (Internationalization functions): Add striconveh.
24956
24957         * modules/striconveh-tests: New file.
24958         * tests/test-striconveh.c: New file.
24959
24960 2007-01-15  Bruno Haible  <bruno@clisp.org>
24961
24962         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
24963         not from GNU libiconv or GNU libc.
24964
24965 2007-01-15  Bruno Haible  <bruno@clisp.org>
24966
24967         * doc/gnulib-intro.texi (Copyright): Explain the different license
24968         terms for module descriptions, autoconf macros, tests, documentation.
24969
24970 2007-01-14  Bruno Haible  <bruno@clisp.org>
24971
24972         * modules/striconv-tests: New file.
24973         * tests/test-striconv.c: New file.
24974
24975 2007-01-14  Bruno Haible  <bruno@clisp.org>
24976
24977         * modules/iconv-tests: New file.
24978         * tests/test-iconv.c: New file.
24979
24980 2007-01-14  Bruno Haible  <bruno@clisp.org>
24981
24982         * gnulib-tool (func_get_license): For test modules, use the license of
24983         the main module.
24984
24985 2007-01-14  Bruno Haible  <bruno@clisp.org>
24986
24987         * modules/iconv (Include): Clarify that <iconv.h> can only be included
24988         if iconv is found to exist.
24989
24990 2007-01-14  Bruno Haible  <bruno@clisp.org>
24991
24992         * modules/c-ctype-tests: New file.
24993         * tests/test-c-ctype.c: New file.
24994
24995 2007-01-14  Bruno Haible  <bruno@clisp.org>
24996
24997         * modules/binary-io-tests: New file.
24998         * tests/test-binary-io.sh: New file.
24999         * tests/test-binary-io.c: New file.
25000
25001 2007-01-14  Bruno Haible  <bruno@clisp.org>
25002
25003         * modules/array-oset-tests: New file.
25004         * tests/test-array_oset.c: New file.
25005
25006 2007-01-14  Bruno Haible  <bruno@clisp.org>
25007
25008         * modules/array-list-tests: New file.
25009         * tests/test-array_list.c: New file.
25010
25011 2007-01-14  Bruno Haible  <bruno@clisp.org>
25012
25013         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
25014         and make.
25015         Reported by Simon Josefsson in
25016         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
25017
25018 2007-01-14  Bruno Haible  <bruno@clisp.org>
25019
25020         * modules/allocsa-tests: New file.
25021         * tests/test-allocsa.c: New file.
25022
25023 2007-01-14  Bruno Haible  <bruno@clisp.org>
25024
25025         * modules/fchdir (Depends-on): Add absolute-header.
25026         * modules/unistd (Depends-on): Likewise.
25027
25028 2006-12-30  Bruno Haible  <bruno@clisp.org>
25029
25030         * modules/fchdir: New file.
25031         * modules/unistd (Files): Add lib/unistd_.h.
25032         (Makefile.am): Generate unistd.h from unistd_.h.
25033         * lib/fchdir.c: New file.
25034         * lib/dirent_.h: New file.
25035         * lib/unistd_.h: New file.
25036         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
25037         * m4/fchdir.m4: New file.
25038         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
25039         (gl_HEADER_UNISTD): Invoke it.
25040         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
25041         function.
25042         * lib/backupfile.c (opendir, closedir): Undefine.
25043         * lib/chown.c (open, close): Undefine.
25044         * lib/clean-temp.c (open, close): Undefine.
25045         * lib/copy-file.c (open, close): Undefine.
25046         * lib/execute.c (open, close): Undefine.
25047         * lib/fsusage.c (open, close): Undefine.
25048         * lib/gc-gnulib.c (open, close): Undefine.
25049         * lib/getcwd.c (opendir, closedir): Undefine.
25050         * lib/glob.c (opendir, closedir): Undefine.
25051         * lib/javacomp.c (open, close): Undefine.
25052         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
25053         * lib/openat-proc.c (open, close): Undefine.
25054         * lib/pagealign_alloc.c (open, close): Undefine.
25055         * lib/pipe.c (open, close): Undefine.
25056         * lib/progreloc.c (open, close): Undefine.
25057         * lib/savedir.c (opendir, closedir): Undefine.
25058         * lib/utime.c (open, close): Undefine.
25059         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
25060
25061 2007-01-10  Bruno Haible  <bruno@clisp.org>
25062
25063         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
25064
25065 2007-01-12  Eric Blake  <ebb9@byu.net>
25066
25067         Provide a robust <wchar.h>.  Further simplifications are now
25068         possible in other modules, but not included here.
25069         * modules/wchar: New module.
25070         * m4/wchar.m4: New file.
25071         * lib/wchar_.h: Likewise.
25072         * modules/mbchar (Depends-on): Depend on wchar, as the first use
25073         of the new module.
25074         * MODULES.html.sh (Extended multibyte and wide character utilities):
25075         New section.
25076
25077 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
25078
25079         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
25080         to a reasonable default for memory allocation.
25081         (xreadlink): Don't allocate a huge buffer, to work around a buggy
25082         file system that reports garbage st_size values for symlinks.
25083         Problem reported by Liyang Hu.
25084
25085 2007-01-11  Simon Josefsson  <simon@josefsson.org>
25086
25087         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
25088         Emacs .#* auto-save files).
25089
25090 2007-01-11  Bruno Haible  <bruno@clisp.org>
25091
25092         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
25093         directory.
25094
25095 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25096
25097         Use @...@ consistently in lib/wctype_.h.
25098         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
25099         on it being set to 1 or 0.
25100         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
25101         go back to AC_SUBSTing it.
25102         * modules/wctype (Makefile.am): Undo previous change.
25103
25104 2007-01-10  Eric Blake  <ebb9@byu.net>
25105
25106         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
25107         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
25108         * modules/wctype (Makefile.am): Likewise.
25109         Reported by Chris McGuire.
25110
25111 2007-01-10  Jim Meyering  <jim@meyering.net>
25112
25113         fts.c: a small readability/maintainability improvement
25114         * lib/fts.c (fts_read): Make this code slightly more readable and
25115         maintainable by hoisting the "sp->fts_cur = p" assignments to
25116         immediately follow the statements that set P.  Derived from
25117         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
25118
25119 2007-01-10  Eric Blake  <ebb9@byu.net>
25120
25121         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
25122         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
25123         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25124         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
25125         Reported by Chris McGuire.
25126
25127 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25128
25129         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
25130         in sed script.
25131
25132 2007-01-09  Bruno Haible  <bruno@clisp.org>
25133
25134         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25135         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
25136         variables.
25137         (func_module): Use them.
25138
25139 2007-01-09  Bruno Haible  <bruno@clisp.org>
25140
25141         * modules/unistr/base: New file.
25142         * lib/unistr.h: New file.
25143
25144         * modules/unistr/u8-to-u16: New file.
25145         * lib/unistr/u8-to-u16.c: New file.
25146
25147         * modules/unistr/u8-to-u32: New file.
25148         * lib/unistr/u8-to-u32.c: New file.
25149
25150         * modules/unistr/u16-to-u8: New file.
25151         * lib/unistr/u16-to-u8.c: New file.
25152
25153         * modules/unistr/u16-to-u32: New file.
25154         * lib/unistr/u16-to-u32.c: New file.
25155
25156         * modules/unistr/u32-to-u8: New file.
25157         * lib/unistr/u32-to-u8.c: New file.
25158
25159         * modules/unistr/u32-to-u16: New file.
25160         * lib/unistr/u32-to-u16.c: New file.
25161
25162         * modules/unistr/u8-check: New file.
25163         * modules/unistr/u16-check: New file.
25164         * modules/unistr/u32-check: New file.
25165         * lib/unistr/u8-check.c: New file.
25166         * lib/unistr/u16-check.c: New file.
25167         * lib/unistr/u32-check.c: New file.
25168
25169         * modules/unistr/u8-chr: New file.
25170         * modules/unistr/u16-chr: New file.
25171         * modules/unistr/u32-chr: New file.
25172         * lib/unistr/u8-chr.c: New file.
25173         * lib/unistr/u16-chr.c: New file.
25174         * lib/unistr/u32-chr.c: New file.
25175
25176         * modules/unistr/u8-cmp: New file.
25177         * modules/unistr/u16-cmp: New file.
25178         * modules/unistr/u32-cmp: New file.
25179         * lib/unistr/u8-cmp.c: New file.
25180         * lib/unistr/u16-cmp.c: New file.
25181         * lib/unistr/u32-cmp.c: New file.
25182
25183         * modules/unistr/u8-cpy: New file.
25184         * modules/unistr/u16-cpy: New file.
25185         * modules/unistr/u32-cpy: New file.
25186         * lib/unistr/u8-cpy.c: New file.
25187         * lib/unistr/u16-cpy.c: New file.
25188         * lib/unistr/u32-cpy.c: New file.
25189         * lib/unistr/u-cpy.h: New file.
25190
25191         * modules/unistr/u8-cpy-alloc: New file.
25192         * modules/unistr/u16-cpy-alloc: New file.
25193         * modules/unistr/u32-cpy-alloc: New file.
25194         * lib/unistr/u8-cpy-alloc.c: New file.
25195         * lib/unistr/u16-cpy-alloc.c: New file.
25196         * lib/unistr/u32-cpy-alloc.c: New file.
25197         * lib/unistr/u-cpy-alloc.h: New file.
25198
25199         * modules/unistr/u8-endswith: New file.
25200         * modules/unistr/u16-endswith: New file.
25201         * modules/unistr/u32-endswith: New file.
25202         * lib/unistr/u8-endswith.c: New file.
25203         * lib/unistr/u16-endswith.c: New file.
25204         * lib/unistr/u32-endswith.c: New file.
25205         * lib/unistr/u-endswith.h: New file.
25206
25207         * modules/unistr/u8-mblen: New file.
25208         * modules/unistr/u16-mblen: New file.
25209         * modules/unistr/u32-mblen: New file.
25210         * lib/unistr/u8-mblen.c: New file.
25211         * lib/unistr/u16-mblen.c: New file.
25212         * lib/unistr/u32-mblen.c: New file.
25213
25214         * modules/unistr/u8-mbtouc: New file.
25215         * modules/unistr/u16-mbtouc: New file.
25216         * modules/unistr/u32-mbtouc: New file.
25217         * lib/unistr/u8-mbtouc.c: New file.
25218         * lib/unistr/u16-mbtouc.c: New file.
25219         * lib/unistr/u32-mbtouc.c: New file.
25220
25221         * modules/unistr/u8-mbtouc-safe: New file.
25222         * modules/unistr/u16-mbtouc-safe: New file.
25223         * modules/unistr/u32-mbtouc-safe: New file.
25224         * lib/unistr/u8-mbtouc-safe.c: New file.
25225         * lib/unistr/u16-mbtouc-safe.c: New file.
25226         * lib/unistr/u32-mbtouc-safe.c: New file.
25227
25228         * modules/unistr/u8-move: New file.
25229         * modules/unistr/u16-move: New file.
25230         * modules/unistr/u32-move: New file.
25231         * lib/unistr/u8-move.c: New file.
25232         * lib/unistr/u16-move.c: New file.
25233         * lib/unistr/u32-move.c: New file.
25234         * lib/unistr/u-move.h: New file.
25235
25236         * modules/unistr/u8-next: New file.
25237         * modules/unistr/u16-next: New file.
25238         * modules/unistr/u32-next: New file.
25239         * lib/unistr/u8-next.c: New file.
25240         * lib/unistr/u16-next.c: New file.
25241         * lib/unistr/u32-next.c: New file.
25242
25243         * modules/unistr/u8-prev: New file.
25244         * modules/unistr/u16-prev: New file.
25245         * modules/unistr/u32-prev: New file.
25246         * lib/unistr/u8-prev.c: New file.
25247         * lib/unistr/u16-prev.c: New file.
25248         * lib/unistr/u32-prev.c: New file.
25249
25250         * modules/unistr/u8-set: New file.
25251         * modules/unistr/u16-set: New file.
25252         * modules/unistr/u32-set: New file.
25253         * lib/unistr/u8-set.c: New file.
25254         * lib/unistr/u16-set.c: New file.
25255         * lib/unistr/u32-set.c: New file.
25256         * lib/unistr/u-set.h: New file.
25257
25258         * modules/unistr/u8-startswith: New file.
25259         * modules/unistr/u16-startswith: New file.
25260         * modules/unistr/u32-startswith: New file.
25261         * lib/unistr/u8-startswith.c: New file.
25262         * lib/unistr/u16-startswith.c: New file.
25263         * lib/unistr/u32-startswith.c: New file.
25264         * lib/unistr/u-startswith.h: New file.
25265
25266         * modules/unistr/u8-stpcpy: New file.
25267         * modules/unistr/u16-stpcpy: New file.
25268         * modules/unistr/u32-stpcpy: New file.
25269         * lib/unistr/u8-stpcpy.c: New file.
25270         * lib/unistr/u16-stpcpy.c: New file.
25271         * lib/unistr/u32-stpcpy.c: New file.
25272         * lib/unistr/u-stpcpy.h: New file.
25273
25274         * modules/unistr/u8-stpncpy: New file.
25275         * modules/unistr/u16-stpncpy: New file.
25276         * modules/unistr/u32-stpncpy: New file.
25277         * lib/unistr/u8-stpncpy.c: New file.
25278         * lib/unistr/u16-stpncpy.c: New file.
25279         * lib/unistr/u32-stpncpy.c: New file.
25280         * lib/unistr/u-stpncpy.h: New file.
25281
25282         * modules/unistr/u8-strcat: New file.
25283         * modules/unistr/u16-strcat: New file.
25284         * modules/unistr/u32-strcat: New file.
25285         * lib/unistr/u8-strcat.c: New file.
25286         * lib/unistr/u16-strcat.c: New file.
25287         * lib/unistr/u32-strcat.c: New file.
25288         * lib/unistr/u-strcat.h: New file.
25289
25290         * modules/unistr/u8-strchr: New file.
25291         * modules/unistr/u16-strchr: New file.
25292         * modules/unistr/u32-strchr: New file.
25293         * lib/unistr/u8-strchr.c: New file.
25294         * lib/unistr/u16-strchr.c: New file.
25295         * lib/unistr/u32-strchr.c: New file.
25296
25297         * modules/unistr/u8-strcmp: New file.
25298         * modules/unistr/u16-strcmp: New file.
25299         * modules/unistr/u32-strcmp: New file.
25300         * lib/unistr/u8-strcmp.c: New file.
25301         * lib/unistr/u16-strcmp.c: New file.
25302         * lib/unistr/u32-strcmp.c: New file.
25303
25304         * modules/unistr/u8-strcpy: New file.
25305         * modules/unistr/u16-strcpy: New file.
25306         * modules/unistr/u32-strcpy: New file.
25307         * lib/unistr/u8-strcpy.c: New file.
25308         * lib/unistr/u16-strcpy.c: New file.
25309         * lib/unistr/u32-strcpy.c: New file.
25310         * lib/unistr/u-strcpy.h: New file.
25311
25312         * modules/unistr/u8-strcspn: New file.
25313         * modules/unistr/u16-strcspn: New file.
25314         * modules/unistr/u32-strcspn: New file.
25315         * lib/unistr/u8-strcspn.c: New file.
25316         * lib/unistr/u16-strcspn.c: New file.
25317         * lib/unistr/u32-strcspn.c: New file.
25318         * lib/unistr/u-strcspn.h: New file.
25319
25320         * modules/unistr/u8-strdup: New file.
25321         * modules/unistr/u16-strdup: New file.
25322         * modules/unistr/u32-strdup: New file.
25323         * lib/unistr/u8-strdup.c: New file.
25324         * lib/unistr/u16-strdup.c: New file.
25325         * lib/unistr/u32-strdup.c: New file.
25326         * lib/unistr/u-strdup.h: New file.
25327
25328         * modules/unistr/u8-strlen: New file.
25329         * modules/unistr/u16-strlen: New file.
25330         * modules/unistr/u32-strlen: New file.
25331         * lib/unistr/u8-strlen.c: New file.
25332         * lib/unistr/u16-strlen.c: New file.
25333         * lib/unistr/u32-strlen.c: New file.
25334         * lib/unistr/u-strlen.h: New file.
25335
25336         * modules/unistr/u8-strmblen: New file.
25337         * modules/unistr/u16-strmblen: New file.
25338         * modules/unistr/u32-strmblen: New file.
25339         * lib/unistr/u8-strmblen.c: New file.
25340         * lib/unistr/u16-strmblen.c: New file.
25341         * lib/unistr/u32-strmblen.c: New file.
25342
25343         * modules/unistr/u8-strmbtouc: New file.
25344         * modules/unistr/u16-strmbtouc: New file.
25345         * modules/unistr/u32-strmbtouc: New file.
25346         * lib/unistr/u8-strmbtouc.c: New file.
25347         * lib/unistr/u16-strmbtouc.c: New file.
25348         * lib/unistr/u32-strmbtouc.c: New file.
25349
25350         * modules/unistr/u8-strncat: New file.
25351         * modules/unistr/u16-strncat: New file.
25352         * modules/unistr/u32-strncat: New file.
25353         * lib/unistr/u8-strncat.c: New file.
25354         * lib/unistr/u16-strncat.c: New file.
25355         * lib/unistr/u32-strncat.c: New file.
25356         * lib/unistr/u-strncat.h: New file.
25357
25358         * modules/unistr/u8-strncmp: New file.
25359         * modules/unistr/u16-strncmp: New file.
25360         * modules/unistr/u32-strncmp: New file.
25361         * lib/unistr/u8-strncmp.c: New file.
25362         * lib/unistr/u16-strncmp.c: New file.
25363         * lib/unistr/u32-strncmp.c: New file.
25364
25365         * modules/unistr/u8-strncpy: New file.
25366         * modules/unistr/u16-strncpy: New file.
25367         * modules/unistr/u32-strncpy: New file.
25368         * lib/unistr/u8-strncpy.c: New file.
25369         * lib/unistr/u16-strncpy.c: New file.
25370         * lib/unistr/u32-strncpy.c: New file.
25371         * lib/unistr/u-strncpy.h: New file.
25372
25373         * modules/unistr/u8-strnlen: New file.
25374         * modules/unistr/u16-strnlen: New file.
25375         * modules/unistr/u32-strnlen: New file.
25376         * lib/unistr/u8-strnlen.c: New file.
25377         * lib/unistr/u16-strnlen.c: New file.
25378         * lib/unistr/u32-strnlen.c: New file.
25379         * lib/unistr/u-strnlen.h: New file.
25380
25381         * modules/unistr/u8-strpbrk: New file.
25382         * modules/unistr/u16-strpbrk: New file.
25383         * modules/unistr/u32-strpbrk: New file.
25384         * lib/unistr/u8-strpbrk.c: New file.
25385         * lib/unistr/u16-strpbrk.c: New file.
25386         * lib/unistr/u32-strpbrk.c: New file.
25387         * lib/unistr/u-strpbrk.h: New file.
25388
25389         * modules/unistr/u8-strrchr: New file.
25390         * modules/unistr/u16-strrchr: New file.
25391         * modules/unistr/u32-strrchr: New file.
25392         * lib/unistr/u8-strrchr.c: New file.
25393         * lib/unistr/u16-strrchr.c: New file.
25394         * lib/unistr/u32-strrchr.c: New file.
25395
25396         * modules/unistr/u8-strspn: New file.
25397         * modules/unistr/u16-strspn: New file.
25398         * modules/unistr/u32-strspn: New file.
25399         * lib/unistr/u8-strspn.c: New file.
25400         * lib/unistr/u16-strspn.c: New file.
25401         * lib/unistr/u32-strspn.c: New file.
25402         * lib/unistr/u-strspn.h: New file.
25403
25404         * modules/unistr/u8-strstr: New file.
25405         * modules/unistr/u16-strstr: New file.
25406         * modules/unistr/u32-strstr: New file.
25407         * lib/unistr/u8-strstr.c: New file.
25408         * lib/unistr/u16-strstr.c: New file.
25409         * lib/unistr/u32-strstr.c: New file.
25410         * lib/unistr/u-strstr.h: New file.
25411
25412         * modules/unistr/u8-strtok: New file.
25413         * modules/unistr/u16-strtok: New file.
25414         * modules/unistr/u32-strtok: New file.
25415         * lib/unistr/u8-strtok.c: New file.
25416         * lib/unistr/u16-strtok.c: New file.
25417         * lib/unistr/u32-strtok.c: New file.
25418         * lib/unistr/u-strtok.h: New file.
25419
25420         * modules/unistr/u8-uctomb: New file.
25421         * modules/unistr/u16-uctomb: New file.
25422         * modules/unistr/u32-uctomb: New file.
25423         * lib/unistr/u8-uctomb.c: New file.
25424         * lib/unistr/u16-uctomb.c: New file.
25425         * lib/unistr/u32-uctomb.c: New file.
25426
25427         * MODULES.html.sh (Unicode string functions): Add the new modules.
25428
25429 2007-01-08  Bruno Haible  <bruno@clisp.org>
25430
25431         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
25432         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
25433         subdirectories.
25434
25435 2007-01-08  Karl Berry  <karl@gnu.org>
25436
25437         * doc/error.texi: mention that main() fns must set program_name
25438         when progname is used.
25439
25440 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
25441
25442         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
25443         WCTYPE_H is empty, for the benefit of builds from non-distclean
25444         directories.  Problem reported by Eric Blake in
25445         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
25446
25447 2007-01-08  Bruno Haible  <bruno@clisp.org>
25448
25449         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
25450         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
25451         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
25452         PROVIDE_CANONICALIZE_FILENAME_MODE.
25453         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
25454
25455 2007-01-08  Bruno Haible  <bruno@clisp.org>
25456
25457         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
25458         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
25459         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
25460         * lib/fts.c: Likewise.
25461         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
25462
25463 2006-12-25  Bruno Haible  <bruno@clisp.org>
25464
25465         * modules/utf8-ucs4-safe: New file.
25466         * lib/utf8-ucs4-safe.h: New file.
25467         * lib/unistr/utf8-ucs4-safe.c: New file.
25468
25469         * modules/utf16-ucs4-safe: New file.
25470         * lib/utf16-ucs4-safe.h: New file.
25471         * lib/unistr/utf16-ucs4-safe.c: New file.
25472
25473         * MODULES.html.sh (Unicode string functions): Add the new modules.
25474
25475 2007-01-08  Bruno Haible  <bruno@clisp.org>
25476
25477         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
25478         (Depends-on): Add unitypes.
25479         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25480         (u8_mbtouc_aux): Move out to separate file.
25481         (u8_mbtouc): Use ucs4_t, uint8_t types.
25482         * lib/unistr/utf8-ucs4.c: New file.
25483
25484         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
25485         (Depends-on): Add unitypes.
25486         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25487         (u16_mbtouc_aux): Move out to separate file.
25488         (u16_mbtouc): Use ucs4_t, uint16_t types.
25489         * lib/unistr/utf16-ucs4.c: New file.
25490
25491         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
25492         (Depends-on): Add unitypes.
25493         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
25494         (u8_uctomb_aux): Move out to separate file.
25495         (u8_uctomb): Use ucs4_t, uint8_t types.
25496         * lib/unistr/ucs4-utf8.c: New file.
25497
25498         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
25499         (Depends-on): Add unitypes.
25500         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
25501         (u16_uctomb_aux): Move out to separate file.
25502         (u16_uctomb): Use ucs4_t, uint16_t types.
25503         * lib/unistr/ucs4-utf16.c: New file.
25504
25505 2006-12-25  Bruno Haible  <bruno@clisp.org>
25506
25507         * modules/unitypes: New file.
25508         * lib/unitypes.h: New file.
25509         * MODULES.html.sh (func_all_modules): New section "Unicode string
25510         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
25511         this section. Add unitypes.
25512
25513 2007-01-08  Bruno Haible  <bruno@clisp.org>
25514
25515         Avoid variable names that conflict with those from libtool.
25516         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
25517         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
25518         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
25519         library_names_spec to acl_library_names_spec, hardcode_* to
25520         acl_hardcode_*.
25521         Reported by Ralf Wildenhues.
25522
25523 2007-01-08  Bruno Haible  <bruno@clisp.org>
25524
25525         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
25526         definition.
25527         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
25528         definition.
25529         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
25530         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
25531         definition.
25532         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
25533         definition.
25534         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
25535         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
25536         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25537         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
25538         definition.
25539         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
25540         definition.
25541         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
25542         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
25543         GC_USE_<algorithm>.
25544         * lib/gc-libgcrypt.c: Likewise.
25545         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
25546         * modules/gc-arctwo (configure.ac): Likewise.
25547         * modules/gc-des (configure.ac): Likewise.
25548         * modules/gc-hmac-md5 (configure.ac): Likewise.
25549         * modules/gc-hmac-sha1 (configure.ac): Likewise.
25550         * modules/gc-md2 (configure.ac): Likewise.
25551         * modules/gc-md4 (configure.ac): Likewise.
25552         * modules/gc-md5 (configure.ac): Likewise.
25553         * modules/gc-random (configure.ac): Likewise.
25554         * modules/gc-rijndael (configure.ac): Likewise.
25555         * modules/gc-sha1 (configure.ac): Likewise.
25556
25557 2007-01-08  Bruno Haible  <bruno@clisp.org>
25558
25559         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
25560         macro definition.
25561         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
25562         definition.
25563         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
25564         definition.
25565         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
25566         * modules/fcntl-safer (configure.ac): Likewise.
25567         * modules/fopen-safer (configure.ac): Likewise.
25568         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
25569         GNULIB_FWRITEERROR macro definition.
25570
25571 2007-01-08  Bruno Haible  <bruno@clisp.org>
25572
25573         * m4/gnulib-common.m4: New file.
25574         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
25575         (func_get_filelist): Add m4/gnulib-common.m4.
25576
25577 2007-01-08  Bruno Haible  <bruno@clisp.org>
25578
25579         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
25580         command.
25581
25582 2007-01-08  Jim Meyering  <jim@meyering.net>
25583
25584         Use a more robust test for a "can't happen" condition.
25585         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
25586         narrowed the st_size value.  Presuming the "can't happen" condition
25587         is true, that narrowing could conceivably convert an invalid st_size
25588         value into a valid one.  Instead, use a change based on Matthew
25589         Woehlke's original patch.
25590
25591         Slight readability improvement: use an assert-like macro
25592         in place of literal "abort ()" uses.
25593         * lib/fts.c (fts_assert): Define.
25594         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
25595         Use this macro instead of a bare 'abort'.
25596
25597 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
25598
25599         Don't worry about using IRIX 5.3's wctype.h broken definitions;
25600         simply work around them.
25601         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
25602         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
25603         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
25604         declaring.
25605         Don't bother to define as macros, since the standard doesn't require it.
25606         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
25607         longer worry about IRIX 5.3.
25608         (HAVE_WCTYPE_CTMP_BUG): Remove.
25609
25610 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25611
25612         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
25613         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
25614         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25615         Problems reported by Georg Schwarz for IRIX 5.3.
25616
25617         * gnulib-tool (autoconf_minversion): Take the maximum version number
25618         found, not the minimum.  Problem reported by James Youngman.
25619
25620 2007-01-03  Karl Berry  <karl@gnu.org>
25621
25622         * doc/error.texi: new file, explaining interaction with progname.
25623         * doc/gnulib.texi: include it.  Update copyright.
25624
25625 2007-01-03  Simon Josefsson  <simon@josefsson.org>
25626
25627         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
25628         AC_CANONICAL_HOST, to improve autobuild outputs.
25629
25630 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
25631             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
25632
25633         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
25634         sockets, server sockets, and other file descriptors.  Count errors
25635         to compute the return value.  Reorder the code a bit to be easier
25636         to follow.  Don't set event bits that were not requested (except
25637         POLLERR and POLLHUP).
25638
25639 2007-01-01  Bruno Haible  <bruno@clisp.org>
25640
25641         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
25642
25643 2007-01-03  Jim Meyering  <jim@meyering.net>
25644
25645         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
25646
25647 2007-01-02  Bruno Haible  <bruno@clisp.org>
25648
25649         * modules/settime (Include): Require timespec.h.
25650         * modules/nanosleep (Include): Likewise.
25651
25652 2007-01-01  Bruno Haible  <bruno@clisp.org>
25653
25654         * gnulib-tool (func_emit_copyright_notice): Bump year.
25655         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
25656
25657 2007-01-01  Bruno Haible  <bruno@clisp.org>
25658
25659         Improve support for OpenBSD.
25660         * build-aux/config.rpath (libname_spec): Export.
25661         (library_names_spec): New variable. Export.
25662         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
25663         library_names_spec from the config.rpath output. Locate shared library
25664         through the name pattern in library_names_spec.
25665
25666 2007-01-01  Eric Blake  <ebb9@byu.net>
25667
25668         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
25669
25670 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
25671
25672         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
25673         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
25674         assume the C locale, and avoid an "eval" that could cause trouble.
25675         Problem with SORT reported by Bob Proulx.
25676
25677         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
25678         Define.  Trivial patch from Henning Nielsen Lund, originally
25679         sent to bug-grep@gnu.org today.
25680
25681 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
25682
25683         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
25684         struct stat.  Problem reported by Henning Nielsen Lund.
25685         * lib/acl.c: Include acl.h first, to check interface.  Don't
25686         bother to include sys/types.h and sys/stat.h again.
25687
25688 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25689
25690         Import the following change from libc; problem reported by
25691         Sven Verdoolaege.
25692
25693         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
25694
25695         [BZ #1373]
25696         * lib/argp.h: Remove __NTH for __argp_usage inline function.
25697
25698 2006-12-28  Jim Meyering  <jim@meyering.net>
25699
25700         * build-aux/announce-gen: Do not assume that the package
25701         builds any of tar.gz, tar.bz2, and .xdelta files.
25702         Suggestion from Simon Josefsson.
25703
25704 2006-12-28  Simon Josefsson  <simon@josefsson.org>
25705
25706         * modules/announce-gen: New file.
25707
25708 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
25709
25710         * lib/mbchar.h: Just include <wctype.h>; the wctype module
25711         handles its gotchas now.
25712         * lib/mbswidth.c: Likewise.
25713         * lib/wcwidth.h: Likewise.
25714         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
25715         and iswcntrl; the wctype module does this stuff now.
25716         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25717         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25718         * modules/mbchar (Depends-on): Add wctype.
25719         * modules/mbswidth (Depends-on): Likewise.
25720         * modules/wcwidth (Depends-on): Likewise.
25721
25722 2006-12-27  Eric Blake  <ebb9@byu.net>
25723
25724         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
25725         module uses more than what <wctype.h> is required to provide.
25726
25727 2006-12-26  Eric Blake  <ebb9@byu.net>
25728
25729         * gnulib-tool (sed_extract_prog): Avoid space-tab.
25730
25731 2006-12-26  Eric Blake  <ebb9@byu.net>
25732
25733         * modules/absolute-header: New module.
25734         * modules/fcntl (Depends-on): Depend on it.
25735         * modules/inttypes (Depends-on): Likewise.
25736         * modules/stdint (Depends-on): Likewise.
25737         * modules/sys_stat (Depends-on): Likewise.
25738         * modules/wctype (Depends-on): Likewise.
25739         * MODULES.html.sh (Support for building libraries and
25740         executables): Document it.
25741
25742 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
25743
25744         * gnulib-tool (SED): Remove, undoing previous change.
25745         The problem was that it broke coreutils on Solaris, because
25746         "sed --posix" leaked into a makefile.
25747         (sed): New alias, if 'alias' and GNU sed.
25748
25749 2006-12-24  Jim Meyering  <jim@meyering.net>
25750
25751         Work around an fchownat bug in glibc-2.4:
25752         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
25753         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
25754         in spite of the -P option.
25755         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
25756         New macros.
25757         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
25758         * modules/openat (Files): Add lib/fchownat.c.
25759         * lib/openat.c (fchownat): Don't define here.  Move to...
25760         * lib/fchownat.c: ...this new file.
25761
25762 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25763
25764         Fix bug reported by Bruno Haible in
25765         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
25766         where quotearg.c didn't compile on Mac OS X 10.2 because it
25767         lacks <wchar.h> and wint_t.
25768         * lib/wctype_.h (__wctype_wint_t): New type.
25769         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
25770         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
25771         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
25772         Arg is now of type __wctype_wint_t, not wint_t.
25773         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
25774         substitute HAVE_WINT_T.
25775         * modules/wctype (Files): Add m4/wint_t.m4.
25776         (wctype.h): Substitute HAVE_WINT_T.
25777
25778 2006-12-23  Bruno Haible  <bruno@clisp.org>
25779
25780         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
25781
25782 2006-12-23  Bruno Haible  <bruno@clisp.org>
25783
25784         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
25785         S_ISLNK.
25786         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
25787         mingw.
25788
25789 2006-12-22  Bruno Haible  <bruno@clisp.org>
25790
25791         * lib/copy-file.c: Include acl.h.
25792         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
25793         Close the file descriptors only after being done with copy_acl.
25794         * modules/copy-file (Depends-on): Add acl.
25795
25796 2006-12-22  Bruno Haible  <bruno@clisp.org>
25797
25798         * gnulib-tool (SED): New variable.
25799         Use $SED instead of sed everywhere.
25800
25801 2006-12-22  Bruno Haible  <bruno@clisp.org>
25802
25803         * modules/no-c++: New file.
25804         * m4/no-c++.m4: New file.
25805         * MODULES.html.sh (Support for building libraries and executables):
25806         Add no-c++.
25807
25808 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
25809
25810         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25811         Include <limits.h>, and use its INT_MAX to rewrite the
25812         j loop so that it does not overflow 'int'.  Problem reported by
25813         Ralf Wildenhues in
25814         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
25815         Play it safe by shifting left by 1 rather than multiplying by 2,
25816         as GCC is less likely to optimize this away when the value
25817         is signed (when it assumes overflow leads to undefined behavior).
25818         Also, don't assume time_t uses two's complement.
25819
25820 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
25821
25822         * MODULES.html.sh: New module wctype.
25823         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
25824         * lib/fnmatch.c: Don't bother to include <wchar.h> before
25825         <wctype.h>, since the new wctype module should fix this.
25826         * lib/quotearg.c: Include <wctype.h> unconditionally, since
25827         the wctype module should arrange for it.
25828         * lib/regex_internal.h: Likewise.
25829         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
25830         since the wctype module should handle this now.
25831         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
25832         * modules/fnmatch (Depends-on): Add wctype.
25833         * modules/quotearg (Depends-on): Likewise.
25834         * modules/regex (Depends-on): Likewise.
25835
25836 2006-12-19  Bruno Haible  <bruno@clisp.org>
25837
25838         * lib/strdup.h [C++]: Wrap definitions in extern "C".
25839         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
25840
25841 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25842
25843         * modules/savewd (Depends-on): Fix dependency on fcntl.
25844
25845 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25846
25847         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
25848         conforms to C99, rather than relying on the user's environment
25849         setting of STDINT_H.
25850
25851 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25852         and Eric Blake  <ebb9@byu.net>
25853
25854         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
25855         This is more consistent with the other defines here.
25856         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
25857         Port to z/OS.  Problem reported by Paul Gilmartin.
25858         Change local vars to use gl_ prefix rather than ac_.
25859         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
25860         with other defines.
25861         * modules/double-slash-root: New module.
25862         * modules/dirname (Files): Remove m4/double-slash-root.m4.
25863         (Depends-on): Add double-slash-root.
25864         * MODULES.html.sh (File system functions): Mention new module.
25865
25866 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
25867
25868         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
25869         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
25870         This is for the benefit of gzip, which doesn't do i18n.
25871
25872 2006-12-12  Jim Meyering  <jim@meyering.net>
25873
25874         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
25875         Reported by Andreas Schwab <schwab@suse.de>.
25876
25877 2006-12-12  Bruno Haible  <bruno@clisp.org>
25878
25879         Merge these changes.
25880         2006-09-05  Bruno Haible  <bruno@clisp.org>
25881         * lib/iconvme.c (iconv_string): No need to save and restore errno when
25882         iconv_alloc succeeded.
25883         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
25884         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
25885         test for " && dest " at the end - dest is always != NULL there. Call
25886         iconv with 4xNULL arguments initially, to reset the state. Call iconv
25887         with 2xNULL arguments, also to flush the state storage. Handle the
25888         IRIX iconv behaviour. Realloc the final result, to throw away unused
25889         memory.
25890
25891 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
25892
25893         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
25894         and fchmodat unconditionally, since glibc 2.4 has them.
25895         Problem reported by Arkadiusz Miskiewicz.
25896
25897 2006-12-10  Bruno Haible  <bruno@clisp.org>
25898
25899         * gnulib-tool (func_import): Show the include files only for those
25900         modules that are copied and specified.
25901         Reported by Karl Berry.
25902
25903 2006-12-08  Jim Meyering  <jim@meyering.net>
25904
25905         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
25906         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
25907
25908         * build-aux/announce-gen: Add two new options, both optional:
25909         --bootstrap-tools=TOOL_LIST
25910               a comma-separated list of tools, e.g.,
25911               autoconf,automake,bison,gnulib
25912         --gnulib-snapshot-date=DATE
25913               if gnulib is in the bootstrap tool list,
25914               then report this as the snapshot date.
25915               If not specified, use the current date/time.
25916               If you specify a date here, be sure it's UTC.
25917
25918 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25919
25920         * tests/test-argp-2.sh: Fix test to match actual output.
25921         (func_compare): Fix sed script to be portable.
25922
25923 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
25924
25925         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
25926         workaround for this case.  It is not autoconfigured now; offhand
25927         it's hard to see how to autoconfigure it.
25928
25929 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
25930
25931         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
25932         a directory that is about to be chowned.  Such a directory's
25933         initial file permissions should permit the owner only and this
25934         should not be changed until after the chown, since the group and
25935         other bits would be incorrect if they granted permission before
25936         the chown.
25937
25938         Fix porting problem for iswctype reported by Georg Schwarz in:
25939         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
25940         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
25941         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
25942         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
25943         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25944
25945 2006-12-03  Jim Meyering  <jim@meyering.net>
25946
25947         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
25948         p->fts_statp may not yet be defined.
25949         (fts_read): Instead, set it in the caller, once p->fts_statp is
25950         sure to be defined, and corresponds to a top-level directory.
25951         This bug made du -x fail.  Here's the coreutils test case:
25952         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
25953         Reported by Mike Frysinger.
25954
25955 2006-12-01  Jim Meyering  <jim@meyering.net>
25956
25957         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
25958         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
25959         Reported by Simon Josefsson.
25960
25961 2006-11-30  Jim Meyering  <jim@meyering.net>
25962
25963         * m4/warning.m4: Use the all-permissive copyright notice
25964         recommended by RMS (rather than LGPL).
25965         * m4/vararrays.m4: Likewise.
25966         * m4/flexmember.m4: Likewise.
25967
25968 2006-11-29  Bruno Haible  <bruno@clisp.org>
25969
25970         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25971         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
25972         using +=.
25973         Reported by Simon Josefsson <simon@josefsson.org>.
25974
25975 2006-11-28  James Youngman <jay@gnu.org>
25976
25977         * README: Advise users that they might find the bug-gnulib@gnu.org
25978         and autotools-announce@gnu.org mailing lists useful.
25979
25980 2006-11-28  Bruno Haible  <bruno@clisp.org>
25981
25982         * m4/ptrdiff_max.m4: Remove file.
25983
25984 2006-11-21  Bruno Haible  <bruno@clisp.org>
25985
25986         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
25987         _AC_COMPUTE_INT.
25988         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25989         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
25990         _AC_COMPUTE_INT.
25991         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25992         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
25993         _AC_COMPUTE_INT.
25994         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
25995
25996 2006-11-28  Jim Meyering  <jim@meyering.net>
25997
25998         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
25999         warning from "gcc -Wshadow" about shadowing the builtin.
26000
26001 2006-11-27  Bruno Haible  <bruno@clisp.org>
26002
26003         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
26004         _AC_COMPUTE_INT.
26005         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26006
26007 2006-11-27  Bruno Haible  <bruno@clisp.org>
26008             Paul Eggert  <eggert@cs.ucla.edu>
26009
26010         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
26011
26012 2006-11-26  Bruno Haible  <bruno@clisp.org>
26013
26014         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26015         noinst_LTLIBRARIES.
26016
26017 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26018             Bruno Haible  <bruno@clisp.org>
26019
26020         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
26021         if compiling with "gcc -ansi".
26022
26023 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26024
26025         Fix some incompatibilities with gcc -ansi -pedantic.
26026         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
26027         if compiling pedantically with GCC, unless it's C99 or later.
26028         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
26029         it mishandles gcc -ansi -pedantic as well.
26030         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
26031         if gcc -pedantic.
26032         * lib/regexec.c (check_node_accept_bytes): Don't use auto
26033         initializers for struct if -pedantic, unless it's C99 or later.
26034
26035 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
26036
26037         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
26038         Don't close an fd more than once. Identical atimes indicate
26039         success, not failure.
26040
26041 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
26042
26043         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
26044
26045 2006-11-23  Jim Meyering  <jim@meyering.net>
26046
26047         * build-aux/announce-gen: New file.  From coreutils.
26048
26049 2006-11-22  Jim Meyering  <jim@meyering.net>
26050
26051         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
26052         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
26053         (fts_read): Use a temporary to narrow the overused st_size member
26054         before using it in a switch statement.  Reported by Matthew Woehlke.
26055
26056         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
26057         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
26058
26059 2006-11-20  Bruno Haible  <bruno@clisp.org>
26060
26061         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
26062         changequote instead of pairs of brackets.
26063         Reported by Andreas Schwab <schwab@suse.de>.
26064
26065 2006-11-21  Jim Meyering  <jim@meyering.net>
26066
26067         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
26068         so as to remain compatible with older compilers.
26069         Patch from Michael Deutschmann.
26070
26071 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26072
26073         * MODULES.html.sh (File system functions): Add openat.
26074
26075         * lib/openat.h (rpl_fstatat): New macro, if
26076         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
26077         (fstatat): Define to rpl_fstatat under the same conditions,
26078         unless COMPILING_FSTATAT.
26079         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
26080         seems to have the bug.
26081         * lib/fstatat.c: New file.
26082         * modules/openat (Files): Add it.
26083
26084 2006-11-20  Bruno Haible  <bruno@clisp.org>
26085
26086         * Makefile: New file.
26087
26088 2006-11-20  Jim Meyering  <jim@meyering.net>
26089
26090         The beginnings of syntax-related checks for gnulib.
26091         * lib/Makefile: New file.
26092         * lib/t-idcache: New script.  Ensure that the two halves of
26093         idcache.c stay in sync.
26094
26095         * lib/idcache.c: Adjust comments in user- and group- portions to
26096         be more accurate, and to be consistent with one another.
26097
26098 2006-11-20  Jim Meyering  <jim@meyering.net>
26099
26100         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
26101         continue using the flexible array member (thus, this module performs
26102         half as many malloc calls), with the addition that...
26103         (getgroup, getuser): Consistently record a non-match via an empty
26104         "name" string, and map an empty string match to a NULL return value.
26105         * modules/idcache (Depends-on): Re-add flexmember.
26106
26107         * lib/idcache.c (getuser): Remove all uses of the register keyword.
26108         (getuidbyname, getgroup, getgidbyname): Likewise.
26109
26110         Use cleaner syntax: NULL rather than 0.
26111         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
26112
26113 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26114
26115         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
26116         It mishandled the case where the group was missing.
26117         Problem reported by Greg Schafer.
26118         * modules/idcache: Likewise.
26119
26120 2006-11-18  Jim Meyering  <jim@meyering.net>
26121
26122         * check-module (%exempt_header): Add exception for some
26123         conditionally-included headers.
26124
26125         * modules/i-ring (Depends-on): Add verify.
26126         (License): Change to LGPL.
26127
26128 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26129
26130         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
26131         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
26132         and inttostr.h.  Use snprintf rather than uinttostr, so that
26133         LGPLed code doesn't depend on GPLed.
26134
26135 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26136
26137         * modules/inline (License): Change from GPL to LGPL.
26138
26139 2006-11-17  Jim Meyering  <jim@meyering.net>
26140
26141         * modules/d-type (License): Switch to LGPL.
26142
26143 2006-11-15  Bruno Haible  <bruno@clisp.org>
26144
26145         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
26146
26147 2006-11-15  Eric Blake  <ebb9@byu.net>
26148
26149         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
26150         the module dependency.
26151
26152 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26153             Bruno Haible  <bruno@clisp.org>
26154
26155         * gnulib-tool (func_create_testdir): Add license consistency check.
26156
26157 2006-11-15  Eric Blake  <ebb9@byu.net>
26158
26159         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
26160         random "(cached)" in configure output.
26161
26162 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26163
26164         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
26165         test for conforming inttypes.h is both announced and cached.
26166
26167         * MODULES.html.sh (seen_modules, seen_files): New variables.
26168         (func_module): Rewrite to use a few less gnulib-tool and sed
26169         invocations.  Avoid a couple of quadratic algorithms for ...
26170         (missed_modules, missed_files): ... these, with ...
26171         (func_append, func_tmpdir): ... these new functions, from
26172         gnulib-tool.  Analogously, install traps for cleanup.
26173
26174         * tests/test-gc.c (main): Remove unused variables.
26175         * tests/test-read-file.c: Include stdlib.h, for 'free'.
26176
26177 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
26178
26179         * modules/inttostr (License): Change to LGPL.
26180
26181 2006-11-14  Eric Blake  <ebb9@byu.net>
26182
26183         * modules/tempname (License): Change to LGPL.
26184
26185 2006-11-14  Eric Blake  <ebb9@byu.net>
26186
26187         * doc/functions.texi (Function Portability): *printf functions on
26188         Cygwin now understand all POSIX size specifiers.
26189
26190 2006-11-14  Bruno Haible  <bruno@clisp.org>
26191
26192         * modules/c-ctype (License): Change to LGPL.
26193
26194 2006-11-12  Bruno Haible  <bruno@clisp.org>
26195
26196         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26197         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
26198         for GNOME libraries, for which the include files are installed in
26199         subdirectories of $prefix/include.
26200
26201 2006-11-12  Bruno Haible  <bruno@clisp.org>
26202
26203         * m4/lib-link.m4: Require at least autoconf-2.54.
26204         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
26205         name to underscores for the --with option.
26206
26207 2006-11-13  Bruno Haible  <bruno@clisp.org>
26208
26209         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
26210         the tests directory.
26211         Reported by Ralf Wildenhues.
26212
26213 2006-11-13  Bruno Haible  <bruno@clisp.org>
26214
26215         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
26216         (func_emit_initmacro_end): Undo the override here.
26217         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
26218         Works around the famous automake error in coreutils.
26219
26220 2006-11-13  Eric Blake  <ebb9@byu.net>
26221
26222         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
26223         element, not its node.
26224
26225 2006-11-12  Bruno Haible  <bruno@clisp.org>
26226
26227         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
26228         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
26229
26230 2006-11-12  Bruno Haible  <bruno@clisp.org>
26231
26232         * gnulib-tool: New option --local-symlink.
26233         (func_usage): Document it.
26234         (lsymbolic): New variable.
26235         (func_import, func_create_testdir): If --symlink was not specified,
26236         test whether --local-symlink was specified and the file comes from
26237         the local_gnulib_dir.
26238
26239 2006-11-12  Bruno Haible  <bruno@clisp.org>
26240
26241         * gnulib-tool (func_ln): New function.
26242         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
26243
26244 2006-11-12  Bruno Haible  <bruno@clisp.org>
26245
26246         Finish support for source files in subdirectories.
26247         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
26248         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
26249         AUTOMAKE_OPTIONS.
26250         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
26251
26252 2006-11-12  Bruno Haible  <bruno@clisp.org>
26253
26254         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26255         EXTRA_lib_SOURCES augmentation.
26256         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
26257
26258 2006-11-12  Jim Meyering  <jim@meyering.net>
26259
26260         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
26261         file descriptors.  This also averts a failure on systems with
26262         native openat support when a traversed directory lacks "x" access.
26263         * lib/fts_.h: Include "i-ring.h"
26264         (struct FTS) [fts_fd_ring]: New member.
26265         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
26266         (FCHDIR): Add parentheses.
26267         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
26268         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
26269         When descending, rather than simply closing the previous
26270         fts_cwd_fd value, push that file descriptor onto the ring.
26271         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
26272         (fts_open): Initialize the new fd_ring member.
26273         (fts_close): Clear the ring.
26274         (fts_safe_changedir): When possible, use our new fd_ring to skip
26275         the diropen and fstat and dev/ino comparison that would normally
26276         accompany a virtual `chdir ("..")'.
26277
26278         * modules/fts (Depends-on): Add i-ring.
26279         * modules/i-ring: New module.
26280         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
26281         * m4/i-ring.m4: New file.
26282
26283 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26284
26285         * gnulib-tool (func_create_testdir): Fix replacement of
26286         `build-aux' in configure.ac.  Run autotools in gltests
26287         subdirectory.
26288         (func_create_testdir, func_create_megatestdir, test): There is
26289         no need for '--force' in most autotool invocations in a new
26290         tree.  Actually fail the whole test if any of the tools, or the
26291         configure or make stages fail.
26292
26293         Sync from Automake.
26294         * build-aux/gnupload: Revert last change.  Add pointer to upload
26295         instructions of the GNU Maintenance Instructions.
26296         Suggestion by Karl Berry.
26297
26298 2006-11-10  Jim Meyering  <jim@meyering.net>
26299
26300         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
26301
26302 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26303
26304         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
26305         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
26306         (bind_textdomain_codeset) [! ENABLE_NLS]:
26307         Evaluate all the arguments.  That way, callers get compatible behavior
26308         if the arguments have side effects.  Also, it avoids some GCC
26309         diagnostics in some cases; Joel E. Denny reported problems when Bison
26310         was configured with --enable-gcc-warnigs.
26311
26312 2006-11-10  Jim Meyering  <jim@meyering.net>
26313
26314         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
26315         relevant options in CFLAGS (like -O, -fno-inline) are taken into
26316         account.
26317
26318 2006-11-10  Jim Meyering  <jim@meyering.net>
26319
26320         * modules/inline: New file/module.
26321         * modules/xalloc (Files): Remove m4/inline.m4.
26322         (Depends-on): Add inline, instead.
26323         * modules/oset: Likewise.
26324         * modules/list: Likewise.
26325
26326 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26327
26328         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26329         Problem reported by Matthew Woehlke.
26330
26331 2006-11-09  Bruno Haible  <bruno@clisp.org>
26332
26333         * lib/tempname.c (gen_tempname): Remove variant that invokes
26334         __gen_tempname.
26335         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26336         __gen_tempname.
26337
26338 2006-11-08  Bruno Haible  <bruno@clisp.org>
26339
26340         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26341         to 'yes' instead of 'cross-compiling'.
26342
26343 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26344
26345         * lib/quotearg.h (quotearg_free): New decl.
26346         * lib/quotearg.c (quotearg_free): New function.
26347         (slot0, nslots, slotvec0, slotvec):
26348         Now file-scope so that quotearg_free can get at them.
26349
26350 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26351
26352         Sync from Automake.
26353         * build-aux/gnupload: Add missing 'gnu' to example URL.
26354         Report by Karl Berry.
26355
26356 2006-11-08  Bruno Haible  <bruno@clisp.org>
26357
26358         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26359         Suggested by Paul Eggert.
26360
26361 2006-11-08  Jim Meyering  <jim@meyering.net>
26362
26363         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26364         It's already included if !_LIBC.
26365         (fts_safe_changedir): Add a comment.
26366
26367 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26368
26369         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26370         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26371         Matthew Woehlke.
26372
26373         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26374         definitions up, to avoid colliding with change below.
26375         (static_inline) [HAVE_INLINE]: New macro.
26376         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26377         Provide extern decls when !HAVE_INLINE.  Do not define unless
26378         static_inline is defined, either by us or by xmalloc.c.  Use
26379         static_inline rather than static inline.
26380         (XCALLOC): Optimize sizeof(T) = 1 case.
26381         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26382
26383 2006-11-07  Bruno Haible  <bruno@clisp.org>
26384
26385         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26386         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26387         AC_C_INLINE.
26388         * modules/xalloc (Files): Add m4/inline.m4.
26389
26390 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26391
26392         * README: Fix typo.
26393         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26394         (Miscellanous Notes): ...from this.
26395
26396 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26397
26398         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26399         Mention that offsetof should be used instead of sizeof.
26400         From Bruno Haible.
26401
26402 2006-11-07  Bruno Haible  <bruno@clisp.org>
26403
26404         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26405
26406 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26407
26408         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26409         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26410         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26411         (gl_tree_add_before, gl_tree_add_after):
26412         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26413         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26414         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26415         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26416         (gl_linked_add_after, gl_linked_add_at): Likewise.
26417         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
26418         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26419         (gl_tree_add_before, gl_tree_add_after): Likewise.
26420         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
26421         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
26422         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
26423
26424 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26425
26426         * lib/gl_oset.h: Use C comment style, not C++ comment style.
26427
26428 2006-11-06  Bruno Haible  <bruno@clisp.org>
26429
26430         * m4/inline.m4: New file.
26431         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
26432         * modules/list (Files): Add m4/inline.m4.
26433         * modules/oset (Files): Likewise.
26434
26435 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26436
26437         * lib/idcache.c: Include <stddef.h>, for offsetof.
26438         (struct userid.name): Change from char * to a flexible array member.
26439         All uses changed.
26440         * modules/idcache (Depends-on): Add flexmember.
26441
26442         * MODULES.html.sh (Core language properties): New module flexmember.
26443         * modules/flexmember, m4/flexmember.m4: New files.
26444
26445         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
26446         inline functions that are identical with the old xnmalloc_inline,
26447         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
26448         that we can avoid some unnecessary integer multiplications and
26449         divisions in the common case where the element size is known at
26450         compile time.
26451         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
26452         needed.
26453         (xnboundedmalloc): Remove.
26454         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
26455         arguments, for consistency with rest of this header.
26456         (xcharalloc): Rewrite using XNMALLOC.
26457         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
26458         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
26459         versions have been moved to lib/xalloc.h and renamed to be the
26460         non-*_inline versions.
26461         (xmalloc, xrealloc): Implement without reference to the xnmalloc
26462         and xnrealloc functions, since those functions are now inline and
26463         now call us.
26464         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
26465         renaming described above.
26466         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
26467         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
26468         captures the dependency in AC_C_INLINE.
26469
26470         New module canonicalize-lgpl, proposed by Charles Wilson in
26471         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
26472         with a few small changes afterwards.
26473         * MODULES.html.sh (File system functions): New module
26474         canonicalize-lgpl.
26475         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
26476         and canonicalize_file_name.
26477         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
26478         * modules/canonicalize-lgpl: New files.
26479
26480 2006-11-05  Bruno Haible  <bruno@clisp.org>
26481
26482         * gnulib-tool (func_import, func_create_testdir): Create directories
26483         also for files in subdirectories of lib/.
26484
26485 2006-11-05  Bruno Haible  <bruno@clisp.org>
26486
26487         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
26488         ANSI C compliant.
26489
26490 2006-11-03  Bruno Haible  <bruno@clisp.org>
26491
26492         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26493         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
26494         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
26495         (xnboundedmalloc): New inline function.
26496         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
26497         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
26498         xmalloc.
26499         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
26500         xmalloc.
26501         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
26502         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
26503         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
26504         xmalloc.
26505         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26506         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
26507         xmalloc.
26508         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
26509         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26510         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
26511         xmalloc.
26512         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26513         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
26514         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26515         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
26516         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
26517         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
26518         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
26519
26520 2006-11-03  Bruno Haible  <bruno@clisp.org>
26521
26522         * lib/c-ctype.h [C++]: Define functions without name mangling.
26523         * lib/fwriteerror.h [C++]: Likewise.
26524         * lib/gcd.h [C++]: Likewise.
26525         * lib/linebreak.h [C++]: Likewise.
26526
26527 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26528
26529         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
26530         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
26531         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
26532         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26533         Check for functions and headers just once.
26534         Check for declaration of canonicalize_file_name.
26535         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
26536
26537 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26538
26539         * gnulib-tool (func_import): Fix typo in actioncmd.
26540
26541 2006-11-02  Bruno Haible  <bruno@clisp.org>
26542
26543         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
26544         newline sequence in the Makefile.am snippet as a space, like "make"
26545         does.
26546         Reported by Roger Persson <perrog@gmail.com>.
26547
26548 2006-11-01  Bruno Haible  <bruno@clisp.org>
26549
26550         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
26551         already declared in <string.h>.
26552         * lib/strcase.h (strncasecmp): Don't declare it if yes.
26553
26554 2006-11-01  Bruno Haible  <bruno@clisp.org>
26555
26556         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
26557         * lib/strcase.h: Include <string.h>.
26558         (strcasecmp): Define to rpl_strcasecmp here.
26559
26560 2006-11-01  Bruno Haible  <bruno@clisp.org>
26561
26562         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
26563
26564 2006-11-01  Eric Blake  <ebb9@byu.net>
26565
26566         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
26567
26568         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
26569
26570 2006-10-29  Bruno Haible  <bruno@clisp.org>
26571
26572         Make it compile in C++ mode.
26573         * lib/full-write.c (full_rw): Add a cast.
26574
26575 2006-11-01  Bruno Haible  <bruno@clisp.org>
26576
26577         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
26578         be POSIX compliant.
26579         Reported by Roger Persson <perrog@gmail.com>.
26580
26581 2006-11-01  Eric Blake  <ebb9@byu.net>
26582
26583         * lib/getopt_.h: Fix comments.
26584
26585 2006-10-31  Eric Blake  <ebb9@byu.net>
26586
26587         * modules/tmpdir (Depends-on): Add sys_stat.
26588         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
26589         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
26590         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
26591         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
26592         tempname.
26593
26594 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
26595
26596         Avoid some C++ diagnostics reported by Bruno Haible.
26597         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
26598         xmalloc.
26599         (quotearg_alloc): Use xcharalloc rather than xmalloc.
26600         (struct slotvec): Move to top level.
26601         (quotearg_n_options): Rewrite to avoid xmalloc.
26602         * lib/xalloc.h (xcharalloc): New function.
26603         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
26604         [defined __cplusplus]: Add function template that provides result
26605         type propagation.  This part of the change is from Bruno Haible.
26606
26607 2006-10-29  Bruno Haible  <bruno@clisp.org>
26608
26609         Make it compile in C++ mode.
26610         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
26611         * lib/strnlen1.c (strnlen1): Cast memchr result.
26612         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
26613         * lib/clean-temp.c (string_equals, string_hash): Add casts.
26614         (create_temp_dir): Rename local variable 'template'.
26615         (compile_csharp_using_sscli): Add cast.
26616         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
26617         * lib/findprog.c (find_in_path): Likewise.
26618         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
26619         * lib/wait-process.c (register_slave_subprocess): Likewise.
26620
26621 2006-10-22  Bruno Haible  <bruno@clisp.org>
26622
26623         * modules/tsearch: New file.
26624         * lib/tsearch.h: New file.
26625         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
26626         * m4/tsearch.m4: New file.
26627         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
26628
26629 2006-10-29  Eric Blake  <ebb9@byu.net>
26630
26631         * lib/arcfour.c: Assume config.h.
26632         * lib/arctwo.c: Likewise.
26633         * lib/base64.c: Likewise.
26634         * lib/check-version.c: Likewise.
26635         * lib/crc.c: Likewise.
26636         * lib/des.c: Likewise.
26637         * lib/gc-gnulib.c: Likewise.
26638         * lib/gc-libgcrypt.c: Likewise.
26639         * lib/gc-pbkdf2-sha1.c: Likewise.
26640         * lib/getaddrinfo.c: Likewise.
26641         * lib/getdelim.c: Likewise.
26642         * lib/getline.c: Likewise.
26643         * lib/hmac-md5.c: Likewise.
26644         * lib/hmac-sha1.c: Likewise.
26645         * lib/iconvme.c: Likewise.
26646         * lib/md2.c: Likewise.
26647         * lib/md4.c: Likewise.
26648         * lib/memxor.c: Likewise.
26649         * lib/read-file.c: Likewise.
26650         * lib/readline.c: Likewise.
26651         * lib/rijndael-alg-fst.c: Likewise.
26652         * lib/rijndael-api-fst.c: Likewise.
26653         * lib/xgetdomainname.c: Likewise.
26654
26655 2006-10-28  Eric Blake  <ebb9@byu.net>
26656
26657         * lib/xstrndup.c: Assume config.h.
26658
26659 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26660
26661         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
26662         stat-macros.h is now for our own macros, whereas stat_h is for
26663         macros in the <sys/stat.h> name space.
26664         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
26665         (STAT_MACROS_H): Remove.
26666         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
26667         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
26668         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
26669         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
26670         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
26671         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
26672         Move these macros to ...
26673         * lib/stat_.h: here.  Don't include stat-macros.h.
26674         * lib/canonicalize.c: Don't include stat-macros.h.
26675         * lib/chown.c: Likewise.
26676         * lib/euidaccess.c: Likewise.
26677         * lib/file-type.c: Likewise.
26678         * lib/filemode.c: Likewise.
26679         * lib/glob.c: Likewise.
26680         * lib/isapipe.c: Likewise.
26681         * lib/lchown.c: Likewise.
26682         * lib/lstat.c: Likewise.
26683         * lib/mkdir-p.c: Likewise.
26684         * lib/rmdir.c: Likewise.
26685         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
26686         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
26687         unless mkdir isn't declared, to speed up 'configure'.
26688         Always create sys/stat.h, since it's unlikely any real sys/stat.h
26689         would define all the S_* symbols.
26690         * modules/canonicalize (Depends-on):
26691         Depend on sys_stat, not stat-macros.
26692         * modules/chown: Likewise.
26693         * modules/euidaccess: Likewise.
26694         * modules/filemode: Likewise.
26695         * modules/file-type: Likewise.
26696         * modules/glob: Likewise.
26697         * modules/isapipe: Likewise.
26698         * modules/lchown: Likewise.
26699         * modules/lstat: Likewise.
26700         * modules/mkancesdirs: Likewise.
26701         * modules/rmdir: Likewise.
26702         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
26703         * modules/modechange: Likewise.
26704         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
26705         (configure.ac): Remove gl_STAT_MACROS.
26706         * modules/sys_stat (Depends-on): Remove stat-macros.
26707
26708 2006-10-27  Bruno Haible  <bruno@clisp.org>
26709
26710         * m4/signed.m4: Remove file.
26711         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
26712         invocation.
26713         * modules/vasnprintf (Files): Remove m4/signed.m4.
26714
26715 2006-10-27  Bruno Haible  <bruno@clisp.org>
26716
26717         Update to GNU gettext 0.16.
26718         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
26719         m4/inttypes-h.m4, m4/signed.m4.
26720         * m4/gettext.m4: Update to GNU gettext 0.16.
26721         * m4/intl.m4: New file, from GNU gettext.
26722         * m4/intldir.m4: New file, from GNU gettext.
26723         * config/srclist.txt: Update
26724
26725 2006-10-27  Eric Blake  <ebb9@byu.net>
26726
26727         * MODULES.html.sh: Document tempname.
26728         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
26729         dependencies.
26730         (Files): Move lib/tempname.c...
26731         * modules/tempname: ...to this new module.
26732         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
26733         (gl_PREREQ_TEMPNAME): Move...
26734         * m4/tempname.m4: ...to this new file.
26735         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
26736         * modules/sys_stat (Depends-on): Add stat-macros.
26737         * lib/stat_.h (includes): Pick up stat macros.
26738         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
26739         if stat macros are broken.
26740         * lib/tempname.c (includes): No need to include "stat-macros.h".
26741         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
26742         (direxists, __path_search) [!_LIBC]: Don't compile these in
26743         gnulib; the tmpdir module covers that.
26744         * lib/tempname.h: New file.
26745
26746 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
26747
26748         * COPYING: Explain how gnulib-tool converts licence headers.
26749         Almost all wording by Eric Blake.
26750
26751 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
26752
26753         * lib/mbchar.h (is_basic_table): Make read-only.
26754         * lib/mbchar.c (is_basic_table): Likewise.
26755         Reported by John Darrington.
26756
26757 2006-10-25  Bruno Haible  <bruno@clisp.org>
26758
26759         * lib/progname.h (set_program_name): Undefine before defining.
26760
26761 2006-10-25  Bruno Haible  <bruno@clisp.org>
26762
26763         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
26764         false for non-gcc C++ compilers.
26765         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26766
26767 2006-10-24  Bruno Haible  <bruno@clisp.org>
26768
26769         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
26770         iconv implementations like Irix iconv.
26771
26772 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26773
26774         * modules/vararrays: New file.
26775         * m4/vararrays.m4: New file, taken from diffutils.
26776         * MODULES.html.sh: New module vararrays.
26777
26778 2006-10-24  Karl Berry  <karl@gnu.org>
26779
26780         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
26781         Don't call GNU Unix.
26782
26783 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26784
26785         * users.txt: Add Libtool.
26786
26787         Sync from Libtool:
26788
26789         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26790
26791         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
26792         to gnulib's policy of including config.h unconditionally.
26793
26794 2006-10-24  Bruno Haible  <bruno@clisp.org>
26795
26796         * modules/wcwidth (Files): Add m4/wint_t.m4.
26797         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
26798         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
26799
26800 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26801
26802         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
26803         to pacify GCC with some -W flags enabled.  Problem reported by
26804         Bruno Haible.
26805
26806 2006-10-24  Jim Meyering  <jim@meyering.net>
26807
26808         * MODULES.html.sh: Remove uinttostr.  It's not a module.
26809         Reported by Karl Berry.
26810
26811 2006-10-23  Bruno Haible  <bruno@clisp.org>
26812
26813         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
26814
26815 2006-10-24  Bruno Haible  <bruno@clisp.org>
26816
26817         * lib/gl_list.h: Use C comment style, not C++ comment style.
26818
26819 2006-10-23  Eric Blake  <ebb9@byu.net>
26820
26821         * lib/getaddrinfo.c (includes): Add missing include.
26822
26823 2006-10-23  Bruno Haible  <bruno@clisp.org>
26824             Paul Eggert  <eggert@cs.ucla.edu>
26825
26826         Ability to rename obstack_free.
26827         * lib/obstack.h (__obstack_free): New macro. Declare instead of
26828         obstack_free.
26829         (obstack_free): Invoke the __obstack_free macro.
26830         * lib/obstack.c (obstack_free): Use __obstack_free macro.
26831
26832 2006-10-23  Bruno Haible  <bruno@clisp.org>
26833             Paul Eggert  <eggert@cs.ucla.edu>
26834
26835         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
26836         __argc, __argv from the declaration. (They are defined as macros on
26837         mingw.)
26838
26839 2006-10-22  Bruno Haible  <bruno@clisp.org>
26840
26841         * doc/gnulib-intro.texi: New file.
26842         * doc/gnulib.texi: Include it.
26843
26844 2006-10-21  Bruno Haible  <bruno@clisp.org>
26845
26846         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
26847         "Introduction", "Miscellanous Notes", "Particular Modules".
26848
26849 2006-10-21  Bruno Haible  <bruno@clisp.org>
26850
26851         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26852         Change mostlyclean-local rule to avoid sh syntax error from bash
26853         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
26854
26855 2006-10-23  Jim Meyering  <jim@meyering.net>
26856
26857         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
26858         in place of snprintf.
26859
26860         * modules/inttostr (Files): Add lib/uinttostr.c.
26861         * lib/uinttostr.c (inttostr): New file/function.
26862         * lib/inttostr.h (uinttostr): Declare.
26863         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
26864         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26865         Add uinttostr.
26866         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
26867
26868 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26869
26870         * lib/canonicalize.c (ELOOP): Define if not already defined.
26871         Problem reported by Bruno Haible in
26872         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
26873
26874 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26875
26876         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
26877         Problem reported by Perry Smith and Ville Laurikari.
26878
26879         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
26880         uses.
26881
26882 2006-10-19  Bruno Haible  <bruno@clisp.org>
26883
26884         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
26885         for mingw.
26886
26887 2006-10-19  Bruno Haible  <bruno@clisp.org>
26888
26889         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
26890         Needed for mingw.
26891
26892 2006-10-19  Bruno Haible  <bruno@clisp.org>
26893
26894         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
26895
26896 2006-10-19  Bruno Haible  <bruno@clisp.org>
26897
26898         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
26899         it.
26900
26901 2006-10-19  Bruno Haible  <bruno@clisp.org>
26902
26903         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
26904         invocation.
26905
26906 2006-10-19  Bruno Haible  <bruno@clisp.org>
26907
26908         * gnulib-tool (func_create_testdir): Don't include ftruncate and
26909         mountlist by default.
26910
26911 2006-10-16  Bruno Haible  <bruno@clisp.org>
26912
26913         * lib/c-strstr.c: Include c-strstr.h.
26914
26915 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26916
26917         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
26918         in a slash.
26919
26920 2006-10-18  Bruno Haible  <bruno@clisp.org>
26921
26922         * lib/lock.h [C++]: Wrap definitions in extern "C".
26923
26924 2006-10-18  Bruno Haible  <bruno@clisp.org>
26925
26926         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
26927         gl_LIBOBJS list.
26928
26929 2006-10-18  Bruno Haible  <bruno@clisp.org>
26930
26931         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
26932
26933 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
26934
26935         * lib/xstrtol.h: Include gettext.h.
26936         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
26937         Problem reported by Eric Blake.
26938         * modules/xstrtol (Depends-on): Add gettext-h.
26939
26940 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
26941
26942         * lib/strftime.c (advance): New macro.
26943         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
26944         incomplete type, so you can't add 0 to it.  Problem and patch
26945         reported by Eelco Dolstra for dietlibc.
26946
26947 2006-10-18  Jim Meyering  <jim@meyering.net>
26948
26949         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
26950         type for a local, and rename it: s/up/user_proc/.
26951
26952 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26953
26954         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
26955         READ_UTMP_USER_PROCESS.
26956         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
26957
26958 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26959
26960         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
26961         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
26962
26963 2006-10-17  Eric Blake  <ebb9@byu.net>
26964
26965         * lib/sigprocmask.c (sigprocmask): Fix typo.
26966
26967         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
26968
26969         * modules/clean-temp (Makefile.am): Don't add to make output...
26970         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
26971         config.h.
26972
26973 2006-10-17  Bruno Haible  <bruno@clisp.org>
26974
26975         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
26976         differently if DEFAULT_TEXT_DOMAIN is set.
26977
26978 2006-10-16  Bruno Haible  <bruno@clisp.org>
26979
26980         * lib/clean-temp.c: Include fwriteerror.h.
26981
26982 2006-10-16  Bruno Haible  <bruno@clisp.org>
26983
26984         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
26985
26986 2006-10-16  Bruno Haible  <bruno@clisp.org>
26987
26988         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
26989         * lib/sigprocmask.h: Include <sys/types.h>.
26990         (sigset_t): Use the system's definition if present.
26991
26992 2006-10-17  Eric Blake  <ebb9@byu.net>
26993
26994         * lib/xvasprintf.c (includes): Assume config.h.
26995         * lib/xasprintf.c (includes): Likewise.
26996
26997 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26998
26999         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
27000         at least as wide as intmax_t.
27001
27002 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
27003
27004         (Imported from Automake.)
27005         * build-aux/gnupload: Update to version 1.1 of directive file.
27006
27007 2006-10-16  Eric Blake  <ebb9@byu.net>
27008
27009         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
27010         match Automake 1.10a.
27011
27012 2006-10-14  Bruno Haible  <bruno@clisp.org>
27013
27014         * modules/sigprocmask: New file.
27015         * lib/sigprocmask.h: New file.
27016         * lib/sigprocmask.c: New file.
27017         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
27018         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
27019         request sigprocmask.o.
27020         (gl_PREREQ_SIGPROCMASK): New macro.
27021         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
27022         (Depends-on): Add sigprocmask.
27023         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
27024         gt_SIGNALBLOCKING. Test for 'raise' only once.
27025         * lib/fatal-signal.c: Include sigprocmask.h.
27026         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
27027         unblock_fatal_signals): Define always.
27028         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27029         sigprocmask.
27030
27031 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27032
27033         Sync from Automake.
27034         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
27035         which incorrectly sets the mode of an existing destination
27036         directory.  In some cases the unpatched install-sh could do the
27037         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27038         system.  We hope this is rare in practice, but it's clearly worth
27039         fixing.  Problem reported by Alex Unleashed in
27040         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
27041         Also, don't bother to check for -m bugs unless we're using -m;
27042         suggested by Stepan Kasal.
27043
27044 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27045
27046         Sync from Automake.
27047         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
27048         `-c' flag, so they appear at the same position as in %FASTDEP%
27049         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
27050         which ignores unknown options only after the first non-option.
27051         Bug report against M4 by Nelson H. F. Beebe.
27052
27053 2006-10-13  Jim Meyering  <jim@meyering.net>
27054
27055         Fix a bug in yesterday's change.
27056         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
27057         p->fts_statp->st_dev would be used uninitialized.
27058         Ensures that we always call fts_stat on the very first entry.
27059         Miklos Szeredi reported that find -xdev stopped working.
27060
27061 2006-10-12  Bruno Haible  <bruno@clisp.org>
27062
27063         * gnulib-tool (func_get_automake_snippet): Append an automatically
27064         computed EXTRA_DIST augmentation.
27065         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
27066         * modules/alloca-opt (Makefile.am): Likewise.
27067         * modules/allocsa (Makefile.am): Likewise.
27068         * modules/arcfour (Makefile.am): Likewise.
27069         * modules/arctwo (Makefile.am): Likewise.
27070         * modules/argmatch (Makefile.am): Likewise.
27071         * modules/argz (Makefile.am): Likewise.
27072         * modules/atexit (Makefile.am): Likewise.
27073         * modules/backupfile (Makefile.am): Likewise.
27074         * modules/byteswap (Makefile.am): Likewise.
27075         * modules/c-strtod (Makefile.am): Likewise.
27076         * modules/c-strtold (Makefile.am): Likewise.
27077         * modules/calloc (Makefile.am): Likewise.
27078         * modules/canon-host (Makefile.am): Likewise.
27079         * modules/canonicalize (Makefile.am): Likewise.
27080         * modules/chdir-long (Makefile.am): Likewise.
27081         * modules/chdir-safer (Makefile.am): Likewise.
27082         * modules/check-version (Makefile.am): Likewise.
27083         * modules/chown (Makefile.am): Likewise.
27084         * modules/cloexec (Makefile.am): Likewise.
27085         * modules/close-stream (Makefile.am): Likewise.
27086         * modules/closeout (Makefile.am): Likewise.
27087         * modules/crc (Makefile.am): Likewise.
27088         * modules/csharpexec (Makefile.am): Likewise.
27089         * modules/cycle-check (Makefile.am): Likewise.
27090         * modules/des (Makefile.am): Likewise.
27091         * modules/dev-ino (Makefile.am): Likewise.
27092         * modules/dirfd (Makefile.am): Likewise.
27093         * modules/dirname (Makefile.am): Likewise.
27094         * modules/dup2 (Makefile.am): Likewise.
27095         * modules/eealloc (Makefile.am): Likewise.
27096         * modules/error (Makefile.am): Likewise.
27097         * modules/euidaccess (Makefile.am): Likewise.
27098         * modules/exclude (Makefile.am): Likewise.
27099         * modules/exitfail (Makefile.am): Likewise.
27100         * modules/fcntl-safer (Makefile.am): Likewise.
27101         * modules/fcntl (Makefile.am): Likewise.
27102         * modules/file-type (Makefile.am): Likewise.
27103         * modules/fileblocks (Makefile.am): Likewise.
27104         * modules/filemode (Makefile.am): Likewise.
27105         * modules/filenamecat (Makefile.am): Likewise.
27106         * modules/fnmatch (Makefile.am): Likewise.
27107         * modules/fopen-safer (Makefile.am): Likewise.
27108         * modules/fpending (Makefile.am): Likewise.
27109         * modules/fprintftime (Makefile.am): Likewise.
27110         * modules/free (Makefile.am): Likewise.
27111         * modules/fsusage (Makefile.am): Likewise.
27112         * modules/ftruncate (Makefile.am): Likewise.
27113         * modules/fts (Makefile.am): Likewise.
27114         * modules/gc-arcfour (Makefile.am): Likewise.
27115         * modules/gc-des (Makefile.am): Likewise.
27116         * modules/gc-hmac-md5 (Makefile.am): Likewise.
27117         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
27118         * modules/gc-md4 (Makefile.am): Likewise.
27119         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27120         * modules/gc-sha1 (Makefile.am): Likewise.
27121         * modules/gc (Makefile.am): Likewise.
27122         * modules/getaddrinfo (Makefile.am): Likewise.
27123         * modules/getcwd (Makefile.am): Likewise.
27124         * modules/getdelim (Makefile.am): Likewise.
27125         * modules/getdomainname (Makefile.am): Likewise.
27126         * modules/getgroups (Makefile.am): Likewise.
27127         * modules/gethostname (Makefile.am): Likewise.
27128         * modules/gethrxtime (Makefile.am): Likewise.
27129         * modules/getline (Makefile.am): Likewise.
27130         * modules/getloadavg (Makefile.am): Likewise.
27131         * modules/getlogin_r (Makefile.am): Likewise.
27132         * modules/getndelim2 (Makefile.am): Likewise.
27133         * modules/getopt (Makefile.am): Likewise.
27134         * modules/getpagesize (Makefile.am): Likewise.
27135         * modules/getpass-gnu (Makefile.am): Likewise.
27136         * modules/getpass (Makefile.am): Likewise.
27137         * modules/getsubopt (Makefile.am): Likewise.
27138         * modules/gettime (Makefile.am): Likewise.
27139         * modules/gettimeofday (Makefile.am): Likewise.
27140         * modules/getugroups (Makefile.am): Likewise.
27141         * modules/getusershell (Makefile.am): Likewise.
27142         * modules/glob (Makefile.am): Likewise.
27143         * modules/group-member (Makefile.am): Likewise.
27144         * modules/hard-locale (Makefile.am): Likewise.
27145         * modules/hash (Makefile.am): Likewise.
27146         * modules/hmac-md5 (Makefile.am): Likewise.
27147         * modules/hmac-sha1 (Makefile.am): Likewise.
27148         * modules/human (Makefile.am): Likewise.
27149         * modules/idcache (Makefile.am): Likewise.
27150         * modules/imaxabs (Makefile.am): Likewise.
27151         * modules/imaxdiv (Makefile.am): Likewise.
27152         * modules/inet_ntop (Makefile.am): Likewise.
27153         * modules/inet_pton (Makefile.am): Likewise.
27154         * modules/intprops (Makefile.am): Likewise.
27155         * modules/inttostr (Makefile.am): Likewise.
27156         * modules/inttypes (Makefile.am): Likewise.
27157         * modules/isapipe (Makefile.am): Likewise.
27158         * modules/javaversion (Makefile.am): Likewise.
27159         * modules/lchmod (Makefile.am): Likewise.
27160         * modules/lchown (Makefile.am): Likewise.
27161         * modules/localcharset (Makefile.am): Likewise.
27162         * modules/long-options (Makefile.am): Likewise.
27163         * modules/lstat (Makefile.am): Likewise.
27164         * modules/malloc (Makefile.am): Likewise.
27165         * modules/mathl (Makefile.am): Likewise.
27166         * modules/mbchar (Makefile.am): Likewise.
27167         * modules/md2 (Makefile.am): Likewise.
27168         * modules/md4 (Makefile.am): Likewise.
27169         * modules/md5 (Makefile.am): Likewise.
27170         * modules/memcasecmp (Makefile.am): Likewise.
27171         * modules/memchr (Makefile.am): Likewise.
27172         * modules/memcmp (Makefile.am): Likewise.
27173         * modules/memcoll (Makefile.am): Likewise.
27174         * modules/memcpy (Makefile.am): Likewise.
27175         * modules/memmem (Makefile.am): Likewise.
27176         * modules/memmove (Makefile.am): Likewise.
27177         * modules/mempcpy (Makefile.am): Likewise.
27178         * modules/memrchr (Makefile.am): Likewise.
27179         * modules/memset (Makefile.am): Likewise.
27180         * modules/memxor (Makefile.am): Likewise.
27181         * modules/mkancesdirs (Makefile.am): Likewise.
27182         * modules/mkdir-p (Makefile.am): Likewise.
27183         * modules/mkdir (Makefile.am): Likewise.
27184         * modules/mkdtemp (Makefile.am): Likewise.
27185         * modules/mkstemp (Makefile.am): Likewise.
27186         * modules/mktime (Makefile.am): Likewise.
27187         * modules/modechange (Makefile.am): Likewise.
27188         * modules/mountlist (Makefile.am): Likewise.
27189         * modules/nanosleep (Makefile.am): Likewise.
27190         * modules/obstack (Makefile.am): Likewise.
27191         * modules/openat (Makefile.am): Likewise.
27192         * modules/pagealign_alloc (Makefile.am): Likewise.
27193         * modules/pathmax (Makefile.am): Likewise.
27194         * modules/physmem (Makefile.am): Likewise.
27195         * modules/poll (Makefile.am): Likewise.
27196         * modules/posixtm (Makefile.am): Likewise.
27197         * modules/posixver (Makefile.am): Likewise.
27198         * modules/putenv (Makefile.am): Likewise.
27199         * modules/quote (Makefile.am): Likewise.
27200         * modules/quotearg (Makefile.am): Likewise.
27201         * modules/raise (Makefile.am): Likewise.
27202         * modules/read-file (Makefile.am): Likewise.
27203         * modules/readline (Makefile.am): Likewise.
27204         * modules/readlink (Makefile.am): Likewise.
27205         * modules/readtokens (Makefile.am): Likewise.
27206         * modules/readutmp (Makefile.am): Likewise.
27207         * modules/realloc (Makefile.am): Likewise.
27208         * modules/regex (Makefile.am): Likewise.
27209         * modules/rename-dest-slash (Makefile.am): Likewise.
27210         * modules/rename (Makefile.am): Likewise.
27211         * modules/rijndael (Makefile.am): Likewise.
27212         * modules/rmdir (Makefile.am): Likewise.
27213         * modules/rpmatch (Makefile.am): Likewise.
27214         * modules/safe-read (Makefile.am): Likewise.
27215         * modules/safe-write (Makefile.am): Likewise.
27216         * modules/same-inode (Makefile.am): Likewise.
27217         * modules/same (Makefile.am): Likewise.
27218         * modules/save-cwd (Makefile.am): Likewise.
27219         * modules/savedir (Makefile.am): Likewise.
27220         * modules/setenv (Makefile.am): Likewise.
27221         * modules/settime (Makefile.am): Likewise.
27222         * modules/sha1 (Makefile.am): Likewise.
27223         * modules/sig2str (Makefile.am): Likewise.
27224         * modules/snprintf (Makefile.am): Likewise.
27225         * modules/stat-macros (Makefile.am): Likewise.
27226         * modules/stat-time (Makefile.am): Likewise.
27227         * modules/stdbool (Makefile.am): Likewise.
27228         * modules/stdint (Makefile.am): Likewise.
27229         * modules/stdlib-safer (Makefile.am): Likewise.
27230         * modules/stpcpy (Makefile.am): Likewise.
27231         * modules/stpncpy (Makefile.am): Likewise.
27232         * modules/strcase (Makefile.am): Likewise.
27233         * modules/strcasestr (Makefile.am): Likewise.
27234         * modules/strchrnul (Makefile.am): Likewise.
27235         * modules/strcspn (Makefile.am): Likewise.
27236         * modules/strdup (Makefile.am): Likewise.
27237         * modules/strerror (Makefile.am): Likewise.
27238         * modules/strftime (Makefile.am): Likewise.
27239         * modules/strndup (Makefile.am): Likewise.
27240         * modules/strnlen (Makefile.am): Likewise.
27241         * modules/strpbrk (Makefile.am): Likewise.
27242         * modules/strsep (Makefile.am): Likewise.
27243         * modules/strstr (Makefile.am): Likewise.
27244         * modules/strtod (Makefile.am): Likewise.
27245         * modules/strtoimax (Makefile.am): Likewise.
27246         * modules/strtok_r (Makefile.am): Likewise.
27247         * modules/strtol (Makefile.am): Likewise.
27248         * modules/strtoll (Makefile.am): Likewise.
27249         * modules/strtoul (Makefile.am): Likewise.
27250         * modules/strtoull (Makefile.am): Likewise.
27251         * modules/strtoumax (Makefile.am): Likewise.
27252         * modules/strverscmp (Makefile.am): Likewise.
27253         * modules/sys_socket (Makefile.am): Likewise.
27254         * modules/sys_stat (Makefile.am): Likewise.
27255         * modules/sysexits (Makefile.am): Likewise.
27256         * modules/time_r (Makefile.am): Likewise.
27257         * modules/timegm (Makefile.am): Likewise.
27258         * modules/timespec (Makefile.am): Likewise.
27259         * modules/tmpfile-safer (Makefile.am): Likewise.
27260         * modules/trim (Makefile.am): Likewise.
27261         * modules/unistd-safer (Makefile.am): Likewise.
27262         * modules/unlinkdir (Makefile.am): Likewise.
27263         * modules/unlocked-io (Makefile.am): Likewise.
27264         * modules/userspec (Makefile.am): Likewise.
27265         * modules/utime (Makefile.am): Likewise.
27266         * modules/utimecmp (Makefile.am): Likewise.
27267         * modules/utimens (Makefile.am): Likewise.
27268         * modules/vasnprintf (Makefile.am): Likewise.
27269         * modules/vasprintf (Makefile.am): Likewise.
27270         * modules/vsnprintf (Makefile.am): Likewise.
27271         * modules/xalloc (Makefile.am): Likewise.
27272         * modules/xgetcwd (Makefile.am): Likewise.
27273         * modules/xnanosleep (Makefile.am): Likewise.
27274         * modules/xreadlink (Makefile.am): Likewise.
27275         * modules/xstrtod (Makefile.am): Likewise.
27276         * modules/xstrtol (Makefile.am): Likewise.
27277         * modules/xstrtold (Makefile.am): Likewise.
27278         * modules/yesno (Makefile.am): Likewise.
27279         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
27280
27281 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27282
27283         * modules/error (Makefile.am): Distribute files through
27284         EXTRA_DIST, not lib_SOURCES.
27285
27286 2006-10-12  Eric Blake  <ebb9@byu.net>
27287
27288         * modules/error (Makefile.am): Distribute files in /lib.
27289         * modules/obstack (Makefile.am): Likewise.
27290
27291 2006-10-12  Bruno Haible  <bruno@clisp.org>
27292
27293         * modules/acl (Makefile.am): Distribute all files in lib/ through
27294         EXTRA_DIST.
27295         * modules/arcfour (Makefile.am): Likewise.
27296         * modules/arctwo (Makefile.am): Likewise.
27297         * modules/argmatch (Makefile.am): Likewise.
27298         * modules/argz (Makefile.am): Likewise.
27299         * modules/atexit (Makefile.am): Likewise.
27300         * modules/backupfile (Makefile.am): Likewise.
27301         * modules/c-strtod (Makefile.am): Likewise.
27302         * modules/c-strtold (Makefile.am): Likewise.
27303         * modules/calloc (Makefile.am): Likewise.
27304         * modules/canon-host (Makefile.am): Likewise.
27305         * modules/canonicalize (Makefile.am): Likewise.
27306         * modules/chdir-long (Makefile.am): Likewise.
27307         * modules/chdir-safer (Makefile.am): Likewise.
27308         * modules/check-version (Makefile.am): Likewise.
27309         * modules/chown (Makefile.am): Likewise.
27310         * modules/cloexec (Makefile.am): Likewise.
27311         * modules/close-stream (Makefile.am): Likewise.
27312         * modules/closeout (Makefile.am): Likewise.
27313         * modules/crc (Makefile.am): Likewise.
27314         * modules/cycle-check (Makefile.am): Likewise.
27315         * modules/des (Makefile.am): Likewise.
27316         * modules/dirfd (Makefile.am): Likewise.
27317         * modules/dirname (Makefile.am): Likewise.
27318         * modules/dup2 (Makefile.am): Likewise.
27319         * modules/euidaccess (Makefile.am): Likewise.
27320         * modules/exclude (Makefile.am): Likewise.
27321         * modules/exitfail (Makefile.am): Likewise.
27322         * modules/fcntl-safer (Makefile.am): Likewise.
27323         * modules/file-type (Makefile.am): Likewise.
27324         * modules/fileblocks (Makefile.am): Likewise.
27325         * modules/filemode (Makefile.am): Likewise.
27326         * modules/filenamecat (Makefile.am): Likewise.
27327         * modules/fnmatch (Makefile.am): Likewise.
27328         * modules/fopen-safer (Makefile.am): Likewise.
27329         * modules/fpending (Makefile.am): Likewise.
27330         * modules/fprintftime (Makefile.am): Likewise.
27331         * modules/free (Makefile.am): Likewise.
27332         * modules/fsusage (Makefile.am): Likewise.
27333         * modules/ftruncate (Makefile.am): Likewise.
27334         * modules/fts (Makefile.am): Likewise.
27335         * modules/gc (Makefile.am): Likewise.
27336         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27337         * modules/getaddrinfo (Makefile.am): Likewise.
27338         * modules/getcwd (Makefile.am): Likewise.
27339         * modules/getdelim (Makefile.am): Likewise.
27340         * modules/getdomainname (Makefile.am): Likewise.
27341         * modules/getgroups (Makefile.am): Likewise.
27342         * modules/gethostname (Makefile.am): Likewise.
27343         * modules/gethrxtime (Makefile.am): Likewise.
27344         * modules/getline (Makefile.am): Likewise.
27345         * modules/getloadavg (Makefile.am): Likewise.
27346         * modules/getlogin_r (Makefile.am): Likewise.
27347         * modules/getopt (Makefile.am): Likewise.
27348         * modules/getpass (Makefile.am): Likewise.
27349         * modules/getpass-gnu (Makefile.am): Likewise.
27350         * modules/getsubopt (Makefile.am): Likewise.
27351         * modules/gettime (Makefile.am): Likewise.
27352         * modules/gettimeofday (Makefile.am): Likewise.
27353         * modules/getugroups (Makefile.am): Likewise.
27354         * modules/getusershell (Makefile.am): Likewise.
27355         * modules/glob (Makefile.am): Likewise.
27356         * modules/group-member (Makefile.am): Likewise.
27357         * modules/hard-locale (Makefile.am): Likewise.
27358         * modules/hash (Makefile.am): Likewise.
27359         * modules/hmac-md5 (Makefile.am): Likewise.
27360         * modules/hmac-sha1 (Makefile.am): Likewise.
27361         * modules/human (Makefile.am): Likewise.
27362         * modules/idcache (Makefile.am): Likewise.
27363         * modules/imaxabs (Makefile.am): Likewise.
27364         * modules/imaxdiv (Makefile.am): Likewise.
27365         * modules/inet_ntop (Makefile.am): Likewise.
27366         * modules/inet_pton (Makefile.am): Likewise.
27367         * modules/inttostr (Makefile.am): Likewise.
27368         * modules/isapipe (Makefile.am): Likewise.
27369         * modules/lchown (Makefile.am): Likewise.
27370         * modules/long-options (Makefile.am): Likewise.
27371         * modules/lstat (Makefile.am): Likewise.
27372         * modules/malloc (Makefile.am): Likewise.
27373         * modules/mathl (Makefile.am): Likewise.
27374         * modules/mbchar (Makefile.am): Likewise.
27375         * modules/md2 (Makefile.am): Likewise.
27376         * modules/md4 (Makefile.am): Likewise.
27377         * modules/md5 (Makefile.am): Likewise.
27378         * modules/memcasecmp (Makefile.am): Likewise.
27379         * modules/memchr (Makefile.am): Likewise.
27380         * modules/memcmp (Makefile.am): Likewise.
27381         * modules/memcoll (Makefile.am): Likewise.
27382         * modules/memcpy (Makefile.am): Likewise.
27383         * modules/memmem (Makefile.am): Likewise.
27384         * modules/memmove (Makefile.am): Likewise.
27385         * modules/mempcpy (Makefile.am): Likewise.
27386         * modules/memrchr (Makefile.am): Likewise.
27387         * modules/memset (Makefile.am): Likewise.
27388         * modules/memxor (Makefile.am): Likewise.
27389         * modules/mkancesdirs (Makefile.am): Likewise.
27390         * modules/mkdir (Makefile.am): Likewise.
27391         * modules/mkdir-p (Makefile.am): Likewise.
27392         * modules/mkdtemp (Makefile.am): Likewise.
27393         * modules/mkstemp (Makefile.am): Likewise.
27394         * modules/mktime (Makefile.am): Likewise.
27395         * modules/modechange (Makefile.am): Likewise.
27396         * modules/mountlist (Makefile.am): Likewise.
27397         * modules/nanosleep (Makefile.am): Likewise.
27398         * modules/openat (Makefile.am): Likewise.
27399         * modules/pagealign_alloc (Makefile.am): Likewise.
27400         * modules/physmem (Makefile.am): Likewise.
27401         * modules/poll (Makefile.am): Likewise.
27402         * modules/posixtm (Makefile.am): Likewise.
27403         * modules/posixver (Makefile.am): Likewise.
27404         * modules/putenv (Makefile.am): Likewise.
27405         * modules/quote (Makefile.am): Likewise.
27406         * modules/quotearg (Makefile.am): Likewise.
27407         * modules/raise (Makefile.am): Likewise.
27408         * modules/read-file (Makefile.am): Likewise.
27409         * modules/readline (Makefile.am): Likewise.
27410         * modules/readlink (Makefile.am): Likewise.
27411         * modules/readtokens (Makefile.am): Likewise.
27412         * modules/readutmp (Makefile.am): Likewise.
27413         * modules/realloc (Makefile.am): Likewise.
27414         * modules/regex (Makefile.am): Likewise.
27415         * modules/rename (Makefile.am): Likewise.
27416         * modules/rename-dest-slash (Makefile.am): Likewise.
27417         * modules/rijndael (Makefile.am): Likewise.
27418         * modules/rmdir (Makefile.am): Likewise.
27419         * modules/rpmatch (Makefile.am): Likewise.
27420         * modules/safe-read (Makefile.am): Likewise.
27421         * modules/safe-write (Makefile.am): Likewise.
27422         * modules/same (Makefile.am): Likewise.
27423         * modules/save-cwd (Makefile.am): Likewise.
27424         * modules/savedir (Makefile.am): Likewise.
27425         * modules/setenv (Makefile.am): Likewise.
27426         * modules/settime (Makefile.am): Likewise.
27427         * modules/sha1 (Makefile.am): Likewise.
27428         * modules/sig2str (Makefile.am): Likewise.
27429         * modules/snprintf (Makefile.am): Likewise.
27430         * modules/stdlib-safer (Makefile.am): Likewise.
27431         * modules/stpcpy (Makefile.am): Likewise.
27432         * modules/stpncpy (Makefile.am): Likewise.
27433         * modules/strcase (Makefile.am): Likewise.
27434         * modules/strcasestr (Makefile.am): Likewise.
27435         * modules/strchrnul (Makefile.am): Likewise.
27436         * modules/strcspn (Makefile.am): Likewise.
27437         * modules/strdup (Makefile.am): Likewise.
27438         * modules/strerror (Makefile.am): Likewise.
27439         * modules/strftime (Makefile.am): Likewise.
27440         * modules/strndup (Makefile.am): Likewise.
27441         * modules/strnlen (Makefile.am): Likewise.
27442         * modules/strpbrk (Makefile.am): Likewise.
27443         * modules/strsep (Makefile.am): Likewise.
27444         * modules/strstr (Makefile.am): Likewise.
27445         * modules/strtod (Makefile.am): Likewise.
27446         * modules/strtoimax (Makefile.am): Likewise.
27447         * modules/strtok_r (Makefile.am): Likewise.
27448         * modules/strtol (Makefile.am): Likewise.
27449         * modules/strtoll (Makefile.am): Likewise.
27450         * modules/strtoul (Makefile.am): Likewise.
27451         * modules/strtoull (Makefile.am): Likewise.
27452         * modules/strtoumax (Makefile.am): Likewise.
27453         * modules/strverscmp (Makefile.am): Likewise.
27454         * modules/time_r (Makefile.am): Likewise.
27455         * modules/timegm (Makefile.am): Likewise.
27456         * modules/tmpfile-safer (Makefile.am): Likewise.
27457         * modules/unistd-safer (Makefile.am): Likewise.
27458         * modules/unlinkdir (Makefile.am): Likewise.
27459         * modules/userspec (Makefile.am): Likewise.
27460         * modules/utime (Makefile.am): Likewise.
27461         * modules/utimecmp (Makefile.am): Likewise.
27462         * modules/utimens (Makefile.am): Likewise.
27463         * modules/vasnprintf (Makefile.am): Likewise.
27464         * modules/vasprintf (Makefile.am): Likewise.
27465         * modules/vsnprintf (Makefile.am): Likewise.
27466         * modules/xalloc (Makefile.am): Likewise.
27467         * modules/xgetcwd (Makefile.am): Likewise.
27468         * modules/xnanosleep (Makefile.am): Likewise.
27469         * modules/xreadlink (Makefile.am): Likewise.
27470         * modules/xstrtod (Makefile.am): Likewise.
27471         * modules/xstrtol (Makefile.am): Likewise.
27472         * modules/xstrtold (Makefile.am): Likewise.
27473         * modules/yesno (Makefile.am): Likewise.
27474
27475 2006-10-12  Jim Meyering  <jim@meyering.net>
27476
27477         * m4/getloadavg.m4: Revert the change below.
27478
27479         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
27480         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
27481         fail with a symlink, which is what coreutils' ./bootstrap now
27482         creates by default.
27483
27484 2006-10-12  Bruno Haible  <bruno@clisp.org>
27485
27486         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
27487         mingw.
27488         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
27489         MSVC and mingw explicitly.
27490
27491 2006-10-11  Simon Josefsson  <jas@extundo.com>
27492             Bruno Haible  <bruno@clisp.org>
27493
27494         Add support for multiple gnulib-tool invocations in the scope of a
27495         single configure.ac file.
27496         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
27497         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
27498         with the same contents as the _LIBADD variable.
27499         (func_emit_initmacro_start, func_emit_initmacro_end,
27500         func_emit_initmacro_done): New functions.
27501         (func_import, func_create_testdir): Invoke them. Allow the identifiers
27502         gl_LIBOBJS and gl_LTLIBOBJS.
27503
27504 2006-10-11  Bruno Haible  <bruno@clisp.org>
27505
27506         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
27507         (func_create_testdir): Don't create po/Makefile.am, don't invoke
27508         autoreconf. Instead, invoke autopoint explicitly but move back the
27509         *.m4 files from gnulib.
27510
27511 2006-10-11  Bruno Haible  <bruno@clisp.org>
27512
27513         * gnulib-tool (func_usage): Make module names after --create-testdir
27514         optional.
27515         (func_create_testdir): If no module was specified, use nearly all
27516         modules.
27517
27518 2006-10-12  Jim Meyering  <jim@meyering.net>
27519
27520         Big performance improvement for fts-based tools that use FTS_NOSTAT.
27521         Avoid spurious inode-mismatch problems on non-POSIX file systems.
27522         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
27523         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
27524         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
27525         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
27526         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
27527         (fts_set_stat_required): New function.
27528         (fts_open): Defer the calls to fts_stat, if possible or requested.
27529         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
27530         into fts_stat itself.
27531         (fts_read): Perform any required (deferred) fts_stat call.
27532         (fts_build): Likewise, for the directory we're about to open and read.
27533         In the readdir loop, carefully decide whether each entry will require
27534         an eventual call to fts_stat, using dirent.d_type info if available.
27535         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
27536         a command line argument into this function.  Update all callers.
27537         Map a return value of FTS_DOT to FTS_D for a command line argument.
27538         * modules/fts (Depends-on): Add d-type.  Alphabetize.
27539         Thanks to Miklos Szeredi for his tenacity and for the initial
27540         bug report about "find" failing on a FUSE-based file system.
27541
27542         * lib/fts.c (fts_open): Use consistent indentation.
27543
27544 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27545
27546         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
27547         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
27548         reported by Jim Meyering.  All uses of cache variables renamed
27549         to match Autoconf's.
27550         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
27551         the other one.
27552
27553         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
27554         Fix misspelling in diagnostic.
27555
27556 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27557
27558         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
27559         defined.  Problem reported by Matthew Woehlke.
27560
27561         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
27562         Add support for Tandem NonStop R series.
27563         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
27564         Use new macro.
27565
27566         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
27567         (has_trailing_slash): Omit size arg; all callers changed.
27568         Omit 'inline', since it doesn't help performance and we'd
27569         need to configure it.
27570         Don't count //, ///, etc. as having a trailing slash.
27571         As a side effect, this removes a C99ism reported by Matthew Woehlke.
27572         (rpl_rename_dest_slash): On failure, use rename's errno rather
27573         than (in some cases) an incorrect or junk errno.
27574         Simplify code by removing need to compute length; this does
27575         cause it to make two passes instead of one over the file name,
27576         but it's worth it.
27577
27578         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
27579         change, since Autoconf's version may no longer be appropriate now
27580         that we are using CVS Autoconf's version.  Add support for Tandem.
27581
27582 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27583             Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
27586         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
27587         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
27588         gl_AC_TYPE_LONG_LONG.
27589
27590         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
27591         instead of HAVE_LONG_LONG.
27592         * lib/printf-args.c (printf_fetchargs): Likewise.
27593         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
27594         * lib/vasnprintf.c (VASNPRINTF): Likewise.
27595         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
27596         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
27597         gl_AC_TYPE_LONG_LONG.
27598
27599 2006-10-11  Bruno Haible  <bruno@clisp.org>
27600
27601         * m4/longlong.m4: Add comments.
27602         * m4/ulonglong.m4: Likewise.
27603
27604 2006-10-10  Bruno Haible  <bruno@clisp.org>
27605
27606         Make it possible to #define stpcpy, strdup to aliases.
27607         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
27608         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
27609
27610 2006-10-10  Bruno Haible  <bruno@clisp.org>
27611
27612         Make it possible to #define gcd to an alias.
27613         * lib/gcd.c: Include config.h.
27614
27615 2006-10-10  Bruno Haible  <bruno@clisp.org>
27616
27617         Make it possible to #define c_isascii to an alias.
27618         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
27619         defined. Undefine the macros before defining them, to avoid gcc
27620         warnings.
27621         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
27622         define NO_C_CTYPE_MACROS early.
27623
27624 2006-10-10  Bruno Haible  <bruno@clisp.org>
27625
27626         Make it possible to #define set_program_name to an alias.
27627         * lib/progname.c: Don't undefine set_program_name; instead, undefine
27628         ENABLE_RELOCATABLE early.
27629
27630 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27631
27632         Port to Tandem NSK OSS, which has 64-bit signed int but at most
27633         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
27634         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
27635         More generally, don't assume that 64-bit signed int is available
27636         if unsigned int is, and vice versa.
27637         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
27638         unsigned symbols, not on their signed counterparts.
27639         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
27640         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
27641         (UINT64_C, UINTMAX_C):
27642         Likewise.
27643         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
27644         unsigned counterparts.
27645         (Have_long_long, Unsigned): New macros.
27646         (Int): Renamed from INT.
27647         (strtoimax): Use the new macros.
27648         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
27649         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27650         * modules/inttypes (inttypes.h): Substitute
27651         HAVE_UNSIGNED_LONG_LONG_INT.
27652         * modules/stdint (stdint.h): Likewise.
27653         (Files): Add m4/ulonglong.m4.
27654
27655 2006-10-10  Bruno Haible  <bruno@clisp.org>
27656
27657         Fix a gcc -Wshadow warning.
27658         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
27659         to 'bucket'.
27660         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
27661         gl_linked_indexof_from_to): Likewise.
27662         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
27663         Likewise.
27664         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
27665         Likewise.
27666         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
27667         Reported by Eric Blake.
27668
27669 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
27670
27671         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
27672         for NetBSD.  Problem reported by Bruno Haible.
27673
27674 2006-10-09  Jim Meyering  <jim@meyering.net>
27675
27676         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
27677         Patch from Bruno Haible.
27678
27679 2006-10-09  Jim Meyering  <jim@meyering.net>
27680
27681         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
27682         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
27683         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
27684
27685 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27686
27687         Don't include <config.h> twice; this doesn't work in some cases,
27688         e.g., when config.h has "#define intmax_t long long int" and
27689         we include <config.h>, <inttypes.h>, <config.h> in that order.
27690         Problem reported by Matthew Woehlke in:
27691         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
27692         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
27693         * lib/fts-cycle.c: Don't include config.h.
27694         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
27695         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
27696         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
27697         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
27698         inttypes.h.
27699         * lib/xstrtoumax.c: Likewise.
27700         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
27701         __strtol and the like, so that this module is more like its siblings.
27702         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
27703         Remove; no longer needed now that we assume gnulib inttypes.h.
27704
27705 2006-10-08  Bruno Haible  <bruno@clisp.org>
27706
27707         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
27708         option.
27709
27710 2006-10-07  Jim Meyering  <jim@meyering.net>
27711
27712         * modules/inttypes (inttypes.h): Revert what seems to have been
27713         an inadvertent part of today's change: use "|", not "/" in the
27714         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
27715
27716 2006-10-07  Bruno Haible  <bruno@clisp.org>
27717
27718         * modules/sublist: New file.
27719
27720 2006-10-07  Bruno Haible  <bruno@clisp.org>
27721
27722         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
27723         * modules/argz (argz.h): Likewise.
27724         * modules/arpa_inet (arpa/inet.h): Likewise.
27725         * modules/byteswap (byteswap.h): Likewise.
27726         * modules/configmake (configmake.h): Likewise.
27727         * modules/fcntl (fcntl.h): Likewise.
27728         * modules/fnmatch (fnmatch.h): Likewise.
27729         * modules/getopt (getopt.h): Likewise.
27730         * modules/glob (glob.h): Likewise.
27731         * modules/inttypes (inttypes.h): Likewise.
27732         * modules/netinet_in (netinet/in.h): Likewise.
27733         * modules/poll (poll.h): Likewise.
27734         * modules/stdbool (stdbool.h): Likewise.
27735         * modules/stdint (stdint.h): Likewise.
27736         * modules/sys_select (sys/select.h): Likewise.
27737         * modules/sys_socket (sys/socket.h): Likewise.
27738         * modules/sys_stat (sys/stat.h): Likewise.
27739         * modules/sysexits (sysexits.h): Likewise.
27740         * modules/unistd (unistd.h): Likewise.
27741         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27742         Add a "DO NOT EDIT" comment to the generated file.
27743         (func_import): Likewise for gnulib-comp.m4.
27744
27745 2006-10-07  Bruno Haible  <bruno@clisp.org>
27746
27747         * lib/gl_sublist.h: New file.
27748         * lib/gl_sublist.c: New file.
27749
27750 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27751
27752         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
27753         name (relative to the original working directory) and the file
27754         name component (relative to the temporary working directory).  All
27755         callers changed.
27756         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
27757         * lib/mkdir-p.c (make_dir_parents): Likewise.
27758         * lib/mkdir-p.h (make_dir_parents): Likewise.
27759
27760 2006-10-06  Eric Blake  <ebb9@byu.net>
27761
27762         Define several macros for use by the clean-temp module.
27763         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
27764         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
27765         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
27766
27767         * lib/clean-temp.h (close_stream_temp): New declaration.
27768         * lib/clean-temp.c (includes): Pull in headers according to what
27769         other modules are in use.
27770         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
27771
27772 2006-10-06  Bruno Haible  <bruno@clisp.org>
27773
27774         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
27775         instead of fopen, fwriteerror.
27776
27777 2006-10-06  Bruno Haible  <bruno@clisp.org>
27778
27779         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
27780         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
27781         int.
27782         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
27783         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
27784         Return an error indicator.
27785         Suggested by Eric Blake.
27786
27787 2006-10-06  Bruno Haible  <bruno@clisp.org>
27788
27789         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
27790         Reported by Eric Blake.
27791
27792 2006-10-06  Bruno Haible  <bruno@clisp.org>
27793
27794         * modules/closeout (Description): Mention stderr too.
27795
27796 2006-10-06  Bruno Haible  <bruno@clisp.org>
27797         and Paul Eggert  <eggert@cs.ucla.edu>
27798
27799         * lib/closeout.c (close_stdout): Also close stderr.
27800         * lib/closeout.h: Update comment.
27801
27802 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27803
27804         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
27805         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
27806         * lib/dirchownmod.c: Include lchown.h.
27807         * lib/lchown.c: Don't include files that lchown.h now includes.
27808         Don't declare chown, since lchown.h now does that.
27809         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
27810         (lchown): Define to rpl_chown if lchown is declared but
27811         does not exist.  Declare using a prototype if lchown is not
27812         declared.  Add a copyright notice.
27813         * lib/mkstemp.h: Include <unistd.h>.
27814         * lib/openat.c: Include lchown.h.
27815
27816         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
27817         we now test for that separately.
27818         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
27819         rather than O_NOFOLLOW, when testing whether it's possible to
27820         avoid a race condition reliably.
27821         * lib/savewd.c (savewd_chdir): Likewise.
27822
27823         Remove macros that are no longer needed now that stdint.h is
27824         reliable.
27825         * lib/fsusage.c (UINTMAX_MAX): Remove.
27826         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
27827         * lib/utimecmp.c (SIZE_MAX): Remove.
27828
27829         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
27830
27831         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
27832         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
27833         O_NOATIME works.
27834
27835 2006-10-05  Bruno Haible  <bruno@clisp.org>
27836
27837         * lib/gl_list.h (gl_sortedlist_search_from_to,
27838         gl_sortedlist_indexof_from_to): New declarations.
27839         (gl_list_implementation): New fields sortedlist_search_from_to,
27840         sortedlist_indexof_from_to.
27841         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
27842         inline functions.
27843         * lib/gl_list.c (gl_sortedlist_search_from_to,
27844         gl_sortedlist_indexof_from_to): New functions.
27845         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
27846         function.
27847         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
27848         (gl_array_sortedlist_search_from_to): New function.
27849         (gl_array_list_implementation): Update.
27850         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
27851         function.
27852         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
27853         (gl_carray_sortedlist_search_from_to): New function.
27854         (gl_carray_list_implementation): Update.
27855         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
27856         gl_linked_sortedlist_indexof_from_to): New functions.
27857         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27858         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27859         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
27860         gl_tree_sortedlist_indexof_from_to): New functions.
27861         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27862         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27863         Update.
27864         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27865         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
27866         Update.
27867
27868 2006-10-05  Bruno Haible  <bruno@clisp.org>
27869
27870         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
27871         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
27872         (struct gl_list_implementation): Add fields search_from_to,
27873         indexof_from_to. Remove fields search, indexof.
27874         (gl_list_search): Use the search_from_to method.
27875         (gl_list_search_from, gl_list_search_from_to): New functions.
27876         (gl_list_indexof): Use the indexof_from_to method.
27877         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27878         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
27879         (gl_list_search_from, gl_list_search_from_to): New functions.
27880         (gl_list_indexof): Use the indexof_from_to method.
27881         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27882         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
27883         gl_array_indexof. Add start_index, end_index arguments.
27884         (gl_array_search_from_to): Renamed from gl_array_search. Add
27885         start_index, end_index arguments.
27886         (gl_array_remove, gl_array_list_implementation): Update.
27887         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
27888         gl_carray_indexof. Add start_index, end_index arguments.
27889         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
27890         start_index, end_index arguments.
27891         (gl_carray_remove, gl_carray_list_implementation): Update.
27892         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
27893         gl_linked_search. Add start_index, end_index arguments.
27894         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
27895         start_index, end_index arguments.
27896         (gl_linked_remove): Update.
27897         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27898         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27899         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
27900         field to 'size_t'.
27901         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
27902         gl_tree_search. Add start_index, end_index arguments.
27903         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27904         start_index, end_index arguments.
27905         (gl_tree_remove): Update.
27906         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27907         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27908         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
27909         function.
27910         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
27911         gl_tree_search. Add start_index, end_index arguments.
27912         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27913         start_index, end_index arguments.
27914         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27915         Update.
27916         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27917
27918 2006-10-05  Bruno Haible  <bruno@clisp.org>
27919
27920         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
27921
27922         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
27923         fwriteerror_temp): New declarations.
27924         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
27925         (descriptors): New variable.
27926         (cleanup): First, close the descriptors.
27927         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
27928         fclose_temp, fwriteerror_temp): New functions.
27929
27930 2006-10-04  Jim Meyering  <jim@meyering.net>
27931
27932         * lib/fts.c (fts_open): Tiny comment change.
27933
27934 2006-10-04  Bruno Haible  <bruno@clisp.org>
27935
27936         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
27937         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
27938         gl_LOCK_BODY.
27939         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
27940         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
27941         gl_LOCK_EARLY_BODY.
27942         (gl_LOCK): Require gl_LOCK_BODY.
27943
27944 2006-10-04  Bruno Haible  <bruno@clisp.org>
27945
27946         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
27947         (gl_oset_search_atleast): New declaration.
27948         (struct gl_oset_implementation): Add field 'search_atleast'.
27949         (gl_oset_search_atleast): New inline function.
27950         * lib/gl_oset.c (gl_oset_search_atleast): New function.
27951         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
27952         (gl_array_oset_implementation): Update.
27953         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
27954         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
27955         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
27956
27957 2006-10-04  Bruno Haible  <bruno@clisp.org>
27958
27959         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
27960
27961 2006-10-03  Bruno Haible  <bruno@clisp.org>
27962
27963         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
27964         from gl_avltreehash_list_implementation.
27965
27966 2006-10-03  Bruno Haible  <bruno@clisp.org>
27967
27968         * lib/gl_oset.c (gl_oset_add): Fix return type.
27969
27970 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
27971
27972         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
27973
27974 2006-10-02  Eric Blake  <ebb9@byu.net>
27975
27976         * modules/strnlen (Depends-on): Add extensions.
27977
27978 2006-10-02  Eric Blake  <ebb9@byu.net>
27979
27980         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
27981         definition in 2.60+.
27982
27983 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
27984
27985         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
27986         checks.
27987
27988 2006-10-02  Bruno Haible  <bruno@clisp.org>
27989
27990         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
27991         to the AUTOMAKE_OPTIONS.
27992         Reported by Jim Meyering.
27993
27994 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
27995
27996         Work around bug in Solaris 10 /proc file system:
27997         /proc/self/fd/NNN/.. isn't the parent directory of
27998         the directory whose file descriptor is NNN.  This needs to
27999         be worked around at run time, not compile time, since a
28000         program might be built on Solaris 8, where things work, and
28001         run on Solaris 10.
28002         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
28003         to use the following interface instead:
28004         (OPENAT_BUFFER_SIZE): New macro.
28005         (openat_proc_name): New function.
28006         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
28007         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
28008         Likewise.
28009         * lib/openat-proc.c: New file.
28010         * modules/openat (Files): Add lib/openat-proc.c.
28011         (Depends-on): Add same-inode, stdbool.
28012         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
28013
28014 2006-09-29  Bruno Haible  <bruno@clisp.org>
28015
28016         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
28017         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
28018         argument. Set stdout_closed before testing for ferror, not after.
28019         (fwriteerror, fwriteerror_no_ebadf): New functions.
28020
28021 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28022
28023         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
28024
28025 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
28026
28027         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
28028         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
28029
28030 2006-09-28  Jim Meyering  <jim@meyering.net>
28031
28032         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
28033         Include <unistd.h>.
28034
28035 2006-09-28  Bruno Haible  <bruno@clisp.org>
28036
28037         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
28038         * modules/linkedhash-list (Depends-on): Likewise.
28039         * modules/rbtreehash-list (Depends-on): Likewise.
28040
28041 2006-09-28  Bruno Haible  <bruno@clisp.org>
28042
28043         * lib/strndup.h: Simplify the redefinition of strndup.
28044         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
28045         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
28046
28047 2006-09-28  Bruno Haible  <bruno@clisp.org>
28048
28049         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
28050         * lib/gl_linkedhash_list.c: Likewise.
28051         * lib/gl_rbtreehash_list.c: Likewise.
28052
28053 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28054
28055         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
28056         getaddrinfo.
28057
28058         * lib/__fpending.h: Don't include <stdio_ext.h> unless
28059         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
28060         it causes <stdio_ext.h> to cause a compile-time error.
28061         Problem reported by Nelson H. F. Beebe.
28062         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
28063         of HAVE_DECL___PENDING.
28064
28065         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
28066         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
28067         declaration.
28068
28069 2006-09-27  Jim Meyering  <jim@meyering.net>
28070
28071         This file could end up with a definition for a function
28072         named __strndup, rather than rpl_strndup on a system with
28073         incomplete weak_alias support.
28074         * lib/strndup.c (strndup): Rename from __strndup.
28075         Remove #defines that used to map __strndup to strndup.
28076         Don't use K&R prototypes.
28077         Remove LIBC-related code, since this file is not sync'd with glibc.
28078         * lib/strndup.h: Revamp, accordingly.
28079         * m4/strndup.m4: Modernize.
28080
28081 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28082
28083         * modules/savewd (Depends-on): Add 'raise'.
28084         * lib/savewd.c: Include <signal.h>, for 'raise'.
28085
28086 2006-09-26  Jim Meyering  <jim@meyering.net>
28087
28088         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
28089         when we detect Darwin 8.7.0's acl_get_file bug.
28090         Rearrange to perform the new (below) run-test while $LIBS
28091         contains any acl-related library.  Set USE_ACL at the end.
28092         (gl_ACL_GET_FILE): New function.
28093
28094 2006-09-26  Eric Blake  <ebb9@byu.net>
28095
28096         * lib/verror.c: Include <config.h> unconditionally.
28097
28098 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
28099
28100         * modules/clock-time (Maintainer): Add self.
28101         * modules/getlogin_r (Depends-on): Add extensions.
28102
28103 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28104
28105         * modules/clock-time: New module.
28106         * modules/nanosleep (Depends-on): Add clock-time.
28107         * modules/gethrxtime (Depends-on): Likewise.
28108         * modules/gettime (Depends-on): Likewise.
28109         * modules/settime (Depends-on): Likewise.
28110
28111         * modules/fts-lgpl: Depend on openat.
28112         * modules/mkancesdirs: Depend on savewd.
28113         * modules/mkdir-p: Likewise.
28114
28115 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28116
28117         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
28118
28119         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
28120         `gl_have_arbitrary_file_name_length_limit' to
28121         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
28122         actually works between configure runs.
28123
28124 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28125             Bruno Haible  <bruno@clisp.org>
28126
28127         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
28128
28129 2006-09-25  Jim Meyering  <jim@meyering.net>
28130
28131         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
28132         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
28133
28134 2006-09-25  Eric Blake  <ebb9@byu.net>
28135
28136         * gnulib-tool (func_import, func_create_testdir): Fix typos in
28137         exec's in 2006-09-18 patch when shuffling fds.
28138
28139 2006-09-25  Bruno Haible  <bruno@clisp.org>
28140
28141         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
28142         Reported by Jim Meyering.
28143
28144 2006-09-24  Jim Meyering  <jim@meyering.net>
28145
28146         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
28147         compare a pointer against a literal "0".  That caused failures with
28148         at least HP-UX's hpcc.
28149
28150 2006-09-22  Simon Josefsson  <jas@extundo.com>
28151
28152         * modules/gc-sha1:
28153         * modules/gc-md4:
28154         * modules/gc-hmac-sha1:
28155         * modules/gc-hmac-md5:
28156         * modules/gc-des:
28157         * modules/gc-arcfour: Distribute more files.
28158
28159 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28160
28161         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
28162         (gl_linked_iterator_from_to): Initialize struct completely.
28163         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
28164         (gl_tree_iterator_from_to): Likewise
28165         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
28166         * lib/gl_array_list.c [lint] (gl_array_iterator)
28167         (gl_array_iterator_from_to): Likewise.
28168         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
28169         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
28170         (gl_carray_iterator_from_to): Likewise.
28171
28172         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
28173         * lib/md4.c (md4_process_block): Remove unused variable.
28174         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
28175         parentheses for clarity.
28176
28177 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28178
28179         * modules/bison-i18n (Depends-on): Add gettext.
28180
28181 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28182
28183         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
28184         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
28185         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
28186         also add missing comma that caused broken test.
28187         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
28188         stdlib.h, for `abort'.
28189         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
28190         variables.
28191         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
28192         include unistd.h if present, for `rmdir'.
28193         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
28194         variables.
28195         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
28196         in the process include standard headers for prototypes.
28197         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
28198         gets declared on GNU/Linux.
28199         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
28200         unistd.h, for `rmdir'.
28201         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
28202
28203         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
28204         always true.
28205         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
28206
28207         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
28208
28209 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28210
28211         * gnulib-tool (func_version): Create output all at once.  This
28212         may help avoid triggering unnecessary SIGPIPEs, and at any
28213         rate it doesn't hurt.
28214
28215 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28216             Bruno Haible  <bruno@clisp.org>
28217
28218         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
28219         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28220         * m4/signed.m4 (bh_C_SIGNED): Likewise.
28221
28222         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
28223         (gl_FUNC_VASPRINTF): Invoke it.
28224
28225 2006-09-22  Bruno Haible  <bruno@clisp.org>
28226
28227         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
28228         getloadavg.c as first argument.
28229
28230 2006-09-22  Bruno Haible  <bruno@clisp.org>
28231
28232         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
28233         at the beginning of the gl_INIT macro.
28234         * modules/getloadavg (configure.ac): Pass $gl_source_base to
28235         gl_GETLOADAVG.
28236
28237 2006-09-22  Bruno Haible  <bruno@clisp.org>
28238
28239         * gnulib-tool (func_create_megatestdir): Don't include the config-h
28240         module.
28241         Suggested by Ralf Wildenhues.
28242
28243 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28244
28245         Import this patch from libc:
28246
28247         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
28248
28249         * lib/regex_internal.c (re_string_reconstruct): Handle
28250         offset < pstr->valid_raw_len && pstr->offsets_needed case.
28251         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
28252         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
28253         re_string_context_at.
28254
28255         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
28256         now requires it.
28257         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
28258         gl_REGEX now does it for us.
28259         (gl_REGEX): Add test taken from
28260         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
28261
28262         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
28263         Check that large offsets work.  Modernize Autoconf usages.
28264         Prefer "yes" to mean a good thing rather than a bad.
28265         Don't put "#define mkstemp" in config.h, as this might interfere
28266         with standard system headers that "#define mkstemp mkstemp64".
28267
28268         * modules/mkstemp (Depends-on): Add extensions, so that
28269         mkstemp is visible on some platforms.
28270         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
28271         (Include): Change to "mkstemp.h" from <stdlib.h>.
28272         (Files): Add mkstemp.h.
28273
28274         * lib/mkstemp.h: New file, since some standard headers
28275         #define mkstemp.
28276         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
28277         Include "mkstemp.h".
28278         Make the _LIBC code resemble glibc original more,
28279         e.g., use K&R style.
28280         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
28281         (mkstemp): Remove, since mkstemp.h does this for us.
28282         * lib/stdlib--.h: Include mkstemp.h.
28283
28284         Import this patch from libc:
28285
28286         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28287
28288         * lib/tempname.c (__gen_tempname): Change attempts_min
28289         into a macro.  Use preprocessor to decide how to initialize
28290         attempts [Coverity CID 67].
28291
28292 2006-09-20  Bruno Haible  <bruno@clisp.org>
28293
28294         * lib/mkdtemp.c: Import from libc.
28295         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28296                 * sysdeps/posix/tempname.c (__gen_tempname): Change
28297                 attempts_min into a macro.  Use preprocessor to decide how to
28298                 initialize attempts [Coverity CID 67].
28299         2001-11-27  Paul Eggert  <eggert@twinsun.com>
28300                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
28301                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
28302
28303 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28304
28305         * gnulib-tool (func_exit): New function, to allow to pass the
28306         exit status portably through the trap.  Use everywhere.
28307         (--help, --version): Signal a write error.
28308         (trap): catch SIGPIPE, for write errors.
28309         Exit at the end of the trap, with the correct exit status.
28310
28311 2006-09-19  Karl Berry  <karl@gnu.org>
28312
28313         * doc/gnulib.texi: note about the license texinfo files.
28314
28315 2006-09-19  Eric Blake  <ebb9@byu.net>
28316
28317         * gnulib-tool: Avoid space-tab.
28318
28319 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28320
28321         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28322         that prevented coreutils 6.1 from building.  Problem reported
28323         by Petter Reinholdtsen.
28324
28325 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28326
28327         * gnulib-tool (avoidlist): Fix typo that broke options like
28328         --avoid=lock that are used by coreutils bootstrap.
28329
28330 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28331
28332         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28333         more systematically.
28334
28335 2006-09-18  Jim Meyering  <jim@meyering.net>
28336
28337         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28338
28339 2006-09-18  Bruno Haible  <bruno@clisp.org>
28340
28341         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28342
28343 2006-09-18  Bruno Haible  <bruno@clisp.org>
28344
28345         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28346         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28347         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28348         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28349         * m4/gettext.m4: Require autoconf >= 2.52.
28350         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28351         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28352         of gl_cv_header_inttypes_h.
28353
28354 2006-09-18  Bruno Haible  <bruno@clisp.org>
28355
28356         * lib/javaversion.c: Include configmake.h.
28357
28358 2006-09-18  Bruno Haible  <bruno@clisp.org>
28359
28360         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28361         avoid that the while loops be executed in a subshell.
28362
28363 2006-09-18  Bruno Haible  <bruno@clisp.org>
28364
28365         * MODULES.html.sh (func_module): Break long lines.
28366         Suggested by Bruce Korb <bkorb@gnu.org>.
28367
28368 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28369
28370         Speed up by a factor of 1.12.
28371         * gnulib-tool (nl): New variable.
28372         (func_import): Rewrite include directive extraction to only read each
28373         directive once.
28374
28375 2006-09-17  Bruno Haible  <bruno@clisp.org>
28376
28377         * modules/javaversion (Makefile.am): Remove DEFS setting.
28378         (Depends-on): Add configmake, for PKGDATADIR definition.
28379
28380 2006-09-17  Bruno Haible  <bruno@clisp.org>
28381
28382         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28383
28384 2006-09-17  Bruno Haible  <bruno@clisp.org>
28385
28386         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28387         (func_modules_transitive_closure, func_modules_add_dummy,
28388         func_modules_to_filelist, func_import, func_create_testdir,
28389         func_create_megatestdir, ...): Use it wherever possible.
28390         Suggested by Ralf Wildenhues.
28391
28392 2006-09-16  Karl Berry  <karl@gnu.org>
28393
28394         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28395         to avoid sectioning errors.
28396         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28397         [ifinfo]: blank line after @center-ed titles.
28398         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28399         Spell FSF address consistently with others.
28400         (These changes approved by rms.)
28401
28402 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28403
28404         Speed up by a factor of 1.61.
28405         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28406         already checked module names again.
28407
28408 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28409
28410         Speed up by a factor of 1.13.
28411         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28412         for new_files, and the input to func_add_or_update.
28413
28414 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28415
28416         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28417         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
28418
28419 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28420
28421         * modules/mkancesdirs (Depends-on): Add fcntl.
28422         * modules/savewd: New file.
28423         * MODULES.html.sh (File system functions): Add savewd.
28424
28425         * modules/configmake (Makefile.am): Add support for the
28426         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
28427
28428 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28429
28430         * m4/savewd.m4: New file.
28431
28432 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28433
28434         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
28435         (dirchownmod): New arg FD.  All callers changed.
28436         Use FD rather than opening the directory ourself, as opening is
28437         now the caller's responsibility.
28438         * lib/dirchownmod.h: Likewise.
28439         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
28440         hosts that require <sys/types.h> before <sys/stat.h>.  Include
28441         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
28442         (test_dir): Remove.
28443         (mkancesdirs): Return length of prefix of FILE that has already
28444         been made, or -2 if there is a child doing the work.  Redo
28445         algorithm so that it is O(N) rather than O(N**2).  Optimize away
28446         ".", and treat ".." specially since it might stray back into
28447         already-created areas.  Use a subprocess if necessary.  New arg
28448         WD; all users changed.  MAKE_DIR function should now return 1
28449         if it creates a directory that is not readable.  Return -2 if
28450         a child process is spun off.
28451         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
28452         Adjust signature to match code.
28453         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
28454         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
28455         all users changed.
28456         * lib/savewd.c, lib/savewd.h: New files.
28457
28458 2006-09-15  Jim Meyering  <jim@meyering.net>
28459
28460         * modules/rename-dest-slash: New module.
28461         * MODULES.html.sh (posix_compat): Add it here.
28462
28463         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
28464
28465 2006-09-15  Jim Meyering  <jim@meyering.net>
28466
28467         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
28468         file.
28469
28470         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
28471
28472 2006-09-15  Jim Meyering  <jim@meyering.net>
28473
28474         * lib/rename-dest-slash.c (has_trailing_slash): Use
28475         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
28476         (rpl_rename_dest_slash): Perform the cheaper trailing slash
28477         test before testing whether SRC is a directory.
28478         Suggestions from Bruno Haible.
28479
28480         Avoid a warning about an unused variable.
28481         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
28482         into the #ifdef block where it's used.
28483
28484         * lib/rename-dest-slash.c: New file.
28485
28486 2006-09-14  Bruno Haible  <bruno@clisp.org>
28487
28488         * lib/allocsa.c: Include <config.h> unconditionally.
28489         * lib/asnprintf.c: Likewise.
28490         * lib/asprintf.c: Likewise.
28491         * lib/c-strcasecmp.c: Likewise.
28492         * lib/c-strcasestr.c: Likewise.
28493         * lib/c-strncasecmp.c: Likewise.
28494         * lib/c-strstr.c: Likewise.
28495         * lib/classpath.c: Likewise.
28496         * lib/clean-temp.c: Likewise.
28497         * lib/concatpath.c: Likewise.
28498         * lib/copy-file.c: Likewise.
28499         * lib/csharpcomp.c: Likewise.
28500         * lib/csharpexec.c: Likewise.
28501         * lib/execute.c: Likewise.
28502         * lib/fatal-signal.c: Likewise.
28503         * lib/findprog.c: Likewise.
28504         * lib/fwriteerror.c: Likewise.
28505         * lib/gl_array_list.c: Likewise.
28506         * lib/gl_array_oset.c: Likewise.
28507         * lib/gl_avltree_list.c: Likewise.
28508         * lib/gl_avltree_oset.c: Likewise.
28509         * lib/gl_avltreehash_list.c: Likewise.
28510         * lib/gl_carray_list.c: Likewise.
28511         * lib/gl_linked_list.c: Likewise.
28512         * lib/gl_linkedhash_list.c: Likewise.
28513         * lib/gl_list.c: Likewise.
28514         * lib/gl_oset.c: Likewise.
28515         * lib/gl_rbtree_list.c: Likewise.
28516         * lib/gl_rbtree_oset.c: Likewise.
28517         * lib/gl_rbtreehash_list.c: Likewise.
28518         * lib/imaxabs.c: Likewise.
28519         * lib/imaxdiv.c: Likewise.
28520         * lib/javacomp.c: Likewise.
28521         * lib/javaexec.c: Likewise.
28522         * lib/javaversion.c: Likewise.
28523         * lib/linebreak.c: Likewise.
28524         * lib/localcharset.c: Likewise.
28525         * lib/lock.c: Likewise.
28526         * lib/mbchar.c: Likewise.
28527         * lib/mbswidth.c: Likewise.
28528         * lib/mkdtemp.c: Likewise.
28529         * lib/pipe.c: Likewise.
28530         * lib/printf-args.c: Likewise.
28531         * lib/printf-parse.c: Likewise.
28532         * lib/progname.c: Likewise.
28533         * lib/progreloc.c: Likewise.
28534         * lib/readlink.c: Likewise.
28535         * lib/sh-quote.c: Likewise.
28536         * lib/stpcpy.c: Likewise.
28537         * lib/stpncpy.c: Likewise.
28538         * lib/strcasecmp.c: Likewise.
28539         * lib/strcasestr.c: Likewise.
28540         * lib/strcspn.c: Likewise.
28541         * lib/striconv.c: Likewise.
28542         * lib/strncasecmp.c: Likewise.
28543         * lib/strnlen1.c: Likewise.
28544         * lib/strstr.c: Likewise.
28545         * lib/strtok_r.c: Likewise.
28546         * lib/tls.c: Likewise.
28547         * lib/tmpdir.c: Likewise.
28548         * lib/unicodeio.c: Likewise.
28549         * lib/unsetenv.c: Likewise.
28550         * lib/vasnprintf.c: Likewise.
28551         * lib/vasprintf.c: Likewise.
28552         * lib/wait-process.c: Likewise.
28553         * lib/xallocsa.c: Likewise.
28554         * lib/xsetenv.c: Likewise.
28555         * lib/xstriconv.c: Likewise.
28556
28557 2006-09-13  Simon Josefsson  <jas@extundo.com>
28558
28559         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
28560         that internally, suggested by Ralf Wildenhues
28561         <Ralf.Wildenhues@gmx.de>.
28562
28563 2006-09-13  Simon Josefsson  <jas@extundo.com>
28564
28565         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
28566         @LIBOBJS@.
28567         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28568
28569 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28570
28571         * lib/_fpending.c: Include <config.h> unconditionally, since we no
28572         longer worry about uses that don't define HAVE_CONFIG_H.
28573         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
28574         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
28575         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
28576         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
28577         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
28578         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
28579         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
28580         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
28581         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
28582         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
28583         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
28584         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
28585         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
28586         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
28587         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
28588         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
28589         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
28590         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
28591         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
28592         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
28593         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
28594         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
28595         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
28596         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
28597         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
28598         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
28599         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
28600         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
28601         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
28602         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
28603         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
28604         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
28605         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
28606         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
28607         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
28608         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
28609         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
28610         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
28611         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
28612         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
28613         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
28614         Likewise.
28615
28616 2006-09-13  Eric Blake  <ebb9@byu.net>
28617
28618         * lib/getopt.c: Fix typo in last commit.
28619
28620 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28621
28622         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
28623         dgettext.
28624
28625 2006-09-12  Jim Meyering  <jim@meyering.net>
28626
28627         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
28628         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
28629         Reported by Nelson H. F. Beebe.
28630
28631 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28632
28633         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
28634         program_invocation_name and program_invocation_short_name are
28635         initialized.
28636         * lib/argp-namefrob.h: Move declarations of program_invocation_name
28637         and program_invocation_short_name to argp.h, so they are visible
28638         to user programs.
28639         * lib/argp.h: Likewise
28640
28641 2006-09-10  Bruno Haible  <bruno@clisp.org>
28642
28643         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28644         m4/inttypes_h.m4, m4/uintmax_t.m4.
28645
28646 2006-09-10  Bruno Haible  <bruno@clisp.org>
28647
28648         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
28649         gl_AC_TYPE_UINTMAX_T.
28650
28651 2006-09-10  Bruno Haible  <bruno@clisp.org>
28652
28653         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
28654
28655 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28656
28657         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
28658         convention.  Text proposed by Bruno Haible.
28659         (struct argp_option): Document the use of N_() wrappers.
28660
28661         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
28662         '\v', and translate the two parts separately, instead of feeding
28663         the whole string to gettext.  This allows to exclude
28664         '\v' from the strings visible to the translator by writing doc
28665         strings as N_("..") "\v" N_("..").
28666
28667 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
28668
28669         * config/srclist.txt: Undo latest change; the bug was fixed.
28670
28671 2006-09-09  Bruno Haible  <bruno@clisp.org>
28672
28673         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
28674         assignments if building a library without libtool.
28675         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
28676         in func_emit_lib_Makefile_am.
28677         (func_import): When building a static library libfoo.a, arrange to
28678         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
28679         (func_create_testdir): Likewise.
28680         * modules/gc (configure.ac, Makefile.am): If building statically,
28681         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
28682         * modules/iconvme (configure.ac, Makefile.am): Likewise.
28683         * modules/striconv (configure.ac, Makefile.am): Likewise.
28684         Based on a suggestion by Ralf Wildenhues.
28685
28686 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28687
28688         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28689         Check for unistd.h too, since Autoconf doesn't assume POSIX.
28690         Also:
28691
28692         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28693         Add year_2050_test to catch glibc bug 2821
28694         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28695
28696         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28697         Prefer #ifdef to #if.
28698
28699         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
28700         Return from 'main' instead of calling 'exit'.
28701
28702 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28703
28704         * lib/mktime.c (guess_time_tm): Fix bug where mktime
28705         returned the maximum time_t value rather than (time_t) -1.
28706         Problem originally reported by William Bardwell
28707         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28708
28709         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28710         Moved to here ...
28711         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28712         ... from here.
28713
28714 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28715
28716         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
28717         2821 is fixed.
28718
28719 2006-09-08  Jim Meyering  <jim@meyering.net>
28720
28721         Don't make generated files read-only.  That would bother too many
28722         people.  However, do retain the ability to work when targets are
28723         read-only: remove the destination and temporary files before writing
28724         them (when generated via sed or echo), or by using the -f option for
28725         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
28726         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28727         * modules/byteswap, modules/configmake, modules/fcntl:
28728         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28729         * modules/localcharset, modules/netinet_in, modules/poll:
28730         * modules/stdbool, modules/stdint, modules/sys_select:
28731         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28732
28733 2006-09-08  Jim Meyering  <jim@meyering.net>
28734
28735         Avoid new build failure on FreeBSD 6.0.
28736         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
28737         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
28738         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
28739
28740 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28741
28742         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
28743
28744 2006-09-07  Jim Meyering  <jim@meyering.net>
28745
28746         Fix global typo in last change: use chmod u-w, not chmod u-x.
28747         Spotted by Paul Eggert and Bruce Korb.
28748         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28749         * modules/byteswap, modules/configmake, modules/fcntl:
28750         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28751         * modules/localcharset, modules/netinet_in, modules/poll:
28752         * modules/stdbool, modules/stdint, modules/sys_select:
28753         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28754
28755 2006-09-06  Jim Meyering  <jim@meyering.net>
28756
28757         Make generated files be read-only.
28758         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
28759         Ensure that each generated file is now read-only.
28760         * modules/argz: Likewise.
28761         * modules/arpa_inet: Likewise.
28762         * modules/byteswap: Likewise.
28763         * modules/configmake: Likewise.
28764         * modules/fcntl: Likewise.
28765         * modules/fnmatch: Likewise.
28766         * modules/getopt: Likewise.
28767         * modules/glob: Likewise.
28768         * modules/inttypes: Likewise.
28769         * modules/netinet_in: Likewise.
28770         * modules/poll: Likewise.
28771         * modules/stdbool: Likewise.
28772         * modules/stdint: Likewise.
28773         * modules/sys_select: Likewise.
28774         * modules/sys_socket: Likewise.
28775         * modules/sys_stat: Likewise.
28776         * modules/sysexits: Likewise.
28777         * modules/localcharset: Same as above, but continue using temporary
28778         file named "t-$@" (why different?) rather than the "$@-t" used
28779         everywhere else.
28780
28781         * modules/sysexits (Makefile.am): Replace literal occurrences
28782         of "sysexit.h" more readable, and more consistent, "$@".
28783
28784 2006-09-06  Bruno Haible  <bruno@clisp.org>
28785
28786         * modules/striconv: New file.
28787         * modules/xstriconv: New file.
28788         * MODULES.html.sh (Internationalization functions): Add striconv,
28789         xstriconv.
28790
28791 2006-09-06  Bruno Haible  <bruno@clisp.org>
28792
28793         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
28794         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
28795         not using libtool correctly.
28796
28797 2006-09-06  Bruno Haible  <bruno@clisp.org>
28798
28799         * lib/striconv.h: New file.
28800         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
28801         iconvstring.c.
28802         * lib/xstriconv.h: New file.
28803         * lib/xstriconv.c: New file.
28804
28805 2006-09-06  Bruno Haible  <bruno@clisp.org>
28806
28807         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28808         lib_..._LDFLAGS.
28809
28810 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28811
28812         * lib/argz_.h: Sync from Libtool.
28813
28814         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
28815                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28816
28817         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
28818
28819 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28820
28821         * modules/trim: New file.
28822
28823 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28824
28825         * lib/trim.h: New file.
28826         * lib/trim.c: New file.
28827
28828 2006-09-05  Bruno Haible  <bruno@clisp.org>
28829
28830         * MODULES.html.sh (String handling): Add trim.
28831
28832 2006-09-04  Karl Berry  <karl@gnu.org>
28833
28834         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
28835         until next release.
28836
28837 2006-09-03  Bruno Haible  <bruno@clisp.org>
28838
28839         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
28840         correctly.
28841
28842 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28843
28844         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
28845         not gl_GETLOADAVG.  Omit unneeded semicolons.
28846         Problems reported by Ralf Wildenhues in
28847         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28848         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
28849         at the end, which is the usual gnulib style.
28850
28851         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
28852         of doing all the work ourselves.
28853         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
28854         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
28855
28856 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28857
28858         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
28859         Problem reported by Ralf Wildenhues in
28860         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28861
28862         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
28863         HAVE_STRUCT_STATFS_F_FSTYPENAME.
28864
28865 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28866
28867         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
28868         yesterday's patch by changing test -n to test -z.
28869
28870 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28871
28872         * modules/getloadavg (Files): Add m4/getloadavg.m4.
28873         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
28874         the former is now obsolescent.
28875
28876         * modules/chdir-long (Depends-on): Add fcntl.
28877
28878 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28879
28880         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
28881         obsolescent, and programs should use gnulib instead.
28882         * m4/getloadavg.m4: New file, with contents taken from Autoconf
28883         but with prefixes changed.
28884
28885 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28886
28887         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
28888         or stdbool.h, because they might not exist while configuring.
28889
28890         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
28891         Don't include unistd.h or limits.h; not needed, since chdir-long.h
28892         does that for us.
28893         (O_DIRECTORY): Remove.
28894
28895 2006-08-31  Eric Blake  <ebb9@byu.net>
28896
28897         * gnulib-tool: Don't let emacs change spaces to TAB.
28898
28899 2006-08-31  Bruno Haible  <bruno@clisp.org>
28900
28901         * gnulib-tool: When calling func_import more than once, do it in a
28902         subshell.
28903         Reported by Eric Blake <ebb9@byu.net>.
28904
28905 2006-08-31  Bruno Haible  <bruno@clisp.org>
28906
28907         * gnulib-tool (nl): Remove variable.
28908         (sed_transform_lib_file): Use more robust test for config-h module.
28909         (func_import): Fix typo in 2006-08-25 patch.
28910
28911 2006-08-31  Bruno Haible  <bruno@clisp.org>
28912
28913         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
28914         specified, augment Makefile.am variables instead of assigning them.
28915
28916 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28917
28918         Work around a bug in both the Linux and SunOS 64-bit kernels:
28919         nanosleep mishandles sleeps for longer than 2**31 seconds.
28920         Problem reported by Frank v Waveren in
28921         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28922         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
28923         Check for nanosleep bug.
28924         (LIB_NANOSLEEP): Append clock_gettime library if needed.
28925
28926 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28927
28928         Work around a bug in both the Linux and SunOS 64-bit kernels:
28929         nanosleep mishandles sleeps for longer than 2**31 seconds.
28930         Problem reported by Frank v Waveren in
28931         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28932         * lib/nanosleep.c (BILLION): New constant.
28933         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
28934         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
28935         implementation.
28936
28937 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28938
28939         * modules/nanosleep (Depends-on): Add gettime.
28940
28941 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28942         and Simon Josefsson  <jas@extundo.com>
28943         and Oskar Liljeblad  <oskar@osk.mine.nu>
28944
28945         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
28946         * gnulib-tool (func_import): New license type 'unmodifiable license
28947         text'.
28948         * modules/fdl: Use it.  Longer description.
28949         * module/gpl, module/lgpl: New files.
28950
28951 2006-08-30  Jim Meyering  <jim@meyering.net>
28952
28953         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
28954         shadowing the parameter.
28955
28956 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28957
28958         Sync from Libtool:
28959
28960         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28961
28962         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
28963         sharing with gnulib.  Report by Eric Blake.
28964
28965 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28966
28967         * modules/isapipe: New file.
28968         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
28969
28970 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28971
28972         * modules/configmake (Makefile.am): Add a comment, and omit
28973         the CONFIGMAKE_ prefix from generated macro names.  Suggested
28974         by Bruno Haible.
28975
28976 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28977
28978         * m4/isapipe.m4: New file.
28979
28980 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28981
28982         * lib/isapipe.c, lib/isapipe.h: New files.
28983
28984 2006-08-29  Jim Meyering  <jim@meyering.net>
28985
28986         * modules/configmake (Makefile.am): Make configmake.h depend on
28987         Makefile.  Otherwise, a stale configmake.h could hang around.
28988
28989 2006-08-29  Eric Blake  <ebb9@byu.net>
28990
28991         * lib/error.c (error_at_line, print_errno_message): Match libc, after
28992         resolution of upstream bug 3044.
28993
28994 2006-08-29  Bruno Haible  <bruno@clisp.org>
28995
28996         * modules/localcharset (Depends-on): Add configmake.
28997         (Makefile.am): Remove setting of LIBDIR through DEFS.
28998
28999 2006-08-29  Bruno Haible  <bruno@clisp.org>
29000
29001         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
29002         defined.
29003
29004 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29005
29006         * modules/fcntl: New file.
29007         * modules/chdir-safer (Depends-on): Add fcntl.
29008         * modules/fts: Likewise.
29009         * modules/mkdir-p: Likewise.
29010
29011         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
29012         This undoes the most recent change, since we're now addressing the
29013         problem in a different way.
29014
29015         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
29016         into output, since the output might be called Makefile.am even
29017         if $makefile_name is something different.
29018         (func_import): Use $makefile_am rather than
29019         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
29020         empty.
29021
29022         * modules/inttypes (Files): Add m4/inttypes-h.m4.
29023
29024 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29025
29026         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
29027         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
29028         recent change to stdint.m4, since we're now addressing the problem in a
29029         different way.
29030
29031 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29032
29033         * m4/fcntl_h.m4: New file.
29034
29035 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29036
29037         * lib/fcntl_.h: New file.
29038         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
29039         the fcntl module.
29040         * lib/dirchownmod.c: Likewise.
29041         * lib/fts.c: Likewise.
29042
29043         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
29044         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
29045         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
29046         just before including <inttypes.h>, to avoid circular inclusion.
29047
29048 2006-08-28  Jim Meyering  <jim@meyering.net>
29049
29050         * doc/visibility.texi: Actually read and correct the grammar of the
29051         sentence affected by yesterday's change.
29052
29053 2006-08-28  Eric Blake  <ebb9@byu.net>
29054
29055         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
29056         needs wrapper.
29057
29058 2006-08-28  Eric Blake  <ebb9@byu.net>
29059
29060         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
29061
29062 2006-08-28  Eric Blake  <ebb9@byu.net>
29063
29064         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
29065
29066 2006-08-28  Bruno Haible  <bruno@clisp.org>
29067
29068         * modules/c-strstr: New file, from GNU gettext.
29069         * MODULES.html.sh (String handling): Add c-strstr.
29070
29071 2006-08-28  Bruno Haible  <bruno@clisp.org>
29072
29073         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
29074         macros.
29075         Reported by Eric Blake.
29076
29077 2006-08-28  Bruno Haible  <bruno@clisp.org>
29078
29079         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
29080         (VASNPRINTF): Return a string of length > INT_MAX without failing.
29081         * lib/vasprintf.c: Include errno.h, limits.h.
29082         (EOVERFLOW): New fallback definition.
29083         (vasprintf): Test here whether the string length is > INT_MAX.
29084         * lib/vsnprintf.c: Include errno.h, limits.h.
29085         (EOVERFLOW): New fallback definition.
29086         (vsnprintf): Fix bug when generated string was too long for the buffer.
29087         Test here whether the string length is > INT_MAX.
29088
29089 2006-08-28  Bruno Haible  <bruno@clisp.org>
29090
29091         * lib/inttypes_.h (SCNX*): Remove definitions.
29092         Reported by Eric Blake.
29093
29094 2006-08-28  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/c-strstr.h: New file, from GNU gettext.
29097         * lib/c-strstr.c: New file, from GNU gettext.
29098
29099 2006-08-28  Bruno Haible  <bruno@clisp.org>
29100
29101         * gnulib-tool: Reorder some statements.
29102
29103 2006-08-28  Bruno Haible  <bruno@clisp.org>
29104
29105         * gnulib-tool: New option --makefile-name.
29106         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
29107         $makefile_name.
29108         (func_import): Write $makefile_name to the cache file, and read it from
29109         there unless explicitly specified. Use $makefile_name as file name
29110         instead of Makefile.am. Adjust the recommendations accordingly.
29111
29112 2006-08-28  Bruno Haible  <bruno@clisp.org>
29113
29114         * gnulib-tool (func_verify_module): Check against misapplying patch.
29115
29116 2006-08-28  Bruno Haible  <bruno@clisp.org>
29117
29118         * gnulib-tool (func_relativize, func_relconcat): New functions.
29119         Give an error if --local-dir is given with --update.
29120         Remove trailing slashes from $local_gnulib_dir.
29121         (func_import): Store the relativized $local_gnulib_dir in
29122         gnulib-cache.m4, and read it from there if not specified explicitly.
29123
29124 2006-08-28  Bruno Haible  <bruno@clisp.org>
29125
29126         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
29127         is the current directory. Respect also $local_gnulib_dir.
29128
29129 2006-08-28  Bruno Haible  <bruno@clisp.org>
29130             Simon Josefsson  <jas@extundo.com>
29131
29132         BeOS portability.
29133         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
29134
29135 2006-08-27  Jim Meyering  <jim@meyering.net>
29136
29137         * doc/visibility.texi: Remove duplicate word: "pointer".
29138
29139 2006-08-26  Bruno Haible  <bruno@clisp.org>
29140
29141         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
29142         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
29143         (Makefile.am): Create inttypes.h from inttypes_.h.
29144         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
29145
29146         * modules/imaxabs: New file.
29147
29148         * modules/imaxdiv: New file.
29149
29150 2006-08-26  Bruno Haible  <bruno@clisp.org>
29151
29152         * m4/inttypes.m4: New file.
29153         * m4/_inttypes_h.m4: Remove file.
29154         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
29155         PRI_MACROS_BROKEN.
29156         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
29157
29158         * m4/imaxabs.m4: New file.
29159
29160         * m4/imaxdiv.m4: New file.
29161
29162 2006-08-26  Bruno Haible  <bruno@clisp.org>
29163
29164         * lib/inttypes_.h: New file.
29165         * lib/inttypes.h: Remove file.
29166         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
29167
29168         * lib/imaxabs.c: New file.
29169
29170         * lib/imaxdiv.c: New file.
29171
29172 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29173
29174         New config-h module, so that "make" output needn't be cluttered
29175         by -DHAVE_CONFIG_H.
29176         * MODULES.html.sh (Support for building libraries and executables):
29177         Add config-h.
29178         * modules/config-h: New file.
29179         * gnulib-tool (nl, sed_transform_lib_file): New vars.
29180         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
29181         the config-h module is used.
29182
29183         New configmake module, so that "make" output needn't be cluttered
29184         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
29185         * MODULES.html.sh (Support for building libraries and executables):
29186         Add configmake.
29187         * modules/configmake: New file.
29188
29189 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29190
29191         * m4/config-h.m4: New file.
29192
29193 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29194
29195         * config/srclist.txt: Add elisp-comp.
29196
29197 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29198
29199         * MODULES.html.sh (Support for building libraries and executables):
29200         Add elisp-comp.
29201         * build-aux/elisp-comp: New file.
29202         * modules/elisp-comp: New file.
29203
29204 2006-08-24  Bruno Haible  <bruno@clisp.org>
29205
29206         * gnulib-tool (func_create_testdir): Use non-default values of
29207         sourcebase and m4base.
29208
29209 2006-08-24  Bruno Haible  <bruno@clisp.org>
29210
29211         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
29212         HTML structure.
29213
29214 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29215
29216         * modules/openat (Depends-on): Add lchown.
29217
29218 2006-08-23  Bruno Haible  <bruno@clisp.org>
29219
29220         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
29221         of gl_LOCK_EARLY instead of gl_LOCK.
29222
29223 2006-08-23  Bruno Haible  <bruno@clisp.org>
29224
29225         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
29226         on OSF/1 to no.
29227         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
29228
29229 2006-08-23  Bruno Haible  <bruno@clisp.org>
29230
29231         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
29232         as unusable.
29233
29234         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
29235         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
29236         (gl_LOCK): New macro.
29237
29238 2006-08-22  Simon Josefsson  <jas@extundo.com>
29239
29240         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
29241         to md5 module.
29242
29243 2006-08-22  Simon Josefsson  <jas@extundo.com>
29244
29245         * MODULES.html.sh: Add "Support for maintaining and release
29246         projects".
29247
29248         * build-aux/gnupload: New file, from coreutils.
29249
29250 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29251
29252         Avoid the need for AC_LIBSOURCES in m4 macros.
29253         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
29254         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
29255         * modules/check-version (EXTRA_DIST): Add check-version.h.
29256         * modules/crc (EXTRA_DIST): Add crc.h.
29257         * modules/des (EXTRA_DIST): Add des.h.
29258         * modules/gc (EXTRA_DIST): Add gc.h.
29259         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
29260         * modules/getline (EXTRA_DIST): Add getline.h.
29261         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
29262         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
29263         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
29264         * modules/md2 (EXTRA_DIST): Add md2.h.
29265         * modules/md4 (EXTRA_DIST): Add md4.h.
29266         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
29267         * modules/read-file (EXTRA_DIST): Add read-file.h.
29268         * modules/readline (EXTRA_DIST): Add readline.h.
29269         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
29270         rijndael-api-fst.h.
29271
29272 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29273
29274         * m4/rijndael.m4 (gl_ARCFOUR):
29275         * m4/arctwo.m4 (gl_ARCTWO):
29276         * m4/check-version.m4 (gl_CHECK_VERSION):
29277         * m4/crc.m4 (gl_CRC):
29278         * m4/des.m4 (gl_DES):
29279         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
29280         * m4/gc.m4 (gl_GC):
29281         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
29282         * m4/getline.m4 (gl_FUNC_GETLINE):
29283         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
29284         * m4/hmac-md5.m4 (gl_HMAC_MD5):
29285         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
29286         * m4/md2.m4 (gl_MD2):
29287         * m4/md4.m4 (gl_MD4):
29288         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
29289         * m4/read-file.m4 (gl_FUNC_READ_FILE):
29290         * m4/readline.m4 (gl_FUNC_READLINE):
29291         * m4/rijndael.m4 (gl_RIJNDAEL):
29292         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29293         to get the necessary .h files and whatnot.
29294
29295 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29296
29297         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
29298         gnulib rather than the other way around.
29299         * config/srclistvars.sh (COREUTILS): Remove.
29300
29301 2006-08-22  Jim Meyering  <jim@meyering.net>
29302
29303         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
29304
29305         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
29306
29307 2006-08-22  Eric Blake  <ebb9@byu.net>
29308
29309         * modules/regexprops-generic: New file.
29310         * MODULES.html.sh (Support for building documentation): List it.
29311
29312 2006-08-22  Eric Blake  <ebb9@byu.net>
29313
29314         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
29315         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
29316         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
29317         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
29318
29319 2006-08-22  Bruno Haible  <bruno@clisp.org>
29320
29321         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29322         and lib_LTLIBRARIES like the other lib_* variables.
29323
29324 2006-08-22  Bruno Haible  <bruno@clisp.org>
29325
29326         * build-aux/x-to-1.in: New file, from GNU gettext.
29327
29328 2006-08-22  Bruno Haible  <bruno@clisp.org>
29329
29330         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29331         <utmpx.h> exists.
29332
29333 2006-08-22  Bruno Haible  <bruno@clisp.org>
29334
29335         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29336         <utmpx.h> exists.
29337
29338 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29339
29340         BeOS portability.
29341         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29342         exist.
29343         Problem reported by Bruno Haible.
29344
29345 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29346
29347         Avoid the need for AC_LIBSOURCES in m4 macros.
29348         * modules/acl (EXTRA_DIST): Add acl.h.
29349         * modules/argmatch (Files): Add m4/argmatch.m4.
29350         (configure.ac): Add gl_ARGMATCH.
29351         (EXTRA_DIST): Renamed from lib_SOURCES, for
29352         consistency with the other modules.  Remove argmatch.c.
29353         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29354         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29355         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29356         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29357         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29358         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29359         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29360         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29361         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29362         * modules/closeout (EXTRA_DIST): Add closeout.h.
29363         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29364         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29365         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29366         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29367         dirname.h; remove basename.c and stripslash.c.
29368         * modules/exclude (EXTRA_DIST): Add exclude.h.
29369         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29370         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29371         * modules/file-type (EXTRA_DIST): Add file-type.h.
29372         * modules/filemode (EXTRA_DIST): Add filemode.h.
29373         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29374         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29375         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29376         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29377         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29378         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29379         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29380         * modules/getdate (EXTRA_DIST): Add getdate.c.
29381         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29382         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29383         * modules/getpass (EXTRA_DIST): Add getpass.h.
29384         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29385         * modules/group-member (EXTRA_DIST): Add group-member.h.
29386         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29387         * modules/hash (EXTRA_DIST): Add hash.h.
29388         * modules/human (EXTRA_DIST): Add human.h.
29389         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29390         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29391         * modules/lchown (EXTRA_DIST): Add lchown.h.
29392         * modules/long-options (EXTRA_DIST): Add long-options.h.
29393         * modules/lstat (EXTRA_DIST): Add lstat.h.
29394         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29395         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29396         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29397         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29398         * modules/memxor (EXTRA_DIST): Add memxor.h.
29399         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29400         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29401         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29402         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29403         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29404         * modules/physmem (EXTRA_DIST): Add physmem.h.
29405         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29406         * modules/posixver (EXTRA_DIST): Add posixver.h.
29407         * modules/quote (EXTRA_DIST): Add quote.h.
29408         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29409         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29410         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29411         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29412         regex_internal.h regexec.c.
29413         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29414         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29415         * modules/same (EXTRA_DIST): Add same.h.
29416         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29417         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
29418         * modules/savedir (EXTRA_DIST): Add savedir.h.
29419         * modules/sha1 (EXTRA_DIST): Add sha1.h.
29420         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
29421         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
29422         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
29423         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
29424         * modules/strdup (EXTRA_DIST): Add strdup.h.
29425         * modules/strftime (EXTRA_DIST): Add strftime.h.
29426         * modules/strndup (EXTRA_DIST): Add strndup.h.
29427         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
29428         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
29429         * modules/time_r (EXTRA_DIST): Add time_r.h.
29430         * modules/timespec (EXTRA_DIST): Add timespec.h.
29431         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29432         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
29433         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
29434         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
29435         * modules/userspec (EXTRA_DIST): Add userspec.h.
29436         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
29437         * modules/utimens (EXTRA_DIST): Add utimens.h.
29438         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
29439         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
29440         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
29441         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
29442         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
29443         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
29444         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
29445         * modules/yesno (EXTRA_DIST): Add yesno.h.
29446
29447 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29448
29449         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
29450
29451         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
29452         * m4/dev-ino.m4, same-inode.m4: Remove.
29453
29454         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
29455         * m4/acl.m4 (AC_FUNC_ACL):
29456         * m4/backupfile.m4 (gl_BACKUPFILE):
29457         * m4/c-strtod.m4 (gl_C99_STRTOLD):
29458         * m4/canon-host.m4 (gl_CANON_HOST):
29459         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29460         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
29461         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
29462         * m4/cloexec.m4 (gl_CLOEXEC):
29463         * m4/close-stream.m4 (gl_CLOSE_STREAM):
29464         * m4/closeout.m4 (gl_CLOSEOUT):
29465         * m4/dirfd.m4 (gl_FUNC_DIRFD):
29466         * m4/dirname.m4 (gl_DIRNAME):
29467         * m4/exclude.m4 (gl_EXCLUDE):
29468         * m4/exitfail.m4 (gl_EXITFAIL):
29469         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
29470         * m4/file-type.m4 (gl_FILE_TYPE):
29471         * m4/filemode.m4 (gl_FILEMODE):
29472         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
29473         * m4/fpending.m4 (gl_FUNC_FPENDING):
29474         * m4/fprintftime.m4 (gl_FPRINTFTIME):
29475         * m4/fts.m4 (gl_FUNC_FTS):
29476         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
29477         * m4/getdate.m4 (gl_GETDATE):
29478         * m4/gethrxtime.m4 (gl_GETHRXTIME):
29479         * m4/getpagesize.m4 (gl_GETPAGESIZE):
29480         * m4/getpass.m4 (gl_FUNC_GETPASS):
29481         * m4/gettime.m4 (gl_GETTIME):
29482         * m4/getugroups.m4 (gl_GETUGROUPS):
29483         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
29484         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
29485         * m4/hard-locale.m4 (gl_HARD_LOCALE):
29486         * m4/hash.m4 (gl_HASH):
29487         * m4/idcache.m4 (gl_IDCACHE):
29488         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
29489         * m4/lchown.m4 (gl_FUNC_LCHOWN):
29490         * m4/long-options.m4 (gl_LONG_OPTIONS):
29491         * m4/lstat.m4 (gl_FUNC_LSTAT):
29492         * m4/md5.m4 (gl_MD5):
29493         * m4/memcasecmp.m4 (gl_MEMCASECMP):
29494         * m4/memcoll.m4 (gl_MEMCOLL):
29495         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
29496         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
29497         * m4/memxor.m4 (gl_MEMXOR):
29498         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
29499         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
29500         * m4/modechange.m4 (gl_MODECHANGE):
29501         * m4/mountlist.m4 (gl_MOUNTLIST):
29502         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29503         * m4/openat.m4 (gl_FUNC_OPENAT):
29504         * m4/pathmax.m4 (gl_PATHMAX):
29505         * m4/physmem.m4 (gl_PHYSMEM):
29506         * m4/posixtm.m4 (gl_POSIXTM):
29507         * m4/posixver.m4 (gl_POSIXVER):
29508         * m4/quote.m4 (gl_QUOTE):
29509         * m4/quotearg.m4 (gl_QUOTEARG):
29510         * m4/readtokens.m4 (gl_READTOKENS):
29511         * m4/readutmp.m4 (gl_READUTMP):
29512         * m4/regex.m4 (gl_REGEX):
29513         * m4/safe-read.m4 (gl_SAFE_READ):
29514         * m4/safe-write.m4 (gl_SAFE_WRITE):
29515         * m4/same.m4 (gl_SAME):
29516         * m4/save-cwd.m4 (gl_SAVE_CWD):
29517         * m4/savedir.m4 (gl_SAVEDIR):
29518         * m4/settime.m4 (gl_SETTIME):
29519         * m4/sha1.m4 (gl_SHA1):
29520         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
29521         * m4/stat-macros.m4 (gl_STAT_MACROS):
29522         * m4/stat-time.m4 (gl_STAT_TIME):
29523         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
29524         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
29525         * m4/strdup.m4 (gl_FUNC_STRDUP):
29526         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
29527         * m4/strndup.m4 (gl_FUNC_STRNDUP):
29528         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
29529         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
29530         * m4/time_r.m4 (gl_TIME_R):
29531         * m4/timespec.m4 (gl_TIMESPEC):
29532         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
29533         * m4/unlinkdir.m4 (gl_UNLINKDIR):
29534         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
29535         * m4/userspec.m4 (gl_USERSPEC):
29536         * m4/utimecmp.m4 (gl_UTIMECMP):
29537         * m4/utimens.m4 (gl_UTIMENS):
29538         * m4/xalloc.m4 (gl_XALLOC):
29539         * m4/xgetcwd.m4 (gl_XGETCWD):
29540         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
29541         * m4/xreadlink.m4 (gl_XREADLINK):
29542         * m4/xstrtod.m4 (gl_XSTRTOD):
29543         * m4/yesno.m4 (gl_YESNO):
29544         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29545         to get the necessary .h files and whatnot.
29546
29547 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
29548             Bruno Haible  <bruno@clisp.org>
29549
29550         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
29551         /bin/sh understanding of '!' conditional negation.
29552
29553 2006-08-21  Jim Meyering  <jim@meyering.net>
29554
29555         * modules/openat (Depends-on): Really alphabetize.
29556
29557         * modules/acl (Depends-on): Add error and quote.
29558
29559         * check-module (find_included_lib_files): Add at-func.c to the
29560         ok-to-include-more-than-once white list.
29561
29562         * modules/openat (Depends-on): Add lstat.  Alphabetize.
29563
29564 2006-08-21  Bruno Haible  <bruno@clisp.org>
29565
29566         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29567         Emit a pkgdata_DATA variable only if some snippets add contents to it.
29568         Reported by Martin Lambers <marlam@marlam.de>.
29569
29570 2006-08-21  Bruno Haible  <bruno@clisp.org>
29571
29572         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
29573         specify an installation location, don't emit a noinst_LIBRARIES or
29574         noinst_LTLIBRARIES assignment.
29575
29576 2006-08-21  Bruno Haible  <bruno@clisp.org>
29577
29578         BeOS portability.
29579         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
29580         BeOS has mbrtowc() but no <wctype.h>.
29581
29582 2006-08-21  Bruno Haible  <bruno@clisp.org>
29583
29584         BeOS portability.
29585         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
29586         exist.
29587
29588 2006-08-21  Bruno Haible  <bruno@clisp.org>
29589
29590         BeOS portability.
29591         * lib/mbchar.h: Include <wctype.h> only if it exists.
29592
29593 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29594
29595         Remove files that are no longer needed by their respective modules.
29596         * m4/obstack.m4: Remove.
29597         * m4/strerror_r.m4: Remove.
29598         * m4/uint32_t.m4: Remove.
29599         * m4/uintptr_t.m4: Remove.
29600         * m4/ullong_max.m4: Remove.
29601         * m4/xstrtoimax.m4: Remove.
29602         * m4/xstrtoumax.m4: Remove.
29603
29604         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
29605         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
29606         dependencies now capture this.
29607
29608         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
29609         Do not use AC_LIBSOURCES, since gnulib modules now do this.
29610         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
29611         * m4/human.m4 (gl_HUMAN): Likewise.
29612         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
29613         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
29614
29615         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
29616
29617         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
29618         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
29619         stdint.
29620         * m4/human.m4 (gl_HUMAN): Likewise.
29621         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
29622         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
29623         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29624         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29625         * m4/xstrtol (gl_XSTRTOL): Likewise.
29626
29627         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
29628         AC_TYPE_LONG_LONG_INT.
29629         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29630         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
29631         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
29632         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29633
29634         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
29635         on stdbool.
29636
29637         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
29638         (gl_PREREQ_XSTRTOUL): Remove.
29639
29640         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
29641
29642         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
29643         mode.
29644
29645 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29646
29647         Add and change modules to make it easier for coreutils to use
29648         gnulib-tool.
29649         * modules/backupfile (Files): Remove m4/d-ino.m4.
29650         (Depends-on): Add d-ino.
29651         * modules/cycle-check (Depends-on): Add stdint.
29652         (lib_SOURCES): Add cycle-check.h.
29653         * modules/d-ino: New module.
29654         * modules/d-type: New module.
29655         * modules/error (Files): Remove m4/strerror_r.m4.
29656         * modules/filemode (Files): Add m4/st_dm_mode.m4.
29657         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29658         m4/inttypes_h.m4, m4/uintmax_t.m4.
29659         (Depends-on): Add stdint.
29660         (lib_SOURCES): Add fsusage.h.
29661         * modules/getcwd (Files): Remove d-ino.m4.
29662         (Depends-on): Add d-ino.
29663         * modules/getndelim2 (Depends-on): Add stdint.
29664         * modules/glob (Files): Remove m4/d-type.m4.
29665         (Depends-on): Add d-type.
29666         * modules/host-os: New module.
29667         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
29668         m4/inttypes_h.m4, m4/uintmax_t.m4.
29669         * Depends-on: Add stdint.
29670         (lib_SOURCES): Add human.h.
29671         * modules/inttostr (Files): Remove m4/intmax_t.m4,
29672         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
29673         m4/uintmax_t.m4, m4/ulonglong.m4.
29674         (Depends-on): Add stdint.
29675         (EXTRA_DIST): Add inttostr.h.
29676         * modules/lchmod: New module.
29677         * modules/link-follow: New module.
29678         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
29679         (Depends-on): Add lchmod.
29680         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
29681         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
29682         (Depends-on): Add stdint.
29683         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
29684         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
29685         (Depends-on): Add stdint.
29686         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
29687         * modules/perl: New module.
29688         * modules/regex (Depends-on): Add stdint.
29689         * modules/rmdir-errno: New module.
29690         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29691         m4/intmax_t.m4.
29692         (Depends-on): Add stdint.
29693         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29694         m4/uintmax_t.m4.
29695         (Depends-on): Add stdint.
29696         * modules/unlink-busy: New module.
29697         * modules/utimecmp (Depends-on): Add stdint.
29698         * modules/uptime: New module.
29699         * modules/winsz-ioctl: New module.
29700         * modules/winsz-termios: New module.
29701         * modules/xnanosleep (Depends-on): Add nanosleep.
29702         * modules/ullong_max: Remove.
29703         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
29704         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
29705         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
29706         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
29707         (Depends-on): Add inttypes.
29708         (lib_SOURCES): Add xstrtol.h.
29709         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
29710         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
29711         * MODULES.html.sh: Move 'assert' into the assert section.
29712         Move 'dummy' into the linking section.
29713         Remove ullong_max.
29714         Add section for compatibility checks for POSIX:2001 functions,
29715         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
29716         winsz-ioctl, and winsz-termios into it.
29717         Add lchmod.
29718         Add top-level Misc section and put host-os, perl, and uptime
29719         into it.
29720
29721 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29722
29723         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
29724         now assume the stdint module.  Do not include inttypes.h.
29725         * lib/fsusage.h: Likewise.
29726         * lib/getndelim2.c: Likewise.
29727         * lib/human.h: Likewise.
29728         * lib/inttostr.h: Likewise.
29729         * lib/obstack.c: Likewise.
29730         * lib/regex_internal.h: Likewise.
29731         * lib/tempname.c: Likewise.
29732         * lib/utimecmp.c: Likewise.
29733         * lib/xstrtol.h: Likewise.
29734
29735         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
29736
29737         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
29738         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
29739         * lib/xtime.h: Likewise.
29740
29741 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29742
29743         * modules/openat (Files): Add lib/fchmodat.c.
29744         Fixes problem reported by Jay Youngman.
29745
29746 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29747
29748         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
29749         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
29750
29751 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
29752             Bruno Haible  <bruno@clisp.org>
29753
29754         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
29755         and is a script that invokes bison. Tighten the code. Add comments.
29756
29757 2006-08-18  Jim Meyering  <jim@meyering.net>
29758
29759         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
29760         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
29761         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
29762         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
29763
29764 2006-08-18  Bruno Haible  <bruno@clisp.org>
29765
29766         * modules/bison-i18n: New file.
29767         * MODULES.html.sh (Internationalization functions): Add it.
29768
29769 2006-08-18  Bruno Haible  <bruno@clisp.org>
29770
29771         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
29772         sys/statvfs.h. When getmntinfo was found, check its declaration and
29773         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
29774
29775 2006-08-18  Bruno Haible  <bruno@clisp.org>
29776
29777         * m4/bison-i18n.m4: New file, from bison.
29778
29779 2006-08-18  Bruno Haible  <bruno@clisp.org>
29780
29781         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
29782         (ME_DUMMY): Treat "kernfs" as a dummy.
29783         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
29784
29785 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29786
29787         Update from coreutils.
29788
29789         2006-08-15  Jim Meyering  <jim@meyering.net>
29790
29791         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
29792
29793         2006-01-17  Jim Meyering  <jim@meyering.net>
29794
29795         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
29796
29797         2006-01-11  Jim Meyering  <jim@meyering.net>
29798
29799         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
29800         Check for the lchmod function.
29801
29802 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29803
29804         Update from coreutils.
29805
29806         * lib/__fpending.h: Add copyright notice.
29807         * lib/fprintftime.h: Likewise.
29808         * lib/savedir.c: Use (C) in copyright notice.
29809         * lib/savedir.h: Likewise.
29810
29811         2006-08-15  Jim Meyering  <jim@meyering.net>
29812
29813         * lib/at-func.c: New file, with the logic of all emulated at-functions.
29814         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
29815         in support of the EXPECTED_ERRNO macro.
29816         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
29817         definitions.  Instead, define the appropriate symbols and include
29818         "at-func.c".
29819         * lib/mkdirat.c (mkdirat): Likewise.
29820         * lib/fchmodat.c (fchmodat): Likewise.
29821         (ENOSYS): Remove definition.
29822         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
29823         it.  Don't include "unistd--.h" -- it wasn't ever used.
29824
29825         2006-01-17  Jim Meyering  <jim@meyering.net>
29826
29827         Rewrite fts.c not to change the current working directory,
29828         by using openat, fstatat, fdopendir, etc..
29829
29830         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
29831         (HAVE_OPENAT_SUPPORT): Define.
29832         [_LIBC] (fchdir): Don't undef or define; no longer used.
29833         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
29834         Now, this `function' always succeeds, and consumes its file descriptor
29835         parameter -- so callers must not close such FDs.  Update callers.
29836         (diropen_fd, opendirat, cwd_advance_fd): New functions.
29837         (diropen): Add parameter, SP.  Adjust all callers.
29838         Implement using diropen_fd, rather than open.
29839         (fts_open): Initialize new member, fts_cwd_fd.
29840         Remove fts_rft-setting code.
29841         (fts_close): Close fts_cwd_fd, if necessary.
29842         (__opendir2): Define in terms of opendir or opendirat,
29843         depending on whether the FST_NOCHDIR flag is set.
29844         (fts_build): Since fts_safe_changedir consumes its FD, and since
29845         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
29846         and close the dup'd file descriptor upon failure.
29847         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
29848         (fts_safe_changedir): Tweak semantics to reflect that this function
29849         now calls cwd_advance_fd and hence consumes its FD argument.
29850         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
29851         [struct FTS] (fts_rft): Remove now-unused member.
29852         [struct FTS] (fts_cycle.state): Improve comment.
29853
29854         * lib/openat.c (openat_needs_fchdir): New function.
29855         * lib/openat.h (openat_needs_fchdir): Declare it.
29856
29857 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29858
29859         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
29860         Problem and fix reported by Pádraig Brady in
29861         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
29862
29863 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29864
29865         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
29866
29867 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29868
29869         * lib/memcoll.c (memcoll): Optimize for the common case where the
29870         arguments are bytewise equal.
29871
29872 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29873
29874         * doc/regexprops-generic.texi: Add a copyright notice.
29875
29876 2006-08-15  Bruno Haible  <bruno@clisp.org>
29877
29878         * modules/tmpdir (License): Change to LGPL.
29879
29880 2006-08-15  Bruno Haible  <bruno@clisp.org>
29881
29882         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
29883         module.
29884
29885 2006-08-14  Simon Josefsson  <jas@extundo.com>
29886
29887         * config/srclist.txt: Add gnupload.
29888
29889 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29890
29891         Change copyright notice from LGPL 2 to GPL 2, since that's the
29892         standard form used in the gnulib repository.
29893         * tests/test-lock.c: Likewise.
29894         * tests/test-stdint.c: Likewise.
29895         * tests/test-tls.c: Likewise.
29896
29897         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
29898         prelude-manager.  User shorter URLs for GNU projects, without '?'.
29899         Add copyright notice.
29900
29901         * check-module: Add copyright notice.  Output a copyright
29902         notice if "--version" is specified.
29903         * modules/COPYING: New file.
29904         * tests/test-getaddrinfo.c: Add copyright notice.
29905         * tests/test-verify.c: Likewise.
29906
29907 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29908
29909         Change copyright notice from LGPL 2 to GPL 2, since that's the
29910         standard form used in the gnulib repository.
29911         * lib/lock.c: LGPL -> GPL.
29912         * lib/lock.h: Likewise.
29913         * lib/strnlen1.c: Likewise.
29914         * lib/strnlen1.h: Likewise.
29915         * lib/tls.c: Likewise.
29916         * lib/tls.h: Likewise.
29917         * lib/tmpdir.c: Likewise.
29918
29919         * lib/TODO: Remove; this belongs only in coreutils.
29920
29921 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29922
29923         Add copyright notices to long-enough files that lack them, since
29924         otherwise the files aren't clearly free.  Use the same notice that
29925         getdate.texi already uses.
29926         * doc/alloca-opt.texi: Add copyright notice.
29927         * doc/alloca.texi: Likewise.
29928         * doc/ctime.texi: Likewise.
29929         * doc/functions.texi: Likewise.
29930         * doc/gcd.texi: Likewise.
29931         * doc/gnulib-tool.texi: Likewise.
29932         * doc/inet_ntoa.texi: Likewise.
29933         * doc/visibility.texi: Likewise.
29934
29935         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
29936         * doc/quote.texi: Add copyright notice.
29937
29938         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
29939         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
29940         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
29941         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
29942         is now obsolete, and give a pointer to the Sun list.
29943         Add copyright notice.
29944
29945 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29946
29947         * config/srclistvars.sh: Add copyright notice.
29948
29949 2006-08-14  Eric Blake  <ebb9@byu.net>
29950
29951         Import the following change from libc:
29952
29953         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
29954
29955         Upstream bug 2997.
29956         * lib/misc/error.c: Add space between program name and message if file
29957         name is missing.
29958
29959 2006-08-12  Karl Berry  <karl@gnu.org>
29960
29961         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
29962         remove, these originate in gnulib now.
29963
29964 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29965
29966         * doc/Makefile (standards.info standards.html standards.dvi):
29967         Also depend on make-stds.texi.
29968
29969 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29970
29971         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
29972         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
29973
29974         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
29975         in wchar_t.  Problem reported by Eric Blake.
29976
29977         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
29978         LEN is smaller than SIZE.  Suggested by Bruno Haible.
29979         Also, help the compiler to keep LEN in a register.
29980
29981 2006-08-11  Eric Blake  <ebb9@byu.net>
29982
29983         * users.txt: Sort.  Add tar.
29984
29985 2006-08-11  Bruno Haible  <bruno@clisp.org>
29986
29987         * users.txt: New file.
29988
29989 2006-08-11  Bruno Haible  <bruno@clisp.org>
29990
29991         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
29992         before <wchar.h>. Needed for OSF/1 and BSD/OS.
29993
29994 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
29995
29996         * modules/snprintf (Depends-on): Remove minmax.
29997         (Maintainer): Add self and Bruno.
29998
29999 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30000
30001         * lib/.cppi-disable: Add snprintf.h, socket_.h.
30002         * lib/snprintf.c: Include <errno.h> and <limits.h>.
30003         (EOVERFLOW): Define if the system does not.
30004         Do not include "minmax.h"; it wasn't used.
30005         (snprintf): Don't assume size_t promotes to an unsigned type.
30006         Fix bug when generated string was too long for the buffer: the
30007         buffer's contents are supposed to be the initial prefix of the
30008         output.  Don't assume vasnprintf returns EOVERFLOW if the size
30009         exceeds INT_MAX; do the check ourselves.
30010
30011         Import the following changes from libc:
30012
30013         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
30014
30015         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
30016         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
30017         set wc to the byte which couldn't be converted.
30018         (re_string_reconstruct): Don't clear valid_raw_len before calling
30019         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
30020         tip_context using re_string_context_at.
30021
30022         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
30023
30024         * lib/posix/regex.h: g++ still cannot handled [restrict].
30025
30026         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
30027
30028         * lib/posix/regex.h: Remove special handling for VMS.
30029
30030 2006-08-10  Jim Meyering  <jim@meyering.net>
30031
30032         * modules/same-inode: New module.
30033         * modules/dev-ino: New module.
30034         * modules/cycle-check: Depend on these modules, rather than simply
30035         including their .h files.
30036         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
30037         required via m4/cycle-check.m4.
30038         * modules/same: Depend on new same-inode module, rather than
30039         including same-inode.h.
30040         * modules/chdir-safer: New file.
30041
30042         * modules/chown (Depends-on): Add stat-macros.
30043
30044 2006-08-10  Jim Meyering  <jim@meyering.net>
30045
30046         * m4/cycle-check.m4: New file.
30047         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
30048         * m4/dev-ino.m4, m4/same-inode.m4: New files.
30049
30050 2006-08-10  Eric Blake  <ebb9@byu.net>
30051
30052         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
30053         in from original proposal.
30054
30055 2006-08-10  Eric Blake  <ebb9@byu.net>
30056         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30057
30058         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
30059         namespace.
30060
30061 2006-08-10  Bruno Haible  <bruno@clisp.org>
30062
30063         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
30064         as well.
30065
30066 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30067
30068         Sync from coreutils.
30069
30070         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
30071
30072         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
30073         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
30074
30075 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30076
30077         * modules/restrict: Remove; no longer needed now that we assume
30078         Autoconf 2.59 or later.
30079         * MODULES.html.sh: Remove 'restrict'.
30080         * modules/argp (Depends-on): Remove 'restrict'.
30081         * modules/base64 (Depends-on): Likewise.
30082         * modules/gc (Depends-on): Likewise.
30083         * modules/getaddrinfo (Depends-on): Likewise.
30084         * modules/glob (Depends-on): Likewise.
30085         * modules/inet_ntop (Depends-on): Likewise.
30086         * modules/inet_pton (Depends-on): Likewise.
30087         * modules/memxor (Depends-on): Likewise.
30088         * modules/regex (Depends-on): Likewise.
30089         * modules/strtok_r (Depends-on): Likewise.
30090         * modules/time_r (Depends-on): Likewise.
30091
30092 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30093
30094         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
30095         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
30096         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30097         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
30098         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
30099         * m4/memxor.m4 (gl_MEMXOR): Likewise.
30100         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
30101         gl_C_RESTRICT replaced by AC_C_RESTRICT.
30102
30103         Merge from coreutils.
30104         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
30105         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
30106         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30107         * m4/time_r.m4 (gl_TIME_R): Likewise.
30108
30109 2006-08-09  Karl Berry  <karl@gnu.org>
30110
30111         * config/srclist.txt: no more gettext-tools, per Bruno.
30112
30113 2006-08-08  Eric Blake  <ebb9@byu.net>
30114
30115         * modules/verror: New module.
30116         * MODULES.html.sh: Document it.
30117
30118 2006-08-08  Eric Blake  <ebb9@byu.net>
30119
30120         * lib/verror.h, lib/verror.c: New files.
30121
30122 2006-08-08  Eric Blake  <ebb9@byu.net>
30123
30124         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
30125         verror_at_line output complies with GNU Coding Standards even when
30126         file is NULL.
30127
30128 2006-08-07  Bruno Haible  <bruno@clisp.org>
30129
30130         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
30131         versions of AIX.
30132         Reported by Ralf Wildenhues.
30133
30134 2006-08-07  Bruno Haible  <bruno@clisp.org>
30135
30136         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
30137         in an AC_DEFUN. Needed so that the autoconf snippets can use
30138         AC_REQUIRE.
30139
30140 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30141
30142         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30143         Initialize pkgdata_DATA.
30144         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
30145         overriding it.
30146
30147 2006-08-06  Eric Blake  <ebb9@byu.net>
30148
30149         * lib/error.h: Fold in some upstream changes from glibc.
30150         * lib/error.c: Likewise.
30151
30152 2006-08-04  Bruno Haible  <bruno@clisp.org>
30153
30154         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30155         Make the mostlyclean-local rule depend on mostlyclean-generic.
30156         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
30157
30158 2006-07-31  Bruno Haible  <bruno@clisp.org>
30159
30160         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
30161         <stdlib.h>, <string.h>.
30162
30163 2006-07-30  Bruno Haible  <bruno@clisp.org>
30164
30165         * modules/readlink (License): Change to LGPL.
30166
30167 2006-07-30  Bruno Haible  <bruno@clisp.org>
30168
30169         * modules/javaversion (Makefile.am): Distribute javaversion.java and
30170         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
30171         set PKGDATADIR to point to it.
30172
30173 2006-07-30  Bruno Haible  <bruno@clisp.org>
30174
30175         * modules/csharpexec (configure.ac): Comment out macro invocation.
30176         * modules/javaexec (configure.ac): Likewise.
30177         * modules/javacomp-script (configure.ac): Likewise.
30178
30179         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
30180
30181 2006-07-30  Bruno Haible  <bruno@clisp.org>
30182
30183         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
30184         linked-list.
30185
30186 2006-07-30  Bruno Haible  <bruno@clisp.org>
30187
30188         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
30189
30190 2006-07-30  Bruno Haible  <bruno@clisp.org>
30191
30192         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30193         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
30194         get removed.
30195
30196 2006-07-29  Bruno Haible  <bruno@clisp.org>
30197
30198         Make it possible for gnulib-tool to work with locally modified or
30199         augmented gnulib repositories.
30200         * gnulib-tool (func_usage): Document --local-dir option.
30201         (local_gnulib_dir): New variable.
30202         Handle --local-dir option.
30203         (func_lookup_file): New function.
30204         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
30205         (func_get_description, func_get_filelist, func_get_description,
30206         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
30207         func_get_automake_snippet, func_get_include_directive,
30208         func_get_license, func_get_maintainer): Use func_lookup_file.
30209         (func_import, func_create_testdir): Use func_lookup_file.
30210
30211 2006-07-29  Bruno Haible  <bruno@clisp.org>
30212
30213         * modules/setenv (Depends-on): Add unistd.
30214
30215 2006-07-29  Bruno Haible  <bruno@clisp.org>
30216
30217         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
30218
30219 2006-07-29  Bruno Haible  <bruno@clisp.org>
30220
30221         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
30222
30223 2006-07-29  Bruno Haible  <bruno@clisp.org>
30224
30225         * gnulib-tool (import, update): If there is no Makefile.am, look at
30226         aclocal.m4, instead of bailing out.
30227
30228 2006-07-29  Bruno Haible  <bruno@clisp.org>
30229
30230         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
30231         Categorize the options by when they are useful.
30232
30233 2006-07-29  Bruno Haible  <bruno@clisp.org>
30234
30235         * gnulib-tool (func_usage): Document option --no-libtool.
30236         Handle option --no-libtool.
30237         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
30238         for changed semantics of $libtool variable.
30239         (func_import): Likewise. If libtool is not used, show this through
30240         an option --no-libtool.
30241         (func_create_testdir): Update.
30242
30243 2006-07-29  Bruno Haible  <bruno@clisp.org>
30244
30245         * gnulib-tool (func_import): Extend error message about missing
30246         --doc-base.
30247
30248 2006-07-29  Bruno Haible  <bruno@clisp.org>
30249
30250         * gnulib-tool (func_import): Don't create the $docbase directory if
30251         there is no file to store there.
30252
30253 2006-07-29  Bruno Haible  <bruno@clisp.org>
30254
30255         * gnulib-tool (autoconf_minversion): If a --dir option is given and
30256         relevant, look for configure.ac there, not in the current directory.
30257         Also use a simple search for AC_PREREQ, not "autoconf --trace".
30258
30259 2006-07-29  Bruno Haible  <bruno@clisp.org>
30260
30261         * gnulib-tool (SORT): New variable.
30262         (func_usage): Undocument --assume-autoconf option.
30263         Remove --assume-autoconf option handling.
30264         (autoconf_minversion): Determine from the contents of configure.ac.
30265         (func_import): Remove autoconf_minversion handling.
30266         Suggested by Eric Blake.
30267
30268 2006-07-29  Bruno Haible  <bruno@clisp.org>
30269
30270         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
30271
30272 2006-07-29  Bruno Haible  <bruno@clisp.org>
30273
30274         * config/srclist.txt (*setenv.[ch]): Remove rules.
30275
30276 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30277
30278         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
30279
30280 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30281
30282         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
30283         arpa/inet.h.
30284
30285 2006-07-28  Simon Josefsson  <jas@extundo.com>
30286
30287         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
30288         * modules/inet_pton (Depends-on): Likewise.
30289
30290 2006-07-28  Simon Josefsson  <jas@extundo.com>
30291
30292         * m4/netinet_in_h.m4: New file.
30293
30294 2006-07-28  Simon Josefsson  <jas@extundo.com>
30295
30296         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
30297         #include's.
30298
30299 2006-07-28  Simon Josefsson  <jas@extundo.com>
30300
30301         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
30302         #include's.
30303
30304 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
30305
30306         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
30307         setgid on directories only if they set these bits.
30308         * lib/modechange.h: Remove obsolete comment about masks.
30309
30310 2006-07-28  Eric Blake  <ebb9@byu.net>
30311
30312         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
30313         macro expansion.
30314
30315 2006-07-28  Bruno Haible  <bruno@clisp.org>
30316
30317         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
30318
30319 2006-07-28  Bruno Haible  <bruno@clisp.org>
30320
30321         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30322
30323 2006-07-28  Bruno Haible  <bruno@clisp.org>
30324
30325         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30326         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30327         Define fallbacks.
30328         Avoids link error on FreeBSD 4.x.
30329         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30330
30331         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30332         encoding.
30333         * lib/mbswidth.c (iswcntrl): Likewise.
30334
30335 2006-07-27  Bruno Haible  <bruno@clisp.org>
30336
30337         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30338         test.
30339
30340 2006-07-27  Bruno Haible  <bruno@clisp.org>
30341
30342         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30343         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30344         defined.
30345
30346 2006-07-26  Eric Blake  <ebb9@byu.net>
30347
30348         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30349
30350 2006-07-26  Eric Blake  <ebb9@byu.net>
30351
30352         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30353         like mingw that lack mkstemp.
30354         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30355         avoid compilation warning on mingw.
30356
30357 2006-07-26  Bruno Haible  <bruno@clisp.org>
30358
30359         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30360         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30361         INT_FAST*_MIN, INTPTR_MIN.
30362
30363 2006-07-25  Bruno Haible  <bruno@clisp.org>
30364
30365         * modules/version-etc (Depends-on): Add stdarg.
30366
30367 2006-07-25  Bruno Haible  <bruno@clisp.org>
30368
30369         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30370         complex commands.
30371
30372 2006-07-25  Bruno Haible  <bruno@clisp.org>
30373
30374         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30375         defined in <stdarg.h> or config.h.
30376
30377 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30378
30379         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30380         (gl_STDIO_SAFER): Remove.
30381
30382 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30383
30384         * MODULES.html.sh (File stream based Input/Output):
30385         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30386         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30387         * modules/fopen-safer, modules/tmpfile-safer: New files.
30388         * modules/stdio-safer: Remove.
30389
30390 2006-07-24  Bruno Haible  <bruno@clisp.org>
30391
30392         * modules/tmpdir: New file.
30393         * MODULES.html.sh (File system functions): Add it.
30394
30395 2006-07-24  Bruno Haible  <bruno@clisp.org>
30396
30397         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30398         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30399
30400 2006-07-24  Bruno Haible  <bruno@clisp.org>
30401
30402         * modules/clean-temp: New file.
30403
30404 2006-07-24  Bruno Haible  <bruno@clisp.org>
30405
30406         * m4/tmpdir.m4: New file, from GNU gettext.
30407
30408 2006-07-24  Bruno Haible  <bruno@clisp.org>
30409
30410         * lib/tmpdir.h: New file, from GNU gettext.
30411         * lib/tmpdir.c: New file, from GNU gettext.
30412
30413 2006-07-24  Bruno Haible  <bruno@clisp.org>
30414
30415         * lib/clean-temp.h: New file, from GNU gettext.
30416         * lib/clean-temp.c: New file, from GNU gettext.
30417
30418 2006-07-23  Eric Blake  <ebb9@byu.net>
30419
30420         * modules/stdio-safer (Files): Add tmpfile-safer.c.
30421         (Depends-on): Add binary-io.
30422
30423 2006-07-23  Eric Blake  <ebb9@byu.net>
30424
30425         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
30426
30427 2006-07-23  Eric Blake  <ebb9@byu.net>
30428
30429         * lib/tmpfile-safer.c: New file.
30430         * lib/stdio-safer.h (fopen_safer): Add prototype.
30431         * lib/stdio--.h (tmpfile): Make safer.
30432
30433 2006-07-23  Bruno Haible  <bruno@clisp.org>
30434
30435         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
30436         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
30437         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
30438         gl_linked_remove_at): Use it.
30439
30440 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30441         and Simon Josefsson <jas@extundo.com>
30442
30443         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
30444
30445         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
30446
30447 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30448
30449         * modules/close-stream: New file.
30450         * modules/closeout (Description): Make it clear that it exits
30451         with a diagnostic on error.
30452         (Depends-on): Add close-stream.  Remove fpending, stdbool.
30453         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
30454
30455 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30456
30457         * m4/close-stream.m4: New file.
30458
30459 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30460
30461         * lib/close-stream.c, lib/close-stream.h: New files.
30462
30463 2006-07-22  Bruno Haible  <bruno@clisp.org>
30464
30465         Merge from GNU gettext 0.15.
30466
30467         2006-05-01  Bruno Haible  <bruno@clisp.org>
30468
30469                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
30470
30471         2006-07-22  Bruno Haible  <bruno@clisp.org>
30472
30473                 * modules/javaversion: New file.
30474                 * MODULES.html.sh (Java): Add javaversion.
30475
30476         2006-03-12  Bruno Haible  <bruno@clisp.org>
30477
30478                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
30479
30480         2005-12-04  Bruno Haible  <bruno@clisp.org>
30481
30482                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
30483                 (untested).
30484
30485         2006-06-21  Bruno Haible  <bruno@clisp.org>
30486
30487                 Avoid warnings from recent versions of mcs.
30488                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
30489                 -o, -L, -r any more. Use options documented since mcs-1.0
30490                 instead. Similarly for -g.
30491
30492         2005-12-04  Bruno Haible  <bruno@clisp.org>
30493
30494                 * build-aux/csharpcomp.sh.in: Suffix for resources is
30495                 .resources, not .resource.
30496
30497         2005-07-09  Bruno Haible  <bruno@clisp.org>
30498
30499                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
30500                 add a .dll suffix.
30501                 Reported by Mark Junker <mjscod@gmx.de>.
30502
30503         2006-07-22  Bruno Haible  <bruno@clisp.org>
30504
30505                 * modules/gettext: Upgrade to gettext-0.15.
30506                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
30507                 m4/visibility.m4.
30508                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
30509
30510 2006-07-22  Bruno Haible  <bruno@clisp.org>
30511
30512         Merge from GNU gettext 0.15.
30513
30514         2006-03-25  Bruno Haible  <bruno@clisp.org>
30515
30516                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
30517
30518         2006-07-21  Bruno Haible  <bruno@clisp.org>
30519
30520                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
30521                 "1.1".
30522
30523         2006-05-09  Bruno Haible  <bruno@clisp.org>
30524
30525                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
30526                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
30527                 for the conftestver execution.
30528
30529         2006-05-01  Bruno Haible  <bruno@clisp.org>
30530
30531                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
30532                 optional target-version argument. Verify that the compiler
30533                 groks source of the specified source-version, or add -source
30534                 option as necessary. Verify that the compiler produces
30535                 bytecode in the specified target-version, or add -target and
30536                 -source options as necessary. Make the result of the test
30537                 available as variable CONF_JAVAC. Also log error output in
30538                 config.log.
30539
30540         2006-03-11  Bruno Haible  <bruno@clisp.org>
30541
30542                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
30543
30544         2006-05-09  Bruno Haible  <bruno@clisp.org>
30545
30546                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
30547                 CLASSPATH_SEPARATOR to a semicolon.
30548
30549         2006-03-12  Bruno Haible  <bruno@clisp.org>
30550
30551                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
30552                 available as variable CONF_JAVA, for subsequent autoconf
30553                 tests. Also log error output in config.log.
30554
30555         2006-07-19  Bruno Haible  <bruno@clisp.org>
30556
30557                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
30558                 that getline works on glibc2 systems. Needed to avoid trouble
30559                 in relocatable.c.
30560                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
30561
30562         2005-12-04  Bruno Haible  <bruno@clisp.org>
30563
30564                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
30565                 launcher (untested).
30566
30567         2005-12-04  Bruno Haible  <bruno@clisp.org>
30568
30569                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
30570
30571         2006-07-22  Bruno Haible  <bruno@clisp.org>
30572
30573                 * gettext.m4: Update from GNU gettext-0.15.
30574                 * nls.m4: Likewise.
30575                 * po.m4: Likewise.
30576                 * inttypes-pri.m4: Likewise.
30577                 * inttypes-h.m4: Renamed from inttypes.m4.
30578                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
30579
30580 2006-07-22  Bruno Haible  <bruno@clisp.org>
30581
30582         Merge from GNU gettext 0.15.
30583
30584         2005-07-05  Bruno Haible  <bruno@clisp.org>
30585
30586                 * printf-args.c (printf_fetchargs): Work around broken
30587                 definition of wint_t on mingw.
30588
30589         2005-02-12  Bruno Haible  <bruno@clisp.org>
30590
30591                 * xallocsa.h: Add extern "C" for C++.
30592
30593         2006-05-17  Bruno Haible  <bruno@clisp.org>
30594
30595                 Cygwin portability.
30596                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
30597
30598         2006-04-30  Bruno Haible  <bruno@clisp.org>
30599
30600                 * progreloc.c: Include <mach-o/dyld.h> if available.
30601                 (find_executable): Use _NSGetExecutablePath when possible.
30602
30603         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30604
30605                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
30606                 function.
30607
30608         2005-12-29  Bruno Haible  <bruno@clisp.org>
30609
30610                 * progreloc.c (set_program_name_and_installdir): Fix
30611                 compilation error.
30612
30613         2005-12-04  Bruno Haible  <bruno@clisp.org>
30614
30615                 Cygwin portability.
30616                 * progreloc.c: Include <windows.h> also on Cygwin.
30617                 (find_executable): Add support for Cygwin.
30618                 (set_program_name_and_installdir): Handle also platforms with
30619                 nonempty EXEEXT.
30620
30621         2006-07-11  Bruno Haible  <bruno@clisp.org>
30622
30623                 * javacomp.c: Fix a comment.
30624                 Reported by Jim Meyering.
30625
30626         2006-04-30  Bruno Haible  <bruno@clisp.org>
30627
30628                 * javacomp.h (compile_java_class): Add source_version,
30629                 target_version arguments.
30630                 * javacomp.c: Rewritten to choose only a compiler that
30631                 respects the specified source_version and target_version.
30632
30633         2006-06-27  Bruno Haible  <bruno@clisp.org>
30634
30635                 Assume correct S_ISDIR macro.
30636                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
30637
30638         2006-07-22  Bruno Haible  <bruno@clisp.org>
30639
30640                 * javaversion.h: New file, from GNU gettext.
30641                 * javaversion.c: New file, from GNU gettext.
30642                 * javaversion.java: New file, from GNU gettext.
30643                 * javaversion.class: New file, from GNU gettext.
30644
30645         2006-05-17  Bruno Haible  <bruno@clisp.org>
30646
30647                 Cygwin portability.
30648                 * javaexec.c (execute_java_class): Test for jview program
30649                 also on Cygwin.
30650
30651         2006-04-09  Bruno Haible  <bruno@clisp.org>
30652
30653                 * fatal-signal.c: Don't include string.h.
30654                 (at_fatal_signal): Use a copying loop instead of memcpy.
30655
30656         2005-12-04  Bruno Haible  <bruno@clisp.org>
30657
30658                 * csharpexec.c: Add support for 'clix' launcher (untested).
30659                 (execute_csharp_using_sscli): New function.
30660                 (execute_csharp_program): Call it.
30661
30662         2006-06-21  Bruno Haible  <bruno@clisp.org>
30663
30664                 Avoid warnings from recent versions of mcs.
30665                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
30666                 -o, -L, -r any more. Use options documented since mcs-1.0
30667                 instead. Similarly for -g.
30668
30669         2005-07-09  Bruno Haible  <bruno@clisp.org>
30670
30671                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
30672                 add a .dll suffix.
30673                 Reported by Mark Junker <mjscod@gmx.de>.
30674
30675         2006-06-17  Bruno Haible  <bruno@clisp.org>
30676
30677                 * config.charset: Update for NetBSD 3.0.
30678
30679         2006-05-17  Bruno Haible  <bruno@clisp.org>
30680
30681                 Cygwin portability.
30682                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
30683
30684         2006-05-16  Bruno Haible  <bruno@clisp.org>
30685
30686                 * localcharset.c [CYGWIN]: Include <windows.h>.
30687                 (get_charset_aliases): For Cygwin, return the same CPxxx
30688                 aliases list as under WIN32.
30689                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
30690                 the environment variables. Fall back to GetACP().
30691
30692         2006-04-05  Bruno Haible  <bruno@clisp.org>
30693
30694                 * config.charset: Update Juan Manuel Guerrero's address.
30695
30696         2005-02-12  Bruno Haible  <bruno@clisp.org>
30697
30698                 * allocsa.h: Add extern "C" for C++.
30699
30700         2005-02-10  Bruno Haible  <bruno@clisp.org>
30701
30702                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
30703                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
30704
30705         2006-07-22  Bruno Haible  <bruno@clisp.org>
30706
30707                 * gettext.h: Update to GNU gettext-0.15.
30708
30709 2006-07-22  Bruno Haible  <bruno@clisp.org>
30710
30711         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
30712         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
30713         lib-prefix.m4, longdouble.m4, ssize_t.m4.
30714
30715 2006-07-21  Eric Blake  <ebb9@byu.net>
30716
30717         * modules/stdlib-safer: New file.
30718         * MODULES.html.sh (File stream based Input/Output): Add
30719         stdlib-safer.
30720
30721 2006-07-21  Eric Blake  <ebb9@byu.net>
30722
30723         * lib/stdlib-safer.h: New file from coreutils, required by
30724         stdlib--.h.
30725
30726 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
30727
30728         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
30729
30730 2006-07-20  Bruno Haible  <bruno@clisp.org>
30731
30732         * gnulib-tool: Recognize new option --assume-autoconf.
30733         (autoconf_minversion): New variable.
30734         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
30735
30736 2006-07-20  Bruno Haible  <bruno@clisp.org>
30737
30738         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
30739
30740 2006-07-19  Derek R. Price  <derek@ximbiot.com>
30741
30742         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
30743         Reindent and repaginate.
30744
30745 2006-07-19  Derek Price  <derek@ximbiot.com>
30746
30747         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
30748         Correct grammar.
30749
30750 2006-07-17  Bruno Haible  <bruno@clisp.org>
30751
30752         * modules/list: New file.
30753         * modules/array-list: New file.
30754         * modules/carray-list, modules/carray-list-tests: New files.
30755         * modules/linked-list, modules/linked-list-tests: New files.
30756         * modules/avltree-list, modules/avltree-list-tests: New files.
30757         * modules/rbtree-list, modules/rbtree-list-tests: New files.
30758         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
30759         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
30760         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
30761         * modules/oset: New file.
30762         * modules/array-oset: New file.
30763         * modules/avltree-oset, modules/avltree-oset-tests: New files.
30764         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
30765         * tests/test-carray_list.c: New file.
30766         * tests/test-linked_list.c: New file.
30767         * tests/test-avltree_list.c: New file.
30768         * tests/test-rbtree_list.c: New file.
30769         * tests/test-linkedhash_list.c: New file.
30770         * tests/test-avltreehash_list.c: New file.
30771         * tests/test-rbtreehash_list.c: New file.
30772         * tests/test-avltree_oset.c: New file.
30773         * tests/test-rbtree_oset.c: New file.
30774         * MODULES.html.sh (Container data structures): New section.
30775
30776 2006-07-17  Bruno Haible  <bruno@clisp.org>
30777
30778         * m4/gl_list.m4: New file.
30779
30780 2006-07-17  Bruno Haible  <bruno@clisp.org>
30781
30782         * lib/gl_list.h: New file.
30783         * lib/gl_list.c: New file.
30784         * lib/gl_array_list.h: New file.
30785         * lib/gl_array_list.c: New file.
30786         * lib/gl_carray_list.h: New file.
30787         * lib/gl_carray_list.c: New file.
30788         * lib/gl_linked_list.h: New file.
30789         * lib/gl_linked_list.c: New file.
30790         * lib/gl_anylinked_list1.h: New file.
30791         * lib/gl_anylinked_list2.h: New file.
30792         * lib/gl_avltree_list.h: New file.
30793         * lib/gl_avltree_list.c: New file.
30794         * lib/gl_anyavltree_list1.h: New file.
30795         * lib/gl_anyavltree_list2.h: New file.
30796         * lib/gl_rbtree_list.h: New file.
30797         * lib/gl_rbtree_list.c: New file.
30798         * lib/gl_anyrbtree_list1.h: New file.
30799         * lib/gl_anyrbtree_list2.h: New file.
30800         * lib/gl_anytree_list1.h: New file.
30801         * lib/gl_anytree_list2.h: New file.
30802         * lib/gl_linkedhash_list.h: New file.
30803         * lib/gl_linkedhash_list.c: New file.
30804         * lib/gl_anyhash_list1.h: New file.
30805         * lib/gl_anyhash_list2.h: New file.
30806         * lib/gl_avltreehash_list.h: New file.
30807         * lib/gl_avltreehash_list.c: New file.
30808         * lib/gl_rbtreehash_list.h: New file.
30809         * lib/gl_rbtreehash_list.c: New file.
30810         * lib/gl_anytreehash_list1.h: New file.
30811         * lib/gl_anytreehash_list2.h: New file.
30812
30813         * lib/gl_oset.h: New file.
30814         * lib/gl_oset.c: New file.
30815         * lib/gl_array_oset.h: New file.
30816         * lib/gl_array_oset.c: New file.
30817         * lib/gl_avltree_oset.h: New file.
30818         * lib/gl_avltree_oset.c: New file.
30819         * lib/gl_rbtree_oset.h: New file.
30820         * lib/gl_rbtree_oset.c: New file.
30821         * lib/gl_anytree_oset.h: New file.
30822
30823 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30824
30825         * m4/mkancesdirs.m4: New file.
30826         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
30827         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
30828         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
30829         it.
30830
30831 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30832
30833         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
30834         * lib/mkancesdirs.h: New files.
30835         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
30836         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
30837         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
30838         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
30839         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
30840         callers changed.  Revamp internals significantly, by not
30841         attempting to create directories that are temporarily more
30842         permissive than the final results.  Do not attempt to use
30843         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
30844         This removes some race conditions, fixes some bugs, and simplifies
30845         things.  Use new dirchownmod function to do owner and mode changes.
30846         * lib/mkdir-p.h: Likewise.
30847         * lib/modechange.c (octal_to_mode): New function.
30848         (struct mode_change): New member mentioned.
30849         (make_node_op_equals): New arg mentioned.  All callers changed.
30850         (mode_compile): Keep track of which mode bits the user has explicitly
30851         mentioned.
30852         (mode_adjust): New arg DIR, so that we implement the X op correctly.
30853         New arg PMODE_BITS, to keep track of which mode bits the user
30854         mentioned; it treats S_ISUID and S_ISGID speciall.
30855         All callers changed.
30856         * lib/modechange.h: Likewise.
30857
30858 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30859
30860         * MODULES.html.sh: Add mkancestors.
30861         * modules/mkancesdirs: New module.
30862         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
30863         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
30864         The chdir-safer and afs files are now orphans; I'll remove them
30865         unless someone speaks up.
30866         Add lib/dirchownmod.c, lib/dirchownmod.h.
30867         (Depends-on): Remove alloca, chown, save-cwd, dirname.
30868         Add lchown, mkancesdirs.
30869         (Maintainer): Add self.
30870
30871 2006-07-15  Karl Berry  <karl@gnu.org>
30872
30873         * gnulib-tool: help message wording/arrangement.
30874
30875 2006-07-14  Simon Josefsson  <jas@extundo.com>
30876
30877         * doc/gnulib.texi (Libtool and Windows): New section.
30878
30879 2006-07-12  Simon Josefsson  <jas@extundo.com>
30880
30881         * modules/gendocs (License): Fix license, approved by Karl.
30882
30883 2006-07-12  Eric Blake  <ebb9@byu.net>
30884
30885         * MODULES.html.sh: Add gendocs.
30886
30887 2006-07-11  Eric Blake  <ebb9@byu.net>
30888
30889         * modules/fdl: New module, to install doc/fdl.texi.
30890         * MODULES.html.sh: Add new section for documentation modules.
30891         * gnulib-tool: Avoid space-tab.
30892         (--doc-base): New option, to manage files from doc.
30893
30894 2006-07-11  Eric Blake  <ebb9@byu.net>
30895
30896         * m4/absolute-header.m4: Fix comments to match recent change.
30897
30898 2006-07-11  Eric Blake  <ebb9@byu.net>
30899
30900         * gnulib-tool: List --doc-base before --tests-base.
30901
30902 2006-07-11  Derek R. Price  <derek@ximbiot.com>
30903
30904         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
30905
30906 2006-07-11  Bruno Haible  <bruno@clisp.org>
30907
30908         * README: Mention where to put documentation.
30909
30910 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30911
30912         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
30913
30914 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30915
30916         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
30917         to stdint.m4.
30918
30919 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30920
30921         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
30922         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
30923         "no/such/file/stdint.h" when there is no such file, so that
30924         the resulting C code can be parsed by dodgy compilers.
30925         Problems reported by Bob Proulx.
30926
30927 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30928
30929         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
30930         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30931         macros into the GNU _D_EXACT_NAMLEN.
30932         * lib/savedir.c:  Likewise.
30933         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
30934
30935 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30936         and Paul Eggert  <eggert@cs.ucla.edu>
30937
30938         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
30939         * m4/savedir.m4:
30940         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30941         macros into the GNU _D_EXACT_NAMLEN.
30942
30943 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30944
30945         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
30946         around the absolute name, to work around a problem with the HP-UX
30947         11.23 native C compiler, reported by Bob Proulx.
30948
30949 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30950
30951         * doc/maintain.texi, make-stds.texi: Sync from
30952         <http://savannah.gnu.org/projects/gnustandards>.
30953
30954 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30955
30956         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
30957
30958 2006-07-09  Jim Meyering  <jim@meyering.net>
30959
30960         * m4/glob.m4: Remove a doubled word in a comment.
30961
30962 2006-07-09  Jim Meyering  <jim@meyering.net>
30963
30964         * lib/argp-pv.c: Remove a doubled word in a comment.
30965         * lib/check-version.c (check_version): Likewise.
30966         * lib/javacomp.c (compile_java_class): Likewise.
30967
30968 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30969
30970         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
30971         for the benefit of people using Autoconf 2.60.  If you want to
30972         support older Autoconf versions you can copy m4/onceonly_2_57.m4
30973         (or m4/onceonly.m4, if pre-2.57) manually.
30974
30975 2006-07-08  Jim Meyering  <jim@meyering.net>
30976
30977         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
30978         comment.
30979         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
30980         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
30981         comment.
30982
30983 2006-07-08  Jim Meyering  <jim@meyering.net>
30984
30985         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
30986
30987 2006-07-07  Simon Josefsson  <jas@extundo.com>
30988
30989         * tests/test-crc.c: Change expected crc value, the test vector
30990         were probably computed using the old broken crc.c?
30991
30992 2006-07-06  Simon Josefsson  <jas@extundo.com>
30993
30994         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
30995         now the canonical place for the M4 file).
30996
30997         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
30998         from the sys_socket dependency now.
30999
31000         * modules/inet_pton (Files): Ditto.
31001
31002         * modules/inet_ntop (Files): Ditto.
31003
31004 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31005
31006         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
31007         not gl_PREREQ_GETUSERSHELL.
31008
31009 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31010
31011         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
31012         with only one argument, for Autoconf 2.60.
31013         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
31014         expand to nothing, so add a shell command to avoid syntax error.
31015         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31016
31017 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31018
31019         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
31020
31021 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31022
31023         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
31024         no longer needed.  Check for isblank decl.
31025         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
31026         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
31027         of existence.
31028
31029 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31030
31031         * lib/getloadavg.c: Use __VMS, not VMS.
31032         * lib/getopt.c: Likewise.
31033         * lib/getpagesize.h: Likewise.
31034         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
31035         and probably does not work.
31036
31037 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31038
31039         * lib/.cppi-disable: Add wcwidth.
31040         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
31041         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
31042         (ISGRAPH): Remove.  All uses changed to isgraph.
31043         (FOLD) [!defined _LIBC]: Remove special case.
31044         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
31045         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
31046         HAVE_ISBLANK.
31047         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
31048         case.
31049
31050 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31051
31052         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
31053         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
31054         brackets.  Other minor changes to suppress some compiler
31055         warnings.
31056
31057 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31058         and Paul Eggert  <eggert@cs.ucla.edu>
31059
31060         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
31061         of invoking obsolescent AC_HEADER_DIRENT macro.
31062         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
31063         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
31064         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
31065         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31066         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
31067         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31068         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
31069         * m4/readdir.m4: Remove; no longer needed.
31070
31071 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31072         and Paul Eggert  <eggert@cs.ucla.edu>
31073
31074         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
31075         Don't worry about this obsolete case any more.
31076         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
31077         directories.
31078         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
31079         worry about this obsolete case any more.
31080         * lib/fts.c: Likewise.
31081         * lib/getcwd.c: Likewise.
31082         * lib/glob.h: Likewise.
31083         * lib/savedir.c: Likewise.
31084
31085 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31086
31087         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
31088         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
31089         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
31090         needed.
31091         All uses removed.
31092         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31093         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31094         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
31095         needed.
31096         * m4/getdate.m4 (gl_GETDATE): Likewise.
31097         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31098         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31099         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31100         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31101         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31102         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31103         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
31104         needed.
31105
31106 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31107
31108         * lib/memcasecmp.c: Include <limits.h>.
31109         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
31110         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
31111         Don't assume isdigit succeeds only on '0' through '9'.
31112
31113 2006-07-05  Eric Blake  <ebb9@byu.net>
31114
31115         * modules/getaddrinfo (Depends-on): Add snprintf.
31116
31117 2006-07-05  Eric Blake  <ebb9@byu.net>
31118
31119         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
31120         to avoid 'header present but could not be compiled' on cygwin.
31121
31122 2006-07-05  Eric Blake  <ebb9@byu.net>
31123
31124         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
31125         missing from netdb.h.
31126         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
31127
31128 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31129
31130         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
31131         no longer needed.
31132         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
31133         * m4/getdate.m4 (gl_GETDATE): Likewise.
31134         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31135         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31136         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31137         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31138         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31139
31140 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31141
31142         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
31143         All uses of is_space replaced by isspace.
31144         * lib/exit.h: Don't talk about STDC_HEADERS.
31145         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
31146         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
31147         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
31148         replaced by isprint etc.
31149         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
31150         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31151         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
31152         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
31153         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
31154         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31155
31156 2006-07-05  Bruno Haible  <bruno@clisp.org>
31157
31158         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
31159         the function exists, before testing against AIX.
31160         Reported by Martin Lambers <marlam@marlam.de>.
31161
31162 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31163
31164         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
31165         From Mark D. Baushke.
31166
31167 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31168
31169         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
31170         to the absolute name, not just one, to bypass Sun C 5.8's
31171         "warning: #include of /usr/include/... may be non-portable".
31172
31173 2006-07-04  Eric Blake  <ebb9@byu.net>
31174
31175         * modules/dirname-tests: New test module.
31176         * tests/test-dirname.c: New file, replacing dirname.c
31177         TEST_DIRNAME section that was recently deleted.
31178
31179 2006-07-04  Bruno Haible  <bruno@clisp.org>
31180
31181         Assume ANSI C header files and <ctype.h> functions.
31182         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
31183         (mbsnwidth): Use isprint, iscntrl instead.
31184
31185 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31186
31187         Merge from coreutils.
31188         * MODULES.html.sh: Add xstrtold.
31189         * modules/xstrtold: New file.
31190         * modules/cycle-check (Files): Add lib/same-inode.h.
31191         * modules/dirname (Files): Add m4/double-slash-root.m4.
31192         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
31193         * modules/mkdir-p (Files): Add lib/same-inode.h.
31194         * modules/same (Files): Add lib/same-inode.h.
31195
31196 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31197
31198         * m4/absolute-header.m4: Renamed from full-header-path.m4.
31199         This is to keep the terminology clean; POSIX talks about
31200         "absolute pathnames", not "full pathnames", but the GNU
31201         Coding Standards say to use "path" for something else;
31202         so use "absolute" to keep both sides happy.
31203         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
31204         Set gl_absolute_header, not gl_full_header_path.
31205         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
31206         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
31207         All uses changed.
31208
31209         Merge from coreutils.
31210
31211         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31212
31213         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
31214         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
31215         want to require the building of c-strtod.o.
31216         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
31217         needs -lm directly.
31218         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
31219
31220         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31221
31222         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
31223         --as-needed option if available.  Problem reported by Albert Chin in
31224         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
31225         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
31226         cc merely issues a bunch of annoying warnings for --as-needed
31227         (this problem was reported by Bob Proulx).  Also, try linking with
31228         -lm to detect a bug in binutils 2.16 (this problem was reported
31229         by Ralf Wildenhues).
31230
31231         2006-06-18  Jim Meyering  <jim@meyering.net>
31232
31233         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
31234         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
31235         macro.
31236         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
31237         also check for glibc-2.4's abort-inducing bug.
31238
31239         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
31240         Low-probability clean-up should be to use rmdir to get rid of
31241         the just-created directory, not unlink.
31242
31243         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
31244         configure fail, and request a bug report to inform us about it.
31245         Add a comment that, barring reports to the contrary, in 2007 we'll
31246         assume ftruncate is universally available.
31247
31248         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31249
31250         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
31251
31252         2006-03-12  Jim Meyering  <jim@meyering.net>
31253
31254         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
31255         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
31256         * m4/same.m4 (gl_SAME): Likewise.
31257         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
31258
31259         2006-03-11  Eric Blake  <ebb9@byu.net>
31260
31261         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
31262         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
31263         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
31264         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
31265
31266 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31267
31268         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
31269         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
31270         reported by Mark D. Baushke, one in
31271         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
31272
31273         Merge from coreutils.
31274
31275         * lib/.cppi-disable: Add stdint_.h.
31276         * lib/.cvsignore: Add stdint.h.
31277
31278         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31279
31280         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
31281         both double and long double versions.
31282         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
31283         * lib/xstrtold.c: New file.
31284         * lib/xstrtod.h (xstrtold): New decl.
31285
31286         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31287
31288         * lib/filemode.c (setst): Remove.
31289         (strmode): Rewrite to avoid setst.  This makes the code shorter,
31290         (arguably) clearer, and the generated code is a bit smaller on my
31291         Debian GNU/Linux stable x86 host.
31292
31293         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31294
31295         * lib/filemode.c: Include "filemode.h" first, to test the interface.
31296         Assume that filemode.h includes sys/types.h and sys/stat.h.
31297         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
31298         (ftypelet): Reorder to put common cases first, for efficiency.
31299         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
31300         to do 'M'.
31301         (strmode): Renamed from mode_string, and now stores 12 bytes instead
31302         of 10, for compatibility with FreeBSD.  All callers changed.
31303         (filemodestring): Now stores 12 bytes instead of 10, and sets file
31304         types that can't be deduced solely from st_mode.  First arg is now a
31305         const pointer.
31306         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
31307         (strmode): Renamed from mode_string.
31308         (filemodestring): New decl.
31309         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
31310         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
31311         needed.
31312         (S_ISPORT, S_ISWHT): New macros, if not already defined.
31313
31314         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31315
31316         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
31317         fsusage.h now does that.  Include fsusage.h first, to test interface.
31318         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
31319         at most one method (the old code could have generated decls that
31320         didn't conform to C89, not that this was ever exercised).
31321         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31322
31323         2006-03-19  Jim Meyering  <jim@meyering.net>
31324
31325         Work even in a chroot where d_ino values for entries in "/"
31326         don't match the stat.st_ino values for the same names.
31327         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31328         number, iterate through all entries again, using lstat instead.
31329         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31330         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31331
31332         * lib/getcwd.c (__getcwd): Clarify a comment.
31333         Use memcpy in place of a call to strcpy.
31334
31335         2006-03-12  Jim Meyering  <jim@meyering.net>
31336
31337         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31338         matches that of the current directory (which we're about to chdir ".."
31339         out of), then save the dev-ino of the parent, instead.
31340
31341         * lib/same-inode.h (SAME_INODE): New file/macro.
31342         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31343         Include "same-inode.h", instead.
31344         * lib/same.c: Likewise.
31345         * lib/cycle-check.h: Include "same-inode.h".
31346         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31347         * lib/cycle-check.c (SAME_INODE): Remove definition.
31348         * lib/root-dev-ino.h: Include "same-inode.h".
31349
31350         2006-03-11  Eric Blake  <ebb9@byu.net>
31351
31352         * lib/same.c (same_name): s/base_name/last_component/
31353         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31354         * lib/filenamecat.c (file_name_concat): Likewise.
31355
31356         2006-03-11  Eric Blake  <ebb9@byu.net>,
31357                     Paul Eggert  <eggert@cs.ucla.edu>
31358
31359         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31360         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31361         drive prefix.
31362         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31363         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31364         (last_component): New method.
31365         * lib/dirname.c (dir_len): Determine when drive letters need a
31366         subsequent slash.  Preserve // when it is special.
31367         (dir_name): Don't append dot when drive letter is absolute.
31368         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31369         * lib/basename.c (base_name): New semantics - malloc the result.
31370         Preserve // when it is special.  Preserve relative files that look
31371         like drive letters.
31372         (base_len): Preserve // when it is special.
31373         (last_component): New method, similar to old base_name semantics.
31374         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31375         base_name.  Strip redundant slashes from ///.
31376
31377 2006-07-03  Jim Meyering  <jim@meyering.net>
31378
31379         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31380         macro is used before the first cycle_check call.
31381
31382 2006-07-03  Eric Blake  <ebb9@byu.net>
31383
31384         * modules/dirname (Depends-on): Add xstrndup.
31385
31386 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31387
31388         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31389         test cases, so that config.log is a bit easier to follow.
31390
31391 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31392
31393         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31394         both are 64 bits, since this seems to be the tradition, and this
31395         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31396         we ever run into a host that prefers long long to long in this
31397         case, we'll need another configure-time test.  Problem reported by
31398         Jim Meyering.
31399
31400 2006-07-02  Eric Blake  <ebb9@byu.net>
31401
31402         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31403
31404 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31405
31406         * modules/inttypes (Depends-on): No longer depends on stdint.
31407         * modules/stdint (Description): Say more about assumptions.
31408         Say that the fast types might differ.  Say macros are used.
31409         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31410         (Makefile.am): Revise list of substituted symbols to match
31411         new stdint.m4.
31412         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31413         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31414         * tests/test-stdint.c (verify_same_types)
31415         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31416         the code conforms to C99/C89.
31417         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
31418         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
31419
31420 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31421
31422         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
31423         but fix a bug, by requiring at least 64 bits.
31424         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31425         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
31426         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
31427         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
31428
31429         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
31430         changes.  Make 2.59 a prerequisite.  Check and substitute for
31431         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
31432         inttypes.h.  Do not use special include files; just use the
31433         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
31434         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
31435         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
31436         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
31437         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
31438         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
31439         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
31440         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
31441         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
31442         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
31443         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
31444         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
31445         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
31446         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
31447         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
31448         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
31449         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
31450         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
31451         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
31452         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
31453         WINT_MAX.  Check for C99 conformance more strictly, by detecting
31454         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
31455         not check for things that C99 does not require, e.g., int8_t.  If
31456         a test isn't needed unless <stdint.h> isn't working, and is
31457         unlikely to be needed for any other reason, then don't do it
31458         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
31459         size_t, since we assume C89 freestanding at least.  Do not check
31460         for sig_atomic_t, wchar_t, or wint_t, since the code now does
31461         the right thing even if the types are not defined.  Instead use:
31462         (gl_STDINT_TYPE_PROPERTIES): New macro.
31463         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
31464         testing whether <sys/types.h> clashes, as Autoconf does this for
31465         us now.  All uses removed.
31466         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
31467         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
31468         (gl_CHECK_TYPE_SAME):
31469         Remove; no longer needed.
31470         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
31471         exists, since we'll return 0 anyway in that case.
31472         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
31473
31474 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31475
31476         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
31477         possible collision with system files.
31478         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
31479         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
31480         WCHAR_MIN and WCHAR_MAX in this case.
31481         (<stddef.h>): Do not include; no longer needed.
31482         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
31483         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
31484         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
31485         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
31486         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
31487         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
31488         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
31489         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
31490         !defined(__c99))]: Include in this case too, since it's harmless
31491         now.
31492         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
31493         dangerous to do so.
31494         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
31495         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
31496         (_STDINT_MIN, _STDINT_MAX): New macros.
31497         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
31498         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
31499         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
31500         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
31501         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
31502         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
31503         macros, not typedefs; this simplifies things quite a bit.
31504         Use long int for all types narrower than int64_t.
31505         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
31506         Define in terms of long long int or int64_t or long int,
31507         not int64_t or int32_t.  This saves some compile-time testing.
31508         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
31509         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
31510         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
31511         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
31512         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
31513         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
31514         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
31515         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
31516         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
31517         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
31518         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31519         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31520         undef any previous version and define our own version, for
31521         simplicity and consistency with the new macros for types.
31522         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31523         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31524         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
31525         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
31526         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
31527         @WINT_T_SUFFIX@ to keep things simple here.
31528         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
31529         Simplify by assuming typical 8/16/32/64 host, since we're
31530         already doing that elsewhere anyway.
31531         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
31532         and assume long long int is 64 bits if available.  This
31533         speeds up 'configure'.
31534
31535 2006-07-01  Eric Blake  <ebb9@byu.net>
31536
31537         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
31538         Reported by Andreas Buening.
31539
31540 2006-07-01  Eric Blake  <ebb9@byu.net>
31541
31542         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
31543
31544 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31545
31546         * lib/getaddrinfo.c: fixed typo
31547
31548 2006-06-29  Jim Meyering  <jim@meyering.net>
31549
31550         * modules/strftime (Maintainer): Add my name, since with the
31551         FPRINTFTIME changes strftime.c has forked from glibc.
31552
31553 2006-06-29  Eric Blake  <ebb9@byu.net>
31554
31555         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
31556
31557 2006-06-29  Eric Blake  <ebb9@byu.net>
31558
31559         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
31560
31561 2006-06-29  Eric Blake  <ebb9@byu.net>
31562
31563         * lib/stat_.h: New file.
31564
31565 2006-06-29  Eric Blake  <ebb9@byu.net>
31566
31567         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
31568         unused static function.
31569
31570 2006-06-29  Eric Blake  <ebb9@byu.net>
31571
31572         * doc/functions.texi (Function Portability): Document missing lstat
31573         on mingw.
31574
31575 2006-06-29  Eric Blake  <ebb9@byu.net>
31576
31577         * MODULES.html.sh: Add sys_stat.
31578         * modules/sys_stat: New module.
31579         * modules/mkstemp (Depends-on): Add sys_stat.
31580
31581 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31582
31583         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
31584
31585 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31586
31587         * m4/c-bs-a.m4: Removed.
31588
31589 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31590
31591         * lib/strftime.c: Assume strftime() exists.
31592
31593 2006-06-29  Derek Price  <derek@ximbiot.com>
31594
31595         * modules/c-bs-a: Removed - \a is C89.
31596         * MODULES.html.sh: Remove c-bs-a.
31597
31598 2006-06-29  Bruno Haible  <bruno@clisp.org>
31599
31600         * modules/wcwidth (License): Change to LGPL.
31601
31602 2006-06-28  Simon Josefsson  <jas@extundo.com>
31603
31604         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
31605         on _WIN32.
31606
31607         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
31608         getnameinfo.
31609
31610 2006-06-28  Simon Josefsson  <jas@extundo.com>
31611
31612         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
31613
31614 2006-06-28  Simon Josefsson  <jas@extundo.com>
31615
31616         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
31617         functions there.  It will succeed on Windows XP, but on Windows
31618         2000 and (presumably) earlier, it will fail, and use the internal
31619         re-implementation.
31620         (use_win32_p): New function.
31621         (getaddrinfo): Use strtoul on servname, to support numeric ports.
31622         Support AI_NUMERICSERV to disable getservbyname.
31623         (getnameinfo): New function, only supports
31624         NI_NUMERICHOST|NI_NUMERICSERV for now.
31625
31626         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
31627         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
31628         getnameinfo.
31629
31630 2006-06-28  Eric Blake  <ebb9@byu.net>
31631
31632         * modules/wcwidth: New file.
31633         * modules/mbchar (Depends-on): Add wcwidth.
31634         * modules/mbswidth (Depends-on): Add wcwidth.
31635         * MODULES.html.sh: Add wcwidth.
31636
31637 2006-06-28  Eric Blake  <ebb9@byu.net>
31638
31639         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
31640         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
31641
31642 2006-06-28  Eric Blake  <ebb9@byu.net>
31643
31644         * lib/xvasprintf.h: Fix comments.
31645
31646 2006-06-28  Eric Blake  <ebb9@byu.net>
31647
31648         * lib/mbchar.h (wcwidth): Include wcwidth.h.
31649         * lib/mbswidth.c (wcwidth): Move from here...
31650         * lib/wcwidth.h: ...to this new file.
31651
31652 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31653
31654         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
31655
31656         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
31657         it's obsolete.
31658         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
31659
31660 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31661
31662         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
31663         Autoconf 2.60 says this stuff was obsolete.
31664
31665 2006-06-28  Bruno Haible  <bruno@clisp.org>
31666
31667         * modules/wcwidth (Files): Add m4/wchar_t.m4.
31668
31669 2006-06-28  Bruno Haible  <bruno@clisp.org>
31670
31671         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
31672         gt_TYPE_WCHAR_T.
31673
31674 2006-06-28  Bruno Haible  <bruno@clisp.org>
31675
31676         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
31677         declaration for wcwidth.
31678         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
31679
31680 2006-06-28  Bruno Haible  <bruno@clisp.org>
31681
31682         * lib/mkdtemp.c [MINGW]: Include <io.h>.
31683         (mkdir): Define using _mkdir.
31684
31685 2006-06-28  Bruno Haible  <bruno@clisp.org>
31686
31687         * lib/getaddrinfo.h: Fix POSIX URL.
31688         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
31689         _WIN32.
31690         (use_win32_p): Make static.
31691         (getaddrinfo): Reject service name if it is empty or does not consist
31692         solely of decimal digits, or if its value is > 65535.
31693         (getnameinfo): Remove useless casts.
31694
31695 2006-06-27  Simon Josefsson  <jas@extundo.com>
31696
31697         * modules/sys_select: New file, suggested by Bruno Haible, Paul
31698         Eggert and Martin Lambers.
31699
31700 2006-06-27  Simon Josefsson  <jas@extundo.com>
31701
31702         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
31703         Eggert and Martin Lambers.
31704
31705 2006-06-27  Bruno Haible  <bruno@clisp.org>
31706
31707         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
31708         result to 0, not to empty.
31709         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
31710
31711 2006-06-27  Bruno Haible  <bruno@clisp.org>
31712
31713         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
31714
31715 2006-06-26  Simon Josefsson  <jas@extundo.com>
31716
31717         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
31718         present.
31719
31720 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
31721
31722         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
31723         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
31724         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
31725
31726 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
31727
31728         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
31729
31730 2006-06-26  Bruno Haible  <bruno@clisp.org>
31731
31732         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
31733
31734 2006-06-26  Bruno Haible  <bruno@clisp.org>
31735
31736         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
31737
31738 2006-06-26  Bruno Haible  <bruno@clisp.org>
31739
31740         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
31741         SGI C compiler in pre-C99 mode.
31742         Suggested by Mark D. Baushke and Larry Jones.
31743
31744 2006-06-26  Bruno Haible  <bruno@clisp.org>
31745
31746         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
31747         WCHAR_MAX.
31748         Reported by Mark D. Baushke and Larry Jones.
31749
31750 2006-06-26  Bruno Haible  <bruno@clisp.org>
31751
31752         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
31753         in pre-C99 mode.
31754         Suggested by Mark D. Baushke and Larry Jones.
31755
31756 2006-06-23  Simon Josefsson  <jas@extundo.com>
31757             Bruno Haible  <bruno@clisp.org>
31758
31759         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
31760         Emit mostlyclean-local rule.
31761         (func_emit_tests_Makefile_am): Likewise.
31762         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
31763
31764 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
31765
31766         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
31767
31768 2006-06-23  Bruno Haible  <bruno@clisp.org>
31769
31770         * tests/test-stdint.c: Update to match ISO C 99 Technical
31771         Corrigendum 1.
31772
31773 2006-06-23  Bruno Haible  <bruno@clisp.org>
31774
31775         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
31776
31777 2006-06-23  Bruno Haible  <bruno@clisp.org>
31778
31779         * lib/stdint_.h: Treat IRIX like OpenBSD.
31780
31781 2006-06-23  Bruno Haible  <bruno@clisp.org>
31782
31783         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
31784         ISO C 99 Technical Corrigendum 1.
31785
31786 2006-06-22  Simon Josefsson  <jas@extundo.com>
31787
31788         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
31789         MinGW.
31790
31791 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31792
31793         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
31794         needed.  Some compiler complained about some of them.  Problem reported
31795         by Larry Jones in
31796         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
31797
31798 2006-06-21  Simon Josefsson  <jas@extundo.com>
31799
31800         * tests/test-getaddrinfo.c: New file.
31801
31802         * modules/getaddrinfo-tests: New file.
31803
31804         * MODULES.html.sh: Add inet_pton.
31805
31806         * modules/inet_pton: New file.
31807
31808 2006-06-21  Simon Josefsson  <jas@extundo.com>
31809
31810         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
31811         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
31812         of using the (limited) gnulib implementation on Windows XP.
31813
31814         * m4/inet_pton.m4: New file.
31815
31816 2006-06-21  Simon Josefsson  <jas@extundo.com>
31817
31818         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
31819         variable.
31820
31821         * lib/socket_.h: Don't define WINVER.
31822
31823         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
31824         slightly modified to work in gnulib.
31825
31826 2006-06-21  Simon Josefsson  <jas@extundo.com>
31827
31828         * doc/gnulib.texi (Windows sockets): Add.
31829
31830 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31831
31832         * lib/read-file.c (fread_file): Start with buffer allocation of
31833         0 bytes rather than 1 byte; this simplifies the code.
31834         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
31835         code to free buffer and save/restore errno.
31836         (internal_read_file): Remove unused local.
31837
31838 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31839
31840         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
31841         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
31842         Problem reported by Denis Excoffier in
31843         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
31844
31845 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31846
31847         * modules/sys_socket, modules/socklen: Include sys/types since
31848         FreeBSD 4.x's sys/socket.h needs it.
31849
31850 2006-06-19  Simon Josefsson  <jas@extundo.com>
31851
31852         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
31853
31854 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31855
31856         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
31857
31858 2006-06-19  Bruno Haible  <bruno@clisp.org>
31859
31860         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
31861         and FULL_PATH_INTTYPES_H in angle brackets.
31862         Reported by Mark D. Baushke <mdb@gnu.org>.
31863
31864 2006-06-17  Eric Blake  <ebb9@byu.net>
31865
31866         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
31867         errno.
31868
31869 2006-06-17  Bruno Haible  <bruno@clisp.org>
31870
31871         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
31872         <sys/inttypes.h>.
31873
31874 2006-06-17  Bruno Haible  <bruno@clisp.org>
31875
31876         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
31877         whether errno is declared. Assume <errno.h> declares errno.
31878
31879 2006-06-17  Bruno Haible  <bruno@clisp.org>
31880
31881         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
31882
31883 2006-06-17  Bruno Haible  <bruno@clisp.org>
31884
31885         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
31886         problem on Solaris 2.5.1.
31887
31888 2006-06-16  Eric Blake  <ebb9@byu.net>
31889
31890         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
31891         * lib/unicodeio.c [!defined errno]: Likewise.
31892         * lib/strtol.c [!defined errno]: Likewise.
31893         * lib/strtod.c [!defined errno]: Likewise.
31894
31895 2006-06-15  Eric Blake  <ebb9@byu.net>
31896
31897         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
31898
31899 2006-06-15  Eric Blake  <ebb9@byu.net>
31900
31901         * config/srclist.txt (ssize_t.m4): Lose sync.
31902
31903 2006-06-15  Bruno Haible  <bruno@clisp.org>
31904
31905         * modules/stdint (Files): Include m4/full-header-path.m4,
31906         m4/size_max.m4, m4/wchar_t.m4.
31907         (Makefile.am): Many more substitutions.
31908         * modules/stdint-tests: New file.
31909         * tests/test-stdint.c: New file.
31910
31911 2006-06-15  Bruno Haible  <bruno@clisp.org>
31912
31913         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
31914         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
31915         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
31916         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
31917         gl_CHECK_TYPE_SAME): New macros.
31918
31919 2006-06-15  Bruno Haible  <bruno@clisp.org>
31920
31921         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
31922
31923 2006-06-15  Bruno Haible  <bruno@clisp.org>
31924
31925         * lib/stdint_.h: Rewritten to be fully auto-configured.
31926         Fixes bug on HP-UX/IA64.
31927
31928 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
31929
31930         * lib/getdate.y (__attribute__): Don't define if already defined.
31931         Problem reported by Larry Jones.
31932         * lib/utimens.c (__attribute__): Likewise.
31933
31934 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
31935
31936         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
31937         reported by Andreas Schwab.
31938
31939 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31940             Bruno Haible  <bruno@clisp.org>
31941
31942         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
31943         check for the declaration of strnlen and a run test that exposes the
31944         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
31945         rpl_strndup.
31946
31947 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31948             Bruno Haible  <bruno@clisp.org>
31949
31950         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
31951
31952 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31953
31954         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
31955         compile test, for Tru64 4.0D.
31956
31957 2006-05-28  Karl Berry  <karl@gnu.org>
31958
31959         * config/srclist.txt (printf-args.c): lose sync.
31960
31961 2006-05-26  Martin Lambers  <marlam@marlam.de>
31962
31963         * lib/getpass.c: Updates the test for the native W32 API, and adds
31964         missing includes, thus fixing compilation warnings.
31965
31966 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31967
31968         * lib/exclude.c (exclude_fnmatch): New function.
31969         (excluded_file_name): Call exclude_fnmatch.
31970         * lib/exclude.h (excluded_file_name): New prototype
31971
31972 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
31973
31974         * lib/tempname.c (small_open, large_open): New macros.
31975         (__open, __open64) [!_LIBC]: Remove.
31976         (__gen_tempname): Use small_open and large_open instead of __open
31977         and __open64.  This fixes a portability bug on HP-UX 11.11i
31978         reported by Simon Wing-Tang in
31979         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
31980
31981 2006-05-24  Bruno Haible  <bruno@clisp.org>
31982
31983         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
31984         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
31985         Reported by Thorsten Maerz <torte@netztorte.de> via
31986         Aaron Stone <aaron@serendipity.cx>.
31987
31988 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31989
31990         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
31991         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
31992         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
31993         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
31994         not really conditional on the cache.
31995         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
31996
31997 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
31998
31999         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
32000         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
32001         (my_usleep): Don't mishandle maximum value.
32002
32003 2006-05-19  Jim Meyering  <jim@meyering.net>
32004
32005         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
32006
32007 2006-05-17  Bruno Haible  <bruno@clisp.org>
32008
32009         Cygwin portability.
32010         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
32011
32012 2006-05-17  Bruno Haible  <bruno@clisp.org>
32013
32014         * lib/stdint_.h: Fix recognition of Cygwin.
32015
32016 2006-05-15  Bruno Haible  <bruno@clisp.org>
32017
32018         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
32019         on libtool patch by Ralf Wildenhues.
32020
32021 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32022
32023         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
32024         test for C99 conformance; (bool) 0.5 is an integer constant
32025         expression, but (bool) -0.5 is not.  Problem reported by Fedor
32026         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
32027
32028 2006-05-11  Simon Josefsson  <jas@extundo.com>
32029
32030         * m4/xvasprintf.m4: Fix obvious typo.
32031
32032 2006-05-11  Jim Meyering  <jim@meyering.net>
32033
32034         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
32035         James Lemley.
32036
32037 2006-05-10  Simon Josefsson  <jas@extundo.com>
32038
32039         * lib/md4.c: Typo fix, update copyright years.
32040         (K1, K2): Don't use L because it turn computations into 64-bit on
32041         64-bit platforms.
32042
32043 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
32044
32045         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
32046         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
32047         unwanted sign propagation, e.g., on hosts with 64-bit int.
32048         There still are some problems with reeelly weird theoretical hosts
32049         (e.g., 33-bit int) but it's not worth worrying about now.
32050         * lib/sha1.c (rol): Likewise.
32051         (K1, K2, K3, K4): Remove unnecessary L suffix.
32052
32053 2006-05-10  Bruno Haible  <bruno@clisp.org>
32054
32055         * lib/des.c: Cast to avoid warnings.
32056
32057 2006-05-09  Bruno Haible  <bruno@clisp.org>
32058
32059         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
32060         (Depends-on): Depend also on xsize, stdarg.
32061         (configure.ac): Add gl_XVASPRINTF.
32062
32063 2006-05-09  Bruno Haible  <bruno@clisp.org>
32064
32065         * m4/xvasprintf.m4: New file.
32066
32067 2006-05-09  Bruno Haible  <bruno@clisp.org>
32068
32069         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
32070         (EOVERFLOW): Define fallback value.
32071         (xstrcat): New function.
32072         (xvasprintf): Recognize the special case of a string concatenation.
32073
32074 2006-05-08  Eric Blake  <ebb9@byu.net>
32075
32076         * gnulib-tool (func_version): Base copyright year on CVS date.
32077         (func_emit_copyright_notice): New function.
32078         (func_emit_lib_Makefile_am): Use it.
32079         (func_emit_tests_Makefile_am): Likewise.
32080         (func_import): Likewise.
32081
32082 2006-05-08  Bruno Haible  <bruno@clisp.org>
32083
32084         * modules/stdarg: New file.
32085         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
32086
32087 2006-05-08  Bruno Haible  <bruno@clisp.org>
32088
32089         * m4/stdarg.m4: New file, from GNU gettext.
32090
32091 2006-05-08  Bruno Haible  <bruno@clisp.org>
32092
32093         * config/srclist.txt (build-aux/config.rpath): different from latest
32094         release.
32095
32096 2006-05-08  Bruno Haible  <bruno@clisp.org>
32097
32098         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
32099
32100 2006-05-05  Jim Meyering  <jim@meyering.net>
32101
32102         * m4/warning.m4: New file, derived from bison's file by the same name.
32103
32104 2006-05-03  Bruno Haible  <bruno@clisp.org>
32105
32106         * lib/stdint_.h: Shorter URL.
32107         * lib/inttypes.h: Likewise.
32108
32109 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32110
32111         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
32112
32113 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32114
32115         * lib/verify.h: Document the internals better.  Most of this change
32116         was written by Bruno Haible.
32117
32118 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32119
32120         * doc/verify.texi: New file, partly based on a proposal by
32121         Bruno Haible.
32122
32123 2006-05-02  Bruno Haible  <bruno@clisp.org>
32124
32125         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
32126         test from here...
32127         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
32128
32129 2006-04-29  Bruno Haible  <bruno@clisp.org>
32130
32131         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
32132         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
32133
32134 2006-04-29  Bruno Haible  <bruno@clisp.org>
32135
32136         * gnulib-tool: Make --update option actually work.
32137
32138 2006-04-29  Bruno Haible  <bruno@clisp.org>
32139
32140         * doc/gcd.texi: New file.
32141         * doc/gnulib.texi: Include it.
32142
32143 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
32144
32145         * lib/getdate.y (get_date): When adding relative date, start with the
32146         initial time, not with the result of the first mktime call.
32147
32148 2006-04-25  Bruno Haible  <bruno@clisp.org>
32149
32150         * gnulib-tool (func_import): Output the include directives in three
32151         blocks, sorted separately.
32152         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32153
32154 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32155
32156         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
32157         to define main with arguments, for C++.  Reported by Eric Blake.
32158         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
32159         Prefer 'int main ()' to 'int main (void)', for C++.
32160         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
32161         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
32162         for 'main', for C99 and C++.
32163
32164 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32165
32166         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
32167         Don't assume that exit status -1 is valid.
32168         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32169         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
32170         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
32171         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
32172         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
32173         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
32174         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
32175         functions can be used without declaring them, or that you can
32176         exit with status -1.
32177         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
32178
32179 2006-04-24  Karl Berry  <karl@gnu.org>
32180
32181         * config/srclist.txt (longdouble.m4): sync lost.
32182
32183 2006-04-24  Eric Blake  <ebb9@byu.net>
32184
32185         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
32186
32187 2006-04-24  Bruno Haible  <bruno@clisp.org>
32188
32189         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
32190         poll() implementation in AIX.
32191         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32192
32193 2006-04-24  Bruno Haible  <bruno@clisp.org>
32194
32195         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
32196         assigned exactly once.
32197
32198 2006-04-23  Claudio Fontana  <claudio@gnu.org>
32199             Bruno Haible  <bruno@clisp.org>
32200
32201         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
32202         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
32203         for AM_CPPFLAGS.
32204
32205 2006-04-23  Bruno Haible  <bruno@clisp.org>
32206
32207         * modules/copy-file: Depend on unistd.
32208         * modules/execute: Likewise.
32209         * modules/fatal-signal: Likewise.
32210         * modules/findprog: Likewise.
32211         * modules/mkdtemp : Likewise.
32212         * modules/pipe: Likewise.
32213         * modules/wait-process: Likewise.
32214
32215 2006-04-23  Bruno Haible  <bruno@clisp.org>
32216
32217         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
32218         condition was already detected.
32219         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32220
32221 2006-04-23  Bruno Haible  <bruno@clisp.org>
32222
32223         * lib/copy-file.c: Include <unistd.h> unconditionally.
32224         * lib/execute.c: Likewise.
32225         * lib/fatal-signal.c: Likewise.
32226         * lib/findprog.c: Likewise.
32227         * lib/mkdtemp.c: Likewise.
32228         * lib/pipe.h: Likewise.
32229         * lib/pipe.c: Likewise.
32230         * lib/wait-process.h: Likewise.
32231
32232 2006-04-23  Bruno Haible  <bruno@clisp.org>
32233
32234         * gnulib-tool (func_usage): Fix --import description. Document
32235         --update.
32236         (func_import): Create temporary file in a temporary directory, if
32237         --dry-run is specified. Silence errors from 'grep' when there are no
32238         m4 files in $m4dir.
32239         (func_create_testdir): Silence errors from 'grep' when there are no
32240         m4 files in $m4dir.
32241         Reported by Karl Berry <karl@freefriends.org>.
32242
32243 2006-04-20  Bruno Haible  <bruno@clisp.org>
32244
32245         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
32246         one argument, so that the code will be portable to Autoconf 2.60.
32247         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
32248         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32249         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
32250
32251 2006-04-19  Derek Price  <derek@ximbiot.com>
32252             Eric Blake  <ebb9@byu.net>
32253
32254         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
32255         rather than "/full/path.h".  Update comment to match.  Shorten &
32256         generalize m4_translit call via AS_TR_CPP.
32257
32258 2006-04-19  Derek Price  <derek@ximbiot.com>
32259             Eric Blake  <ebb9@byu.net>
32260
32261         * lib/inttypes.h: Correct grammar in comment.
32262
32263 2006-04-18  Derek Price  <derek@ximbiot.com>
32264             Paul Eggert  <eggert@cs.ucla.edu>
32265
32266         * modules/inttypes: New file.
32267         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
32268
32269 2006-04-18  Derek Price  <derek@ximbiot.com>
32270             Paul Eggert  <eggert@cs.ucla.edu>
32271
32272         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
32273         New files.
32274
32275 2006-04-18  Derek Price  <derek@ximbiot.com>
32276             Paul Eggert  <eggert@cs.ucla.edu>
32277
32278         * lib/inttypes.h: New file.
32279         * lib/strtoimax.c: Assume <inttypes.h>.
32280
32281 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
32282
32283         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
32284         isn't mounted.  Problem reported by Kir Kolyshkin.
32285
32286 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32287
32288         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
32289         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
32290         Derek R. Price.
32291         * lib/regex.h (RE_DUP_MAX): Update comment to match current
32292         implementation.
32293
32294 2006-04-12  Eric Blake  <ebb9@byu.net>
32295
32296         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
32297         is now done automatically by the corresponding Autoconf macro.
32298
32299 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
32300
32301         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
32302         time_r.h.
32303
32304 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32305
32306         Merge regex changes from libc, removing some of our
32307         POSIX-conformance changes that were rejected and redoing them in a
32308         less-intrusive way.
32309
32310         * lib/regcomp.c (re_compile_internal, init_dfa):
32311         Length arg is now size_t, not Idx.  All uses changed.
32312         (peek_token): Forward decl now says internal_function.
32313         (__re_error_msgid, __re_error_msgid_idx):
32314         Now static rather than extern with attribute_hidden.
32315         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
32316         For some reason libc prefers K&R style defns for external functions.
32317         (regerror) [!defined _LIBC]: Likewise.
32318         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
32319         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32320         (build_range_exp, build_collating_symbol):
32321         Use K&R-style defn.
32322         (re_compile_fastmap): Use '\0' to memset, not 0.
32323         (utf8_sb_map): Make the calculations more obvious.
32324         (init_dfa, parse_bracket_exp, build_charclass_op):
32325         Call calloc and cast result, as glibc does.
32326         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32327         (build_range_exp, build_collating_symbol):
32328         Now internal functions.
32329
32330         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32331
32332         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32333         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32334         Don't depend on VMS; depend on __VMS instead, for POSIX
32335         namespace cleanness.
32336         (regoff_t): Define to ssize_t, not long int.
32337
32338         Remove the REG_ macros named below.  Instead, make the old names
32339         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32340         __USE_GNU_REGEX.
32341         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32342         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32343         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32344         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32345         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32346         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32347         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32348         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32349         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32350         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32351         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32352         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32353         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32354         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32355         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32356         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32357         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32358         (REG_NREGS):
32359         Remove.  All uses replaced by the old RE_* names.
32360         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32361         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32362         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32363         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32364         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32365         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32366         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32367         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32368         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32369         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32370         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32371         Don't bother having these macros be independent of each others'
32372         values, since they no longer exist in the POSIX name space.
32373
32374         Rename the following member names back to their old names,
32375         unless !__USE_GNU_REGEX.  All uses changed back.
32376         (buffer): Renamed from re_buffer.
32377         (allocated): Renamed from re_allocated.
32378         (used): Renamed from re_used.
32379         (syntax): Renamed from re_syntax.
32380         (fastmap): Renamed from re_fastmap.
32381         (translate): Renamed from re_translate.
32382         (can_be_null): Renamed from re_can_be_null.
32383         (regs_allocated): Renamed from re_regs_allocated.
32384         (fastmap_accurate): Renamed from re_fastmap_accurate.
32385         (no_sub): Renamed from re_no_sub.
32386         (not_bol): Renamed from re_not_bol.
32387         (not_eol): Renamed from re_not_eol.
32388         (newline_anchor): Renamed from re_newline_anchor.
32389         (num_regs): Renamed from rm_num_regs.
32390         (start): Renamed from rm_start.
32391         (end): Renamed from rm_end.
32392
32393         (free_state): Move up a bit.
32394
32395         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32396         #define to be empty.
32397         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32398         when that is what is intended.
32399         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32400         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32401         (MAX): New macro.
32402         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32403         All uses changed back to re_malloc, etc.  It's now the caller's
32404         responsibility to check for overflow; all callers changed.
32405         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32406         (re_x2nrealloc): Remove.
32407         (free_state): Remove decl.
32408
32409         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32410         (re_set_registers, re_exec):
32411         Use K&R-style defn.
32412
32413         2006-01-31  Roland McGrath  <roland@redhat.com>
32414
32415         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32416         Reported by Mike Frysinger <vapier@gentoo.org>.
32417
32418         2006-01-15  Andreas Jaeger  <aj@suse.de>
32419
32420         [BZ #1950]
32421         * lib/regex_internal.c (re_string_reconstruct): Adjust for
32422         build_wcs_upper_buffer change.
32423         (build_wcs_upper_buffer): Change return type.
32424
32425         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
32426
32427         * lib/regex_internal.h: Include <stdint.h> if available.
32428
32429         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
32430
32431         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
32432
32433         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32434
32435         * lib/regcomp.c: Adjust for changed secondary hash function.
32436
32437         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
32438
32439         * lib/regex.h: Pretty printing.
32440         Clean up namespace a bit.
32441
32442         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
32443
32444         * lib/regexec.c (update_cur_sifted_state, check_arrival,
32445         check_arrival_add_next_nodes): Avoid using uninitialized variable.
32446
32447         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32448                     Ulrich Drepper  <drepper@redhat.com>
32449
32450         [BZ #1302]
32451         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
32452         changed.
32453         (bitset_word_t): Renamed from bitset_word.  All uses changed.
32454
32455         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
32456
32457         [BZ #281]
32458         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
32459         * lib/regcomp.c: Remove unnecessary uses of
32460         unsigned RE_TRANSLATE_TYPE.
32461         * lib/regex_internal.h: Likewise.
32462         * lib/regex_internal.c: Likewise.
32463         * lib/regexec.c: Likewise.
32464         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
32465
32466         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
32467
32468         * lib/regexec.c (find_recover_state): Remove unnecessary
32469         initialization.
32470         (transit_state_bkref): Make DFA a const pointer.
32471         (get_subexp): Likewise.
32472         (check_arrival): Likewise.
32473         (update_cur_sifted_state): Likewise.
32474         (re_search_internal): Likewise.
32475         (prune_impossible_nodes): Likewise.
32476         (acquire_init_state_context): Likewise.
32477         (proceed_next_node): Likewise.
32478         (set_regs): Likewise.
32479         (free_fail_stack_return): Likewise.
32480         (check_arrival_expand_ecl): Mark DFA parameter as const.
32481         (check_arrival_expand_ecl_sub): Likewise.
32482         (check_subexp_limits): Likewise.
32483         (sub_epsilon_src_nodes):  Likewise.
32484         (add_epsilon_src_nodes):  Likewise.
32485         (merge_state_array): Likewise.
32486         (update_regs): Likewise.
32487         (build_trtable): Likewise.
32488         (sift_states_backward): Mark MCTX parameter as const.
32489         (build_sifted_states): Likewise.
32490         (update_cur_sifted_state): Likewise.
32491         (sift_states_mkref): Likewise.
32492         (check_arrival_expand_ecl): Mark eclosure as const.
32493         (check_dst_limits_calc_pos_1): Likewise.
32494         * lib/regex_internal.h (re_match_context_t): Make dfa a const
32495         pointer.
32496
32497         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
32498
32499         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
32500         (transit_state_sb): Likewise.
32501         (transit_state_mb): Likewise.
32502         (sift_states_iter_mb): Likewise.
32503         (check_arrival_add_next_nodes): Likewise.
32504         (check_node_accept_bytes): Change first parameter to pointer-to-const.
32505         [_LIBC] (re_search_2_stub): Use mempcpy.
32506
32507         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
32508         mbrtowc for very simple UTF-8 case.
32509
32510         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
32511         a pointer-to-const.
32512         (re_acquire_state_context): Likewise.
32513         * lib/regex_internal.h: Adjust prototypes.
32514
32515         * lib/regex.c: Prevent using C++ compilers.
32516
32517         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
32518         (re_acquire_state_context): Likewise.
32519
32520 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32521
32522         * modules/regex (Depends-on): Add ssize_t.
32523
32524 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32525
32526         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
32527         translation table.
32528
32529 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32530
32531         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
32532
32533 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
32534             Bruno Haible  <bruno@clisp.org>
32535
32536         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
32537         <sys/types.h> and <inttypes.h>.
32538
32539 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32540
32541         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
32542         `__error_t_defined', so argp.h will not typedef the former.
32543
32544 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
32545
32546         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
32547         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
32548         glibc names.  Even if glibc is changed to conform to POSIX, the
32549         traditional names will be available anyway, since regex depends on
32550         the extensions module.  Also, fix a longstanding typo in the
32551         implementation of Spencer ERE test #75 from grep 2.3.  Problems
32552         reported by Emanuele Giaquinta.  Also, change sense of cached
32553         variable, so that the message makes sense.
32554
32555 2006-03-24  Simon Josefsson  <jas@extundo.com>
32556
32557         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
32558         including some doc fixes.
32559         (base64_encode_alloc): Fix +1 bug on allocation failures.
32560
32561 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32562
32563         * lib/base64.c (base64_encode): Do not read past end of array with
32564         unsanitized input on systems with CHAR_BIT > 8.
32565
32566 2006-03-24  Eric Blake  <ebb9@byu.net>
32567
32568         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
32569
32570 2006-03-22  Karl Berry  <karl@gnu.org>
32571
32572         * config/srclist.txt (*setenv.[ch]): get from coreutils.
32573         * config/srclistvars.sh (COREUTILS): new var.
32574
32575 2006-03-17  Jim Meyering  <jim@meyering.net>
32576
32577         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
32578         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
32579
32580 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32581
32582         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
32583         no longer needs it.  Instead, check that regoff_t is as least
32584         as wide as ptrdiff_t.
32585
32586         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
32587         so that our regex.h stays compatible with the installed regex.
32588         This is helpful for installers who configure --without-included-regex.
32589         Problem reported by Emanuele Giaquinta.
32590
32591 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32592
32593         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
32594         Typedef to long int, not to off_, as POSIX will likely change
32595         in that direction.
32596
32597 2006-03-15  Eric Blake  <ebb9@byu.net>
32598
32599         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
32600
32601 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32602
32603         * lib/argp-help.c (validate_uparams): Fix typo
32604         * lib/argp-parse.c (argp_default_options): Consistently begin help
32605         messages with a lowercase letter.
32606
32607 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
32608
32609         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
32610         overrun buffers and shouldn't be used (much as gets shouldn't be
32611         used).
32612         * lib/time_r.c (asctime_r, ctime_r): Likewise.
32613
32614 2006-03-08  Simon Josefsson  <jas@extundo.com>
32615
32616         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
32617         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32618
32619 2006-03-08  Simon Josefsson  <jas@extundo.com>
32620
32621         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
32622         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32623
32624 2006-03-08  Simon Josefsson  <jas@extundo.com>
32625
32626         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
32627         signal that configure disabled the device.
32628
32629 2006-03-08  Simon Josefsson  <jas@extundo.com>
32630
32631         * build-aux/maint.mk: Fix refresh-po, to handle no translated
32632         languages.
32633
32634 2006-03-07  Simon Josefsson  <jas@extundo.com>
32635
32636         * modules/getopt (Depends-on): Add unistd.
32637
32638         * modules/unistd: New file.
32639
32640 2006-03-07  Simon Josefsson  <jas@extundo.com>
32641
32642         * modules/gc-random: New file.
32643
32644 2006-03-07  Simon Josefsson  <jas@extundo.com>
32645
32646         * m4/unistd_h.m4: New file.
32647
32648 2006-03-07  Simon Josefsson  <jas@extundo.com>
32649
32650         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
32651         test to be side-effect free by storing the result in the cache
32652         variable gl_cv_lib_readline, and moving the assignment of
32653         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
32654         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32655
32656 2006-03-07  Simon Josefsson  <jas@extundo.com>
32657
32658         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
32659         error on missing devices (the functions will return an error).
32660
32661         * m4/gc.m4: Move random stuff to gc-random.m4
32662
32663 2006-03-07  Simon Josefsson  <jas@extundo.com>
32664
32665         * lib/unistd_.h: New file.
32666
32667 2006-03-07  Simon Josefsson  <jas@extundo.com>
32668
32669         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
32670
32671 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32672
32673         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
32674         Problem reported by Juan Manuel Guerrero.
32675
32676 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32677
32678         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
32679         the unistd module.
32680         * lib/getlogin_r.c: Likewise.
32681         * lib/getlogin_r.h: Likewise.
32682         * lib/glob.c: Likewise.
32683         * lib/pagealign_alloc.c: Likewise.
32684         * lib/unistd_.h: Remove; no longer needed.
32685
32686 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32687
32688         * MODULES.html.sh (Support for systems lacking POSIX:2001):
32689         Add unistd.
32690         * modules/c-stack (Depends-on): Add unistd.
32691         * modules/getlogin_r: Likewise.
32692         * modules/glob: Likewise.
32693         * modules/pagealign_alloc: Likewise.
32694         * modules/unistd (Files): Remove lib/unistd_.h.
32695         (EXTRA_DIST): Remove.
32696         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
32697         need unistd_.h.
32698         (MOSTLYCLEANFILES): Remove unistd.h-t.
32699
32700 2006-03-03  Simon Josefsson  <jas@extundo.com>
32701
32702         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
32703
32704 2006-03-03  Simon Josefsson  <jas@extundo.com>
32705
32706         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
32707         libidn and bison.
32708
32709 2006-03-03  Simon Josefsson  <jas@extundo.com>
32710
32711         * build-aux/maint.mk: Add indent target.
32712
32713 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
32714
32715         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
32716         our replacement poll.h in any case, to avoid a differing
32717         declaration from a system header.  Seen on AIX.
32718
32719 2006-03-01  Simon Josefsson  <jas@extundo.com>
32720
32721         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
32722         <kasal@ucw.cz>.
32723
32724 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32725
32726         * modules/gettime (Depends-on): Add extensions module.
32727         * modules/nanosleep (Depends-on): Likewise.
32728         * modules/settime (Depends-on): Likewise.
32729
32730 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32731
32732         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
32733         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
32734         pedantically.
32735         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32736         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
32737
32738         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
32739         not "==".  Reported by Ralf Wildenhues.
32740
32741 2006-03-01  Karl Berry  <karl@gnu.org>
32742
32743         * doc/Copyright/request-*: new files, synced from gnuorg.
32744
32745 2006-03-01  Karl Berry  <karl@gnu.org>
32746
32747         * config/srclist.txt (Copyright/*): new entries.
32748
32749 2006-02-28  Simon Josefsson  <jas@extundo.com>
32750
32751         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
32752
32753 2006-02-27  Simon Josefsson  <jas@extundo.com>
32754
32755         * lib/base64.h: Indent #define's.  From Jim Meyering
32756         <jim@meyering.net>.
32757
32758 2006-02-27  Jim Meyering  <jim@meyering.net>
32759
32760         Revert the change of 2006-02-24, so these files can continue
32761         to be sync'd from gettext.
32762         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
32763         of `config.h'.
32764
32765 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32766
32767         * modules/intprops: New file.
32768         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32769         Add intprops.
32770         * modules/getloadavg (Files): Remove lib/intprops.h.
32771         (Depends-on): Add intprops.
32772         * modules/human: Likewise.
32773         * modules/inttostr: Likewise.
32774         * modules/openat: Likewise.
32775         * modules/sig2str: Likewise.
32776         * modules/userspec: Likewise.
32777         * modules/utimecmp: Likewise.
32778         * modules/xnanosleep: Likewise.
32779         * modules/xstrtol: Likewise.
32780
32781 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
32782
32783         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
32784         * modules/lock-tests (TESTS): Use $(EXEEXT).
32785         * modules/tls-tests: Likewise.
32786         * modules/argp-tests: Likewise.
32787         (check_PROGRAMS): New var, replacing...
32788         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
32789
32790 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32791
32792         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
32793         `config.h'.
32794
32795 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32796
32797         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
32798
32799 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32800
32801         Sync from coreutils.
32802         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
32803         gl_CHDIR_SAFER.
32804
32805 2006-02-22  Jim Meyering  <jim@meyering.net>
32806
32807         Sync from coreutils.
32808         * m4/chdir-safer.m4: New file.
32809
32810 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32811
32812         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
32813         AT_FDCWD exceeds INT_MAX.
32814         * lib/openat.h (AT_FDCWD): Likewise.
32815
32816 2006-02-17  Eric Blake  <address@hidden>
32817
32818         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
32819
32820 2006-02-16  Simon Josefsson  <jas@extundo.com>
32821
32822         * modules/getaddrinfo (Depends-on): Add sys_socket.
32823
32824 2006-02-15  Simon Josefsson  <jas@extundo.com>
32825
32826         * build-aux/maint.mk: Add dsyntax-check rule.
32827
32828 2006-02-15  Eric Blake  <ebb9@byu.net>
32829
32830         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
32831         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
32832         'present but cannot compile' warnings on cygwin.
32833         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
32834         use ws2tcpip.h if sys/socket.h works.
32835         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
32836         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
32837
32838 2006-02-14  Simon Josefsson  <jas@extundo.com>
32839
32840         * modules/maintainer-makefile (Files): Rename.
32841
32842         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
32843         and (the local) Makefile.cfg to maint-cfg.mk.
32844
32845         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
32846         to the latter.
32847
32848         * modules/maintainer-makefile: New module.
32849
32850         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
32851         severaly stripped to make it possible to build it up from scratch
32852         with reliable tests.
32853
32854         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
32855         fixes to permit overriding the default actions when configure and
32856         makefile are not available.
32857
32858 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
32859
32860         Sync from coreutils.
32861         * modules/lstat (Depends-on): Don't depend on xalloc.
32862         (License): Change from GPL to LGPL, since this is now simply a
32863         replacement for a libc function.
32864
32865 2006-02-14  Jim Meyering  <jim@meyering.net>
32866
32867         Sync from coreutils.
32868
32869         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
32870         failure on deficient systems, and simplify gnulib lgpl dependencies.
32871         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
32872         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
32873
32874         * lib/xalloc-die.c: Remove unused definition of N_.
32875
32876 2006-02-14  Jim Meyering  <jim@meyering.net>
32877
32878         Sync from coreutils.
32879         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
32880         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
32881         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
32882         double-quote uses of that variable, to accommodate the rare case in
32883         which getmntent is available in none of the libraries checked.  This
32884         happens at least on FreeBSD 5.0.
32885
32886 2006-02-13  Simon Josefsson  <jas@extundo.com>
32887
32888         * gnulib-tool (Usage): Fix --import, from
32889         karl@freefriends.org (Karl Berry).
32890
32891 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32892
32893         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
32894
32895 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
32896
32897         * lib/argp-namefrob.h: Restore changes accidentally lost during the
32898         "autoupdate" on 2005-12-12.
32899
32900 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32901
32902         * modules/closeout (Depends-on): Remove atexit.
32903
32904 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32905
32906         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
32907         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
32908
32909 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
32910
32911         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
32912         __EXTENSIONS__ if this causes compilation to fail.  Problem
32913         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
32914         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
32915
32916 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
32917
32918         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
32919         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
32920         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
32921         All uses changed.
32922
32923 2006-01-26  Simon Josefsson  <jas@extundo.com>
32924
32925         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
32926         prototype is visible on mingw32.
32927
32928         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
32929         for mingw32.
32930
32931         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
32932         mingw32).
32933
32934 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
32935
32936         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
32937         attempt to open for write; this always fails, at least on POSIX
32938         hosts.  This reinstates the 2006-01-09 change, which was
32939         inadvertently removed.
32940
32941 2006-01-26  Bruno Haible  <bruno@clisp.org>
32942
32943         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
32944         Reported by Paul Eggert.
32945
32946 2006-01-26  Bruno Haible  <bruno@clisp.org>
32947             Paul Eggert  <eggert@cs.ucla.edu>
32948
32949         * lib/stdbool_.h (_Bool)
32950         [(! (defined __cplusplus || defined __BEOS__)
32951           && !defined __GNUC__
32952           && !(defined __HP_cc || defined __xlc__
32953                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
32954                || defined __sgi))]:
32955         #define to signed char in these cases too; this simplifies
32956         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
32957         etc., separately) and makes it more conservative.
32958
32959 2006-01-25  Simon Josefsson  <jas@extundo.com>
32960
32961         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
32962         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
32963         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
32964
32965 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32966
32967         * lib/argp-namefrob.h: Bugfix. Remove stray #
32968
32969 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
32970
32971         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
32972         so that we test the test.
32973         Check for yet another HP-UX cc bug involving *bool |= bool.
32974
32975 2006-01-25  Karl Berry  <karl@gnu.org>
32976
32977         * config/srclist.txt (vasnprintf.c): sync lost.
32978
32979 2006-01-25  Jim Meyering  <jim@meyering.net>
32980
32981         Sync from the stable (b5) branch of coreutils:
32982
32983         * lib/fts.c (fts_children): Don't let close() clobber errno from
32984         failed fchdir().
32985
32986         * lib/fts.c (fts_stat): When following a symlink-to-directory,
32987         don't necessarily interpret stat-fails+lstat-succeeds as indicating
32988         a dangling symlink.  That can also happen at least for ELOOP.
32989         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
32990         FYI, this bug predates the inclusion of fts.c in coreutils.
32991
32992         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
32993         in their own block, so pre-c99 compilers don't object.
32994
32995         Avoid the double-free (first in fts_read, second in fts_close) that
32996         would occur when an `active' directory is made inaccessible (e.g.,
32997         via chmod a-x) during a traversal.
32998         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
32999         before returning.  Reproduce this failure by
33000         mkdir -p a/b; cd a; chmod a-x . b
33001         Reported by Stavros Passas.
33002
33003 2006-01-25  Jim Meyering  <jim@meyering.net>
33004
33005         * lib/fileblocks.c: Remove more useless parentheses.
33006         * lib/readutmp.h: Likewise.
33007
33008 2006-01-25  Bruno Haible  <bruno@clisp.org>
33009
33010         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
33011         warnings.
33012         Reported by Paul Eggert.
33013
33014 2006-01-25  Bruno Haible  <bruno@clisp.org>
33015
33016         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
33017         rid of a trap command. For Solaris sh.
33018         Reported by Mark D. Baushke <mdb@gnu.org>.
33019
33020 2006-01-24  Simon Josefsson  <jas@extundo.com>
33021
33022         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
33023         Bruno.
33024
33025 2006-01-24  Karl Berry  <karl@gnu.org>
33026
33027         * config/srclist.txt (argp-namefrob.h): sync lost.
33028
33029 2006-01-24  Jim Meyering  <jim@meyering.net>
33030
33031         * modules/openat (Files): Add lib/intprops.h.
33032         From Mark D. Baushke.
33033
33034 2006-01-24  Jim Meyering  <jim@meyering.net>
33035
33036         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
33037         Reported by Mark D. Baushke.
33038
33039 2006-01-24  Jim Meyering  <jim@meyering.net>
33040
33041         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
33042
33043 2006-01-24  Bruno Haible  <bruno@clisp.org>
33044
33045         * modules/strnlen (Maintainer): Change from glibc to all.
33046
33047 2006-01-24  Bruno Haible  <bruno@clisp.org>
33048
33049         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
33050         Patch by Paul Eggert.
33051
33052 2006-01-24  Bruno Haible  <bruno@clisp.org>
33053
33054         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
33055         already has it.
33056         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
33057         2005-11-26.
33058
33059         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
33060         'signed char' to avoid problems with the built-in _Bool type.
33061         Reported by Paul Eggert on 2005-11-26.
33062
33063 2006-01-24  Bruno Haible  <bruno@clisp.org>
33064
33065         * gnulib-tool (func_import): Avoid constructing complicated sed
33066         expressions inside backquote.
33067         Report and solution by Mark D. Baushke <mdb@gnu.org>.
33068
33069 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
33070
33071         These changes imported from libc.
33072         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
33073         test and two separate function calls.
33074         * lib/strndup.c (__strndup): Add libc_hidden_def.
33075
33076 2006-01-23  Simon Josefsson  <jas@extundo.com>
33077
33078         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
33079         Remove the test_*_SOURCES variable: automake infers it by default.
33080         * modules/tls-tests: Likewise.
33081
33082 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33083
33084         Work around porting bugs reported by Dieter in
33085         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
33086         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
33087         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
33088         Include "getopt.h" first, to check interface.
33089         (getenv): Declare only if defined HAVE_DECL_GETENV &&
33090         !HAVE_DECL_GETENV.
33091         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
33092         (__strndup): Revert to K&R-style function dfns, the glibc style.
33093         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
33094         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
33095         Include strnlen.h first, to get prototype properly.
33096         (strnlen): Renamed from __strnlen.
33097         Remove weak alias.
33098
33099 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33100
33101         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
33102
33103 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33104
33105         * config/srclist.txt: Adjust to reflect glibc reorganization.
33106         This affects only comments.
33107
33108 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33109
33110          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
33111          Reported by Bruce Korb <bkorb@gnu.org>.
33112
33113 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33114
33115         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
33116         to pacify gcc -Wswitch-default.
33117
33118 2006-01-22  Bruno Haible  <bruno@clisp.org>
33119
33120         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
33121         temporary buffer for sprintf, take into account the precision also
33122         for 'd', 'i', 'u', 'o', 'x', 'X'.
33123
33124 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33125
33126         * modules/argp-tests: New module
33127         * tests/test-argp.c: New file
33128         * tests/test-argp-2.sh: New file
33129
33130 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33131
33132         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
33133         (__argp_base_name): Removed
33134         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
33135         typo.
33136         (__argp_base_name): Provide macro definition or extern declaration
33137         depending on the configuration
33138
33139 2006-01-20  Simon Josefsson  <jas@extundo.com>
33140
33141         * modules/inet_ntop (Depends-on): Depend on sys_socket.
33142
33143 2006-01-20  Simon Josefsson  <jas@extundo.com>
33144
33145         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
33146
33147 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33148
33149         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
33150         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
33151         Suggested by Bruno Haible.
33152
33153 2006-01-20  Karl Berry  <karl@gnu.org>
33154
33155         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
33156         until changes propagate, I guess.
33157
33158 2006-01-19  Simon Josefsson  <jas@extundo.com>
33159
33160         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
33161
33162 2006-01-19  Simon Josefsson  <jas@extundo.com>
33163
33164         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
33165
33166 2006-01-19  Simon Josefsson  <jas@extundo.com>
33167
33168         * gnulib-tool: Set check_PROGRAMS.
33169
33170         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33171         modules/des-tests, modules/gc-arcfour-tests,
33172         modules/gc-arctwo-tests, modules/gc-des-tests,
33173         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33174         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33175         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33176         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33177         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33178         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
33179         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
33180         test_*_SOURCES.
33181
33182 2006-01-18  Simon Josefsson  <jas@extundo.com>
33183
33184         * modules/socklen (Depends-on): Depend on sys_socket.
33185
33186 2006-01-18  Simon Josefsson  <jas@extundo.com>
33187
33188         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33189         modules/des-tests, modules/gc-arcfour-tests,
33190         modules/gc-arctwo-tests, modules/gc-des-tests,
33191         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33192         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33193         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33194         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33195         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33196         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
33197         $(EXEEXT) to automake TESTS variable, for mingw32.
33198
33199 2006-01-17  Simon Josefsson  <jas@extundo.com>
33200
33201         * modules/socklen (Include): Need sys/socket.h.
33202
33203 2006-01-17  Bruno Haible  <bruno@clisp.org>
33204
33205         * modules/ssize_t (Include): Add <sys/types.h>.
33206
33207 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
33208
33209         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
33210         it's not portable and it doesn't work with cross-compiles.
33211         Problem reported by Bruno Haible.  Fix missing-$ typo in
33212         'test "gl_cv_ignore_unused_libraries" ...' that prevented
33213         -zignore from being used with Sun's C compiler.
33214
33215 2006-01-12  Simon Josefsson  <jas@extundo.com>
33216
33217         * lib/base64.c: Fix warning, reported by Bruno Haible
33218         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
33219
33220 2006-01-12  Bruno Haible  <bruno@clisp.org>
33221
33222         * modules/ldd: New file.
33223         * build-aux/ldd.sh.in: New file.
33224         * MODULES.html.sh (Support for building libraries and executables): Add
33225         ldd.
33226
33227 2006-01-12  Bruno Haible  <bruno@clisp.org>
33228
33229         * m4/ldd.m4: New file.
33230
33231 2006-01-12  Bruno Haible  <bruno@clisp.org>
33232
33233         * gnulib-tool (func_import, func_create_testdir): Don't go into an
33234         endless loop while replacing $auxdir with build-aux.
33235
33236 2006-01-11  Simon Josefsson  <jas@extundo.com>
33237
33238         * lib/stdint_.h (SIZE_MAX): Add missing (.
33239
33240 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
33241
33242         Sync from coreutils.
33243         * lib/md5.c: Fix commentary typos.
33244         (alignof, UNALIGNED_P): No need for a GCC-specific version.
33245         * lib/md5.h (__attribute__): Remove; unused.
33246         * lib/sha1.c: Fix commentary to match md5 better.
33247         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
33248         so that we don't need to worry about alignment.  All uses changed.
33249         This merges the 2005-10-28 md5 change into sha1.
33250
33251 2006-01-11  Jim Meyering  <jim@meyering.net>
33252
33253         Sync from coreutils.
33254         * lib/md5.c (OP): Fix spacing.
33255
33256 2006-01-11  Bruno Haible  <bruno@clisp.org>
33257
33258         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33259         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
33260         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
33261
33262 2006-01-11  Bruno Haible  <bruno@clisp.org>
33263
33264         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33265         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
33266         the "early" section as well.
33267
33268 2006-01-11  Bruno Haible  <bruno@clisp.org>
33269
33270         Avoid "ar: no archive members specified" error on MacOS X.
33271         * gnulib-tool (func_modules_add_dummy): New function.
33272         (func_import, func_create_testdir): Invoke it.
33273
33274 2006-01-11  Bruno Haible  <bruno@clisp.org>
33275
33276         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
33277         with $auxdir in AC_CONFIG_FILES statements.
33278
33279 2006-01-11  Bruno Haible  <bruno@clisp.org>
33280
33281         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33282         Initialize also noinst_HEADERS to empty.
33283
33284 2006-01-11  Bruno Haible  <bruno@clisp.org>
33285
33286         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
33287         variables.
33288         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
33289         autoreconf.
33290
33291 2006-01-11  Bruno Haible  <bruno@clisp.org>
33292
33293         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
33294         overridable by the user.
33295         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33296
33297 2006-01-10  Simon Josefsson  <jas@extundo.com>
33298
33299         * modules/sys_socket: New file.
33300
33301 2006-01-10  Simon Josefsson  <jas@extundo.com>
33302
33303         * m4/sys_socket_h.m4: New file.
33304
33305 2006-01-10  Simon Josefsson  <jas@extundo.com>
33306
33307         * lib/socket_.h: New file.
33308
33309 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33310
33311         * modules/readutmp (Maintainer): Add myself.
33312
33313 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33314
33315         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
33316         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
33317         People who are still concerned with buggy memcmp implementations
33318         can invoke gl_FUNC_MEMCMP themselves.
33319
33320 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33321
33322         * lib/regex_internal.h (BITSET_WORD_BITS):
33323         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33324         preprocessor mishandles large unsigned values as if they were signed.
33325         Problem reported by Claudio Fontana in
33326         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33327
33328 2006-01-10  Jim Meyering  <jim@meyering.net>
33329
33330         Avoid the double-free (first in fts_read, second in fts_close) that
33331         would occur when an `active' directory is made inaccessible (e.g.,
33332         via chmod a-x) during a traversal.
33333         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33334         before returning.  Reproduce this failure by
33335         mkdir -p a/b; cd a; chmod a-x . b
33336         Reported by Stavros Passas.
33337
33338         Sync from coreutils.
33339         * lib/sha1.c: Tweak grammar in a comment.
33340
33341 2006-01-10  Jim Meyering  <jim@meyering.net>
33342
33343         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33344         Patch by Joerg Sonnenberger.
33345
33346 2006-01-10  Bruno Haible  <bruno@clisp.org>
33347
33348         * modules/readutmp: Depend on module free.
33349         * modules/strtok_r: Depend on module restrict.
33350
33351 2006-01-10  Bruno Haible  <bruno@clisp.org>
33352
33353         * modules/gettext (configure.ac): Add an invocation of
33354         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33355
33356 2006-01-10  Bruno Haible  <bruno@clisp.org>
33357
33358         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33359         Reported by Werner Lemberg <wl@gnu.org>.
33360
33361 2006-01-10  Bruno Haible  <bruno@clisp.org>
33362
33363         * lib/localcharset.c: Update from GNU gettext.
33364
33365 2006-01-10  Bruno Haible  <bruno@clisp.org>
33366
33367         * lib/argp.h (__const): Remove macro. Use const instead.
33368         * lib/argp-fmtstream.h (__const): Likewise.
33369         * lib/glob_.h (__const): Remove macro.
33370         * lib/glob-libc.h: Use const instead of __const.
33371
33372 2006-01-10  Bruno Haible  <bruno@clisp.org>
33373
33374         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33375         variable.
33376         Needed to avoid an automake error regarding the 'gettext' module.
33377
33378 2006-01-09  Simon Josefsson  <jas@extundo.com>
33379
33380         * modules/inet_ntop (Depends-on): Add restrict.
33381
33382 2006-01-09  Simon Josefsson  <jas@extundo.com>
33383
33384         * modules/gc-rijndael-tests (License): Put under LGPL.
33385
33386         * modules/gc-des-tests (License): Likewise.
33387
33388         * modules/gc-arcfour-tests (License): Likewise.
33389
33390         * modules/gc-arctwo-tests (License): Likewise.
33391
33392         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33393
33394         * modules/gc-hmac-sha1-tests (Files): Likewise.
33395
33396         * modules/gc-hmac-md5-tests (License): Likewise.
33397
33398         * modules/gc-sha1-tests (License): Likewise.
33399
33400         * modules/gc-md5-tests (License): Likewise.
33401
33402         * modules/gc-md4-tests (License): Likewise.
33403
33404         * modules/gc-md2-tests (License): Likewise.
33405
33406         * modules/gc-tests (License): Likewise.
33407
33408         * modules/des-tests (License): Likewise.
33409
33410         * modules/md4-tests (License): Likewise.
33411
33412         * modules/md2-tests (License): Likewise.
33413
33414 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33415
33416         Sync from coreutils:
33417
33418         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
33419         * modules/lib-ignore: New file.
33420         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
33421         chdir-safer.m4, lchmod.m4.
33422         * modules/openat: Add mkdirat.c, openat-priv.h.
33423
33424 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33425
33426         Sync from coreutils.
33427         * m4/lib-ignore.m4: New file.
33428         * m4/lchmod.m4: New file.
33429
33430 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33431
33432         Sync from coreutils.
33433         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
33434         for write access: POSIX says that must fail.
33435         * lib/fts.c (diropen): Likewise.
33436         * lib/save-cwd.c (save_cwd): Likewise.
33437         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
33438         well, for minor improvements on hosts that lack O_DIRECTORY.
33439         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
33440         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
33441         Fall back on chown if open failed with EACCES.
33442
33443         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
33444         Report an error at compile-time if only a 1-second nominal clock
33445         resolution is found.
33446
33447         * lib/lchmod.h: New file.
33448         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
33449         (make_dir_parents): Use lchown rather than chown, and
33450         lchmod rather than chmod.
33451
33452         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
33453         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
33454         "proc" reported by n0dalus.
33455
33456         * lib/mountlist.c: Include <limits.h>.
33457         (dev_from_mount_options)
33458         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
33459         New function.  It no longer assumes "dev=" has the System V meaning
33460         on Linux (since it doesn't).  It also parses "dev=" more carefully.
33461         (read_file_system_list)
33462         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
33463         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
33464         dev= in that case.
33465
33466         * lib/posixtm.h (PDS_PRE_2000): New macro.
33467         * lib/posixtm.c (year): Arg is now syntax_bits rather than
33468         allow_century.  All usages changed.  Reject dates outside the range
33469         1969-1999 if PDS_PRE_2000 is used.
33470
33471 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33472
33473         Sync from coreutils.
33474         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
33475         (Time of day items): Mention the possibility of leap seconds.
33476         Problem reported by Dr. David Alan Gilbert.
33477
33478 2006-01-09  Jim Meyering  <jim@meyering.net>
33479
33480         Sync from coreutils.
33481
33482         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
33483
33484         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
33485
33486         * lib/modechange.c (mode_compile): Reject an invalid mode string
33487         that starts with an octal digit.  From Andreas Gruenbacher.
33488
33489         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
33490         and dup to open_safer and dup_safer, respectively.
33491         (openat_permissive): Fix typo in comment.
33492
33493         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
33494         "gettext.h"; either no longer needed or are guaranteed by openat.h.
33495         (_): Remove; no longer needed.
33496         (openat): Renamed from rpl_openat; no need for rpl_openat
33497         since openat.h renames openat for us.
33498         Replace most of the body with a call to openat_permissive,
33499         to avoid duplicate code.
33500         Port to (probably hypothetical) environments were mode_t is
33501         wider than int.
33502         (openat_permissive): Require mode arg, so that we can check
33503         types better.  Put it just after flags.  Change cwd failure
33504         indicator from pointer-to-bool to pointer-to-errno-value.
33505         All callers changed.
33506         Invoke openat_save_fail and/or openat_restore_fail if
33507         cwd_errno is null, so that openat can call us.
33508         (openat_permissive, fdopendir, fstatat, unlinkat):
33509         Simplify errno handling to avoid some duplicate code,
33510         as it's OK to set errno on success.
33511         * lib/openat.h: Revamp code so that function macros depend on
33512         __OPENAT_PREFIX only, not also on AT_FDCWD.
33513         (openat_ro): Remove.  Caller changed to use openat_permissive.
33514         (openat_permissive): Now a macro, if not a function.
33515         (openat_restore_fail, openat_save_fail): Now always functions,
33516         since mkdirat needs them even if __OPENAT_PREFIX is defined.
33517
33518         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
33519         and openat.c.
33520         * lib/mkdirat.c: Include openat-priv.h.
33521         Remove definitions of macros defined therein.
33522         * lib/openat.c: Likewise.
33523
33524         * lib/mkdirat.c (mkdirat): New file and function.
33525         * lib/openat.h (mkdirat): Declare.
33526
33527         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
33528
33529         * lib/openat.h (openat_permissive): Declare.
33530         (openat_ro): Define.
33531
33532         * lib/openat.c (EXPECTED_ERRNO): New macro.
33533         (openat_permissive): New function -- used in remove.c rewrite.
33534         (all functions): Set errno just before returning, only if there
33535         was an actual failure.
33536         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
33537
33538         Emulate openat-family functions using Linux's procfs, if possible.
33539         Idea and some code based on Ulrich Drepper's glibc changes.
33540
33541         * lib/openat.c: (BUILD_PROC_NAME): New macro.
33542         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
33543         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
33544         before falling back on save_cwd and restore_cwd.
33545         (fdopendir, fstatat, unlinkat): Likewise.
33546
33547         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
33548         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
33549
33550         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
33551         as second argument to va_arg.  Otherwise, some versions of gcc
33552         warn that `if this code is reached, the program will abort'.
33553
33554 2006-01-09  Jim Meyering  <jim@meyering.net>
33555
33556         Sync from coreutils.
33557         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
33558         Require openat-priv.h.
33559
33560 2006-01-09  Bruno Haible  <bruno@clisp.org>
33561
33562         * modules/strnlen (Include): Use strnlen.h.
33563
33564 2006-01-09  Bruno Haible  <bruno@clisp.org>
33565
33566         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
33567
33568 2006-01-09  Bruno Haible  <bruno@clisp.org>
33569
33570         * lib/sysexit_.h (EX_OK): New macro.
33571         Suggested by Martin Lambers <marlam@marlam.de>.
33572
33573 2006-01-09  Bruno Haible  <bruno@clisp.org>
33574
33575         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
33576         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
33577
33578 2006-01-09  Bruno Haible  <bruno@clisp.org>
33579
33580         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
33581         numbers.
33582
33583 2006-01-09  Bruno Haible  <bruno@clisp.org>
33584
33585         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
33586         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
33587         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
33588         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
33589
33590 2006-01-09  Bruno Haible  <bruno@clisp.org>
33591
33592         * build-aux/javacomp.sh.in: New file, moved from lib/.
33593         * modules/javacomp-script (Files): Update.
33594         (configure.ac): Add AC_CONFIG_FILES invocation.
33595         (EXTRA_DIST): Remove variable.
33596
33597         * build-aux/javaexec.sh.in: New file, moved from lib/.
33598         * modules/javaexec (Files): Update.
33599         (configure.ac): Add AC_CONFIG_FILES invocation.
33600         (EXTRA_DIST): Remove javaexec.sh.in.
33601
33602         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
33603         * modules/csharpcomp-script (Files): Update.
33604         (configure.ac): Add AC_CONFIG_FILES invocation.
33605         (EXTRA_DIST): Remove variable.
33606
33607         * build-aux/csharpexec.sh.in: New file, moved from lib/.
33608         * modules/csharpexec (Files): Update.
33609         (configure.ac): Add AC_CONFIG_FILES invocation.
33610         (EXTRA_DIST): Remove csharpexec.sh.in.
33611
33612 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33613
33614         Sync from coreutils.
33615
33616         Add POSIX ACL support
33617         * lib/acl.h (copy_acl, set_acl): Add declarations.
33618         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
33619         systems other than Linux.
33620         (chmod_or_fchmod): New function: use fchmod when possible,
33621         and chmod otherwise.
33622         (file_has_acl): Add a POSIX ACL implementation, with a
33623         Linux-specific subcase.
33624         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
33625         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
33626         acls are unsupported.
33627         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
33628         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
33629         are unsupported.
33630
33631 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33632
33633         Sync from coreutils.
33634         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
33635
33636 2006-01-07  Bruno Haible  <bruno@clisp.org>
33637
33638         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
33639         gl_EARLY.
33640
33641 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33642
33643         * lib/strftime.c (tzname): Don't declare if it is already #defined.
33644         Problem reported for Mingw by Mark Junker.
33645
33646 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33647
33648         * README: Gnulib normally doesn't generate a tarball.
33649
33650 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
33651
33652         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
33653         long int, not int, for nanosecond counts, so that people who are
33654         used to POSIX struct timespec won't be surprised.  Reported by Jim
33655         Meyering.
33656
33657 2005-12-28  Bruno Haible  <bruno@clisp.org>
33658
33659         * build-aux/config.rpath: Update from GNU gettext.
33660
33661 2005-12-16  Jim Meyering  <jim@meyering.net>
33662
33663         * modules/fprintftime: New module.
33664         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
33665
33666 2005-12-16  Jim Meyering  <jim@meyering.net>
33667
33668         * m4/fprintftime.m4: New file.
33669
33670 2005-12-16  Jim Meyering  <jim@meyering.net>
33671
33672         * lib/fprintftime.c, lib/fprintftime.h: New files.
33673
33674 2005-12-15  Simon Josefsson  <jas@extundo.com>
33675
33676         * modules/socklen (configure.ac): Fix M4 macro name, to align with
33677         new m4/socklen.m4.
33678
33679 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33680
33681         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
33682         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
33683
33684 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33685
33686         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
33687         * lib/argp-help.c (fill_in_uparams): Check if the constructed
33688         struct uparams is valid. Fall back to the default values if it is
33689         not.
33690
33691 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33692
33693         * modules/argp (Files): Add argp-pin.c
33694         (Depends-on): dirname
33695         (lib_SOURCES): Add argp-pin.c
33696
33697 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33698
33699         * m4/argp.m4:  Check if program_invocation_name and
33700         program_invocation_short_name are declared and define appropriate
33701         macros if they are not.
33702
33703 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33704
33705         * lib/argp-help.c (__argp_base_name): New function
33706         (__argp_short_program_name): Rewrite using __argp_base_name
33707         * lib/argp-namefrob.h: Define program_invocation_name and
33708         program_invocation_short_name if requested
33709         (__argp_base_name): Add prototype
33710         * lib/argp-parse.c (argp_def): Use gettext wrappers
33711         (argp_default_parser): Use __argp_base_name
33712         * lib/argp-pin.c: New file. Defines program_invocation_name and
33713         program_invocation_short_name on systems that lack them.
33714
33715 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33716
33717         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
33718         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33719         porting problem reported by Georg Schwarz in
33720         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33721
33722 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33723
33724         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
33725         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33726         porting problem reported by Georg Schwarz in
33727         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33728
33729 2005-12-05  Bruno Haible  <bruno@clisp.org>
33730
33731         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
33732         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
33733         Reported by Mark Junker <mjscod@gmx.de>.
33734
33735 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
33736
33737         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
33738         Use implementation from Albert Chin, with some
33739         comments/corrections by Stepan Kasal and myself.
33740
33741 2005-12-02  Bruno Haible  <bruno@clisp.org>
33742
33743         * gnulib-tool (func_import): Accept GPLed build tool modules when
33744         --lgpl is given.
33745         * modules/csharpcomp-script: New file.
33746         * modules/csharpcomp: Depend on it.
33747         * modules/javacomp-script: New file.
33748         * modules/javacomp: Depend on it.
33749         Suggested by Simon Josefsson.
33750
33751 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
33752
33753         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
33754         statement, to work around an HP-UX 10.20 compiler bug reported by
33755         Peter O'Gorman.
33756
33757 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33758
33759         * modules/savedir (Depends-on): Add openat.
33760
33761 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33762
33763         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
33764         (uintmax_t) [defined uintmax_t]: Do not declare.
33765         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
33766         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
33767         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
33768         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
33769         sake of portability to weird hosts that C allows (though we don't
33770         know of any practical examples).
33771
33772         * lib/savedir.h (fdsavedir): New decl.
33773         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
33774         contains most of the former guts of savedir.
33775         (savedir): Use savedirstream.
33776         Include "openat.h".
33777
33778 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33779
33780         * modules/obstack (Files): Add m4/ulonglong.m4.
33781         Problem reported by Davide Angelocola.
33782
33783 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
33784
33785         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
33786         coreutils no longer futzes with rounding modes.
33787
33788 2005-11-14  Jim Meyering  <jim@meyering.net>
33789
33790         * lib/mkstemp-safer.c: Include <config.h>, required for possible
33791         replacement of mkstemp.
33792
33793 2005-11-10  Simon Josefsson  <jas@extundo.com>
33794
33795         * lib/readline.c: Remove EOL.
33796
33797 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33798
33799         * modules/gethrxtime (Depends-on): Add gettime.
33800
33801 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33802
33803         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
33804         or gettimeofday; no longer needed.
33805
33806 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33807
33808         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
33809         time business.
33810         (gethrxtime) [! (HAVE_NANOUPTIME
33811         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
33812         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
33813         our own approximation.
33814
33815 2005-11-08  Eric Blake  <ebb9@byu.net>
33816
33817         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33818
33819 2005-11-08  Eric Blake  <ebb9@byu.net>
33820
33821         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33822
33823 2005-11-04  Bruno Haible  <bruno@clisp.org>
33824
33825         * gnulib-tool: Implement --update mode.
33826
33827 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33828
33829         Fix porting problem reported by Theodoros V. Kalamatianos.
33830         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
33831         Don't assume that futimes failing means we must fail.
33832
33833 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33834
33835         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
33836         variables to suggest the intended function of the PATH_MAX check.
33837
33838 2005-10-30  Kean Johnston  <jkj@sco.com>
33839
33840         Trivial changes to support SCO systems.
33841         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
33842         as PATH_MAX.
33843         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
33844         where __ptr is null when no I/O is pending.
33845
33846 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33847
33848         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
33849         leave errno alone.  Problem reported by Dmitry V. Levin.
33850
33851 2005-10-28  Simon Josefsson  <jas@extundo.com>
33852
33853         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
33854         Test more.
33855
33856         * tests/test-gc-md2.c, tests/test-md2.c: New files.
33857
33858         * modules/md2, modules/md2-tests: New files.
33859
33860 2005-10-28  Simon Josefsson  <jas@extundo.com>
33861
33862         * m4/inet_ntop.m4: More tests.
33863
33864         * m4/gc-md2.m4, md2.m4: New file.
33865
33866 2005-10-28  Simon Josefsson  <jas@extundo.com>
33867
33868         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
33869         "restrict" keywords, as per POSIX.  Protect the function
33870         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
33871         Don't use K&R prototypes.  Check the sprintf return values.
33872         Re-define EAFNOSUPPORT if not present.  Indent.
33873
33874         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
33875         suggested by Bruno Haible <bruno@clisp.org>.
33876
33877         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
33878
33879         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
33880
33881         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
33882         libgcrypt).
33883
33884         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
33885
33886         * lib/md2.h, lib/md2.c: New files.
33887
33888 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
33889
33890         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
33891         errno alone.  Problem reported by Frederic Jolliton.
33892
33893 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
33894
33895         * modules/verify (License): Change from GPL to LGPL.  This is a
33896         tiny module and there are apparently near-equivalents that are
33897         under the BSD license.
33898
33899 2005-10-24  Simon Josefsson  <jas@extundo.com>
33900
33901         * modules/sha1: Relicense to LGPL.
33902
33903 2005-10-24  Simon Josefsson  <jas@extundo.com>
33904
33905         * lib/md4.h: Shrink buffer size, now that we changed the type.
33906
33907 2005-10-23  Simon Josefsson  <jas@extundo.com>
33908
33909         * gnulib-tool (func_import): Fix --tests-base.
33910
33911 2005-10-22  Simon Josefsson  <jas@extundo.com>
33912
33913         * modules/arcfour (Depends-on): Need stdint.
33914
33915 2005-10-22  Simon Josefsson  <jas@extundo.com>
33916
33917         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
33918         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
33919
33920 2005-10-22  Simon Josefsson  <jas@extundo.com>
33921
33922         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
33923         suggested by Bruno Haible <bruno@clisp.org>.
33924
33925 2005-10-22  Simon Josefsson  <jas@extundo.com>
33926
33927         * lib/crc.h: Include stddef.h, for size_t.
33928
33929 2005-10-22  Simon Josefsson  <jas@extundo.com>
33930
33931         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
33932         arcfour_context struct (simplify test vector testing in GNU
33933         Shishi).
33934
33935 2005-10-21  Simon Josefsson  <jas@extundo.com>
33936
33937         * modules/des, modules/des-tests: New files.
33938
33939         * modules/gc-des, modules/gc-des-tests: New files.
33940
33941         * tests/test-des.c, tests/test-gc-des.c: New file.
33942
33943 2005-10-21  Simon Josefsson  <jas@extundo.com>
33944
33945         * modules/arctwo, modules/arctwo-tests: New files.
33946
33947         * tests/test-arctwo.c: New file.
33948
33949         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
33950
33951         * tests/test-gc-arctwo.c: New file.
33952
33953 2005-10-21  Simon Josefsson  <jas@extundo.com>
33954
33955         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
33956         Bruno Haible <bruno@clisp.org>.
33957
33958         * m4/gc-des.m4: New file.
33959
33960 2005-10-21  Simon Josefsson  <jas@extundo.com>
33961
33962         * m4/arctwo.m4: New file.
33963
33964         * m4/gc-arctwo.m4: New file.
33965
33966 2005-10-21  Simon Josefsson  <jas@extundo.com>
33967
33968         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
33969         block.
33970
33971 2005-10-21  Simon Josefsson  <jas@extundo.com>
33972
33973         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
33974         <bruno@clisp.org>.
33975
33976         * lib/hmac-sha1.c (hmac_sha1): Likewise.
33977
33978         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
33979         Bruno Haible <bruno@clisp.org>.
33980
33981         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
33982         <bruno@clisp.org>.
33983
33984 2005-10-21  Simon Josefsson  <jas@extundo.com>
33985
33986         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
33987
33988 2005-10-21  Simon Josefsson  <jas@extundo.com>
33989
33990         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
33991
33992 2005-10-21  Simon Josefsson  <jas@extundo.com>
33993
33994         * lib/des.h, lib/des.c: New files.
33995
33996         * lib/gc-gnulib.c: Support DES.c
33997
33998 2005-10-21  Simon Josefsson  <jas@extundo.com>
33999
34000         * lib/arctwo.h, lib/arctwo.c: New files.
34001
34002         * lib/gc-gnulib.c: Support ARCTWO.
34003
34004 2005-10-21  Simon Josefsson  <jas@extundo.com>
34005
34006         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
34007         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34008
34009 2005-10-21  Simon Josefsson  <jas@extundo.com>
34010
34011         * gnulib-tool (func_import, func_create_testdir): Define automake
34012         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
34013         Makefile.am snippet),
34014         suggested by Bruno Haible <bruno@clisp.org>.
34015
34016         * modules/gc (Makefile.am): Use it.
34017
34018 2005-10-21  Bruno Haible  <bruno@clisp.org>
34019
34020         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
34021         patch.
34022
34023 2005-10-19  Simon Josefsson  <jas@extundo.com>
34024
34025         * tests/test-gc-rijndael.c: New file.
34026
34027         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
34028
34029 2005-10-19  Simon Josefsson  <jas@extundo.com>
34030
34031         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
34032         interface too.
34033
34034 2005-10-19  Simon Josefsson  <jas@extundo.com>
34035
34036         * tests/test-gc-arcfour.c: New file.
34037
34038         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
34039
34040 2005-10-19  Simon Josefsson  <jas@extundo.com>
34041
34042         * modules/gc-md4, modules/gc-md4-tests: New file.
34043
34044         * tests/test-gc-md4.c: New file.
34045
34046 2005-10-19  Simon Josefsson  <jas@extundo.com>
34047
34048         * m4/gc-md4.m4: New file.
34049
34050 2005-10-19  Simon Josefsson  <jas@extundo.com>
34051
34052         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
34053         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
34054         <kasal@ucw.cz>.
34055
34056 2005-10-19  Simon Josefsson  <jas@extundo.com>
34057
34058         * m4/gc-arcfour.m4: New file.
34059
34060         * m4/gc-rijndael.m4: New file.
34061
34062 2005-10-19  Simon Josefsson  <jas@extundo.com>
34063
34064         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
34065
34066 2005-10-19  Simon Josefsson  <jas@extundo.com>
34067
34068         * lib/gc-gnulib.c: Support ARCFOUR.
34069
34070 2005-10-19  Simon Josefsson  <jas@extundo.com>
34071
34072         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
34073         support.
34074
34075         * lib/gc.h: Add ECB enum type.
34076
34077         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
34078
34079 2005-10-18  Simon Josefsson  <jas@extundo.com>
34080
34081         * tests/test-md5.c: New file.
34082
34083         * modules/md5-tests: New file.
34084
34085 2005-10-18  Simon Josefsson  <jas@extundo.com>
34086
34087         * tests/test-md4.c: New file.
34088
34089         * modules/md4, modules/md4-tests: New files.
34090
34091 2005-10-18  Simon Josefsson  <jas@extundo.com>
34092
34093         * m4/md4.m4: New file.
34094
34095 2005-10-18  Simon Josefsson  <jas@extundo.com>
34096
34097         * lib/md4.h, lib/md4.c: New files, based on md5.?.
34098
34099 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
34100
34101         * gnulib-tool (func_create_testdir): Omit the second check whether
34102         BUILT_SOURCES in nonempty.
34103
34104 2005-10-17  Simon Josefsson  <jas@extundo.com>
34105
34106         * tests/test-rijndael.c: New file.
34107
34108 2005-10-17  Simon Josefsson  <jas@extundo.com>
34109
34110         * modules/sha1: Depend on stdint instead of md5.
34111
34112         * modules/md5: Depend on stdint, remove uint32_t.
34113
34114 2005-10-17  Simon Josefsson  <jas@extundo.com>
34115
34116         * modules/gc-sha1-tests: New file.
34117
34118         * tests/test-gc-sha1.c: New file.
34119
34120 2005-10-17  Simon Josefsson  <jas@extundo.com>
34121
34122         * m4/md5.m4: Remove call to uint32_t.m4.
34123
34124 2005-10-17  Simon Josefsson  <jas@extundo.com>
34125
34126         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
34127
34128         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
34129         md5.h.
34130
34131         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
34132
34133         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
34134
34135 2005-10-17  Simon Josefsson  <jas@extundo.com>
34136
34137         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
34138
34139 2005-10-17  Simon Josefsson  <jas@extundo.com>
34140
34141         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
34142
34143 2005-10-17  Simon Josefsson  <jas@extundo.com>
34144
34145         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
34146
34147         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
34148
34149 2005-10-17  Bruno Haible  <bruno@clisp.org>
34150
34151         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
34152         that it can also be used in a test.
34153
34154 2005-10-16  Bruno Haible  <bruno@clisp.org>
34155
34156         * gnulib-tool (func_emit_tests_Makefile_am): Also define
34157         TESTS_ENVIRONMENT, so that individual tests can augment it.
34158
34159         * gnulib-tool (func_create_testdir): Use an intermediate target for
34160         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
34161         macros, like $(ALLOCA_H), which cannot be passed through the command
34162         line.
34163
34164 2005-10-15  Simon Josefsson  <jas@extundo.com>
34165
34166         * modules/rijndael-tests: New file.
34167
34168         * modules/rijndael: New file.
34169
34170 2005-10-15  Simon Josefsson  <jas@extundo.com>
34171
34172         * m4/rijndael.m4: New file.
34173
34174 2005-10-15  Simon Josefsson  <jas@extundo.com>
34175
34176         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
34177
34178         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
34179
34180 2005-10-14  Simon Josefsson  <jas@extundo.com>
34181
34182         * tests/test-arcfour.c: New file.
34183
34184         * modules/arcfour, modules/arcfour-tests: New files.
34185
34186 2005-10-14  Simon Josefsson  <jas@extundo.com>
34187
34188         * m4/arcfour.m4: New file.
34189
34190 2005-10-14  Simon Josefsson  <jas@extundo.com>
34191
34192         * lib/arcfour.h, lib/arcfour.c: New files.
34193
34194 2005-10-14  Roland McGrath  <roland@redhat.com>
34195
34196         Import from libc.  [BZ #1331]
34197         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
34198         macro argument.
34199         Reported by Matej Vela <vela@debian.org>.
34200
34201 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34202
34203         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
34204         include <wchar.h>; no longer needed.
34205
34206 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34207
34208         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
34209
34210 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
34211         and  Ulrich Drepper  <drepper@redhat.com>
34212
34213         Import from libc.
34214         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
34215         instead of inline stream orientation test and two separate
34216         function calls.  Pay no attention to USE_IN_LIBIO.
34217
34218 2005-10-13  Simon Josefsson  <jas@extundo.com>
34219
34220         * modules/gc-hmac-md5-tests: New file.
34221
34222         * tests/test-gc-hmac-sha1.c: New file.
34223
34224         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
34225
34226         * modules/gc-hmac-md5-tests: New file.
34227
34228         * tests/test-gc-md5.c: New file.
34229
34230         * modules/gc-md5-tests: New file.
34231
34232 2005-10-13  Simon Josefsson  <jas@extundo.com>
34233
34234         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
34235         Move memory allocation outside of loop.
34236
34237 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
34238
34239         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
34240         intermediate directory is in a read-only file system.  Problem
34241         reported by Eric Blake.
34242
34243 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
34244
34245         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
34246
34247 2005-10-12  Simon Josefsson  <jas@extundo.com>
34248
34249         * tests/test-hmac-sha1.c: New file.
34250
34251         * modules/hmac-sha1-tests: New file.
34252
34253         * modules/hmac-sha1: New file.
34254
34255 2005-10-12  Simon Josefsson  <jas@extundo.com>
34256
34257         * modules/gc-sha1: New file.
34258
34259 2005-10-12  Simon Josefsson  <jas@extundo.com>
34260
34261         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
34262
34263         * tests/test-gc-pbkdf2-sha1.c: New file.
34264
34265 2005-10-12  Simon Josefsson  <jas@extundo.com>
34266
34267         * modules/gc-md5, modules/gc-hmac-md5: New files.
34268
34269         * modules/gc (Files): Remove md5, memxor and hmac files.
34270
34271 2005-10-12  Simon Josefsson  <jas@extundo.com>
34272
34273         * m4/gc-pbkdf2-sha1.m4: New file.
34274
34275         * m4/gc-hmac-sha1.m4: New file.
34276
34277         * m4/gc-sha1: New file.
34278
34279         * m4/hmac-sha1.m4: New file.
34280
34281 2005-10-12  Simon Josefsson  <jas@extundo.com>
34282
34283         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
34284
34285         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
34286
34287 2005-10-12  Simon Josefsson  <jas@extundo.com>
34288
34289         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
34290         suggested by Bruno Haible <bruno@clisp.org>.
34291
34292 2005-10-12  Simon Josefsson  <jas@extundo.com>
34293
34294         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
34295
34296 2005-10-12  Simon Josefsson  <jas@extundo.com>
34297
34298         * lib/gc-pbkdf2-sha1.c: New file.
34299
34300         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
34301
34302 2005-10-12  Simon Josefsson  <jas@extundo.com>
34303
34304         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
34305
34306         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
34307
34308 2005-10-12  Simon Josefsson  <jas@extundo.com>
34309
34310         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
34311         GC_USE_HMAC_MD5, respectively.
34312
34313         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
34314         (gc_md5): Fix typo.
34315
34316         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
34317
34318         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
34319
34320         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34321
34322 2005-10-12  Bruno Haible  <bruno@clisp.org>
34323
34324         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34325         Reported by Stepan Kasal <kasal@ucw.cz>.
34326
34327 2005-10-11  Simon Josefsson  <jas@extundo.com>
34328
34329         * tests/test-crc.c: New file.
34330
34331         * modules/crc, modules/crc-tests: New files.
34332
34333 2005-10-11  Simon Josefsson  <jas@extundo.com>
34334
34335         * m4/crc.m4: New file.
34336
34337 2005-10-11  Simon Josefsson  <jas@extundo.com>
34338
34339         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34340
34341         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34342
34343         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34344
34345 2005-10-11  Simon Josefsson  <jas@extundo.com>
34346
34347         * lib/crc.h, lib/crc.c: New files.
34348
34349         * lib/gc.h (gc_hash_buffer): Add doc.
34350
34351 2005-10-11  Bruno Haible  <bruno@clisp.org>
34352
34353         * modules/c-strcasestr: New file.
34354         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34355
34356 2005-10-11  Bruno Haible  <bruno@clisp.org>
34357
34358         * modules/c-strcase: New file.
34359         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34360
34361 2005-10-11  Bruno Haible  <bruno@clisp.org>
34362
34363         * lib/strcasecmp.c: Include limits.h.
34364         (strcasecmp): Avoid integer overflow on exotic platforms.
34365         * lib/strncasecmp.c: Include limits.h.
34366         (strncasecmp): Avoid integer overflow on exotic platforms.
34367         Reported by Paul Eggert.
34368
34369 2005-10-11  Bruno Haible  <bruno@clisp.org>
34370
34371         * lib/c-strcasestr.h: New file, from GNU gettext.
34372         * lib/c-strcasestr.c: New file, from GNU gettext.
34373
34374 2005-10-11  Bruno Haible  <bruno@clisp.org>
34375
34376         * lib/c-strcase.h: New file, from GNU gettext.
34377         * lib/c-strcasecmp.c: New file, from GNU gettext.
34378         * lib/c-strncasecmp.c: New file, from GNU gettext.
34379
34380 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34381
34382         * modules/mempcpy (License): GPL -> LGPL.
34383         * modules/strchrnul (License): Likewise.
34384         * modules/sysexits (License): Likewise.
34385
34386 2005-10-08  Simon Josefsson  <jas@extundo.com>
34387
34388         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34389
34390 2005-10-07  Simon Josefsson  <jas@extundo.com>
34391
34392         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34393
34394 2005-10-06  Simon Josefsson  <jas@extundo.com>
34395
34396         * tests/test-hmac-md5.c: New file.
34397
34398         * modules/hmac-md5-tests: New file.
34399
34400         * modules/hmac-md5: New file.
34401
34402 2005-10-06  Simon Josefsson  <jas@extundo.com>
34403
34404         * m4/hmac-md5.m4: New file.
34405
34406         * m4/memxor.m4: Require gl_C_RESTRICT.
34407
34408 2005-10-06  Simon Josefsson  <jas@extundo.com>
34409
34410         * lib/memxor.c (memxor): Avoid casts and warnings.
34411
34412 2005-10-06  Simon Josefsson  <jas@extundo.com>
34413
34414         * lib/hmac-md5.c: New file.
34415
34416         * lib/hmac.h: New file.
34417
34418 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34419
34420         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
34421         promotes to int, not unsigned int, to catch the AIX 5.3
34422         compiler bug.
34423
34424 2005-10-05  Simon Josefsson  <jas@extundo.com>
34425
34426         * modules/memxor: New file.
34427
34428         * modules/iconv (Files): Move config.rpath to havelib, it is used
34429         there.
34430
34431         * modules/havelib (Files): Add config.rpath.
34432
34433 2005-10-05  Simon Josefsson  <jas@extundo.com>
34434
34435         * m4/memxor.m4: New file.
34436
34437 2005-10-05  Simon Josefsson  <jas@extundo.com>
34438
34439         * lib/memxor.c (memxor): Fix compiler error.
34440
34441         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
34442         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
34443
34444         * lib/memxor.h, lib/memxor.c: New files.
34445
34446         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
34447         we assume all systems have it, suggested by Jim Meyering
34448         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
34449         any systems lack sys/socket.h; mingw32 is known to lack it, but we
34450         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
34451         same reasons.
34452
34453 2005-10-05  Simon Josefsson  <jas@extundo.com>
34454
34455         * config/srclist.txt: Add glibc bug 1423 for md5.h.
34456
34457 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34458
34459         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
34460         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
34461         needed, since the source code now assumes these .h files.
34462
34463 2005-10-05  Derek Price  <derek@ximbiot.com>
34464
34465         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
34466
34467 2005-10-05  Bruno Haible  <bruno@clisp.org>
34468
34469         * modules/stdint (License): Change to LGPL.
34470
34471 2005-10-04  Simon Josefsson  <jas@extundo.com>
34472
34473         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
34474         D. Baushke" <mdb@gnu.org>.
34475
34476 2005-10-04  Bruno Haible  <bruno@clisp.org>
34477
34478         * lib/verify.h (verify_true): Provide alternative definition for C++.
34479
34480 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
34481
34482         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
34483         (SSIZE_MAX): New macro, if not already defined.
34484         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
34485         than 2 GiB.
34486
34487 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34488
34489         Sync from coreutils.
34490         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
34491         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
34492         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
34493         ULLONG_MAX doesn't work with 2.7.2.1.
34494
34495 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34496
34497         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
34498         From Ben Pfaff.
34499
34500         * modules/exclude (Depends-on): Depend on verify.
34501         * modules/strtoimax (Depends-on): Likewise.
34502         * modules/utimecmp (Depends-on): Likewise.
34503
34504 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34505
34506         * lib/exclude.c: Include verify.h.
34507         (verify): Remove.  All callers changed to use verify.h's version.
34508         * lib/strtoimax.c: Likewise.
34509         * lib/utimecmp.c: Likewis.e
34510
34511         Sync from coreutils.
34512         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
34513         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
34514         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
34515         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
34516         bother returning ENOSYS if settimeofday or stime fails; just let
34517         them return whatever errno they want to return.
34518         * lib/utimens.c: Include unistd.h, for dup2.
34519         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
34520         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
34521
34522 2005-10-02  Jim Meyering  <jim@meyering.net>
34523
34524         Sync from coreutils.
34525         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
34526         from glibc-2.2.5 that fails for read-only files.
34527
34528 2005-10-02  Jim Meyering  <jim@meyering.net>
34529
34530         Sync from coreutils.
34531         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
34532         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
34533         `#if HAVE_CONFIG_H'.
34534         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
34535         Remove AT_FDCWD test.
34536         Do not consume the fd unless successful.
34537         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
34538         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
34539         block, so that we don't even try to compile it if settimeofday is
34540         available.  This works around a compilation failure on OSF1 V5.1,
34541         due to stime requiring a `long int*' while tv_sec is `int'.
34542
34543 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
34544
34545         Sync from coreutils.
34546         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
34547         against `yes', rather than just testing for nonempty.
34548
34549 2005-10-01  Simon Josefsson  <jas@extundo.com>
34550
34551         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
34552         and Darwin.
34553
34554         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
34555         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
34556         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
34557         freeaddrinfo and gai_strerror are declared by the POSIX headers.
34558         Check if struct addrinfo is declared.
34559
34560 2005-10-01  Simon Josefsson  <jas@extundo.com>
34561
34562         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
34563         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
34564         AI_* and EAI_* definitions.  Protect function declarations.
34565
34566 2005-10-01  Jim Meyering  <jim@meyering.net>
34567
34568         Sync from coreutils.
34569
34570         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
34571         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
34572         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
34573         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34574         in the inet and nsl libraries.  Required on Solaris 5.7.
34575
34576 2005-10-01  Jim Meyering  <jim@meyering.net>
34577
34578         Sync from coreutils.
34579         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34580         in the inet and nsl libraries.  Required on Solaris 5.7.
34581
34582 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
34583
34584         * lib/getdelim.c (getdelim): Remove unused variables.
34585
34586 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34587
34588         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
34589         so that the code works even with ancient cpp.  Portability problem
34590         with GCC 2.7.2.1 reported by Thomas M.Ott.
34591
34592 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34593
34594         * modules/regex (Depends-on): Add strcase.
34595
34596         * modules/gethostname (Licence): Change from GPL to LGPL, since
34597         gethostname.c is a trivial implementation of a standard library
34598         function.
34599         * modules/poll (License): Change from GPL to LGPL, since it's
34600         derived from LGPL code.
34601
34602 2005-09-27  Jim Meyering  <jim@meyering.net>
34603
34604         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
34605         HAVE_CONFIG_H.
34606
34607         * lib/intprops.h (signed_type_or_expr__): Define.
34608         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
34609         for unsigned types.
34610
34611 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34612
34613         * lib/verify.h (verify_expr): Remove, replacing with:
34614         (verify_true): New macro that returns true instead of void.
34615         (verify_type__): Remove.
34616         (verify): Use verify_true rather than verify_type__.
34617
34618 2005-09-26  Bruno Haible  <bruno@clisp.org>
34619
34620         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
34621         is necessary.
34622         (lib_SOURCES): Remove mbchar.c.
34623         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
34624         (Files): Add m4/mbrtowc.m4.
34625         * modules/mbiter: Likewise.
34626         * modules/mbuiter: Likewise.
34627
34628 2005-09-26  Bruno Haible  <bruno@clisp.org>
34629
34630         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
34631         compile mbchar.c if they are not both present.
34632         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
34633         * m4/mbiter.m4 (gl_MBITER): Likewise.
34634         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
34635         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
34636         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
34637
34638 2005-09-25  Jim Meyering  <jim@meyering.net>
34639
34640         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
34641         also uses socklen_t.
34642
34643 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
34644
34645         * lib/utimens.c (ENOSYS): Define if not already defined.
34646         (futimens): Support having a null PATH if the file descriptor
34647         is nonnegative.
34648
34649         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
34650         Remove.
34651         (__attribute): Define to empty unless GCC 3.1 or later.
34652         This works around a core dump on OpenBSD 3.4, which has GCC
34653         2.95.3, which dumps core when given __attribute__(()).  It also
34654         simplifies other tests, since we really don't want to bother with
34655         worrying about which ancient version of GCC supported what.
34656         Original problem reported by Yoann Vandoorselaere, with part of
34657         the fix suggested by Derek Price.
34658
34659 2005-09-24  Jim Meyering  <jim@meyering.net>
34660
34661         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
34662         so we can once again use a positive bitfield width of 1 -- now we
34663         don't have to explain why we were using a bitfield width of 2.
34664
34665 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34666
34667         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
34668         and similarly for the other external symbols.  Problem reported
34669         by James Gallager.
34670
34671         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
34672         bug reported by Jim Meyering.
34673
34674         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
34675         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
34676         not needed, since socklen is a prerequisite module.
34677
34678 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34679
34680         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
34681         Problem reported by Eric Blake.
34682         (getaddrinfo): Initialize se so that it's not garbage.
34683         Redo internal storage allocation so that it doesn't make unportable
34684         assumptions about alignment.
34685         Fix a memory leak.
34686
34687         * lib/utimens.c (futimens): Use futimesat if available.
34688         Prefer it to futimes since it doesn't have the futimes bug.
34689
34690         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
34691         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
34692         Instead, declare a function that returns a pointer to an array,
34693         and use verify_type__ to declare the size of the array.
34694         Problem and germ of a solution reported by Bruno Haible.
34695         (verify_type__): Use 2, not 1, for bitfield size, to avoid
34696         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
34697
34698 2005-09-23  Jim Meyering  <jim@meyering.net>
34699
34700         Sync from coreutils.
34701         Correct build failure (socklen_t not defined) on at least
34702         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
34703         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
34704
34705 2005-09-23  Jim Meyering  <jim@meyering.net>
34706
34707         * modules/getaddrinfo (Depends-on): Add socklen.
34708
34709 2005-09-23  Bruno Haible  <bruno@clisp.org>
34710
34711         * tests/test-verify.c: New file.
34712
34713 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34714
34715         Sync from coreutils.
34716
34717         * modules/argmatch (Depends-on): Add verify.
34718         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
34719         unistd-safer.
34720         * modules/save-cwd (Depends-on): Likewise.
34721
34722         * modules/openat (Files): Add lib/openat-die.c.
34723         (Depends-on): Remove error, exitfail.
34724         Add dirname.
34725
34726         * modules/verify: New file.
34727         * MODULES.html.sh (Diagnostics <assert.h>): New section,
34728         with "verify" module.
34729
34730 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34731
34732         Sync from coreutils.
34733
34734         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
34735         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
34736         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
34737         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
34738         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
34739         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
34740         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
34741         Don't bother checking for string.h, stdlib.h, unistd.h.
34742         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
34743         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
34744         module's job.
34745         * m4/jm-macros.m4 (gl_MACROS): Likewise.
34746         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
34747
34748         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
34749         (gl_GETDATE): Use it.
34750
34751         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
34752
34753 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34754
34755         Sync from coreutils.
34756
34757         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
34758         stat-time.h.
34759         * lib/argmatch.h: Include verify.h
34760         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
34761         (ARGMATCH_ASSERT): Remove; unused.
34762         * lib/canonicalize.c: Assume STDC_HEADERS.
34763         * lib/exclude.c: Include "strcase.h".
34764         * lib/regex_internal.h [!defined _LIBC]: Likewise.
34765         * lib/getusershell.c: Include stdio--.h rather than stdio.h
34766         and stdio-safer.h.
34767         (getusershell): Call fopen, not fopen_safer.
34768         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
34769         Do not include unistd-safer.h.
34770         (save_cwd): Don't call fd_safer; no longer needed
34771         now that we include fcntl--.h.
34772
34773         * lib/getdate.y (relative_time): New type.
34774         (RELATIVE_TIME_0): New constant.
34775         (parser_control): Use relative_time instead of doing it ourselves.
34776         (%union): Add new relative_time rel member.
34777         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
34778         Now typeless.
34779         (relunit, relunit_snumber): Now of type rel.
34780         (zone, rel, relunit, get_date): Adjust to above changes.
34781
34782         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
34783         Do not include unistd-safer.h.
34784         (getloadavg): Don't call fd_safer; no longer needed
34785         now that we include fcntl--.h.
34786
34787         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
34788         (make_dir_parents): Treat ENOSYS like EEXIST.
34789
34790         Improve quality of diagnostics on restore_cwd failure.
34791         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
34792         (make_dir_parents): Last arg is now int * (for errno), not bool *.
34793         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
34794         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
34795         each time through the loop.  Do not diagnose restore_cwd failure;
34796         that is the caller's job (and perhaps the caller does not care).
34797
34798         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
34799         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
34800         If the file already exists but is not a directory, don't bother
34801         to try to make its parents.
34802         Close potential file descriptor leak if we can't chdir("/") (!).
34803         Don't always return true if chdir($PWD) fails; return true only
34804         if the requested action was done successfully (except for the
34805         chdir($PWD)).
34806         Don't log final directory unless we actually made it.
34807         Refactor to avoid duplicate code to fix up permissions.
34808         Don't attempt to fix up parent permissions if chdir($PWD) fails.
34809
34810         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
34811         to make it a bit faster and (I hope) clearer.
34812         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
34813         Fix bug in formats like %2N.
34814
34815         * lib/verify.h: New file.
34816
34817 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34818
34819         Sync from coreutils.
34820         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
34821
34822 2005-09-22  Jim Meyering  <jim@meyering.net>
34823
34824         Sync from coreutils.
34825
34826         * m4/lstat.m4 (gl_FUNC_LSTAT):
34827         Use AC_LIBSOURCES to require lstat.c and lstat.h.
34828         Remove obsolete comment.
34829         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
34830         * m4/xstrtod.m4: Likewise.
34831
34832         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
34833
34834 2005-09-22  Jim Meyering  <jim@meyering.net>
34835
34836         Sync from coreutils.
34837
34838         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
34839
34840         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
34841         the .tm_year member, since otherwise gcc-4.0 would now warn about
34842         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
34843
34844         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
34845         order to avoid an unsuppressible warning from gcc on 64-bit systems.
34846
34847         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
34848         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
34849         when run in a time zone for which daylight savings time is in effect
34850         for the starting date.
34851
34852         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
34853         stop us from restricting permissions of just-created absolute-named
34854         directories.
34855         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
34856         to restore initial working directory.
34857         * lib/mkdir-p.c (make_dir_parents): New parameter:
34858         different_working_dir, to tell caller if/when we change the working
34859         directory and are unable to return to the initial one.
34860         * lib/mkdir-p.h (make_dir_parents): Update prototype.
34861         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
34862         `return false'.  This fixes a bug introduced on 2004-07-30.
34863
34864         * lib/openat.c (fdopendir): Be sure to close the supplied
34865         file descriptor before returning.  This makes our replacement
34866         implementation a little closer to Solaris's, where fdopendir
34867         ties the file descriptor to the returned DIR* pointer.
34868         * lib/openat.c (unlinkat): New function.
34869         * lib/openat.h (unlinkat): Add prototype.
34870         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
34871         (openat_restore_fail): Rename from openat_restore_die.
34872         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
34873
34874         Provide an alternative to exiting immediately upon save_cwd or
34875         restore_cwd failure.  Now, an application can arrange e.g.,
34876         to perform a longjump in that case.
34877         * lib/openat.c: Include dirname.h.
34878         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
34879         (rpl_openat, fdopendir, fstatat): Call openat_save_die
34880         and openat_restore_die rather than calling error directly.
34881         Don't include "error.h" or "exitfail.h"; they're no longer needed.
34882
34883         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
34884         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
34885         define.
34886
34887         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
34888         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
34889                             int utc, int nanoseconds);
34890         Background:
34891         date should not have to allocate a megabyte of virtual memory to
34892         handle a format argument like +%1048575T.  When implemented with
34893         strftime, it must allocate such a buffer, use strftime to fill it
34894         in, print it, then free it.
34895         With fprintftime, it simply prints everything and exits.
34896         With no need for memory allocation, that's one fewer way to fail.
34897         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
34898         optional field width, not before, so we accept %9:z, not %:9z.
34899         (my_strftime): Be sure to use L_('x') for literals.
34900
34901         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
34902         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
34903         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
34904         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
34905         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
34906         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
34907         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
34908         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
34909         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
34910         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
34911         * lib/xgethostname.c, lib/xreadlink.c:
34912         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
34913
34914         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
34915         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
34916         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
34917         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
34918         and don't include <sys/file.h>).
34919
34920 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
34921
34922         Sync from coreutils.
34923
34924         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
34925         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
34926         [!LDAV_DONE]: Avoid unused variable warning.
34927
34928 2005-09-21  Bruno Haible  <bruno@clisp.org>
34929
34930         * lib/unicodeio.h (unicode_to_mb): New declaration.
34931
34932 2005-09-20  Derek Price  <derek@ximbiot.com>
34933
34934         * lib/getaddrinfo.c: Don't include <netdb.h> included from
34935         getaddrinfo.h.
34936
34937 2005-09-20  Bruno Haible  <bruno@clisp.org>
34938
34939         * gnulib-tool: Remove trailing slashes from the values specified for
34940         --source-base, --m4-base, --tests-base, --aux-dir.
34941         Suggested by Simon Josefsson <jas@extundo.com>.
34942
34943 2005-09-20  Bruno Haible  <bruno@clisp.org>
34944
34945         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
34946         func_modules_to_filelist, func_import, func_create_testdir): Make all
34947         sorting results locale-independent, so that gnulib-cache.m4 doesn't
34948         change when gnulib-tool is invoked in a different locale.
34949
34950 2005-09-19  Simon Josefsson  <jas@extundo.com>
34951
34952         * m4/socklen.m4: Fix typo.
34953
34954 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34955
34956         Use a consistent style for including <config.h>.
34957         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
34958         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
34959         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
34960         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
34961         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
34962         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
34963         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
34964         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
34965         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
34966         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
34967         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
34968         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
34969         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
34970         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
34971         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
34972         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
34973         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
34974         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
34975         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
34976         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
34977         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
34978         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
34979         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
34980         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
34981         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
34982         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
34983         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
34984         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
34985         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
34986         lib/xstrtoumax.c, lib/yesno.c:
34987         Standardize inclusion of config.h.
34988         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
34989         lib/inttostr.h:  Removed inclusion of config.h from header files.
34990         * lib/inttostr.c:  Adjusted in-tree users.
34991         * lib/timespec.h: Remove superfluous warning to include config.h.
34992         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
34993         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
34994         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
34995         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
34996         config.h with HAVE_CONFIG_H.
34997
34998 2005-09-19  Jim Meyering  <jim@meyering.net>
34999
35000         * modules/pathmax (License): Change to LGPL.
35001
35002 2005-09-19  Derek Price  <derek@ximbiot.com>
35003
35004         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
35005
35006 2005-09-19  Bruno Haible  <bruno@clisp.org>
35007
35008         * gnulib-tool (import): Provide default for --tests-base.
35009
35010 2005-09-19  Bruno Haible  <bruno@clisp.org>
35011
35012         * doc/quote.texi: New file, extracted from gnulib.texi.
35013         * doc/ctime.texi: New file, extracted from gnulib.texi.
35014         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
35015         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
35016         * doc/gnulib.texi: Include them.
35017
35018 2005-09-18  Bruno Haible  <bruno@clisp.org>
35019
35020         Portability fix.
35021         * gnulib-tool (func_readlink): New function.
35022         (func_ln_if_changed): Use it.
35023
35024 2005-09-18  Bruno Haible  <bruno@clisp.org>
35025
35026         * gnulib-tool: Support --with-tests also with --import.
35027         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
35028         (func_import): Use variables $testsbase and $inctests. Emit a
35029         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
35030         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
35031         SUBDIRS += $testsdir.
35032         (func_create_testdir): Update.
35033
35034 2005-09-18  Bruno Haible  <bruno@clisp.org>
35035
35036         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
35037         instead of $dry_run.
35038         (func_cp_if_changed, func_mv_if_changed): Remove functions.
35039         (func_ln_if_changed): Don't handle dry-run here.
35040         (func_import): In dry-run mode, detect more precisely which actions
35041         would be performed, and don't use "...ing" verbs.
35042
35043 2005-09-18  Bruno Haible  <bruno@clisp.org>
35044
35045         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
35046         (func_import): Use join on two temporary files instead of three nested
35047         loops, in order to determine which files are new or old.
35048
35049 2005-09-18  Bruno Haible  <bruno@clisp.org>
35050
35051         * gnulib-tool (func_import): Comment out code that spits out the
35052         new files with --dry-run.
35053
35054 2005-09-18  Bruno Haible  <bruno@clisp.org>
35055
35056         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
35057
35058 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35059
35060         * lib/stat-time.h: New file.
35061         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
35062         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
35063         in a different way.
35064         (timespec_cmp): New function.
35065         * lib/utimecmp.c: Include stat-time.h.
35066         (SYSCALL_RESOLUTION): Depend on whether various struct stat
35067         members exist, not on the obsolescent ST_MTIM_NSEC.
35068         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
35069
35070 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35071
35072         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
35073
35074 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35075
35076         * MODULES.html.sh (File system functions): Add stat-time.
35077         * modules/stat-time: New file.
35078         * modules/timespec (Files): Remove m4/st_mtim.m4; this
35079         is now done in a different way, by the stat-time module.
35080         * modules/utimecmp (Depends-on): Add stat-time.
35081
35082 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35083
35084         * m4/st_mtim.m4: Remove.  Superseded by...
35085         * m4/stat-time.m4: New file.
35086         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
35087         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
35088
35089 2005-09-15  Derek Price  <derek@ximbiot.com>
35090
35091         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
35092
35093 2005-09-15  Derek Price  <derek@ximbiot.com>
35094
35095         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
35096         * lib/regex_internal.c: Ditto, using this...
35097         (__GNUC_PREREQ): ...new macro.
35098         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
35099         using...
35100         (__GNUC_PREREQ): ...this new macro.
35101
35102         * lib/strstr.h: Include string.h. Define strstr as a macro here.
35103
35104 2005-09-15  Derek Price  <derek@ximbiot.com>
35105             Paul Eggert  <eggert@cs.ucla.edu>
35106
35107         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
35108         changes, consolidating in...
35109         * lib/regex_internal.h: ...this file.
35110
35111 2005-09-13  Jim Meyering  <jim@meyering.net>
35112
35113         * lib/canon-host.c: Filter through gnu indent and reword comments
35114         slightly.
35115         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
35116
35117 2005-09-13  Derek Price  <derek@ximbiot.com>
35118
35119         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
35120         failure.
35121         Reported by Jim Meyering  <jim@meyering.net>.
35122
35123 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35124
35125         * lib/base64.c: Typo.
35126         (base64_encode): Put b64str in initialized data section.
35127
35128 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
35129
35130         Merge glibc and coreutils changes into gnulib, plus a few
35131         extra fixes.
35132         * lib/md5.c: Use #error rather than a string.
35133         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
35134         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
35135         (__attribute__): Define to empty for non recent-GCC.
35136         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
35137         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
35138         Renamed from their non-__ counterparts, with new macros replacing
35139         them if not _LIBC.  Add __THROW attribute.
35140         (rol): Remove.
35141         (struct md5_ctx): Align buffer if using GCC.
35142         * lib/sha1.h (struct sha1_ctx): Likewise.
35143         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
35144         The old name was backwards.
35145         (NOTSWAP): Remove; not used.
35146         (rol): New macro, moved here from md5.h.
35147         (sha1_process_block): Remove a FIXME that doesn't make sense.
35148
35149 2005-09-12  Derek Price  <derek@ximbiot.com>
35150
35151         Return usable errors from canon-host.
35152         * lib/canon-host.h: New file.
35153         * lib/canon-host.c (canon_host): Wrap...
35154         (canon_host_r): ...this new function, which now relies exclusively on
35155         getaddrinfo.
35156         (ch_strerror): New function.
35157         (last_cherror): New global.
35158         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
35159         interface.
35160         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
35161         void *.
35162         (freeaddrinfo): Free ai->ai_canonname when set.
35163
35164 2005-09-12  Derek Price  <derek@ximbiot.com>
35165
35166         Make canon-host require getaddrinfo.
35167         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
35168         AC_LIBSOURCE canon-host.h.  Call...
35169         (gl_PREREQ_CANON_HOST): ...this new function, which requires
35170         gl_GETADDRINFO.
35171         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
35172
35173 2005-09-12  Derek Price  <derek@ximbiot.com>
35174
35175         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
35176         LGPL.
35177         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
35178
35179 2005-09-12  Derek Price  <derek@ximbiot.com>
35180
35181         * lib/gai_strerror.c: Include config.h when available.  Include
35182         getaddrinfo.h before other headers to test interface.
35183         Reported by Larry Jones <lawrence.jones@ugs.com>.
35184
35185 2005-09-12  Derek Price  <derek@ximbiot.com>
35186             Paul Eggert  <eggert@cs.ucla.edu>
35187
35188         * modules/glob (Files): Add glob-libc.h.
35189
35190 2005-09-12  Derek Price  <derek@ximbiot.com>
35191             Paul Eggert  <eggert@cs.ucla.edu>
35192
35193         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
35194         glob_.h, glob-libc.h.
35195         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
35196
35197 2005-09-12  Derek Price  <derek@ximbiot.com>
35198             Paul Eggert  <eggert@cs.ucla.edu>
35199
35200         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
35201         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
35202         protecting things that should be done only in gnulib contexts.
35203         * lib/glob_.h: New file, containing only the glob things needed for
35204         gnulib.
35205         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
35206         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
35207         (glob, globfree, glob_pattern_p): Now defined simply in terms of
35208         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
35209         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
35210         and to respect the namespace rules better.
35211
35212 2005-09-08  Simon Josefsson  <jas@extundo.com>
35213
35214         * modules/socklen: New file.
35215
35216 2005-09-08  Simon Josefsson  <jas@extundo.com>
35217
35218         * m4/socklen.m4: New file.
35219
35220 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35221
35222         * modules/utimens (Files): Add m4/utimbuf.m4, since
35223         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
35224         Reported by Sergey Poznyakoff.
35225
35226 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35227
35228         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
35229         definitions, since that's the preferred style in glibc.
35230         Fix a minor spacing issue, and update copyright notice to match
35231         glibc's.
35232
35233 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35234
35235         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
35236
35237 2005-09-06  Simon Josefsson  <jas@extundo.com>
35238
35239         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
35240         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
35241
35242 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35243
35244         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
35245         warning.
35246
35247 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35248
35249         * config/srclist.txt: Add glibc bug 1302.
35250
35251 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
35252
35253         Change bitset word type from unsigned int to unsigned long int,
35254         as this has better performance on typical 64-bit hosts.
35255         Port bitset code to hosts with unusual word sizes.
35256         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
35257         (build_collating_symbol):
35258         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
35259         argument is a bitset.  This is merely a style issue, but it makes
35260         it clearer that an entire array is expected.
35261         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
35262         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
35263         Port to the case where bitset_word is not the same as unsigned int.
35264         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35265         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
35266         Likewise.
35267         * lib/regexec.c (check_dst_limits_calc_pos_1,
35268         check_subexp_matching_top):
35269         (build_trtable, group_nodes_into_DFAstates):
35270         Likewise.
35271         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
35272         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
35273         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
35274         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
35275         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
35276         * lib/regcomp.c (optimize_subexps, lower_subexp):
35277         Work even if bitset_word has holes in its bitwise representation.
35278         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
35279         * lib/regexec.c (check_dst_limits_calc_pos_1,
35280         check_subexp_matching_top):
35281         Likewise.
35282         * lib/regex_internal.c (re_string_reconstruct):
35283         Don't assume UCHAR_MAX == 255.
35284         * lib/regex_internal.h (bitset_set_all): Likewise.
35285         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
35286         All uses changed.
35287         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
35288         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
35289         All uses changed.
35290         (BITSET_WORD_MAX): New macro.
35291         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
35292         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
35293         (bitset_empty, bitset_copy):
35294         Prefer sizeof (bitset) to multiplying it out ourselves.
35295         (bitset_not_merge): Remove; unused.
35296         (bitset_contain): Return bool, not unsigned int with one bit on.
35297         All callers changed.
35298         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
35299         alignment than re_node_set; do this by defining a new internal
35300         type struct dests_alloc and using it to allocate memory.
35301
35302 2005-09-05  Bruno Haible  <bruno@clisp.org>
35303
35304         * gnulib-tool (func_import): Fix comparison in handling of symbolic
35305         links.
35306
35307 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
35308
35309         * modules/size_max (Makefile.am): Add size_max.h
35310
35311 2005-09-04  Derek Price  <derek@ximbiot.com>
35312
35313         * gnulib-tool (func_import): Fix reversed $symbolic logic.
35314
35315 2005-09-03  Simon Josefsson  <jas@extundo.com>
35316
35317         * gnulib-tool: Fix typo.
35318
35319 2005-09-03  Simon Josefsson  <jas@extundo.com>
35320
35321         * config/srclist.txt: Add glibc bug 1293.
35322
35323 2005-09-03  Derek Price  <derek@ximbiot.com>
35324
35325         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35326         From Larry Jones <lawrence.jones@ugs.com>.
35327
35328 2005-09-02  Simon Josefsson  <jas@extundo.com>
35329
35330         * modules/socklen: New file.
35331
35332 2005-09-02  Simon Josefsson  <jas@extundo.com>
35333
35334         * modules/havelib: New module.
35335
35336         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35337         Use havelib.
35338
35339 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35340
35341         Check for arithmetic overflow when calculating sizes, to prevent
35342         some buffer-overflow issues.  These patches are conservative, in the
35343         sense that when I couldn't determine whether an overflow was possible,
35344         I inserted a run-time check.
35345         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35346         macros.
35347         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35348         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35349         (re_xnrealloc, re_x2nrealloc): New inline functions.
35350         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35351         parse_bracket_exp):
35352         (build_equiv_class, build_charclass): Check for arithmetic overflow
35353         in size expression calculations.
35354         * lib/regex_internal.c (re_string_realloc_buffers):
35355         (build_wcs_upper_buffer, re_node_set_add_intersect):
35356         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35357         (re_dfa_add_node, register_state): Likewise.
35358         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35359         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35360         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35361         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35362
35363 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35364
35365         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35366         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35367
35368 2005-09-02  Bruno Haible  <bruno@clisp.org>
35369
35370         Support for lib vs. lib64 distinction on biarch platforms.
35371         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35372         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35373         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35374
35375 2005-09-02  Bruno Haible  <bruno@clisp.org>
35376
35377         * gnulib-tool (import): In the other first-use case, provide defaults
35378         as well.
35379
35380 2005-09-02  Bruno Haible  <bruno@clisp.org>
35381
35382         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35383         patches not yet found in the latest gettext release.
35384
35385 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35386
35387         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35388         to avoid a collision with bits/local_lim.h in glibc.
35389         All uses changed.  Problem reported by Dmitry V. Levin in
35390         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35391
35392         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35393         bugs in int versus size_t comparisons.
35394         (re_string_context_at): Fix bug where the code assumed that
35395         Idx is signed.
35396
35397         Use bool where appropriate.
35398         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35399         All callers changed.
35400         (calc_eclosure_iter): Likewise, for ROOT arg.
35401         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35402         (build_charclass_op): Likewise, for NON_MATCH arg.
35403         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35404         (re_string_construct_common): Likewise, for ICASE arg.
35405         * lib/regexec.c (re_search_2_stub, re_search_stub):
35406         Likewise, for RET_LEN arg.
35407         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35408         (set_regs): Likewise, for FL_BACKTRACK arg.
35409         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35410         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35411         (calc_eclosure_iter, parse_bracket_exp):
35412         Use bool for internal variables that are booleans.
35413         * lib/regexec.c (re_search_internal, check_matching,
35414         proceed_next_node):
35415         (set_regs, build_sifted_states, sift_states_bkref):
35416         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35417         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35418         (find_collation_sequence_value):
35419         Likewise.
35420         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
35421         (re_node_set_compare):
35422         Return bool, not int. All callers changed.
35423         * lib/regexec.c (check_halt_node_context, check_dst_limits):
35424         (build_trtable, check_node_accept): Likewise.
35425         * lib/regex_internal.h: Include stdbool.h.
35426
35427         Fix bugs uncovered when converting to bool.
35428         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
35429         failure instead of charging ahead blindly.
35430         * lib/regex_internal.c (register_state): Likewise.
35431         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
35432         for freeing internal storage.
35433         (group_nodes_into_DFA_states): Use unsigned int, not int, for
35434         bitset pieces used as boolean, to avoid undefined behavior
35435         on hosts that do int overflow checking.
35436
35437 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35438
35439         * config/srclist.txt: Add glibc bugs 1285-1287.
35440
35441 2005-09-01  Jim Meyering  <jim@meyering.net>
35442
35443         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
35444         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
35445         Require gl_STAT_MACROS, too.
35446
35447 2005-09-01  Bruno Haible  <bruno@clisp.org>
35448
35449         * gnulib-tool (import): In the first-use case, provide defaults.
35450
35451 2005-09-01  Bruno Haible  <bruno@clisp.org>
35452
35453         * gnulib-tool (func_import): Remove the .tmp files.
35454
35455 2005-09-01  Bruno Haible  <bruno@clisp.org>
35456
35457         * gnulib-tool (func_import): Fix handling of symbolic links.
35458
35459 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35460
35461         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
35462         old glibc regex code mishandles strings longer than 2**31 bytes.
35463         This patch fixes this when the regex code is used in gnulib
35464         (i.e., outside glibc).
35465
35466         This patch should not affect the use of the regex code inside
35467         glibc.  No doubt this problem also needs to be handled for glibc
35468         as well, but the result will be an incompatible change to the
35469         glibc ABI, and the old ABI will have to be supported too.  That
35470         can be the the subject for another patch.
35471
35472         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
35473         governing whether the rest of this patch is active.  By default,
35474         the macro is disabled and the patch has no effect.
35475         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
35476         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
35477         (struct re_pattern_buffer, re_search, re_search_2, re_match):
35478         (re_match_2, re_set_registers): Use the new types.
35479         * lib/regex_internal.h (Idx, re_hashval_t): New types.
35480         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
35481         New macros.
35482         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
35483         (re_string_context_at, bin_tree_t, re_dfastate_t):
35484         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
35485         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
35486         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
35487         (re_string_char_size_at, re_string_wchar_at):
35488         (re_string_elem_size_at):
35489         Use the new types and macros to port to 64-bit hosts.
35490         Use unsigned types for internal values, so that the code
35491         mostly works even for arrays larger than SSIZE_MAX.
35492         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
35493         (search_duplicated_node, calc_eclosure_iter, fetch_number):
35494         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
35495         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
35496         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
35497         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
35498         (calc_inveclosure, parse_dup_op, build_range_exp):
35499         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
35500         (fetch_number, create_token_tree, mark_opt_subexp):
35501         Likewise.
35502         * lib/regex_internal.c (re_string_construct_common,
35503         create_ci_newstate):
35504         (create_cd_newstate, re_string_allocate, re_string_construct):
35505         (re_string_realloc_buffers, build_wcs_upper_buffer):
35506         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35507         (re_string_reconstruct, re_string_peek_byte_case):
35508         (re_string_fetch_byte_case, re_string_context_at):
35509         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35510         (re_node_set_init_copy, re_node_set_add_intersect):
35511         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35512         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35513         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35514         (re_acquire_state, re_acquire_state_context, register_state):
35515         Likewise.
35516         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
35517         search_cur_bkref_entry):
35518         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
35519         (re_search_internal, re_search_2_stub, re_search_stub)
35520         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
35521         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
35522         (update_cur_sifted_state, check_dst_limits):
35523         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35524         (check_subexp_limits, sift_states_bkref, merge_state_array):
35525         (check_subexp_matching_top, get_subexp, get_subexp_sub):
35526         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
35527         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35528         (expand_bkref_cache, check_node_accept_bytes):
35529         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
35530         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
35531         (acquire_init_state_context, check_halt_node_context):
35532         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
35533         (sift_states_backward, clean_state_log_if_needed):
35534         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
35535         (find_recover_state, transit_state_sb, transit_state_mb):
35536         (transit_state_bkref, build_trtable, match_ctx_clean):
35537         Likewise.
35538         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
35539         to work around an assumption that REG_MISSING is negative.
35540
35541         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
35542         (seek_collating_symbol_entry) [defined _LIBC]:
35543         (lookup_collation_sequence_value) [defined _LIBC]:
35544         (build_range_exp, build_collating_symbol) [defined _LIBC]:
35545         Use prototypes rather than old-style function definitions.
35546         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
35547         (transit_state_sb) [0]:
35548         (find_collation_sequence_value) [defined _LIBC]: Likewise.
35549
35550         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
35551         rm_eo.
35552
35553         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
35554         (optimize_subexps, lower_subexp):
35555         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
35556         since the signed shift might overflow.  Use 1u<<31 instead.
35557         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35558         Likewise.
35559         * lib/regexec.c (check_dst_limits_calc_pos_1,
35560         check_subexp_matching_top): Likewise.
35561
35562         * lib/regcomp.c (optimize_subexps, lower_subexp):
35563         Use CHAR_BIT rather than 8, for clarity.
35564         * lib/regexec.c (check_dst_limits_calc_pos_1):
35565         (check_subexp_matching_top): Likewise.
35566         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
35567         have to worry about portability issues when shifting it left.
35568         Remove no-longer-needed test for table_size > 0.
35569         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
35570         in a word, as the resulting behavior is undefined.
35571         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
35572         in one case, a <= should have been an <, and in another case the
35573         whole test was missing.
35574         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
35575         the standard name CHAR_BIT.
35576         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
35577         this is not true on one's complement and signed-magnitude hosts.
35578
35579         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
35580         next_last_offset.
35581         (struct re_dfa_t): Remove unused member states_alloc.
35582         * lib/regcomp.c (init_dfa): Don't initialize unused members.
35583
35584 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35585
35586         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
35587         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
35588         and large-file glibc and in 32-bit large-file Solaris.
35589
35590 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35591
35592         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
35593         lengths fit in regoff_t; this isn't true if regoff_t is the same
35594         width as size_t.
35595         * lib/regex.c (re_search_internal): 5th arg is LAST_START
35596         (= START + RANGE) instead of RANGE.  This avoids overflow
35597         problems when regoff_t is the same width as size_t.
35598         All callers changed.
35599         (re_search_2_stub): Check for overflow when adding the
35600         sizes of the two strings.
35601         (re_search_stub): Check for overflow when adding START
35602         to RANGE; if it occurs, substitute the extreme value.
35603
35604 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35605
35606         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
35607
35608 2005-08-31  Jim Meyering  <jim@meyering.net>
35609
35610         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
35611         a pointer-to-const.
35612         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
35613         (register_state): Likewise.
35614         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
35615         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35616         (group_nodes_into_DFAstates): Likewise.
35617
35618 2005-08-31  Jim Meyering  <jim@meyering.net>
35619
35620         * check-module: Add a FIXME comment.
35621
35622 2005-08-31  Eric Blake  <ebb9@byu.net>
35623
35624         * modules/unistd-safer (Files): Add unistd--.h.
35625         * modules/stdio-safer (Files): Add stdio--.h.
35626
35627 2005-08-31  Derek Price  <derek@ximbiot.com>
35628
35629         * lib/getdelim.c (getdelim): Return EOF on EOF.
35630         Reported by Larry Jones <lawrence.jones@ugs.com>.
35631
35632 2005-08-31  Bruno Haible  <bruno@clisp.org>
35633
35634         Avoid unnecessary diffs in the generated lib/Makefile.am.
35635         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
35636         the generated files.
35637         (func_import): Don't set cmd.
35638
35639 2005-08-31  Bruno Haible  <bruno@clisp.org>
35640
35641         * lib/strstr.c: Include <stddef.h>, for NULL.
35642         * lib/strcasestr.c: Likewise.
35643         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35644
35645 2005-08-31  Bruno Haible  <bruno@clisp.org>
35646
35647         * gnulib-tool: New option --macro-prefix.
35648         (func_import): Use macro_prefix.
35649         (import): Handle option --macro-prefix.
35650
35651 2005-08-31  Bruno Haible  <bruno@clisp.org>
35652
35653         * gnulib-tool (import): Rename most ac_* variables to cached_*.
35654         Also use new variables cached_lgpl, cached_libtool.
35655
35656 2005-08-31  Bruno Haible  <bruno@clisp.org>
35657
35658         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
35659         always instantiating them.
35660
35661 2005-08-31  Bruno Haible  <bruno@clisp.org>
35662
35663         * gnulib-tool (func_import): Read the previous cached settings
35664         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
35665         earlier added by gnulib but are now dropped. Warn when a gnulib file
35666         overwrites a non-gnulib file.
35667
35668 2005-08-31  Bruno Haible  <bruno@clisp.org>
35669
35670         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
35671         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
35672         projects that don't keep autogenerated files in CVS. Put into
35673         actioncmd only the specified modules, not the transitive closure.
35674
35675 2005-08-31  Bruno Haible  <bruno@clisp.org>
35676
35677         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
35678         Create directories that shall be filled.
35679         (import): Don't look for gl_* macros in configure.ac. Recurse across
35680         all directories containing a gnulib-cache.m4 files, if meaningful.
35681
35682 2005-08-31  Bruno Haible  <bruno@clisp.org>
35683
35684         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
35685         (import): Set seen_libtool when we see gl_LIBTOOL.
35686
35687 2005-08-31  Bruno Haible  <bruno@clisp.org>
35688
35689         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
35690         declaration macro definitions from generated gnulib.m4.
35691
35692 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
35693
35694         * lib/iconvme.h: Add prototype for iconv_alloc.
35695
35696 2005-08-29  Simon Josefsson  <jas@extundo.com>
35697
35698         * lib/iconvme.c: Fix errno.
35699
35700 2005-08-29  Bruno Haible  <bruno@clisp.org>
35701
35702         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
35703         that it works when the directory contains spaces.
35704
35705 2005-08-29  Bruno Haible  <bruno@clisp.org>
35706
35707         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
35708
35709 2005-08-29  Bruno Haible  <bruno@clisp.org>
35710
35711         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
35712         Emit more advice.
35713
35714 2005-08-29  Bruno Haible  <bruno@clisp.org>
35715         and Stepan Kasal  <kasal@ucw.cz>
35716
35717         * check-module: If more parameters are given, check each of them
35718         separately; add more exceptions, as noted by Jim Meyering.
35719         (check_module): New procedure.
35720         (%exempt_header): Now contains all exceptions.
35721
35722 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
35723
35724         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
35725
35726 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35727
35728         * lib/iconvme.c: Split iconv_string into iconv_alloc.
35729
35730 2005-08-28  Bruno Haible  <bruno@clisp.org>
35731
35732         * m4/gnulib-tool.m4: New file.
35733
35734 2005-08-27  Jim Meyering  <jim@meyering.net>
35735
35736         * modules/unistd-safer (Files): Add pipe-safer.c.
35737         * modules/fcntl-safer (Files): Add creat-safer.c.
35738
35739 2005-08-27  Jim Meyering  <jim@meyering.net>
35740
35741         * m4/stdlib-safer.m4: New file.  From coreutils.
35742         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
35743         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
35744         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
35745         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
35746         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
35747
35748 2005-08-27  Jim Meyering  <jim@meyering.net>
35749
35750         * lib/fopen-safer.c: Merge minor changes from coreutils.
35751         * lib/dup-safer.c: Likewise.
35752         * lib/fd-safer.c: Likewise.
35753
35754         Merge from coreutils.
35755         * lib/stdio--.h: New file.
35756         * lib/stdlib--.h: New file.
35757         * lib/mkstemp-safer.c: New file.
35758
35759         GNU tar needs these.
35760         * lib/pipe-safer.c: New file.
35761         * lib/creat-safer.c: New file.
35762         * lib/fcntl--.h (creat): Define to creat_safer.
35763         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
35764         * lib/unistd--.h (pipe): Define to pipe_safer.
35765         * lib/unistd-safer.h: Declare pipe_safer.
35766
35767 2005-08-26  Simon Josefsson  <jas@extundo.com>
35768
35769         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
35770         Haible <bruno@clisp.org>.
35771
35772 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
35773
35774         * lib/regex_internal.h: Remove all references to
35775         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
35776         or better.
35777         (bitset_not, bitset_merge, bitset_not_merge):
35778         (bitset_mask, re_string_allocate, re_string_construct):
35779         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
35780         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
35781         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
35782         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
35783         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35784         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35785         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
35786         (re_acquire_state_context):
35787         Remove unnecessary forward decls.
35788         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
35789         Put __attribute at function definition,
35790         now that the function decl has been removed.
35791         * lib/regex_internal.c (re_string_peek_byte_case):
35792         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
35793         Likewise.
35794
35795 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
35796
35797         * m4/regex.m4: Add AC_PREREQ(2.50).
35798         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
35799
35800 2005-08-25  Simon Josefsson  <jas@extundo.com>
35801
35802         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
35803         __fsetlocking.
35804
35805 2005-08-25  Simon Josefsson  <jas@extundo.com>
35806
35807         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
35808         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
35809         GLIBC specific code.
35810
35811 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35812
35813         Make regex safe for g++.  This fixes one real bug (an "err"
35814         that should have been "*err").  g++ problem reported by
35815         Sam Steingold.
35816         * lib/regex_internal.h (re_calloc): New macro, consistent with
35817         re_malloc etc.  All callers of calloc changed to use re_calloc.
35818         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
35819         not int.  All callers changed.
35820         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
35821         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
35822         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
35823         (find_recover_state): Change "err" to "*err"; this fixes what
35824         appears to be a real bug.
35825         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
35826         versus int.
35827
35828 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35829
35830         * modules/regex (Depends-on): Add malloc, since the code
35831         assumes that !malloc(0) means failure.
35832
35833 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35834
35835         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
35836
35837         alloca modernization/simplification for regex.
35838         * lib/regex.c: Remove portability cruft for alloca.  This no longer
35839         needs to be at the start of the file, and can be moved into
35840         regex_internal.h and simplified.
35841         * lib/regex_internal.h: Include <alloca.h>.
35842         (__libc_use_alloca) [!defined _LIBC]: New macro.
35843         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
35844         now works outside glibc.
35845
35846 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35847
35848         * config/srclist.txt: Add glibc bugs 1241, 1245.
35849
35850 2005-08-25  Jim Meyering  <jim@meyering.net>
35851
35852         * lib/open-safer.c: Include <config.h>.
35853         Otherwise, we'd lose LARGEFILE support in any file using
35854         e.g. "fcntl--.h"
35855
35856 2005-08-25  Bruno Haible  <bruno@clisp.org>
35857
35858         * m4/minmax.m4: Require autoconf 2.52.
35859         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
35860         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
35861         alternatives of translit over the alphabet.
35862         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
35863
35864 2005-08-24  Simon Josefsson  <jas@extundo.com>
35865
35866         * tests/test-getpass.c: New file.
35867
35868 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35869
35870         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
35871         for GNU regex features.
35872
35873 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35874
35875         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
35876         * lib/regex.h (regerror): Likewise.
35877
35878         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
35879         requires this.  (The code never needed it.)
35880
35881         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
35882         All uses of recently-renamed identifiers changed to use the new,
35883         POSIX-compliant names.  The code will build and run just fine
35884         without these changes, but it's better to eat our own dog food
35885         and use the standard-conforming names.
35886
35887         * lib/regex.h: Fix a multitude of POSIX name space violations.
35888         These changes have an effect only for programs that define
35889         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
35890         do not change anything for programs compiled in the normal way.
35891         Also, there is no effect on the ABI.
35892
35893         (_REGEX_SOURCE): New macro.
35894         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
35895         defined and _GNU_SOURCE is not; this fixes a name space violation.
35896
35897         Rename the following macros to obey POSIX requirements.
35898         The old names are still visible as macros if _REGEX_SOURCE is defined.
35899         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
35900         RE_BACKSLASH_ESCAPE_IN_LISTS.
35901         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
35902         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
35903         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
35904         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
35905         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
35906         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
35907         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
35908         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
35909         (REG_INTERVALS): renamed from RE_INTERVALS.
35910         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
35911         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
35912         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
35913         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
35914         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
35915         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
35916         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
35917         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
35918         RE_UNMATCHED_RIGHT_PAREN_ORD.
35919         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
35920         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
35921         (REG_DEBUG): renamed from RE_DEBUG.
35922         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
35923         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
35924         unusual, since we can't clash with the POSIX REG_ICASE.
35925         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
35926         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
35927         (REG_NO_SUB): renamed from RE_NO_SUB.
35928         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
35929         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
35930         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
35931         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
35932         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
35933         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
35934         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
35935         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
35936         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
35937         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
35938         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
35939         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
35940         RE_SYNTAX_POSIX_MINIMAL_BASIC.
35941         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
35942         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
35943         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
35944         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
35945         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
35946         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
35947         (REG_FIXED): Renamed from REGS_FIXED.
35948         (REG_NREGS): Renamed from RE_NREGS.
35949
35950         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
35951         of other REG_* macros, since POSIX says the user is allowed to
35952         #undef these macros selectively.
35953
35954         (reg_errcode_t): Update comment stating what other tables need
35955         to be consistent.
35956
35957         Rename the following enum values to obey POSIX requirements.
35958         The old names are still visible as macros.
35959         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
35960         is not defined, since GNU is supposed to be a superset of POSIX as
35961         much as possible, and since we want reg_errcode_t to be a signed
35962         type for implementation consistency.
35963         (_REG_NOERROR): Renamed from REG_NOERROR.
35964         (_REG_NOMATCH): Renamed from REG_NOMATCH.
35965         (_REG_BADPAT): Renamed from REG_BADPAT.
35966         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
35967         (_REG_ECTYPE): Renamed from REG_ECTYPE.
35968         (_REG_EESCAPE): Renamed from REG_EESCAPE.
35969         (_REG_ESUBREG): Renamed from REG_ESUBREG.
35970         (_REG_EBRACK): Renamed from REG_EBRACK.
35971         (_REG_EPAREN): Renamed from REG_EPAREN.
35972         (_REG_EBRACE): Renamed from REG_EBRACE.
35973         (_REG_BADBR): Renamed from REG_BADBR.
35974         (_REG_ERANGE): Renamed from REG_ERANGE.
35975         (_REG_ESPACE): Renamed from REG_ESPACE.
35976         (_REG_BADRPT): Renamed from REG_BADRPT.
35977         (_REG_EEND): Renamed from REG_EEND.
35978         (_REG_ESIZE): Renamed from REG_ESIZE.
35979         (_REG_ERPAREN): Renamed from REG_ERPAREN.
35980         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
35981         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
35982         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
35983         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
35984
35985         (_REG_RE_NAME, _REG_RM_NAME): New macros.
35986         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
35987         changed.  But support the old name if the new one is not defined
35988         and if _REGEX_SOURCE.
35989
35990         Change the following member names in struct re_pattern_buffer.
35991         The old names are still supported if !_REGEX_SOURCE.
35992         The new names are always supported, regardless of _REGEX_SOURCE.
35993         (re_buffer): Renamed from buffer.
35994         (re_allocated): Renamed from allocated.
35995         (re_used): Renamed from used.
35996         (re_syntax): Renamed from syntax.
35997         (re_fastmap): Renamed from fastmap.
35998         (re_translate): Renamed from translate.
35999         (re_can_be_null): Renamed from can_be_null.
36000         (re_regs_allocated): Renamed from regs_allocated.
36001         (re_fastmap_accurate): Renamed from fastmap_accurate.
36002         (re_no_sub): Renamed from no_sub.
36003         (re_not_bol): Renamed from not_bol.
36004         (re_not_eol): Renamed from not_eol.
36005         (re_newline_anchor): Renamed from newline_anchor.
36006
36007         Change the following member names in struct re_registers.
36008         The old names are still supported if !_REGEX_SOURCE.
36009         The new names are always supported, regardless of _REGEX_SOURCE.
36010         (rm_num_regs): Renamed from num_regs.
36011         (rm_start): Renamed from start.
36012         (rm_end): Renamed from end.
36013
36014         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
36015         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
36016         Prepend __ to parameter names.
36017
36018         Undo yesterday's changes.
36019
36020 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36021
36022         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
36023         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
36024         lib/regex.c.
36025
36026 2005-08-24  Jim Meyering  <jim@meyering.net>
36027
36028         Sync from coreutils.
36029         * m4/fcntl-safer.m4: New file.
36030
36031         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
36032         and object files for this module.
36033
36034 2005-08-24  Jim Meyering  <jim@meyering.net>
36035
36036         Sync from coreutils.
36037         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
36038
36039 2005-08-24  Jim Meyering  <jim@meyering.net>
36040
36041         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
36042         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
36043
36044 2005-08-24  Jim Meyering  <jim@meyering.net>
36045
36046         * modules/fcntl-safer: New module.
36047         * modules/fts (Depends-on): Add fcntl-safer.
36048         * MODULES.html.sh (File descriptor based Input/Output):
36049         Add fcntl-safer.
36050
36051 2005-08-24  Bruno Haible  <bruno@clisp.org>
36052
36053         Support for unit test modules.
36054         * modules/README: Mention tests modules.
36055         * modules/TEMPLATE-TESTS: New file.
36056         * gnulib-tool: New options --extract-tests-module, --with-tests and
36057         --tests-base (unused for the moment).
36058         (testsbase, inctests): New variables.
36059         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
36060         (func_verify_module): Exclude TEMPLATE-TESTS.
36061         (func_verify_nontests_module, func_verify_tests_module): New functions.
36062         (func_get_dependencies): Add implicit dependency for tests modules.
36063         (func_get_tests_module): New function.
36064         (func_modules_transitive_closure): When --with-tests was specified,
36065         include the unit tests as well, unless explicitly avoided.
36066         (func_emit_lib_Makefile_am): Ignore the tests modules here.
36067         (func_emit_tests_Makefile_am): New function.
36068         (func_create_testdir): When --with-tests was specified, emit a
36069         tests/ directory.
36070         * MODULES.html.sh (Future developments): Update.
36071
36072 2005-08-24  Bruno Haible  <bruno@clisp.org>
36073
36074         * modules/tls-tests: New file.
36075         * tests/test-tls.c: New file, from GNU gettext.
36076
36077 2005-08-24  Bruno Haible  <bruno@clisp.org>
36078
36079         * modules/lock-tests: New file.
36080         * tests/test-lock.c: New file, from GNU gettext.
36081
36082 2005-08-24  Bruno Haible  <bruno@clisp.org>
36083
36084         * lib/lock.h: Add multiple inclusion guard.
36085         * lib/tls.h: Add multiple inclusion guard.
36086
36087 2005-08-24  Bruno Haible  <bruno@clisp.org>
36088
36089         * gnulib-tool: Add support for the --aux-dir option to
36090         --create-testdir, --create-megatestdir, --test, --megatest.
36091         (func_create_testdir, func_create_megatestdir): Optionally emit a
36092         AC_CONFIG_AUX_DIR directive.
36093         (create-testdir, create-megatestdir, test, megatest): Provide a
36094         default value for $auxdir.
36095
36096 2005-08-24  Bruno Haible  <bruno@clisp.org>
36097
36098         * gnulib-tool (import): Use compound statement instead of subshell
36099         where possible.
36100
36101 2005-08-24  Bruno Haible  <bruno@clisp.org>
36102
36103         * gnulib-tool (import): Change --aux-dir default to "build-aux".
36104
36105 2005-08-24  Bruno Haible  <bruno@clisp.org>
36106
36107         * gnulib-tool (func_version): Update.
36108
36109 2005-08-24  Bruno Haible  <bruno@clisp.org>
36110
36111         * gnulib-tool (func_import, func_create_testdir,
36112         func_create_megatestdir): Quote all autoconf macro arguments.
36113
36114 2005-08-24  Bruno Haible  <bruno@clisp.org>
36115
36116         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
36117         option --force, because --force causes the aclocal.m4 of each
36118         subdirectory to be newer than the corresponding config.h.in.
36119
36120 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36121
36122         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
36123         All contents moved to gl_REGEX.
36124         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
36125         assume that it does.
36126
36127 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36128
36129         * lib/regex.h (REG_NOSYS)
36130         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
36131         Define, since POSIX requires it as of 2001.
36132         (_REG_ENOSYS)
36133         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
36134         New private symbol, used to keep the enum signed in all cases.
36135         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
36136         Youngman in
36137         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
36138
36139         * lib/regex_internal.c (re_string_skip_chars, register_state):
36140         (calc_state_hash):
36141         Remove forward decls; no longer needed now that we use prototypes.
36142         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
36143         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
36144         (clean_state_log_if_needed): Likewise.
36145
36146 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36147
36148         * config/srclist.txt: Add glibc bugs 1231-1233.
36149
36150 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36151
36152         Fix problems reported by Sam Steingold in
36153         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
36154         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
36155         assumed that reg_errcode_t is a signed type, which is not
36156         necessarily true if _XOPEN_SOURCE is not defined.
36157         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
36158         since some compilers warn about it otherwise.
36159
36160 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36161
36162         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
36163         (init_word_char, create_initial_state, duplicate_node_closure):
36164         (fetch_token, peek_token_bracket, build_range_exp):
36165         (build_collating_symbol): Remove forward decls; no longer needed
36166         now that we use prototypes.
36167
36168         * lib/regcomp.c:
36169         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
36170         (re_compile_fastmap_iter, regcomp, regerror, regfree):
36171         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
36172         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
36173         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
36174         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
36175         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
36176         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
36177         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
36178         (build_range_exp, build_collating_symbol, parse_bracket_exp):
36179         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
36180         (build_charclass, build_charclass_op, fetch_number, create_tree):
36181         (create_token_tree, mark_opt_subexp, duplicate_tree):
36182         Use prototypes rather than old-style definitions.
36183
36184         * lib/regex_internal.c:
36185         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
36186         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
36187         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36188         (re_string_reconstruct, re_string_peek_byte_case):
36189         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
36190         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36191         (re_node_set_init_copy, re_node_set_add_intersect):
36192         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36193         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36194         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36195         (re_acquire_state, re_acquire_state_context, register_state):
36196         (create_ci_newstate, create_cd_newstate, free_state):
36197         Likewise.
36198         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
36199         re_search_2):
36200         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
36201         (re_search_internal, prune_impossible_nodes):
36202         (acquire_init_state_context, check_matching, static):
36203         (check_halt_node_context, check_halt_state_context, proceed_next_node):
36204         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
36205         (update_regs, sift_states_backward, build_sifted_states):
36206         (clean_state_log_if_needed, merge_state_array):
36207         (update_cur_sifted_state, add_epsilon_src_nodes):
36208         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
36209         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
36210         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
36211         (find_recover_state, check_subexp_matching_top, transit_state_mb):
36212         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
36213         (check_arrival, check_arrival_add_next_nodes):
36214         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36215         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36216         (check_node_accept_bytes, check_node_accept, extend_buffers):
36217         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
36218         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
36219         (sift_ctx_init):
36220         Likewise.
36221
36222         * lib/regex_internal.h:
36223         (re_string_allocate, re_string_construct, re_string_reconstruct):
36224         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
36225         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
36226         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
36227         (re_string_context_at, re_string_peek_byte_case):
36228         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
36229         is defined, since we now use prototypes always.
36230
36231         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
36232         C89 or better.  All uses removed.
36233
36234 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36235
36236         * config/srclist.txt: Add glibc bugs 1220-1227.
36237
36238 2005-08-20  Jim Meyering  <jim@meyering.net>
36239
36240         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
36241         of unused local, dfa.
36242
36243 2005-08-20  Bruno Haible  <bruno@clisp.org>
36244
36245         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
36246
36247 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36248
36249         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
36250         (re_node_set_insert_last, re_dfa_add_node):
36251         Rename local variables to avoid GCC shadowing warnings.
36252
36253 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36254
36255         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
36256         [defined lint]: Suppress bogus uninitialized-variable warnings.
36257
36258         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
36259         and let the caller return REG_ESPACE if out of space.  This
36260         removes an uninitialied-variable warning with GCC 4.0.1, and also
36261         avoids taking the address of a local variable.  All callers
36262         changed.
36263
36264 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36265
36266         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
36267         $LIBCSRC/posix/regexec.c.
36268         Add glibc bug 1217 for regcomp.c.
36269
36270 2005-08-19  Jim Meyering  <jim@meyering.net>
36271
36272         * lib/regexec.c (proceed_next_node): Redo local variables to
36273         avoid GCC shadowing warnings.
36274
36275 2005-08-18  Bruno Haible  <bruno@clisp.org>
36276
36277         * lib/strstr.c (strstr): Fix return value in multibyte case.
36278         * lib/strcasestr.c (strcasestr): Likewise.
36279
36280 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36281
36282         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
36283
36284 2005-08-17  Jim Meyering  <jim@meyering.net>
36285
36286         Make the %s format (seconds since the epoch) work for a negative
36287         number and when used with a zero-padded field width, e.g. %015s.
36288
36289         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
36290         label so that it precedes the code to set `digits'.  Otherwise,
36291         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
36292         print `00-22'.  Now, it prints `-0022', as it should.
36293
36294 2005-08-17  Bruno Haible  <bruno@clisp.org>
36295
36296         * modules/strstr (Files): Add m4/mbrtowc.m4.
36297         (Depends-on): Add mbuiter.
36298
36299 2005-08-17  Bruno Haible  <bruno@clisp.org>
36300
36301         * modules/strcasestr: New file.
36302         * MODULES.html.sh (String handling, based on ANSI C 89): Add
36303         strcasestr.
36304
36305 2005-08-17  Bruno Haible  <bruno@clisp.org>
36306
36307         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
36308
36309 2005-08-17  Bruno Haible  <bruno@clisp.org>
36310
36311         * modules/mbuiter: New file.
36312         * MODULES.html.sh (Extended multibyte and wide character utilities):
36313         Add mbuiter.
36314
36315 2005-08-17  Bruno Haible  <bruno@clisp.org>
36316
36317         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
36318         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
36319
36320 2005-08-17  Bruno Haible  <bruno@clisp.org>
36321
36322         * m4/strcasestr.m4: New file.
36323
36324 2005-08-17  Bruno Haible  <bruno@clisp.org>
36325
36326         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36327         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36328
36329 2005-08-17  Bruno Haible  <bruno@clisp.org>
36330
36331         * lib/strcasestr.h: New file.
36332         * lib/strcasestr.c: New file.
36333
36334 2005-08-17  Bruno Haible  <bruno@clisp.org>
36335
36336         * lib/strcasecmp.c: Use mbuiter.h.
36337
36338 2005-08-17  Bruno Haible  <bruno@clisp.org>
36339
36340         * lib/mbuiter.h: New file.
36341
36342 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36343
36344         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36345         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36346         and gl_GETOPT are both invoked via different paths (as happens
36347         with GNU tar CVS because it uses both argp and getopt), the former
36348         wins.
36349
36350 2005-08-16  Bruno Haible  <bruno@clisp.org>
36351
36352         * modules/tls: New file.
36353         * MODULES.html.sh (Multithreading): Add tls.
36354
36355 2005-08-16  Bruno Haible  <bruno@clisp.org>
36356
36357         * modules/strnlen1: New file.
36358         * MODULES.html.sh (String handling): Add strnlen1.
36359
36360 2005-08-16  Bruno Haible  <bruno@clisp.org>
36361
36362         * modules/strcase (Files): Add m4/mbrtowc.m4.
36363         (Depends-on): Add strnlen1, mbchar.
36364
36365 2005-08-16  Bruno Haible  <bruno@clisp.org>
36366
36367         * modules/mbiter: New file.
36368         * MODULES.html.sh (Extended multibyte and wide character utilities):
36369         Add mbiter.
36370
36371 2005-08-16  Bruno Haible  <bruno@clisp.org>
36372
36373         * modules/mbfile: New file.
36374         * MODULES.html.sh (Extended multibyte and wide character utilities):
36375         Add mbfile.
36376
36377 2005-08-16  Bruno Haible  <bruno@clisp.org>
36378
36379         * modules/mbchar: New file.
36380         * MODULES.html.sh (Extended multibyte and wide character utilities):
36381         New section.
36382
36383 2005-08-16  Bruno Haible  <bruno@clisp.org>
36384
36385         * m4/tls.m4: New file, from GNU gettext.
36386
36387 2005-08-16  Bruno Haible  <bruno@clisp.org>
36388
36389         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36390         always.
36391         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36392
36393 2005-08-16  Bruno Haible  <bruno@clisp.org>
36394
36395         * m4/mbiter.m4: New file.
36396
36397 2005-08-16  Bruno Haible  <bruno@clisp.org>
36398
36399         * m4/mbfile.m4: New file.
36400
36401 2005-08-16  Bruno Haible  <bruno@clisp.org>
36402
36403         * m4/mbchar.m4: New file.
36404
36405 2005-08-16  Bruno Haible  <bruno@clisp.org>
36406
36407         * lib/tls.h: New file, from GNU gettext.
36408         * lib/tls.c: New file, from GNU gettext.
36409
36410 2005-08-16  Bruno Haible  <bruno@clisp.org>
36411
36412         * lib/strnlen1.h: New file.
36413         * lib/strnlen1.c: New file.
36414
36415 2005-08-16  Bruno Haible  <bruno@clisp.org>
36416
36417         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
36418         (mbi_init): Update.
36419         (mbi_avail, mbi_advance): Let the iteration end before the terminating
36420         NUL byte, not after it.
36421
36422 2005-08-16  Bruno Haible  <bruno@clisp.org>
36423
36424         * lib/strcase.h (strcasecmp): Add note in comments.
36425         * lib/strncasecmp.c: Use code from strcasecmp.c.
36426         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
36427         (strcasecmp): Work correctly in multibyte locales.
36428
36429 2005-08-16  Bruno Haible  <bruno@clisp.org>
36430
36431         * lib/mbiter.h: New file.
36432
36433 2005-08-16  Bruno Haible  <bruno@clisp.org>
36434
36435         * lib/mbfile.h: New file.
36436
36437 2005-08-16  Bruno Haible  <bruno@clisp.org>
36438
36439         * lib/mbchar.h: New file.
36440         * lib/mbchar.c: New file.
36441
36442 2005-08-16  Bruno Haible  <bruno@clisp.org>
36443
36444         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
36445         the valid ones. Makes the comparison operations transitive:
36446         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
36447         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
36448
36449 2005-08-15  Simon Josefsson  <jas@extundo.com>
36450
36451         * modules/ssize_t (License): Change to 'unlimited'.
36452
36453         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
36454
36455 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36456
36457         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
36458         Add comments for each pending glibc patch.
36459
36460 2005-08-15  Bruno Haible  <bruno@clisp.org>
36461
36462         * lib/regex.h (__restrict_arr): Don't define to __restrict if
36463         __cplusplus is defined.
36464
36465 2005-08-14  Jim Meyering  <jim@meyering.net>
36466
36467         Sync from coreutils.
36468
36469         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
36470         Use the hash-table-based cycle-detection code not just when
36471         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
36472         Reported by James Youngman in
36473         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
36474         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
36475         FTS_TIGHT_CYCLE_CHECK.
36476         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
36477         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
36478         once again.
36479         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
36480         * lib/fts.c (fd_safer): Remove decl.
36481         Include fcntl--.h rather than unistd-safer.h
36482         (fts_safe_changedir): Don't call fd_safer; no longer needed
36483         now that we include fcntl--.h.
36484
36485 2005-08-12  Simon Josefsson  <jas@extundo.com>
36486
36487         * modules/getndelim2: Use ssize_t module.
36488         * modules/getnline: Likewise.
36489         * modules/safe-read: Likewise.
36490         * modules/xreadlink: Likewise.
36491
36492         * modules/ssize_t: New file.
36493
36494 2005-08-12  Simon Josefsson  <jas@extundo.com>
36495
36496         * m4/readline.m4: Look for termcap, curses or ncurses if required.
36497
36498 2005-08-12  Simon Josefsson  <jas@extundo.com>
36499
36500         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36501         ssize_t.
36502
36503 2005-08-12  Simon Josefsson  <jas@extundo.com>
36504
36505         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
36506         readline, getdelim and check_version.
36507         (Support for systems lacking ISO C 99: Sizes of integer types):
36508         Add size_max.
36509
36510 2005-08-12  Bruno Haible  <bruno@clisp.org>
36511
36512         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
36513
36514 2005-08-11  Simon Josefsson  <jas@extundo.com>
36515
36516         * modules/readline: New file.
36517
36518         * modules/strnlen (Files): Add strnlen.h.
36519
36520 2005-08-11  Simon Josefsson  <jas@extundo.com>
36521
36522         * m4/readline.m4: New file.
36523
36524 2005-08-11  Simon Josefsson  <jas@extundo.com>
36525
36526         * lib/readline.h, readline.c: New file.
36527
36528 2005-08-11  Simon Josefsson  <jas@extundo.com>
36529
36530         * doc/gnulib.texi (Initial import, Finishing touches): Mention
36531         gl_AVOID.
36532
36533 2005-08-11  Bruno Haible  <bruno@clisp.org>
36534
36535         * lib/strnlen.h (strnlen): Change parameter name to match comment.
36536
36537 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
36538
36539         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
36540
36541 2005-08-10  Simon Josefsson  <jas@extundo.com>
36542
36543         * tests/test-iconvme.c: New file.
36544
36545 2005-08-10  Simon Josefsson  <jas@extundo.com>
36546
36547         * m4/strnlen.m4: New file.
36548
36549         * m4/strndup.m4: Don't check for strnlen declaration, done in
36550         strnlen.m4.
36551
36552 2005-08-10  Simon Josefsson  <jas@extundo.com>
36553
36554         * lib/strndup.c: Use strnlen.h.
36555
36556         * lib/strnlen.h: New file.
36557
36558 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36559
36560         * README: Typos.
36561
36562 2005-08-02  Simon Josefsson  <jas@extundo.com>
36563
36564         * modules/readline: New file.
36565
36566 2005-08-02  Simon Josefsson  <jas@extundo.com>
36567
36568         * modules/getdelim: New file.
36569
36570         * modules/getline: Rewrite, don't use getndelim2.
36571
36572 2005-08-02  Simon Josefsson  <jas@extundo.com>
36573
36574         * m4/getline.m4: Separate out getdelim stuff into separate module.
36575
36576         * m4/getdelim.m4: New file.
36577
36578 2005-08-02  Simon Josefsson  <jas@extundo.com>
36579
36580         * lib/getline.h, getline.c: Rewrite.
36581
36582         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
36583
36584 2005-07-31  Bruno Haible  <bruno@clisp.org>
36585
36586         * lib/lock.h (gl_lock_initializer): New macro.
36587         (gl_lock_define_initialized): Use it.
36588         (gl_rwlock_initializer): New macro.
36589         (gl_rwlock_define_initialized): Use it.
36590         (gl_recursive_lock_initializer): New macro.
36591         (gl_recursive_lock_define_initialized): Use it.
36592
36593 2005-07-30  Karl Berry  <karl@gnu.org>
36594
36595         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
36596         Report from Ben Pfaff, regarding getopt.
36597
36598 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
36599
36600         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
36601         normal way.
36602         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
36603         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
36604         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
36605         (gl_GETOPT): Use the new macros.  Most of the implementation
36606         is moved to the new macros.  This is for programs like Emacs
36607         that don't want all the functionality of gl_GETOPT.
36608
36609 2005-07-26  Bruno Haible  <bruno@clisp.org>
36610
36611         * m4/lock.m4: Update from GNU gettext.
36612
36613 2005-07-26  Bruno Haible  <bruno@clisp.org>
36614
36615         * lib/lock.h: Update from GNU gettext.
36616         * lib/lock.c: Update from GNU gettext.
36617
36618 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
36619
36620         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
36621         obsolescent AC_TRY_RUN.  Include the default includes files, for
36622         'exit'.
36623
36624 2005-07-24  Bruno Haible  <bruno@clisp.org>
36625
36626         * modules/visibility: New file.
36627         * MODULES.html.sh (Misc): Add visibility.
36628
36629 2005-07-24  Bruno Haible  <bruno@clisp.org>
36630
36631         * m4/visibility.m4: New file.
36632
36633 2005-07-24  Bruno Haible  <bruno@clisp.org>
36634
36635         * doc/visibility.texi: New file.
36636
36637 2005-07-22  Bruno Haible  <bruno@clisp.org>
36638
36639         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
36640         $(ALLOCA_H), redundant through BUILT_SOURCES.
36641         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
36642         redundant through BUILT_SOURCES.
36643         * modules/byteswap (Makefile.am): Remove explicit dependency on
36644         $(BYTESWAP_H), redundant through BUILT_SOURCES.
36645         * modules/fnmatch (Makefile.am): Remove explicit dependency on
36646         $(FNMATCH_H), redundant through BUILT_SOURCES.
36647         * modules/getopt (Makefile.am): Remove explicit dependency on
36648         $(GETOPT_H), redundant through BUILT_SOURCES.
36649         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
36650         redundant through BUILT_SOURCES.
36651         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
36652         redundant through BUILT_SOURCES.
36653         * modules/stdbool (Makefile.am): Remove explicit dependency on
36654         $(STDBOOL_H), redundant through BUILT_SOURCES.
36655         * modules/stdint (Makefile.am): Remove explicit dependency on
36656         $(STDINT_H), redundant through BUILT_SOURCES.
36657         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
36658         Remove explicit dependency on $(SYSEXITS_H).
36659         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
36660
36661 2005-07-18  Simon Josefsson  <jas@extundo.com>
36662
36663         * lib/check-version.c (check_version): Accept identical versions too.
36664
36665 2005-07-18  Bruno Haible  <bruno@clisp.org>
36666
36667         * modules/lock: New file.
36668         * MODULES.html.sh (Multithreading): New section.
36669
36670 2005-07-18  Bruno Haible  <bruno@clisp.org>
36671
36672         * m4/lock.m4: New file, from GNU gettext.
36673
36674 2005-07-18  Bruno Haible  <bruno@clisp.org>
36675
36676         * lib/lock.h: New file, from GNU gettext.
36677         * lib/lock.c: New file, from GNU gettext.
36678
36679 2005-07-18  Bruno Haible  <bruno@clisp.org>
36680
36681         * lib/lock.h (gl_once_t): New type.
36682         (gl_once_define, gl_once): New macros.
36683         * lib/lock.c (fresh_once): New variable.
36684         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
36685         functions.
36686
36687 2005-07-16  Simon Josefsson  <jas@extundo.com>
36688
36689         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
36690         workaround, suggested by Bruno.
36691
36692 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36693
36694         * modules/xalloc (Depends-on): Add xalloc-die.
36695         * modules/xvasprintf (Depends-on): Add xalloc-die.
36696
36697 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36698
36699         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
36700         with a minor change.
36701
36702 2005-07-15  Bruno Haible  <bruno@clisp.org>
36703
36704         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
36705         When using lib/poll.c, define poll as rpl_poll.
36706
36707 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
36708
36709         * modules/argp (Depends-on): Remove unlocked-io.
36710
36711 2005-07-14  Derek Price  <derek@ximbiot.com>
36712
36713         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
36714         for glob symlink bug.
36715
36716 2005-07-14  Bruno Haible  <bruno@clisp.org>
36717
36718         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
36719         Instead, test for *_unlocked function declarations directly.
36720
36721 2005-07-11  Simon Josefsson  <jas@extundo.com>
36722
36723         * modules/size_max: New file.
36724
36725         * modules/xsize: Depend on size_max module for size_max.m4.
36726
36727 2005-07-11  Simon Josefsson  <jas@extundo.com>
36728
36729         * lib/size_max.h: New file.
36730
36731 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
36732
36733         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
36734         copyright symbol and the year.
36735         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
36736         (version_etc_va): Use parameterized copyright notice.
36737         Reword to conform to the current GNU coding standards.
36738
36739 2005-07-11  Karl Berry  <karl@gnu.org>
36740
36741         * doc/gnulib.texi (Quoting): new node.
36742         (Initial import): more info, from Patrice.
36743
36744 2005-07-11  Bruno Haible  <bruno@clisp.org>
36745
36746         * gnulib-tool (func_usage): Document option --avoid.
36747         (Command line options): Handle --avoid.
36748         (func_acceptable): New function.
36749         (func_modules_transitive_closure): Use it.
36750
36751 2005-07-11  Bruno Haible  <bruno@clisp.org>
36752
36753         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
36754         Reported by Jim Meyering.
36755
36756 2005-07-10  Bruno Haible  <bruno@clisp.org>
36757
36758         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
36759         Needed when size_t is smaller than 'unsigned int'.
36760         Reported by Paul Eggert.
36761
36762 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36763
36764         * modules/argp (Depends-on): Add unlocked-io
36765
36766 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36767
36768         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
36769         block of defines.
36770
36771 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36772
36773         * config/srclist.txt: Comment out regcomp.c, since we have a porting
36774         fix now.
36775
36776 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
36777         and Paul Eggert  <eggert@cs.ucla.edu>
36778
36779         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
36780         in wint_t, not wchar_t.  Remove now-unnecessary cast.
36781
36782 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36783
36784         * modules/regex (Files): Add lib/regex_internal.c,
36785         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
36786         (Depends-on): Add extensions.
36787         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
36788
36789 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36790
36791         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
36792         pathconf.
36793         * m4/same.m4 (gl_SAME): Likewise.
36794         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
36795
36796         * m4/regex.m4: Adjust to new libc regex implementation.
36797         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
36798         all the .c and .h parts of (the new) regex.
36799         Quote the m4 stuff better.
36800         Check for RE_ICASE bug of old gnulib.
36801         Check for REG_STARTEND of recent libc.
36802         Rename local variables from jm_* to gl_*.
36803         Quote operand of "test -f".
36804         Say "recent enough" version of libc, not "version 2".
36805         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
36806         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
36807         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
36808         Remove check for btowc, isascii.
36809         Require AM_LANGINFO_CODESET.
36810
36811 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36812
36813         * lib/regex.c, regex.h: Sync from libc.
36814         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
36815         * lib/regexec.c:
36816         New files, synced from libc, except that regex_internal.h
36817         currently has a small porting fix.
36818
36819 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36820
36821         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
36822         regex_internal.c, regexec.c.
36823         Add regex_internal.h too, but as a comment, since the libc version
36824         is currently broken in gnulib mode.
36825
36826 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36827
36828         Support programs like Emacs that use gnulib but not gettext.
36829         * MODULES.html.sh (Internationalization functions): Add gettext-h.
36830         * modules/gettext-h: New file.
36831         * modules/gettext (Files): Remove lib/gettext.h.
36832         (Depends-on): Add gettext-h.
36833         (Makefile.am): Remove lib_SOURCES.
36834         * modules/argmatch, modules/c-stack, modules/closeout:
36835         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
36836         * modules/execute, modules/file-type, modules/getaddrinfo:
36837         * modules/getopt, modules/human, modules/javacomp:
36838         * modules/javaexec, modules/mkdir-p, modules/obstack:
36839         * modules/openat, modules/pagealign_alloc, modules/pipe:
36840         * modules/quotearg, modules/regex, modules/rpmatch:
36841         * modules/unicodeio, modules/userspec, modules/version-etc:
36842         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
36843         * modules/xsetenv:
36844         Depend on gettext-h, not gettext.
36845
36846 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36847
36848         * gnulib-tool (func_import): Add support for 'public domain' license.
36849         * modules/alloca, modules/atexit, modules/memmove:
36850         Now public domain, not GPL.
36851         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
36852         * modules/realloc, modules/strerror, modules/strtod:
36853         Now LGPL, not GPL.
36854
36855 2005-07-05  Bruno Haible  <bruno@clisp.org>
36856
36857         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
36858         autoconf CVS. Needed for mingw.
36859
36860 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36861
36862         Remove the dependency of the strftime module on the tzset module.
36863         * modules/strftime (Depends-on): Remove dependency on tzset.
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         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
36869         gl_FUNC_TZSET_CLOBBER.
36870
36871 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36872
36873         Remove the dependency of the strftime module on the tzset module.
36874         * lib/strftime.c (my_strftime)
36875         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
36876         Copy the input structure, to work around some of the bug with
36877         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
36878         Solaris releases, you should also use the tzset module, but we won't
36879         require it as a dependency any more since we don't want LGPLed code
36880         to depend on GPLed code.
36881
36882 2005-07-02  Jim Meyering  <jim@meyering.net>
36883
36884         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
36885         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
36886         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
36887         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
36888
36889 2005-07-02  Jim Meyering  <jim@meyering.net>
36890
36891         * lib/backupfile.c (backup_args): Change a `0' to NULL.
36892
36893 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36894
36895         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
36896         declares only 'struct timespec;' (!).
36897
36898 2005-07-01  Jim Meyering  <jim@meyering.net>
36899
36900         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
36901         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
36902         * lib/save-cwd.c, tempname.c:
36903         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36904         and don't include <sys/file.h>).
36905
36906 2005-06-29  Jim Meyering  <jim@meyering.net>
36907
36908         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
36909         type name.  Use the variable name instead.
36910         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
36911         Likewise.
36912
36913 2005-06-28  Simon Josefsson  <jas@extundo.com>
36914
36915         * modules/check-version (Files): Add check-version.m4.
36916
36917 2005-06-28  Simon Josefsson  <jas@extundo.com>
36918
36919         * m4/check-version.m4: New file, suggested by Jim Meyering
36920         <jim@meyering.net>.
36921
36922 2005-06-28  Simon Josefsson  <jas@extundo.com>
36923
36924         * lib/check-version.h, lib/check-version.c: New files.
36925
36926 2005-06-28  Simon Josefsson  <jas@extundo.com>
36927
36928         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
36929         collision with global variable.  Better indentation.  Don't
36930         increment buffer pointer beyond buffer end.  Based on comments
36931         from Paul Eggert <eggert@cs.ucla.edu>.
36932
36933         * lib/base64.h: Indent.
36934
36935 2005-06-28  Simon Josefsson  <jas@extundo.com>
36936
36937         * doc/gnulib.texi (Library version handling): New section.
36938
36939 2005-06-28  Jim Meyering  <jim@meyering.net>
36940
36941         * check-module (find_included_lib_files): Hard-code another
36942         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
36943         but modules/fts-lgpl (correctly) does not list those files.
36944
36945         * modules/canonicalize (Files): Add lib/pathmax.h.
36946
36947 2005-06-25  Simon Josefsson  <jas@extundo.com>
36948
36949         * modules/check-version: New file.
36950
36951 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
36952
36953         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
36954         initializer of struct addrinfo, as an indication that we don't
36955         care how many members the structure has.
36956
36957 2005-06-24  Derek Price  <derek@ximbiot.com>
36958         and Bruno Haible  <bruno@clisp.org>
36959
36960         Remove stat module & update lstat.
36961         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
36962         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36963         * m4/stat.m4: Remove this file.
36964
36965 2005-06-24  Derek Price  <derek@ximbiot.com>
36966         and Bruno Haible  <bruno@clisp.org>
36967
36968         Remove stat module & update lstat.
36969         * lib/stat.c: Remove this file...
36970         (slash_aware_lstat): ...moving this content and its support...
36971         * lib/lstat.c (rpl_lstat): ...into here.
36972         * lib/lstat.h: New file.
36973
36974 2005-06-24  Derek Price  <derek@ximbiot.com>
36975         and Bruno Haible  <bruno@clisp.org>
36976
36977         Remove stat module & update lstat.
36978         * config/srclist.txt (libc sources): Remove stat.
36979
36980 2005-06-24  Derek Price  <derek@ximbiot.com>
36981         and Bruno Haible  <bruno@clisp.org>
36982
36983         Remove stat module & update lstat.
36984         * MODULES.html.sh (stat): Remove.
36985         * MODULES.html: Regenerated.
36986         * modules/lstat (Description): Correct function name.
36987         (Files): Add "lstat.h".
36988         (Depends-on): Remove stat, add xalloc, stat-macros.
36989         * modules/stat: Remove this file.
36990         (Include): Add "lstat.h", remove <sys/stat.h>.
36991
36992 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
36993
36994         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
36995         (ranged_convert): Don't save conversion in a temporary struct.
36996         This causes a warning with GCC 4.0.0, and anyway in the typical
36997         case it's not worth the extra 100 bytes or so of code.
36998         (ranged_convert, __mktime_internal): When calling a function via a
36999         pointer P, use P () rather than (*P) (), as we now assume C89 or
37000         better.
37001
37002 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37003
37004         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
37005         "who -r" failed to give output.  Problem reported by Tim Waugh.
37006
37007         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
37008         (xcalloc): Use it to avoid needless tests.
37009         Problem reported by Jim Meyering.
37010
37011 2005-06-20  Derek Price  <derek@ximbiot.com>
37012
37013         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
37014         unnecessary for Autoconfs > 2.59c.
37015
37016 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37017
37018         * lib/argp.h (__option_is_short): Check upper limit of
37019         __key. Isprint() requires its argument to have the value
37020         of an unsigned char or EOF.
37021
37022 2005-06-16  Jim Meyering  <jim@meyering.net>
37023
37024         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
37025         when either N or S is zero.
37026
37027 2005-06-16  Derek Price  <derek@ximbiot.com>
37028
37029         * m4/bison.m4: Declare YACC & YFLAGS precious.
37030
37031 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
37032
37033         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
37034         multibyte string or pattern, fall back on unibyte matching.
37035         Problem reported by James Youngman.
37036
37037 2005-06-08  Bruno Haible  <bruno@clisp.org>
37038
37039         * modules/csharpcomp: New file.
37040         * MODULES.html.sh (C#): Add csharpcomp.
37041
37042 2005-06-08  Bruno Haible  <bruno@clisp.org>
37043
37044         * m4/csharpcomp.m4: New file, from GNU gettext.
37045
37046 2005-06-08  Bruno Haible  <bruno@clisp.org>
37047
37048         * lib/csharpcomp.h: New file, from GNU gettext.
37049         * lib/csharpcomp.c: New file, from GNU gettext.
37050         * lib/csharpcomp.sh.in: New file, from GNU gettext.
37051
37052 2005-06-08  Bruno Haible  <bruno@clisp.org>
37053
37054         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
37055         warning on mingw.
37056
37057 2005-06-07  Derek Price  <derek@ximbiot.com>
37058
37059         Sync from CVS.
37060         * lib/glob_.h: Indent nested #ifdef.
37061
37062 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37063
37064         Sync from coreutils.
37065         Use "file name" when talking about file names, instead of "filename"
37066         or "path", as per the GNU coding standards.
37067         * lib/mkdir-p.c: Renamed from makepath.c.
37068         (make_dir_parents): Renamed from make_path.  All callers changed.
37069         * lib/mkdir-p.h: Likewise.  All includers changed.
37070         * lib/filenamecat.c: Renamed from path-concat.c.
37071         (file_name_concat): Renamed from path_concat.  All callers changed.
37072         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
37073         * lib/filenamecat.h: Likewise.  All includers changed.
37074         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
37075         in comments or local variable names.
37076         * lib/basename.c: Likewise.
37077         * lib/canonicalize.c, canonicalize.h: Likewise.
37078         * lib/dirname.c, dirname.h: Likewise.
37079         * lib/euidaccess.c: Likewise.
37080         * lib/exclude.c: Likewise
37081         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
37082         * lib/fsusage.c, fsuage.h: Likewise.
37083         * lib/fts.c, fts_.h: Likewise.
37084         * lib/getcwd.c: Likewise.
37085         * lib/getloadavg.c: Likewise.
37086         * lib/mkstemp.c: Likewise.
37087         * lib/mountlist.c, mountlist.h: Likewise.
37088         * lib/openat.c, openat.h: Likewise.
37089         * lib/readlink-stub.c: Likewise.
37090         * lib/readutmp.c, readutmp.h: Likewise.
37091         * lib/rename.c: Likewise.
37092         * lib/rmdir.c: Likewise.
37093         * lib/same.c: Likewise.
37094         * lib/savedir.c: Likewise.
37095         * lib/stripslash.c: Likewise.
37096         * lib/tempname.c: Likewise.
37097         * lib/xreadlink.c: Likewise.
37098         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
37099         All uses changed.
37100         * lib/exclude.h: Likewise.
37101
37102         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
37103         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37104         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
37105         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37106         * lib/pathmax.h: Include <limits.h> unconditionally, since other
37107         files have been getting away with it for years (MORE/BSD 4.3
37108         is extinct now).
37109         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
37110         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37111
37112         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
37113         Define to 256, not 255, as per modern POSIX.
37114
37115 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37116
37117         Sync from coreutils.
37118         Use "file name" when talking about file names, instead of "filename"
37119         or "path", as per the GNU coding standards.
37120         * MODULES.html.sh: mkdir-p renamed from makepath.
37121         filenamecat renamed from path-concat.
37122         * modules/filenamecat: Renamed from modules/path-concat.
37123         (Files): filenamecat.h and filenamecat.c renamed from
37124         path-concat.h and path-concat.c.
37125         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
37126         (Include): filenamecat.h, not path-concat.h.
37127         * modules/mkdir-p: Renamed from modules/makepath.
37128         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
37129         makepath.c.
37130         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
37131         (Include): mkdir-p.h, not makepath.h.
37132
37133 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37134
37135         Sync from coreutils.
37136         * m4/mkdir-p.m4: Renamed from makepath.m4.
37137         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
37138         Rename files from makepath.c to mkdir-p.c, and from
37139         makepath.h to mkdir-p.h.
37140         * m4/filenamecat.m4: Renamed from path-concat.m4.
37141         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
37142         Rename files from path-concat.c to filenamecat.c,
37143         and from path-concat.h to filenamecat.h.
37144         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
37145         "file name" in local variables or comments.
37146         * m4/rename.m4: Likewise.
37147
37148 2005-06-01  Bruno Haible  <bruno@clisp.org>
37149
37150         * modules/csharpexec: New file.
37151         * MODULES.html.sh (C#): New section.
37152
37153 2005-06-01  Bruno Haible  <bruno@clisp.org>
37154
37155         * m4/csharp.m4: New file, from GNU gettext.
37156         * m4/csharpexec.m4: New file, from GNU gettext.
37157
37158 2005-06-01  Bruno Haible  <bruno@clisp.org>
37159
37160         * lib/csharpexec.h: New file, from GNU gettext.
37161         * lib/csharpexec.c: New file, from GNU gettext.
37162         * lib/csharpexec.sh.in: New file, from GNU gettext.
37163
37164 2005-05-31  Derek Price  <derek@ximbiot.com>
37165             Paul Eggert  <eggert@cs.ucla.edu>
37166
37167         Sync from cvs.
37168         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37169
37170 2005-05-31  Derek Price  <derek@ximbiot.com>
37171             Paul Eggert  <eggert@cs.ucla.edu>
37172
37173         Sync from cvs.
37174         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37175
37176 2005-05-29  Derek Price  <derek@ximbiot.com>
37177
37178         * config/srclist.txt (glob_.h, glob.c): Add these files.
37179
37180 2005-05-29  Derek Price  <derek@ximbiot.com>
37181
37182         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
37183         * modules/glob: New file.
37184         * modules/getlogin_r: Add link to POSIX spec in description.
37185
37186 2005-05-29  Derek Price  <derek@ximbiot.com>
37187             Paul Eggert  <eggert@cs.ucla.edu>
37188
37189         * m4/glob.m4: New file.
37190
37191 2005-05-29  Derek Price  <derek@ximbiot.com>
37192             Paul Eggert  <eggert@cs.ucla.edu>
37193
37194         * lib/glob_.h, lib/glob.c: New files.
37195
37196 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37197
37198         * modules/fts (Files): Remove m4/inttypes-pri.m4.
37199         * modules/fts-lgpl (Depends-on): Remove gettext.
37200
37201 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37202
37203         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
37204         and don't require gt_INTTYPES_PRI.
37205
37206 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37207
37208         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
37209
37210         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
37211         the configuration hassle isn't worth it.
37212         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
37213         (LONGEST_MODIFIER, PRIuMAX): Remove.
37214
37215 2005-05-27  Bruno Haible  <bruno@clisp.org>
37216
37217         * lib/getlogin_r.h: Remove second include of <stddef.h>.
37218
37219 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
37220
37221         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
37222         _POSIX_PTHREAD_SEMANTICS for Solaris.
37223
37224 2005-05-25  Derek Price  <derek@ximbiot.com>
37225
37226         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
37227
37228 2005-05-25  Derek Price  <derek@ximbiot.com>
37229             Paul Eggert  <eggert@cs.ucla.edu>
37230
37231         * modules/getlogin_r, m4/getlogin_r.m4: New files.
37232         * lib/getlogin_r.c, getlogin_r.h: New files.
37233
37234 2005-05-25  Bruno Haible  <bruno@clisp.org>
37235             Derek Price  <derek@ximbiot.com>
37236
37237         * lib/getlogin_r.h: Simplify API documentation.
37238
37239 2005-05-23  Derek Price  <derek@ximbiot.com>
37240
37241         * modules/minmax (Files): Add m4/minmax.m4.
37242         (configure.ac): Add gl_MINMAX.
37243
37244 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37245
37246         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
37247         so that unistd-safer.h (GPL'ed code) need not be included.
37248
37249 2005-05-22  Bruno Haible  <bruno@clisp.org>
37250
37251         * m4/minmax.m4: New file.
37252         Based on a patch by Derek Price <derek@ximbiot.com>.
37253
37254 2005-05-22  Bruno Haible  <bruno@clisp.org>
37255
37256         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
37257         (INT64_MIN): Fix definition.
37258         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
37259
37260         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
37261         NEED_SIGNED_INT_TYPES.
37262
37263         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
37264         HAVE_SYSTEM_INTTYPES.
37265
37266 2005-05-22  Bruno Haible  <bruno@clisp.org>
37267
37268         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
37269         Also include <sys/param.h> if it defines MIN, MAX.
37270         Based on a patch by Derek Price <derek@ximbiot.com>.
37271
37272 2005-05-21  Jim Meyering  <jim@meyering.net>
37273
37274         * modules/fts (Files): Add m4/inttypes-pri.m4.
37275         (Depends-on): Add lstat and remove gettext.  Alphabetize.
37276
37277 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37278
37279         New fts module.
37280         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
37281         (setup_dir, free_dir): New functions.
37282         (enter_dir, leave_dir): Define trivial
37283         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
37284         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
37285         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
37286         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
37287         Move to fts-cycle.c.
37288         (fts_open): Use setup_dir.
37289         (fts_close): Use free_dir.
37290         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
37291         This adds a label and some gotos, but the alternatives were messier.
37292         Check for memory allocation failure when entering a dir.
37293         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
37294         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
37295         (FTS): New member fts_cycle, that is a union that contains the
37296         old active_dir_ht and cycle_state.  All uses changed to mention
37297         fts_cycle.ht and fts_cycle.state.
37298         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
37299         fts.c, with the following changes:
37300         (setup_dir, free_dir): New functions.
37301         (enter_dir): Now returns bool.  Return true if successful, false
37302         if memory exhausted.  All callers changed.
37303         Do not bother partly cleaning up on
37304         memory allocation failure; that is free_dir's job.
37305         However, free ad if hash_insert fails, to avoid memory leak.
37306         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
37307         fts->fts_options to see which union member to use.
37308
37309 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37310
37311         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
37312         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
37313
37314 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37315
37316         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
37317
37318 2005-05-20  Jim Meyering  <jim@meyering.net>
37319
37320         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37321         Now a macro, to pacify GCC.
37322
37323 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37324
37325         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37326         of -1.
37327
37328 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37329
37330         * lib/chown.c (rpl_chown): Return -1 on failure.
37331
37332 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37333
37334         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37335         Don't check for stddef.h.
37336         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37337         don't use its results.
37338         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37339         since we include them unconditionally.  Don't require
37340         AM_STDBOOL_H, since stdbool is a prerequisite.
37341         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37342         since we assume C89 or better.
37343         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37344         as we don't use their results.
37345         Don't check for fchdir, memmove, memset, strrchr, as we use
37346         them unconditionally.
37347         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37348         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37349
37350 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37351
37352         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37353         Include <stddef.h> unconditionally, since we assume C89 now.
37354         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37355         * lib/fts.c: Include fts_.h first, to check interface.
37356         Do not include intprops.h; no longer needed.
37357         Include cycle-check.h and hash.h, since fts_.h no longer does.
37358         Remove unnecessary casts of closedir to void.
37359         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37360         decide whether to decrement nlinks.
37361         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37362         (FTS): Use struct hash_table * instead of Hash_table, so that
37363         we no longer need to include hash.h here.
37364
37365 2005-05-18  Jim Meyering  <jim@meyering.net>
37366
37367         * modules/dirfd (License): Change to LGPL.  Most of the code
37368         is already in the public domain.
37369
37370 2005-05-18  Jim Meyering  <jim@meyering.net>
37371
37372         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37373         Reported by Yoann Vandoorselaere.
37374
37375 2005-05-17  Jim Meyering  <jim@meyering.net>
37376
37377         * m4/fts.m4: New file, from coreutils.
37378
37379 2005-05-17  Jim Meyering  <jim@meyering.net>
37380
37381         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37382
37383 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37384
37385         Sync from coreutils.
37386         * m4/unlinkdir.m4: New file.
37387
37388 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37389
37390         Sync from coreutils.
37391         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37392         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37393         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37394         White space changes only.
37395         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37396         special.
37397         * lib/yesno.c: Include getline.h, not ctype.h.
37398         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37399         Use getline to remove arbitrary restriction on response length.
37400
37401 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37402
37403         * config/srclist-update: Spell out "Street" in FSF postal
37404         mail address; this is the style the FSF seems to prefer.
37405
37406         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37407         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37408         this updates FSF postal mail address.
37409
37410         Sync from coreutils.
37411         * modules/unlinkdir: New file.
37412         * modules/yesno (Depends-on): Add getline.
37413         * MODULES.html.sh (File system functions): Add unlinkdir.
37414
37415 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37416
37417         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
37418         lib/strsep.h:
37419         Change the initial comment to refer to GPL, not LGPL.
37420         gnulib-tool will change it to LGPL as needed.
37421
37422         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
37423         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
37424         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
37425         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
37426         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
37427         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
37428         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
37429         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
37430         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
37431         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
37432         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
37433         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
37434         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
37435         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
37436         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
37437         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
37438         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
37439         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
37440         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
37441         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
37442         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
37443         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
37444         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
37445         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
37446         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
37447         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
37448         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
37449         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
37450         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
37451         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
37452         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
37453         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
37454         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
37455         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
37456         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
37457         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
37458         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
37459         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
37460         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
37461         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
37462         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
37463         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
37464         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
37465         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
37466         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
37467         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
37468         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
37469         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
37470         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
37471         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
37472         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37473         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
37474         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
37475         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
37476         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
37477         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
37478         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
37479         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
37480         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
37481         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
37482         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
37483         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
37484         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
37485         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
37486         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
37487         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
37488         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
37489         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
37490         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
37491         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
37492         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
37493         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
37494         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
37495         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
37496         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
37497         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
37498         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
37499         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
37500         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
37501         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
37502         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
37503         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
37504         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
37505         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
37506         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
37507         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
37508         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
37509         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
37510         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
37511         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
37512         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
37513         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
37514         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
37515         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
37516         lib/yesno.c, lib/yesno.h:
37517         Update FSF postal mail address.
37518
37519 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37520
37521         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
37522         tests/test-memmem.c, tests/test-stpncpy.c:
37523         Update FSF postal mail address.
37524
37525 2005-05-13  Bruno Haible  <bruno@clisp.org>
37526
37527         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
37528         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
37529         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
37530         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
37531         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
37532         Add support for 64-bit integers in the MSVC compiler.
37533
37534 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37535
37536         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
37537
37538 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
37539
37540         * gnulib-tool (func_import): Sort and uniquify recommended includes.
37541
37542 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
37543
37544         * doc/getdate.texi (General date syntax): Don't say that date
37545         date --iso-8601=ns generates acceptable dates; it doesn't yet.
37546         Problem reported by Nic Ferrier.
37547
37548 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37549
37550         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
37551         specified in ai_socktype. Fix invalid ai_protocol
37552         check. ai_protocol is usually set to 0 or depending on
37553         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
37554         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
37555         ai_socktype / ai_protocol in the returned addrinfo structure.
37556
37557 2005-05-10  Simon Josefsson  <jas@extundo.com>
37558
37559         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
37560         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37561
37562 2005-05-10  Karl Berry  <karl@gnu.org>
37563
37564         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
37565         (from http://www.gnu.org/licenses).
37566         * doc/COPYING.LIB: also rename to COPYING.LESSER.
37567         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
37568         fdl.texi suffices.
37569
37570 2005-05-10  Karl Berry  <karl@gnu.org>
37571
37572         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
37573         (COPYING.DOC): remove.
37574
37575         * config/srclist-update: new FSF address.
37576
37577 2005-05-10  Derek Price  <derek@ximbiot.com>
37578
37579         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
37580         possible.
37581
37582 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37583             Bruno Haible  <bruno@clisp.org>
37584
37585         * modules/inet_ntop: New file.
37586         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37587         inet_ntop.
37588
37589 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37590             Bruno Haible  <bruno@clisp.org>
37591
37592         * m4/inet_ntop.m4: New file.
37593
37594 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37595             Bruno Haible  <bruno@clisp.org>
37596
37597         * lib/inet_ntop.h: New file.
37598         * lib/inet_ntop.c: New file, from glibc with modifications.
37599
37600 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
37601
37602         * modules/time_r (License): Change to LGPL.
37603         * modules/extensions (License): Change to LGPL.  Actually,
37604         the license is more permissive than that, but currently gnulib-tool
37605         doesn't know how to handle more-permissive licenses.
37606
37607         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
37608         Problem reported by Dave Love.
37609
37610 2005-05-08  Jim Meyering  <jim@meyering.net>
37611
37612         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
37613         blank.
37614
37615 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37616
37617         * modules/argmatch (Depends-on): Add stdbool.
37618         * modules/backupfile (Depends-on): Likewise.
37619         * modules/chdir-long (Depends-on): Likewise.
37620         * modules/closeout (Depends-on): Likewise.
37621         * modules/cycle-check (Depends-on): Likewise.
37622         * modules/dirname (Depends-on): Likewise.
37623         * modules/fnmatch (Depends-on): Likewise.
37624         * modules/fsusage (Depends-on): Likewise.
37625         * modules/fwriteerror (Depends-on): Likewise.
37626         * modules/getcwd (Depends-on): Likewise.
37627         * modules/getloadavg (Depends-on): Likewise.
37628         * modules/hard-locale (Depends-on): Likewise.
37629         * modules/makepath (Depends-on): Likewise.
37630         * modules/mountlist (Depends-on): Likewise.
37631         * modules/nanosleep (Depends-on): Likewise.
37632         * modules/posixtm (Depends-on): Likewise.
37633         * modules/quotearg (Depends-on): Likewise.
37634         * modules/readtokens (Depends-on): Likewise.
37635         * modules/readtokens0 (Depends-on): Likewise.
37636         * modules/readutmp (Depends-on): Likewise.
37637         * modules/save-cwd (Depends-on): Likewise.
37638         * modules/strftime (Depends-on): Likewise.
37639         * modules/userspec (Depends-on): Likewise.
37640         * modules/utimecmp (Depends-on): Likewise.
37641         * modules/xgetcwd (Depends-on): Likewise.
37642         * modules/xnanosleep (Depends-on): Likewise.
37643         * modules/xstrtod (Depends-on): Likewise.
37644         * modules/yesno (Depends-on): Likewise.
37645
37646 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
37647
37648         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
37649         needless checks.
37650
37651 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37652
37653         Merge from coreutils.  Among other things,
37654         add bulletproofing for cases where stdin, stdout, or stderr are closed.
37655         * lib/fd-safer.c: New file.
37656         * lib/fcntl-safer.h, open-safer.c: Remove.
37657         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
37658         * lib/dup-safer.c: Include unistd-safer.h first.
37659         Don't include errno.h.
37660         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
37661         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
37662         * lib/file-type.c: Rely on file-type.h change.
37663         * lib/getloadavg.c: Include unistd-safer.h.
37664         (getloadavg): Use safer open.
37665         * lib/getusershell.c: Include "stdio-safer.h".
37666         (getusershell): Use safer fopen.
37667         * lib/long-options.c (long_options): Use NULL rather than 0.
37668         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
37669         'free'.
37670         * lib/modechange.c: Likewise.
37671         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
37672         (MODE_DONE): New constant.
37673         (struct mode_change): Remove 'next' member.
37674         (make_node_op_equals): New function; like the old one of the
37675         same name, except it allocates an array.
37676         (mode_compile, mode_create_from_ref): Use it.
37677         (mode_compile): Allocate result as an array, not a linked list.
37678         Parse octal string ourself, so that we catch mistakes like "+0".
37679         (mode_adjust): Arg is an array, not a linked list.
37680         * lib/modechange.c: Include stat-macros.h, xalloc.h.
37681         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
37682         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
37683         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
37684         Remove.  This is now stat-macros.h's job.
37685         (talloc): Remove.  All callers replaced by xalloc, so that
37686         our invokers don't have to worry about reporting memory failures.
37687         (make_node_op_equals): Remove.
37688         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37689         New constants.
37690         (struct mode_change): Moved here from modechange.h.
37691         (mode_append_entry): Remove.
37692         (mode_compile): Remove MASKED_OPS arg, since it encouraged
37693         apps to have incorrect behavior.  Use simpler algorithm for head
37694         and tail.  Don't futz with umask; that's now the job of mode_adjust.
37695         Detect more invalid usages rather than having somewhat-random behavior.
37696         Don't insert an "a=" action, as that leads to incorrect behavior.
37697         (mode_compile, mode_create_from_ref): Return NULL on error instead
37698         of an enum, since now there's only one way to have an error.  All
37699         callers changed.
37700         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
37701         at the correct time.  Simplify calculation of "+u" and its ilk.
37702         Don't mishandle "+X".
37703         (mode_free): Remove "register" and localize decls.
37704         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37705         (struct mode_change): Move to modechange.c; callers don't
37706         need to see this stuff.
37707         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
37708         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
37709         (mode_change, mode_adjust): Reflect the new signatures noted above.
37710         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
37711         that might redefine system include files.
37712         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
37713         (my_usleep): Use NULL rather than (void *) 0.
37714         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
37715         Use siginterrupt to specify that system calls should be interrupted.
37716         (rpl_nanosleep): Move initialization of suspended closer to call of
37717         my_usleep.
37718         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
37719         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
37720         (desirable_utmp_entry): New function.
37721         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
37722         using x2nrealloc, to simplify logic.
37723         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
37724         size calculation.  Do not assume utmp file is a regular file.
37725         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
37726         (READ_UTMP_CHECK_PIDS): New constant.
37727         * lib/save-cwd.c: Include unistd-safer.h.
37728         (save_cwd): Use fd_safer.
37729         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
37730         [!_LIBC] Include "stat-macros.h" instead.
37731         * lib/unistd-safer.h (fd_safer): New decl.
37732
37733 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37734
37735         * modules/getloadavg (Depends-on): Add unistd-safer.
37736         * modules/getusershell (Depends-on): Add stdio-safer.
37737         * modules/lstat (Depends-on): Remove xalloc.
37738         * modules/mkstemp (Depends-on): Add stat-macros.
37739         * modules/modechange (Depends-on): Remove xstrtol.
37740         Add stat-macros, xalloc.
37741         * modules/save-cwd (Depends-on): Add unistd-safer.
37742         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
37743         * modules/unistd-safer (Files): Add lib/fd-safer.c
37744         (Makefile.am): Remove lib_SOURCES.
37745
37746         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
37747         Remove fcntl-safer; unistd-safer supersedes it.
37748
37749 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37750
37751         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
37752         AC_HEADER_STAT.
37753         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
37754         (gl_PREREQ_CHOWN): Remove.
37755         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
37756         it.  Don't require AC_HEADER_STAT.
37757         (gl_PREREQ_LSTAT): Remove.
37758         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
37759         Don't require AC_HEADER_STAT.
37760         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
37761         (gl_PREREQ_RMDIR): Remove.
37762         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
37763         mention stat-macros.h or AC_HEADER_STAT, since we'll make
37764         the stat-macros module a prerequisite.
37765         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
37766         * m4/filemode.m4 (gl_FILEMODE): Likewise.
37767         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
37768         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
37769         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
37770         variable names.
37771         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
37772         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
37773         variable prefixes.
37774         * m4/fcntl-safer.m4: Remove.
37775         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
37776         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
37777         Invoke gl_PREREQ_FD_SAFER.
37778         (gl_PREREQ_FD_SAFER): New macro.
37779         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
37780         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
37781         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
37782         Remove duplicate call to AC_LIBOBJ(readutmp).
37783         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
37784
37785         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
37786         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
37787
37788 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37789
37790         * MODULES.html.sh (Misc): Add byteswap.
37791
37792 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37793
37794         * modules/getcwd (Depends-on): Add extensions.
37795         * modules/openat (Depends-on): Likewise.
37796
37797 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37798
37799         * modules/byteswap: New file.
37800
37801 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37802
37803         * m4/byteswap.m4: New file.
37804
37805 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37806
37807         * lib/byteswap_.h: New file.
37808
37809 2005-04-25  Karl Berry  <karl@gnu.org>
37810
37811         * m4/gettext.m4: Update from GNU gettext 0.14.4.
37812
37813 2005-04-25  Albert Chin  <china@thewrittenword.com>
37814
37815         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
37816         Toolkit C bug.
37817
37818 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
37819
37820         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
37821         (func_ln_if_changed) Remove forcibly for no error message
37822         in case file does not exist.
37823
37824 2005-04-19  Simon Josefsson  <jas@extundo.com>
37825
37826         * gnulib-tool (Options): Make --symlink mean --symbolic.
37827
37828 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
37829
37830         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
37831
37832 2005-04-16  Simon Josefsson  <jas@extundo.com>
37833
37834         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
37835
37836 2005-04-15  Simon Josefsson  <jas@extundo.com>
37837
37838         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
37839
37840 2005-04-15  Simon Josefsson  <jas@extundo.com>
37841
37842         * gnulib-tool: Rename --symlink to --symbolic.
37843
37844 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
37845
37846         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
37847         symbolic links to files instead of copying/moving.  Add --aux-dir,
37848         specifying directory relative --dir where auxiliary build tools
37849         are placed.
37850
37851 2005-04-14  Bruno Haible  <bruno@clisp.org>
37852
37853         * modules/allocsa (License): Change to LGPL.
37854         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
37855
37856 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
37857
37858         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
37859         that "UTC +1 second" continues to work.  Problem reported
37860         by Dmitry V. Levin.
37861         (relunit_snumber): New rule.
37862         (relunit): Use it.
37863
37864 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
37865
37866         * lib/getdate.y (universal_time_zone_table): New constant.
37867         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
37868         universal_time_zone_table.
37869         (lookup_zone): Prefer universal_time_zone_table to
37870         local_time_zone_table, so that "GMT" time stamps are allowed in
37871         London during the summer.  Problem reported by Ian Abbott.
37872
37873 2005-04-12  Jim Meyering  <jim@meyering.net>
37874
37875         * lib/human.c (humblock): Set *options even when returning due to
37876         xstrtoumax conversion failure.  Thanks to a used-uninitialized
37877         warning from gcc-4.
37878
37879 2005-04-09  Jim Meyering  <jim@meyering.net>
37880
37881         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
37882         -Wuninitialized: initialize tm0.tm_year.
37883
37884 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
37885
37886         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
37887         count, since there's no maximum.  All uses changed.
37888         Add member dsts_seen.
37889         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
37890         not being INT_MAX.
37891         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
37892         Use pc_rels_seen to decide whther a date is absolute.
37893
37894         * lib/getdate.y (number): Don't overwrite year.
37895         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
37896         check.
37897
37898 2005-04-02  Simon Josefsson  <jas@extundo.com>
37899
37900         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
37901         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
37902
37903 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
37904
37905         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
37906         where no absolute path name can be longer than PATH_MAX.
37907
37908 2005-03-27  Jim Meyering  <jim@meyering.net>
37909
37910         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
37911
37912 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
37913
37914         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
37915         "one's complement" -> "ones' complement" in comment, as per Knuth.
37916         "value of type" -> "type or expression" in comment.
37917         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
37918
37919 2005-03-26  Jim Meyering  <jim@meyering.net>
37920
37921         Comment nits.
37922         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
37923         Correct typos: s/or/of/.
37924
37925 2005-03-26  Jim Meyering  <jim@meyering.net>
37926
37927         * modules/check-include-files: Move to ../ and rename to...
37928         * check-module: ...this.
37929
37930 2005-03-25  Jim Meyering  <jim@meyering.net>
37931
37932         * modules/xvasprintf (Files): Add xalloc.h.
37933
37934 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37935
37936         * modules/gettext (Files): config/config.rpath ->
37937         build-aux/config.rpath
37938         * modules/iconv (Files): Likewise.
37939         Problem reported by Oskar Liljeblad.
37940
37941 2005-03-23  Jim Meyering  <jim@meyering.net>
37942
37943         * modules/check-include-files: New script to check for
37944         missing dependencies, multiple includes, etc.
37945
37946         * modules/c-strtold (Depends-on): Add xalloc.
37947         * modules/c-strtod (Depends-on): Add xalloc.
37948         * modules/hash (Depends-on): Add xalloc.
37949         (Files): Remove lib/xalloc.h.
37950
37951         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
37952         * modules/userspec (Files): Add lib/inttostr.h.
37953
37954 2005-03-23  Jim Meyering  <jim@meyering.net>
37955
37956         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
37957
37958 2005-03-22  Jim Meyering  <jim@meyering.net>
37959
37960         * modules/stat-macros: New module.
37961         * modules/canonicalize, modules/euidaccess, modules/file-type,
37962         * modules/filemode, modules/lchown, modules/makepath,
37963         * modules/rmdir, modules/stat: Depend on new stat-macros module
37964         rather than listing lib/stat-macros.h manually.
37965         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
37966
37967 2005-03-22  Jim Meyering  <jim@meyering.net>
37968
37969         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
37970
37971 2005-03-22  Bruno Haible  <bruno@clisp.org>
37972
37973         * config/srclist.txt: Replace target directory 'config' with
37974         'build-aux'.
37975         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
37976         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
37977         ../build-aux/.
37978
37979 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
37980
37981         * modules/chdir-long (Depends-on): Add mempcpy.
37982
37983         * modules/acl, modules/backupfile, modules/c-strtod,
37984         modules/c-strtold, modules/canon-host, modules/canonicalize,
37985         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
37986         modules/exclude, modules/exitfail, modules/file-type,
37987         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
37988         modules/getdate, modules/getline, modules/getpagesize,
37989         modules/getpass, modules/getugroups, modules/group-member,
37990         modules/hard-locale, modules/hash, modules/human, modules/idcache,
37991         modules/inttostr, modules/long-options, modules/makepath,
37992         modules/md5, modules/memcasecmp, modules/memcoll,
37993         modules/modechange, modules/mountlist, modules/path-concat,
37994         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
37995         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
37996         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
37997         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
37998         modules/strftime, modules/strndup, modules/strverscmp,
37999         modules/timespec, modules/unlocked-io, modules/userspec,
38000         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
38001         modules/yesno:
38002         Remove lib_SOURCES line from Makefile.am section, as this is now
38003         done automatically by the corresponding Autoconf macro.
38004
38005 2005-03-21  Jim Meyering  <jim@meyering.net>
38006
38007         Changes imported from coreutils.
38008
38009         * lib/cycle-check.c: Don't include xalloc.h.
38010
38011         * lib/path-concat.c: Don't include assert.h.
38012         (path_concat): Remove assertion that would have triggered
38013         for ABASE starting with more than one slash.
38014         Reported by Andreas Schwab.
38015
38016         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
38017         properly when ABASE is an absolute file name.
38018         Correct the description of this function.
38019         Include <assert.h>.
38020         Add an assertion and a test driver.
38021         This fixes a bug introduced on 2004-07-02.
38022         Andreas Schwab reported the resulting failure of cp --parents:
38023         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
38024
38025 2005-03-21  Jim Meyering  <jim@meyering.net>
38026
38027         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
38028         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
38029
38030 2005-03-21  Jim Meyering  <jim@meyering.net>
38031         and  Paul Eggert  <eggert@cs.ucla.edu>
38032
38033         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
38034         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
38035         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
38036         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
38037         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
38038         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
38039         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
38040         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
38041         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
38042         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
38043         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
38044         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
38045         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
38046         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
38047         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
38048         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
38049         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
38050         for these modules.
38051
38052 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
38053
38054         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
38055         (which shouldn't happen), generate nothing instead of returning 0
38056         immediately, so that nstrftime (NULL, ...) doesn't return 0.
38057
38058 2005-03-16  Bruno Haible  <bruno@clisp.org>
38059
38060         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
38061         HAVE_LONGLONG_64BIT.
38062
38063 2005-03-16  Bruno Haible  <bruno@clisp.org>
38064
38065         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
38066         HAVE_LONGLONG_64BIT.
38067
38068 2005-03-16  Bruno Haible  <bruno@clisp.org>
38069
38070         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
38071         HAVE_LONGLONG_64BIT.
38072
38073 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38074
38075         * lib/strftime.c (my_strftime): Prepend space to format so that we can
38076         reliably distinguish strftime failure from empty output on POSIX
38077         hosts.
38078
38079 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38080
38081         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
38082         (iconv_string): Don't guess a size-zero buffer, as that might cause
38083         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
38084         result would be 'too large', where 'too large' is (heuristically)
38085         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
38086         overflow concerns.  This will prevent some unwanted malloc failures
38087         when the inputs are very large.
38088
38089 2005-03-15  Karl Berry  <karl@gnu.org>
38090
38091         * config/srclist.txt (config.rpath): from gettext.
38092         * config/config.rpath: update.
38093
38094 2005-03-15  Bruno Haible  <bruno@clisp.org>
38095
38096         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
38097         to 'negate'.
38098
38099         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
38100         variable.
38101
38102         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
38103         results.
38104
38105 2005-03-14  Simon Josefsson  <jas@extundo.com>
38106
38107         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
38108         <fx@gnu.org>.
38109
38110 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
38111
38112         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
38113         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
38114         intprops.h.
38115         * lib/strtol.c: Likewise.
38116
38117 2005-03-14  Jim Meyering  <jim@meyering.net>
38118
38119         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
38120         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
38121         to be nonzero so that we (and caller) can detect the difference
38122         between a valid zero-length expansion and an error return, even
38123         when the underlying strftime fails before writing anything into
38124         that location.
38125
38126 2005-03-14  Bruno Haible  <bruno@clisp.org>
38127
38128         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
38129         Update from GNU gettext 0.14.3.
38130
38131 2005-03-10  Jim Meyering  <jim@meyering.net>
38132
38133         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
38134
38135 2005-03-10  Jim Meyering  <jim@meyering.net>
38136
38137         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
38138         so that this module works on systems without fchdir.
38139
38140 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
38141
38142         Factor int-properties macros into a single file, except for
38143         glibc-related files.
38144         * lib/intprops.h: New file.
38145         * lib/getloadavg.c: Include it instead of limits.h.
38146         (INT_STRLEN_BOUND): Remove.
38147         * lib/human.c: Include intprops.h.
38148         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
38149         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
38150         302/1000.
38151         * lib/inttostr.h: Include intprops.h instead of limits.h.
38152         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
38153         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
38154         for consistency with intprops.h.
38155         (time_t_is_integer, twos_complement_arithmetic): Use them.
38156         * lib/sig2str.h: Include <signal.h>, intprops.h.
38157         (INT_STRLEN_BOUND): Remove.
38158         * lib/strftime.c (TYPE_SIGNED): Remove.
38159         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
38160         * lib/strtol.c: Adjust comments to match intprops.h.
38161         * lib/userspec.c: Include intprops.h.
38162         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
38163         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
38164         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
38165         instead of rolling our own expressions.
38166         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
38167
38168         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
38169         instead of int.
38170         (my_strftime): Do not mishandle years close to INT_MAX, by doing
38171         the right thing even if adding 1900 would overflow.  Similarly
38172         for tm_mon + 1 and tm_yday + 1.
38173         Make %Y always equivalent to %C%y, and similarly for %G and %g.
38174         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
38175         (DO_SIGNED_NUMBER): New macro.
38176         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
38177
38178 2005-03-07  Bruno Haible  <bruno@clisp.org>
38179
38180         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
38181
38182 2005-03-07  Bruno Haible  <bruno@clisp.org>
38183
38184         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
38185
38186 2005-03-04  Derek R. Price  <derek@ximbiot.com>
38187
38188         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
38189         (func_import): Only replace files via --import when they have actually
38190         changed.
38191
38192 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38193
38194         * m4/mmap-anon.m4: New file.
38195         * m4/pagealign_alloc.m4: New file.
38196
38197 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38198             Bruno Haible  <bruno@clisp.org>
38199
38200         * modules/pagealign_alloc: New file.
38201         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
38202
38203 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38204             Bruno Haible  <bruno@clisp.org>
38205
38206         * lib/pagealign_alloc.h: New file.
38207         * lib/pagealign_alloc.c: New file.
38208
38209 2005-03-03  Bruno Haible  <bruno@clisp.org>
38210
38211         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
38212         Use an all-permissive copyright notice, recommended by RMS.
38213
38214 2005-03-02  Bruno Haible  <bruno@clisp.org>
38215
38216         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
38217         of AIX, the replacement has to be done only after <string.h> is
38218         included, therefore not in config.h. stpncpy.h does the replacement,
38219         and stpncpy.c uses it.
38220
38221 2005-03-02  Bruno Haible  <bruno@clisp.org>
38222
38223         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
38224         stpncpy.c uses it.
38225
38226 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38227
38228         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
38229         The workaround isn't strictly needed for POSIX conformance, and
38230         it's too much of a pain to configure and maintain.  We'll ask
38231         people to fix their kernels instead.
38232         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
38233         (NANOSLEEP_BUG_WORKAROUND): Remove.
38234         (xnanosleep): Remove the workaround.
38235
38236 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38237
38238         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
38239         Reported by Derek Price.
38240         (Include): Add "timespec.h".
38241
38242         * modules/xnanosleep (Depends-on): Remove gethrxtime.
38243
38244 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38245
38246         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
38247         to detect nanosleep bug.
38248
38249 2005-03-01  Bruno Haible  <bruno@clisp.org>
38250
38251         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
38252
38253 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38254
38255         * modules/gethrxtime: New file.
38256         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
38257         (Depends-on): Add gethrxtime.
38258         (configure.ac): Add gl_XNANOSLEEP.
38259         (Makefile.am): Remove lib_SOURCES line.
38260
38261 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38262
38263         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
38264         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
38265
38266 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38267
38268         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
38269         * lib/timespec.h (gettime): Return void, since it always
38270         succeeds now.  All uses changed.
38271         * lib/gettime.c (gettime) Likewise.
38272         [HAVE_NANOTIME]: Prefer nanotime.
38273         Assume gettimeofday succeeds, as POSIX requires.
38274         Assime time () succeeds, since other code already does.
38275         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
38276         (timespec_subtract): Remove.
38277         (NANOSLEEP_BUG_WORKAROUND): New constant.
38278         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
38279         things considerably.  Use it only on GNU/Linux hosts, since the
38280         workaround shouldn't be needed elsewhere.
38281
38282 2005-02-24  Bruno Haible  <bruno@clisp.org>
38283
38284         * modules/gettext (Files): Add m4/glibc2.m4.
38285
38286 2005-02-24  Bruno Haible  <bruno@clisp.org>
38287
38288         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
38289         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
38290         * m4/progtest.m4:
38291         Update from GNU gettext 0.14.2.
38292         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
38293
38294 2005-02-24  Bruno Haible  <bruno@clisp.org>
38295
38296         * lib/localcharset.c: Update from GNU gettext 0.14.2.
38297         * lib/config.charset: Update from GNU gettext 0.14.2.
38298
38299 2005-02-24  Bruno Haible  <bruno@clisp.org>
38300
38301         * lib/gettext.h: Update from GNU gettext 0.14.2.
38302
38303 2005-02-23  Simon Josefsson  <jas@extundo.com>
38304
38305         * m4/iconvme.m4: New file.
38306
38307 2005-02-23  Jim Meyering  <jim@meyering.net>
38308
38309         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
38310         change.
38311         Thanks to Bruno Haible for catching it.
38312
38313 2005-02-22  Simon Josefsson  <jas@extundo.com>
38314
38315         * modules/iconvme: New file.
38316
38317         * MODULES.html.sh: Add iconvme.
38318
38319 2005-02-22  Simon Josefsson  <jas@extundo.com>
38320
38321         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38322
38323 2005-02-22  Simon Josefsson  <jas@extundo.com>
38324
38325         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38326
38327 2005-02-22  Jim Meyering  <jim@meyering.net>
38328
38329         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38330         s/ifndef/ifdef/.
38331
38332 2005-02-20  Neil Conway  <neilc@samurai.com>
38333
38334         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38335         returned by OSX/Darwin if the specified buffer is not large
38336         enough for the hostname.
38337
38338 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38339
38340         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38341         pass it to _help, otherwise the latter coredumps trying to
38342         dereference state.root_argp.
38343
38344 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38345
38346         * modules/chdir-long (Depends-on): Add memrchr.
38347         * modules/memrchr (Files): Add lib/memrchr.h.
38348         (Include): "memrchr.h".
38349
38350 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38351
38352         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38353
38354 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38355
38356         * lib/memrchr.h: New file.
38357         * lib/chdir-long.c: Include it.
38358         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38359         Don't bother including stddef.h.
38360
38361 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38362
38363         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38364         inclusion.
38365         Include <sys/types.h>, for dev_t.
38366         (ME_DUMMY, ME_REMOTE): Move from here....
38367         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38368         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38369         Dmitry V. Levin.
38370         Include mountlist.h first, to test the interface.
38371
38372 2005-01-29  Bruno Haible  <bruno@clisp.org>
38373
38374         * lib/progname.c (program_name): Initialize.
38375         Needed when linking statically on MacOS X.
38376
38377 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38378
38379         Sync from coreutils.
38380         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38381         (Depends-on): Add c-strtod.
38382         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38383
38384 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38385
38386         Sync from coreutils.
38387         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38388
38389         Remove files that are specific to coreutils.
38390         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38391
38392 2005-01-28  Bruno Haible  <bruno@clisp.org>
38393
38394         * modules/javacomp: New file.
38395         * MODULES.html.sh (Java): Add javacomp.
38396
38397 2005-01-28  Bruno Haible  <bruno@clisp.org>
38398
38399         * m4/javacomp.m4: New file, from GNU gettext.
38400
38401 2005-01-28  Bruno Haible  <bruno@clisp.org>
38402
38403         * lib/javacomp.sh.in: New file, from GNU gettext.
38404         * lib/javacomp.h: New file, from GNU gettext.
38405         * lib/javacomp.c: New file, from GNU gettext.
38406
38407 2005-01-26  Simon Josefsson  <jas@extundo.com>
38408
38409         * lib/gai_strerror.c: Use GPL in header.
38410
38411 2005-01-26  Bruno Haible  <bruno@clisp.org>
38412
38413         * modules/javaexec: New file.
38414         * MODULES.html.sh (Java): Add javaexec.
38415
38416 2005-01-26  Bruno Haible  <bruno@clisp.org>
38417
38418         * m4/javaexec.m4: New file, from GNU gettext.
38419
38420 2005-01-26  Bruno Haible  <bruno@clisp.org>
38421
38422         * lib/javaexec.sh.in: New file, from GNU gettext.
38423         * lib/javaexec.h: New file, from GNU gettext.
38424         * lib/javaexec.c: New file, from GNU gettext.
38425
38426 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38427
38428         * modules/lchown (Depends-on): Remove lchown.h
38429
38430 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38431
38432         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
38433         must be defined if the header file was not found, in order
38434         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
38435
38436 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38437
38438         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
38439         initializers for struct pentry_state.
38440         (__argp_error): Check return value of __asprintf
38441         (__argp_failure): Translate error message
38442
38443         * lib/argp-parse.c: Removed braces around the expansion of N_()
38444
38445 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38446
38447         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
38448         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
38449         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
38450         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
38451         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
38452         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
38453         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
38454         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
38455         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
38456         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
38457         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
38458         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
38459         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
38460         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
38461         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
38462         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
38463         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
38464         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
38465         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
38466         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
38467         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
38468         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
38469         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
38470         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
38471         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
38472         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
38473         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
38474         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
38475         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
38476         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
38477         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
38478         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
38479         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
38480         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
38481         xstrtol.m4, xstrtoumax.m4, yesno.m4:
38482         Use an all-permissive copyright notice, recommended by RMS.
38483
38484 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
38485
38486         * modules/chdir-long (Depends-on): Remove mempcpy.
38487
38488 2005-01-21  Jim Meyering  <jim@meyering.net>
38489
38490         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
38491         same value as for Solaris 9.
38492
38493         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
38494         component length.  This included changing the parameter to be
38495         of type `char *' rather than `char const *'.
38496         * lib/chdir-long.h (chdir_long): Update prototype.
38497
38498         * lib/openat.c (fdopendir, fstatat): New functions.
38499         * lib/openat.h: Include headers required for use of DIR and struct
38500         stat.
38501         [AT_SYMLINK_NOFOLLOW]: Define.
38502         (fdopendir, fstatat): Add prototypes.
38503
38504 2005-01-21  Bruno Haible  <bruno@clisp.org>
38505
38506         * modules/classpath: New file.
38507         * MODULES.html.sh (Java): Add classpath.
38508
38509 2005-01-21  Bruno Haible  <bruno@clisp.org>
38510
38511         * lib/classpath.h: New file, from GNU gettext.
38512         * lib/classpath.c: New file, from GNU gettext.
38513
38514 2005-01-20  Simon Josefsson  <jas@extundo.com>
38515
38516         * modules/version-etc-fsf: New file.
38517
38518 2005-01-20  Simon Josefsson  <jas@extundo.com>
38519
38520         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
38521         * lib/version-etc.c: Remove version_etc_copyright.
38522         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
38523         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
38524
38525 2005-01-20  Simon Josefsson  <jas@extundo.com>
38526
38527         * lib/base64.h (isbase64): Add.
38528
38529         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
38530         using a unsigned prototype, don't inline.
38531         (base64_decode): Use it.
38532
38533 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38534
38535         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
38536         it.
38537
38538 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38539
38540         * lib/save-cwd.c (save_cwd): Remove code to support the case
38541         where fchdir is missing or flaky.
38542
38543 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38544
38545         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
38546
38547 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38548
38549         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
38550         AC_LIBSOURCES now does this.
38551         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
38552         with new ullong_max module.
38553
38554 2005-01-19  Bruno Haible  <bruno@clisp.org>
38555
38556         * modules/sh-quote: New file.
38557         * MODULES.html.sh (Executing programs): Add sh-quote.
38558
38559 2005-01-19  Bruno Haible  <bruno@clisp.org>
38560
38561         * lib/sh-quote.h: New file, from GNU gettext.
38562         * lib/sh-quote.c: New file, from GNU gettext.
38563
38564 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38565
38566         Merge from coreutils.
38567         * m4/ullong_max.m4: New file.
38568         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
38569         (gl_MACROS): Assume localeconv exists.
38570
38571 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38572
38573         Merge changes from coreutils, as described below in several
38574         changelogs dated today.
38575
38576         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
38577         (O_DIRECTORY): Remove; not needed here, since "." must be
38578         a directory.  All uses removed.
38579         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
38580         universal on Suns, and we also need to test for IRIX.
38581         Revamp code to use 'if' rather than '#if'.
38582         Avoid unnecessary comparison of cwd->desc to 0.
38583
38584         * lib/utimens.c (futimens): Robustify the previous patch, by checking
38585         for known valid error numbers rather than observed invalid ones.
38586
38587 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38588
38589         * modules/ullong_max: New file.
38590
38591         * modules/chdir-long, modules/openat: New files.
38592         * modules/save-cwd (Depends-on): Depend on chdir-long.
38593         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
38594
38595 2005-01-18  Jim Meyering  <jim@meyering.net>
38596
38597         Merge from coreutils.
38598         * m4/chdir-long.m4, m4/openat.m4: New files.
38599         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
38600         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
38601         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
38602         is sane and DOES follow symlinks.  Besides, testing 20 different
38603         systems found no broken chown implementations.
38604         Prompted by a change in rsync's copy of this macro.
38605         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
38606
38607         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
38608
38609         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
38610         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
38611         NULL-means-set-to-current-time semantics.
38612         Remove temporary file immediately, rather than waiting
38613         for configure's at-exit trap code to do it.
38614
38615 2005-01-18  Jim Meyering  <jim@meyering.net>
38616
38617         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38618
38619         * lib/utimens.c (futimens): Account for the fact that futimes
38620         can also fail with errno == ENOSYS or errno == ENOENT.
38621         Patch from Dmitry V. Levin.
38622
38623         Change the name of the robust chdir function from chdir to chdir_long.
38624         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
38625         (restore_cwd): Use chdir_long, not chdir.
38626         * lib/chdir-long.c: Renamed from chdir.c.
38627         * lib/chdir-long.h: Renamed from chdir.h.
38628         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
38629         Hurd.
38630
38631 2005-01-18  Bruno Haible  <bruno@clisp.org>
38632
38633         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
38634         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
38635         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
38636         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
38637         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
38638         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
38639         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
38640         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
38641         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
38642         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
38643         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
38644         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
38645         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
38646         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
38647         Use an all-permissive copyright notice, recommended by RMS.
38648
38649 2005-01-18  Bob Proulx  <bob@proulx.com>
38650
38651         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
38652         simplify offsetof() macro construct to avoid compile failure with
38653         native HP-UX 11.0 ANSI C compiler.
38654
38655 2005-01-17  Bruno Haible  <bruno@clisp.org>
38656
38657         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
38658         redundant because stpncpy.m4 takes care of it.
38659
38660 2005-01-17  Bruno Haible  <bruno@clisp.org>
38661
38662         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
38663
38664 2005-01-17  Bruno Haible  <bruno@clisp.org>
38665
38666         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
38667         used.
38668
38669 2005-01-17  Bruno Haible  <bruno@clisp.org>
38670
38671         * lib/fwriteerror.h (fwriteerror): Change specification to include
38672         fclose.
38673         * lib/fwriteerror.c: Include <stdbool.h>.
38674         (fwriteerror): At the end, close the file stream. Record whether
38675         stdout was already closed.
38676
38677 2005-01-17  Bruno Haible  <bruno@clisp.org>
38678
38679         * lib/execute.c (environ): Declare if needed.
38680         * lib/pipe.c (environ): Likewise.
38681         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
38682
38683 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38684
38685         * modules/argp: Depend on vsnprintf
38686
38687 2005-01-10  Jim Meyering  <jim@meyering.net>
38688
38689         * modules/closeout (Depends-on): Add atexit.
38690
38691 2005-01-06  Bruno Haible  <bruno@clisp.org>
38692
38693         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
38694
38695 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38696
38697         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
38698         definitions to be after all include files, to avoid collisions.
38699         Problem reported by Bob Proulx.
38700
38701 2005-01-04  Jim Meyering  <jim@meyering.net>
38702
38703         Changes imported from coreutils.
38704         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
38705         as the mkstemp template, use a temporary directory and an
38706         8.3-friendly template to avoid trouble on systems like DJGPP.
38707         Reported by Juan M. Guerrero via Stepan Kasal.
38708         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
38709         close. Remove the temporary directory right away, rather than waiting
38710         for configure's at-exit trap code to do it.
38711         Suggestion from Stepan Kasal.
38712
38713 2005-01-01  Simon Josefsson  <jas@extundo.com>
38714
38715         * gnulib-tool: Print #include directives when --import'ing.
38716
38717 2004-12-28  Simon Josefsson  <jas@extundo.com>
38718
38719         * tests/test-base64.c: Include required header files.  Remove
38720         unused variables.
38721
38722 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38723
38724         * modules/error (Depends-on): Remove gettext.
38725
38726 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38727
38728         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
38729         not needed.  This removes a dependency on the gettext module.
38730         [defined _LIBC]: Do not include <libintl.h>; not needed.
38731
38732 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38733
38734         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
38735         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
38736
38737 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38738
38739         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
38740         HAVE_DECL_STRTOLD.
38741
38742 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38743
38744         * modules/getdate (Depends-on): Remove alloca-opt.
38745
38746 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38747
38748         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
38749
38750 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38751
38752         * lib/argp-parse.c: Include <stddef.h>.
38753         (alignof, alignto): New macros.
38754         (parser_init): Don't assume that void * is aligned sufficiently
38755         for struct option.
38756
38757         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
38758         need to extend the stack.
38759         (YYINITDEPTH): New macro, so that the initial stack isn't overly
38760         large.
38761
38762 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38763
38764         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
38765
38766 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38767
38768         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
38769         (2004-10-24) change.  Apparently this was a false alarm.
38770
38771         * modules/getdate: Depend on alloca-opt, not alloca.
38772
38773 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38774
38775         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
38776         Remove now-obsolete comment about AIX.
38777         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
38778         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
38779         (YYMAXDEPTH): New macro.
38780
38781 2004-12-18  Simon Josefsson  <jas@extundo.com>
38782
38783         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
38784
38785 2004-12-18  Bruno Haible  <bruno@clisp.org>
38786
38787         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
38788
38789 2004-12-18  Bruno Haible  <bruno@clisp.org>
38790
38791         * lib/fatal-signal.c (fatal_signals): Make non-const.
38792         (init_fatal_signals): New function.
38793         (uninstall_handlers, install_handlers): Ignore signals that were set to
38794         SIG_IGN.
38795         (at_fatal_signal): Call init_fatal_signals.
38796         (init_fatal_signal_set): Likewise. Ignore signals that were set to
38797         SIG_IGN.
38798         Reported by Paul Eggert.
38799
38800 2004-12-18  Bruno Haible  <bruno@clisp.org>
38801
38802         * doc/alloca.texi: New file.
38803         * doc/alloca-opt.texi: New file.
38804
38805 2004-12-17  Jim Meyering  <jim@meyering.net>
38806
38807         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
38808         Otherwise, install-sh could exit with improper exit status when
38809         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
38810
38811 2004-12-16  Simon Josefsson  <jas@extundo.com>
38812
38813         * tests/test-base64.c: Add license.
38814
38815 2004-12-15  Stepan Kasal  <address@hidden>
38816
38817         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
38818
38819 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
38820
38821         * modules/getcwd (Files): Add m4/d-ino.m4.
38822         Suggested by Mark D. Baushke.
38823
38824 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38825
38826         * lib/getdate.y (textint): New member "negative".
38827         (time_zone_hhmm): New function.
38828         Expect 14 shift-reduce conflicts, not 13.
38829         (o_colon_minutes): New rule.
38830         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
38831         (yylex): Set the "negative" member of signed numbers.
38832
38833 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38834
38835         * doc/getdate.texi (Time of day items, Time zone items):
38836         Describe new formats +00:00, UTC+00:00.
38837
38838 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38839
38840         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
38841         spurious "-l"s.  Problem reported by Stepan Kasal.
38842
38843 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
38844
38845         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
38846         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
38847
38848 2004-12-04  Simon Josefsson  <jas@extundo.com>
38849
38850         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
38851         Vandoorselaere <yoann@prelude-ids.org>.
38852
38853 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38854
38855         Changes imported from coreutils.
38856         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
38857         exist.
38858         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
38859
38860 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38861
38862         Changes imported from coreutils.
38863         * lib/hard-locale.c: Assume <locale.h> exists.
38864         Include "strdup.h".
38865         (GLIBC_VERSION): New macro.
38866         (hard_locale): Assume setlocale exists.
38867         Rewrite to avoid #ifdef.
38868         Use strdup rather than malloc + strcpy.
38869         * lib/human.c: Assume <locale.h> exists.
38870         (human_readable): Assume localeconv exists.
38871
38872 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38873
38874         * modules/hard-locale (Depends-on): Add strdup.
38875
38876 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38877
38878         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
38879         convert T2, not T.  (Imported from libc.)
38880
38881 2004-11-30  Simon Josefsson  <jas@extundo.com>
38882
38883         * modules/restrict (License): Change to LGPL.
38884
38885 2004-11-30  Simon Josefsson  <jas@extundo.com>
38886
38887         * m4/restrict.m4: Add copyright and copying conditions.
38888
38889 2004-11-30  Simon Josefsson  <jas@extundo.com>
38890
38891         * m4/base64.m4: New file.
38892
38893 2004-11-30  Simon Josefsson  <jas@extundo.com>
38894
38895         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
38896         base64.
38897
38898         * tests/test-base64.c: New file.
38899
38900         * modules/base64: New file.
38901
38902 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38903
38904         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
38905         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
38906
38907         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
38908
38909 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38910
38911         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
38912         (__getcwd.c): Don't restore errno; glibc doesn't.
38913         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
38914         first, falling back to our code only if its results look suspicious.
38915         Ensure that the resulting buffer is only as large as necessary.
38916
38917         * lib/readutmp.c: Include readutmp.h first.
38918         Include <errno.h>, since readutmp.h no longer does that.
38919         * lib/readutmp.h: Don't include <errno.h>,
38920         <sys/param.h>, <time.h>; not needed to establish interface.
38921         (errno): Remove decl.
38922         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
38923         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
38924         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
38925
38926 2004-11-28  Simon Josefsson  <jas@extundo.com>
38927
38928         * lib/base64.h, base64.c: New file.
38929
38930 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38931
38932         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
38933
38934 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
38935
38936         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
38937         (Depends-on): Remove pathmax, same.  Add mempcpy.
38938         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
38939         (Makefile.am): Append getcwd.h to lib_SOURCES.
38940         (Include): Add getcwd.h.
38941         (Maintainer): Change from Jim Meyering to "all, glibc",
38942         since getdate now uses intended-for-glibc code.
38943         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
38944         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
38945
38946 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38947
38948         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
38949         HP's ANSI C compiler.
38950         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
38951         Declaring int functions causes warnings on some modern systems and
38952         shouldn't be needed to compile on ancient ones.
38953         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
38954         defined.
38955
38956         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
38957         with the following changes.
38958         (__set_errno): Parenthesize properly.
38959         Include <stdbool.h>.
38960         (MIN, MAX, MATCHING_INO): New macros.
38961         (__getcwd): Define with prototype, not K&R form.
38962         Use heuristics to allocate default buffer on stack if possible.
38963         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
38964         behavior, and to avoid the PATH_MAX limit when computing
38965         ../../../../...
38966         Use MATCHING_INO to compare inode number to file.
38967         Check for arithmetic overflow in size calculations.
38968         Fix bug in reallocation of dot array that caused getcwd to fail
38969         on directories nested deeper than 75.
38970         Be more careful about saving errno on error.
38971         Do not use realloc; use only free+malloc, as this is a bit
38972         more flexible and avoids a needless copy operation.
38973         Do not inspect st_dev and st_ino for symbolic links; POSIX
38974         doesn't specify the latter.
38975         Check for closedir errors.
38976         Avoid needless casts.
38977         Use "#ifdef weak_alias" around weak_alias, to be like other
38978         glibc code.
38979         The following changes to getcwd.c have effect only when used in
38980         gnulib; they have no effect inside glibc proper.
38981         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
38982         as alloca isn't used.
38983         (alloca, __alloca): Likewise.
38984         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
38985         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38986         unconditionally, as gnulib assumes C89 or better.
38987         Do not include <sys/param.h>.
38988         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
38989         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
38990         better.
38991         (NULL) [!defined NULL]: Remove; we assume C89 or better.
38992         Include <dirent.h> in a way that is compatible with modern Autoconf.
38993         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
38994         New macros, if not already defined.
38995         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
38996         Use "_LIBC", not "defined _LIBC", for consistency.
38997         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
38998         a mempcpy module.
38999         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
39000         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
39001         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
39002         credit only to Jim Meyering and adjust the copyright dates.
39003         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
39004         <stdlib.h>, <unistd.h>, "pathmax.h".
39005         Instead, include "xgetcwd.h" (first) and "getcwd.h".
39006         (INITIAL_BUFFER_SIZE): Remove.
39007         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
39008
39009 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39010
39011         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
39012         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
39013         Use the _ONCE methods, for efficiency.
39014         Check for fcntl.h.  In test program, include <errno.h>
39015         and <fcntl.h> if available.  Remove old K&R cruft from
39016         test program.  Check for common errors in GNU/Linux,
39017         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
39018         don't do AC_LIBOBJ, as that's getcwd.m4's job.
39019         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
39020         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
39021         name accordingly.
39022         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
39023         accommodate new getcwd.c.
39024         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
39025         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
39026         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
39027         that's all we need now.
39028
39029 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39030
39031         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
39032         argp-parse.c depends on getopt internals, that means we should
39033         always use our getopt, to be on the safe side.
39034         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
39035         order not to spoil the result of an eventual previous invocation
39036         of gl_GETOPT_SUBSTITUTE.
39037
39038 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39039
39040         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
39041         redefinition warnings. To avoid them, include the defines
39042         in `#if !defined __need_getopt ... #endif'. The only place
39043         where __getopt_argv_const is used is in definitions
39044         of getopt_long and getopt_long_only below, which are as well
39045         protected by `#ifndef __need_getopt'.
39046         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
39047         __need_getopt after including <stdio.h> and <unistd.h> These
39048         headers might have defined it.
39049
39050 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39051
39052         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
39053
39054 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39055
39056         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
39057         (futimens): New function, which uses futimes if available.
39058         (futimens, utimens): Support timespec==NULL, with same semantics
39059         as utime and utimens.
39060         * lib/utimens.h (futimens): New decl.
39061
39062 2004-11-23  Jim Meyering  <jim@meyering.net>
39063
39064         * lib/getopt_.h: Remove trailing blanks.
39065
39066 2004-11-23  Jim Meyering  <jim@meyering.net>
39067
39068         * lib/__fpending.c: Add comment.
39069
39070 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
39071
39072         * modules/canonicalize (Depends-on): Add xreadlink.
39073         Problem reported by James Youngman.
39074
39075 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
39078         New macros.
39079         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
39080         optopt): Use them instead of invoking ## directly; otherwise, the
39081         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
39082
39083 2004-11-19  Bruno Haible  <bruno@clisp.org>
39084
39085         * lib/strtok_r.c: Move comments from here...
39086         * lib/strtok_r.h: ... to here.
39087
39088 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39089
39090         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
39091         implementations that mishandle size_t overflow.
39092
39093 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39094
39095         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
39096         might fail.  Problem reported by Yoann Vandoorselaere.
39097         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
39098         implementations that mishandle size_t overflow.
39099
39100 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39101
39102         * modules/canon-host (Depends-on): Add strdup.
39103
39104 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39105
39106         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
39107
39108 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39109
39110         * lib/canon-host.c: Include "strdup.h".
39111         (canon_host): Use getaddrinfo if available, so that IPv6 works.
39112         Use strdup instead of malloc/strcpy to duplicate strings.
39113
39114         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
39115         (human_space_before_unit): New constant.
39116         * lib/human.c (human_readable): Support it.
39117
39118         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
39119         (xgetcwd): Set errno correctly when failing.
39120         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
39121         the failure is actually due to a PATH_MAX problem.
39122
39123         Further getopt changes to make it more likely that glibc will
39124         buy the changes back.
39125         * lib/getopt.c (POSIXLY_CORRECT): New constant.
39126         (getopt): Use it, so to preserve glibc semantic
39127         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
39128         when compiling for libc.
39129         * lib/getopt_.h (__getopt_argv_const): Bring it back.
39130         (getopt_long, getopt_long_only): Use it.
39131
39132         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39133         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
39134         (getopt): Argv is now char * const *, as per standard.
39135         (_getopt_internal_r, _getopt_internal): Argv is now char **,
39136         not char *__getopt_argv_const *.
39137         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39138         _getopt_long_only_r): Likewise.
39139         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
39140         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39141         _getopt_long_r, _getopt_long_only_r): Likewise.
39142         * lib/getopt_.h (__getopt_argv_const): Remove.
39143         (getopt): Argv is now char * const *, as per standard.
39144
39145         * lib/getdate.y (tORDINAL): New token.
39146         (day, relunit): Allow it for relative times.
39147         (relative_time_table): Use tORDINAL for ordinals.
39148
39149 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39150
39151         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
39152         Document that "second" isn't allowed as an ordinal number.
39153
39154 2004-11-16  Jim Meyering  <jim@meyering.net>
39155
39156         * modules/closeout (Depends-on): Add fpending.
39157
39158 2004-11-15  Jim Meyering  <jim@meyering.net>
39159
39160         * lib/closeout.c: Include "__fpending.h" once again.
39161         Include <stdbool.h>.
39162         (close_stdout): Don't fail just because stdout was closed initially,
39163         since some programs don't write to stdout in the normal course of
39164         operation (other than --version and --help), and we don't want this
39165         function to make e.g. `touch file >&-' fail.
39166         But do fail if it was closed and someone has tried to write to it.
39167         E.g., `printf foo >&-' must fail.
39168
39169 2004-11-13  Jim Meyering  <jim@meyering.net>
39170
39171         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
39172
39173 2004-11-12  Simon Josefsson  <jas@extundo.com>
39174
39175         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
39176         small doc fix is still pending.
39177
39178 2004-11-11  Simon Josefsson  <jas@extundo.com>
39179
39180         * modules/strtok_r: New file.
39181
39182         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39183         strtok_r.
39184
39185 2004-11-11  Simon Josefsson  <jas@extundo.com>
39186
39187         * m4/strtok_r.m4: New file.
39188
39189         * m4/getopt.m4: Replace opterr.
39190
39191 2004-11-11  Simon Josefsson  <jas@extundo.com>
39192
39193         * lib/strtok_r.h, strtok_r.c: New file.
39194
39195 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39196
39197         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
39198         of replacing opterr, getopt, etc.  This should handle the
39199         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
39200
39201 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39202
39203         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
39204         we can stop lying to compilers about the constness of argv when we
39205         are compiled outside glibc.
39206         (getopt, getopt_long, getopt_long_only): Use it.
39207         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39208         _getopt_internal, getopt): Likewise.
39209         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39210         _getopt_long_only_r): Likewise.
39211         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39212         _getopt_long_r, _getopt_long_only_r): Likewise.
39213
39214         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
39215         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
39216         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
39217         the other external symbols.
39218         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
39219         declaration, since the above renaming now works around collisions.
39220
39221 2004-11-11  Jim Meyering  <jim@meyering.net>
39222
39223         * lib/linebreak.c: Remove trailing blanks.
39224         * lib/alloca_.h: Likewise.
39225         * lib/acosl.c: Likewise.
39226         * lib/euidaccess.c: Likewise.
39227         * lib/allocsa.h: Likewise.
39228
39229 2004-11-10  Simon Josefsson  <jas@extundo.com>
39230
39231         * m4/getaddrinfo.m4: New file.
39232
39233 2004-11-10  Simon Josefsson  <jas@extundo.com>
39234
39235         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
39236
39237 2004-11-10  Simon Josefsson  <jas@extundo.com>
39238
39239         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39240         getaddrinfo.
39241
39242         * modules/getaddrinfo: New file.
39243
39244 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39245
39246         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
39247
39248 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39249
39250         * lib/mktime.c (SHR): New macro, which is a portable
39251         substitute for >> that should work even on Crays.
39252         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
39253         Problem reported by Mark D. Baushke in
39254         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
39255         * lib/getdate.y (SHR): Likewise.
39256         (tm_diff): Use it.
39257         * lib/strftime.c (SHR): Likewise.
39258         (tm_diff): Use it.
39259         * lib/quotearg.c (struct quoting_options): Use unsigned int for
39260         quote_these_too, so that right shifts are well defined.  All uses
39261         changed.
39262
39263 2004-11-10  Jim Meyering  <jim@meyering.net>
39264
39265         Ensure that no close failure goes unreported.
39266         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
39267         return early when it seems there's nothing to flush.
39268         Don't include __fpending.h.
39269
39270 2004-11-10  Jim Meyering  <jim@meyering.net>
39271
39272         * modules/closeout (Depends-on): Remove fpending.
39273
39274 2004-11-10  Jim Meyering  <jim@meyering.net>
39275
39276         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
39277
39278 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39279
39280         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
39281         gl_FUNC_STRFTIME.
39282         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
39283         and AC_REQUIRE when possible, to avoid duplicate checks.
39284         Check for <wchar.h>.
39285
39286 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39287
39288         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
39289
39290 2004-11-09  Bruno Haible  <bruno@clisp.org>
39291
39292         * m4/sockpfaf.m4: New file.
39293
39294 2004-11-05  Bruno Haible  <bruno@clisp.org>
39295
39296         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
39297         Reported by Mark D. Baushke <mdb@cvshome.org>.
39298
39299 2004-11-04  Bruno Haible  <bruno@clisp.org>
39300
39301         2004-09-11  Bruno Haible  <bruno@clisp.org>
39302                 * allocsa.valgrind: New file.
39303         2004-02-06  Bruno Haible  <bruno@clisp.org>
39304                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
39305                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
39306                 Reported by Christopher Seip <chris.seip@hp.com>.
39307
39308 2004-11-04  Bruno Haible  <bruno@clisp.org>
39309
39310         * modules/allocsa (Files): Add lib/allocsa.valgrind.
39311         (Makefile.am): Distribute it.
39312
39313 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39314
39315         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
39316         with errno == ERANGE if the buffer is too small.
39317         Problem reported by Mark D. Baushke.
39318
39319 2004-11-03  Albert Chin  <china@thewrittenword.com>
39320             Paul Eggert  <eggert@cs.ucla.edu>
39321
39322         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39323         equivalent, substitute $ac_type for equivalent type rather than
39324         blindly using uint32_t *always* which won't work if uint32_t is not
39325         available.  Define _UINT32_T to work around typedef of uint32_t if
39326         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39327         2.5.1.
39328
39329 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39330
39331         * m4/jm-macros.m4: Sync from coreutils.
39332         (gl_MACROS): Check for mbrlen, for pathchk.
39333         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39334
39335 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39336
39337         * lib/xreadlink.c (MAXSIZE): New macro.
39338         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39339         size does not exceed MAXSIZE.  Avoid cast.
39340         As suggested by Mark D. Baushke in
39341         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39342         if readlink fails with buffer size just under MAXSIZE, try again
39343         with MAXSIZE.
39344
39345 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39346
39347         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39348
39349 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39350         and  Paul Eggert  <eggert@cs.ucla.edu>
39351
39352         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39353         (get_date): Overparenthesize to avoid GCC warning.
39354
39355 2004-11-02  Bruno Haible  <bruno@clisp.org>
39356
39357         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39358         returns void.
39359
39360 2004-11-02  Bruno Haible  <bruno@clisp.org>
39361
39362         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39363         function returns void.
39364
39365 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39366
39367         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39368         fflush_unlocked, flockfile, funlockfile, funlockfile,
39369         fputs_unlocked, putc_unlocked.
39370
39371 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39372
39373         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39374         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39375         already declared.
39376
39377 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39378
39379         * modules/getdate (Files): Add doc/getdate.texi.
39380         (Depends-on): Add setenv, xalloc.
39381
39382 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39383
39384         * lib/getdate.y: Add support for TZ="foo" within a date string.
39385         Fix some bugs near time_t boundaries.  Reject dates with
39386         out-of-range components, e.g., "Sept 31".
39387         Include <stdlib.h>, "setenv.h", "xalloc.h".
39388         (ISDIGIT_LOCALE): Remove; unused.
39389         Note that the TZ and time functions used here are not reentrant.
39390         (mktime_ok, get_tz): New functions.
39391         (TZBUFSIZE): New constant.
39392         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39393         This requires that we sometimes generate our own TZ="XXX..." setting.
39394
39395 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39396
39397         * doc/getdate.texi: New file, from coreutils with modifications for
39398         the new TZ parsing.
39399
39400 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39401
39402         * lib/mktime.c (not_equal_tm): Remove redundant check.
39403
39404 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39405
39406         * modules/regex (lib_SOURCES): Add regex.c.
39407         Reported by James Youngman in
39408         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39409
39410 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39411
39412         * lib/getdate.y: Use Bison 1.875 features, and some minor
39413         code cleanups.  This change does not affect semantics.
39414         Don't include <stdlib.h>; no longer needed.
39415         Don't include unlocked-io.h; only the "#if TEST" code uses
39416         stdio, and performance isn't crucial there.
39417         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
39418         Bison 1.875 features as described below.
39419         All uses of "PC." replaced by "pc->".
39420         (YYSTYPE): Add a forward declaration.
39421         (yylex, yyerror): Use full prototypes in forward decls.
39422         Use "%pure-parser" rather than obsolescent "%pure_parser".
39423         Use %parse-param and %lex-param instead of obsolescent
39424         YYPARSE_PARAM and YYLEX_PARAM.
39425         (meridian_table, month_and_day_table, time_units_table,
39426         relative_time_table, time_zone_table, military_table,
39427         lookup_zone, lookup_word, get_date):
39428         Use NULL instead of 0 where appropriate.
39429         (to_hour): Avoid abort (), to avoid a dependency on
39430         stdlib.h.
39431         (yyerror, yylex): Now accepts parser_control * arg.
39432         (main) [TEST]: Use '\0' rather than 0 for char.
39433
39434 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39435
39436         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
39437
39438 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39439
39440         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
39441         It's now the caller's responsibility to handle the case where
39442         !HAVE_GETPAGESIZE && !defined getpagesize.
39443
39444         * lib/mktime.c (leapyear): Arg is long int, not int.
39445
39446 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
39447
39448         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
39449
39450 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39451
39452         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
39453         missing.  Problem reported by James Youngman.
39454
39455 2004-10-16  Simon Josefsson  <jas@extundo.com>
39456
39457         * gnulib-tool: Fix comments.  Fix parse problem.
39458         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
39459
39460 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
39461
39462         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
39463         implementation of getopt_long.  Problem reported by Alexander Taler in:
39464         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
39465
39466 2004-10-15  Bruno Haible  <bruno@clisp.org>
39467
39468         * gnulib-tool: Untabify. Initialize supplied_libname.
39469         (func_usage): More homogenous output.
39470         (func_modules_transitive_closure, func_modules_to_filelist,
39471         func_emit_lib_Makefile_am): New functions.
39472         (func_import): New function, extracted from big case statement. Use
39473         func_get_license, func_modules_transitive_closure,
39474         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
39475         opt_lgpl. Don't use test -a, as it's not portable.
39476         (func_create_testdir): Use func_modules_transitive_closure,
39477         func_modules_to_filelist, func_emit_lib_Makefile_am.
39478
39479 2004-10-15  Bruno Haible  <bruno@clisp.org>
39480
39481         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
39482
39483 2004-10-15  Bruno Haible  <bruno@clisp.org>
39484
39485         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
39486         the portions belonging to each module.
39487         Suggested by Derek Robert Price <derek@ximbiot.com>.
39488
39489 2004-10-12  Simon Josefsson  <jas@extundo.com>
39490
39491         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39492         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
39493         to real functions.
39494
39495 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39496
39497         * modules/vsnprintf: New file.
39498
39499 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39500
39501         * m4/vsnprintf.m4: New file.
39502
39503 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39504
39505         * lib/vsnprintf.h: New file.
39506         * lib/vsnprintf.c: New file.
39507
39508 2004-10-11  Bruno Haible  <bruno@clisp.org>
39509
39510         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
39511         vsnprintf.
39512
39513 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39514
39515         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
39516
39517 2004-10-07  Bruno Haible  <bruno@clisp.org>
39518
39519         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
39520         fits into the provided buffer.
39521
39522 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39523
39524         * lib/diacrit.c, diacrit.h: Add GPL notice.
39525
39526         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
39527         notice.
39528         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
39529         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
39530         This avoids a potential constant-folding bug.
39531
39532 2004-10-05  Bruno Haible  <bruno@clisp.org>
39533
39534         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
39535         for the declaration of strsep.
39536
39537 2004-10-05  Bruno Haible  <bruno@clisp.org>
39538
39539         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
39540
39541 2004-10-04  Simon Josefsson  <jas@extundo.com>
39542
39543         * modules/memmem: New file.
39544         * tests/test-memmem.c: New file.
39545         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
39546
39547 2004-10-04  Simon Josefsson  <jas@extundo.com>
39548
39549         * m4/memmem.m4: New file.
39550
39551 2004-10-04  Simon Josefsson  <jas@extundo.com>
39552
39553         * lib/memmem.h: New file.
39554         * lib/memmem.c: New file, taken from glibc.
39555
39556 2004-10-04  Simon Josefsson  <jas@extundo.com>
39557
39558         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
39559         '#ifdef USE_UNLOCKED_IO'.
39560
39561 2004-10-04  Simon Josefsson  <jas@extundo.com>
39562
39563         * config/srclist.txt: Add memmem from glibc.
39564
39565 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39566
39567         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
39568
39569         * modules/argmatch, modules/argp, modules/closeout, modules/error,
39570         modules/exclude, modules/getdate, modules/getline,
39571         modules/getndelim2, modules/getpass, modules/getpass-gnu,
39572         modules/getusershell, modules/linebuffer, modules/md5,
39573         modules/mountlist, modules/posixtm, modules/readtokens,
39574         modules/readutmp, modules/regex, modules/sha1,
39575         modules/version-etc, modules/yesno:
39576         Remove dependency on unlocked-io.
39577
39578 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39579
39580         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
39581
39582         * m4/unlocked-io.m4: Add copyright notice.
39583         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
39584
39585 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39586
39587         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
39588         * lib/xmalloc.c (xmemdup): Likewise.
39589         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
39590         XFREE): Remove these long-obsolescent macros.
39591         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
39592         * lib/xstrdup.c: Remove.
39593
39594         * lib/regex.c (re_comp): Cast gettext return value to char *,
39595         Problem reported by Martin Neitzel via Mark D. Baushke.
39596
39597 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39598
39599         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
39600         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
39601         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
39602         regex.c, sha1.c, version-etc.c, yesno.c:
39603         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
39604         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
39605         the includer's responsibility.
39606
39607         Sync from coreutils.
39608
39609         * lib/modechange.c (mode_compile): Don't decrement a pointer that
39610         points to the start of a string, as the C Standard says the
39611         resulting behavior is undefined.
39612
39613         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
39614         simple -> simple_backups, numbered_existing ->
39615         numbered_existing_backups, numbered -> numbered_backups
39616         to avoid shadowing problems.  All uses changed.
39617         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
39618         * lib/backupfile.c (check_extension, numbered_backup):
39619         Rename locals to avoid shadowing 'basename'.
39620         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
39621         once.
39622
39623         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
39624         * lib/.cvsignore: Add getopt.h.
39625
39626 2004-10-04  Bruno Haible  <bruno@clisp.org>
39627
39628         * modules/README: New file.
39629         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
39630         not a module.
39631
39632 2004-10-02  Jim Meyering  <jim@meyering.net>
39633
39634         * lib/dirfd.h, getpagesize.h: Add copyright notice.
39635
39636 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39637
39638         * modules/strsep: New file.
39639
39640 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39641
39642         * m4/strsep.m4: New file.
39643
39644 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39645
39646         * lib/strsep.h: New file.
39647         * lib/strsep.c: New file.
39648
39649 2004-10-01  Simon Josefsson  <jas@extundo.com>
39650
39651         * lib/snprintf.c (snprintf): Handle size==0.
39652
39653 2004-10-01  Simon Josefsson  <jas@extundo.com>
39654             Bruno Haible  <bruno@clisp.org>
39655
39656         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
39657         (snprintf): Declare 'args'.
39658
39659 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
39660
39661         * lib/snprintf.c: Remove comments as to why each header is needed.
39662
39663 2004-10-01  Bruno Haible  <bruno@clisp.org>
39664
39665         * MODULES.html.sh: Add strsep.
39666
39667 2004-09-30  Simon Josefsson  <jas@extundo.com>
39668
39669         * modules/snprintf: New file.
39670
39671 2004-09-30  Simon Josefsson  <jas@extundo.com>
39672
39673         * m4/snprintf.m4: New file.
39674
39675 2004-09-30  Simon Josefsson  <jas@extundo.com>
39676
39677         * lib/snprintf.h, lib/snprintf.c: New files.
39678
39679 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39680
39681         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
39682         (hol_entry_help): Never translate an empty string.
39683         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
39684         * lib/argp.h (OPTION_NO_TRANS): New option.
39685
39686 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39687
39688         * modules/argp (Maintainer): Replace Simon Josefsson
39689         by Sergey Poznyakoff.
39690
39691 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39692
39693         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
39694         changes merged back into glibc.
39695
39696 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39697
39698         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
39699
39700 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39701
39702         * lib/xvasprintf.c: Include xalloc.h.
39703         (xvasprintf): Use xalloc_die, not xmalloc_die.
39704
39705 2004-09-29  Bruno Haible  <bruno@clisp.org>
39706
39707         * modules/alloca-opt: New file, derived from modules/alloca.
39708         * modules/allocsa: Depend on alloca-opt instead of alloca.
39709         * modules/setenv: Likewise.
39710         * modules/vasnprintf: Likewise.
39711         * MODULES.html.sh: Add alloca-opt.
39712
39713 2004-09-28  Simon Josefsson  <jas@extundo.com>
39714
39715         * gnulib-tool: New parameter --lgpl, to asseert that modules are
39716         LGPL, and to replace license template from GPL to LGPL.
39717
39718 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39719
39720         * modules/dummy: Change license to LGPL.
39721
39722 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39723
39724         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
39725
39726 2004-09-24  Simon Josefsson  <jas@extundo.com>
39727
39728         * modules/minmax (License): Change from GPL to LGPL.
39729
39730 2004-09-23  Simon Josefsson  <jas@extundo.com>
39731
39732         * gnulib-tool (--import): Typo.
39733
39734 2004-09-23  Simon Josefsson  <jas@extundo.com>
39735
39736         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
39737
39738 2004-09-22  Bruno Haible  <bruno@clisp.org>
39739
39740         * modules/*: Add 'License' field.
39741         * gnulib-tool: Accept --extract-license option.
39742         (func_get_license): New function.
39743
39744 2004-09-21  Bruno Haible  <bruno@clisp.org>
39745
39746         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
39747         Reported by Simon Josefsson.
39748
39749 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39750
39751         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
39752         gl_AC_TYPE_LONG_LONG.
39753
39754 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39755
39756         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
39757
39758 2004-09-18  Simon Josefsson  <jas@extundo.com>
39759         and  Paul Eggert  <eggert@cs.ucla.edu>
39760
39761         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
39762         calls with autoreconf.  Define GL_LIB.
39763
39764 2004-09-14  Karl Berry  <karl@gnu.org>
39765
39766         * config/srclist.txt: unsync setenv.c, sigh.
39767
39768 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39769
39770         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
39771         Problem reported by Bruno Haible in:
39772         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
39773
39774 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39775
39776         * config/srclist.txt: Comment out argp-pvh.c.
39777
39778 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
39779
39780         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
39781         in case some system header has #define'd it.  Problem reported by
39782         Soeren D. Schulze in
39783         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
39784
39785 2004-09-09  Karl Berry  <karl@gnu.org>
39786
39787         * regex.[ch]: delete from the root.  These were supposed to be
39788                 synced with emacs cvs, but this has not happened for about
39789                 a year, and anyway nothing else uses emacs regex.[ch].
39790                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
39791                 lib/regex[.ch] is untouched.
39792
39793 2004-09-09  Bruno Haible  <bruno@clisp.org>
39794
39795         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
39796
39797 2004-09-09  Bruno Haible  <bruno@clisp.org>
39798
39799         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
39800         modifications.
39801         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
39802
39803 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39804
39805         * modules/xvasprintf: New file.
39806         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
39807
39808 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39809
39810         * lib/xvasprintf.h: New file.
39811         * lib/xvasprintf.c: New file.
39812         * lib/xasprintf.c: New file.
39813
39814 2004-09-08  Bruno Haible  <bruno@clisp.org>
39815
39816         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
39817
39818 2004-09-08  Bruno Haible  <bruno@clisp.org>
39819
39820         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
39821         length is > INT_MAX.
39822         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
39823         more.
39824
39825 2004-09-08  Bruno Haible  <bruno@clisp.org>
39826
39827         * lib/stdint_.h: New file, taken from GNU clisp.
39828
39829 2004-09-08  Bruno Haible  <bruno@clisp.org>
39830             Oskar Liljeblad  <oskar@osk.mine.nu>
39831
39832         * modules/stdint: New file.
39833         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
39834
39835 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39836
39837         Import from coreutils.
39838         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
39839         strings on unbounded length.  alloca's performance benefits aren't
39840         that important here.
39841         (V_STRDUP): Remove.
39842         (parse_with_separator): New function, with most of the internals
39843         of the old parse_user_spec.  Allow user to omit both user and group,
39844         for compatibility with FreeBSD.
39845         Clone only the user name, not the entire spec.
39846         Do not set *uid, *gid unless entirely successful.
39847         Avoid memory leak in some failing cases.
39848         Fix regression for USER.GROUP reported by Dmitry V. Levin in
39849         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
39850         (parse_user_spec): Rewrite to use parse_with_separator.
39851
39852 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39853
39854         * modules/userspec: Don't depend on alloca.
39855
39856 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39857
39858         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
39859
39860 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39861
39862         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
39863         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
39864         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
39865
39866 2004-08-16  Simon Josefsson  <jas@extundo.com>
39867
39868         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
39869         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
39870         Add --dry-run for --import.
39871         Let user provided command line parameters override configure.ac
39872         settings.
39873
39874 2004-08-12  Simon Josefsson  <jas@extundo.com>
39875
39876         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
39877         as discussed with Paul Eggert in threads rooted at
39878         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
39879         and
39880         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
39881         Before, the test was empty, and relied on ELIDE_CODE in source
39882         code.)
39883         (gl_PREREQ_GETOPT): New macro.
39884         (gl_GETOPT): Use them.
39885
39886 2004-08-12  Simon Josefsson  <jas@extundo.com>
39887
39888         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
39889         * lib/getopt_.h: Renamed from getopt.h.
39890
39891 2004-08-12  Simon Josefsson  <jas@extundo.com>
39892
39893         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
39894         Change default library name from libfoo to libgnu.
39895         Now, if you have a configure.ac that says:
39896                 gl_SOURCE_BASE(gl)
39897                 gl_M4_BASE(gl/m4)
39898                 gl_MODULES(error getopt etcetera)
39899                 gl_INIT
39900         you can import all you need by running:
39901                 ../gnulib/gnulib-tool --import
39902
39903         * modules/getopt (Files): Rename getopt.h to getopt_.h.
39904         (Makefile.am): Rewrite, use logic from argz.
39905         (Include): Use <getopt.h> instead of "getopt.h".
39906
39907 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39908
39909         * modules/argp (Files): Add m4/unlocked-io.m4.
39910         (Depends-on): Add extensions.
39911
39912 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39913
39914         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
39915         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
39916         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
39917         Check for program_invocation_name, program_invocation_short_name,
39918         flockfile, funlockfile, features.h, _getopt_long_only_r.
39919
39920 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39921
39922         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
39923         its complicated substitute.
39924         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
39925         and program_invocation_name.
39926         (__argp_basename) [!_LIBC]: Remove; the only use was
39927         replaced by its body.
39928         (__argp_short_program_name): Change condition from
39929         !defined __argp_short_program_name to
39930         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
39931         to match argp-namefrob.h.
39932         (__argp_failure): Don't assume strerror_r returns char *.
39933         * lib/argp-parse.c (N_): Define unconditionally.
39934         (argp_default_options): Fill out initializers with 0 to avoid
39935         gcc warnings.
39936
39937 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39938
39939         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
39940         getopt1.c.
39941
39942 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39943
39944         Merge from coreutils.
39945
39946         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
39947
39948         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
39949         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
39950
39951 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39952
39953         Merge from coreutils.
39954
39955         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
39956         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
39957         for Reliant Unix 5.43.
39958
39959         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
39960         (union fooround): Use uintmax_t, not long int.
39961         The rest is a merge from libc:
39962         [defined _LIBC]: Include <shlib-compat.h>.
39963         (_obstack) [defined _LIBC]: Remove after 2.3.4.
39964
39965         * lib/settime.c (settime): Recode to avoid warning with
39966         Sun Forte C 6U2.
39967
39968         * lib/strverscmp.c: Convert to UTF-8.
39969
39970 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39971
39972         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39973         m4/uintmax_t.m4.
39974
39975 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39976
39977         * modules/xalloc-die: New file.
39978         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
39979
39980         * modules/md5 (Files): Add m4/uint32_t.m4.
39981         * modules/sha1: Renamed from modules/sha.
39982         (Files):
39983         Rename lib/sha.h to lib/sha1.h.
39984         Rename lib/sha.c to lib/sha1.c.
39985         Rename m4/sha.m4 to m4/sha1.m4.
39986         (lib_SOURCES): Likewise.
39987         (configure.ac): Rename gl_SHA to gl_SHA1.
39988         (Include): sha.h -> sha1.h.
39989
39990 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39991
39992         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
39993         * m4/sha1.m4: Renamed from sha.m4.
39994         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
39995
39996 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39997
39998         * lib/obstack.h (obstack_empty_p):
39999         Don't assume that chunk->contents is suitably aligned.
40000         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
40001         Likewise. Problem reported by Benno in
40002         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
40003
40004         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
40005         readable.  This could be improved further but it'd take some work.
40006
40007 2004-08-08  Simon Josefsson  <jas@extundo.com>
40008
40009         * modules/xgethostname (Depends-on): Remove exit and error (not
40010         used).
40011
40012         * modules/getpass-gnu: Add getpass.h.
40013         (Depends-on): Add stdbool.
40014         * modules/getpass: Add getpass.h.
40015
40016 2004-08-08  Simon Josefsson  <jas@extundo.com>
40017
40018         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
40019         Check getpass declaration.
40020
40021 2004-08-08  Simon Josefsson  <jas@extundo.com>
40022
40023         * lib/xgethostname.c: Don't include error.h (not used).
40024
40025         * lib/getpass.h: Add.
40026         * lib/getpass.c: Include getpass.h first.
40027
40028 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
40029
40030         * lib/xalloc-die.c: New file.
40031         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
40032         All uses removed.
40033         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
40034         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
40035         xalloc-die.c.
40036         (_, N_, xalloc_die): Move to xalloc-die.c.
40037         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
40038         so that we needn't mess with xalloc_msg_memory_exhausted.
40039
40040         * lib/sha1.h: Renamed from sha.h.
40041         (SHA1_H): Renamed from _SHA_H.
40042         (sha1_ctx): Renamed from sha_ctx.
40043         (sha1_init_ctx): Renamed from sha_init_ctx.
40044         (sha1_process_block): Renamed from sha_process_block.
40045         (sha1_process_bytes): Renamed from sha_process_bytes.
40046         (sha1_finish_ctx): Renamed from sha_finish_ctx.
40047         (sha1_read_ctx): Renamed from sha_read_ctx.
40048         (sha1_stream): Renamed from sha_stream.
40049         (sha1_buffer): Renamed from sha_buffer.
40050         * lib/sha1.c: Likewise; renamed from sha.c.
40051         Do not include <sys/types.h>.
40052         Include <stddef.h> rather than <stdlib.h>.
40053
40054 2004-08-08  Bruno Haible  <bruno@clisp.org>
40055
40056         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
40057         FILESYSTEM_PREFIX_LEN.
40058         * lib/progreloc.c: Likewise.
40059         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
40060
40061 2004-08-06  Simon Josefsson  <jas@extundo.com>
40062
40063         * modules/progname (Depends-on): Don't depend on stdbool.
40064
40065 2004-08-06  Simon Josefsson  <jas@extundo.com>
40066
40067         * modules/getsubopt: New file.
40068         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40069         getsubopt.
40070
40071 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40072
40073         More merge from coreutils.
40074
40075         * m4/utimens.m4, m4/utimecmp.m4: New files.
40076         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
40077         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
40078         prereq.m4, sha.m4: Import changes from coreutils.
40079
40080 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40081
40082         More merge from coreutils.
40083         * modules/raise, modules/readtokens0, modules/utimens:
40084         * modules/utimecmp, module/xnanosleep: New files.
40085         * modules/strftime: Add lib/strftime.h.
40086         Change include from <time.h> to "strftime.h".
40087         * modules/yesno: Add lib/yesno.h.
40088         * modules/backupfile: Remove lib/addext.c.
40089         * modules/euidaccess: Add stat-macros.h.
40090         * modules/canonicalize, modules/euidaccess,
40091         modules/filemode, modules/lchown, modules/makepath,
40092         modules/rmdir, modules/stat: Likewise.
40093
40094 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40095
40096         Merge from tar.
40097         * lib/argp-help.c (make_hol, hol_append): Don't assume that
40098         SIZE_MAX is a valid preprocessor constant.
40099         (__argp_basename): Change from "#ifndef _LIBC"
40100         to "#ifndef __argp_short_program_name", so that
40101         we don't compile these functions for tar.
40102
40103         More merges from coreutils.
40104         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
40105         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
40106         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
40107         * lib/addext.c: Remove; no longer needed.
40108         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
40109         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
40110         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
40111         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
40112         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
40113         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
40114         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
40115         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
40116         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
40117         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40118         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
40119         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
40120         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
40121         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
40122         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
40123         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
40124         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
40125         Import changes from coreutils.
40126
40127 2004-08-05  Simon Josefsson  <jas@extundo.com>
40128
40129         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
40130
40131 2004-08-05  Simon Josefsson  <jas@extundo.com>
40132
40133         * m4/getsubopt.m4: New file.
40134
40135 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40136
40137         Merge from coreutils.
40138
40139         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
40140         * m4/getcwd-path-max.m4: New files.
40141
40142         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
40143         FILESYSTEM_PREFIX_LEN ->
40144         FILE_SYSTEM_PREFIX_LEN.
40145         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
40146         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
40147         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
40148         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
40149
40150         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
40151         prerequisite modules now handle the DOS stuff.
40152         Don't check for unistd.h.
40153
40154 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40155
40156         Merge from coreutils.
40157
40158         * lib/.gdb-history: Remove; this doesn't belong here.
40159
40160         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
40161         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
40162         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
40163         * lib/getcwd.c: New files.
40164
40165         * lib/dirname.h: Include <stdbool.h>.
40166         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
40167         for consistency with POSIX terminology.  All uses changed.
40168         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
40169         (strip_trailing_slashes): Use bool for booleans.
40170         * lib/stripslash.c (strip_trailing_slashes): Likewise.
40171
40172         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
40173         sometimes returns a positive errno value even when it succeeds.
40174         (print_errno_message) [!LIBC]: Fall back on strerror if
40175         __strerror_r fails.
40176
40177         * lib/path-concat.c (mempcpy): Don't define if a system header defines
40178         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
40179         (longest_relative_suffix): New function.
40180         (path_concat): Use it.  Assume first argument is not NULL.
40181         Port to DOS.  Omit redundant separators.
40182         Report an error instead of returning NULL.
40183         Use mempcpy instead of memcpy.
40184         (xpath_concat): Remove: not declared or used.
40185
40186         * lib/same.h: Include <stdbool.h>
40187         (same_name): Return bool, not int.
40188         * lib/same.c (same_name): Likewise.
40189         (errno): Don't declare; we assume C89 or better now.
40190
40191         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
40192         if not already defined.
40193
40194         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
40195         * lib/dup-safer.c (errno): Likewise.
40196
40197 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40198
40199         Merge from coreutils.
40200         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
40201         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
40202         * modules/path-concat: Don't depend on strdup.
40203
40204 2004-08-03  Simon Josefsson  <jas@extundo.com>
40205
40206         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
40207         * lib/progname.h: Don't include stdbool.h.
40208
40209 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40210
40211         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
40212         * MODULES.html.sh (func_all_modules): Remove fatal.
40213
40214 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40215
40216         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
40217
40218 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40219
40220         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
40221         working.
40222
40223 2004-08-02  Simon Josefsson  <jas@extundo.com>
40224
40225         * lib/getsubopt.h: New file, with comments from Bruno Haible.
40226         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
40227         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
40228
40229 2004-08-01  Simon Josefsson  <jas@extundo.com>
40230
40231         * lib/xgetdomainname.c: Include stdlib.h, for free().
40232
40233 2004-07-19  Bruno Haible  <bruno@clisp.org>
40234
40235         * MODULES.html.sh (func_all_modules): Add dummy.
40236
40237 2004-07-16  Simon Josefsson  <jas@extundo.com>
40238
40239         * modules/dummy: New file.
40240
40241 2004-07-16  Simon Josefsson  <jas@extundo.com>
40242
40243         * lib/dummy.c: New file.
40244
40245 2004-07-16  Bruno Haible  <bruno@clisp.org>
40246
40247         * lib/backupfile.h: Add extern "C" for C++.
40248         * lib/closeout.h: Likewise.
40249         * lib/copy-file.h: Likewise.
40250         * lib/findprog.h: Likewise.
40251         * lib/full-write.h: Likewise.
40252         * lib/pathname.h: Likewise.
40253         * lib/progname.h: Likewise.
40254         * lib/stpcpy.h: Likewise.
40255         * lib/stpncpy.h: Likewise.
40256         * lib/strcase.h: Likewise.
40257         * lib/strstr.h: Likewise.
40258         * lib/xalloc.h: Likewise.
40259
40260         * lib/mbswidth.h: Add extern "C" for C++.
40261         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
40262
40263 2004-07-13  Robert Millan  <robertmh@gnu.org>
40264
40265         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
40266
40267 2004-07-09  Simon Josefsson  <jas@extundo.com>
40268
40269         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
40270         failed without this.)
40271
40272 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40273
40274         * modules/chown (Files): Add lib/fchown-stub.c, since
40275         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
40276
40277 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40278
40279         * lib/fchown-stub.c: New file.
40280
40281 2004-06-24  Jim Meyering  <jim@meyering.net>
40282
40283         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
40284
40285 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40286
40287         * modules/argz: Omit "#include".
40288
40289         * MODULES.html.sh (func_all_modules): Add calloc, to match
40290         2004-06-01 addition of calloc module.
40291
40292 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40293
40294         * m4/argz.m4: New file, which is autoupdated from libtool.
40295
40296 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40297
40298         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
40299         libtool.
40300
40301 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40302
40303         * config/srclist-update: Don't insist on "USA." before the
40304         close-comment, as libtool omits the period and puts the */ on a
40305         separate line.
40306         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
40307         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
40308
40309 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
40310
40311         * modules/argz: New file.
40312         * MODULES.html.sh (func_all_modules): Add argz.
40313
40314 2004-06-12  Jim Meyering  <jim@meyering.net>
40315         and  Paul Eggert  <eggert@cs.ucla.edu>
40316
40317         * modules/hash (Files): Add lib/xalloc.h.
40318         * modules/pipe (Depends-on): Add wait-process.
40319         * modules/stat (Depends-on): Add xalloc.
40320         * modules/userspec (Files): Add lib/userspec.h.
40321         * modules/xstrto
40322
40323         Upgrade from gettext-0.13.
40324         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40325         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40326         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40327
40328 2004-06-10  Jim Meyering  <jim@meyering.net>
40329
40330         * lib/calloc.c: New file.
40331
40332 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40333
40334         * lib/getdate.y (yylex): Allow space between sign and number.
40335         Problem reported by Dan Jacobson.
40336
40337 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40338
40339         Merge from coreutils CVS.
40340
40341         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40342         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40343         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40344         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40345         xstrtol.m4: Fix copyright date and/or serial number.
40346
40347         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40348         See if we need an fchown replacement.
40349         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40350         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40351         and use the replacement function if we detect either defect.
40352
40353         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40354         gl_UTIMECMP.
40355
40356 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40357         and  Jim Meyering  <jim@meyering.net>
40358
40359         Merge from coreutils CVS.
40360
40361         * lib/stat-macros.h: New file, with contents from file-type.h
40362         and coreutils' system.h.
40363         * lib/file-type.c: Include "stat-macros.h".
40364         * lib/file-type.h (file_type): Move all macro definitions to new file,
40365         stat-macros.h.
40366
40367         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40368         Wrap old code with this conditional.
40369         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40370         function that does not dereference symlinks.
40371         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40372
40373         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40374         dependency problems.
40375         (xreadlink): Accept new arg SIZE, for efficiency.
40376         All decls and uses changed.
40377         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40378
40379         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40380         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40381
40382         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40383         sysexits.h.
40384
40385 2004-06-01  Jim Meyering  <jim@meyering.net>
40386
40387         * m4/calloc.m4: New file.
40388
40389 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40390
40391         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40392         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40393         Also, fix a typo in a diagnostic.
40394
40395 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40396
40397         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40398         or AC_FUNC_REALLOC.
40399
40400 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40403         macros to be defined.
40404         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40405         the allocator returns NULL because the requested size is zero.
40406
40407 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40408
40409         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40410         var.  Add comment explaining why libc still defines it.  This
40411         merges the following patch from glibc:
40412         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40413
40414 2004-05-20  Andreas Schwab  <schwab@suse.de>
40415
40416         * m4/free.m4: Replace free if it not known to work, not the other
40417         way round.
40418
40419 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40420
40421         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
40422         present in glibc since revision 1.1 of this file.
40423         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
40424         obstack_alignment_mask, obstack_alloc, obstack_base,
40425         obstack_blank, obstack_blank_fast, obstack_chunk_size,
40426         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
40427         obstack_grow0, obstack_init, obstack_int_grow,
40428         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
40429         obstack_next_free, obstack_object_size, obstack_ptr_grow,
40430         obstack_ptr_grow_fast, obstack_room): Remove declarations of
40431         nonexistent functions.
40432
40433 2004-05-18  Karl Berry  <karl@gnu.org>
40434
40435         * config/srclist.txt: break link for vasnprintf.c.
40436
40437 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40438
40439         Port obstack to the AS/400, where pointers are 16 bytes wide and
40440         you cannot cast an integer to a valid pointer.  This patch is
40441         currently waiting to be integrated into glibc; see
40442         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
40443
40444         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
40445         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
40446         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
40447         (struct obstack): temp member is now a union of a pointer and
40448         an integer, instead of an integer.  All integer uses changed.
40449         This does not affect the physical layout of struct obstack,
40450         except on hosts (like the AS/400) where the size or alignment of
40451         void * is greater than that of ptrdiff_t.
40452         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
40453         __STDC__)]: Store temporary in pointer member of union, not
40454         integer member.
40455         * lib/obstack.c: Include <stddef.h>, for offsetof.
40456         (struct fooalign): Remove; it doesn't need a name.
40457         (union fooround): Change double to long double, and add void *.
40458         (DEFAULT_ALIGNMENT): Use offsetof to compute.
40459         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
40460         not a macro.  Hence the values are always int; so remove all
40461         casts-to-int in uses.
40462
40463 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40464
40465         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
40466         we can get this patch merged into glibc.
40467
40468 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40469             Paul Eggert  <eggert@cs.ucla.edu>
40470
40471         * m4/argp: Depend on alloca.
40472
40473 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40474             Paul Eggert  <eggert@cs.ucla.edu>
40475
40476         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
40477         freecoding.
40478
40479 2004-05-17  Bruno Haible  <bruno@clisp.org>
40480
40481         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
40482         precision that consists of a '.' followed by an empty digit string.
40483         Patch by Tor Lillqvist <tml@iki.fi>.
40484
40485 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40486
40487         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
40488         for backward compatibility with older code.  We need our own
40489         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
40490         it under some other name, and our alloca.h will define it.
40491
40492 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40493             Derek Price  <derek@ximbiot.com>
40494
40495         * lib/alloca.c: Include <alloca.h>, to get our interface.
40496         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
40497         include <alloca.h> first.  Use C89 prototype for alloca; this
40498         requires including <stddef.h> for size_t.  Use extern "C" if C++.
40499         Use #elif for simplicity, since we can assume C89 now.
40500         Don't try to source the system alloca.h since it will not be found
40501         and to prevent recursively including its replacement.
40502         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
40503         * lib/regex.c: Likewise.
40504
40505 2004-05-16  Derek Price  <derek@ximbiot.com>
40506             Paul Eggert  <eggert@cs.ucla.edu>
40507
40508         getline cleanup.  This changes the getndelim2 API: both order of
40509         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
40510         no delimiter).
40511
40512         * lib/getline.c: Don't include stddef.h or stdio.h, since our
40513         interface does that.
40514         (getline): Always use getdelim, so that we don't have two
40515         copies of this code.
40516         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
40517         if available.
40518         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
40519         (GETNDELIM2_MAXIMUM): New macro.
40520         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
40521         instead of the old practice of delim2==0.  All callers changed.
40522         Return -1 on overflow, instead of returning junk.
40523         Do not set *linesize unless allocation succeeds.
40524         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
40525         that we include sys/types.h.
40526         * lib/getnline.h: Likewise.
40527         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
40528         (getndelim2): Reorder arguments.
40529         * lib/getnline.c (getnline, getndelim):
40530         Don't discard the NMAX argument.
40531         (getnline): Invoke getndelim, to avoid code duplication.
40532         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
40533         of (size_t) -1 by callers of the getnline family.
40534
40535 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40536
40537         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
40538         Check for gettimeofday.
40539         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
40540         Check for settimeofday, stime.
40541
40542 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40543
40544         * lib/nanosleep.c (suspended): Change its type from int to
40545         sig_atomic_t volatile.
40546         (first_call): Make it private to rpl_nanosleep, and have it
40547         be zero initially as that's a bit faster.
40548         (my_usleep): Round up fractional times instead of truncating them,
40549         as this is the usual meaning for 'sleep'.
40550
40551         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
40552         doesn't work.
40553         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
40554         (ENOSYS): Define if not defined.
40555         (settime): Fall back on stime if it exists and settimeofday fails.
40556         But don't bother with fallbacks if a method fails with errno == EPERM.
40557
40558 2004-05-11  Jim Meyering  <jim@meyering.net>
40559
40560         Prior to this change, the save_cwd caller required read access to the
40561         current directory on most systems (ones with the fchdir function).
40562
40563         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
40564         fails, try write-only, and finally, resort to using xgetcwd.
40565
40566 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40567
40568         * lib/obstack.c, obstack.h: Import changes from libc.
40569
40570 2004-04-28  Bruno Haible  <bruno@clisp.org>
40571
40572         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
40573         also implicitly appends .exe to executables.
40574         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
40575         accepts Windows pathnames.
40576         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40577         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40578         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40579         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40580         Reported by Derek Robert Price <derek@ximbiot.com>.
40581
40582 2004-04-21  Karl Berry  <karl@gnu.org>
40583
40584         * config/srclist.txt (localcharset.c): break sync.
40585
40586 2004-04-20  Paul Eggert  <eggert@twinsun.com>
40587
40588         * m4/host-os.m4: Add a copyright notice.
40589
40590 2004-04-20  Jim Meyering  <jim@meyering.net>
40591
40592         Change UTILS_ to gl_ in AC_DEFINE'd names.
40593         Change utils_- and jm_-prefixed variables, too.
40594         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
40595         UTILS_FUNC_MKDIR_TRAILING_SLASH.
40596         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
40597
40598         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
40599         Don't emit trailing blanks.
40600         Also rename jm_-prefixed variables to have gl_ prefix.
40601
40602         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
40603         Also rename jm_-prefixed variables to have gl_ prefix.
40604
40605         * m4/jm-macros.m4: Reflect the renamings.
40606         * m4/prereq.m4: Likewise.
40607
40608 2004-04-20  Jim Meyering  <jim@meyering.net>
40609
40610         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
40611         memory.
40612
40613 2004-04-20  Jim Meyering  <jim@meyering.net>
40614             Bruno Haible  <bruno@clisp.org>
40615
40616         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
40617         memory when realloc fails.
40618
40619 2004-04-19  Jim Meyering  <jim@meyering.net>
40620
40621         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
40622         now that readutmp.c may call `free (0)'.
40623
40624 2004-04-19  Bruno Haible  <bruno@clisp.org>
40625
40626         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
40627         * m4/inttypes_h.m4: Likewise.
40628         * m4/stdint_h.m4: Likewise.
40629         * m4/intmax_t.m4: Likewise.
40630         * m4/uintmax_t.m4: Likewise.
40631
40632 2004-04-18  Jim Meyering  <jim@meyering.net>
40633
40634         * m4/prereq.m4: Don't forbid jm_ prefix.
40635
40636         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
40637         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
40638         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
40639         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
40640         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
40641         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
40642         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
40643         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
40644         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
40645         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
40646         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
40647         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
40648         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
40649         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
40650         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
40651         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
40652         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
40653         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
40654         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
40655
40656 2004-04-18  Jim Meyering  <jim@meyering.net>
40657
40658         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
40659         failure, don't leak memory and do call END_UTMP_ENT.
40660
40661 2004-04-16  Jim Meyering  <jim@meyering.net>
40662
40663         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
40664         coreutils' stat program.
40665         (gl_PREREQ): Don't require jm_PREREQ_STAT.
40666
40667 2004-04-11  Paul Eggert  <eggert@twinsun.com>
40668
40669         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
40670         C89.
40671         (CHAR_BIT): Remove, since we assume C89.
40672         Include <stdint.h> if available, as per current Autoconf CVS advice.
40673
40674 2004-03-31  Jim Meyering  <jim@meyering.net>
40675
40676         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
40677         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
40678         * m4/xalloc.m4: Likewise.
40679
40680 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40681
40682         Merge from coreutils.
40683
40684         * m4/inttostr.m4: New file.
40685         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
40686         Require AM_STDBOOL_H and gl_TIMESPEC instead.
40687         Require gl_CLOCK_TIME.
40688         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
40689
40690 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40691
40692         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
40693         not bool, to be more consistent with Unix conventions.
40694         Suggested by Bruno Haible.
40695
40696         Merge from coreutils.
40697
40698         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
40699         * lib/umaxtostr.c: New files.
40700
40701         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
40702         the usual <time.h> dance.
40703         (get_date): Change signature to support fractional time stamps.
40704         All callers changed.
40705         * lib/getdate.y: Include "getdate.h" first, as we can now
40706         assume C89 and don't need to worry about 'const'.
40707         Similarly, include "unlocked-io.h" near start, not in middle.
40708         Include <limits.h>.
40709         (textint.value): Use long int rather than int.
40710         (textint.digits): Use size_t rather than int.
40711         (BILLION, LOG10_BILLION): New constants.
40712         (parser_control): New member rel_ns.  Members day_ordinal,
40713         time_zone, month, day, hour, minutes, rel_year, rel_month,
40714         rel_day, rel_hour, rel_minutes, rel_seconds
40715         are now long int, not int.  Member seconds is now struct timespec,
40716         not int.  New member timespec_seen.  Members dates_seen, days_seen,
40717         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
40718         not int.
40719         (%union.intval): Now long int, not int.
40720         New member timespec.
40721         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
40722         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
40723         (spec): Now is a timespec or an item list.
40724         (timespec, items): New nonterminals.
40725         (time, rel, relunit, number, get_date):
40726         Add support for fractional seconds.
40727         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
40728         (gmtime, localtime, mktime): Remove decls; not needed with C89.
40729         (to_hour): First arg is now long int, not int.
40730         (to_year): Returns long int, not int.
40731         Don't treat year -70 like 70.
40732         (tm_diff): Returns long int, not int.
40733         (lookup_word): Use bool instead of int when appropriate.
40734         (yylex): Use size_t for count, not int.
40735         Detect overflow when parsing large integer constants.
40736         Add support for fractions.
40737         (get_date): Make pointers 'const' if possible.
40738         Use more-portable code to detect integer overflow.
40739         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
40740         Don't use ctime; it's not reliable if the year has >4 digits.
40741
40742         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
40743         This is for compatibility with BSD.
40744
40745         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
40746         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
40747         From coreutils' system.h.
40748
40749         * lib/userspec.c: Don't include "posixver.h".
40750         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
40751         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
40752         compatible extension.  Simplify code by removing a boolean int
40753         that was always nonzero if a string was nonnull.
40754
40755 2004-03-30  Jim Meyering  <jim@meyering.net>
40756
40757         Merge from coreutils.
40758
40759         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
40760         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
40761         on some systems one must include <grp.h> before it.
40762         Reported by Christian Krackowizer.
40763
40764 2004-03-30  Jim Meyering  <jim@meyering.net>
40765
40766         Merge from coreutils.
40767
40768         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
40769
40770         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
40771         an empty input stream.
40772
40773         * lib/readtokens.c: Include <stdbool.h>.
40774         (readtoken): Use `size_t' rather than int/long.
40775         All callers adjusted.
40776         Use `bool' rather than `int' where appropriate.
40777         Use memset rather than an explicit loop.
40778         Use x2nrealloc rather than xrealloc.
40779         Allow the use of `\0' as a delimiter.
40780         (readtokens): Likewise.
40781         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
40782
40783 2004-03-30  Jim Meyering  <jim@meyering.net>
40784
40785         * m4/realloc.m4: Remove file, since now it does no more than
40786         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
40787         the `configure.ac' section of module/realloc.
40788         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
40789
40790 2004-03-30  Bruno Haible  <bruno@clisp.org>
40791
40792         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
40793         nonnull.
40794
40795 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40796
40797         Merge changes to getloadavg.c from coreutils and Emacs.
40798
40799         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
40800         Define to an expression, not to the empty string.
40801         Include cloexec.h and xalloc.h.
40802         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
40803         Use set_cloexec_flag rather than rolling our own.
40804         * lib/cloexec.c, lib/cloexec.h: New files.
40805
40806 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40807
40808         * m4/cloexec.m4: New file.
40809
40810 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40811
40812         * lib/getopt.h: Sync with libc CVS.
40813
40814 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40815             Bruno Haible  <bruno@clisp.org>
40816
40817         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
40818         mbswidth.
40819
40820 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40821             Bruno Haible  <bruno@clisp.org>
40822
40823         * lib/mbswidth.h: Include <wchar.h> only if
40824         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
40825         <wchar.h>.
40826         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
40827
40828 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40829
40830         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
40831         Sync with libc CVS.
40832         * lib/getopt_int.h: New file, also synced from libc.
40833
40834 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40835
40836         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
40837         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
40838         Bring back getopt.c, getopt.h, getopt1.c.
40839
40840 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40841
40842         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
40843         All uses changed.  Check for sa_sigaction member; this fixes
40844         a bug first reported by Jason Andrade in
40845         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40846
40847 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40848
40849         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
40850         '#if' expressions.  Unlike the code it replaces, it does not
40851         depend on (defined _SC_PAGESIZE).  However, it does depend on
40852         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
40853         first reported by Jason Andrade in
40854         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40855
40856 2004-02-25  Simon Josefsson  <jas@extundo.com>
40857
40858         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
40859
40860 2004-02-25  Simon Josefsson  <jas@extundo.com>
40861
40862         * lib/strdup.h: New file.
40863         * lib/strdup.c: Include it.
40864         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
40865         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
40866
40867 2004-02-23  Karl Berry  <karl@gnu.org>
40868
40869         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
40870         (from fencepost.gnu.org:/gd/gnuorg).
40871
40872 2004-02-23  Karl Berry  <karl@gnu.org>
40873
40874         * config/srclistvars.sh (GNUORG) [karl]: redefine.
40875         * config/srclist.txt: add maintain/standards documents.
40876
40877 2004-02-18  Bruno Haible  <bruno@clisp.org>
40878
40879         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
40880         Reported by Derek Robert Price <derek@ximbiot.com>.
40881
40882 2004-02-16  Karl Berry  <karl@gnu.org>
40883
40884         * config/mkinstalldirs, install-sh: update from automake.
40885
40886 2004-02-06  Karl Berry  <karl@gnu.org>
40887
40888         * m4/po.m4: update from gettext 0.14.1.
40889
40890 2004-02-06  Karl Berry  <karl@gnu.org>
40891
40892         * lib/config.charset: update from gettext 0.14.1.
40893
40894 2004-02-05  Paul Eggert  <eggert@twinsun.com>
40895
40896         Add comments and code, prompted by suggestions from Bruno Haible
40897         for sh-quote.
40898         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
40899         describing the enum quoting_style values.
40900         * lib/quotearg.c (quotearg_alloc): New function.
40901         (quotearg_buffer_restyled): Treat lone { and } as special.
40902         Treat = as special.  Work around bug with older shells
40903         that "see" a '\' that is really the 2nd byte of a multibyte char.
40904         Quote empty string with shell_quoting_style.
40905
40906 2004-02-03  Bruno Haible  <bruno@clisp.org>
40907
40908         * m4/pipe.m4: New file, from GNU gettext.
40909
40910 2004-02-03  Bruno Haible  <bruno@clisp.org>
40911
40912         * lib/pipe.h: New file, from GNU gettext.
40913         * lib/pipe.c: New file, from GNU gettext.
40914
40915 2004-01-27  Bruno Haible  <bruno@clisp.org>
40916
40917         * m4/execute.m4: New file, from GNU gettext.
40918
40919 2004-01-27  Bruno Haible  <bruno@clisp.org>
40920
40921         * lib/execute.h: New file, from GNU gettext.
40922         * lib/execute.c: New file, from GNU gettext.
40923         * lib/w32spawn.h: New file, from GNU gettext.
40924
40925 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40926
40927         Merge from diffutils.
40928
40929         * lib/file-type.c (file_type): Add typed memory objects.
40930         * lib/file-type.h (S_TYPEISTMO): New macro.
40931
40932         * lib/c-stack.h (c_stack_action): Remove argv argument.
40933         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
40934         (die): Don't calculate message unless segv_action returns.
40935         (get_stack_location, min_address_from_argv, max_address_from_argv,
40936         volatile stack_base, volatile_stack_size): Remove.
40937         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
40938         that every segmentation violation is a stack overflow.  (Ouch!)
40939         See Debian bug 136249 (still outstanding) for more info about why
40940         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
40941
40942 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40943
40944         Exit-status fix from coreutils.
40945
40946         Use exit_failure consistently in place of EXIT_FAILURE,
40947         so that program exit statuses are consistent on failure.
40948
40949         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
40950         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
40951         * lib/argmatch.h: Comment fix to match the above.
40952         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
40953         Now a macro referring to exit_failure, instead of a separate
40954         variable.  Include "exitfail.h" to get it.
40955         * lib/xstrtol.h: Include "exitfail.h".
40956         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
40957
40958         * lib/long-options.c (parse_long_options): Use prototype
40959         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
40960         for clarity.
40961
40962 2004-01-21  Jim Meyering  <jim@meyering.net>
40963
40964         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
40965         so as not to conflict with a different-sized __mktime_internal
40966         function in GNU libc.
40967         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
40968         Problem building statically-linked `ls' reported by Michael Brunnbauer.
40969
40970 2004-01-20  Karl Berry  <karl@gnu.org>
40971
40972         * config/config.guess: update from config.
40973
40974         * config/srclistvars.sh: GNUWWWLICENSES for karl.
40975
40976 2004-01-20  Bruno Haible  <bruno@clisp.org>
40977
40978         Safer stack allocation.
40979         * lib/setenv.c: Include allocsa.h.
40980         (alloca): Remove fallback definition.
40981         (freea): Remove macro.
40982         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
40983         instead of freea.
40984
40985 2004-01-20  Bruno Haible  <bruno@clisp.org>
40986
40987         * m4/eealloc.m4: New file, from GNU gettext.
40988
40989 2004-01-20  Bruno Haible  <bruno@clisp.org>
40990
40991         * m4/allocsa.m4: New file, from GNU gettext.
40992
40993 2004-01-20  Bruno Haible  <bruno@clisp.org>
40994
40995         * lib/xallocsa.h: New file, from GNU gettext.
40996         * lib/xallocsa.c: New file, from GNU gettext.
40997
40998 2004-01-20  Bruno Haible  <bruno@clisp.org>
40999
41000         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
41001
41002 2004-01-20  Bruno Haible  <bruno@clisp.org>
41003
41004         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
41005         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
41006         specially.
41007
41008 2004-01-20  Bruno Haible  <bruno@clisp.org>
41009
41010         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
41011         patch.
41012
41013 2004-01-20  Bruno Haible  <bruno@clisp.org>
41014
41015         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
41016
41017 2004-01-20  Bruno Haible  <bruno@clisp.org>
41018
41019         * lib/eealloc.h: New file.
41020
41021 2004-01-20  Bruno Haible  <bruno@clisp.org>
41022
41023         * lib/binary-io.h: Avoid warnings on Cygwin.
41024
41025 2004-01-20  Bruno Haible  <bruno@clisp.org>
41026
41027         * lib/allocsa.h: New file, from GNU gettext.
41028         * lib/allocsa.c: New file, from GNU gettext.
41029
41030 2004-01-18  Karl Berry  <karl@gnu.org>
41031
41032         * doc/gpl.texi, doc/lgpl.texi: new files.
41033
41034 2004-01-18  Karl Berry  <karl@gnu.org>
41035
41036         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
41037         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
41038
41039 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41040
41041         Merge from coreutils.
41042
41043         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
41044         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
41045         (gl_DEFAULT_POSIX2_VERSION): Move
41046         the documentation from 'configure' into 'config.hin',
41047         so that 'configure --help' isn't burdened by it and
41048         we don't have to worry about its formatting there.
41049         Reword the documentation so that it's more succinct
41050         and can be run together into a single paragraph.
41051         * m4/same.m4 (gl_SAME): Check for pathconf.
41052
41053 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41054
41055         Merge from coreutils.
41056
41057         * lib/posixver.c: Include posixver.h.
41058
41059         * lib/same.c: Include <stdbool.h>, <limits.h>.
41060         (_POSIX_NAME_MAX): Define if not defined.
41061         (MIN): New macro.
41062         (same_name): If file names are silently truncated, report
41063         that the file names are the same if they are the same after
41064         the silent truncation.
41065
41066         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
41067         conversion function.
41068         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
41069         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
41070         longer needed.
41071
41072 2004-01-15  Jim Meyering  <jim@meyering.net>
41073
41074         Merge from coreutils.
41075
41076         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
41077         if no library is required.
41078         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
41079         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
41080         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
41081         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
41082         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
41083         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
41084         value, $ac_cv_search_crypt, if it's "none required".
41085         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
41086         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
41087         not gl_FUNC_GETLOADAVG.
41088         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
41089         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
41090
41091 2004-01-15  Jim Meyering  <jim@meyering.net>
41092
41093         Merge from coreutils.
41094
41095         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
41096         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
41097         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
41098
41099         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
41100         optional configure-time default.
41101
41102         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41103
41104         * lib/xreadlink.c (xreadlink): Correct outdated comment.
41105
41106 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
41107
41108         Merge from coreutils.
41109
41110         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
41111         value, $ac_cv_search_nanosleep, if it's "none required".
41112
41113 2004-01-14  Paul Eggert  <eggert@twinsun.com>
41114
41115         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
41116         with like-named macro in fnmatch.c.
41117         (EXT): Use an internal constant instead.
41118
41119         Merge fnmatch patches from glibc.
41120         * lib/fnmatch.c (mbsinit): Remove define.
41121         Add libc_hidden_ver (__fnmatch, fnmatch).
41122         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
41123         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
41124
41125 2004-01-14  Karl Berry  <karl@gnu.org>
41126
41127         * config/install-sh: update from automake.
41128
41129 2004-01-13  Karl Berry  <karl@gnu.org>
41130
41131         * config/install-sh: update from automake.
41132
41133 2004-01-09  Karl Berry  <karl@gnu.org>
41134
41135         * config/install-sh: update from automake.
41136
41137 2004-01-05  Karl Berry  <karl@gnu.org>
41138
41139         * config/config.{sub,guess}: update from config.
41140
41141 2003-12-31  Karl Berry  <karl@gnu.org>
41142
41143         * config/depcomp: update from automake.
41144
41145 2003-12-14  Karl Berry  <karl@gnu.org>
41146
41147         * lib/config.charset: update from gettext-runtime.
41148
41149 2003-12-03  Paul Eggert  <eggert@twinsun.com>
41150
41151         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
41152         Bug reported by Alfred M. Szmidt.
41153
41154 2003-12-03  Bruno Haible  <bruno@clisp.org>
41155
41156         * m4/gettext.m4: Upgrade from gettext-0.13.
41157         * m4/po.m4: Upgrade from gettext-0.13.
41158         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
41159         * m4/intmax.m4: New file, from gettext-0.13.
41160         * m4/printf-posix.m4: New file, from gettext-0.13.
41161
41162 2003-11-29  Karl Berry  <karl@gnu.org>
41163
41164         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
41165
41166 2003-11-25  Paul Eggert  <eggert@twinsun.com>
41167             Bruno Haible  <bruno@clisp.org>
41168
41169         * lib/printf-parse.h: Don't include sys/types.h.
41170         (ARG_NONE): New macro.
41171         (char_directive): Change type of *arg_index fields to size_t.
41172         * lib/printf-parse.c: Don't include sys/types.h.
41173         (SSIZE_MAX): Remove macro.
41174         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
41175         Remove unnecessary overflow check.
41176         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
41177         fields.
41178
41179 2003-11-25  Bruno Haible  <bruno@clisp.org>
41180
41181         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
41182
41183 2003-11-25  Bruno Haible  <bruno@clisp.org>
41184
41185         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
41186         gt_TYPE_SSIZE_T.
41187
41188 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41189
41190         * modules/alloca: Remove dependency on xalloc.
41191
41192 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41193
41194         * lib/alloca.c: Remove dependency on xalloc module.
41195         (xalloc_die): Remove.
41196         (memory_full) [!defined emacs]: New macro.
41197         [!defined emacs]: Don't include xalloc.h.
41198         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
41199         address arithmetic overflows.  Change datatypes a bit to avoid
41200         unnecessary casts.
41201
41202 2003-11-22  Jim Meyering  <jim@meyering.net>
41203
41204         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
41205         s/size/size_t/.
41206
41207 2003-11-21  Karl Berry  <karl@gnu.org>
41208
41209         * config/config.{sub,guess}: update from config.
41210
41211 2003-11-18  Karl Berry  <karl@gnu.org>
41212
41213         * config/config.{sub,guess}: update from config.
41214
41215         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
41216
41217 2003-11-17  Paul Eggert  <eggert@twinsun.com>
41218
41219         * README: Mention that S+T cannot overflow if S is the size of
41220         an existing object and T is sufficiently small.
41221
41222 2003-11-17  Jim Meyering  <jim@meyering.net>
41223
41224         On systems without utime and without a utimes function capable of
41225         dealing with a NULL struct utimbuf* argument, this utime replacement
41226         could -- in unusual circumstances -- leak a file descriptor.
41227         * lib/utime.c: Include <unistd.h> and <errno.h>.
41228         (utime_null): Be sure to close `fd' and to preserve errno.
41229         Reported by Geoff Collyer via Arnold Robbins.
41230
41231 2003-11-17  Bruno Haible  <bruno@clisp.org>
41232
41233         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
41234         (Depends-on): Add xsize.
41235
41236 2003-11-17  Bruno Haible  <bruno@clisp.org>
41237
41238         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
41239
41240 2003-11-17  Bruno Haible  <bruno@clisp.org>
41241
41242         * lib/vasnprintf.c (alloca): Remove fallback definition.
41243         (freea): Remove definition.
41244         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
41245         Reported by Paul Eggert.
41246
41247 2003-11-16  Paul Eggert  <eggert@twinsun.com>
41248             Bruno Haible  <bruno@clisp.org>
41249
41250         Protect against address arithmetic overflow.
41251         * lib/printf-args.h: Include stddef.h.
41252         (arguments): Change type of field 'count' to size_t.
41253         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
41254         'unsigned int' where appropriate.
41255         * lib/printf-parse.h: Include sys/types.h.
41256         (char_directive): Change type of *arg_index fields to ssize_t.
41257         (char_directives): Change type of fields 'count', max_*_length to
41258         size_t.
41259         * lib/printf-parse.c: Include sys/types.h and xsize.h.
41260         (SSIZE_MAX): Define fallback value.
41261         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
41262         instead of 'int' where appropriate. Check a_allocated, d_allocated
41263         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
41264         * lib/vasnprintf.c: Include xsize.h.
41265         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
41266         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
41267         overflow. Avoid wraparound when converting a width or precision from
41268         decimal to binary.
41269
41270 2003-11-16  Bruno Haible  <bruno@clisp.org>
41271
41272         Update from GNU gettext.
41273         * lib/printf-parse.c: Generalize to it can be compiled for wide
41274         strings.
41275         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
41276         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
41277         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
41278         SNPRINTF): New macros.
41279         Don't include <alloca.h> if the file is used inside libintl.
41280         (local_wcslen): New function, for Solaris 2.5.1.
41281         (VASNPRINTF): Use it instead of wcslen.
41282
41283 2003-11-16  Bruno Haible  <bruno@clisp.org>
41284
41285         * lib/xsize.h (xmax): New function.
41286         (xsum, xsum3, xsum4): Declare as "pure" functions.
41287
41288 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41289
41290         * modules/xalloc (Files): Undo latest change, since xalloc.h
41291         no longer needs SIZE_MAX or PTRDIFF_MAX.
41292
41293 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41294
41295         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
41296         gl_PTRDIFF_MAX.
41297
41298 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41299
41300         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
41301         "return", to pacify some unknown compiler.  Problem reported
41302         by Joerg Schilling.
41303
41304 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41305
41306         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
41307         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
41308         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
41309         heuristic is just as accurate as far as we know, and it removes a
41310         dependency on size_max.m4 and ptrdiff_max.m4.
41311
41312 2003-11-11  Bruno Haible  <bruno@clisp.org>
41313
41314         * modules/xsize (Files): Add m4/size_max.m4.
41315         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
41316
41317 2003-11-11  Bruno Haible  <bruno@clisp.org>
41318
41319         * m4/size_max.m4: New file.
41320         * m4/ptrdiff_max.m4: New file.
41321         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41322         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41323         (gl_XALLOC): Invoke it.
41324
41325 2003-11-11  Bruno Haible  <bruno@clisp.org>
41326
41327         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41328         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41329         defined.
41330
41331 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41332
41333         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41334         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41335         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41336         From Bruno Haible.
41337         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41338         not (size_t) -1, since it's defined here.
41339
41340 2003-11-09  Karl Berry  <karl@gnu.org>
41341
41342         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41343
41344 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41345
41346         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41347         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41348         Reject sizes of exactly SIZE_MAX bytes.
41349         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41350         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41351
41352 2003-11-05  Bruno Haible  <bruno@clisp.org>
41353
41354         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41355         SIZE_MAX defined in <limits.h> on Solaris.
41356
41357 2003-11-04  Jim Meyering  <jim@meyering.net>
41358
41359         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41360         variable names, rather than @VAR@.
41361         * modules/poll: Likewise.
41362
41363 2003-11-04  Bruno Haible  <bruno@clisp.org>
41364
41365         * modules/xsize: New file.
41366         * modules/linebreak: Depend on xsize.
41367         * MODULES.html.sh (func_all_modules): Add xsize.
41368
41369 2003-11-04  Bruno Haible  <bruno@clisp.org>
41370
41371         * m4/xsize.m4: New file.
41372
41373 2003-11-04  Bruno Haible  <bruno@clisp.org>
41374
41375         * lib/xsize.h: New file.
41376         * lib/linebreak.c: Include xsize.h.
41377         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41378         argument for overflow.
41379         Suggested by Paul Eggert.
41380
41381 2003-11-03  Karl Berry  <karl@gnu.org>
41382
41383         * config/config.{guess,sub}: update from config.
41384
41385 2003-11-03  Jim Meyering  <jim@meyering.net>
41386
41387         * modules/userspec (lib_SOURCES): Add userspec.h.
41388         (Include): Add "userspec.h".
41389         Improve description.
41390
41391 2003-11-03  Jim Meyering  <jim@meyering.net>
41392
41393         * lib/userspec.c: Include "userspec.h".
41394         * lib/userspec.h: New file.
41395
41396 2003-11-03  Bruno Haible  <bruno@clisp.org>
41397
41398         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41399
41400 2003-11-03  Bruno Haible  <bruno@clisp.org>
41401
41402         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41403         available, to avoid (extremely rare) race condition.
41404         Suggested by Paul Eggert.
41405
41406 2003-11-02  Karl Berry  <karl@gnu.org>
41407
41408         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41409
41410 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41411
41412         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41413         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41414         (read_filesystem_list): Set and use me_type_malloced.
41415         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41416         whatever the type happens to be), for brevity and consistency.
41417         Check for size calculation overflow on Alphas running OSF/1.
41418
41419 2003-10-31  Jim Meyering  <jim@meyering.net>
41420
41421         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
41422
41423         * lib/linebuffer.c: Include <string.h> for declaration of memset.
41424
41425 2003-10-30  Paul Eggert  <eggert@twinsun.com>
41426             Bruno Haible  <bruno@clisp.org>
41427
41428         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
41429         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
41430
41431 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
41432
41433         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
41434         netbsd*-gnu*.  Suggested by Robert Millan.
41435
41436 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41437
41438         * modules/group-member: Depend on stdbool.
41439
41440 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41441
41442         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
41443
41444 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41445
41446         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
41447         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
41448         after the 'gnu' in these cases.  This fixes some bugs in the
41449         previous change, and is based on suggestions by Robert Millan.
41450
41451 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41452
41453         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
41454         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
41455         no longer needed.
41456         * lib/quotearg.c (quotearg_n_options): Use it.
41457         * lib/group-member.c: Include <stdbool.h>.
41458         (free_group_info): Arg is now const *; don't free arg.
41459         (get_group_info): Now returns bool and accepts struct group_info *,
41460         rather than returning a malloc'ed struct group_info *.
41461         All uses changed.  Check for overflow in internal size calculation.
41462
41463         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
41464         rather than xmalloc/xrealloc.
41465         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
41466         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
41467         conformance bug: the old code used a pointer after freeing the
41468         storage that it addressed.
41469         * lib/hash.c (hash_initialize): Simplify the code by using
41470         xalloc_oversized rather than doing it by hand.
41471         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
41472         the buffer preserved.  Use free and xmalloc instead.
41473         * lib/quotearg.c (quotearg_n_options): Likewise.
41474         Use a simpler test for size overflow.  Don't use xalloc_oversized
41475         because unsigned int might be wider than size_t (!); this suggests
41476         that we should switch from unsigned int to size_t for slot numbers.
41477
41478 2003-10-28  Paul Eggert  <eggert@twinsun.com>
41479
41480         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
41481         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
41482         NetBSD kernels.  Requested by Richard Stallman.
41483
41484 2003-10-27  Paul Eggert  <eggert@twinsun.com>
41485
41486         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
41487         to allocate the returned structure.  Do not allocate a subarray,
41488         as x2nrealloc will do that.
41489         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
41490         instead of xnrealloc.
41491         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
41492
41493 2003-10-27  Bruno Haible  <bruno@clisp.org>
41494
41495         * lib/stdbool_.h: Better support for BeOS.
41496
41497 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41498
41499         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
41500         now uses inline.
41501
41502 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41503
41504         * lib/xalloc.h (xalloc_oversized): New static inline function, for
41505         callers that want to do their own size-overflow checking.  Include
41506         <stdbool.h>, since xalloc_oversized returns bool.
41507         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
41508         to use xalloc_oversized.
41509
41510         Add two functions x2realloc, x2nrealloc, for programs that grow
41511         arrays dynamically by doubling their sizes.
41512         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
41513         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
41514         New functions.
41515
41516         Port to C99 semantics for 'inline' of external functions.
41517         Bug reported by Bruno Haible.
41518         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
41519         with the old contents of xnmalloc.
41520         (xnmalloc, xmalloc): Use it.
41521         (xnrealloc_inline): New static inline function,
41522         with the old contents of xnrealloc.
41523         (xnrealloc, xrealloc): Use it.
41524
41525         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
41526         that.
41527
41528 2003-10-26  Karl Berry  <karl@gnu.org>
41529
41530         * config/srclist.txt (COPYING.DOC): no longer available from
41531         /gd/gnuorg; don't know where the ultimate source is.
41532
41533 2003-10-25  Paul Eggert  <eggert@twinsun.com>
41534
41535         Fix several address-calculation bugs in the hash modules,
41536         plus some minor code cleanup.
41537
41538         * lib/hash.h: Include <stdbool.h>, for bool.
41539         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
41540         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
41541         hash_get_n_entries, hash_get_max_bucket_length,
41542         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
41543         hash_rehash): Use size_t rather than unsigned.
41544         * lib/hash.c (struct hash_table, hash_get_n_buckets,
41545         hash_get_n_buckets_used, hash_get_n_entries,
41546         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
41547         hash_get_entries, hash_do_for_each, hash_string, is_prime,
41548         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
41549         Likewise.
41550         (SIZE_MAX): Define if not defined.
41551         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
41552         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
41553         hash_print):
41554         Use const * when possible.
41555         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
41556         (check_tuning): Fix bug: if tuning parameters were very close to
41557         0 or 1, rounding errors could have caused subscript violations.
41558         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
41559         (hash_initialize): Add 'fail:' label
41560         to free table and return NULL, and use it to simplify code.
41561         Use calloc rather than clearing the storage ourself.
41562         (hash_initialize, hash_rehash): Check for arithmetic overflow in
41563         buffer size calculations.
41564         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
41565         Include <stddef.h>, for size_t.
41566         * lib/hash-pjw.c (hash_pjw): Likewise.
41567         Switch to method described by Bruno Haible.
41568         Include <limits.h>, for CHAR_BIT.
41569         (SIZE_BITS): New macro.
41570
41571 2003-10-23  Paul Eggert  <eggert@twinsun.com>
41572
41573         * m4/getline.m4 (AM_FUNC_GETLINE):
41574         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
41575         hosts.  Problem reported by Derek Robert Price in
41576         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
41577         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
41578         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
41579
41580 2003-10-21  Paul Eggert  <eggert@twinsun.com>
41581
41582         * lib/getndelim2.c (getndelim2): When size calculation overflows,
41583         ceiling the allocation at NMAX bytes rather than silently
41584         discarding input bytes before NMAX is reached.  This makes
41585         a difference only if NMAX exceeds SIZE_MAX / 2.
41586
41587         * lib/obstack.c: Merge from glibc.
41588         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
41589         Add libc_hidden_def (_obstack_newchunk).
41590         (_obstack_free) [! defined _LIBC]: Remove.
41591         [defined _LIBC]: Make a strong alias from obstack_free, rather than
41592         a clone of the function body.
41593         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
41594         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
41595
41596         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
41597         glibc.
41598         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
41599         arg to memcpy.
41600
41601         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
41602         (obstack_ptr_grow_fast, obstack_int_grow_fast):
41603         Don't use lvalue casts, as GCC plans to remove support for them
41604         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
41605         was also present in the non-GCC version, indicating that this
41606         code had always been buggy and had never been widely used.
41607         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
41608         Use the fast variant of each macro, rather than copying the
41609         definiens of the fast variant; that way, we'll be more likely to
41610         catch future bugs in the fast variants.
41611
41612 2003-10-20  Bruno Haible  <bruno@clisp.org>
41613
41614         * modules/wait-process: New file.
41615         * MODULES.html.sh (func_all_modules): Add wait-process.
41616
41617 2003-10-20  Bruno Haible  <bruno@clisp.org>
41618
41619         * m4/wait-process.m4: New file.
41620
41621 2003-10-20  Bruno Haible  <bruno@clisp.org>
41622
41623         * lib/wait-process.h: New file, from GNU gettext.
41624         * lib/wait-process.c: New file, from GNU gettext.
41625
41626 2003-10-19  Jim Meyering  <jim@meyering.net>
41627
41628         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
41629         HPUX 10.20.
41630
41631 2003-10-18  Karl Berry  <karl@gnu.org>
41632
41633         * config/config.guess: update from config.
41634
41635 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41636
41637         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
41638         (getgroups): First arg is int, not size_t.
41639         Don't let 'free' mangle errno.
41640
41641 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41642
41643         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
41644
41645 2003-10-16  Karl Berry  <karl@gnu.org>
41646
41647         * config/config.{guess,sub}: update from config.
41648
41649 2003-10-16  Jim Meyering  <jim@meyering.net>
41650
41651         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
41652         memcpy.
41653
41654 2003-10-15  Paul Eggert  <eggert@twinsun.com>
41655
41656         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
41657         (SIZE_MAX): Remove.
41658         (new_exclude, add_exclude_file): Initial size no longer needs to
41659         be a power of 2.
41660         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
41661         our own address arithmetic overflow checking.
41662
41663         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
41664         (fnmatch): Do not alloca more than 2000 wide characters;
41665         instead, use malloc for large buffers.
41666         Check for address arithmetic overflow, and return -1
41667         with errno set to ENOMEM in that case.
41668         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
41669         (NEW_PATTERN): Do not alloca more than 8000 bytes;
41670         instead, return -1.  Check for address arithmetic overflow.
41671
41672 2003-10-14  Paul Eggert  <eggert@twinsun.com>
41673
41674         Handle invalid suffixes and overflow independently, so that
41675         callers can treat them independently as needed.  Fix some bugs in
41676         suffix handling, e.g., "100k@" was not diagnosed as an invalid
41677         suffix for a human-readable blocksize.  The major caller-visible
41678         change is the addition of a new
41679         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
41680         that both overflow and suffix chars were found.
41681
41682         * lib/human.c (humblock): Don't check separately for invalid suffix
41683         char; that is xstrtoumax's job (now that its bug is fixed).
41684         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
41685         INTMAX_MAX]: New macros.
41686         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
41687         TYPE_MAXIMUM): New macros.
41688         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
41689         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
41690         if overflow occurs, as it's what __strtol does and it's more useful
41691         in practice.
41692         (__xstrtol): If __strtol reports some error other than ERANGE,
41693         reflect it to the caller as LONGINT_INVALID.  If it reports
41694         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
41695         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
41696         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
41697         value.
41698         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
41699         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
41700         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
41701         [defined UINTMAX_MAX]: New macros.
41702
41703 2003-10-14  Bruno Haible  <bruno@clisp.org>
41704
41705         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
41706
41707 2003-10-14  Bruno Haible  <bruno@clisp.org>
41708
41709         * m4/sig_atomic_t: New file, from GNU gettext.
41710         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
41711
41712 2003-10-14  Bruno Haible  <bruno@clisp.org>
41713
41714         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
41715         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
41716         Also use volatile where needed.
41717
41718 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41719
41720         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
41721         Change maintainer from Bruno Haible to 'all'.
41722
41723 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41724
41725         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
41726
41727 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41728
41729         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
41730         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
41731         and define in terms of the other primitives.
41732         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
41733         (SIZE_MAX): Define if not already defined.
41734         (array_size_overflow): New function.
41735         (xalloc_die): Abort instead of exiting if 'error' returns.
41736         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
41737         (xmalloc, xrealloc): Use them.
41738         (xcalloc): Check for address arithmetic overflow.
41739         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
41740         a bit faster than strcpy.
41741
41742 2003-10-10  Simon Josefsson  <jas@extundo.com>
41743
41744         * modules/argp (Depends-on): Add restrict and strcase.
41745
41746 2003-10-10  Simon Josefsson  <jas@extundo.com>
41747
41748         * m4/argp.m4: Add AC_C_INLINE.
41749
41750 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41751
41752         Merge getpass from libc, plus a few fixes.
41753
41754         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
41755         Include <stdbool.h>.
41756         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
41757         __fsetlocking to empty.
41758         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
41759         do include <bits/libc-lock.h>.
41760         Do not include <fcntl.h>; not needed.
41761         [_LIBC]: Include <wchar.h>.
41762         (NOTCANCEL_MODE): New macro.
41763         (flockfile, funlockfile) [_LIBC]: New macros.
41764         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
41765         [!_LIBC]: New macros.
41766         (call_fclose): New function.
41767         (getpass): Use it.  Save tty stream separately; this simplifies the
41768         code and makes it more reliable if stdin happens to equal stdout.
41769         Invoke __fsetlocking on tty.
41770         Handle thread cancellation if needed.
41771         Namespace cleanup (use __tcgetattr, __getline).
41772         Use bool for Booleans.
41773         [USE_IN_LIBIO]: Handle wide streams.
41774         [!_LIBC]: Unconditionally do the fseek, since we don't know what
41775         stream might go where.
41776
41777         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
41778         doesn't have to include <stdio.h> before us.
41779         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
41780         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
41781         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
41782         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
41783         if not declared, so that we can use getpass.c code from libc without
41784         rewriting it.
41785         (flockfile, ftrylockfile, funlockfile): New macros.
41786
41787 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41788
41789         * modules/getpass: Depend on stdbool.
41790
41791 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41792
41793         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
41794
41795 2003-10-07  Karl Berry  <karl@gnu.org>
41796
41797         * config/config.{guess,sub}: update from config.
41798
41799 2003-10-06  Jim Meyering  <jim@meyering.net>
41800             Bruno Haible  <bruno@clisp.org>
41801
41802         This lets translators provide better translations for the
41803         "Written by ..." part of --version output.
41804         * lib/version-etc.h: Include stdarg.h.
41805         (version_etc_copyright): Declare as readonly.
41806         (version_etc): Make this function variadic with a NULL-terminated list
41807         of author name strings.
41808         (version_etc_va): New declaration.
41809         * lib/version-etc.c: Include stdarg.h, stdlib.h.
41810         (version_etc_copyright): Declare as readonly.
41811         (version_etc_va): New function. Provide a different translatable string
41812         for each possible number of authors < 10. Abbreviate when there are 10
41813         authors or more.
41814         (version_etc): Make this function variadic. Call version_etc_va.
41815         Suggestion from Gary V. Vaughan.
41816
41817         * lib/long-options.h (parse_long_options): Change prototype: the
41818         authors string is moved to the end and becomes variadic.
41819         * lib/long-options.c: Include stdarg.h.
41820         (parse_long_options): Make this function variadic, too.
41821         Call version_etc_va, not version_etc.
41822
41823 2003-10-06  Bruno Haible  <bruno@clisp.org>
41824
41825         * modules/version-etc-2: Remove file.
41826         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
41827
41828 2003-10-06  Bruno Haible  <bruno@clisp.org>
41829
41830         * modules/fatal-signal: New file.
41831         * MODULES.html.sh (func_all_modules): Add fatal-signal.
41832
41833 2003-10-06  Bruno Haible  <bruno@clisp.org>
41834
41835         * m4/fatal-signal.m4: New file.
41836         * m4/signalblocking.m4: New file, from GNU gettext.
41837
41838 2003-10-06  Bruno Haible  <bruno@clisp.org>
41839
41840         * lib/version-etc-2.h: Remove file.
41841         * lib/version-etc-2.c: Remove file.
41842
41843 2003-10-06  Bruno Haible  <bruno@clisp.org>
41844
41845         * lib/fatal-signal.h: New file, from GNU gettext.
41846         * lib/fatal-signal.c: New file, from GNU gettext.
41847
41848 2003-10-05  Paul Eggert  <eggert@twinsun.com>
41849
41850         * README: Rework advice for preventing empty .o files.
41851         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
41852         not <sys/types.h>.
41853
41854 2003-10-04  Karl Berry  <karl@gnu.org>
41855
41856         * lib/argp*: update from libc.
41857
41858 2003-10-04  Karl Berry  <karl@gnu.org>
41859
41860         * config/config.{guess,sub}: update from config.
41861
41862 2003-10-02  Bruno Haible  <bruno@clisp.org>
41863
41864         * modules/lchown (Include): Add lchown.h.
41865         * modules/time_r (Include): Use "..." syntax.
41866         * modules/xgetdomainname (Include): Add xgetdomainname.h.
41867
41868 2003-10-01  Simon Josefsson  <jas@extundo.com>
41869
41870         * MODULES.html.sh (func_all_modules): Move gethostname from section
41871         'based on' to section 'lacking' POSIX:2001.
41872
41873 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
41874
41875         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
41876         to output mode on the same stream.
41877
41878 2003-09-29  Paul Eggert  <eggert@twinsun.com>
41879
41880         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
41881         Fix arg typo in previous patch.
41882
41883 2003-09-28  Jim Meyering  <jim@meyering.net>
41884
41885         * lib/error.c: Correct cpp indentation.
41886
41887 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41888
41889         * modules/free: New file.
41890
41891 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41892
41893         * m4/free.m4: New file.
41894
41895 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41896
41897         * lib/minmax.h (MIN, MAX)
41898         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
41899         Omit the special code that used __typeof__, since we worry that
41900         it could be more trouble than it's worth.  See:
41901         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
41902         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
41903
41904         * lib/free.c: New file.
41905
41906 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
41907
41908         Trivial fixes to Makefile.am parts of module listings.
41909         * modules/strstr: Append strstr.h to lib_SOURCES.
41910         * modules/strcase: Likewise, for strcase.h.
41911
41912 2003-09-27  Karl Berry  <karl@gnu.org>
41913
41914         * config/mkinstalldirs: update from automake.
41915
41916 2003-09-26  Paul Eggert  <eggert@twinsun.com>
41917
41918         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
41919         (error_tail): Do not loop, reallocating temporary buffer, since
41920         the output cannot contain more wide characters than the input
41921         contains bytes, the size must be big enough already.  This avoids
41922         one potential size overflow calculation.  Check for size overflow
41923         when calculating temporary buffer size.  Free temporary buffer
41924         when done, if it was allocated with malloc; this plugs a memory
41925         leak.  Remove casts from void * to pointers, that are no longer
41926         needed now that we're assuming C89 or better.
41927
41928         Merge error changes from glibc.
41929
41930         * lib/error.c, error.h: Update copyright notice header to match glibc.
41931         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
41932         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
41933         Disable cancellation while printing error.
41934         * lib/error.h: Prepend __ to parameter names.
41935
41936 2003-09-26  Jim Meyering  <jim@meyering.net>
41937
41938         * lib/error.c (error_tail): Move some declarations
41939         into inner scope where the local variables are used.
41940
41941 2003-09-26  Bruno Haible  <bruno@clisp.org>
41942
41943         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
41944         stpncpy().
41945         Don't define stpncpy through config.h; it's now done through stpncpy.h.
41946
41947 2003-09-26  Bruno Haible  <bruno@clisp.org>
41948
41949         * lib/stpncpy.h (gnu_stpncpy): New declaration.
41950         (stpncpy): Define as alias for gnu_stpncpy.
41951         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
41952
41953 2003-09-25  Simon Josefsson  <jas@extundo.com>
41954
41955         * lib/xgetdomainname.h: New file.
41956         * lib/xgetdomainname.c: New file.
41957
41958 2003-09-25  Simon Josefsson  <jas@extundo.com>
41959             Bruno Haible  <bruno@clisp.org>
41960
41961         * modules/getdomainname: New file.
41962         * modules/xgetdomainname: New file.
41963         * MODULES.html.sh (func_all_modules): Add getdomainname,
41964         xgetdomainname.
41965
41966 2003-09-25  Simon Josefsson  <jas@extundo.com>
41967             Bruno Haible  <bruno@clisp.org>
41968
41969         * m4/getdomainname.m4: New file.
41970
41971 2003-09-25  Simon Josefsson  <jas@extundo.com>
41972             Bruno Haible  <bruno@clisp.org>
41973
41974         * lib/getdomainname.h: New file.
41975         * lib/getdomainname.c: New file.
41976
41977 2003-09-25  Karl Berry  <karl@gnu.org>
41978
41979         * lib/argp-fmtstream.c, argp-help.c: update from libc.
41980
41981 2003-09-25  Karl Berry  <karl@gnu.org>
41982
41983         * config/install-sh: update from automake.
41984
41985 2003-09-25  Bruno Haible  <bruno@clisp.org>
41986
41987         * modules/version-etc-2: New file, from modules/version-etc with
41988         modifications.
41989         * MODULES.html.sh (func_all_modules): Add version-etc-2.
41990
41991 2003-09-25  Bruno Haible  <bruno@clisp.org>
41992
41993         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
41994         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
41995
41996 2003-09-24  Simon Josefsson  <jas@extundo.com>
41997
41998         * modules/xgethostname: Add xgethostname.h.
41999
42000 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42001
42002         * lib/linebuffer.c (freebuffer): Don't free the argument, just
42003         the buffer associated with the argument.  Bug reported by
42004         Simon Josefsson.
42005
42006 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42007
42008         * README: Document assumptions that 'int' is at least 32 bits
42009         wide, that integer arithmetic is 2's complement without overflow,
42010         that there are no holes in integer values, that adding sizes of
42011         two nonoverlapping objects can't overflow, and that all-bits-zero
42012         yields scalar zero.  Fix spelling and capitalization typos.
42013
42014 2003-09-19  Karl Berry  <karl@gnu.org>
42015
42016         * lib/argp.h: update from libc.
42017
42018 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42019
42020         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
42021         to avoid spurious warnings like "AC_RUN_IFELSE was called before
42022         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
42023
42024 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42025
42026         * gnulib-tool: Use "test -h", not "test -L", for portability
42027         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
42028         (tags_regexp): Remove, since \| doesn't conform to POSIX.
42029         (sed_extract_prog): Issue s commands one-by-one, rather than
42030         using \| in one s command.
42031
42032 2003-09-16  Paul Eggert  <eggert@twinsun.com>
42033
42034         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
42035         input error, instead of returning NULL the next time we are called
42036         (and therefore losing track of errno).
42037
42038 2003-09-16  Bruno Haible  <bruno@clisp.org>
42039
42040         * gnulib-tool (func_create_testdir): Warn about duplicated
42041         dependencies.
42042
42043 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42044
42045         * modules/argmatch, modules/fatal, modules/obstack,
42046         modules/xalloc, modules/xgethostname: Sort dependencies by
42047         importance, not alphabetically.
42048
42049 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42050
42051         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
42052         fails, so that the caller gets the proper errno.
42053
42054         * lib/readutmp.c (read_utmp): Likewise.
42055         Check for fstat error.  Close stream and free storage
42056         when failing.
42057
42058 2003-09-14  Karl Berry  <karl@gnu.org>
42059
42060         * config/srclist.txt (strdup.c): disable for c89 changes.
42061
42062 2003-09-14  Jim Meyering  <jim@meyering.net>
42063
42064         * lib/getloadavg.c: Correct cpp indentation.
42065         * lib/strdup.c: Likewise.
42066         * lib/vasnprintf.c: Likewise.
42067
42068 2003-09-14  Bruno Haible  <bruno@clisp.org>
42069
42070         * modules/fwriteerror: New file.
42071         * MODULES.html.sh (func_all_modules): Add fwriteerror.
42072
42073 2003-09-14  Bruno Haible  <bruno@clisp.org>
42074
42075         * lib/fwriteerror.h: New file.
42076         * lib/fwriteerror.c: New file.
42077
42078 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42079
42080         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
42081         modules/xgethostname, modules/xalloc: Depend on exit.
42082
42083 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42084
42085         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
42086
42087         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
42088         and AC_MINIX, too, so that their extensions are available.
42089
42090         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
42091         This macro has been superseded by gl_BACKUPFILE.
42092
42093         More patches to assume C89 or better.
42094
42095         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
42096
42097         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
42098         unconditionally.
42099         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
42100         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
42101         Include <string.h>, <stdlib.h> unconditionally.
42102         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
42103         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
42104         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
42105         headers or for string.h.
42106         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
42107         or strtoul.
42108
42109         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
42110         headers.
42111         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
42112         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42113         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
42114         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
42115         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42116         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
42117         memcpy, memset.
42118         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
42119         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
42120         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
42121         strtol.
42122         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
42123         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
42124         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
42125         strtoul.
42126
42127 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42128
42129         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
42130         * lib/obstack.c [!defined _LIBC]: Likewise.
42131         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
42132         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
42133         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
42134
42135         More changes to assume C89 or better.
42136
42137         * lib/error.c (error_tail): Assume vprintf.
42138
42139         * lib/argmatch.c (getenv): Remove decl.
42140         * lib/progreloc.c (get_full_program_name): Define via prototype.
42141         * lib/setenv.c (clearenv): Likewise.
42142         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
42143         needed.
42144         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
42145         (malloc, memcpy): Remove decls.
42146         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
42147         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
42148         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42149         (memcpy): Remove macro.
42150         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
42151         (__P): Remove.  All uses removed.
42152         (PTR): Remove.  All uses changed to void *.
42153         (CHAR_BIT, NULL): Remove.
42154         (spaces, zeros, memset_space, memset_zero)
42155         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
42156         Remove.
42157         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
42158         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
42159         Define with prototype.
42160         Remove now-unnecessary prototype decl.
42161         (extra_args_spec): Assume ANSI C.  All uses changed.
42162         (extra_args_spec_iso): Remove.
42163         (my_strftime, emacs_strftimeu): Define via prototype.
42164         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
42165         unconditionally.
42166         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
42167         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
42168         (strtoul, strtol): Remove decls.
42169         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
42170         LONG_MAX): Remove.
42171         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42172         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
42173         (LOCALE_PARAM_PROTO): New macro.
42174         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
42175         (INTERNAL (strtol), strtol): Define with a prototype.
42176         (PARAMS): Remove.  All uses removed.
42177         * lib/tempname.c: Include <string.h> unconditionally.
42178         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
42179         * lib/xgethostname.c (main): Define with a prototype.
42180         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
42181         Include <stdlib.h> unconditionally.
42182         (calloc, malloc, realloc, free): Remove decls.
42183         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
42184         Include <stdlib.h> unconditionally.  Sort include file names.
42185         (strtod): Remove.
42186         (xstrtod): Define with a prototype.
42187         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
42188         (strtol, strtoul): Remove decls.
42189
42190 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42191
42192         More patches to assume C89 or better.
42193         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
42194         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
42195         string.h, memchr, STDC_HEADERS.
42196
42197 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42198
42199         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
42200         Include <stdlib.h>, <string.h> unconditionally.
42201         Remove now-unnecessary cast to char *.
42202         * lib/strnlen.c: Include <string.h> unconditionally.
42203         * lib/yesno.c (yesno): Define with a prototype.
42204
42205 2003-09-11  Bruno Haible  <bruno@clisp.org>
42206
42207         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
42208
42209 2003-09-10  Jim Meyering  <jim@meyering.net>
42210
42211         * lib/error.c: Correct indentation of cpp directives.
42212
42213 2003-09-10  Bruno Haible  <bruno@clisp.org>
42214
42215         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
42216         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
42217         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
42218         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
42219         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
42220         <stdlib.h> and <string.h> checks.
42221         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
42222         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
42223
42224 2003-09-10  Bruno Haible  <bruno@clisp.org>
42225
42226         * lib/strcspn.c: Include <string.h> unconditionally.
42227         * lib/strpbrk.c: Include <string.h> unconditionally.
42228         * lib/strstr.c: Include <string.h> unconditionally.
42229         * lib/unicodeio.c: Include <string.h> unconditionally.
42230         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
42231         * lib/unsetenv.c: Likewise.
42232         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
42233         * lib/yesno.c: Include <stdlib.h> unconditionally.
42234         (rpmatch): Add prototype.
42235
42236 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42237
42238         More patches to assume C89 or better.
42239         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
42240         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
42241         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
42242         or for string.h.
42243         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
42244         stdlib.h.
42245         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
42246         C headers.
42247         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
42248         string.h.
42249         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
42250         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
42251         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
42252         or for string.h.
42253         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
42254         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
42255         C headers.
42256         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
42257         memcpy.
42258         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
42259         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
42260         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
42261         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
42262         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
42263         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
42264         string.h, free.
42265         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
42266         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
42267         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
42268         C headers, or for string.h.
42269         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
42270         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
42271         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
42272         headers, memory.h, stdlib.h, string.h, strings.h.
42273         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
42274         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
42275         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
42276         strchr.
42277         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
42278         headers, memory.h, string.h.
42279         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
42280         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
42281         free.
42282         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
42283         headers.
42284         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
42285         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
42286         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
42287         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
42288         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
42289
42290 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42291
42292         More K&R removal.
42293
42294         * lib/acosl.c (main): Use a prototype.
42295         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
42296         tanl.c: Likewise.
42297
42298         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
42299
42300         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
42301         (getopt, etopt_long, getopt_long_only, _getopt_internal)
42302         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
42303         with a prototype.
42304         * lib/getopt.c (const): Remove macro.
42305         Include <string.h> unconditionally.
42306         (my_index): Remove; all uses changed to strchr.
42307         (strlen): Remove decl.
42308         (exchange): Remove forward decl; no longer needed.
42309         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
42310         Define with prototype.
42311         * lib/getopt1.c (const): Remove macro.
42312         (getopt_long, getopt_long_only, main): Define with prototype.
42313
42314         * lib/getugroups.c: Include <string.h> unconditionally.
42315
42316         * lib/getusershell.c: Include <stdlib.h> unconditionally.
42317         (getusershell, setusershell, endusershell, readname, main):
42318         Define with prototypes.
42319
42320         * lib/group-member.c: Include group-member.h first.
42321         Include <stdlib.h> unconditionally.
42322
42323         * lib/hard-locale.c: Include hard-locale.h first.
42324         Include <stdlib.h>, <string.h> unconditionally.
42325
42326         * lib/hash.c (free, malloc): Remove decls.
42327         Include <stdlib.h> unconditionally.
42328
42329         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42330         (getenv): Do not declare.
42331
42332         * lib/idcache.c: Include <string.h> unconditionally.
42333
42334         * lib/long-options.c: Include long-options.h first, to test interface.
42335         Include <stdlib.h> unconditionally.
42336
42337         * lib/makepath.c: Include makepath.h first, to test interface.
42338         Include <stdlib.h> and <string.h> unconditionally.
42339
42340         * lib/linebuffer.c: Include <stdlib.h>.
42341         (free): Remove decl.
42342
42343         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42344         stddef.h. rpl_malloc returns void *, not char *.
42345         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42346         prototype.
42347
42348         * lib/md5.h: Include <limits.h> unconditionally.
42349         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42350         (__P): Remove; all uses removed.
42351         * lib/md5.c: Include "md5.h" first.
42352         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42353         md5_buffer, md5_process_bytes, md5_process_block):
42354         Define with prototypes.
42355         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42356         * lib/sha.c: Include "sha.h" first.
42357         Include <stdlib.h>, <string.h> unconditionally.
42358
42359         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42360         * lib/memcmp.c (__ptr_t): Likewise.
42361         * lib/memrchr.c (__ptr_t): Likewise.
42362         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42363         Include <string.h> unconditionally.
42364         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42365         * lib/memchr.c: Include <stdlib.h> unconditionally.
42366         * lib/memchr.c (LONG_MAX): Remove.
42367         * lib/memrchr.c (LONG_MAX): Likewise.
42368         * lib/memchr.c (__memchr): Define via a prototype.
42369         * lib/memrchr.c (__memrchr): Likewise.
42370         * lib/memcmp.c (__P): Remove, and remove all uses.
42371         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42372         Remove forward decls; no longer needed.
42373         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42374         Use types required by C89 in prototype.
42375
42376         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42377         * lib/savedir.c: Likewise.
42378         * lib/mkdir.c (free): Remove decl.
42379         * lib/rmdir.c (rmdir): Define with a prototype.
42380         * lib/savedir.c: Include savedir.h first, to test interface.
42381
42382         * lib/mktime.c (STDC_HEADERS): Remove.
42383         Include <stdlib.h>, <string.h> unconditionally.
42384
42385         * lib/modechange.c: Include <stdlib.h> unconditionally.
42386         (malloc): Remove decl.
42387
42388         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42389         (free): Remove decl.
42390
42391         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42392         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42393         (This type really should be intptr_t, but that's a C99ism.)
42394         (_obstack_memcpy): Remove: all uses changed to memcpy.
42395         Include <string.h> unconditionally.
42396         (struct obstack): Assume __STDC__ for types of members
42397         chunkfun, freefun, extra_arg.
42398         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42399         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42400         obstack_begin, obstack_specify_allocation,
42401         obstack_specify_allocation_with_arg, obstack_chunkfun,
42402         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42403         Remove unprototyped decls and the macros that use them.
42404         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42405         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42406         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42407         (defined __STDC__ && __STDC__)]:
42408         Remove nonprototyped code.
42409         Include <stdlib.h> unconditionally.
42410         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42411         _obstack_allocated_p, _obstack_free, obstack_free,
42412         _obstack_memory_used, print_and_abort):
42413         Define using prototypes.
42414         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42415         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42416         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42417         obstack_next_free, obstack_object_size, obstack_room) [0]:
42418         Remove unused, unprototyped code.
42419
42420         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
42421
42422         * lib/physmem.c (physmem_total, physmem_available, main): Define
42423         with prototypes.
42424
42425         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
42426         (main): Define with a prototype.
42427
42428         * lib/posixver.c (getenv): Remove decl.
42429
42430         * lib/putenv.c (malloc): Returns void *, not char *.
42431         Include <string.h> unconditionally.
42432         (strchr, memcpy, NULL): Do not define.
42433
42434         * lib/readtokens.c: Include readtokens.h first, to test interface.
42435         Include <stdlib.h>, <string.h> unconditionally.
42436         (init_tokenbuffer): Define with a prototype.
42437
42438         * lib/regex.c (PARAMS): Remove.  All uses removed.
42439         All uses of _RE_ARGS removed, too.
42440         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42441         unconditionally.
42442         (bzero): Assume memset exists.
42443         (memcmp, memcpy, NULL): Remove.
42444         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
42445         char, or assignments to local vars of type signed char.
42446         (init_syntax_once, PREFIX(extract_number_and_incr),
42447         PREFIX(print_partial_compiled_pattern),
42448         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
42449         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
42450         PREFIX(regex_grow_registers), PREFIX(regex_compile),
42451         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
42452         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
42453         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
42454         wcs_compile_range, byte_compile_range, truncate_wchar,
42455         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
42456         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
42457         count_mbs_length, wcs_re_match_2_internal,
42458         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
42459         PREFIX(alt_match_null_string_p),
42460         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
42461         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
42462         regfree, PREFIX(extract_number)): Define with prototype.  Remove
42463         now-unnecessary declaration, if any.
42464         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
42465         regcomp, regexec):
42466         Remove now-unnecessary casts among pointer types.
42467         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
42468
42469         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
42470         (free): Remove decl.
42471
42472         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
42473
42474         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
42475         (free): Remove decl.
42476
42477         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
42478         * lib/xgetcwd.c: Likewise.
42479
42480         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
42481         (free): Remove decl.
42482
42483         * lib/strchrnul.c (strchrnul): Define with a prototype.
42484         Fix bug: c_in was not converted to char before searching.
42485
42486         The following changes are not K&R related:
42487
42488         * lib/group-member.h: Include <sys/types.h>, so that this file is
42489         self-contained.
42490         * lib/makepath.h: Likewise.
42491
42492         * lib/getusershell.c (readname, default_index, line_size, readname):
42493         Use size_t, not int, for sizes.
42494         (readname): If the size overflows, report an error instead of
42495         looping forever.
42496
42497 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42498
42499         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
42500         libc.
42501
42502 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42503
42504         * README: New section: portability guidelines.
42505
42506 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42507
42508         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
42509         C89 spec.
42510
42511 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42512
42513         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
42514
42515 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42516
42517         Assume C89 or better; remove K&R cruft.
42518         A few of these changes were first proposed by Derek Robert Price
42519         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
42520
42521         * lib/addext.c: Include <string.h> unconditionally.
42522         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
42523         Don't declare getenv or malloc.
42524
42525         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
42526         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
42527         (NULL): Remove.
42528         (find_stack_direction, alloca): Use prototypes.
42529
42530         * lib/atexit.c (atexit): Define using a prototype.
42531
42532         * lib/basename.c, dirname.c, stripslash.c:
42533         Include <string.h> unconditionally.
42534
42535         * lib/bcopy.c: Include <stddef.h>.
42536         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
42537
42538         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
42539
42540         * lib/error.h (error, error_at_line, error_print_progname)
42541         [! (defined (__STDC__) && __STDC__)]: Remove decls.
42542         * lib/error.c: Include error.h first, to check interface.
42543         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42544         (VA_START): Remove; all uses changeed to va_start.
42545         (exit, strerror): Remove decls.
42546         (error_print_progname): Prototype uncondionally.
42547         Don't include <errno.h>; no longer needed.
42548         (private_strerror): Remove.
42549         (error_tail): Always define.
42550         (error, error_at_line): Assume C89 or better; always use prototypes.
42551         * lib/fatal.c: Include "fatal.h" first, to test interface.
42552         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42553         (VA_START): Remove; all uses changed to va_start.
42554         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
42555         this case.
42556         (exit): Remove decl.
42557         (fatal): Prototype unconditionally.  Assume va_start works.
42558         Abort at end, to pacify gcc.
42559
42560         * lib/euidaccess.c (main): Define with a prototype.
42561
42562         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
42563
42564         * lib/exitfail.c: Include <stdlib.h> unconditionally.
42565
42566         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
42567         prototypes.
42568         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
42569         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
42570         (getenv): Remove decl.
42571         (fnmatch): Define using a prototype.
42572         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
42573         (FCT): Define using a prototype.
42574
42575         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
42576
42577         * lib/gethostname.c: Include <stddef.h>.
42578         (gethostname): Define with prototype.  Length is size_t, not int.
42579
42580 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42581
42582         Assume C89 or better; remove K&R cruft.
42583         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
42584         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
42585         string.h, getenv, malloc.
42586         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
42587         headers.
42588         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
42589         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
42590         do not check for strerror.
42591         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
42592         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
42593         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
42594         do not check for doprnt or vprintf.
42595         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
42596         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
42597
42598 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42599
42600         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
42601         getversion.c should have been removed then, but was accidentally
42602         preserved.
42603
42604         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
42605         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
42606
42607 2003-09-08  Karl Berry  <karl@gnu.org>
42608
42609         * config/config.sub, config.guess, srclistvars.sh: update from savannah
42610                 config, forget about prep.
42611
42612         * config/depcomp, missing: update from automake.
42613
42614 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42615
42616         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
42617         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42618
42619 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42620
42621         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
42622         copy_tm_result.  Bug reported by Simon Josefsson in
42623         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42624
42625 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42626
42627         * m4/time_r.m4: New file.
42628         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
42629         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
42630         is. Check for timegm declaration.
42631         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
42632         Do not check for gmtime_r.
42633         Replace mktime if __mktime_internal does not exist and if mktime
42634         hasn't been replaced already.
42635
42636 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42637
42638         * lib/time_r.c, lib/time_r.h: New files.
42639
42640         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
42641         __localtime_r.
42642         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
42643         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
42644
42645         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
42646         __gmtime_r.
42647         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
42648         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
42649         Include <time_r.h>.
42650
42651         * lib/timegm.c: Switch to glibc implementation, with the following
42652         changes:
42653         [defined HAVE_CONFIG_H]: Include <config.h>.
42654         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
42655         (__mktime_internal) [!defined _LIBC]: New decl.
42656         (__gmtime_r) [!defined _LIBC]: New macro and function.
42657         (timegm): Use a prototype, since gnulib assumes C89.
42658         Do not bother declaring tmp to be const, as it's not really usefu.
42659         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
42660         (timegm): Declare only if HAVE_DECL_TIMEGM.
42661
42662 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42663
42664         * MODULES.html.sh (func_all_modules): Add time_r.
42665         * modules/time_r: New file.
42666         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
42667         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
42668
42669 2003-09-03  Paul Eggert  <eggert@twinsun.com>
42670
42671         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
42672         Bug reported by Lute Kamstra in
42673         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
42674
42675         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
42676         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
42677         course with correspondingly smaller numbers for tomorrow and
42678         yesterday.  From Tadayoshi Funaba.  Originally installed into
42679         sh-utils on 1999-08-07, but the patch got lost (I guess during the
42680         coreutils merge?).
42681
42682 2003-08-31  Simon Josefsson  <jas@extundo.com>
42683
42684         * modules/timegm: New file.
42685         * MODULES.html.sh (func_all_modules): Add timegm.
42686
42687 2003-08-31  Simon Josefsson  <jas@extundo.com>
42688
42689         * m4/timegm.m4: New file.
42690
42691 2003-08-31  Simon Josefsson  <jas@extundo.com>
42692
42693         * lib/timegm.h: New file.
42694         * lib/timegm.c: New file.  Based on
42695         wget-1.8.2/src/http.c:mktime_from_utc.
42696
42697 2003-08-31  Karl Berry  <karl@gnu.org>
42698
42699         * lib/argp.h: update from libc.
42700
42701 2003-08-28  Bruno Haible  <bruno@clisp.org>
42702
42703         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
42704         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
42705         followed by '#define fnmatch fnmatch_posix' gives an error.
42706
42707 2003-08-28  Bruno Haible  <bruno@clisp.org>
42708
42709         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
42710         warning on QNX, which defines O_BINARY to 000000.
42711
42712 2003-08-27  Jim Meyering  <jim@meyering.net>
42713
42714         * m4/mkstemp.m4: Require that the system mkstemp be able to create
42715         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
42716         would fail after 32.  Reported by Danny Levinson.  Details here:
42717         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
42718
42719 2003-08-24  Bruno Haible  <bruno@clisp.org>
42720
42721         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
42722         MSVC7 <stdio.h> is included later.
42723
42724 2003-08-22  Simon Josefsson  <jas@extundo.com>
42725
42726         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
42727
42728 2003-08-20  Karl Berry  <karl@gnu.org>
42729
42730         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
42731
42732 2003-08-20  Bruno Haible  <bruno@clisp.org>
42733
42734         * modules/progname: New file.
42735         * MODULES.html.sh (func_all_modules): Add progname.
42736
42737 2003-08-20  Bruno Haible  <bruno@clisp.org>
42738
42739         * lib/progname.h: New file, from GNU gettext.
42740         * lib/progname.c: New file, from GNU gettext.
42741         * lib/progreloc.c: New file, from GNU gettext.
42742
42743 2003-08-19  Jim Meyering  <jim@meyering.net>
42744
42745         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
42746         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
42747
42748 2003-08-19  Bruno Haible  <bruno@clisp.org>
42749
42750         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
42751         more.
42752
42753 2003-08-19  Bruno Haible  <bruno@clisp.org>
42754
42755         * lib/xstrdup.c: Assume <string.h> exists.
42756
42757 2003-08-18  Paul Eggert  <eggert@twinsun.com>
42758
42759         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
42760         in makefile rules.
42761
42762 2003-08-18  Jim Meyering  <jim@meyering.net>
42763
42764         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
42765         * m4/lib-ld.m4: Likewise.
42766
42767 2003-08-18  Jim Meyering  <jim@meyering.net>
42768
42769         * lib/setenv.h: Indent nested cpp directive.
42770         * lib/vasnprintf.c: Remove trailing blanks.
42771
42772 2003-08-17  Simon Josefsson  <jas@extundo.com>
42773
42774         * modules/xstrndup: New file.
42775         * MODULES.html.sh (func_all_modules): Add xstrndup.
42776
42777 2003-08-17  Simon Josefsson  <jas@extundo.com>
42778
42779         * modules/argp: Fix autoconf macro name. Add more dependencies.
42780
42781 2003-08-17  Simon Josefsson  <jas@extundo.com>
42782
42783         * m4/xstrndup.m4: New file.
42784
42785 2003-08-17  Simon Josefsson  <jas@extundo.com>
42786
42787         * m4/argp.m4: New file.
42788
42789 2003-08-17  Simon Josefsson  <jas@extundo.com>
42790             Bruno Haible  <bruno@clisp.org>
42791
42792         * lib/xstrndup.h: New file.
42793         * lib/xstrndup.c: New file.
42794
42795 2003-08-17  Bruno Haible  <bruno@clisp.org>
42796
42797         * modules/strndup (Files, Include): Add lib/strndup.h.
42798
42799 2003-08-17  Bruno Haible  <bruno@clisp.org>
42800
42801         * modules/euidaccess (Files): Add lib/euidaccess.h.
42802
42803 2003-08-17  Bruno Haible  <bruno@clisp.org>
42804
42805         * lib/strndup.h: New file.
42806
42807 2003-08-17  Bruno Haible  <bruno@clisp.org>
42808
42809         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
42810         like AC_GNU_SOURCE.
42811         * modules/extensions (configure.ac): Comment out the invocation of
42812         gl_USE_SYSTEM_EXTENSIONS.
42813
42814 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42815
42816         Merges from coreutils, etc.
42817         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
42818         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
42819         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
42820         fixing a typo.
42821         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
42822         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
42823
42824 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42825
42826         Document merge from coreutils.
42827         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
42828         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
42829         * modules/utime: Add m4/utimes-null.m4.
42830
42831 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42832
42833         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
42834         space, undoing this 2003-08-12 change:
42835         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42836
42837 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42838
42839         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
42840         strtoul.c from libc, undoing this 2003-08-12 change:
42841         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42842
42843 2003-08-16  Jim Meyering  <jim@meyering.net>
42844
42845         Merges from coreutils.
42846         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
42847         prefix.  Adjust cache variables similarly.  Create 500 rather than
42848         just 300 files, to exercise bug on Darwin6.5, too.
42849         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
42850         $missing_dir.
42851         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
42852         AM_SYS_POSIX_TERMIOS.
42853         Reported by mkc@mathdogs.com.
42854         Also change use of $am_cv_sys_posix_termios
42855         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
42856         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
42857         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
42858         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
42859         in /proc/mounts until it finds one with matching device number.  This
42860         is unnecessary when the FILE argument *is* a mount point.  No stat call
42861         is necessary in that case.  So, disable the statvfs-testing code on
42862         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
42863         as RedHat bug# 84846.
42864         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42865         to 1MB, so as not to render systems with no stack size limit (e.g.,
42866         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42867         Include <unistd.h>.  On some systems,
42868         it is required for the definition of _SC_PAGESIZE.
42869
42870 2003-08-16  Jim Meyering  <jim@meyering.net>
42871
42872         Merge from coreutils.
42873         * lib/xstrtoimax.c: #else #if -> #elif.
42874         * lib/xstrtoumax.c: Likewise.
42875
42876 2003-08-16  Jim Meyering  <jim@meyering.net>
42877
42878         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
42879         * m4/utimes.m4: Removed.
42880         * m4/utimes-null.m4: Renamed from utimes.m4.
42881
42882         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42883         to 1MB, so as not to render systems with no stack size limit (e.g.,
42884         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42885         Include <unistd.h>.  On some systems,
42886         it is required for the definition of _SC_PAGESIZE.
42887
42888 2003-08-16  Jim Meyering  <jim@meyering.net>
42889         and Paul Eggert  <eggert@cs.ucla.edu>
42890
42891         Merges from coreutils, etc.
42892
42893         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
42894         using the latest version from cvs.  This avoids problems with #line
42895         directives using a vendor (Sun) compiler.
42896         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
42897         Don't set GETGROUPS_LIB here; now it's
42898         done via getgroups.m4's wrapper function.
42899         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
42900         rather than just in sh-util/configure.in, so that the
42901         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
42902         same.
42903         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
42904         AC_FUNC_GETLOADAVG where to find getloadavg.c.
42905         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
42906         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
42907         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
42908         Remove code that is now done by the newly-required macros.
42909         Append $(EXEEXT) to DF_PROG.
42910         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
42911         Do not invoke or require the following here,
42912         since prereq.m4 or some gnulib .m4 now does this for us:
42913         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
42914         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
42915         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
42916         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
42917         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
42918         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
42919         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
42920         AC_FUNC_OBSTACK.
42921         Do not replace the following functions, as this is now the job
42922         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
42923         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
42924         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
42925         atexit getpass, strdup, getpagesize.
42926         Replace 'raise'.
42927         Do not check for the following functions, as this is now the job
42928         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
42929         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
42930         setregid.
42931         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
42932         Check for sys/sysctl.h.
42933         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
42934         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
42935         of checking for ssize_t ourselves.
42936
42937         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
42938         Require every macro that gnulib/modules/* suggests for us.
42939         (jm_PREREQ_ADDEXT): New macro.
42940         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
42941         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
42942
42943         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
42944         (gl_PHYSMEM): Use it.
42945         Also check for `table' function.
42946         Check for new headers and functions.
42947         Add check for sys/sysmp.h.
42948         With suggestions from Kaveh Ghazi.
42949         Ignore headers that are present but cannot be compiled.  This
42950         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
42951         C 5.4.
42952
42953 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42954
42955         Document merge from coreutils.
42956         * modules/userspec: Depend on posixver.
42957         * modules/strftime: Depend on tzset.
42958
42959 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42960
42961         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
42962         rather than tab, after '#' in shell-script copyright notices.
42963         Suggested by Bruno Haible.
42964
42965 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42966
42967         * config/srclist-update: Use three spaces, rather than tab, after '#'
42968         in shell-script copyright notices.  Suggested by Bruno Haible.
42969         Remove unnecessary parenthesization in regular expression.
42970
42971 2003-08-15  Jim Meyering  <jim@meyering.net>
42972
42973         Merge from coreutils.
42974         * lib/xgethostname.c: Include <stdlib.h>.
42975         (xghostname): Don't exit for anything other than memory-related
42976         failure; just return NULL.
42977         * lib/userspec.c: Include "posixver.h".
42978         (parse_user_spec): Accept `.' as a separator only
42979         in pre-POSIX-200112 mode.
42980         * lib/strtoimax.c: Use #elif rather than #else #if.
42981         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
42982         Remove function, now that we can rely on a working tzset function.
42983         [!_LIBC]: Ensure that the required autoconf test has been run.
42984         [!defined _NL_CURRENT && HAVE_STRFTIME]:
42985         Use underlying_strftime for %r.
42986         * lib/sha.c: Merge in some clean-up and optimization changes from
42987         glibc.
42988         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
42989         Ensure that it is a multiple of 64.
42990         Rearrange loop exit tests so as to avoid performing an
42991         additional fread after encountering an error or EOF.
42992         * lib/realloc.c: Update copyright date.
42993
42994 2003-08-15  Jim Meyering  <jim@meyering.net>
42995         and Paul Eggert  <eggert@twinsun.com>
42996
42997         Merge from coreutils.
42998         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
42999         member but strut utmpx does not.  Needed for AIX 4.3.3.
43000         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
43001
43002 2003-08-15  Jim Meyering  <jim@meyering.net>
43003         and Paul Eggert  <eggert@cs.ucla.edu>
43004
43005         Merges from coreutils, etc.
43006         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
43007         Require gl_FUNC_TZSET_CLOBBER.
43008         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
43009         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
43010         members.
43011
43012 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43013
43014         Help the merge from coreutils.
43015         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
43016         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
43017         * m4/tzset.m4: Use it too.
43018
43019 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43020
43021         * modules/tzset: New file.
43022
43023 2003-08-14  Jim Meyering  <jim@meyering.net>
43024
43025         Merges from coreutils.
43026         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
43027         variable names, rather than @FNMATCH_H@.
43028         * modules/alloca: Likewise for $(ALLOCA_H).
43029
43030         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
43031         the three copies of the literal target, `fnmatch.h'.
43032         * modules/alloca (alloca.h): Likewise.
43033
43034 2003-08-14  Jim Meyering  <jim@meyering.net>
43035
43036         Merge from coreutils.
43037         * m4/tzset.m4: New file.
43038         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
43039         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
43040         otherwise, AIX 5.1 systems would end up using the latter.
43041         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
43042         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
43043         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
43044         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
43045
43046 2003-08-14  Jim Meyering  <jim@meyering.net>
43047
43048         Merge from coreutils.
43049         * lib/obstack.h: Whitespace changes.
43050         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
43051         and xcalloc return values.
43052         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
43053         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
43054         hang on OSF/1 5.1 for DIR on both local and remote file systems.
43055         Reported by (and fix confirmed by) Nelson H. F. Beebe.
43056         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43057         error from mntctl.
43058         Use mntctl's return value to drive the entry-processing loop, since
43059         we can't rely on the value of the vmt_length member in the last
43060         entry.  On some systems doing so could result in exhausting
43061         virtual memory.  Based in part on a patch from Mike Jetzer.
43062
43063 2003-08-14  Jim Meyering  <jim@meyering.net>
43064         and Paul Eggert  <eggert@twinsun.com>
43065
43066         Merges from coreutils, plus other fixes.
43067         * lib/physmem.c: Merge in portability changes from gcc/libiberty
43068         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
43069         for credits and details.  Thanks to Kaveh Ghazi for helping
43070         to keep these files in sync.
43071         (ARRAY_SIZE): Define it.
43072         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
43073         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
43074         (memcasecmp): Don't assume size_t fits in unsigned int.
43075         Remove casts and duplicate code.
43076         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
43077         (memcpy): Remove definition.
43078         Merge in some clean-up and optimization changes from glibc.
43079         [BLOCKSIZE]: Move definition to top of file.
43080         Ensure that it is a multiple of 64.
43081         Rearrange loop exit tests so as to avoid performing an
43082         additional fread after encountering an error or EOF.
43083         * lib/md5.h (md5_uintptr): Define.
43084         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
43085         return to the initial working directory.  Preserve errno
43086         for caller.
43087         * lib/idcache.c: Include "xalloc.h".
43088         (xmalloc, xrealloc): Remove decls.
43089         (getuser): Remove casts no longer required in C89.
43090         * lib/human.c: Include stdio.h, for sprintf.
43091         * lib/group-member.c: Include "xalloc.h".
43092         (xmalloc, xrealloc): Remove decls.
43093         (get_group_info): Remove casts no longer required in C89.
43094         * lib/getusershell.c (readname): Remove casts no longer required in
43095         C89.
43096         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
43097         * lib/getline.c: Whitespace fix, from coreutils.
43098
43099 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43100
43101         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
43102         Check for isascii.
43103
43104         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43105         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43106         Undo previous (whitespace-only) change.
43107
43108 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43109
43110         * lib/exclude.c: Include <ctype.h>
43111         (IN_CTYPE_DOMAIN): New macro.
43112         (is_space): New fn.
43113         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
43114         and empty lines.
43115
43116         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43117         Undo previous (whitespace-only) change.
43118
43119 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43120
43121         * config/srclist-update: Change update back to the old behavior,
43122         leaving whitespace alone.  Use one 'sed' command rather than a
43123         pipeline.
43124         (fixlicense): Now a variable, not a function.
43125         (remove_trailing_blanks): Remove.
43126         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
43127         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43128         Undo previous (whitespace-only) change.
43129
43130 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43131
43132         Merge from coreutils.
43133         * modules/euidaccess: Add lib_SOURCES, include for new
43134         file euidaccess.h
43135
43136 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43137
43138         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43139         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43140         Normalize leading white space and remove trailing white space.
43141
43142         Merge from coreutils
43143         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
43144
43145         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
43146         0.12.1.  These files are now being upgraded automatically by
43147         ../config/srclist-update.
43148
43149 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43150
43151         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43152         Normalize leading white space and remove trailing white space.
43153         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
43154         notice, as per ../config/srclist-update.
43155
43156         Merge from coreutils.
43157         * lib/euidaccess.h: New file.
43158         * lib/euidaccess.c: Include it.
43159         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
43160         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
43161         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
43162
43163 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43164
43165         * config/srclist-update: Add copyright notice.
43166         (remove_id_lines, remove_trailing_blanks): New constants.
43167         (fixfile): Use them to normalize spacing a bit in copied files.
43168         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43169         Normalize leading white space and remove trailing white space.
43170
43171         * config/texinfo.tex: Sync with texinfo.
43172
43173         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
43174         strtoul.c from libc, to merge coreutils whitespace changes.
43175
43176         * config/srclist.txt: Get the following m4 files from gettext:
43177         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
43178         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
43179         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
43180         wint_t.m4.
43181
43182 2003-08-12  Karl Berry  <karl@gnu.org>
43183
43184         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
43185         been made.
43186
43187 2003-08-11  Paul Eggert  <eggert@twinsun.com>
43188
43189         * modules/gnu-source, m4/gnu-source.m4:
43190         Remove; we're assuming Autoconf 2.54 or later now.
43191         Suggested by Bruno Haible.
43192         * MODULES.html.sh (func_all_modules): Remove gnu-source.
43193
43194 2003-08-11  Bruno Haible  <bruno@clisp.org>
43195
43196         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
43197
43198 2003-08-11  Bruno Haible  <bruno@clisp.org>
43199
43200         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
43201         (vasnprintf): Use it instead of wcslen.
43202
43203 2003-08-11  Bruno Haible  <bruno@clisp.org>
43204
43205         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
43206         value to ensure that _Bool promotes to int. Use #define for _Bool when
43207         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
43208
43209 2003-08-10  Karl Berry  <karl@gnu.org>
43210
43211         * lib/regex.h: update from libc (whitespace fix).
43212
43213 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43214
43215         Merge some files from coreutils.  These changes were
43216         originally made by Jim Meyering.
43217         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
43218         many older Unixes require this.
43219         * lib/alloca.c (alloca): Remove cast to argument of free;
43220         no longer needed in C89.
43221         * lib/alloca_.h, regex.h: Fix white space to match
43222         what GNU indent does.
43223
43224 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43225
43226         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
43227         apparently Emacs's Unicode mode got confused before my 2003-08-05
43228         checkin.
43229
43230 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43231
43232         * m4/extensions.m4: New file.
43233         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
43234         Require gl_USE_SYSTEM_EXTENSIONS.
43235         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
43236         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
43237
43238 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43239
43240         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
43241         * modules/extensions, modules/gnu-source: New files.
43242         * modules/timespec, modules/unlocked-io: Depend on extensions.
43243
43244 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43245
43246         * modules/restrict: New file.
43247         * MODULES.html.sh (func_all_modules): Add restrict.
43248         * modules/regex: Depend on restrict.
43249
43250 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43251
43252         * m4/restrict.m4: New file.
43253         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
43254
43255 2003-08-07  Bruno Haible  <bruno@clisp.org>
43256
43257         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
43258         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
43259
43260 2003-08-07  Bruno Haible  <bruno@clisp.org>
43261
43262         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
43263         makes the module 'getndelim2' compatible with the module 'getline'.
43264
43265 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43266
43267         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
43268         byte with "\201" to avoid glitches when editing that source file
43269         with multi-gnome-terminal.
43270
43271 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43272
43273         * lib/bumpalloc.h: Remove.
43274
43275 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43276
43277         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
43278         * modules/bumpalloc: Remove.
43279
43280 2003-08-04  Paul Eggert  <eggert@twinsun.com>
43281
43282         * lib/getloadavg.c: Change copyright notice and spacing to conform to
43283         GNU coding style.
43284
43285         Merge from coreutils.
43286         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
43287         1. From glibc.
43288         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
43289         from Karl Berry, implemented by Jim Meyering.
43290         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
43291         from Dmitry V. Levin.
43292         Remove anachronistic cast of xrealloc.
43293         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
43294         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
43295         type. Otherwise, it wouldn't compile with at least /bin/cc on
43296         ymp-cray-unicos9.0.2.X.
43297         Combine two mostly-identical uses of alloca into one.
43298         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
43299
43300 2003-08-04  Dave Love  <d.love@dl.ac.uk>
43301
43302         [From Emacs.]
43303
43304         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
43305         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
43306         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
43307         obsolete NLIST_NAME_UNION.
43308         [__GNU__]: Undef BSD and FSCALE.
43309         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
43310
43311 2003-08-03  Paul Eggert  <eggert@twinsun.com>
43312
43313         * lib/stdbool_.h (_Bool): Make it signed char, instead of
43314         an enum type, so that it's guaranteed to promote to int.  See:
43315         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
43316
43317 2003-08-03  Karl Berry  <karl@gnu.org>
43318
43319         * config/depcomp: update from automake.
43320
43321 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43322
43323         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43324         (strerror): Don't assume that a printable int fits in 14 bytes.
43325
43326 2003-07-31  Bruno Haible  <bruno@clisp.org>
43327
43328         * modules/getpass-gnu: New file.
43329         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43330
43331 2003-07-31  Bruno Haible  <bruno@clisp.org>
43332
43333         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43334
43335 2003-07-24  Karl Berry  <karl@gnu.org>
43336
43337         * config/missing: update from automake.
43338
43339 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43340             Bruno Haible  <bruno@clisp.org>
43341
43342         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43343         * lib/getline.c (getline, getdelim): Likewise.
43344         Remove _GNU_SOURCE define; now it's defined in config.h through
43345         m4/getline.m4.
43346
43347 2003-07-23  Karl Berry  <karl@gnu.org>
43348
43349         * config/config.sub: update from prep.
43350
43351 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43352
43353         * modules/xalloc (Depends-on): Add exitfail.
43354         * modules/xmemcoll: Likewise.
43355
43356 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43357
43358         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43359         over-parenthesization in macros.
43360
43361         Sync with coreutils.
43362
43363         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43364         required by C99.
43365
43366         Use `exit_failure' for xalloc and xmemcoll instead of their own
43367         private exit-failure variables.
43368         * lib/xalloc.h (xalloc_exit_failure): Remove.
43369         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43370         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43371         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43372         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43373         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43374
43375 2003-07-20  Jim Meyering  <jim@meyering.net>
43376
43377         * modules/closeout (Depends-on): Add exitfail.
43378         Suggestion from Bruno Haible.
43379
43380 2003-07-19  Karl Berry  <karl@gnu.org>
43381
43382         * config/config.sub: update from prep.
43383
43384 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43385
43386         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43387         Remove.
43388         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43389         to test that it can stand by itself.  Include "exitfail.h".
43390         Clients should set exit_failure instead.
43391         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43392
43393 2003-07-18  Bruno Haible  <bruno@clisp.org>
43394
43395         * modules/getndelim2: New file.
43396         * modules/getline: Share files with module getndelim2.
43397         * modules/getnline: Depend on getndelim2 instead of sharing files with
43398         it. Add getnline.c to lib_SOURCES.
43399         * MODULES.html.sh (func_all_modules): Add getndelim2.
43400
43401 2003-07-18  Bruno Haible  <bruno@clisp.org>
43402
43403         * m4/getndelim2.m4: New file.
43404         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43405         invoke gl_PREREQ_GETNDELIM2.
43406         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43407         gl_PREREQ_GETNDELIM2.
43408         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43409         gl_GETNDELIM2.
43410
43411 2003-07-18  Bruno Haible  <bruno@clisp.org>
43412
43413         * lib/getndelim2.h: New file.
43414         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43415         getndelim2.h.
43416         (getndelim2): Make non-static. Change return type to ssize_t.
43417         * lib/getline.h: Change argument names.
43418         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
43419         * lib/getnline.c: Include getndelim2.h.
43420
43421 2003-07-18  Andreas Schwab  <schwab@suse.de>
43422
43423         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
43424
43425 2003-07-17  Karl Berry  <karl@gnu.org>
43426
43427         * config/config.sub: update from prep.
43428
43429 2003-07-17  Bruno Haible  <bruno@clisp.org>
43430
43431         * modules/getnline: New file.
43432         * modules/getline: Add lib/getndelim2.c to source file list.
43433         * MODULES.html.sh (func_all_modules): Add getnline.
43434
43435 2003-07-17  Bruno Haible  <bruno@clisp.org>
43436
43437         * m4/getnline.m4: New file.
43438
43439 2003-07-17  Bruno Haible  <bruno@clisp.org>
43440
43441         * m4/Makefile.am.in: Remove file.
43442         * m4/Makefile.am: Remove file.
43443         * m4/Makefile.in: Remove file.
43444
43445 2003-07-17  Bruno Haible  <bruno@clisp.org>
43446
43447         * lib/getnline.h: New file.
43448         * lib/getnline.c: New file.
43449         * lib/getndelim2.c: New file, extracted from getline.c.
43450         (getndelim2): Renamed from getdelim2, with added nmax argument.
43451         * lib/getline.c: Include getndelim2.c.
43452         (getdelim2): Moved out to getndelim2.c.
43453         (getline, getdelim): Update.
43454
43455 2003-07-17  Bruno Haible  <bruno@clisp.org>
43456
43457         * lib/Makefile.am: Remove file.
43458         * lib/Makefile.in: Remove file.
43459
43460 2003-07-17  Bruno Haible  <bruno@clisp.org>
43461
43462         * configure.in: Remove file.
43463         * Makefile.in: Remove file.
43464
43465 2003-07-17  Bruno Haible  <bruno@clisp.org>
43466
43467         * MODULES.html.sh: Put the </BODY> right before </HTML>.
43468
43469 2003-07-16  Karl Berry  <karl@gnu.org>
43470
43471         * config/srclist-update: was running fixlicense twice, which caused
43472                 texinfo.tex to be nullified for some reason.  Simplify,
43473                 $gplsrc is no longer needed as far as I can see?
43474
43475 2003-07-16  Jim Meyering  <jim@meyering.net>
43476
43477         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
43478
43479 2003-07-15  Paul Eggert  <eggert@twinsun.com>
43480
43481         * config/srclist.txt: Get the following files from gettext-runtime/intl
43482         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
43483         ref-del.sin.  From Bruno Haible.
43484         * config/srclist-update (fixfile): Change grep pattern again, since the
43485         previous fix didn't work (there was another trailing $).  Use
43486         '[$]' to escape the $s.
43487
43488 2003-07-15  Karl Berry  <karl@gnu.org>
43489
43490         * lib/vasnprintf.c: update from gettext.
43491
43492 2003-07-15  Karl Berry  <karl@gnu.org>
43493
43494         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
43495         gets expanded when surrounded by '$'.
43496
43497 2003-07-15  Jim Meyering  <jim@meyering.net>
43498
43499         * modules/save-cwd: Don't depend on error.  From Derek Price.
43500
43501 2003-07-15  Jim Meyering  <jim@meyering.net>
43502
43503         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
43504
43505 2003-07-14  Simon Josefsson  <jas@extundo.com>
43506
43507         * modules/mempcpy: New file.
43508         * MODULES.html.sh (func_all_modules): Add mempcpy.
43509
43510 2003-07-14  Simon Josefsson  <jas@extundo.com>
43511
43512         * m4/mempcpy.m4: New file.
43513
43514 2003-07-14  Simon Josefsson  <jas@extundo.com>
43515
43516         * lib/mempcpy.h: New file.
43517         * lib/mempcpy.c: New file.
43518
43519 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43520
43521         * modules/getdate, modules/posixtm: Depend on mktime.
43522
43523 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43524
43525         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
43526         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
43527         unicodeio.c, unicodeio.h, unlocked-io.h:
43528         Switch from LGPL to GPL.
43529
43530 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43531
43532         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
43533         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
43534         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
43535         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
43536         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
43537         updated automatically by ../config/srclist-update.  This changes
43538         their license from LPGL to GPL.
43539
43540 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43541
43542         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
43543         assumed to refer to the root of the most recent stable gettext version.
43544         * config/srclistvars.sh: Add defaults for eggert.
43545         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
43546         Match "This program" as well as "The program".  This is needed
43547         for gettext.
43548
43549 2003-07-14  Jim Meyering  <jim@meyering.net>
43550
43551         Don't emit diagnostics.  Let callers do that.
43552         * lib/save-cwd.c: Don't include "error.h".
43553         (save_cwd): Don't call error.  Ensure that errno is valid
43554         when returning nonzero.
43555
43556         * lib/save-cwd.h (restore_cwd): Update prototype.
43557         * lib/save-cwd.c (restore_cwd): Remove two parameters.
43558         Simplify.  Don't call error upon failure.  Let callers do that.
43559         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
43560         when auditing is enabled.  But don't bother updating the #if.
43561
43562 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
43563
43564         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
43565         it breaks C++ compilation.
43566         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
43567
43568 2003-07-10  Simon Josefsson  <jas@extundo.com>
43569
43570         * modules/strchrnul (Makefile.am): Add strchrnul.h.
43571
43572 2003-07-10  Jim Meyering  <jim@meyering.net>
43573
43574         * m4/clock_time.m4: Remove trailing blank.
43575         * m4/intmax_t.m4: Likewise.
43576
43577 2003-07-10  Jim Meyering  <jim@meyering.net>
43578
43579         * lib/vasnprintf.c: Remove trailing blanks.
43580         Make cpp indentation consistent.
43581
43582 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43583
43584         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
43585         posixver.c, strftime.c, strnlen.c, strverscmp.c:
43586         Switch from LGPL to GPL.
43587
43588 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43589
43590         * config/srclist.txt: Sort sublists.  Add
43591         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
43592         that differ from gnulib for one reason or another; we'd like this list
43593         to be smaller but for now let's document what we have.
43594
43595 2003-07-08  Paul Eggert  <eggert@twinsun.com>
43596
43597         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
43598         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
43599         and sweeter "eval x=$x".
43600         * config/srclist.txt: Get lib/argp* from glibc.
43601
43602 2003-07-07  Paul Eggert  <eggert@twinsun.com>
43603
43604         * lib/mktime.c: Fix some boundary cases and remove need for floating
43605         point.
43606
43607         Issue a compile-time diagnostic if time_t is floating point, or if
43608         two's complement arithmetic is not in effect, or if arithmetic
43609         right shift does not propagate the sign.  These assumptions were
43610         all in the original code but they weren't checked.
43611
43612         (TIME_T_MIDPOINT, verify): New macros.
43613         (__isleap): Remove; it has integer overflow problems.
43614         (leapyear): New function, without those problems.
43615         (ydhms_tm_diff): Remove; splitting into two parts.
43616         (ydhms_diff): New function, containing the arithmetic part of
43617         the old ydhms_tm_diff function.  Issue a compile-time
43618         diagnostic if we are not using C99 integer division.
43619         Avoid casts when possible.
43620         (guess_time_tm): New function, containing the checking part of
43621         the old ydhms_tm_diff function.  Return the new value, rather than
43622         the difference between it and the old.  Accept a new argument T
43623         so that *T specifies the old value.  Check for overflow in the result.
43624
43625         (__mktime_internal): Use a time_t offset, not a long int offset.
43626         This undoes the 2003-06-04 change, which is no longer needed now
43627         that we have better overflow checking.
43628         (localtime_offset): Likewise.
43629
43630         (__mktime_internal): Avoid harmful overflow on hosts where time_t
43631         and long are 64-bit but int is only 32-bit.
43632         (ydhms_diff): Use long int to store year1 and yday1.
43633         Issue a compile-time diagnostic if long int is not wide enough.
43634
43635         (__mktime_internal): Use long int to store adjusted year and yday.
43636         Use plain C rather than preprocessor commands, if that doesn't
43637         affect efficiency.
43638         Check for overflow (and try to repair) after each probe
43639         rather than checking only at the very end.  This avoids some bugs
43640         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
43641         does not equal GMT offset at maximum time).
43642         Use integer to check for overflow rather than floating point; this
43643         is more portable to non-IEEE hosts, and is a tad faster.
43644         When we detect that we are oscillating between two values,
43645         don't check whether tm_isdst has the requested value, since
43646         we already know the answer.  When tm_isdst has the wrong value,
43647         use a different heuristic to find the right one, based on the
43648         extreme values actually observed in practice in tz2003a,
43649         rather than the (overly optimistic) "previous 3 calendar quarters".
43650
43651         (not_equal_tm, print_tm, check_result): Use "const T" rather than
43652         "T const" to accommodate glibc style.
43653         (check_result): Use less-confusing report format.  "long" -> "long int.
43654         (main): Likewise.
43655         Don't loop if the iteration overflows time_t.
43656         Allow a negative step in the iteration.
43657
43658 2003-07-06  Karl Berry  <karl@gnu.org>
43659
43660         * config/depcomp: update from automake.
43661         * config/config.sub: update from prep.
43662
43663 2003-07-03  Karl Berry  <karl@gnu.org>
43664
43665         * config/config.guess: update from prep.
43666
43667 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43668
43669         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
43670         xreadlink.c now includes it unconditionally.
43671
43672 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43673
43674         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
43675         having it depend on HAVE_SYS_TYPES_H.
43676
43677 2003-07-01  Bruno Haible  <bruno@clisp.org>
43678
43679         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
43680         <sys/types.h> should be sufficient.
43681         Reported by Paul Eggert.
43682
43683 2003-06-26  Karl Berry  <karl@gnu.org>
43684
43685         * config/depcomp: update from automake.
43686
43687 2003-06-26  Bruno Haible  <bruno@clisp.org>
43688
43689         * modules/human: Depend on module stdbool.
43690
43691 2003-06-25  Bruno Haible  <bruno@clisp.org>
43692
43693         * modules/readlink: New file.
43694         * modules/xreadlink: Depend on it.
43695         * MODULES.html.sh (func_all_modules): Add readlink.
43696
43697 2003-06-25  Bruno Haible  <bruno@clisp.org>
43698
43699         * m4/readlink.m4: New file.
43700
43701 2003-06-25  Bruno Haible  <bruno@clisp.org>
43702
43703         * lib/readlink.c: New file.
43704
43705 2003-06-22  Karl Berry  <karl@gnu.org>
43706
43707         * config/srclist.txt: update mkinstalldirs from automake.
43708         * config/mkinstalldirs: update.
43709
43710 2003-06-22  Bruno Haible  <bruno@clisp.org>
43711
43712         Portability to mingw32.
43713         * m4/ssize_t.m4: New file, from GNU gettext.
43714         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
43715         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
43716
43717 2003-06-22  Bruno Haible  <bruno@clisp.org>
43718
43719         * modules/safe-read: Add m4/ssize_t.m4.
43720         * modules/xreadlink: Add m4/ssize_t.m4.
43721
43722 2003-06-20  Bruno Haible  <bruno@clisp.org>
43723
43724         Assume C89, so PARAMS isn't needed.
43725         * lib/unicodeio.h (PARAMS): Remove.
43726         * lib/unicodeio.c: Don't use PARAMS.
43727
43728 2003-06-18  Karl Berry  <karl@gnu.org>
43729
43730         * config/config.{guess,sub}: update from prep.
43731
43732 2003-06-18  Jim Meyering  <jim@meyering.net>
43733
43734         Merge changes from coreutils.
43735         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
43736         Remove explicit declarations of xmalloc and realloc.
43737         Include xalloc.h.
43738         (read_utmp): Remove anachronistic cast of xmalloc.
43739
43740 2003-06-17  Paul Eggert  <eggert@twinsun.com>
43741
43742         Assume C89, so PARAMS isn't needed.
43743         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
43744         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
43745         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
43746         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
43747         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
43748         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
43749         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
43750         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
43751         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
43752         lib/xstrtod.h, lib/xstrtol.h: Likewise.
43753         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
43754         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
43755         no longer needed. Anyway, config.h should always be included before any
43756         other file.
43757
43758 2003-06-11  Simon Josefsson  <jas@extundo.com>
43759
43760         * modules/sysexits: New file.
43761         * MODULES.html.sh (func_all_modules): Add sysexits.
43762
43763 2003-06-11  Simon Josefsson  <jas@extundo.com>
43764
43765         * lib/sysexit_.h: New file.
43766
43767 2003-06-11  Derek Price  <derek@ximbiot.com>
43768
43769         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
43770         necessary.
43771
43772 2003-06-11  Bruno Haible  <bruno@clisp.org>
43773
43774         * m4/sysexits.m4: New file.
43775
43776 2003-06-10  Simon Josefsson  <jas@extundo.com>
43777
43778         * lib/argp.h: New file, from glibc.
43779         * lib/argp-ba.c: New file, from glibc.
43780         * lib/argp-eexst.c: New file, from glibc.
43781         * lib/argp-fmtstream.c: New file, from glibc.
43782         * lib/argp-fmtstream.h: New file, from glibc.
43783         * lib/argp-fs-xinl.c: New file, from glibc.
43784         * lib/argp-help.c: New file, from glibc.
43785         * lib/argp-namefrob.h: New file, from glibc.
43786         * lib/argp-parse.c: New file, from glibc.
43787         * lib/argp-pv.c: New file, from glibc.
43788         * lib/argp-pvh.c: New file, from glibc.
43789         * lib/argp-xinl.c: New file, from glibc.
43790
43791 2003-06-10  Simon Josefsson  <jas@extundo.com>
43792
43793         * modules/strchrnul: New file.
43794
43795 2003-06-10  Simon Josefsson  <jas@extundo.com>
43796
43797         * modules/argp: New file.
43798
43799 2003-06-10  Simon Josefsson  <jas@extundo.com>
43800
43801         * m4/strchrnul.m4: New file.
43802
43803 2003-06-10  Simon Josefsson  <jas@extundo.com>
43804
43805         * lib/strchrnul.h: New file.
43806         * lib/strchrnul.c: New file.
43807
43808 2003-06-10  Bruno Haible  <bruno@clisp.org>
43809
43810         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
43811
43812 2003-06-07  Karl Berry  <karl@gnu.org>
43813
43814         * config/config.{guess,sub}: update from prep.
43815
43816 2003-06-07  Jim Meyering  <jim@meyering.net>
43817
43818         * modules/strtod: Use $(...) notation, not @...@ for
43819         AC_REPLACE'd variables.
43820         * modules/localcharset: Likewise.
43821
43822 2003-06-07  Jim Meyering  <jim@meyering.net>
43823
43824         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
43825         in place of my name in the copyright comment.
43826         Remove definition and uses of __P.
43827
43828         From coreutils.
43829         * lib/stat.c: Don't declare xmalloc explicitly.
43830         Instead, include "xalloc.h".
43831         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
43832         xrealloc, and xcalloc return values.
43833         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
43834         Improve comment.
43835         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
43836
43837 2003-06-07  Bruno Haible  <bruno@clisp.org>
43838
43839         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
43840         avoid AC_CONFIG_LINKS.
43841         * modules/fnmatch (Makefile.am): Use explicit creation rule for
43842         fnmatch.h, to avoid AC_CONFIG_LINKS.
43843         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
43844
43845 2003-06-07  Bruno Haible  <bruno@clisp.org>
43846
43847         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
43848         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
43849         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43850         directory.
43851         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
43852         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43853         directory.
43854
43855 2003-06-06  Jim Meyering  <jim@meyering.net>
43856
43857         Merge from coreutils.
43858         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
43859         Consolidate declarations and initializations of *_base* locals.
43860
43861         Merge from coreutils.
43862         This avoids a core dump on systems without GNU putenv,
43863         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
43864         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
43865         (unsetenv): New static function, from GNU libc.
43866         (rpl_putenv): Use it.
43867
43868         * lib/modechange.c: Remove trailing blanks.
43869
43870         Merge from coreutils.
43871         * lib/fsusage.c: Remove declaration of statfs.
43872         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
43873
43874         * lib/posixtm.c: Include <stdbool.h> unconditionally.
43875
43876 2003-06-06  Jim Meyering  <jim@meyering.net>
43877
43878         * lib/stdbool_.h: Renamed from stdbool.h.in.
43879
43880 2003-06-06  Jim Meyering  <jim@meyering.net>
43881             Bruno Haible  <bruno@clisp.org>
43882
43883         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
43884         Adjust Makefile.am snippet not to redirect directly to target.
43885         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
43886
43887 2003-06-05  Paul Eggert  <eggert@twinsun.com>
43888
43889         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
43890         mismatch, look in future quarters as well as past.  This fixes a
43891         bug when processing fall-backwards gaps immediately after a long
43892         period of daylight-saving time.
43893
43894         * lib/mktime.c: Assume freestanding C89 or better.
43895         (HAVE_LIMITS_H): Remove.  Assume it's 1.
43896         (__P): Remove; not used.
43897         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
43898         (mktime, not_equal_tm, print_tm, check_result,
43899         main): Use prototypes.  Use const * where appropriate.
43900         (main): Fix typo in testing code that uncovered by above changes.
43901         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
43902
43903 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43904
43905         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
43906         locale.h, localeconv.  This merges changes from coreutils.
43907
43908         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
43909         It can be removed after the next Autoconf is released.
43910         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
43911         needed.
43912
43913 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43914
43915         * lib/mktime.c: Fix Debian bug 177940
43916         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
43917         (localtime_offset): Now long int, not time_t, because we want it
43918         to be guaranteed to be signed.  All uses changed.
43919         (__mktime_internal): If overflow would occur when adding offset,
43920         don't add it.
43921
43922         Merge 'human' changes from coreutils.  Rewrite to support
43923         locale-specific notations like thousands separators.
43924         * lib/human.c: Simplify authorship notice.
43925         Include human.h immediately after config.h.
43926         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
43927         <limits.h>: Do not include, since human.h does.
43928         (SIZE_MAX, UINTMAX_MAX): New macros.
43929         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
43930         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
43931         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
43932         (power_letter): Renamed from suffixes.
43933         (generate_suffix_backwards): Remove.
43934         (adjust_value): Now takes int style (because of human.h changes)
43935         and long double value (for greater precision on some platforms).
43936         (group_number): New function.
43937         (human_readable): Use it.  Use integer options, not enum.
43938         Put the options before the sizes in the arg list.
43939         Support all the new options.
43940         The old human_readable function has been removed;
43941         use inttostr.h instead.
43942         (human_readable, default_block_size, humblock):
43943         Use uintmax_t, not int, for block sizes.
43944         (human_readable_inexact, block_size_types): Remove.
43945         (block_size_opts): New constant.
43946         (human_options): Renamed from human_block_size, with new signature
43947         that allows block sizes up to UINTMAX_MAX.  All callers changed.
43948         * lib/human.h: Add copyright and authorship notice.
43949         Include <limits.h> and <stdbool.h> unconditionally.
43950         (PARAMS): Remove.  All uses removed.
43951         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
43952         (enum human_inexact_style): Remove tag; now a nameless enum.
43953         (human_floor, human_ceiling, human_round_to_even): Now have
43954         values 2, 0, 1 rather than -1, 1, 0.
43955         (human_group_digits, human_suppress_point_zero, human_autoscale,
43956         human_base_1024, human_SI, human_B): New constants.
43957         (human_readable_inexact, human_block_size): Remove.
43958         (human_readable): Size args are now uintmax_t, not int.
43959         (human_options): New decl.
43960
43961         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
43962         unnecessary now that we assume C89 or better.  This change
43963         imported from coreutils.
43964
43965         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43966         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
43967         in the 2003-05-30 sync from glibc.
43968
43969         .h files should stand alone, but we shouldn't include <sys/types.h>
43970         if we can get away with just <stddef.h>.
43971
43972         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
43973         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
43974         rather than <sys/types.h>, as we merely need size_t.
43975         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
43976         to get size_t.
43977         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
43978         Include <stdio.h>, to get FILE.
43979         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
43980         memcasecmp.h has included <stddef.h> and all we need is size_t.
43981         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
43982         our interface, instead of including <sys/types.h>
43983
43984 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43985
43986         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
43987         now, as glibc mktime is buggy on non-glibc systems.
43988
43989 2003-06-03  Karl Berry  <karl@gnu.org>
43990
43991         * config/config.sub: update from prep.
43992
43993 2003-06-02  Paul Eggert  <eggert@twinsun.com>
43994
43995         [from coreutils]
43996         Fix some minor time-related bugs with POSIX time arguments.
43997         Some valid time stamps were being rejected (notably -1, and
43998         time stamps before 1900 on 64-bit hosts).  And some invalid
43999         time stamps were being accepted, e.g. September 31.
44000
44001         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
44002         that we can return (time_t) -1 successfully.
44003         * lib/posixtm.c: Likewise.
44004         [HAVE_STDBOOL_H]: Include <stdbool.h>.
44005         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
44006         (t): Remove static var.
44007         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
44008         of static var.  All uses changed.
44009         (year): Do not reject years before 1900; they can occur with
44010         64-bit time_t.
44011         (posix_time_parse): Do not check for out-of-range components;
44012         that is now the caller's responsibility, since our checks were
44013         only approximations.
44014         (posixtime): Use mktime to check for out-of-range components,
44015         since it knows them exactly.
44016         If mktime returns (time_t) -1, check whether an error actually occurred
44017         by invoking localtime on -1.
44018         (main) [TEST_POSIXTIME]: Check for input data errors, and report
44019         posixtime failures better.
44020         Improve the test data (in comments only).
44021
44022 2003-06-02  Karl Berry  <karl@gnu.org>
44023
44024         * config/mkinstalldirs (version): new variable.
44025         (--version): new option.
44026         (usage): improve message.
44027
44028 2003-05-30  Karl Berry  <karl@gnu.org>
44029
44030         * lib/mktime.c: update from libc.
44031
44032 2003-05-30  Bruno Haible  <bruno@clisp.org>
44033
44034         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
44035         * config/config.rpath: Upgrade to gettext-0.12.1.
44036
44037 2003-05-30  Bruno Haible  <bruno@clisp.org>
44038
44039         * m4/gettext.m4: Upgrade to gettext-0.12.1.
44040         * m4/nls.m4: New file, from gettext-0.12.1.
44041         * m4/po.m4: New file, from gettext-0.12.1.
44042         * m4/progtest.m4: Upgrade to gettext-0.12.1.
44043
44044 2003-05-30  Bruno Haible  <bruno@clisp.org>
44045
44046         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
44047         * lib/localcharset.h: Likewise.
44048         * lib/localcharset.c: Likewise.
44049
44050 2003-05-29  Karl Berry  <karl@gnu.org>
44051
44052         * config/config.rpath: update from gettext.
44053
44054 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44055
44056         Assume the headers required for C89 freestanding compilers.
44057         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
44058         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
44059         * m4/human.m4 (gl_HUMAN): Likewise.
44060         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
44061         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
44062         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44063         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
44064         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44065         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
44066
44067 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44068
44069         Assume the headers required for C89 freestanding compilers.
44070         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
44071         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
44072         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
44073         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
44074         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
44075         define, since <limits.h> is guaranteed to do that.
44076         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
44077         * lib/exclude.c: Include <stdbool.h> unconditionally.
44078         * lib/tempname.c: Include <stddef.h> unconditionally.
44079         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
44080         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
44081         <stddef.h> does that.
44082         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
44083         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
44084         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
44085         needed.
44086         * lib/xstrtol.c: Likewise.
44087         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
44088         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
44089
44090         * lib/addext.c (addext): Use assignment rather than cast, to avoid
44091         warnings on some platforms.
44092
44093         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44094         arbitrarily.
44095
44096 2003-05-26  Jim Meyering  <jim@meyering.net>
44097
44098         Merge in a change from coreutils:
44099         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
44100         that is guaranteed to be `no'.  Use `no_such_member' to indicate
44101         that condition, rather than `-1' which is slightly misleading.
44102         Change the name of the cache variable to have the gl_ prefix.
44103         Prompted by a patch from Richard Dawe for DJGPP.
44104
44105 2003-05-24  Karl Berry  <karl@gnu.org>
44106
44107         * config/config.guess: update from prep.
44108
44109 2003-05-22  Karl Berry  <karl@gnu.org>
44110
44111         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
44112
44113 2003-05-20  Karl Berry  <karl@gnu.org>
44114
44115         * config/config.guess: update from prep.
44116
44117 2003-05-18  Karl Berry  <karl@gnu.org>
44118
44119         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
44120         might actually be set by the user.
44121
44122         * config/depcomp, install-sh, mdate-sh: update from automake.
44123
44124 2003-05-17  Bruno Haible  <bruno@clisp.org>
44125
44126         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
44127         invalid expansion for AC_EGREP_CPP.
44128         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
44129         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
44130         Suggested by Akim Demaille <akim@epita.fr> in
44131         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
44132
44133 2003-05-12  Jim Meyering  <jim@meyering.net>
44134
44135         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
44136         the space-padded-by-default conversion specifiers, %e, %k, %l.
44137
44138 2003-05-12  Bruno Haible  <bruno@clisp.org>
44139
44140         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
44141         the string is longer than 4 KB.
44142
44143 2003-05-11  Karl Berry  <karl@gnu.org>
44144
44145         * config/config.{guess,sub}: update from prep.
44146
44147 2003-05-09  Bruno Haible  <bruno@clisp.org>
44148
44149         * modules/error: Add m4/strerror_r.m4 to file list.
44150
44151 2003-05-03  Bruno Haible  <bruno@clisp.org>
44152
44153         Upgrade to Unicode-4.0.
44154         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
44155         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
44156         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
44157         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
44158         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
44159         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
44160         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
44161         Change width of U+E0100..U+E01EF from 1 to 0.
44162
44163 2003-04-25  Jim Meyering  <jim@meyering.net>
44164
44165         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
44166         of type size_t, not int.
44167
44168 2003-04-25  Bruno Haible  <bruno@clisp.org>
44169
44170         * lib/copy-file.c: Include <stddef.h>, for size_t.
44171
44172 2003-04-21  Paul Eggert  <eggert@twinsun.com>
44173
44174         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
44175         code which expansion is under static control.  Patch imported from
44176         Akim Demaille's patch to Bison; see
44177         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
44178
44179 2003-04-14  Bruno Haible  <bruno@clisp.org>
44180
44181         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
44182
44183 2003-04-11  Jim Meyering  <jim@meyering.net>
44184
44185         Merge changes from Coreutils.
44186
44187         2003-03-22  Jim Meyering  <jim@meyering.net>
44188
44189         * lib/strftime.c (widen): Cast alloca return value to proper type.
44190
44191         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
44192
44193         From GNU libc.
44194         * lib/strftime.c (my_strftime): Handle very large width
44195         specifications for numeric values correctly.  Improve checks for
44196         overflow.
44197
44198         2003-01-19  Jim Meyering  <jim@meyering.net>
44199
44200         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
44201         definitions.
44202         (nl_get_alt_digit) [! defined my_strftime]: Define.
44203         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
44204         _nl_get_alt_digit and _nl_get_walt_digit.
44205
44206         * lib/strftime.c (my_strftime): Merge in locale-related changes from
44207         libc. These changes have no effect outside of _LIBC.
44208
44209 2003-04-10  Bruno Haible  <bruno@clisp.org>
44210
44211         * modules/findprog: New file.
44212         * MODULES.html.sh (func_all_modules): Add it.
44213
44214 2003-04-10  Bruno Haible  <bruno@clisp.org>
44215
44216         * m4/findprog.m4: New file.
44217         * m4/eaccess.m4: New file.
44218
44219 2003-04-10  Bruno Haible  <bruno@clisp.org>
44220
44221         * lib/findprog.h: New file, from GNU gettext.
44222         * lib/findprog.c: New file, from GNU gettext.
44223
44224 2003-04-05  Jim Meyering  <jim@meyering.net>
44225
44226         Merge changes from Coreutils.
44227
44228         * lib/exclude.h (PARAMS): Remove definition and uses.
44229         * lib/exclude.c: Remove uses of `PARAMS'.
44230
44231         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
44232         Add test-cases for DOS filenames. Declare program_name.
44233         (main): Set up program_name.  Patch by Rich Dawe.
44234
44235         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44236         error from mntctl.
44237         Use mntctl's return value to drive the entry-processing loop, since
44238         we can't rely on the value of the vmt_length member in the last
44239         entry.  On some systems doing so could result in exhausting
44240         virtual memory.  Based in part on a patch from Mike Jetzer.
44241
44242 2003-04-04  Bruno Haible  <bruno@clisp.org>
44243
44244         * modules/linebreak: New file.
44245         * MODULES.html.sh (func_all_modules): Add it.
44246
44247 2003-04-04  Bruno Haible  <bruno@clisp.org>
44248
44249         * m4/linebreak.m4: New file.
44250
44251 2003-04-04  Bruno Haible  <bruno@clisp.org>
44252
44253         * lib/linebreak.h: New file, from GNU gettext.
44254         * lib/linebreak.c: New file, from GNU gettext with slight
44255         modifications.
44256         * lib/lbrkprop.h: New file, from GNU gettext.
44257
44258 2003-04-03  Bruno Haible  <bruno@clisp.org>
44259
44260         * modules/utf8-ucs4: New file.
44261         * modules/utf16-ucs4: New file.
44262         * modules/ucs4-utf8: New file.
44263         * modules/ucs4-utf16: New file.
44264         * MODULES.html.sh (func_all_modules): Add them.
44265
44266 2003-04-03  Bruno Haible  <bruno@clisp.org>
44267
44268         * m4/utf-ucs4.m4: New file.
44269         * m4/ucs4-utf.m4: New file.
44270
44271 2003-04-03  Bruno Haible  <bruno@clisp.org>
44272
44273         * lib/utf8-ucs4.h: New file, from GNU gettext.
44274         * lib/utf16-ucs4.h: New file, from GNU gettext.
44275         * lib/ucs4-utf8.h: New file, from GNU gettext.
44276         * lib/ucs4-utf16.h: New file, from GNU gettext.
44277
44278 2003-04-02  Bruno Haible  <bruno@clisp.org>
44279
44280         * modules/binary-io: New file.
44281         * MODULES.html.sh (func_all_modules): Add it.
44282
44283 2003-04-02  Bruno Haible  <bruno@clisp.org>
44284
44285         * lib/binary-io.h: New file, from GNU gettext.
44286
44287 2003-04-01  Bruno Haible  <bruno@clisp.org>
44288
44289         * modules/pathname: New file.
44290         * MODULES.html.sh (func_all_modules): Add it.
44291
44292 2003-04-01  Bruno Haible  <bruno@clisp.org>
44293
44294         * lib/pathname.h: New file, from GNU gettext.
44295         * lib/concatpath.c: New file, from GNU gettext.
44296
44297 2003-03-30  Bruno Haible  <bruno@clisp.org>
44298
44299         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
44300
44301 2003-03-30  Bruno Haible  <bruno@clisp.org>
44302
44303         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
44304         function chown() doesn't exist.
44305
44306 2003-03-28  Bruno Haible  <bruno@clisp.org>
44307
44308         * modules/copy-file: New file.
44309         * MODULES.html.sh (func_all_modules): Add it.
44310
44311 2003-03-28  Bruno Haible  <bruno@clisp.org>
44312
44313         * m4/copy-file.m4: New file.
44314
44315 2003-03-28  Bruno Haible  <bruno@clisp.org>
44316
44317         * lib/copy-file.h: New file, from GNU gettext.
44318         * lib/copy-file.c: New file, from GNU gettext.
44319
44320 2003-03-18  Jim Meyering  <jim@meyering.net>
44321
44322         * lib/quote.c (quote_n): Fix typo in comment.
44323
44324 2003-03-18  Bruno Haible  <bruno@clisp.org>
44325
44326         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44327         checking.
44328         * m4/onceonly_2_57.m4: Likewise.
44329
44330 2003-03-17  Bruno Haible  <bruno@clisp.org>
44331
44332         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44333         (m4_quote): Remove macro.
44334         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44335
44336 2003-03-14  Jim Meyering  <jim@meyering.net>
44337
44338         Merge changes from Coreutils.
44339         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44340         to be const, in order to avoid warnings.
44341         (obstack_room): Likewise.
44342         (obstack_empty_p): Likewise.
44343
44344 2003-03-14  Bruno Haible  <bruno@clisp.org>
44345
44346         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44347         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44348
44349 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44350
44351         Merge changes from Bison.
44352         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44353         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44354         when compiling Bison 1.875's `bitset bset = obstack_alloc
44355         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44356         * lib/hash.c: Include <stdbool.h> unconditionally.
44357
44358 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44359
44360         * m4/onceonly.m4 (m4_quote): New macro.
44361         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44362         Quote AC_FOREACH variable-expansions properly.
44363
44364 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44365
44366         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44367
44368 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44369
44370         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44371         Reported by Bruce Becker; see:
44372         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44373
44374 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44375             Bruno Haible  <bruno@clisp.org>
44376
44377         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44378         Reported by John Hughes, see
44379         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44380
44381 2003-02-20  Bruno Haible  <bruno@clisp.org>
44382
44383         * MODULES.html.sh (func_all_modules): Add poll.
44384
44385 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44386
44387         * modules/poll: New file.
44388
44389 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44390
44391         * lib/poll_.h: New file.
44392         * lib/poll.c: New file.
44393
44394 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44395
44396         * m4/poll.m4: New file.
44397
44398 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44399
44400         * modules/mathl: New file.
44401
44402 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44403
44404         * lib/mathl.h: New file.
44405         * lib/acosl.c: New file.
44406         * lib/asinl.c: New file.
44407         * lib/atanl.c: New file.
44408         * lib/ceill.c: New file.
44409         * lib/cosl.c: New file.
44410         * lib/expl.c: New file.
44411         * lib/floorl.c: New file.
44412         * lib/frexpl.c: New file.
44413         * lib/ldexpl.c: New file.
44414         * lib/logl.c: New file.
44415         * lib/sincosl.c: New file.
44416         * lib/sinl.c: New file.
44417         * lib/sqrtl.c: New file.
44418         * lib/tanl.c: New file.
44419         * lib/trigl.c: New file.
44420         * lib/trigl.h: New file.
44421
44422 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44423
44424         * m4/mathl.m4: New file.
44425
44426 2003-02-18  Bruno Haible  <bruno@clisp.org>
44427
44428         * MODULES.html.sh (func_all_modules): Add mathl.
44429
44430 2003-02-17  Bruno Haible  <bruno@clisp.org>
44431
44432         * modules/mkdtemp: New module.
44433         * MODULES.html.sh (func_all_modules): Add it.
44434
44435 2003-02-17  Bruno Haible  <bruno@clisp.org>
44436
44437         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
44438
44439 2003-02-17  Bruno Haible  <bruno@clisp.org>
44440
44441         * lib/mkdtemp.h: New file, from GNU gettext.
44442         * lib/mkdtemp.c: New file, from GNU gettext.
44443
44444 2003-02-02  Jim Meyering  <jim@meyering.net>
44445
44446         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
44447         e.g. glibc-2.2.93.
44448
44449 2003-01-31  Bruno Haible  <bruno@clisp.org>
44450
44451         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
44452         'rpl_rename'.
44453         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
44454         'rpl_strnlen'.
44455         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
44456         'rpl_strtod'.
44457         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
44458         'rpl_utime'.
44459
44460 2003-01-31  Bruno Haible  <bruno@clisp.org>
44461
44462         * lib/rename.c: #undef rename before defining rpl_rename.
44463         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
44464
44465 2003-01-30  Bruno Haible  <bruno@clisp.org>
44466
44467         * modules/vasnprintf, modules/vasprintf: New modules.
44468         * MODULES.html.sh (func_all_modules): Add them.
44469
44470 2003-01-30  Bruno Haible  <bruno@clisp.org>
44471
44472         * m4/signed.m4: New file, from GNU gettext.
44473         * m4/longdouble.m4: New file, from GNU gettext.
44474         * m4/wchar_t.m4: New file, from GNU gettext.
44475         * m4/wint_t.m4: New file, from GNU gettext.
44476         * m4/vasnprintf.m4: New file.
44477         * m4/vasprintf.m4: New file.
44478
44479 2003-01-30  Bruno Haible  <bruno@clisp.org>
44480
44481         * lib/printf-args.h: New file, from GNU gettext.
44482         * lib/printf-args.c: New file, from GNU gettext.
44483         * lib/printf-parse.h: New file, from GNU gettext.
44484         * lib/printf-parse.c: New file, from GNU gettext.
44485         * lib/vasnprintf.h: New file, from GNU gettext.
44486         * lib/vasnprintf.c: New file, from GNU gettext.
44487         * lib/asnprintf.c: New file, from GNU gettext.
44488         * lib/vasprintf.h: New file, from GNU gettext with modifications.
44489         * lib/vasprintf.c: New file, from GNU gettext.
44490         * lib/asprintf.c: New file, from GNU gettext.
44491
44492 2003-01-29  Bruno Haible  <bruno@clisp.org>
44493
44494         * modules/stpncpy: New module.
44495         * MODULES.html.sh (func_all_modules): Add it.
44496
44497 2003-01-29  Bruno Haible  <bruno@clisp.org>
44498
44499         * m4/stpncpy.m4: New file.
44500
44501 2003-01-29  Bruno Haible  <bruno@clisp.org>
44502
44503         * lib/stpncpy.h: New file, from GNU gettext with modifications.
44504         * lib/stpncpy.c: New file, from GNU gettext with modifications.
44505
44506 2003-01-28  Bruno Haible  <bruno@clisp.org>
44507
44508         * modules/c-ctype: New module.
44509         * MODULES.html.sh (func_all_modules): Add it.
44510
44511 2003-01-28  Bruno Haible  <bruno@clisp.org>
44512
44513         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
44514         Paul Eggert.
44515         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
44516         Paul Eggert.
44517
44518 2003-01-27  Bruno Haible  <bruno@clisp.org>
44519
44520         * modules/xsetenv: New module.
44521         * MODULES.html.sh (func_all_modules): Add it.
44522
44523 2003-01-27  Bruno Haible  <bruno@clisp.org>
44524
44525         * lib/xsetenv.h: New file, from GNU gettext.
44526         * lib/xsetenv.c: New file, from GNU gettext.
44527
44528 2003-01-23  Jim Meyering  <jim@meyering.net>
44529
44530         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
44531         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44532
44533 2003-01-23  Bruno Haible  <bruno@clisp.org>
44534
44535         * modules/minmax: New module.
44536         * MODULES.html.sh (func_all_modules): Add it.
44537
44538 2003-01-23  Bruno Haible  <bruno@clisp.org>
44539
44540         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
44541         Eggert.
44542
44543 2003-01-22  Bruno Haible  <bruno@clisp.org>
44544
44545         * modules/exit: New module.
44546         * MODULES.html.sh (func_all_modules): Add it.
44547
44548 2003-01-22  Bruno Haible  <bruno@clisp.org>
44549
44550         * lib/exit.h: New file, from GNU gettext.
44551
44552 2003-01-19  Bruno Haible  <bruno@clisp.org>
44553
44554         * gnulib-tool: Recognize option --extract-maintainer.
44555         (func_get_maintainer): New function.
44556         * modules/*: Add Maintainer entry.
44557
44558 2003-01-16  Jim Meyering  <jim@meyering.net>
44559
44560         * m4/regex.m4: The `regex' struct is both input and output.
44561         Initialize it before each use.  Patch by Tim Waugh.
44562
44563 2003-01-16  Bruno Haible  <bruno@clisp.org>
44564
44565         * MODULES.html.sh: Add a table of contents. Add the module name as
44566         leftmost column. Add hyperlinks.
44567
44568 2003-01-15  Bruno Haible  <bruno@clisp.org>
44569
44570         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
44571
44572 2003-01-15  Bruno Haible  <bruno@clisp.org>
44573
44574         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
44575         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
44576         suffix.
44577
44578 2003-01-15  Bruno Haible  <bruno@clisp.org>
44579
44580         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
44581
44582 2003-01-15  Bruno Haible  <bruno@clisp.org>
44583
44584         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
44585         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
44586
44587 2003-01-14  Jim Meyering  <jim@meyering.net>
44588
44589         * lib/same.c (same_name): Tweak a comment.
44590
44591 2003-01-14  Bruno Haible  <bruno@clisp.org>
44592
44593         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
44594         when a string comparison is sufficient.
44595
44596 2003-01-14  Bruno Haible  <bruno@clisp.org>
44597
44598         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
44599         'unsigned int'.
44600
44601 2003-01-14  Bruno Haible  <bruno@clisp.org>
44602
44603         * lib/hash-pjw.c: Add comment about low quality of this function.
44604
44605 2003-01-13  Bruno Haible  <bruno@clisp.org>
44606
44607         * modules/stpcpy: Distribute lib/stpcpy.h.
44608         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
44609
44610 2003-01-13  Bruno Haible  <bruno@clisp.org>
44611
44612         * modules/*: Add a description.
44613         * modules/strpbrk: Fix Makefile.am snippet.
44614         * modules/strtoimax: Fix dependencies.
44615         * modules/strtoumax: Likewise.
44616
44617 2003-01-13  Bruno Haible  <bruno@clisp.org>
44618
44619         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
44620         * modules/alloca (Makefile.am): All object files depend on alloca.h.
44621         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
44622
44623 2003-01-13  Bruno Haible  <bruno@clisp.org>
44624
44625         * gnulib-tool (func_create_testdir): Store config/* files in the main
44626         directory.
44627         * config.rpath: Move to ...
44628         * config/config.rpath: ... here.
44629         * modules/gettext: Contains config/config.rpath, not config.rpath.
44630         * modules/iconv: Likewise.
44631
44632 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44633
44634         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44635         to avoid collisions with libcurses and libreadline.
44636
44637         * m4/getstr.m4: Remove.
44638         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
44639
44640 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44641
44642         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44643         to avoid collisions with libcurses and libreadline.
44644
44645         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
44646         * lib/getstr.h, getstr.c: Remove.
44647         * lib/getline.c: Include "getline.h", to check interface.
44648         Move body of old getstr.c here: this defines MIN_CHUNK and
44649         declares getdelim2, which is renamed from getstr.
44650         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
44651
44652         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
44653         All uses changed.
44654         * lib/linebuffer.h: Likewise.
44655         (readline): Remove backward-compatibility macro.
44656
44657 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44658
44659         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44660         to avoid collisions with libcurses and libreadline.
44661         * getstr: Remove.
44662         * MODULES.html.sh: Remove getstr.
44663         * modules/getline: Depend on unlocked-io, not getstr.
44664
44665 2003-01-12  Jim Meyering  <jim@meyering.net>
44666
44667         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
44668
44669 2003-01-10  Bruno Haible  <bruno@clisp.org>
44670
44671         * modules/alloca: Change Makefile.am requirements. Simplify Include
44672         requirements. Add lib/alloca_.h to file list.
44673
44674 2003-01-10  Bruno Haible  <bruno@clisp.org>
44675
44676         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
44677
44678 2003-01-10  Bruno Haible  <bruno@clisp.org>
44679
44680         * lib/alloca_.h: New file.
44681         * lib/getdate.y: Unconditionally include alloca.h.
44682         * lib/makepath.c: Likewise.
44683         * lib/setenv.c: Likewise.
44684         * lib/userspec.c: Likewise.
44685
44686 2003-01-09  Karl Berry  <karl@gnu.org>
44687
44688         * MODULES.html.sh: include `dirname $0` in PATH, to find
44689         gnulib-tool.
44690
44691 2003-01-09  Bruno Haible  <bruno@clisp.org>
44692
44693         * modules/stdbool: Change configure.ac, Makefile.am requirements.
44694         Simplify Include requirements. Add lib/stdbool.h.in to file list.
44695
44696 2003-01-09  Bruno Haible  <bruno@clisp.org>
44697
44698         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
44699
44700 2003-01-09  Bruno Haible  <bruno@clisp.org>
44701
44702         * lib/stdbool.h.in: New file.
44703
44704 2003-01-09  Bruno Haible  <bruno@clisp.org>
44705
44706         * gnulib-tool (func_all_modules): Ignore files ending in ~.
44707         * MODULES.html.sh: Likewise.
44708
44709 2003-01-08  Jim Meyering  <jim@meyering.net>
44710
44711         * lib/full-write.c: Undefine and define-away `const' after inclusion
44712         of errno.h, not before.  Suggestion from Bruno Haible.
44713
44714 2003-01-08  Bruno Haible  <bruno@clisp.org>
44715
44716         * modules/full-read: Depend on full-write.
44717
44718 2003-01-08  Bruno Haible  <bruno@clisp.org>
44719
44720         * lib/safe-read.c: Include specification header first, to ensure its
44721         selfcontainedness.
44722         * lib/full-write.c: Likewise.
44723
44724 2003-01-07  Jim Meyering  <jim@meyering.net>
44725
44726         * lib/full-write.c: Rework so that it may serve to define full_read,
44727         too.
44728         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
44729
44730 2003-01-07  Bruno Haible  <bruno@clisp.org>
44731
44732         * lib/strtoimax.c: Include <stdint.h> as an alternative to
44733         <inttypes.h>.
44734         * lib/xstrtol.h: Likewise.
44735         * lib/xstrtoimax.c: Likewise.
44736         * lib/xstrtoumax.c: Likewise.
44737         * lib/human.h: Likewise.
44738
44739         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
44740         on systems that have <inttypes.h> but not <stdint.h>.
44741
44742 2003-01-07  Bruno Haible  <bruno@clisp.org>
44743
44744         * MODULES.html.sh: Add copyright notice.
44745         (missed_files): Omit CVS directory entries.
44746         (func_module): Make it work with sed-3.02.
44747         * MODULES.txt: Remove file.
44748
44749 2003-01-06  Jim Meyering  <jim@meyering.net>
44750
44751         * lib/version-etc.c: Update year in translatable copyright string.
44752
44753 2003-01-03  Karl Berry  <karl@gnu.org>
44754
44755         * config/config.{guess,sub}: update from prep.
44756
44757 2003-01-02  Karl Berry  <karl@gnu.org>
44758
44759         * doc/COPYING.DOC: belatedly updated to 1.2.
44760
44761 2003-01-01  Karl Berry  <karl@gnu.org>
44762
44763         * gnulib-tool (func_verify_module): report module name $module in
44764         error message, not $1.
44765         * gnulib-tool (create-testdir): don't complain if destdir couldn't
44766         be created, only if it doesn't exist.
44767         * gnulib-tool (last_checkin_date): don't expand the $Date here.
44768
44769 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44770
44771         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
44772
44773 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44774
44775         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
44776         memcmp if strcoll doesn't work.
44777
44778 2002-12-31  Bruno Haible  <bruno@clisp.org>
44779
44780         * lib/utime.c (utime_null): No need to call ftruncate if the file was
44781         nonempty.
44782
44783 2002-12-31  Bruno Haible  <bruno@clisp.org>
44784
44785         * lib/memcoll.c (STRCOLL): New macro.
44786         (memcoll): Use it.
44787
44788 2002-12-31  Bruno Haible  <bruno@clisp.org>
44789
44790         * lib/localcharset.h: New file.
44791         * lib/localcharset.c: Include it.
44792         * lib/unicodeio.c: Likewise.
44793
44794 2002-12-31  Bruno Haible  <bruno@clisp.org>
44795
44796         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
44797         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
44798
44799 2002-12-31  Bruno Haible  <bruno@clisp.org>
44800
44801         * lib/getline.h: Include <stddef.h>, for size_t.
44802
44803         * lib/unicodeio.h: Include <stddef.h>, for size_t.
44804         * lib/unicodeio.c: Don't include <stddef.h>.
44805
44806 2002-12-31  Bruno Haible  <bruno@clisp.org>
44807
44808         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
44809         HAVE_TM_ZONE.
44810
44811 2002-12-24  Karl Berry  <karl@gnu.org>
44812
44813         * config/config.guess: update from prep.
44814
44815 2002-12-24  Bruno Haible  <bruno@clisp.org>
44816
44817         General infrasructure.
44818         * m4/README: Rewritten.
44819         * m4/onceonly.m4: New file.
44820         * m4/onceonly_2_57.m4: New file.
44821
44822         Module atexit.
44823         * m4/atexit.m4: New file.
44824
44825         Module strtod.
44826         * m4/strtod.m4: New file.
44827
44828         Module strtol.
44829         * m4/strtol.m4: New file.
44830
44831         Module strtoul.
44832         * m4/strtoul.m4: New file.
44833
44834         Module memchr.
44835         * m4/memchr.m4: New file.
44836
44837         Module memcmp.
44838         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
44839         (jm_FUNC_MEMCMP): Invoke it.
44840
44841         Module memcpy.
44842         * m4/memcpy.m4: New file.
44843
44844         Module memmove.
44845         * m4/memmove.m4: New file.
44846
44847         Module memset.
44848         * m4/memset.m4: New file.
44849
44850         Module strcspn.
44851         * m4/strcspn.m4: New file.
44852
44853         Module strpbrk.
44854         * m4/strpbrk.m4: New file.
44855
44856         Module strstr.
44857         * m4/strstr.m4: New file.
44858
44859         Module strerror.
44860         * m4/strerror.m4: New file.
44861
44862         Module mktime.
44863         * m4/mktime.m4: Renamed from jm-mktime.m4.
44864         (gl_PREREQ_MKTIME): New macro.
44865         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
44866
44867         Module malloc.
44868         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
44869         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
44870         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
44871
44872         Module realloc.
44873         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
44874         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
44875         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
44876
44877         Module strftime.
44878         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
44879         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
44880         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
44881         gl_TM_GMTOFF.
44882         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
44883
44884         Module xalloc.
44885         * m4/xalloc.m4: New file.
44886
44887         Module alloca.
44888         * m4/alloca.m4: New file.
44889
44890         Module putenv.
44891         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
44892         (jm_FUNC_PUTENV): Invoke it.
44893
44894         Module setenv.
44895         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
44896         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
44897         when invoked twice.
44898         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
44899         gt_FUNC_SETENV.
44900
44901         Module memrchr.
44902         * m4/memrchr.m4: New file.
44903
44904         Module stpcpy.
44905         * m4/stpcpy.m4: New file.
44906
44907         Module strcase.
44908         * m4/strcase.m4: New file.
44909
44910         Module strdup.
44911         * m4/strdup.m4: New file.
44912
44913         Module strnlen.
44914         * m4/strnlen.m4: New file.
44915
44916         Module strndup.
44917         * m4/strndup.m4: New file.
44918
44919         Module xstrtod.
44920         * m4/xstrtod.m4: New file.
44921
44922         Module xstrtol.
44923         * m4/xstrtol.m4: New file.
44924
44925         Module getdate.
44926         * m4/getdate.m4: New file.
44927
44928         Module unlocked-io.
44929         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
44930         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
44931         * m4/jm-glibc-io.m4n: Remove file.
44932
44933         Module long-options.
44934         * m4/long-options.m4: New file.
44935
44936         Module md5.
44937         * m4/md5.m4: New file.
44938
44939         Module sha.
44940         * m4/sha.m4: New file.
44941
44942         Module getstr.
44943         * m4/getstr.m4: New file.
44944
44945         Module getline.
44946         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
44947         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
44948         <sys/types.h>, for size_t. Use the function name gnu_getline, not
44949         simply getline. Infoke gl_PREREQ_GETLINE.
44950
44951         Module obstack.
44952         * m4/obstack.m4: New file.
44953
44954         Module hash.
44955         * m4/hash.m4: New file.
44956
44957         Module readtokens.
44958         * m4/readtokens.m4: New file.
44959
44960         Module strverscmp.
44961         * m4/strverscmp.m4: New file.
44962
44963         Module stdbool.
44964         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
44965         OSF/1.
44966
44967         Module strtoll.
44968         * m4/strtoll.m4: New file.
44969
44970         Module strtoull.
44971         * m4/strtoull.m4: New file.
44972
44973         Module strtoimax.
44974         * m4/strtoimax.m4: New file.
44975
44976         Module strtoumax.
44977         * m4/strtoumax.m4: New file.
44978
44979         Module xstrtoimax.
44980         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
44981         jm_AC_PREREQ_XSTRTOIMAX.
44982         Moved the strtol prerequisites to strtol.m4.
44983         Moved the strtoll prerequisites to strtoll.m4.
44984         Moved the strtoimax prerequisites to strtoimax.m4.
44985
44986         Module xstrtoumax.
44987         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
44988         jm_AC_PREREQ_XSTRTOUMAX.
44989         Moved the strtoul prerequisites to strtoul.m4.
44990         Moved the strtoull prerequisites to strtoull.m4.
44991         Moved the strtoumax prerequisites to strtoumax.m4.
44992
44993         Module chown.
44994         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
44995         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
44996
44997         Module dup2.
44998         * m4/dup2.m4: New file.
44999
45000         Module ftruncate.
45001         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
45002         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
45003
45004         Module getgroups.
45005         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
45006         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
45007
45008         Module gettimeofday.
45009         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
45010         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
45011         gl_PREREQ_GETTIMEOFDAY.
45012
45013         Module mkdir.
45014         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
45015         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
45016
45017         Module mkstemp.
45018         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
45019         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
45020         jm_AC_TYPE_UINTMAX_T.
45021         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
45022
45023         Module stat.
45024         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
45025         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
45026
45027         Module lstat.
45028         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
45029         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
45030
45031         Module timespec.
45032         * m4/timespec.m4 (gl_TIMESPEC): New macro.
45033         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
45034         * m4/st_mtim.m4: Indentation.
45035
45036         Module nanosleep.
45037         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
45038         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
45039         gl_PREREQ_NANOSLEEP.
45040
45041         Module regex.
45042         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
45043         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
45044         (gl_REGEX): New macro.
45045
45046         Module rename.
45047         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
45048         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
45049
45050         Module rmdir.
45051         * m4/rmdir.m4: New file.
45052
45053         Module utime.
45054         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
45055         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
45056         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
45057
45058         Module dirname.
45059         * m4/dirname.m4: New file.
45060
45061         Module getopt.
45062         * m4/getopt.m4: New file.
45063
45064         Module unistd-safer.
45065         * m4/unistd-safer.m4: New file.
45066
45067         Module fnmatch.
45068         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
45069         declaration.
45070         (gl_PREREQ_FNMATCH_EXTRA): New macro.
45071         (gl_FUNC_FNMATCH_POSIX): New macro.
45072         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
45073         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
45074         simply fnmatch.
45075
45076         Module exclude.
45077         * m4/exclude.m4: New file.
45078
45079         Module human.
45080         * m4/human.m4: New file.
45081
45082         Module acl.
45083         * m4/acl.m4: Nop.
45084
45085         Module backupfile.
45086         * m4/backupfile.m4: New file.
45087         * m4/d-ino.m4: Indentation.
45088
45089         Module fsusage.
45090         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
45091         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
45092         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
45093
45094         Module dirfd.
45095         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
45096         requirements.
45097
45098         Module euidaccess.
45099         * m4/euidaccess.m4: New file.
45100
45101         Module file-type.
45102         * m4/file-type.m4: New file.
45103
45104         Module fileblocks.
45105         * m4/fileblocks.m4: New file.
45106
45107         Module filemode.
45108         * m4/filemode.m4: New file.
45109
45110         Module isdir.
45111         * m4/isdir.m4: New file.
45112
45113         Module lchown.
45114         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
45115         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
45116
45117         Module makepath.
45118         * m4/makepath.m4: New file.
45119
45120         Module modechange.
45121         * m4/modechange.m4: New file.
45122
45123         Module mountlist.
45124         * m4/mountlist.m4: New file.
45125         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
45126         Indentation.
45127
45128         Module path-concat.
45129         * m4/path-concat.m4: New file.
45130
45131         Module pathmax.
45132         * m4/pathmax.m4: New file.
45133
45134         Module same.
45135         * m4/same.m4: New file.
45136
45137         Module save-cwd.
45138         * m4/save-cwd.m4: New file.
45139
45140         Module savedir.
45141         * m4/savedir.m4: New file.
45142
45143         Module xgetcwd.
45144         * m4/xgetcwd.m4: New file.
45145         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
45146
45147         Module xreadlink.
45148         * m4/xreadlink.m4: New file.
45149
45150         Module safe-read.
45151         * m4/safe-read.m4: New file.
45152
45153         Module safe-write.
45154         * m4/safe-write.m4: New file.
45155
45156         Module closeout.
45157         * m4/closeout.m4: New file.
45158
45159         Module stdio-safer.
45160         * m4/stdio-safer.m4: New file.
45161
45162         Module getpass.
45163         * m4/getpass.m4: New file.
45164
45165         Module getugroups.
45166         * m4/getugroups.m4: New file.
45167
45168         Module group-member.
45169         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
45170         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
45171
45172         Module idcache.
45173         * m4/idcache.m4: New file.
45174
45175         Module userspec.
45176         * m4/userspec.m4: New file.
45177
45178         Module gettime.
45179         * m4/clock_time.m4: New file.
45180         * m4/gettime.m4: New file.
45181
45182         Module settime.
45183         * m4/settime.m4: New file.
45184
45185         Module posixtm.
45186         * m4/posixtm.m4: New file.
45187
45188         Module gethostname.
45189         * m4/gethostname.m4: New file.
45190
45191         Module canon-host.
45192         * m4/canon-host.m4: New file.
45193
45194         Module gettext.
45195         * m4/codeset.m4: New file, from gettext-0.11.5.
45196         * m4/gettext.m4: New file, from gettext-0.11.5.
45197         * m4/glibc21.m4: New file, from gettext-0.11.5.
45198         * m4/iconv.m4: New file, from gettext-0.11.5.
45199         * m4/intdiv0.m4: New file, from gettext-0.11.5.
45200         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
45201         * m4/inttypes.m4: New file, from gettext-0.11.5.
45202         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
45203         * m4/isc-posix.m4: New file, from gettext-0.11.5.
45204         * m4/lcmessage.m4: New file, from gettext-0.11.5.
45205         * m4/lib-ld.m4: New file, from gettext-0.11.5.
45206         * m4/lib-link.m4: New file, from gettext-0.11.5.
45207         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
45208         * m4/progtest.m4: New file, from gettext-0.11.5.
45209         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
45210         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
45211         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
45212
45213         Module localcharset.
45214         * m4/localcharset.m4: New file.
45215
45216         Module hard-locale.
45217         * m4/hard-locale.m4: New file.
45218
45219         Module mbswidth.
45220         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
45221         onceonly macros.
45222         * m4/mbrtowc.m4: Add comment.
45223
45224         Module memcasecmp.
45225         * m4/memcasecmp.m4: New file.
45226
45227         Module memcoll.
45228         * m4/memcoll.m4: New file.
45229
45230         Module unicodeio.
45231         * m4/unicodeio.m4: New file.
45232
45233         Module rpmatch.
45234         * m4/rpmatch.m4: New file.
45235
45236         Module yesno.
45237         * m4/yesno.m4: New file.
45238
45239         Module exitfail.
45240         * m4/exitfail.m4: New file.
45241
45242         Module c-stack.
45243         * m4/c-stack.m4 (gl_C_STACK): New macro.
45244         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
45245
45246         Module error.
45247         * m4/error.m4 (gl_ERROR): New macro.
45248         (jm_PREREQ_ERROR): Use onceonly macros.
45249
45250         Module fatal.
45251         * m4/fatal.m4: New file.
45252
45253         Module getloadavg.
45254         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
45255         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
45256
45257         Module getpagesize.
45258         * m4/getpagesize.m4: New file.
45259
45260         Module getusershell.
45261         * m4/getusershell.m4: New file.
45262
45263         Module physmem.
45264         * m4/physmem.m4: New file.
45265
45266         Module posixver.
45267         * m4/posixver.m4: New file.
45268
45269         Module quotearg.
45270         * m4/quotearg.m4: New file.
45271
45272         Module quote.
45273         * m4/quote.m4: New file.
45274
45275         Module readutmp.
45276         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
45277
45278         Module sig2str.
45279         * m4/sig2str.m4: New file.
45280
45281         Other.
45282         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
45283         ulonglong.m4.
45284         * m4/intmax_t.m4: New file.
45285         * m4/d-type.m4: Indentation.
45286         * m4/jm-macros.m4: Update.
45287         * m4/prereq.m4 (jm_PREREQ): Update.
45288         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
45289         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
45290         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
45291         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
45292         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
45293         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
45294         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
45295         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
45296         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
45297         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
45298         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
45299         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
45300         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
45301         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
45302         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
45303         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
45304         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
45305         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
45306         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
45307
45308 2002-12-24  Bruno Haible  <bruno@clisp.org>
45309
45310         * MODULES.txt: Update according to m4/ changes.
45311
45312         Module gettext.
45313         * config.rpath: New file, from gettext-0.11.5.
45314
45315         * modules/*: New module descriptions.
45316         * gnulib-tool: New file.
45317         * MODULES.html.sh: New file.
45318
45319 2002-12-21  Karl Berry  <karl@gnu.org>
45320
45321         * doc/fdl.texi: update to version 1.2.
45322
45323 2002-12-19  Karl Berry  <karl@gnu.org>
45324
45325         * config/config.guess: update from prep.
45326
45327 2002-12-18  Bruno Haible  <bruno@clisp.org>
45328
45329         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45330         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45331
45332 2002-12-17  Bruno Haible  <bruno@clisp.org>
45333
45334         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45335         stdlib.h, string.h.
45336
45337 2002-12-17  Bruno Haible  <bruno@clisp.org>
45338
45339         * lib/canon-host.c (strdup): Remove unused declaration.
45340
45341         * lib/fsusage.c: Include full_read.h.
45342         (get_fs_usage): Use full_read instead of safe_read.
45343
45344         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45345
45346 2002-12-12  Karl Berry  <karl@gnu.org>
45347
45348         * config/config.guess: update from prep.
45349
45350 2002-12-11  Bruno Haible  <bruno@clisp.org>
45351
45352         * m4/setenv.m4: New file, from gettext-0.11.5.
45353
45354 2002-12-11  Bruno Haible  <bruno@clisp.org>
45355
45356         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45357         not unsetenv().
45358         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45359         modifications:
45360
45361         2002-12-11  Bruno Haible  <bruno@clisp.org>
45362
45363                 * setenv.c (alloca): Fall back to malloc.
45364                 (freea): New macro.
45365                 (setenv): Use freea() to free memory allocated with alloca().
45366
45367         2002-11-13  Bruno Haible  <bruno@clisp.org>
45368
45369                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45370                 function declarations.
45371                 * unsetenv.c (unsetenv): Likewise.
45372
45373         2002-03-04  Bruno Haible  <bruno@clisp.org>
45374
45375                 Portability to AIX 4.3.3.
45376                 * unsetenv.c: New file, extracted from setenv.c.
45377                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45378
45379         2001-12-20  Bruno Haible  <bruno@clisp.org>
45380
45381                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45382                 use malloc instead. For SunOS 4.
45383
45384         2001-12-11  Bruno Haible  <bruno@clisp.org>
45385
45386                 * setenv.c: Declare alloca.
45387                 (compar_fn_t): New typedef.
45388                 (KNOWN_VALUE, STORE_VALUE): Use it.
45389
45390         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45391         setenv.h.
45392
45393 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45394
45395         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45396         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45397         Choose values that are less likely to collide with system fnmatch
45398         options.
45399         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45400         defined (e.g., a pure POSIX system).
45401         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45402         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45403
45404 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45405
45406         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45407         a pain in practice to deal with generated m4 files.  This change
45408         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45409
45410         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45411         and jm-glibc-io.m4, as they are no longer a special case.
45412         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45413         kludge and the auto-generation stuff.  Check only whether the
45414         functions are declared, not whether they exist, since older hosts
45415         that don't declare the functions can't use the optimization anyway.
45416
45417 2002-12-06  Jim Meyering  <jim@meyering.net>
45418
45419         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
45420
45421         Merge in changes from libc's misc/error.c, in preparation
45422         for the merge of gnulib's changes back into libc.
45423
45424         * lib/error.c (_): Define only if not already defined.
45425         Move definition to follow all #include directives.
45426         Include unlocked-io.h only if !_LIBC.
45427         [_LIBC]: Include <libio/libioP.h>.
45428         [USE_IN_LIBIO]: Include <libio/iolibio.h>
45429         (fflush): Tweak definition to use INTUSE.
45430         (putc): Define.
45431
45432 2002-12-05  Paul Eggert  <eggert@twinsun.com>
45433
45434         * lib/alloca.c [defined emacs]: Include "lisp.h".
45435         (xalloc_die) [defined emacs]: New macro.
45436         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
45437         [! defined emacs]: Include <xalloc.h>.
45438         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
45439         (pointer): Typedef to POINTER_TYPE *.
45440         (malloc): Remove decl; we now always use xmalloc.
45441         (alloca): Use old-style definition, since Emacs needs this.
45442         Check for arithmetic overflow when computing combined size.
45443
45444 2002-12-04  Paul Eggert  <eggert@twinsun.com>
45445
45446         Do not generate unlocked-io.h automatically, since it's easier to
45447         maintain it by hand.
45448
45449         * lib/unlocked-io.h: New file, from GNU diffutils,
45450         but with proper copyright notice and attribution.
45451         * lib/gen-uio: Remove.
45452         * lib/Makefile.am: Add copyright notice.
45453         (libfetish_a_SOURCES): Add unlocked-io.h.
45454         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
45455         (DISTCLEANFILES, io_functions): Remove macros.
45456         (EXTRA_DIST): Remove gen_uio.
45457         (unlocked-io.h): Remove rule.
45458
45459 2002-12-04  Jim Meyering  <jim@meyering.net>
45460
45461         Reflect the fact that stat.c and lstat.c are no longer generated.
45462         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
45463         (DISTCLEANFILES): Likewise.
45464         (EXTRA_DIST): Likewise.
45465         (all_local): Don't depend on stat.c or lstat.c.
45466         (stat.c, lstat.c): Remove rules.
45467         (EXTRA_DIST): Remove xstat.in.
45468
45469         * lib/xstat.in: Remove file.  Contents moved into stat.c.
45470         * lib/stat.c: New file.  Contents mostly from xstat.in.
45471         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
45472         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
45473
45474         * lib/safe-read.c: Rework so that it may serve to define safe_write,
45475         too.
45476         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
45477
45478 2002-12-03  Jim Meyering  <jim@meyering.net>
45479
45480         * lib/safe-read.c, safe-write.c: Change variable names and comments,
45481         but not semantics, to minimize the differences between these two files.
45482         (safe_read): Change comment to mention SAFE_READ_ERROR.
45483
45484         * lib/safe-read.c (IS_EINTR): Define.
45485         (safe_read): Use IS_EINTR in place of in-function cpp directives.
45486
45487 2002-12-02  Jim Meyering  <jim@meyering.net>
45488
45489         * lib/safe-read.c (EINTR): Define.
45490         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45491         (INT_MAX): Provide fallback.
45492         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
45493
45494         * lib/safe-read.h (SAFE_READ_ERROR): Define.
45495
45496 2002-12-02  Bruno Haible  <bruno@clisp.org>
45497
45498         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
45499         Define, taken from safe-read.c.
45500         (INT_MAX): Provide fallback.
45501         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
45502         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
45503
45504         * lib/safe-read.c (EINTR): Remove definition.
45505         (safe_read): Don't use EINTR if it is absent.
45506
45507 2002-12-01  Jim Meyering  <jim@meyering.net>
45508
45509         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
45510         zero.
45511         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
45512
45513 2002-11-27  Paul Eggert  <eggert@twinsun.com>
45514
45515         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
45516         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
45517         with `if (! (value < limit)) abort ();', for readability.
45518
45519 2002-11-26  Karl Berry  <karl@gnu.org>
45520
45521         * lib/strdup.c: copy from libc again, with jim's ok.
45522         * lib/.cppi-disable: re-add strdup.c
45523
45524 2002-11-25  Karl Berry  <karl@gnu.org>
45525
45526         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
45527         instead of "strtol.c".
45528
45529 2002-11-25  Karl Berry  <karl@gnu.org>
45530
45531         * config/install-sh: update from automake for variable quoting, $0 in
45532         error msgs, etc.
45533
45534         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
45535         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
45536         entry.
45537
45538 2002-11-25  Jim Meyering  <jim@meyering.net>
45539
45540         * lib/mktime.c: Sync from libc, now that it has the latest fix.
45541
45542 2002-11-24  Karl Berry  <karl@gnu.org>
45543
45544         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
45545         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
45546
45547 2002-11-24  Jim Meyering  <jim@meyering.net>
45548
45549         Update from coreutils:
45550
45551         * lib/mktime.c: Merge in changes from libc.
45552
45553         Avoid a link-time failure on some Linux systems.
45554         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
45555         (otherwise).
45556         (__mon_yday): Declare with the STATIC attribute.
45557         (__mktime_internal): Likewise.
45558         Based on a report from Greg Schafer.
45559
45560 2002-11-23  Jim Meyering  <jim@meyering.net>
45561
45562         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
45563         Use `unsigned', not `int', as type of index.
45564
45565         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
45566
45567         * lib/fsusage.c: Remove unneeded parentheses around operands of
45568         `defined'.
45569
45570 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45571
45572         * lib/quotearg.h: Allow multiple inclusion by surrounding with
45573         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
45574         so that we can be included first.
45575         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
45576         * lib/quotearg.c: Include quotearg.h immediately after config.h.
45577         No need to include stddef.h or sys/types.h any more.
45578         Surround local include files with "", not "<>".
45579         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
45580         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
45581         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
45582         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
45583         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
45584         (ISPRINT): Remove; no longer needed now that we assume C89.
45585
45586         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
45587         Preserve errno.
45588
45589         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
45590         quotearg_char): Use SIZE_MAX rather than
45591         (size_t) -1 when we are talking about "infinity".
45592
45593         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
45594
45595 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45596
45597         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
45598         hint that one should use `if (! x) abort ();' rather than `assert
45599         (x);', and anyway it's one less thing to worry about configuring.
45600         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
45601         hash_rehash, hash_insert): Use abort rather than assert.
45602
45603 2002-11-22  Bruno Haible  <bruno@clisp.org>
45604
45605         * lib/safe-read.h: Assume C89. Add comments.
45606         (safe_read): Change return type to size_t.
45607         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
45608         byte counts > SSIZE_MAX correctly.
45609         * lib/safe-write.h: New file.
45610         * lib/safe-write.c: New file.
45611         * lib/full-read.h: New file.
45612         * lib/full-read.c: New file.
45613         * lib/full-write.h: Assume C89. Add comments.
45614         * lib/full-write.c: Include safe-write.h.
45615         (full_write): Rewritten to use safe_write.
45616         Suggested by Jim Meyering and Paul Eggert.
45617
45618 2002-11-21  Jim Meyering  <jim@meyering.net>
45619
45620         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
45621
45622         Merge in changes from the coreutils.
45623
45624         2002-09-25  Paul Eggert  <eggert@twinsun.com>
45625         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
45626         <stdint.h>.
45627         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
45628         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
45629         int.  Work more efficiently if X is the same width as uintmax_t.
45630         Do not compare X to -1, to avoid bogus compiler warning.
45631         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
45632         Don't assume that f_frsize and f_bsize are the same type.
45633
45634         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
45635         warning on FreeBSD.
45636
45637         * lib/makepath.c (make_path): Restore umask *before* creating the final
45638         component.
45639         (make_path): Minor reformatting.
45640
45641         * lib/xmalloc.c: Adjust to work with new autoconf macros,
45642         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
45643         HAVE_MALLOC/HAVE_REALLOC.
45644
45645         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
45646         dummy ones.  At least on GNU/Linux systems, `auto' means something
45647         else.
45648         From Michael Stone.
45649
45650 2002-11-21  Bruno Haible  <bruno@clisp.org>
45651
45652         Remove case insensitive option matching.
45653         * lib/argmatch.h (argcasematch): Remove declaration.
45654         (ARGCASEMATCH): Remove macro.
45655         (__xargmatch_internal): Remove case_sensitive argument.
45656         (XARGMATCH): Update.
45657         (XARGCASEMATCH): Remove macro.
45658         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
45659         case_sensitive argument.
45660         (argcasematch): Remove function.
45661         (__xargmatch_internal): Remove case_sensitive argument.
45662         (main): Use XARGMATCH instead of XARGCASEMATCH.
45663
45664         * lib/xmalloc.c: Change compile-time error message. Add comment about
45665         required autoconf version.
45666
45667 2002-11-20  Paul Eggert  <eggert@twinsun.com>
45668
45669         Merge argmatch cleanups from Bison.  Assume C89.
45670
45671         * lib/argmatch.c: Include config.h here, not in argmatch.h.
45672         Include stdlib.h, for EXIT_FAILURE.
45673         Always include <string.h>, since we assume C89.
45674         (EXIT_FAILURE): Remove pre-C89 bug workaround.
45675         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
45676         Include <stddef.h> instead, since it's all we need for size_t.
45677         (PARAMS): Remove.  All uses removed.
45678         (ARRAY_CARDINALITY): Do not bother to #undef.
45679         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
45680         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45681         Remove unnecessary parentheses.
45682         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45683         Insert necessary parentheses.
45684         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
45685         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
45686
45687 2002-11-19  Bruno Haible  <bruno@clisp.org>
45688
45689         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
45690         * lib/mbswidth.h: Include <stddef.h>, for size_t.
45691
45692         * lib/mbswidth.h (PARAMS): Remove macro.
45693         (mbswidth, mbsnwidth): Use ANSI C function declarations.
45694         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
45695
45696         * lib/gcd.h (PARAMS): Remove macro.
45697         (gcd): Use ANSI C function declarations.
45698         * lib/gcd.c (gcd): Likewise.
45699
45700 2002-11-15  Bruno Haible  <bruno@clisp.org>
45701
45702         * lib/strcspn.c: Include <stddef.h>.
45703         (strcspn): Use ANSI C function declaration. Change return type to
45704         size_t. Use NULL.
45705         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
45706         (strpbrk): Use NULL.
45707         * lib/strpbrk.h (PARAMS): Remove macro.
45708         (strpbrk): Use ANSI C function declaration.
45709         * lib/strstr.c: Don't include <sys/types.h>.
45710         * lib/strstr.h (PARAMS): Remove macro.
45711         (strstr): Use ANSI C function declarations.
45712
45713 2002-11-14  Karl Berry  <karl@gnu.org>
45714
45715         * config/mkinstalldirs: `do' on separate line, instead of
45716         `for var; do'.
45717
45718 2002-11-06  Bruno Haible  <bruno@clisp.org>
45719
45720         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
45721         * lib/gcd.c (gcd): Likewise.
45722
45723 2002-11-05  Bruno Haible  <bruno@clisp.org>
45724
45725         * lib/gcd.h: New file, from gettext-0.11.5.
45726         * lib/gcd.c: New file, from gettext-0.11.5.
45727
45728 2002-11-05  Bruno Haible  <bruno@clisp.org>
45729
45730         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45731         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45732         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45733         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45734
45735         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
45736         <libintl.h>.
45737         * lib/makepath.c: Include gettext.h instead of <locale.h> and
45738         <libintl.h>.
45739
45740         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
45741         * lib/human.c: Include gettext.h instead of <libintl.h>.
45742         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
45743         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
45744         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
45745         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
45746         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
45747         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
45748         (textdomain): Remove definition.
45749         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
45750
45751         * lib/long-options.c: Remove include of <libintl.h> and definition of
45752         _.
45753         * lib/same.c: Remove include of <libintl.h> and definition of _.
45754
45755 2002-11-04  Owen Taylor  <otaylor@redhat.com>
45756
45757         * lib/config.charset: A few additions for Solaris.
45758
45759 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45760
45761         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
45762         * lib/localcharset.c (locale_charset): Declare as extern "C".
45763
45764 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45765
45766         * lib/config.charset: msdos in uk_UA uses CP1125.
45767
45768 2002-11-04  Bruno Haible  <bruno@clisp.org>
45769
45770         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
45771         * lib/strcase.h: New file, from GNU gettext-0.11.5.
45772         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
45773         * lib/strstr.h: New file, from GNU gettext-0.11.5.
45774         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
45775
45776 2002-11-04  Bruno Haible  <bruno@clisp.org>
45777
45778         * lib/localcharset.c (locale_charset): Don't return an empty string.
45779
45780 2002-11-04  Bruno Haible  <bruno@clisp.org>
45781
45782         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
45783         aliases.
45784
45785 2002-11-04  Bruno Haible  <bruno@clisp.org>
45786
45787         * lib/config.charset: Update for newest glibc. Add canonical names
45788         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
45789
45790 2002-11-04  Bruno Haible  <bruno@clisp.org>
45791
45792         * lib/config.charset: Add support for NetBSD.
45793
45794 2002-11-04  Bruno Haible  <bruno@clisp.org>
45795
45796         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
45797
45798 2002-11-01  Bruno Haible  <bruno@clisp.org>
45799
45800         * configure.in: Add AC_CONFIG_AUX_DIR call.
45801         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
45802         test/Makefile.
45803         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
45804
45805 2002-09-28  Karl Berry  <karl@gnu.org>
45806
45807         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
45808         installed automake until the next release, since changes have been
45809         made.
45810
45811 2002-09-25  Karl Berry  <karl@gnu.org>
45812
45813         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
45814         * lib/getopt*: copy from libc/posix.
45815         * lib/gettext.h: copy from gettext.
45816         * lib/.cppi-disable: add strdup.c, gettext.h.
45817
45818 2002-09-25  Karl Berry  <karl@gnu.org>
45819
45820         * config/srclist.txt: enable gettext.h check.
45821         * config/config.{guess,sub}: update from prep.
45822         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
45823                 from automake 1.6.3.
45824         See srclist*.
45825
45826 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
45827
45828         * regex.c (PATFETCH): Remove the translating fetch.
45829         (PATFETCH_RAW): Rename to PATFETCH.
45830         (set_image_of_range): New fun.
45831         (SET_RANGE_TABLE_WORK_AREA): Use it.
45832         (regex_compile): Don't translate the pattern chars so eagerly.
45833         Only do it when inserting an `exactn' bytecode or when handling
45834         a char-range.
45835         (mutually_exclusive_p): Avoid empty statement.
45836
45837 2002-07-06  Jim Meyering  <meyering@lucent.com>
45838
45839         * m4/README: Don't mention Makefile.am.in.
45840         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
45841
45842 2002-07-01  Jim Meyering  <meyering@lucent.com>
45843
45844         * lib/c-stack.c: Include sys/time.h.
45845         From Volker Borchert.
45846
45847 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45848
45849         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
45850
45851 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45852
45853         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
45854         New macro.  Use it uniformly instead of
45855         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
45856         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
45857         reported by Vin Shelton.
45858
45859 2002-06-22  Paul Eggert  <eggert@twinsun.com>
45860
45861         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
45862         Do not assume SA_SIGINFO behavior.
45863         Bug reported by Jim Meyering on NetBSD 1.5.2.
45864
45865 2002-06-22  Jim Meyering  <meyering@lucent.com>
45866
45867         * m4/c-stack.m4: New file, from diffutils-2.8.2.
45868         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
45869
45870         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
45871         now that configure.ac uses AC_GNU_SOURCE.
45872         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
45873         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
45874
45875         Update to latest tools.  Suggestions from Paul Eggert.
45876         * m4/stdbool.m4: New file, from diffutils-2.8.2.
45877         * m4/gnu-source.m4: Update from diffutils-2.8.2.
45878         * m4/fnmatch.m4: Likewise.
45879         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
45880         to AC_HEADER_STDBOOL
45881
45882 2002-06-22  Jim Meyering  <meyering@lucent.com>
45883
45884         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
45885         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
45886
45887 2002-06-22  Jim Meyering  <meyering@lucent.com>
45888
45889         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
45890
45891         * lib/exitfail.c, exitfail.h: Likewise.
45892         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
45893
45894         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
45895         of fnmatch.h.
45896         (EXTRA_DIST): Add fnmatch_loop.c.
45897         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
45898
45899         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
45900         * lib/fnmatch.c: Update from diffutils-2.8.2.
45901         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
45902         * lib/fnmatch.h: Remove file.
45903
45904 2002-06-21  Jim Meyering  <meyering@lucent.com>
45905
45906         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
45907         * m4/mbrtowc.m4: Likewise.
45908
45909         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
45910         * m4/mbswidth.m4: Reflect name change:
45911         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
45912         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
45913
45914         * m4/lib-link.m4: Update from gettext-0.11.2.
45915         * m4/gettext.m4: Likewise.
45916
45917         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
45918         From Alfred M. Szmidt.
45919
45920 2002-06-18  Paul Eggert  <eggert@twinsun.com>
45921
45922         * lib/file-type.h: Report an error if neither S_ISREG nor
45923         S_IFREG is defined, instead of using a test specific to glibc
45924         2.2.  This should be safe, since POSIX requires S_ISREG and
45925         Unix Version 7 had S_IFREG.  We don't need to check for
45926         <sys/types.h> since we don't use any symbols that it defines.
45927
45928 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
45929
45930         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
45931         $@-t, so that each temporary file name is unique and valid in the first
45932         8 characters, for operation under DOS.
45933
45934 2002-06-15  Paul Eggert  <eggert@twinsun.com>
45935
45936         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
45937
45938 2002-06-15  Jim Meyering  <meyering@lucent.com>
45939
45940         Work even with DJGPP 2.03, which lacks support for symlinks.
45941         From Richard Dawe.
45942         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
45943         is defined.
45944         * lib/lchown.c (S_ISLNK): Likewise.
45945
45946 2002-06-15  Jim Meyering  <meyering@lucent.com>
45947
45948         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
45949         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
45950         have been included before this file.
45951
45952 2002-06-14  Jim Meyering  <meyering@lucent.com>
45953
45954         * lib/file-type.h: Use the version from diffutils-2.8.2.
45955         * lib/file-type.c: Likewise.
45956
45957 2002-06-07  Jim Meyering  <meyering@lucent.com>
45958
45959         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
45960         They're needed at least for NetBSD 1.5.2.
45961         ($statxfs_includes): Include those same headers.
45962         ($statxfs_includes): Include sys/vfs.h if available.
45963         ($statxfs_includes): Likewise for sys/statvfs.h.
45964         Check for the following members in both structs statfs and statvfs:
45965         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
45966
45967 2002-06-01  Jim Meyering  <meyering@lucent.com>
45968
45969         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
45970         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
45971
45972 2002-05-28  Jim Meyering  <meyering@lucent.com>
45973
45974         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
45975         Reported by Volker Borchert.
45976
45977 2002-05-27  Jim Meyering  <meyering@lucent.com>
45978
45979         Fix a problem seen only on nonconforming systems whereby ls.c's
45980         use of localtime, and then of gettimeofday would cause trouble:
45981         the localtime call used to initialize rpl_gettimeofday's save
45982         mechanism would clobber ls's current local time information so
45983         that in any long listing the first file would always be listed
45984         with date 1970-01-01.  Analysis by Volker Borchert.
45985
45986         * lib/gettimeofday.c (localtime): Undefine.
45987         (rpl_localtime): New function.
45988
45989 2002-05-27  Jim Meyering  <meyering@lucent.com>
45990
45991         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
45992         localtime.
45993
45994         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
45995         use the replacement function; it wouldn't resolve at link time.
45996         Reported by Volker Borchert.
45997
45998 2002-05-22  Jim Meyering  <meyering@lucent.com>
45999
46000         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
46001         file-type.h.
46002         * lib/file-type.h: New file.
46003         * lib/file-type.c (file_type): New file/function.  Extracted from
46004         diffutils.
46005
46006 2002-04-30  Jim Meyering  <meyering@lucent.com>
46007
46008         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
46009
46010 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46011
46012         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
46013
46014 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46015
46016         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
46017         Do not check for alloca.h (no longer used) or stdbool.h (was never
46018         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
46019
46020 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46021
46022         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
46023
46024 2002-04-29  Jim Meyering  <meyering@lucent.com>
46025
46026         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
46027         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
46028         Use AC_FUNC_STRNLEN here instead.
46029
46030         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
46031         With autoconf-2.53a, it's part of AC_PROG_CC.
46032
46033 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46034
46035         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
46036         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
46037
46038 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46039
46040         * lib/sig2str.h, lib/sig2str.c: New files.
46041         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
46042
46043 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46044
46045         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
46046         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
46047         of 127, since 64 is the largest conceivable number for ancient
46048         nonstandard hosts.
46049         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
46050
46051 2002-04-28  Jim Meyering  <meyering@lucent.com>
46052
46053         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
46054
46055 2002-04-24  Jim Meyering  <meyering@lucent.com>
46056
46057         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
46058         (jm_PREREQ): Use it.
46059
46060         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
46061         mach/mach.h fcntl.h.
46062         Check for this function: setlocale.
46063
46064 2002-04-24  Jim Meyering  <meyering@lucent.com>
46065
46066         * lib/gettext.h: New file, from Gettext.
46067         * lib/Makefile.am (INCLUDES): Remove -I../intl.
46068         (libfetish_a_SOURCES): Add gettext.h.
46069
46070 2002-04-16  Jim Meyering  <meyering@lucent.com>
46071
46072         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
46073         ut_pid, ut_id, ut_exit.
46074
46075 2002-04-16  Jim Meyering  <meyering@lucent.com>
46076
46077         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
46078         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
46079         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
46080
46081 2002-04-12  Jim Meyering  <meyering@lucent.com>
46082
46083         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
46084         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
46085         existence of the getmntinfo function.  Needed for Darwin 5.3.
46086
46087         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
46088         This is necessary at least on Darwin 5.3.
46089
46090         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
46091         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
46092         strnlen.o in the library, and that makes some versions of ranlib
46093         object.
46094
46095 2002-04-12  Jim Meyering  <meyering@lucent.com>
46096
46097         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
46098
46099 2002-04-09  Jim Meyering  <meyering@lucent.com>
46100
46101         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
46102         to be more precise.  Rather than saying we're checking whether the
46103         function `works', say what we're testing.
46104         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
46105         Reported by Bruno Haible.
46106
46107 2002-03-10  Jim Meyering  <meyering@lucent.com>
46108
46109         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
46110         Suggestion from Santiago Vila.
46111
46112 2002-03-08  Jim Meyering  <meyering@lucent.com>
46113
46114         * lib/rename.c: Mention that this wrapper is needed also on
46115         mips-dec-ultrix4.4 systems.
46116
46117 2002-03-02  Jim Meyering  <meyering@lucent.com>
46118
46119         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
46120         not HAVE_CLOCK_SETTIME.
46121
46122 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46123
46124         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
46125         Check for clock_settime.
46126
46127 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46128
46129         * lib/nanosleep.h: Rename to....
46130         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
46131
46132         * lib/gettime.c: New file.
46133         * lib/settime.c: New file.
46134         * lib/stime.c: Remove.
46135
46136         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
46137         timespec.h.  Remove nanosleep.h.
46138
46139 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46140
46141         * m4/acl.m4: New file.
46142         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
46143         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
46144
46145 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46146
46147         * lib/acl.c, lib/acl.h: New files.
46148         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
46149
46150 2002-02-24  Jim Meyering  <meyering@lucent.com>
46151
46152         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
46153         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
46154         cause trouble.  Reported by Nelson Beebe.
46155
46156 2002-02-23  Paul Eggert  <eggert@twinsun.com>
46157
46158         * lib/path-concat.c (xpath_concat): Reorder code to pacify
46159         compilers that don't know that xalloc_die never returns.
46160
46161 2002-02-20  Jim Meyering  <meyering@lucent.com>
46162
46163         * lib/getdate.c: Regenerate using bison-1.33.
46164
46165 2002-02-17  Jim Meyering  <meyering@lucent.com>
46166
46167         * config/config.guess (main): Don't use `head -1'; it's no longer
46168         portable. Use `sed 1q' instead.
46169
46170 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
46171
46172         * m4/codeset.m4: Upgrade to gettext-0.11.
46173         * m4/gettext.m4: Upgrade to gettext-0.11.
46174         * m4/glibc21.m4: Upgrade to gettext-0.11.
46175         * m4/iconv.m4: Upgrade to gettext-0.11.
46176         * m4/isc-posix.m4: Upgrade to gettext-0.11.
46177         * m4/lcmessage.m4: Upgrade to gettext-0.11.
46178         * m4/lib-ld.m4: New file, from gettext-0.11.
46179         * m4/lib-link.m4: New file, from gettext-0.11.
46180         * m4/lib-prefix.m4: New file, from gettext-0.11.
46181         * m4/progtest.m4: Upgrade to gettext-0.11.
46182
46183 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46184
46185         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
46186         (jm_PREREQ): Use it.
46187
46188 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46189
46190         * lib/posixver.c, lib/posixver.h: New files.
46191         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46192
46193 2002-02-02  Paul Eggert  <eggert@twinsun.com>
46194             Bruno Haible  <bruno@clisp.org>
46195
46196         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
46197         (fwrite_success_callback): New declaration.
46198         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
46199         print_unicode_char. Call failure callback instead of error.
46200         (fwrite_success_callback): New function.
46201         (exit_failure_callback): New function.
46202         (fallback_failure_callback): New function.
46203         (print_unicode_char): Call unicode_to_mb.
46204
46205 2002-01-26  Jim Meyering  <meyering@lucent.com>
46206
46207         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
46208         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
46209
46210 2002-01-26  Jim Meyering  <meyering@lucent.com>
46211
46212         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
46213
46214 2002-01-22  Paul Eggert  <eggert@twinsun.com>
46215
46216         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
46217
46218 2002-01-22  Jim Meyering  <meyering@lucent.com>
46219
46220         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
46221         Otherwise, some versions of automake would omit the rule that makes
46222         Makefile from Makefile.in.
46223
46224 2002-01-21  Paul Eggert  <eggert@twinsun.com>
46225
46226         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
46227         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46228         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
46229         (memcoll): Set errno to zero if there is no error.
46230
46231         * lib/quotearg.c (quotearg_buffer_restyled):
46232         Fix bug with quoting buffers containing NUL when backslashing escapes.
46233         This bug was exposed by the other changes in this patch.
46234         (quotearg_n_options): New arg ARGSIZE.
46235         All callers changed.
46236         (quoting_options_from_style): New function.
46237         (quotearg_n_style): Use it.
46238         (quotearg_n_style_mem): New function.
46239
46240         * lib/quotearg.h (quotearg_n_style_mem): New function.
46241
46242 2002-01-19  Jim Meyering  <meyering@lucent.com>
46243
46244         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
46245         Remove useless quotes: DF_PROG="df".
46246         * m4/strnlen.m4: New file.
46247
46248 2002-01-16  Paul Eggert  <eggert@twinsun.com>
46249
46250         * lib/backupfile.c (ISDIGIT): Comment fix.
46251         * lib/getdate.y (ISDIGIT): Likewise.
46252         * lib/posixtm.c (ISDIGIT, year): Likewise.
46253         * lib/strverscmp.c (ISDIGIT): Likewise.
46254         * lib/userspec.c (ISDIGIT): Likewise.
46255
46256 2002-01-16  Jim Meyering  <meyering@lucent.com>
46257
46258         * lib/getdate.y: Add three semicolons, each just before a closing
46259         brace. Bison (as of version 1.31) no longer papers over that mistake.
46260
46261 2002-01-05  Jim Meyering  <meyering@lucent.com>
46262
46263         * lib/version-etc.c (version_etc_copyright): Update copyright year.
46264
46265 2001-12-19  Paul Eggert  <eggert@twinsun.com>
46266
46267         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
46268         not silently exit merely because the output buffer happens to
46269         have nothing pending.
46270
46271 2001-12-18  Paul Eggert  <eggert@twinsun.com>
46272
46273         See the big note in ../ChangeLog.
46274         * lib/human.c (suffixes): Prefer K to k for 1024.
46275         (generate_suffix_backwards): New function.
46276         (human_readable_inexact): Use it.
46277         * lib/xstrtol.c (__xstrtol): If there is no number but there
46278         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
46279         Accept 'K' as well as 'k'.
46280
46281 2001-12-15  Jim Meyering  <meyering@lucent.com>
46282
46283         * lib/regex.h (__restrict_arr): Update from libc.
46284
46285         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
46286         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
46287         (STREQ): Define.
46288
46289 2001-12-14  Jim Meyering  <meyering@lucent.com>
46290
46291         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
46292         Suggestion from Bruno Haible.
46293
46294 2001-12-10  Jim Meyering  <meyering@lucent.com>
46295
46296         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
46297         xrealloc, Instead, include "xalloc.h".
46298         (initbuffer): Don't cast xmalloc return value to char*.
46299         (readline): Reword comment.
46300         Don't cast xrealloc return value to char*
46301         Return NULL, not 0.
46302
46303 2001-12-09  Jim Meyering  <meyering@lucent.com>
46304
46305         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
46306         about `signed and unsigned type in conditional expression'.
46307         * lib/posixtm.c (posix_time_parse): Likewise.
46308
46309         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
46310
46311         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
46312         to avoid a pedantic warning.
46313
46314         * lib/getstr.c: Don't include assert.h.
46315         (getstr): Remove warning-evoking assertions.
46316         Return -1 if offset parameter is out of bounds.
46317         Change the type of a local from int to size_t.
46318
46319         * lib/strftime.c (my_strftime_localtime_r): Include this function
46320         definition in the `#if ! HAVE_TM_GMTOFF' block.
46321
46322         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46323         Include xalloc.h instead.
46324
46325 2001-12-02  Jim Meyering  <meyering@lucent.com>
46326
46327         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46328         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46329         included.
46330
46331         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46332         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46333
46334 2001-11-30  Akim Demaille  <akim@epita.fr>
46335
46336         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46337         before being defined.
46338
46339 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46340
46341         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46342         First arg is int, not unsigned.
46343         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46344         (SIZE_MAX, UINT_MAX): New macros.
46345         (quotearg_n_options): Abort if N is negative.
46346         Avoid overflow check on hosts where size_t is 64 bits and int
46347         is 32 bits, as overflow is impossible there.
46348         Fix off-by-one typo that caused unnecessary reallocation.
46349
46350 2001-11-27  Jim Meyering  <meyering@lucent.com>
46351
46352         * lib/tempname.c: Merge with version from libc.
46353         * lib/regex.c: Likewise.
46354
46355         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46356         systems for which STDC_HEADERS is 0, it was not included, resulting in
46357         a warning about an integer-to-pointer conversion problem with getenv.
46358         Reported by Volker Borchert.
46359
46360 2001-11-26  Jim Meyering  <meyering@lucent.com>
46361
46362         * lib/gtod.h: Remove file.
46363         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46364         * lib/gettimeofday.c: Don't include gtod.h.
46365         (GTOD_init): Remove function.
46366         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46367         Suggestion from Volker Borchert.
46368
46369 2001-11-23  Jim Meyering  <meyering@lucent.com>
46370
46371         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46372         it.
46373         * lib/hash.c (struct hash_table): Define it here instead.
46374
46375 2001-11-22  Jim Meyering  <meyering@lucent.com>
46376
46377         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46378
46379 2001-11-20  Jim Meyering  <meyering@lucent.com>
46380
46381         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46382         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46383
46384 2001-11-19  Jim Meyering  <meyering@lucent.com>
46385
46386         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46387         directory.  Use "conftestXXXXXX" as the template.
46388         Suggestion from Paul Eggert.
46389
46390         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46391         immediately, so the test doesn't mistakenly hit the max-open-files
46392         limit.
46393
46394 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46395
46396         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46397         (TEMPORARIES): New macro.
46398         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46399         removes an artificial limitation (e.g. HP-UX 10.20, where
46400         TMP_MAX is 17576).
46401
46402 2001-11-18  Jim Meyering  <meyering@lucent.com>
46403
46404         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46405
46406 2001-11-18  Jim Meyering  <meyering@lucent.com>
46407
46408         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46409         on SunOS 4.
46410
46411         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46412         files will be created before anything else.
46413
46414 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46415
46416         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46417         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
46418
46419 2001-11-17  Jim Meyering  <meyering@lucent.com>
46420
46421         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
46422         Prompted by a report from Bob Proulx.
46423
46424         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
46425         Instead, require UTILS_FUNC_MKSTEMP.
46426
46427 2001-11-17  Jim Meyering  <meyering@lucent.com>
46428
46429         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
46430         Now, that's done as part of AC_FUNC_STRTOD.
46431
46432 2001-11-17  Jim Meyering  <meyering@lucent.com>
46433
46434         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
46435         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
46436         rather than group writable.  Patch by Juan F. Codagnone.
46437
46438         * lib/readtokens.c: Remove explicit declarations of xmalloc and
46439         xrealloc, Instead, include "xalloc.h".
46440
46441         * lib/mountlist.c: Include unlocked-io.h after all system headers.
46442         Remove explicit declarations of xmalloc, xrealloc,
46443         and xstrdup.  Instead, include "xalloc.h".
46444
46445         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
46446         unlocked-io.h.
46447         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
46448         Likewise.
46449         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
46450
46451         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
46452         Reported by Padraig Brady.
46453
46454         * lib/mkstemp.c: #undef mkstemp.
46455         Include config.h.
46456         (rpl_mkstemp): Rename from mkstemp.
46457         Protoize.
46458
46459 2001-11-16  Jim Meyering  <meyering@lucent.com>
46460
46461         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
46462         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
46463         determine the amount of total physical memory, use pstat_getstatic.
46464         HPUX-11 doesn't define _SC_PHYS_PAGES.
46465         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
46466         If sysconf couldn't be used to determine the amount of available
46467         physical memory, use both pstat_getstatic and pstat_getdynamic.
46468         Based on a patch from Bob Proulx.
46469
46470 2001-11-10  Jim Meyering  <meyering@lucent.com>
46471
46472         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
46473         (jm_PREREQ): Use it.
46474
46475 2001-11-09  Jim Meyering  <meyering@lucent.com>
46476
46477         * m4/jm-macros.m4: Require autoconf-2.52f.
46478         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
46479         Use these AC_-prefixed names, not the AM_-prefixed ones.
46480
46481         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
46482
46483 2001-11-05  Jim Meyering  <meyering@lucent.com>
46484
46485         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
46486
46487 2001-11-04  Jim Meyering  <meyering@lucent.com>
46488
46489         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
46490         $DEFS.
46491
46492 2001-11-03  Jim Meyering  <meyering@lucent.com>
46493
46494         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
46495         of AC_DEFUN.
46496
46497         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
46498         know the name of the variable in the macro definition.
46499
46500 2001-11-03  Jim Meyering  <meyering@lucent.com>
46501
46502         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
46503         in argmatch_to_argument call.
46504
46505         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
46506         argument.
46507
46508         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
46509         e.g., a fault due to an attempt to free a NULL pointer.
46510
46511 2001-11-01  Jim Meyering  <meyering@lucent.com>
46512
46513         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
46514         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
46515
46516 2001-11-01  Jim Meyering  <meyering@lucent.com>
46517
46518         * lib/dirfd.c, lib/dirfd.h: New files.
46519         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
46520
46521         * lib/hash.c (hash_print) [TESTING]: Clean up.
46522
46523 2001-10-22  Paul Eggert  <eggert@twinsun.com>
46524
46525         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
46526         to avoid a warning if -Wall.
46527
46528 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
46529
46530         * README: New file
46531         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
46532         (per RMS's instructions, this is now the canonical source)
46533         * lgpl/, gpl/: New directories.
46534
46535 2001-10-21  Paul Eggert  <eggert@twinsun.com>
46536
46537         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
46538
46539 2001-10-21  Jim Meyering  <meyering@lucent.com>
46540
46541         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
46542         this code would end up calling gettext even in packages built
46543         with --disable-nls.
46544         * lib/getopt.c (_): Likewise.
46545         * lib/regex.c (_): Likewise.
46546
46547 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46548
46549         * m4/error.m4 (jm_PREREQ_ERROR):
46550         Do not invoke AC_CHECK_FUNCS with strerror_r, as
46551         AC_FUNC_STRERROR_R does that.
46552         Check for strerror declaration.
46553
46554         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
46555         are supposed to have them these days.
46556         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
46557         Merge changes from latest Autoconf CVS.
46558         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
46559         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
46560         POSIX decided to standardize on the int flavor of strerror_r.
46561
46562 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46563
46564         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
46565         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
46566         Use strerror_r that is only a macro, even if it is not a function.
46567         (strerror): Check for HAVE_DECL_STRERROR before declaring.
46568         (private_strerror): Use prototypes, not old-style function definition.
46569         (print_errno_message): New function.
46570         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
46571         char*-flavored one.
46572         (error_tail, error, error_at_line): Use it.
46573
46574 2001-10-11  Jim Meyering  <meyering@lucent.com>
46575
46576         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
46577         and quote_n (1, ... to avoid clobbering a buffer.
46578
46579 2001-10-05  Jim Meyering  <meyering@lucent.com>
46580
46581         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
46582         hash-pjw.h.
46583         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
46584         * lib/hash-pjw.h: New file.
46585
46586 2001-09-30  Jim Meyering  <meyering@lucent.com>
46587
46588         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
46589         `struct fsstat' has the `f_fstypename' member.
46590         Use that to define FS_TYPE, which is now used to make
46591         the getfsstat link test tighter.
46592
46593 2001-09-30  Jim Meyering  <meyering@lucent.com>
46594
46595         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
46596         Include <sys/ucred.h>, for Apple Darwin.
46597         Include sys/mount.h and sys/fs_types.h only if available.
46598         (FS_TYPE): Define.
46599         (read_filesystem_list): Use FS_TYPE.
46600
46601 2001-09-29  Paul Eggert  <eggert@twinsun.com>
46602
46603         * lib/exclude.c (excluded_filename): 0 -> false, since it's
46604         a boolean context.
46605
46606 2001-09-29  Jim Meyering  <meyering@lucent.com>
46607
46608         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46609         [one-argument getmntent function]): Include stdio.h before mntent.h.
46610         SunOS 4.1.x needs it for the declaration of `FILE'.
46611         Patch by Volker Borchert.
46612
46613         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46614         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
46615         sys/fs_types.h, and make the link-test for getfsstat guard #include
46616         directives with appropriate #if HAVE_*_H tests so that we can
46617         detect getfsstat on Apple Darwin1.3.7 systems.
46618         Reported by Nelson Beebe.
46619         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
46620
46621 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46622
46623         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46624         #defines strtoimax.  Also treat the other strto* functions
46625         like strtoimax.
46626
46627         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46628         Check for strtoul and strtoumax,
46629         as those declarations are made even in the signed case.
46630         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
46631         Likewise, for strtol and strtoimax.
46632
46633 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46634
46635         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46636         #defines strtoimax.  Also treat the other strto* functions
46637         like strtoimax.
46638
46639         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
46640         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
46641         (strtoimax, strtoumax): Do not declare if already defined as a macro.
46642
46643 2001-09-26  Jim Meyering  <meyering@lucent.com>
46644
46645         Most macros in unlocked-io.h had the wrong number of arguments.
46646         * lib/gen-uio: New script.
46647         (USE_UNLOCKED_IO): Define to 1 if not already defined.
46648         * lib/unlocked-io.hin: Remove file.
46649         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
46650         rather than trying to embed it here.
46651         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
46652         Reported by Padraig Brady.
46653
46654 2001-09-25  Volker Borchert  <bt@teknon.de>
46655
46656         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
46657         `result'.
46658
46659 2001-09-24  Jim Meyering  <meyering@lucent.com>
46660
46661         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
46662
46663 2001-09-23  Jim Meyering  <meyering@lucent.com>
46664
46665         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
46666         instead of the mere test for existence of mntent.h.  The latter
46667         would get a false-positive on AIX 3.4 systems.
46668         In the outer getmntent if-block, don't die if neither of the getmntent
46669         tests succeeds.  Instead, just fall through and continue with the
46670         remaining tests.
46671
46672 2001-09-23  Jim Meyering  <meyering@lucent.com>
46673
46674         * lib/mountlist.c: Remove useless parentheses in #if directives.
46675         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
46676         the deprecated MOUNTED symbol is no longer defined in mntent.h.
46677
46678 2001-09-22  Jim Meyering  <meyering@lucent.com>
46679
46680         * m4/gettext.m4: New file.  From gettext.
46681         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
46682         * m4/progtest.m4: Likewise
46683         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
46684         * m4/glibc21.m4: Likewise.
46685
46686         * m4/libintl.m4: Remove.  No longer used.
46687
46688 2001-09-22  Jim Meyering  <meyering@lucent.com>
46689
46690         * lib/localcharset.c: Update from latest gettext.
46691         * lib/config.charset: Likewise.
46692
46693 2001-09-20  Jim Meyering  <meyering@lucent.com>
46694
46695         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
46696         strtoimax.
46697         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
46698         strtoumax.
46699
46700 2001-09-20  Jim Meyering  <meyering@lucent.com>
46701
46702         * lib/xstrtol.c (strtoimax): Guard declaration with
46703         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
46704         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
46705         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
46706         (strtoumax): Likewise, for completeness (it wasn't necessary).
46707
46708 2001-09-17  Paul Eggert  <eggert@twinsun.com>
46709
46710         * lib/strtoimax.c (HAVE_LONG_LONG):
46711         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
46712         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
46713         to work around bug in IBM C compiler.
46714
46715 2001-09-17  Jim Meyering  <meyering@lucent.com>
46716
46717         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
46718         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
46719         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
46720         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
46721         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
46722         whenever the right hand side need not be expanded by the shell.
46723
46724 2001-09-16  Paul Eggert  <eggert@twinsun.com>
46725
46726         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
46727         library.  It's not correct, as some older glibcs are buggy.
46728         fnmatch wasn't fixed until glibc 2.2.
46729
46730         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
46731         special shell magic here.
46732
46733 2001-09-16  Jim Meyering  <meyering@lucent.com>
46734
46735         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
46736         * m4/jm-macros.m4: Require it.
46737
46738 2001-09-16  Jim Meyering  <meyering@lucent.com>
46739
46740         * lib/mkdir.c: New file.
46741
46742 2001-09-15  Jim Meyering  <meyering@lucent.com>
46743
46744         * m4/jm-macros.m4: Check for help2man.
46745
46746 2001-09-11  Jim Meyering  <meyering@lucent.com>
46747
46748         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
46749         The body, by Paul Eggert, was moved here from configure.in.
46750         * m4/jm-macros.m4: Require UTILS_HOST_OS.
46751
46752 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46753
46754         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
46755         (jm_PREREQ): Use it.
46756
46757 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46758
46759         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
46760         Use ssize_t, not int, to store result of readlink.
46761         Check for ssize_t overflow as well as size_t overflow,
46762         as POSIX says the result of readlink is implementation-defined
46763         when ssize_t overflows.
46764         Remove unnecessary cast to char*.
46765         Use free+malloc instead of realloc, as the storage doesn't need
46766         to be preserved and it's clearer and can be more efficient that way.
46767         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
46768         * lib/xreadlink.h (xreadlink): Update prototype.
46769
46770 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46771
46772         * lib/xgetcwd.c: Revert some of the previous change; intead,
46773         fix the HAVE_GETCWD_NULL code to behave more like the
46774         !HAVE_GETCWD_NULL code used to.
46775
46776         Include "xalloc.h".
46777         (xgetcwd): Do not return NULL when memory is exhausted; instead,
46778         invoke xalloc_die.
46779
46780 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46781
46782         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
46783         sys/param.h, as pathmax.h includes them.
46784
46785 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46786
46787         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
46788         (jm_PREREQ_XGETCWD): New macro.
46789
46790         * m4/getcwd.m4: New file.
46791
46792 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46793
46794         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
46795         like the HAVE_GETCWD_NULL code.
46796         Include pathmax.h if not HAVE_GETCWD.
46797         Do not include xalloc.h.
46798         (INITIAL_BUFFER_SIZE): New symbol.
46799         Do not use xmalloc / xrealloc, since the caller is responsible for
46800         handling errors.  Preserve errno around `free' during failure.
46801         Do not overrun buffer when using getwd.
46802
46803 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46804
46805         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
46806         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
46807         getcwd (NULL, 0).
46808
46809 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46810
46811         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
46812         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
46813         spotted by Jim Meyering.
46814
46815 2001-09-03  Jim Meyering  <meyering@lucent.com>
46816
46817         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
46818         failure.
46819
46820 2001-09-02  Jim Meyering  <meyering@lucent.com>
46821
46822         * lib/error.c: Update from GNU libc.
46823
46824 2001-09-01  Jim Meyering  <meyering@lucent.com>
46825
46826         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
46827         Used by df.
46828
46829 2001-09-01  Jim Meyering  <meyering@lucent.com>
46830
46831         * lib/xreadlink.c: New file.
46832         * lib/xreadlink.h: New file.
46833         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
46834         xreadlink.h.
46835
46836         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
46837         doesn't conflict with sparc Solaris 7's definition in
46838         /usr/include/sys/int_types.h.
46839
46840         * lib/exclude.c: Use `""', not `<>' to #include non-system header
46841         files.
46842         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
46843         and strncasecmp as r-values.  Unixware didn't have declarations.
46844
46845 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46846
46847         * lib/xstrtol.h: Add copyright notice.
46848         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
46849         LONGINT_INVALID_SUFFIX_CHAR.
46850
46851 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46852
46853         * lib/xstrtol.c (strtoimax): New decl.
46854
46855 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46856
46857         * lib/xgetcwd.c: Don't include pathmax.h.
46858         Include stdlib.h and unistd.h if available.
46859         Include xalloc.h.
46860         (xmalloc, xstrdup, free): Remove decls.
46861         (xgetcwd): Don't assume sizes fit in unsigned.
46862         Check for overflow when computing sizes.
46863         Simplify reallocation code.
46864
46865 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46866
46867         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
46868         a directory's st_size can have an arbitrary value, so the old
46869         usage could waste an arbitrary amount of memory.  All uses
46870         changed.
46871         * lib/savedir.h: Update prototype.
46872
46873 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46874
46875         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
46876
46877         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
46878         old strtoimax.c.
46879
46880         Also, make the following further changes to make this file's
46881         configuration more similar to that of strtol.c:
46882         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
46883         (strtoumax, uintmax_t, strtoull, strtol): Remove.
46884         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
46885         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
46886         changed to signed values.
46887
46888         And make the following changes as well:
46889         Fix copyright notice, as 1999 was missing.
46890         (verify): New macro.
46891         (strtoimax): Check sizes at compile-time, not run-time.
46892         Prefer strtol to strtoll if both work.
46893         (main): Remove; it was not that useful and was a pain to maintain.
46894
46895         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
46896
46897 2001-08-31  Jim Meyering  <meyering@lucent.com>
46898
46899         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
46900         Use an initial, malloc'd, buffer of length 128 rather than
46901         a statically allocated one of length 1024.
46902
46903 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46904
46905         Simplify code, partly by assuming autoconf 2.52 semantics.
46906
46907         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
46908
46909         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
46910         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
46911         All uses removed.
46912         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
46913         Move AC_REQUIRE to next-to-top level, to avoid confusion.
46914         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
46915         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
46916         jm_AC_HEADER_INTTYPES_H.
46917         * m4/jm-macros.m4 (jm_MACROS): Likewise.
46918
46919         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
46920
46921         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46922         Quote first arg of AC_DEFUN.
46923         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
46924         since they are needed to parse the include file even if we need
46925         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
46926         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
46927         but with opposite signedness.
46928
46929 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46930
46931         Merge 'exclude' changes from tar 1.13.22.
46932         This fixes one or two unlikely storage allocation overflow bugs,
46933         but doesn't change user-visible behavior otherwise.
46934
46935 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46936
46937         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
46938         (jm_PREREQ_EXCLUDE): New macro.
46939
46940 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46941
46942         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
46943         tm to be declared.
46944
46945 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46946
46947         * lib/hash.c: Remove '2001' from copyright notice.
46948
46949 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46950
46951         * lib/full-write.h: New file.
46952         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
46953         * lib/full-write.c: Correct credits, as cccp.c no longer
46954         exists and anyway it was so heavily changed from the old cccp
46955         code as to be unrecognizable.  Include full-write.h.
46956         (full_write) Return size_t, with short writes meaning failure.
46957         All callers changed.  This fixes a bug with large buffers
46958         on 64-bit hosts.
46959         * lib/utime.c: Include full-write.h.
46960
46961 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46962
46963         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
46964         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
46965         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
46966         Include if available.
46967         (<xalloc.h>): Include
46968         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
46969         (verify): New macro.  Use it to verify that EXCLUDE macros do not
46970         collide with FNM macros.
46971         (struct patopts): New struct.
46972         (struct exclude): Use it, as exclude patterns now come with options.
46973         (new_exclude): Support above changes.
46974         (new_exclude, add_exclude_file):
46975         Initial size must now be a power of two to simplify overflow checking.
46976         (free_exclude, fnmatch_no_wildcards): New function.
46977         (excluded_filename): No longer requires options arg, as the options
46978         are determined by add_exclude.  Now returns bool, not int.
46979         (excluded_filename, add_exclude):
46980         Add support for the fancy new exclusion options.
46981         (add_exclude, add_exclude_file): Now takes int options arg.
46982         Check for arithmetic overflow when computing sizes.
46983         (add_exclude_file): xrealloc might modify errno, so don't
46984         realloc until after errno might be used.
46985
46986         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
46987         New macros.
46988         (free_exclude): New decl.
46989         (add_exclude, add_exclude_file): Now takes int options arg.
46990         (excluded_filename): No longer requires options arg, as the options
46991         are determined by add_exclude.  Now returns bool, not int.
46992
46993 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46994
46995         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
46996
46997 2001-08-27  Jim Meyering  <meyering@lucent.com>
46998
46999         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
47000
47001         * lib/version-etc.c (N_): Remove definition.
47002         Revert most of last change.
47003         Instead, simply don't mark the `Copyright...' string for translation.
47004         Based on advice from Paul Eggert.
47005
47006         * lib/strtoxmax.c: Tweak comment.
47007
47008 2001-08-26  Jim Meyering  <meyering@lucent.com>
47009
47010         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
47011
47012         * m4/xstrtoimax.m4: New file.
47013         * m4/xstrtoumax.m4: Add comments explaining why we
47014         AC_REPLACE_FUNCS(strtol).
47015
47016 2001-08-26  Jim Meyering  <meyering@lucent.com>
47017
47018         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
47019         of copyright with `%s' so translators don't get an untranslated
47020         message in 2002.
47021         (COPYRIGHT_YEAR): Define.
47022         (version_etc): Use fprintf rather than fputs.
47023         Suggestion from Ulrich Drepper.
47024
47025         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
47026
47027         * lib/strtoll.c: New file, from GNU libc.
47028         * lib/xstrtoimax.c: New file.
47029
47030         * lib/xstrtol.h: Add xstrtoimax.
47031         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
47032         * lib/strtoimax.c: New file.  Likewise, but first define
47033         STRTOUXMAX_SIGNED.
47034
47035         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
47036         ...
47037         * lib/strtoxmax.c: ... then renamed to this.
47038
47039 2001-08-18  Paul Eggert  <eggert@twinsun.com>
47040
47041         * m4/inttypes.m4: Add AC_PREREQ(2.13).
47042         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
47043         (jm_AC_TYPE_INTMAX_T): New macro.
47044         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
47045
47046         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
47047
47048         * m4/longlong.m4: Renamed from ulonglong.m4.
47049         * m4/inttypes.m4: Renamed from inttypes_h.m4.
47050         * m4/uintmax_t.m4: Removed.
47051
47052 2001-08-13  Paul Eggert  <eggert@twinsun.com>
47053
47054         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
47055         Port to Solaris 8, where 'sed' requires a space after the 'r'
47056         command, and where sh dislikes "$/".  Clean up the spacing a bit.
47057         Redirect output to $tmp just once.
47058
47059 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
47060
47061         * lib/addext.c (<errno.h>): Include.
47062         (errno): Declare if not defined.
47063         (addext): Work correctly when pathconf returns -1 and leaves
47064         errno alone because there is no limit.  Also, work even if
47065         pathconf returns a value greater than SIZE_MAX.
47066
47067 2001-08-12  Jim Meyering  <meyering@lucent.com>
47068
47069         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
47070         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
47071         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
47072         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
47073         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
47074         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
47075         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
47076         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
47077         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
47078         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
47079         utime.m4, utimes.m4, xstrtoumax.m4:
47080         Quote the first argument in each use of AC_DEFUN.
47081
47082 2001-08-12  Jim Meyering  <meyering@lucent.com>
47083
47084         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
47085         Simply `return getcwd (NULL, 0);'.
47086         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
47087         Use 1300 as initial value for length, not PATH_MAX.
47088
47089         * lib/pathmax.h: Clean up cpp syntax.
47090
47091 2001-08-12  Jim Meyering  <meyering@lucent.com>
47092
47093         * lib/gettimeofday.c: New file.
47094         * lib/gtod.h: New file.
47095         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
47096
47097 2001-08-05  Jim Meyering  <meyering@lucent.com>
47098
47099         * m4/jm-macros.m4: Require autoconf-2.52.
47100
47101 2001-08-04  Jim Meyering  <meyering@lucent.com>
47102
47103         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
47104         stmt, to get in sync with glibc.
47105
47106 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47107
47108         The following changes are from gettext 0.10.39 as maintained by
47109         Bruno Haible.
47110
47111         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
47112         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
47113         with inverted sense.  All uses changed.
47114
47115         * lib/mbswidth.c: Don't include <limits.h>.
47116         Include <stdlib.h> and <string.h> unconditionally.
47117         (iswcntrl, mbsinit, ISCNTRL): New macros.
47118         (mbsnwidth): Use K&R style function declarations.
47119         Don't bother checking for MB_LEN_MAX == 1, since the compiler
47120         can optimize it when MB_CUR_MAX == 1.
47121         The width of control characters is zero, not 1.
47122
47123 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47124
47125         The following changes are from gettext 0.10.39 as maintained by
47126         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
47127
47128         * m4/codeset.m4: Upgrade to serial AM1.
47129         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
47130         all uses changed.  Quote first arg of AC_DEFUN.
47131         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
47132
47133         * m4/iconv.m4: Upgrade to serial AM2.
47134         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
47135         Add --with-libconv-prefix.
47136         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
47137         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
47138         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
47139         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
47140         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
47141
47142         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
47143         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
47144         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
47145         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
47146         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
47147         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
47148         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
47149         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
47150         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
47151
47152         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
47153         string.h any more.
47154
47155         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
47156         not the default value.
47157
47158         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
47159         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
47160         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
47161         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
47162         Also check for iswcntrl, used for wcwidth fallback.
47163         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
47164         to Autoconf 2.13.
47165
47166 2001-08-03  Jim Meyering  <meyering@lucent.com>
47167
47168         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
47169         as it was in the original.  Reported by Paul Eggert.
47170
47171 2001-07-16  Jim Meyering  <meyering@lucent.com>
47172
47173         * m4/gettimeofday.m4: New file.
47174         Prompted by a report from Bernhard Baehr.
47175
47176 2001-07-15  Jim Meyering  <meyering@lucent.com>
47177
47178         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
47179         stuff. Now it's in ../Makefile.cfg.
47180
47181 2001-07-15  Jim Meyering  <meyering@lucent.com>
47182
47183         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
47184         (BUILT_SOURCES): Add unlocked-io.h.
47185         (io_functions): Define.
47186         (unlocked-io.h): New rule.
47187         (DISTCLEANFILES): Add unlocked-io.h.
47188         (all-local): Depend on unlocked-io.h, to ensure it is created.
47189
47190         * lib/unlocked-io.hin: New file
47191
47192         * lib/regex.c: Update from glibc.
47193
47194 2001-07-05  Jim Meyering  <meyering@lucent.com>
47195
47196         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
47197         recommendation.
47198         (libfetish_a_SOURCES): Put all .h files here instead.
47199         Remove a thus-exposed (better checks in automake) duplicate and
47200         two unnecessary .h files.
47201
47202 2001-07-04  Jim Meyering  <meyering@lucent.com>
47203
47204         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
47205         that generates jm-glibc-io.m4 so that it doesn't trigger any make
47206         distcheck failure.
47207
47208 2001-07-02  Jim Meyering  <meyering@lucent.com>
47209
47210         The following changes were prompted by suggestions from Bruno Haible.
47211
47212         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
47213         is now generated.
47214         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
47215         definition of EXTRA_DIST.
47216         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
47217         ensure that the generated file is created/updated whenever the list
47218         of $(unlocked_functions) is changed.
47219         (jm-glibc-io.m4): New rule.
47220         (unlocked-io.h): New rule -- currently unused.
47221
47222 2001-06-24  Jim Meyering  <meyering@lucent.com>
47223
47224         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
47225         unmatched right bracket, rather than kludging it with an extra,
47226         falsely-matching quote in a comment.  Patch by Akim Demaille.
47227
47228 2001-06-11  Jim Meyering  <meyering@lucent.com>
47229
47230         * lib/regex.c: Update from GNU libc.
47231
47232 2001-05-27  Jim Meyering  <meyering@lucent.com>
47233
47234         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
47235         Check for ut_type in struct utmp.
47236
47237 2001-05-27  Jim Meyering  <meyering@lucent.com>
47238
47239         * lib/readutmp.h (UT_TYPE): Define.
47240
47241 2001-05-24  Jim Meyering  <meyering@lucent.com>
47242
47243         * lib/argmatch.c: Include "quote.h".
47244         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
47245         quote function.  Reported by Göran Uddeborg.
47246
47247 2001-05-22  Jim Meyering  <meyering@lucent.com>
47248
47249         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
47250         now that we use the package-supplied version unconditionally.
47251         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
47252
47253 2001-05-21  Jim Meyering  <meyering@lucent.com>
47254
47255         * m4/regex.m4: Change a couple backticks to single quotes to avoid
47256         shell syntax errors.
47257
47258 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47259
47260         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
47261
47262 2001-05-20  Paul Eggert  <eggert@twinsun.com>
47263
47264         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
47265         Don't bother to check library strftime, since
47266         we'll be using our own my_strftime function anyway.
47267         Define my_strftime instead of strftime.
47268
47269 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
47270
47271         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
47272         which is not yet declared.
47273
47274 2001-05-15  Jim Meyering  <meyering@lucent.com>
47275
47276         * m4/regex.m4: Use proper quoting so brackets appear in the test
47277         program.
47278         Reported by, and with help from, Bruno Haible.
47279
47280 2001-05-13  Jim Meyering  <meyering@lucent.com>
47281
47282         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
47283         undefined.
47284
47285 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47286
47287         dirname code cleanup.  base_name now behaves more compatibly
47288         with POSIX basename when given file names that have trailing
47289         slashes, and similarly for dir_name.  Add new primitives
47290         base_len and dir_len.  Put the directory-name-related decls
47291         into dirname.h.
47292
47293         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
47294         * lib/backupfile.c (base_name): Likewise.
47295         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
47296         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
47297         * lib/makepath.c (strip_trailing_slashes): Likewise.
47298         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
47299         ISSLASH): Likewise.
47300         * lib/rename.c (strip_trailing_slashes): Likewise.
47301         * lib/same.c (base_name): Likewise.
47302         * lib/stripslash.c (ISSLASH): Likewise.
47303
47304         * lib/addext.c: Include <dirname.h> after size_t is defined.
47305         * lib/backupfile.c: Likewise.
47306
47307         * lib/addext.c (addext): Use base_len to trim redundant
47308         trailing slashes instead of doing it ourselves.
47309         But do not trim the last slash if it is not redundant.
47310
47311         * lib/backupfile.c (find_backup_file_name,
47312         max_backup_version): Use base_len instead of rolling it ourselves.
47313         Handle the case of "" and (on DOS) "C:" correctly.
47314
47315         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
47316         needed. Include <string.h>, <dirname.h>.
47317         (base_name): Allow file names ending in slashes, other than names
47318         that are all slashes.  In this case, return the basename followed
47319         by the slashes.  This is more general, and can be used in places
47320         where the original base_name purposely had an assertion failure.
47321         (base_len): New function.
47322
47323         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47324         Do not include <assert.h>; no longer needed.
47325         Include xalloc.h.
47326         (memrchr): Remove decl.
47327         (dir_name_r): Remove.
47328         (dir_len): Renamed from dirlen.  All callers changed.
47329         Rewrite in terms of base_name, for simplicity and consistency.
47330         (dir_name): Never return NULL.  All callers changed.
47331         Do not include <stdlib.h> in test program; no longer needed.
47332         return 0; is fine for test program.
47333
47334         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47335         New macros.
47336         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47337
47338         * lib/path-concat.c (path_concat): Use base_len to compute
47339         base length, not strlen; this means we cannot rely on memcpy
47340         to null-terminate.
47341
47342         * lib/same.c (STREQ): Remove.
47343         (same_name): Handle the case where the basename ends in trailing '/'.
47344
47345         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47346         a slash was stripped.  Do not strip the last slash after a
47347         file system prefix.
47348
47349 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47350
47351         * lib/Makefile.am (libfetish_a_SOURCES):
47352         Add strftime.c, since we now compile it on all hosts.
47353
47354         * lib/strftime.c (my_strftime):
47355         Define to nstrftime if emacs, but only if my_strftime is not defined.
47356         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47357         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47358         Add one more extra argument: a nanoseconds value.
47359         All uses changed.
47360         (ns): New macro.
47361         (my_strftime function): Add %N format.
47362         (emacs_strftimeu): Renamed from emacs_strftime,
47363         with extra ut argument.
47364
47365 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47366
47367         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47368
47369 2001-04-21  Jim Meyering  <meyering@lucent.com>
47370
47371         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47372         doesn't interfere.
47373
47374 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47375
47376         * m4/ftruncate.m4: Check for chsize.
47377         Link with ftruncate.o unconditionally if ftruncate is missing.
47378         This was required when cross-compiling to i586-mingw32msvc.
47379
47380 2001-04-08  Jim Meyering  <meyering@lucent.com>
47381
47382         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47383         recomputed; that's necessary when the offset spans a DST transition.
47384         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47385
47386 2001-04-02  Jim Meyering  <meyering@lucent.com>
47387
47388         * lib/regex.h, regex.c: Update from GNU libc.
47389
47390 2001-03-24  Jim Meyering  <meyering@lucent.com>
47391
47392         * m4/jm-macros.m4: Require autoconf-2.49d.
47393
47394 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47395
47396         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47397
47398 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47399
47400         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47401
47402 2001-03-17  Jim Meyering  <meyering@lucent.com>
47403
47404         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47405         now that the version in autoconf is equivalent.
47406         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47407
47408         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47409         Suggestion from Akim Demaille.
47410
47411         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47412         (jm_PREREQ_TEMPNAME): New function.
47413
47414 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47415
47416         * lib/tempname.c (uint64_t): Define to uintmax_t if
47417         not defined, and if UINT64_MAX is not defined.
47418         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
47419         Reported by John David Anglin.
47420
47421 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
47422
47423         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
47424         resolve alias if codeset is empty.
47425         * lib/config.charset (BeOS): Use wildcard syntax.
47426
47427 2001-03-13  Jim Meyering  <meyering@lucent.com>
47428
47429         * lib/path-concat.c (path_concat)
47430         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
47431         concatenating e.g., `C:' and `foo'.
47432         From Bruno Haible.
47433
47434 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47435
47436         * lib/localcharset.c (locale_charset): Don't use
47437         setlocale(LC_CTYPE,NULL). Don't return NULL.
47438         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
47439
47440 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47441
47442         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
47443         support for DOS/DJGPP.
47444
47445 2001-03-01  Paul Eggert  <eggert@twinsun.com>
47446
47447         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
47448         lacks mkstemp.  Compile our own tempname.c if we compile our own
47449         mkstemp.c, as mkstemp relies on tempname.
47450
47451 2001-03-01  Jim Meyering  <meyering@lucent.com>
47452
47453         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
47454         AH_VERBATIM really does output its argument verbatim.
47455
47456 2001-02-28  Paul Eggert  <eggert@twinsun.com>
47457
47458         * lib/Makefile.am (libfetish_a_SOURCES):
47459         Add dup-safer.c, fopen-safer.c.
47460         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
47461
47462         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
47463         * lib/unistd-safer.h: New files.
47464
47465 2001-02-25  Paul Eggert  <eggert@twinsun.com>
47466
47467         The mkstemp replacement is taken from glibc 2.2.2, with some
47468         portability fixes for use outside glibc, as follows:
47469
47470         * lib/tempname.c (struct_stat64): New macro.
47471         (direxists, __gen_tempname): Use it.
47472         This avoids a portability problem with Solaris 8.
47473
47474         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
47475         (<stddef.h>, <stdint.h>, <string.h>):
47476         Include only if STDC_HEADERS || _LIBC.
47477         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
47478         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
47479         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
47480         (__set_errno): Define this macro if <errno.h> doesn't.
47481         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
47482         Define these macros if <stdio.h> doesn't.
47483         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
47484         Define these macros if <sys/stat.h>
47485         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
47486         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
47487         __xstat64): Define if not _LIBC.
47488         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
47489         (__gen_tempname): Invoke gettimeofday only if
47490         HAVE_GETTIMEOFDAY || _LIBC;
47491         otherwise, fall back on plain "time".
47492         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
47493
47494         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
47495
47496         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
47497
47498 2001-02-18  Paul Eggert  <eggert@twinsun.com>
47499
47500         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
47501
47502 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47503
47504         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
47505         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
47506         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
47507         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47508
47509 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47510
47511         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
47512         Remove workaround macros for hosts that have mbrtowc but not
47513         mbstate_t, as we now insist on proper declarations for both
47514         before using mbrtowc.
47515
47516 2001-02-17  Jim Meyering  <meyering@lucent.com>
47517
47518         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
47519         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
47520         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
47521         UnixWare 7.1.1.
47522
47523         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
47524         rather than AC_CACHE_VAL.
47525
47526 2001-02-17  Jim Meyering  <meyering@lucent.com>
47527
47528         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
47529         around included file name.
47530
47531         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
47532
47533         * lib/strftime.c: Update from GNU libc (the only changes were to
47534         comments).
47535
47536 2001-02-17  Jim Meyering  <meyering@lucent.com>
47537
47538         * lib/regex.c: Update from libc.
47539
47540 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
47541
47542         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
47543         clash.
47544
47545 2001-02-16  Paul Eggert  <eggert@twinsun.com>
47546
47547         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
47548         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
47549         Reported by Mark Hounschell via Paul Eggert.
47550
47551 2001-02-07  Jim Meyering  <meyering@lucent.com>
47552
47553         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
47554
47555 2001-02-05  Jim Meyering  <meyering@lucent.com>
47556
47557         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
47558         it includes the patch required for `large file' support with at least
47559         HP-UX's 10.20 /bin/cc.
47560
47561 2001-02-03  Jim Meyering  <meyering@lucent.com>
47562
47563         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
47564         AS_IF, now that it works once again (mysteriously).
47565         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47566
47567 2001-01-30  Jim Meyering  <meyering@lucent.com>
47568
47569         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
47570         * m4/chown.m4: Rename conftestchown to conftest.chown.
47571         * m4/rename.m4: s/conftestdir/conftest.d1/ and
47572         s/conftestdir2/conftest.d2/.
47573         * m4/utimes.m4: s/conftestdata/conftest.data/
47574         Inspired by Pavel Roskin's change in autoconf.
47575
47576 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
47577
47578         * lib/config.charset: Update for FreeBSD 4.2.
47579
47580 2001-01-27  Jim Meyering  <meyering@lucent.com>
47581
47582         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
47583         a use of AS_IF.
47584         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47585
47586 2001-01-26  Jim Meyering  <meyering@lucent.com>
47587
47588         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
47589         quotearg.c includes it.
47590
47591 2001-01-26  Jim Meyering  <meyering@lucent.com>
47592
47593         * lib/quotearg.c: Include stddef.h.
47594         * lib/quote.c: Include stddef.h.
47595         Reported by Axel Kittenberger.
47596
47597         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
47598         line in double quotes so that it evokes a better diagnostic.
47599         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
47600         Reported by Axel Kittenberger.
47601
47602 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
47603
47604         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
47605         as if it was a `charset'.
47606
47607 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47608
47609         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
47610         has const.
47611
47612 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47613
47614         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
47615         to avoid a warning.  Add back 'const' to inptr.
47616
47617 2001-01-20  Jim Meyering  <meyering@lucent.com>
47618
47619         Be sure that headers are checked before used in code compiled
47620         for the type checks.
47621         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
47622         In place of that, invoke jm_CHECK_ALL_TYPES.
47623         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
47624         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
47625         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
47626         The check for ssize_t was mistakenly run before the test for unistd.h.
47627
47628         The configure-time check for stdbool.h was missing.
47629         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
47630         (jm_PREREQ_HASH): New function.
47631
47632 2001-01-17  Jim Meyering  <meyering@lucent.com>
47633
47634         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
47635         for autoconf-2.49c.
47636         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
47637
47638 2001-01-16  Jim Meyering  <meyering@lucent.com>
47639
47640         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
47641         From Bruno Haible.
47642
47643 2001-01-14  Jim Meyering  <meyering@lucent.com>
47644
47645         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
47646         foo and bar.  Create conftestdir/ in the script, not in the C code.
47647         Remove directories in the script, not in the C code.
47648         Remove conftestdir{,2} before trying to create the directory.
47649         Make the entire configure script fail if the mkdir fails.
47650
47651 2001-01-14  Jim Meyering  <meyering@lucent.com>
47652
47653         * lib/rename.c: New file.  From Volker Borchert.
47654         Include stdlib.h, string.h or strings.h, and xalloc.h.
47655         Use strip_trailing_slashes rather than open-coding it.
47656
47657 2001-01-03  Paul Eggert  <eggert@twinsun.com>
47658
47659         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
47660
47661 2001-01-03  Jim Meyering  <meyering@lucent.com>
47662
47663         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
47664         of local `inptr' to avoid warning with some system declarations of
47665         iconv.
47666
47667 2001-01-02  Volker Borchert  <bt@teknon.de>
47668
47669         * m4/rename.m4: New file.
47670         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
47671
47672 2001-01-01  Jim Meyering  <meyering@lucent.com>
47673
47674         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
47675         even on systems with utmpx.h.  It's necessary for the declaration of
47676         utmp's ut_user member.  Reported by Andreas Jaeger.
47677
47678         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
47679         available. They are required for the declarations of getgrgid and
47680         getpwuid resp.
47681         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
47682         Reported by Andreas Jaeger.
47683
47684 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
47685
47686         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
47687         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
47688         so `make install' also works in VPATH builds.
47689
47690 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
47691
47692         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
47693         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
47694         can be used in subdirectories.
47695
47696 2000-12-29  Paul Eggert  <eggert@twinsun.com>
47697
47698         * lib/modechange.c: Do not assume that mode_t uses the
47699         traditional octal encoding.  E.g. "chmod 1 FOO" should set
47700         the other-execute bit of FOO even if S_IXOTH != 1.
47701
47702         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
47703         WOTH, XOTH, ALLM): New macros.
47704         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
47705          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
47706         Use them.
47707         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
47708         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
47709         (mode_compile):
47710         No need to use uintmax_t; unsigned long is long enough.
47711         Don't bother to get suffix since we don't use it.
47712
47713 2000-12-26  Jim Meyering  <meyering@lucent.com>
47714
47715         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
47716         better with autoheader.
47717
47718 2000-12-24  Jim Meyering  <meyering@lucent.com>
47719
47720         * lib/hash.c (is_prime): Return explicit boolean values.
47721         (hash_get_first): Return NULL to appease Irix5.6's 89.
47722         Reported by Nelson Beebe.
47723
47724 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
47725
47726         * lib/localcharset.c (locale_charset): Add support for Win32.
47727
47728 2000-12-18  Paul Eggert  <eggert@twinsun.com>
47729
47730         * lib/physmem.h, lib/physmem.c: New files.
47731
47732         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
47733         (noinst_HEADERS): Add physmem.h.
47734
47735         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
47736         't' for compatibility with Solaris 8 sort.
47737
47738 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
47739
47740         * lib/config.charset: Add support for BeOS.
47741
47742 2000-12-17  Jim Meyering  <meyering@lucent.com>
47743
47744         * m4/dos.m4 (jm_AC_DOS): New file and macro.
47745         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
47746
47747 2000-12-16  Jim Meyering  <meyering@lucent.com>
47748
47749         This bug had a serious impact on chown: `chown N:M FILE' (for integer
47750         N and M) would have treated it like `chown N:N FILE'.
47751
47752         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
47753
47754 2000-12-16  Jim Meyering  <meyering@lucent.com>
47755
47756         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
47757         SHELLS_FILE to a file name that's useful on djgpp systems.
47758         Include stdlib.h.
47759         (ADDITIONAL_DEFAULT_SHELLS): Define.
47760         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
47761         Based mostly on a patch from Prashant TR.
47762
47763 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
47764
47765         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
47766         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
47767         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
47768
47769 2000-12-08  Andreas Schwab  <schwab@suse.de>
47770
47771         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
47772         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
47773
47774 2000-12-07  Jim Meyering  <meyering@lucent.com>
47775
47776         * lib/stripslash.c (ISSLASH): Define.
47777         (strip_trailing_slashes): Use ISSLASH rather than comparing against
47778         `/'.
47779         From Prashant TR.
47780
47781         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
47782         (dir_name_r): Declare this function as static.
47783         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
47784         manifest itself on a name containing a mix of slashes and
47785         backslashes.
47786         Make this function work with names starting with a DOS-style
47787         drive letter and colon prefix.
47788         (dir_name): Append `.' if necessary.
47789         Based mostly on patches from Prashant TR and Eli Zaretskii.
47790
47791         * lib/dirname.h (dir_name_r): Remove prototype.
47792
47793 2000-12-06  Paul Eggert  <eggert@twinsun.com>
47794
47795         * m4/off_t-format.m4: Remove this file.
47796         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
47797
47798 2000-12-06  Jim Meyering  <meyering@lucent.com>
47799
47800         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
47801         replacement strtoull, we may well need the replacement strtoul, too.
47802         Check for declarations of strtoul and strtoull.
47803         Check for strtol.  Mainly as a cue to cause automake to include
47804         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
47805         Check for limits.h -- strtol.c needs it.
47806
47807 2000-12-05  Jim Meyering  <meyering@lucent.com>
47808
47809         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
47810
47811 2000-12-04  Jim Meyering  <meyering@lucent.com>
47812
47813         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
47814         Also include memory.h, stdlib.h, unistd.h if appropriate.
47815         Reported by Andreas Jaeger (conflicting declaration of malloc).
47816
47817 2000-12-02  Jim Meyering  <meyering@lucent.com>
47818
47819         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
47820         * m4/jm-macros.m4 (jm_MACROS): require it.
47821
47822 2000-12-02  Jim Meyering  <meyering@lucent.com>
47823
47824         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
47825
47826 2000-12-01  Paul Eggert  <eggert@twinsun.com>
47827
47828         * lib/memrchr.c: Include <config.h> before any system include file.
47829
47830 2000-11-30  Jim Meyering  <meyering@lucent.com>
47831
47832         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
47833
47834 2000-11-30  Jim Meyering  <meyering@lucent.com>
47835
47836         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
47837
47838 2000-11-29  Paul Eggert  <eggert@twinsun.com>
47839
47840         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
47841
47842 2000-11-26  Jim Meyering  <meyering@lucent.com>
47843
47844         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
47845
47846 2000-11-22  Paul Eggert  <eggert@twinsun.com>
47847
47848         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
47849         size of (size_t) -1; it's not portable.
47850
47851 2000-11-17  Jim Meyering  <meyering@lucent.com>
47852
47853         * lib/strstr.c: Update from GNU libc.
47854
47855 2000-11-17  Akim Demaille  <akim@epita.fr>
47856
47857         * lib/obstack.h: Formatting changes.
47858         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
47859         prevent type checking.
47860         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
47861         cast the value to (void *): assigning a `foo *' to a `void *'
47862         variable is valid.
47863         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
47864
47865 2000-11-16  Jim Meyering  <meyering@lucent.com>
47866
47867         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
47868
47869 2000-11-11  Jim Meyering  <meyering@lucent.com>
47870
47871         * lib/error.c: Add a couple #includes, merging from GNU libc version.
47872
47873 2000-11-10  Jim Meyering  <meyering@lucent.com>
47874
47875         * lib/obstack.h: Update from GNU libc.
47876         * lib/obstack.c: Likewise.
47877
47878 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
47879
47880         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
47881
47882 2000-11-06  Paul Eggert  <eggert@twinsun.com>
47883
47884         * lib/getusershell.c (setusershell): Use rewind rather than
47885         fseek/fseeko, to avoid configuration hassles with fseeko.
47886         Don't bother opening SHELLS_FILE if shellstream is NULL;
47887         it's not necessary.
47888
47889 2000-11-05  Jim Meyering  <meyering@lucent.com>
47890
47891         * lib/makepath.h (make_dir): Declare.
47892         * lib/makepath.c (make_dir): Remove `static' attribute.
47893         Tweak a comment.
47894
47895 2000-11-04  Jim Meyering  <meyering@lucent.com>
47896
47897         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
47898
47899 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
47900
47901         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
47902         last one in a bucket, advance to the next bucket.
47903
47904 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
47905
47906         * lib/fnmatch.c: Do not comment out all the code if we are using
47907         the GNU C library, because in some cases we are replacing buggy
47908         code in the GNU C library itself.
47909
47910 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
47911
47912         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
47913         (regex_compile): Catch bogus \(\1\).
47914
47915 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47916
47917         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
47918         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
47919         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
47920
47921 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47922
47923         * lib/error.h, getline.h, modechange.h:
47924         Remove "2000" from Copyright line, as the file hasn't been
47925         changed this year other than in the copyright notice.
47926
47927         * lib/xalloc.h: Add "2000" to Copyright line, as this file
47928         was changed this year.
47929
47930 2000-10-29  Jim Meyering  <meyering@lucent.com>
47931
47932         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
47933         renaming.
47934         * m4/ls-mntd-fs.m4: Likewise
47935
47936 2000-10-29  Jim Meyering  <meyering@lucent.com>
47937
47938         * lib/xstat.in: Fix grammar in comment.
47939
47940 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
47941
47942         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
47943         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
47944         doesn't define __restrict_arr.
47945
47946 2000-10-28  Jim Meyering  <meyering@lucent.com>
47947
47948         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
47949         (jm_PREREQ_MEMCHR): New function.
47950
47951 2000-10-28  Jim Meyering  <meyering@lucent.com>
47952
47953         * lib/memchr.c: Update from libc.
47954         Adjust for portability:
47955         [HAVE_STDLIB_H]: Include stdlib.h.
47956         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
47957         Undef __memchr, too.
47958         [!weak_alias]: Define __memchr to memchr.
47959
47960         * lib/regex.c: Update from libc.
47961         * lib/regex.h: Likewise.
47962         * lib/getopt1.c: Likewise.
47963         * lib/memcmp.c: Likewise.
47964
47965         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
47966         Avoid using fseek, when possible -- it's broken by design.
47967         Patch by Ulrich Drepper.
47968
47969 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
47970
47971         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
47972         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
47973         Giving in to popular pressure to shut up the compiler with casts.
47974
47975 2000-10-26  Jim Meyering  <meyering@lucent.com>
47976
47977         * lib/strftime.c: Update from libc.
47978
47979 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
47980
47981         * regex.c: More `unsigned char' -> `re_char' changes.
47982         Also change several `int' into `re_wchar_t'.
47983         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
47984         (PUSH_FAILURE_POINTER): Don't cast any more.
47985         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
47986         We want GCC to complain, since this piece of code makes
47987         re_match non-reentrant, which *should* be fixed.
47988         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
47989         (EXTEND_BUFFER): Use RETALLOC.
47990         (SET_LIST_BIT): Don't cast.
47991         (re_wchar_t): New type.
47992         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
47993         that those two functions will always properly return.
47994         (IMMEDIATE_QUIT_CHECK): Cast to void.
47995         (analyse_first): Use recursion rather than an explicit stack.
47996         (re_compile_fastmap): Can't fail anymore.
47997         (re_search_2): Don't check re_compile_fastmap for failure.
47998         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
47999         Now also sets the new value (passed in a new argument).
48000         (re_match_2_internal): Use it.
48001         Also, use a new var `reg' of type size_t when looping through regs
48002         rather than reuse the inappropriate `mcnt'.
48003
48004 2000-10-25  Jim Meyering  <meyering@lucent.com>
48005
48006         * lib/obstack.c: Update from libc.
48007
48008 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
48009
48010         * regex.c (regex_compile): Change the way of handling a range from
48011         a char less than 256 to a char not less than 256.
48012
48013 2000-10-24  Andrew Innes  <andrewi@gnu.org>
48014
48015         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
48016         NT-Emacs only.
48017         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
48018         so that re_search functions only quit when callers expect them to.
48019
48020 2000-10-23  Jim Meyering  <meyering@lucent.com>
48021
48022         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
48023         wrong.  That set_locale call must not have any side effects.
48024         From Paul Eggert.
48025
48026 2000-10-22  Jim Meyering  <meyering@lucent.com>
48027
48028         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
48029         [CYCLIC]: Remove now-unused definition.
48030
48031         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
48032         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
48033         Suggestion from Ulrich Drepper.
48034
48035 2000-10-21  Jim Meyering  <meyering@lucent.com>
48036
48037         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
48038         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
48039         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
48040
48041 2000-10-21  Jim Meyering  <meyering@lucent.com>
48042
48043         * lib/dirname.c (memrchr): Declare if necessary.
48044         (dir_name): Remove the restriction that there be no
48045         trailing slashes.  Now, this code skips past them, effectively
48046         ignoring them.
48047         [TEST_DIRNAME] (main): New unit tests.
48048
48049         * lib/memrchr.c: New file from GNU libc.
48050         Undef __memrchr, too.
48051         [!weak_alias]: Define __memrchr to memrchr.
48052         Guard weak_alias use with `#ifdef weak_alias'.
48053
48054 2000-10-21  Jim Meyering  <meyering@lucent.com>
48055
48056         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
48057         (dir_name): Use dir_name_r.
48058         * lib/dirname.h (dir_name_r): Declare it.
48059
48060 2000-10-17  Jim Meyering  <meyering@lucent.com>
48061
48062         * lib/quote.h (PARAMS): Define and use.
48063         Reported by Akim Demaille.
48064
48065         * lib/getopt.c: Update from libc.
48066
48067 2000-10-16  Jim Meyering  <meyering@lucent.com>
48068
48069         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
48070         setlocale.
48071         From Jan Fedak.
48072
48073 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
48074
48075         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
48076
48077 2000-09-25  Jim Meyering  <meyering@lucent.com>
48078
48079         * lib/md5.h (rol): Define (from GnuPG).
48080
48081         * lib/sha.c: Give credit (GnuPG) where due.
48082         (M): Use rol rather than open-coding it.
48083         Add a FIXME comment.
48084
48085 2000-09-21  Jim Meyering  <meyering@lucent.com>
48086
48087         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
48088         Reported by Michael Stone.
48089
48090 2000-09-20  Jim Meyering  <meyering@lucent.com>
48091
48092         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
48093         (noinst_HEADERS): Add sha.h.
48094         Based on code from Scott G. Miller and from GnuPG.
48095
48096 2000-09-18  Jim Meyering  <meyering@lucent.com>
48097
48098         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
48099         LIBS. Otherwise, everyone ends up linking with -lelf for some
48100         configurations.
48101         Reported by Mike Stone.
48102
48103 2000-09-15  Jim Meyering  <meyering@lucent.com>
48104
48105         * lib/regex.c: Update from libc.
48106
48107 2000-09-10  Jim Meyering  <meyering@lucent.com>
48108
48109         * lib/getopt.c (_getopt_internal): Update from glibc.
48110
48111 2000-09-09  Jim Meyering  <meyering@lucent.com>
48112
48113         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
48114         think it should be used as a general replacement for isascii.
48115         * lib/fnmatch.c: Likewise.
48116         * lib/mbswidth.c: Likewise
48117         * lib/regex.c: Likewise.
48118
48119         Don't use atoi.
48120         * lib/userspec.c: Include sys/param.h and limits.h.
48121         Include xstrtol.h.
48122         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48123         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
48124         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
48125         UID, GID.  Check range.
48126
48127 2000-09-06  Jim Meyering  <meyering@lucent.com>
48128
48129         * lib/getopt.c (_getopt_internal): Update from glibc.
48130
48131 2000-08-30  Jim Meyering  <meyering@lucent.com>
48132
48133         * lib/strftime.c: Merge in changes from GNU libc.
48134
48135 2000-08-26  Jim Meyering  <meyering@lucent.com>
48136
48137         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
48138         * m4/fpending.m4: New file.
48139
48140 2000-08-26  Jim Meyering  <meyering@lucent.com>
48141
48142         * lib/closeout.c: Include "__fpending.h".
48143         (close_stdout_status): Return right away if there's nothing to flush.
48144
48145         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
48146         * lib/__fpending.c: New file.
48147         * lib/__fpending.h: New file.
48148
48149 2000-08-20  Jim Meyering  <meyering@lucent.com>
48150
48151         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
48152         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
48153         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
48154
48155 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
48156
48157         Improve fileutils installation on systems where running
48158         programs (like install) can't be unlinked.
48159         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
48160         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
48161
48162 2000-08-07  Paul Eggert  <eggert@twinsun.com>
48163
48164         Standardize on "memory exhausted" instead of "Memory exhausted"
48165         or "virtual memory exhausted".
48166         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
48167         "virtual memory exhausted".
48168         * lib/same.c (same_name): Invoke xalloc_die instead of printing
48169         our own message.
48170         * lib/userspec.c (parse_user_spec): Likewise.
48171         * lib/bumpalloc.h: comment fix
48172         * lib/same.c, userspec.c: Include xalloc.h.
48173
48174         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
48175         not char *const and pointing to a constant array.
48176         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
48177         (xrealloc): Comment fix.
48178
48179         * lib/userspec.c (parse_user_spec):
48180         Don't translate a message until just before returning,
48181         to avoid unnecessary translation.
48182
48183 2000-08-07  Jim Meyering  <meyering@lucent.com>
48184
48185         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
48186         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
48187         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
48188         getgroups.c, gethostname.c, getopt.h, group-member.c,
48189         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
48190         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
48191         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
48192         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
48193         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
48194         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
48195         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
48196         yesno.c: Back out Copyright date changes for each file with no change
48197         this year.  This eases coordination with other programs using the same
48198         source code modules.  From Paul Eggert.
48199
48200 2000-08-06  Paul Eggert  <eggert@twinsun.com>
48201
48202         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
48203         not char, for compatibility with glibc 2.1.3 strftime.c.
48204
48205 2000-08-03  Greg McGary  <greg@mcgary.org>
48206
48207         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
48208         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
48209         (EXTEND_BUFFER): Use them.
48210
48211 2000-08-01  Jim Meyering  <meyering@lucent.com>
48212
48213         * lib/dirname.c (ISSLASH): Define.
48214         (BACKSLASH_IS_PATH_SEPARATOR): Define.
48215         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
48216         both `\' and `/' may be use as path separators.
48217         Based on a patch from Prashant TR.
48218
48219 2000-07-31  Paul Eggert  <eggert@twinsun.com>
48220
48221         * lib/quotearg.c (quotearg_n_options): Don't make the initial
48222         slot vector a constant, since it might get modified.
48223
48224 2000-07-31  Jim Meyering  <meyering@lucent.com>
48225
48226         * lib/xmalloc.c: Use `virtual memory exhausted', not
48227         `Memory exhausted'.
48228         * lib/obstack.c (print_and_abort): Likewise.
48229
48230 2000-07-30  Paul Eggert  <eggert@twinsun.com>
48231
48232         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
48233         buffer, so that the caller can always quote one small
48234         component of a "memory exhausted" message in slot 0.
48235         From a suggestion by Jim Meyering.
48236
48237 2000-07-30  Jim Meyering  <meyering@lucent.com>
48238
48239         * lib/makepath.c (make_path): Quote the other instance, too.
48240
48241         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
48242         (STATIC_BUF_SIZE): Define.
48243         (quotearg_n_options): Use only statically allocated storage when
48244         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
48245         than STATIC_BUF_SIZE.
48246
48247 2000-07-29  Jim Meyering  <meyering@lucent.com>
48248
48249         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
48250         * lib/dirname.c (dir_name): Likewise.
48251
48252         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
48253         `/'.
48254
48255         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
48256         (dir_name): Assert that there are no trailing slashes.
48257
48258 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
48259
48260         * lib/mbswidth.h (mbswidth): Add a flags argument.
48261         (mbswidth): New declaration.
48262         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
48263         * lib/mbswidth.c (mbswidth): Add a flags argument.
48264         (mbsnwidth): New function.
48265
48266 2000-07-24  Jim Meyering  <meyering@lucent.com>
48267
48268         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
48269
48270 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48271
48272         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
48273
48274 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48275
48276         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
48277         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
48278         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
48279         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
48280         invoke multibyte primitives.
48281
48282 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48283
48284         * lib/quotearg.c:
48285         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
48286         so that mbstate_t is always defined.
48287
48288         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
48289         be 1 in at least one GCC installation, and this configuration
48290         error is likely to be common.  Ignoring MB_LEN_MAX hurts
48291         performance on hosts that have mbrtowc but have only unibyte
48292         locales, but I assume these hosts are rare.
48293
48294 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48295
48296         * lib/mbswidth.c (_XOPEN_SOURCE):
48297         Don't define; this causes problems on Solaris 7.
48298         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
48299
48300 2000-07-23  Jim Meyering  <meyering@lucent.com>
48301
48302         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
48303         too: getgrgid, getpwuid, getuid.
48304
48305 2000-07-23  Jim Meyering  <meyering@lucent.com>
48306
48307         * lib/basename.c (base_name): Add an assertion.
48308
48309 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
48310
48311         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
48312         shadow its mbsinit function.
48313
48314 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48315
48316         * lib/mbswidth.h: New file.
48317         * lib/mbswidth.c: New file.
48318         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
48319         (noinst_HEADERS): Add mbswidth.h.
48320
48321 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48322
48323         * lib/config.charset: Add support for FreeBSD. Improve support for
48324         HP-UX and IRIX 6.
48325
48326 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48327
48328         * m4/mbswidth.m4: New file.
48329         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48330
48331 2000-07-15  Jim Meyering  <meyering@lucent.com>
48332
48333         * lib/makepath.c: Include quote.h.
48334         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48335         corresponding argument in a `quote (...)' call.
48336         Give better diagnostics.
48337
48338         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48339         (noinst_HEADERS): Add quote.h.
48340
48341         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48342         from tar's src/misc.c.
48343         * lib/quote.h: New file.  Prototypes for same.
48344
48345 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48346
48347         From a suggestion by Bruno Haible.
48348         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48349         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48350         to decide whether to define the BeOS workaround macro;
48351         this adjusts to the change to AC_MBSTATE_T.
48352
48353 2000-07-14  Jim Meyering  <meyering@lucent.com>
48354
48355         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48356         jm_AC_TYPE_UINTMAX_T.
48357
48358 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48359
48360         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48361
48362         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48363         quotearg_buffer_restyled): Add support for
48364         clocale_quoting_style.  Undo previous change to
48365         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48366         and "{RIGHT QUOTATION MARK}" msgids.
48367
48368 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48369
48370         From a suggestion by Bruno Haible.
48371         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48372         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48373         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48374         and mbstate_t, to a single-part test that simply defines mbstate_t.
48375         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48376         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48377
48378 2000-07-10  Jim Meyering  <meyering@lucent.com>
48379
48380         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48381
48382         * m4/gnu-source.m4: Output to confdefs.h directly.
48383         Suggestion from Akim Demaille.
48384
48385 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48386
48387         The old behavior of quoting `like this' doesn't look good with
48388         newer, ISO-style fonts.  See:
48389         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48390
48391         Instead, quote "like this" by default.  Let the translator
48392         tailor the locale-specific quoting behavior by providing
48393         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48394
48395         * lib/quotearg.c (N_): New macro.
48396         (gettext_default): New function.
48397         (quotearg_buffer_restyled): Use
48398         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48399         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48400
48401 2000-07-09  Jim Meyering  <meyering@lucent.com>
48402
48403         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48404         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48405
48406         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48407         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48408
48409 2000-07-09  Jim Meyering  <meyering@lucent.com>
48410
48411         * lib/Most files: Update copyright dates to include 2000.
48412
48413 2000-07-08  Jim Meyering  <meyering@lucent.com>
48414
48415         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48416         if not defined.
48417         (xgethostname): Remove now-unnecessary #ifdef.
48418         Move declaration of `err' into loop where it's used.
48419
48420 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48421         and Bruno Haible  <haible@clisp.cons.org>
48422
48423         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
48424         only if the test for an object-type mbstate_t fails.  This
48425         prevents us from mistakenly reporting that mbstate_t is a
48426         system object type after we "#define mbstate_t int" to work
48427         around its lack.
48428
48429 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48430         and Bruno Haible  <haible@clisp.cons.org>
48431
48432         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
48433
48434 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48435
48436         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
48437         to strerror_r.
48438         Include <ctype.h> for use of isalpha.
48439
48440 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48441
48442         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
48443         by allocating a larger buffer. Test the gethostname return value for
48444         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
48445         returns an error and ENAMETOOLONG isn't defined.
48446
48447 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48448
48449         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
48450         dimension.
48451
48452 2000-07-04  Jim Meyering  <meyering@lucent.com>
48453
48454         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
48455         of the deprecated AC_CHECKING.
48456
48457 2000-07-04  Jim Meyering  <meyering@lucent.com>
48458
48459         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
48460         Reported by Bruno Haible.
48461
48462 2000-07-04  Jim Meyering  <meyering@lucent.com>
48463
48464         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
48465         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
48466         lacks mbrtowc.
48467
48468 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48469
48470         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
48471         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
48472
48473 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48474         and Bruno Haible  <haible@clisp.cons.org>
48475
48476         * lib/quotearg.c (mbrtowc):
48477         Assign to *pwc, and return 1 only if result is nonzero.
48478         (iswprint): Use ISPRINT when substituting our own mbrtowc.
48479
48480 2000-07-03  Jim Meyering  <meyering@lucent.com>
48481
48482         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
48483
48484 2000-07-03  Jim Meyering  <meyering@lucent.com>
48485
48486         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
48487         This is necessary to get a definition of e.g., UTMP_FILE on
48488         HP-UX 10.20.
48489         From Bob Proulx.
48490
48491 2000-07-02  Jim Meyering  <meyering@lucent.com>
48492
48493         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
48494
48495         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
48496         AC_LIBOBJ(function_name).
48497         * m4/chown.m4: Likewise.
48498         * m4/fnmatch.m4: Likewise.
48499         * m4/ftruncate.m4: Likewise.
48500         * m4/getgroups.m4: Likewise.
48501         * m4/getline.m4: Likewise.
48502         * m4/group-member.m4: Likewise.
48503         * m4/jm-macros.m4: Likewise.
48504         * m4/lstat.m4: Likewise.
48505         * m4/malloc.m4: Likewise.
48506         * m4/memcmp.m4: Likewise.
48507         * m4/nanosleep.m4: Likewise.
48508         * m4/putenv.m4: Likewise.
48509         * m4/realloc.m4: Likewise.
48510         * m4/regex.m4: Likewise.
48511         * m4/stat.m4: Likewise.
48512         * m4/strftime.m4: Likewise.
48513
48514 2000-07-02  Jim Meyering  <meyering@lucent.com>
48515
48516         * lib/quotearg.c (mbstate_t): Don't define here.
48517
48518 2000-07-02  Jim Meyering  <meyering@lucent.com>
48519
48520         * lib/nanosleep.c (SIGCONT): Define if not already defined.
48521
48522 2000-07-01  Jim Meyering  <meyering@lucent.com>
48523
48524         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
48525
48526 2000-07-01  Jim Meyering  <meyering@lucent.com>
48527
48528         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
48529         problem.
48530
48531 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48532
48533         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
48534         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
48535
48536 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48537
48538         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
48539         per change in ../m4/ls-mntd-fs.m4.
48540         (read_filesystem_list): Ignore symbolic links.
48541
48542 2000-06-29  Jim Meyering  <meyering@lucent.com>
48543
48544         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
48545         for declaration of strcmp.
48546
48547         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
48548
48549         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
48550         Avoid warning by casting result to `char *' to remove `const'.
48551
48552 2000-06-28  Jim Meyering  <meyering@lucent.com>
48553
48554         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
48555         included by quotearg.c, for which we perform this test.  From
48556         Bruno Haible.
48557
48558 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48559
48560         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
48561         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
48562         <utmpx.h> exists, put readutmp.o into LIBOBJS.
48563
48564 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48565
48566         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
48567
48568 2000-06-26  Paul Eggert  <eggert@twinsun.com>
48569
48570         savedir now sets errno on failure and invokes xmalloc to get memory.
48571         Fix a couple of other minor bugs while we're at it.
48572
48573         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
48574         (NAMLEN): Remove macro.
48575         (malloc, realloc): Remove decls.
48576         (stpcpy): Likewise.
48577         ("xalloc.h"): Include.
48578         (NAME_SIZE_DEFAULT): New macro.
48579         (savedir): Use xmalloc / xrealloc to allocate memory.
48580         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
48581         Skip "" directory entries.
48582         Use strlen to calculate directory entry length, since the old method
48583         is rarely used these days and isn't worth supporting.
48584         Don't use a pointer after freeing it.
48585         Check for integer overflow when calculating allocation size.
48586         Use memcpy to copy entries, instead of stpcpy.
48587         Set errno properly when returning NULL.
48588         Check for readdir error.
48589
48590 2000-06-26  Jim Meyering  <meyering@lucent.com>
48591
48592         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
48593
48594 2000-06-25  Jim Meyering  <meyering@lucent.com>
48595
48596         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
48597         Linux header bug when _XOPEN_SOURCE is defined to 500.
48598
48599 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48600
48601         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
48602         deficiency.
48603
48604 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48605
48606         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
48607         Include xalloc.h.
48608         Don't include <stdlib.h>.  Don't declare malloc, realloc.
48609
48610 2000-06-24  Jim Meyering  <meyering@lucent.com>
48611
48612         * m4/strerror_r.m4: Revive this file -- to try out an experimental
48613         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
48614         for which strerror does return char*, but which lacks a conveniently
48615         accessible declaration of the function.  If the compile-test says
48616         strerror_r doesn't work, then resort to a `run'-test that works on
48617         BeOS and segfaults on DEC Unix.
48618
48619 2000-06-24  Jim Meyering  <meyering@lucent.com>
48620
48621         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
48622
48623 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48624
48625         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
48626         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
48627
48628 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48629
48630         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
48631         (mbrtowc, mbstate_t): Define substitutes if
48632         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
48633         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
48634         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
48635
48636 2000-06-23  Jim Meyering  <meyering@lucent.com>
48637
48638         * m4/afs.m4: Add missing AC_MSG_RESULT.
48639         Reported by Bruno Haible.
48640
48641         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
48642         Suggestion from Bruno Haible.
48643
48644 2000-06-23  Jim Meyering  <meyering@lucent.com>
48645
48646         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
48647
48648 2000-06-21  Jim Meyering  <meyering@lucent.com>
48649
48650         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
48651
48652 2000-06-21  Jim Meyering  <meyering@lucent.com>
48653
48654         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
48655         (noinst_HEADERS): Add getstr.h.
48656
48657         * lib/getline.c (getstr): Move into a separate file.
48658         * lib/getstr.c (getstr): New file, extracted from getline.c, with
48659         the following changes: new parameter, delim2; both delim[12]
48660         parameters have type `int', not `char'.  The latter would lose
48661         with 8-bit delimiters.
48662         * lib/getstr.h: New file.
48663
48664 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48665
48666         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
48667         than 1024, return a memory chunk of least possible size, instead
48668         of size PATH_MAX + 2. In the loop, increment the size proportionally.
48669         Use free/xmalloc instead of xrealloc to avoid copying for very long
48670         paths.
48671
48672 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48673
48674         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
48675         the empty string.
48676
48677 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48678
48679         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
48680         address, not strdup.  Include <stdlib.h> and don't declare free().
48681
48682 2000-06-19  Jim Meyering  <meyering@lucent.com>
48683
48684         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
48685
48686 2000-06-18  Jim Meyering  <meyering@lucent.com>
48687
48688         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
48689
48690         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
48691         `checking whether...' message to be consistent with that of the
48692         lstat test.
48693
48694 2000-06-18  Jim Meyering  <meyering@lucent.com>
48695
48696         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
48697         Besides, these days every porting target provides a mkdir function.
48698
48699         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
48700         needed. (this snippet comes from src/system.h).
48701
48702 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
48703
48704         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
48705
48706 2000-06-15  Paul Eggert  <eggert@twinsun.com>
48707
48708         * lib/human.c (adjust_value): New function.
48709         (human_readable_inexact): Apply rounding style even when
48710         printing approximate values.
48711
48712 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48713
48714         * lib/human.c (human_readable_inexact): Allow an input block
48715         size that is not a multiple of the output block size, and vice versa.
48716         Reported by Piergiorgio Sartor.
48717
48718 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48719
48720         * lib/getdate.y (get_date): Apply relative times after time
48721         zone indicator, not before.  Reported by Todd A. Jacobs.
48722
48723 2000-06-13  Jim Meyering  <meyering@lucent.com>
48724
48725         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
48726
48727         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
48728
48729 2000-06-12  Paul Eggert  <eggert@twinsun.com>
48730
48731         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
48732
48733 2000-06-12  Jim Meyering  <meyering@lucent.com>
48734
48735         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
48736         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
48737         optional argument.
48738         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
48739         the optional argument, `lib'.
48740
48741 2000-06-08  Jim Meyering  <meyering@lucent.com>
48742
48743         * m4/largefile.m4: Remove file (now that it's part of autoconf).
48744
48745 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48746
48747         Rewrite largefile configuration so that we don't need to run
48748         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
48749         AC_CANONICAL_HOST in configure.in -- jmm]
48750
48751         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
48752         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
48753         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
48754         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
48755         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
48756         All uses changed.
48757         Instead of inspecting the output of getconf, try to compile the
48758         test program without and with the macro definition.
48759         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
48760         for getconf.  Instead, check for the needed flags by compiling
48761         test programs.
48762
48763 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48764
48765         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
48766
48767 2000-06-04  Jim Meyering  <meyering@lucent.com>
48768
48769         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
48770         SunOS 4.1.4 for which gid_t is an unsigned type.
48771
48772 2000-06-03  Jim Meyering  <meyering@lucent.com>
48773
48774         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
48775         now that autoconf requires that.
48776
48777         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
48778         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
48779         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
48780
48781 2000-06-03  Jim Meyering  <meyering@lucent.com>
48782
48783         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
48784
48785 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48786
48787         * m4/glibc21.m4: New file.
48788         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
48789
48790 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48791
48792         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
48793         newer, don't install charset.alias.
48794         * lib/config.charset: Change the Linux/glibc rules so they become empty
48795         on glibc-2.1 or newer.
48796
48797 2000-06-02  Jim Meyering  <meyering@lucent.com>
48798
48799         * lib/mountlist.c: Back out last change.  Instead, do this...
48800         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
48801         me_dummy member using the same `ignore'-testing code.
48802         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
48803         fs_type strings.
48804         From Mark D. Roth.
48805
48806 2000-05-29  Jim Meyering  <meyering@lucent.com>
48807
48808         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
48809         mounts with the `ignore' attribute.  Based on a patch from
48810         Mark D. Roth.
48811
48812 2000-05-28  Jim Meyering  <meyering@lucent.com>
48813
48814         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
48815         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48816         * m4/stat.m4: Likewise.
48817         * m4/lstat.m4: Likewise.
48818         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
48819
48820         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
48821         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
48822
48823 2000-05-26  Jim Meyering  <meyering@lucent.com>
48824
48825         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
48826
48827 2000-05-24  Jim Meyering  <meyering@lucent.com>
48828
48829         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
48830         autoconf requires that.
48831         * m4/lib-check.m4: Likewise.
48832         * m4/jm-macros.m4: Likewise.
48833         * m4/strftime.m4: Likewise.
48834
48835         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
48836         AC_CHECK_DECLS, now that autoconf requires that.
48837
48838 2000-05-22  Jim Meyering  <meyering@lucent.com>
48839
48840         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48841         * m4/lstat.m4: Likewise.
48842
48843 2000-05-22  Jim Meyering  <meyering@lucent.com>
48844
48845         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
48846
48847 2000-05-20  Jim Meyering  <meyering@lucent.com>
48848
48849         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
48850         (jm_PREREQ): Use it.
48851
48852 2000-05-18  Jim Meyering  <meyering@lucent.com>
48853
48854         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
48855         back, too, since it may have been modified by allocate_entry.
48856         (hash_delete): Rewrite to use neither the assignment operator
48857         nor the comma operator in an if-expression.
48858
48859 2000-05-15  Paul Eggert  <eggert@twinsun.com>
48860
48861         * lib/closeout.c:
48862         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
48863         Remove; no longer needed.
48864         "quotearg.h": Add include.
48865         (file_name): Do not bother to explicitly initialize to NULL; it's less
48866         efficient on some hosts.
48867         (close_stdout_status): Remove test as to whether stdout was already
48868         closed; it breaks for the case "echo x | sort >&-".
48869         Quote file name colons.
48870         Do not assume that _("write error") lacks format strings.
48871
48872 2000-05-15  Jim Meyering  <meyering@lucent.com>
48873
48874         * lib/version-etc.c (version_etc_copyright): Update the copyright
48875         string used in all --version output.
48876
48877 2000-05-14  Jim Meyering  <meyering@lucent.com>
48878
48879         * lib/closeout.c (close_stdout_set_file_name): New function.
48880         (close_stdout_status): Use new file-scoped global.
48881         Return right away if fstat says the stdout file descriptor is invalid.
48882         * lib/closeout.h (close_stdout_set_file_name): Declare.
48883
48884 2000-05-10  Jim Meyering  <meyering@lucent.com>
48885
48886         * lib/closeout.c [default_exit_status]: New file-scoped variable.
48887         (close_stdout_set_status): New function.
48888         * lib/closeout.h (close_stdout_set_status): Declare.
48889
48890 2000-05-09  Jim Meyering  <meyering@lucent.com>
48891
48892         * m4/gettext.m4: Rename this...
48893         * m4/libintl.m4: ...to this.
48894
48895 2000-05-08  Jim Meyering  <meyering@lucent.com>
48896
48897         * lib/long-options.c: Don't include closeout.h.
48898         (parse_long_options): Don't call close_stdout for --version.
48899
48900 2000-05-06  Paul Eggert  <eggert@twinsun.com>
48901
48902         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
48903         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
48904         2.1.3 bug.  This avoids a clash when files like regex.c define
48905         _GNU_SOURCE.
48906
48907 2000-05-06  Jim Meyering  <meyering@lucent.com>
48908
48909         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
48910         (AC_REPLACE_FUNCS): Add strnlen.
48911
48912         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
48913         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
48914
48915         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
48916         AC_SEARCH_LIBS call for nanosleep.
48917         (LIB_NANOSLEEP): Set and AC_SUBST.
48918
48919 2000-05-06  Jim Meyering  <meyering@lucent.com>
48920
48921         * lib/strnlen.c: Undefine __strnlen and strnlen.
48922         [!weak_alias]: Define __strnlen to strnlen.
48923
48924         * lib/atexit.c: New file, from libiberty.
48925
48926 2000-05-06  Jim Meyering  <meyering@lucent.com>
48927
48928         * lib/closeout.c (close_stdout_status): Also check for errors on the
48929         stderr stream.
48930
48931 2000-05-05  Jim Meyering  <meyering@lucent.com>
48932
48933         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
48934         AC_SEARCH_LIBS call for clock_gettime.
48935         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
48936
48937         * m4/search-libs.m4: Update from autoconf.
48938
48939         su doesn't work on Solaris 2.6.
48940         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
48941         <shadow.h>.  Reported by Dragos Harabor.
48942
48943 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
48944
48945         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
48946         memcpy instead of xmalloc, xrealloc, path_concat.
48947         (locale_charset): Treat empty environment variables as absent.
48948         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
48949
48950 2000-05-04  Jim Meyering  <meyering@lucent.com>
48951
48952         * lib/getopt.c: Update from glibc.
48953         * lib/obstack.c: Likewise.
48954         * lib/obstack.h: Likewise.
48955         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
48956         file
48957
48958         * lib/regex.h: Likewise.
48959         * lib/strndup.c: Likewise.
48960         * lib/strnlen.c: New file, from glibc.
48961
48962 2000-05-03  Jim Meyering  <meyering@lucent.com>
48963
48964         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
48965
48966 2000-05-02  Paul Eggert  <eggert@twinsun.com>
48967
48968         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
48969         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
48970         compile-time test, rather than inspecting host and OS, to
48971         decide whether to define _LARGEFILE_SOURCE.
48972
48973 2000-05-01  Jim Meyering  <meyering@lucent.com>
48974
48975         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
48976
48977         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
48978         Based on a patch from Bruno Haible.
48979
48980 2000-05-01  Jim Meyering  <meyering@lucent.com>
48981
48982         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
48983
48984 2000-04-29  Jim Meyering  <meyering@lucent.com>
48985
48986         * lib/path-concat.c: Declare strdup only if it's not defined.
48987         * lib/canon-host.c: Likewise.
48988
48989 2000-04-28  Jim Meyering  <meyering@lucent.com>
48990
48991         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
48992         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
48993         is included first, then limits.h is included by locale.h by libintl.h.
48994         From John David Anglin.
48995
48996 2000-04-25  Jim Meyering  <meyering@lucent.com>
48997
48998         * lib/makepath.c (S_IRWXUGO): Define.
48999         (make_path): Always perform explicit chmod if MODE specifies any
49000         of the `special' permission bits.  Prompted by a bug report against
49001         install from Mate Wierdl and Joost van Baal.
49002
49003 2000-04-18  Jim Meyering  <meyering@lucent.com>
49004
49005         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
49006         (jm_PREREQ): Use it.
49007
49008 2000-04-18  Jim Meyering  <meyering@lucent.com>
49009
49010         * lib/README: New file.
49011
49012         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
49013         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
49014
49015 2000-04-17  Jim Meyering  <meyering@lucent.com>
49016
49017         Get it right :-)
49018         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
49019         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
49020         Suggestion from Akim Demaille.
49021
49022 2000-04-17  Jim Meyering  <meyering@lucent.com>
49023
49024         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
49025         the definition of it to rpl_strftime also defined-away the system's
49026         declaration.
49027
49028 2000-04-15  Jim Meyering  <meyering@lucent.com>
49029
49030         Use `C' to denote so-called `contiguous' files, the same way
49031         that tar does.
49032         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
49033         (ftypelet): Use S_ISCTG.
49034         From Michael Deutschmann.
49035
49036 2000-04-14  Jim Meyering  <meyering@lucent.com>
49037
49038         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
49039         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
49040         clobbered.
49041
49042 2000-04-14  Jim Meyering  <meyering@lucent.com>
49043
49044         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
49045
49046 2000-04-13  Jim Meyering  <meyering@lucent.com>
49047
49048         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
49049         AH_VERBATIM to insert required #ifndef into config.h.in.
49050         Suggestion from Akim Demaille.
49051
49052 2000-04-12  Jim Meyering  <meyering@lucent.com>
49053
49054         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
49055         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
49056         Christian Krackowizer.
49057
49058         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
49059         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
49060         (AC_SYS_LARGEFILE): Require.
49061         (AM_C_PROTOTYPES): Require.
49062
49063 2000-04-08  Jim Meyering  <meyering@lucent.com>
49064
49065         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
49066         names don't conflict.  Reported by Eli Zaretskii.
49067
49068 2000-04-07  Jim Meyering  <meyering@lucent.com>
49069
49070         * lib/putenv.c: Move inclusion of errno.h so it follows that of
49071         sys/types.h, to work around system header problems on AIX 3.2.5.
49072         From Bruno Haible.
49073
49074 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
49075
49076         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
49077         bug.  Deal with the different error behavior of Irix iconv.
49078
49079 2000-04-05  Paul Eggert  <eggert@twinsun.com>
49080
49081         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
49082         IRIX if the installer said otherwise.
49083
49084 2000-04-05  Jim Meyering  <meyering@lucent.com>
49085
49086         Portability tweaks required for ultrix4.3.
49087         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49088         (jm_CHECK_DECLS): Add getutent to the list of functions.
49089         (_jm_DECL_HEADERS): Add utmpx.h.
49090         From John David Anglin.
49091
49092         * m4/strftime.m4: Back out the 2000-04-02 change.
49093         Instead of that change, simply undefine putenv in the test program.
49094
49095 2000-04-05  Jim Meyering  <meyering@lucent.com>
49096
49097         Portability tweaks required for ultrix4.3.
49098         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
49099         getutent.
49100         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
49101         * lib/canon-host.c: Declare strdup.
49102         * lib/path-concat.c: Likewise.
49103         From John David Anglin.
49104
49105 2000-04-04  Jim Meyering  <meyering@lucent.com>
49106
49107         Be more DOS 8.3-friendly.
49108         * lib/ref-add.sin: Renamed from ref-add.sed.in.
49109         * lib/ref-del.sin: Renamed from ref-del.sed.in.
49110         * lib/Makefile.am: Reflect renaming.
49111         Reported by Eli Zaretskii.
49112
49113         Use a temporary file name that won't clash with `charset.alias'
49114         in the DOS 8.3 name space.
49115         * lib/Makefile.am (charset_tmp): Define.
49116         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
49117         (uninstall-local): Likewise.
49118         Reported by Eli Zaretskii.
49119
49120 2000-04-03  Jim Meyering  <meyering@lucent.com>
49121
49122         * m4/gettext.m4: Fix typo in comment.
49123
49124         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
49125         textutils/configure.in).  Suggestion from Paul Eggert.
49126         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
49127
49128 2000-04-02  Paul Eggert  <eggert@twinsun.com>
49129
49130         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
49131         variable in the shell rather than using putenv, which isn't
49132         portable.  This avoids the configure-time inter-test dependency
49133         on the potentially-renamed putenv function.
49134
49135 2000-03-30  Paul Eggert  <eggert@twinsun.com>
49136
49137         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
49138         before checking struct stat.st_blksize, so that
49139         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
49140
49141 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49142
49143         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
49144         since strftime.c uses HAVE_STRFTIME to decide whether to use
49145         the underlying strftime.
49146
49147 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49148
49149         * lib/time/strftime.c (my_strftime): Make sure we call the system
49150         strftime, not ourselves, when invoking the underlying strftime.
49151
49152 2000-03-24  Jim Meyering  <meyering@lucent.com>
49153
49154         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
49155         (charset_alias): Define.
49156         (install-exec-local): Factor out common code.
49157         (uninstall-local): Split lines longer than 80.
49158         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
49159         (SUFFIXES): Define.
49160         (.sed.in.sed): New rule.  Don't redirect directly to $@.
49161         (CLEANFILES): Add ref-add.sed and ref-del.sed.
49162
49163 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
49164
49165         * lib/config.charset: Output a line containing "Packages using this
49166         file".
49167         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
49168         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
49169         ref-del.sed): New rules.
49170
49171 2000-03-17  Jim Meyering  <meyering@lucent.com>
49172
49173         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
49174         Otherwise, include <strings.h>
49175
49176 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
49177
49178         * lib/unicodeio.c (utf8_wctomb): New function.
49179         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
49180         format instead of in UCS-4 with platform dependent endianness.
49181
49182 2000-03-10  Jim Meyering  <meyering@lucent.com>
49183
49184         * m4/lib-check.m4: Look for getspnam in -lgen, too.
49185         From Marco Franzen.
49186
49187 2000-03-07  Paul Eggert  <eggert@twinsun.com>
49188
49189         * lib/savedir.c (savedir): Work even if directory size is
49190         negative; this can happen with some screwy NFS configurations.
49191
49192 2000-03-06  Jim Meyering  <meyering@lucent.com>
49193
49194         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
49195         if it's NULL (because we ran out of memory).  From Bruno Haible.
49196
49197 2000-03-05  Jim Meyering  <meyering@lucent.com>
49198
49199         * lib/localcharset.c ("path-concat.h"): Include.
49200         (get_charset_aliases): Use path_concat instead of ANSI string
49201         concatenation.
49202
49203         * lib/unicodeio.h (PARAMS): Define.
49204         Use it to guard prototype.
49205
49206 2000-03-04  Jim Meyering  <meyering@lucent.com>
49207
49208         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
49209         for lib/localcharset.c.
49210
49211 2000-03-04  Jim Meyering  <meyering@lucent.com>
49212
49213         * lib/Makefile.am (install-exec-local): Create $(libdir) before
49214         installing into it.
49215         (uninstall-local): Uncomment this rule so `make distcheck' works
49216         once again.
49217
49218         * lib/unicodeio.c (<errno.h>): Include it.
49219         (errno): Declare if not defined.
49220
49221         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
49222
49223         * lib/config.charset: New version, incorporating remarks from a linux
49224         i18n mailing list.  From Bruno Haible.
49225
49226 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
49227
49228         * m4/codeset.m4: New file.
49229         * m4/iconv.m4: New file.
49230         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
49231
49232 2000-03-03  Jim Meyering  <meyering@lucent.com>
49233
49234         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
49235
49236 2000-03-02  Jim Meyering  <meyering@lucent.com>
49237
49238         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
49239         the messages come out on separate lines.
49240
49241         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
49242         rather than jm_CHECK_DECLARATIONS.
49243         * m4/decl.m4: Remove now-unused file.
49244
49245         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
49246         geteuid.
49247
49248 2000-03-02  Jim Meyering  <meyering@lucent.com>
49249
49250         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
49251
49252 2000-03-01  Jim Meyering  <meyering@lucent.com>
49253
49254         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
49255         * lib/unicodeio.c: Likewise.
49256
49257 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
49258
49259         * lib/config.charset: New file.
49260         * lib/localcharset.c: New file.
49261         * lib/unicodeio.h, lib/unicodeio.c: New files.
49262         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
49263         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
49264         (noinst_HEADERS): Add unicodeio.h.
49265         (all-local, install-exec-local, charset.alias): New targets.
49266
49267 2000-02-28  Paul Eggert  <eggert@twinsun.com>
49268
49269         * lib/quotearg.c (ALERT_CHAR): New macro.
49270         (quotearg_buffer_restyled): Use it.
49271
49272 2000-02-27  Jim Meyering  <meyering@lucent.com>
49273
49274         * m4/check-decl.m4: Add getenv to the list.
49275
49276 2000-02-27  Jim Meyering  <meyering@lucent.com>
49277
49278         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
49279         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
49280
49281         * lib/backupfile.c: Guard inclusion of stdlib.h with
49282         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
49283         Declare malloc if needed.
49284
49285         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
49286         `#ifndef HAVE_DECL..'
49287         now that autoconf always defines the HAVE_DECL_ symbols.
49288         * lib/human.c: Likewise.
49289         * lib/same.c: Likewise.
49290         * lib/strtoumax.c: Likewise.
49291
49292         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
49293         declaration check was not run.
49294         * lib/hash.c: Likewise.
49295         * lib/human.c: Likewise.
49296         * lib/same.c: Likewise.
49297         * lib/strtoumax.c: Likewise.
49298
49299         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
49300         `.', then first look up the entire `.'-containing string as a login
49301         name.
49302
49303 2000-02-23  Jim Meyering  <meyering@lucent.com>
49304
49305         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
49306         in place of my hack.
49307
49308 2000-02-18  Paul Eggert  <eggert@twinsun.com>
49309
49310         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
49311         (textint): New typedef.
49312         (parser_control): Member year changed from int to textint.
49313         All uses changed.
49314         (YYSTYPE): Removed; replaced by %union with int and textint members.
49315         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
49316         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
49317         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
49318         (tSNUMBER, tUNUMBER): Now of type <textintval>.
49319         (date, number, to_year): Use width of number in digits, not its value,
49320         to determine whether it's a 2-digit year, or a 2-digit time.
49321         (yylex): Store number of digits of numeric tokens.
49322         Reported by John Kendall.
49323
49324         (parser_control): Changed from struct parser_control to typedef (for
49325         consistency).  All uses changed.
49326
49327         (tID): Removed; not used.
49328         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49329
49330 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49331
49332         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49333         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49334
49335 2000-02-12  Jim Meyering  <meyering@lucent.com>
49336
49337         * lib/userspec.c (ISDIGIT): Define it.
49338         (isdigit): Remove definition.
49339         (is_number): Use ISDIGIT, not isdigit.
49340         <libintl.h>: Include.
49341         (_ and N_): Define.
49342         (parse_user_spec): Mark translatable strings.
49343
49344 2000-02-10  Jim Meyering  <meyering@lucent.com>
49345
49346         With these changes, nanosleep.[ch] are finally enough like the other
49347         lib/* replacement files to compile on a few more losing systems.
49348
49349         * lib/nanosleep.h: Don't include config.h.
49350         Remove prototype from declaration of nanosleep.
49351         (PARAMS): Remove now-unneeded definition.
49352         * lib/nanosleep.c: #undef nanosleep.
49353         (rpl_nanosleep): Rename from nanosleep.
49354
49355 2000-02-10  Jim Meyering  <meyering@lucent.com>
49356
49357         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49358         gnu_nanosleep to rpl_nanosleep.
49359
49360 2000-02-09  Jim Meyering  <meyering@lucent.com>
49361
49362         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49363         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49364
49365 2000-02-08  Akim Demaille  <akim@epita.fr>
49366
49367         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49368         `[' and `]' and remove uses of `changequote'.
49369         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49370         (AC_SYS_LARGEFILE): Likewise.
49371         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49372         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49373         of changequote.
49374         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49375         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49376         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49377         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49378
49379 2000-02-05  Jim Meyering  <meyering@lucent.com>
49380
49381         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49382         Remove explicit use of AC_HEADER_TIME.  It is required by
49383         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49384         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49385         in autoconf whereby the expansion of the latter ended up preceding
49386         the expansion of its prerequisite, AC_HEADER_TIME.
49387         Reported by Volker Borchert.
49388
49389 2000-02-03  Jim Meyering  <meyering@lucent.com>
49390
49391         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49392
49393 2000-02-03  Jim Meyering  <meyering@lucent.com>
49394
49395         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49396         rather than with `#if HAVE_UTMPNAME'.
49397
49398 2000-02-02  Jim Meyering  <meyering@lucent.com>
49399
49400         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49401         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49402         Reported by Eli Zaretskii.
49403
49404 2000-02-01  Jim Meyering  <meyering@lucent.com>
49405
49406         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49407
49408 2000-01-31  Jim Meyering  <meyering@lucent.com>
49409
49410         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49411         functions.  Add the time.h and sys/time.h headers along with the
49412         AC_REQUIRE'ment of AC_HEADER_TIME.
49413
49414 2000-01-31  Jim Meyering  <meyering@lucent.com>
49415
49416         * lib/nanosleep.h (nanosleep): Guard declaration with
49417         `#if ! HAVE_DECL_NANOSLEEP'.
49418         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
49419         the declaration in that vendor's sys/timers.h.
49420         Reported by Christian Krackowizer.
49421
49422         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
49423         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
49424         (ISPRINT): Likewise.
49425         Reported by Tom Tromey.
49426
49427 2000-01-30  Jim Meyering  <meyering@lucent.com>
49428
49429         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
49430
49431         * m4/prereq.m4 (utmp_includes): Define.
49432         Check for ut_user and ut_name members in both struct utmpx
49433         and struct utmp.
49434
49435 2000-01-30  Jim Meyering  <meyering@lucent.com>
49436
49437         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
49438         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
49439         header files where only utmpx.ut_user is declared.
49440
49441         * lib/readutmp.h (UT_USER): Define.
49442
49443 2000-01-29  Jim Meyering  <meyering@lucent.com>
49444
49445         * m4/lib-check.m4: New file containing library-related checks from
49446         fileutils and sh-utils (textutils had none).
49447
49448 2000-01-28  Jim Meyering  <meyering@lucent.com>
49449
49450         * m4/perl.m4: Change format of warning message to look more like that
49451         from the missing script.  Suggestion from François Pinard.
49452
49453 2000-01-25  Jim Meyering  <meyering@lucent.com>
49454
49455         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
49456         well as time.h in the compile check.
49457         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
49458         Fix typo in cross-compiling case: s/yes/no/.
49459
49460 2000-01-23  Jim Meyering  <meyering@lucent.com>
49461
49462         * m4/jm-macros.m4: Move df-related tests here from
49463         fileutils/configure.in
49464
49465         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
49466         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
49467
49468         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
49469         s/space/ac_fsusage_space/.
49470         (jm_FILE_SYSTEM_USAGE): Take two parameters.
49471
49472         * m4/ftruncate.m4: New file (derived from part of
49473         fileutils/configure.in).
49474         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
49475         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
49476
49477         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
49478         AC_SUBST these here, rather than just in sh-util/configure.in, so
49479         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
49480         all the same.
49481         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
49482         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
49483         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
49484         (AC_SUBST(POW_LIBM)): Likewise.
49485         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
49486
49487 2000-01-23  Jim Meyering  <meyering@lucent.com>
49488
49489         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
49490         obstack.c.
49491
49492 2000-01-22  Jim Meyering  <meyering@lucent.com>
49493
49494         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
49495
49496         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
49497
49498         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
49499         configure.in
49500         (AC_CHECK_HEADERS): Likewise for sh-utils.
49501         (AC_CHECK_HEADERS): Likewise for textutils.
49502         Merge the three lists of headers.
49503
49504         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
49505         from fileutils' configure.in.
49506
49507         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
49508         code. Moved tests into their own function (_jm_DECL_HEADERS) in
49509         check-decl.m4.
49510
49511         * m4/check-decl.m4: Use #if rather than #ifdef.
49512         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
49513         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
49514         (_jm_DECL_HEADERS): Define new function.
49515         (jm_CHECK_DECLARATIONS): Require it.
49516
49517 2000-01-22  Jim Meyering  <meyering@lucent.com>
49518
49519         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
49520         [! HAVE_DECL_STRTOULL]: Declare strtoull.
49521         Required for some AIX systems.  Reported by Christian Krackowizer.
49522         [TESTING] (main): New function.
49523
49524         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
49525         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
49526         letters.
49527
49528         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
49529         iswprint.
49530
49531         * lib/strverscmp.c (ISDIGIT): Define.
49532         (strverscmp): Use ISDIGIT, not isdigit.
49533
49534 2000-01-19  Jim Meyering  <meyering@lucent.com>
49535
49536         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
49537         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
49538         defines `struct timespec' in <sys/time.h>
49539
49540         * m4/c-bs-a.m4: Remove uses of changequote altogether.
49541         Thanks to Akim for explaining.
49542
49543 2000-01-17  Paul Eggert  <eggert@twinsun.com>
49544
49545         * lib/nanosleep.c (nanosleep):
49546         Don't use SA_INTERRUPT to decide whether to call sigaction, as
49547         POSIX.1 doesn't require SA_INTERRUPT and some systems
49548         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
49549         it's been part of POSIX.1 since day 1 (in 1988).
49550
49551 2000-01-17  Jim Meyering  <meyering@lucent.com>
49552
49553         * lib/interlock: Remove unused file.  Reported by François Pinard.
49554
49555 2000-01-16  Paul Eggert  <eggert@twinsun.com>
49556
49557         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
49558         alert, backslash, formfeed, and vertical tab unnecessarily in
49559         shell quoting style.
49560
49561 2000-01-16  Jim Meyering  <meyering@lucent.com>
49562
49563         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
49564         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
49565         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
49566         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
49567
49568 2000-01-16  Jim Meyering  <meyering@lucent.com>
49569
49570         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
49571         because the latter didn't work.
49572
49573 2000-01-15  Jim Meyering  <meyering@lucent.com>
49574
49575         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
49576         (AC_REPLACE_FUNCS): Add memcpy and memset.
49577         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
49578         Add strpbrk.
49579         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
49580
49581 2000-01-12  Jim Meyering  <meyering@lucent.com>
49582
49583         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
49584         (jm_PREREQ): Use it.
49585         (jm_PREREQ_READUTMP): New macro.
49586         (jm_PREREQ): Use it.
49587
49588 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49589
49590         Quote multibyte characters correctly.
49591         * m4/c-bs-a.m4: New file.
49592         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
49593         (jm_PREREQ): Use it.
49594
49595 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49596
49597         * m4/uintmax_t.m4: Port to autoconf 2.13.
49598
49599 2000-01-08  Jim Meyering  <meyering@ascend.com>
49600
49601         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
49602         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
49603
49604 2000-01-04  Jim Meyering  <meyering@ascend.com>
49605
49606         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
49607         jm_STRUCT_DIRENT_D_TYPE.
49608         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
49609         jm_STRUCT_DIRENT_D_INO.
49610         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
49611         jm_STRUCT_UTIMBUF.
49612         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
49613         renamings.
49614         * m4/utime.m4: Likewise.
49615
49616         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
49617         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
49618
49619 2000-01-03  Paul Eggert  <eggert@twinsun.com>
49620
49621         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
49622         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
49623
49624 2000-01-02  Jim Meyering  <meyering@ascend.com>
49625
49626         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
49627         remember if this is necessary.
49628
49629 1999-12-26  Jim Meyering  <meyering@ascend.com>
49630
49631         * m4/jm-macros.m4: Use it here.
49632         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
49633
49634 1999-12-23  Jim Meyering  <meyering@ascend.com>
49635
49636         * m4/jm-macros.m4: Check for clock_gettime (moved from
49637         fileutils/configure.in)
49638         Check for gettimeofday.
49639
49640 1999-12-20  Jim Meyering  <meyering@ascend.com>
49641
49642         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
49643         autoconf-2.14a-1999-12-20.
49644
49645 1999-12-19  Jim Meyering  <meyering@ascend.com>
49646
49647         * m4/lstat-slash.m4: New file.
49648         * m4/jm-macros.m4: Use the new macro:
49649         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49650
49651 1999-12-07  Jim Meyering  <meyering@ascend.com>
49652
49653         * m4/perl.m4: Require that File::Compare be available, too.
49654         Too many systems seem to lack it.
49655
49656         * m4/strftime.m4: Add checks for most of the cpp macros tested in
49657         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
49658
49659 1999-11-18  Paul Eggert  <eggert@twinsun.com>
49660
49661         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
49662         problem with the QNX 4.25 shell, which doesn't propagate exit
49663         status of failed commands inside shell assignments.
49664
49665 1999-11-17  Jim Meyering  <meyering@ascend.com>
49666
49667         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
49668
49669 1999-11-07  Jim Meyering  <meyering@ascend.com>
49670
49671         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
49672
49673 1999-11-06  Jim Meyering  <meyering@ascend.com>
49674
49675         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
49676         * m4/jm-macros.m4 (jm_MACROS): Use it here.
49677
49678 1999-11-05  Jim Meyering  <meyering@ascend.com>
49679
49680         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
49681         configure.in of textutils, fileutils, and sh-utils into this one
49682         (shared between those packages) file.
49683         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
49684         AC_STRUCT_ST_BLKSIZE.
49685
49686 1999-11-03  Jim Meyering  <meyering@ascend.com>
49687
49688         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
49689         of AC_CHECK_TYPE checks includes unistd.h.
49690         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
49691         Suggestion from Akim Demaille.
49692
49693 1999-10-30  Jim Meyering  <meyering@ascend.com>
49694
49695         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
49696         m4-quoted string.
49697         * m4/ls-mntd-fs.m4: Likewise.
49698         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
49699         * m4/jm-winsz1.m4: Likewise.
49700
49701         * m4/const.m4: Remove file, since the fix made it into the experimental
49702         version of autoconf.
49703         * m4/mktime.m4: Likewise.
49704
49705         * m4/check-type.m4: Remove file, now that the latest version of
49706         AC_CHECK_TYPE takes a third arg to specify additional #includes.
49707
49708         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
49709         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
49710         AC_CHECK_TYPE.
49711
49712 1999-10-04  Jim Meyering  <meyering@ascend.com>
49713
49714         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
49715
49716 1999-09-22  Paul Eggert  <eggert@twinsun.com>
49717
49718         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
49719         2.95.1 bug with HP-UX 10.20.
49720
49721 1999-09-17  Jim Meyering  <meyering@ascend.com>
49722
49723         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
49724         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
49725         due to missing strdup (against sh-utils-2.0).
49726
49727 1999-08-29  Jim Meyering  <meyering@ascend.com>
49728
49729         * m4/jm-macros.m4: Require jm_BISON.
49730         * m4/bison.m4: New file.
49731
49732 1999-08-17  Paul Eggert  <eggert@twinsun.com>
49733
49734         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
49735         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
49736
49737 1999-08-05  Jim Meyering  <meyering@ascend.com>
49738
49739         * m4/getline.m4: Rename test file from conftestdata to conftest.data
49740         to avoid conflicts with `conftest' on 8+3 filesystems.
49741         Suggestion from Eli Zaretskii.
49742
49743 1999-08-04  Jim Meyering  <meyering@ascend.com>
49744
49745         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
49746         fileutils and sh-utils (textutils's getline test was inadequate).
49747         (AM_FUNC_GETLINE): Run this test.
49748         (AC_CHECK_FUNCS): Check for getdelim.
49749         Reported by Bob Proulx.
49750
49751 1999-08-02  Jim Meyering  <meyering@ascend.com>
49752
49753         * m4/jm-macros.m4: Add a comment.
49754
49755 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49756
49757         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
49758         <inttypes.h> defines strtoumax as a macro (and not as a
49759         function).
49760
49761 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49762
49763         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
49764         that we can shift, multiply and divide unsigned long long
49765         values; Ultrix cc can't do it.
49766
49767 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49768
49769         * m4/mktime.m4: New file, which is a preview of what should appear
49770         in the next public autoconf release.
49771
49772 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49773
49774         * m4/lfs.m4: Remove this file.
49775         * m4/largefile.m4: New file.  It contains the old contents of
49776         lfs.m4, except that all names with prefix AC_LFS have been
49777         changed to use the prefix AC_SYS_LARGEFILE instead, to be
49778         compatible with future autoconf versions.  Also, some minor m4
49779         quoting problems have been fixed.
49780
49781 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49782
49783         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
49784         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
49785         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
49786         and simplify the shell code.
49787
49788 1999-08-01  Jim Meyering  <meyering@ascend.com>
49789
49790         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
49791         m4.
49792
49793 1999-07-20  Jim Meyering  <meyering@ascend.com>
49794
49795         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
49796
49797 1999-07-15  Jim Meyering  <meyering@ascend.com>
49798
49799         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
49800
49801 1999-05-22  Jim Meyering  <meyering@ascend.com>
49802
49803         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
49804
49805 1999-05-20  Jim Meyering  <meyering@ascend.com>
49806
49807         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
49808         Add a colon after each `then' in case $4 is empty.
49809
49810 1999-05-16  Jim Meyering  <meyering@ascend.com>
49811
49812         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
49813
49814 1999-05-10  Jim Meyering  <meyering@ascend.com>
49815
49816         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
49817
49818         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
49819         AC_FUNC_MKTIME.
49820
49821 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
49822
49823         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
49824
49825 1999-05-04  Paul Eggert  <eggert@twinsun.com>
49826
49827         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
49828         not CPPFLAGS, so that linking works correctly in IRIX.
49829
49830 1999-04-30  Paul Eggert  <eggert@twinsun.com>
49831
49832         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
49833
49834 1999-04-20  Paul Eggert  <eggert@twinsun.com>
49835
49836         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
49837         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
49838         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
49839         jm_AC_TYPE_UNSIGNED_LONG_LONG.
49840         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
49841
49842         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
49843
49844 1999-04-20  Jim Meyering  <meyering@ascend.com>
49845
49846         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
49847         AC_REPLACE xstroull if necessary.  From Paul Eggert.
49848         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
49849
49850 1999-04-18  Jim Meyering  <meyering@ascend.com>
49851
49852         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
49853         * m4/jm-macros.m4: Use it.
49854
49855 1999-04-06  Jim Meyering  <meyering@ascend.com>
49856
49857         * m4/strftime.m4: Remove test for %f.
49858
49859 1999-03-29  Jim Meyering  <meyering@ascend.com>
49860
49861         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
49862         superset of the AC_TYPE_* checks in the textutils, fileutils,
49863         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
49864         AC_TYPE_PID_T.
49865
49866 1999-03-28  Jim Meyering  <meyering@ascend.com>
49867
49868         * m4/jm-macros.m4: Define GNU_PACKAGE here.
49869         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
49870         replaced e.g., in the *.sh files of the sh-utils.
49871
49872 1999-03-20  Jim Meyering  <meyering@ascend.com>
49873
49874         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
49875         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
49876         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
49877
49878 1999-03-19  Jim Meyering  <meyering@ascend.com>
49879
49880         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
49881
49882 1999-03-12  Jim Meyering  <meyering@ascend.com>
49883
49884         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
49885
49886 1999-03-07  Jim Meyering  <meyering@ascend.com>
49887
49888         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
49889         declared.
49890
49891 1999-02-17  Jim Meyering  <meyering@ascend.com>
49892
49893         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
49894         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
49895
49896 1999-02-07  Jim Meyering  <meyering@ascend.com>
49897
49898         * m4/group-member.m4: New file -- extracted from sh-utils'
49899         configure.in.
49900
49901         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
49902         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
49903
49904 1999-02-06  Jim Meyering  <meyering@ascend.com>
49905
49906         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
49907         * m4/fnmatch.m4: Likewise.
49908         * m4/getgroups.m4: Likewise.
49909         * m4/lstat.m4: Likewise.
49910         * m4/malloc.m4: Likewise.
49911         * m4/putenv.m4: Likewise.
49912         * m4/realloc.m4: Likewise.
49913         * m4/regex.m4: Likewise.
49914         * m4/stat.m4: Likewise.
49915         * m4/strftime.m4: Likewise.
49916         Suggestion from Alain Magloire.
49917
49918         * m4/chown.m4: Use `.$ac_objext', not `.o'.
49919         * m4/fnmatch.m4: Likewise.
49920         * m4/getgroups.m4: Likewise.
49921         * m4/getline.m4: Likewise.
49922         * m4/lstat.m4: Likewise.
49923         * m4/malloc.m4: Likewise.
49924         * m4/memcmp.m4: Likewise.
49925         * m4/putenv.m4: Likewise.
49926         * m4/realloc.m4: Likewise.
49927         * m4/regex.m4: Likewise.
49928         * m4/stat.m4: Likewise.
49929         * m4/strftime.m4: Likewise.
49930         Suggestion from Alain Magloire.
49931
49932         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
49933         an argument.
49934
49935         * m4/regex.m4: Add a run-time Test for proper operation of
49936         re_compile_pattern.
49937
49938 1999-01-31  Jim Meyering  <meyering@ascend.com>
49939
49940         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
49941
49942 1999-01-30  Jim Meyering  <meyering@ascend.com>
49943
49944         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
49945
49946         * m4/jm-mktime.m4: Make this a wrapper around the official
49947         AM_FUNC_MKTIME rather than my private copy, now that the official one
49948         is up to date.
49949         * m4/mktime.m4: Remove file.
49950
49951         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
49952         * m4/uptime.m4: Likewise.
49953         * m4/uintmax_t.m4: Likewise.
49954
49955 1999-01-28  Jim Meyering  <meyering@ascend.com>
49956
49957         * m4/jm-macros.m4: Use jm_AFS.
49958         * m4/afs.m4: New file (from fileutils' configure.in).
49959
49960         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
49961         * m4/chown.m4: Likewise.
49962         * m4/d-ino.m4: Likewise.
49963         * m4/d-type.m4: Likewise.
49964         * m4/fnmatch.m4: Likewise.
49965         * m4/getgroups.m4: Likewise.
49966         * m4/gettext.m4: Likewise.
49967         * m4/jm-mktime.m4: Likewise.
49968         * m4/jm-winsz2.m4: Likewise.
49969         * m4/lcmessage.m4: Likewise.
49970         * m4/ls-mntd-fs.m4: Likewise.
49971         * m4/malloc.m4: Likewise.
49972         * m4/memcmp.m4: Likewise.
49973         * m4/putenv.m4: Likewise.
49974         * m4/realloc.m4: Likewise.
49975         * m4/st_mtim.m4: Likewise.
49976         * m4/strftime.m4: Likewise.
49977
49978 1999-01-16  Jim Meyering  <meyering@ascend.com>
49979
49980         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
49981         (ARGMATCH_DIE_DECL): Define.
49982
49983 1999-01-12  Jim Meyering  <meyering@ascend.com>
49984
49985         * m4/Makefile.am.in: Rewrite to avoid using fmt.
49986         Reported by Lars Hecking.
49987
49988 1999-01-10  Jim Meyering  <meyering@ascend.com>
49989
49990         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
49991         gross kludge.
49992         * m4/inttypes_h.m4: Likewise.
49993         * m4/lstat.m4: Likewise.
49994         * m4/malloc.m4: Likewise.
49995         * m4/readdir.m4: Likewise.
49996         * m4/realloc.m4: Likewise.
49997         * m4/st_dm_mode.m4: Likewise.
49998         * m4/stat.m4: Likewise.
49999         * m4/utimbuf.m4: Likewise.
50000         * m4/utimes.m4: Likewise.
50001
50002         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
50003         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
50004         comments in config.h.in are meaningful.
50005
50006         * m4/jm-macros.m4: Require autoconf-2.13 here.
50007
50008         * m4/regex.m4: By default, don't use the included regex.c on systems
50009         with glibc 2.  Suggestion from Uli Drepper.
50010
50011 1999-01-02  Jim Meyering  <meyering@ascend.com>
50012
50013         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
50014
50015 1998-12-18  Jim Meyering  <meyering@ascend.com>
50016
50017         * m4/Makefile.am.in (Makefile.am): Simplify rule.
50018         Based on a suggestion from Lars Hecking.
50019
50020 1998-11-16  Paul Eggert  <eggert@twinsun.com>
50021
50022         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
50023
50024 1998-11-16  Jim Meyering  <meyering@ascend.com>
50025
50026         * m4/lfs.m4: Double-quote the `uname...` expression.
50027
50028 1998-11-14  Jim Meyering  <meyering@ascend.com>
50029
50030         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
50031         * m4/stat.m4: Likewise.
50032
50033 1998-11-03  Jim Meyering  <meyering@ascend.com>
50034
50035         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
50036         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
50037
50038 1998-10-18  Jim Meyering  <meyering@ascend.com>
50039
50040         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
50041
50042 1998-10-17  Jim Meyering  <meyering@ascend.com>
50043
50044         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
50045         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
50046         calls for those previously hard-coded headers.  Instead, take a new
50047         parameter.
50048         (jm_CHECK_DECLARATIONS): Reflect interface change.
50049         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
50050         (jm_CHECK_DECL_LOCALTIME_R): New macro.
50051
50052         * m4/mktime.m4: Test for spring-forward gap before long-running test.
50053
50054 1998-10-14  Jim Meyering  <meyering@ascend.com>
50055
50056         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
50057         instead of "TZ=America/Vancouver".  From Paul Eggert.
50058
50059 1998-10-11  Jim Meyering  <meyering@ascend.com>
50060
50061         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
50062         This adds a test for a recently added compatibility fix for mktime.c.
50063         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
50064
50065 1998-09-27  Jim Meyering  <meyering@ascend.com>
50066
50067         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
50068
50069         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
50070         ../configure.in, including a change from Gordon Matzigkeit to allow
50071         cross-compiling for the Hurd.
50072
50073         * m4/glibc.m4: New file/macro to test for the GNU C Library
50074         versions 1 and 2.  From Gordon Matzigkeit.
50075         Indent.
50076
50077 1998-09-21  Jim Meyering  <meyering@ascend.com>
50078
50079         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
50080
50081 1998-08-18  Paul Eggert  <eggert@twinsun.com>
50082
50083         Port nanosecond-resolution times to UnixWare 2.1.2 and
50084         pedantic Solaris 2.6.
50085
50086         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
50087         AC_STRUCT_ST_MTIM.
50088         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
50089         Generate name of ns member, instead of just 1 or undef.
50090         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
50091
50092 1998-08-15  Jim Meyering  <meyering@ascend.com>
50093
50094         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
50095         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
50096         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
50097         instead of jm_TYPE_SSIZE_T.
50098
50099 1998-08-12  Jim Meyering  <meyering@ascend.com>
50100
50101         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
50102
50103 1998-08-02  Jim Meyering  <meyering@ascend.com>
50104
50105         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
50106         in acconfig.h manually.
50107
50108 1998-07-31  Paul Eggert  <eggert@twinsun.com>
50109
50110         * m4/st_mtim.m4: New file.
50111
50112 1998-07-28  Jim Meyering  <meyering@ascend.com>
50113
50114         * m4/utimes.m4: Undef stat.
50115
50116 1998-07-25  Jim Meyering  <meyering@ascend.com>
50117
50118         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
50119         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
50120
50121 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
50122
50123         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
50124         uid and gid actually remain unchanged.
50125
50126 1998-07-07  Jim Meyering  <meyering@ascend.com>
50127
50128         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
50129
50130 1998-07-04  Jim Meyering  <meyering@ascend.com>
50131
50132         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
50133         to prove that this macro can be used in packages without regex.c.
50134
50135 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
50136
50137         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
50138         is to be used.
50139
50140 1998-07-03  Jim Meyering  <meyering@ascend.com>
50141
50142         * m4/gettext.m4: Add -lintl if it's found to be necessary.
50143
50144         * m4/gettext.m4: New file -- from gettext-0.10.35.
50145         * m4/lcmessage.m4: Likewise.
50146         * m4/progtest.m4: Likewise.
50147
50148         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
50149         * m4/jm-macros.m4: Require the new macro.
50150
50151 1998-06-29  Jim Meyering  <meyering@ascend.com>
50152
50153         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
50154         for the definition of NGROUPS (used in a system header included
50155         by sys/mount.h).
50156
50157 1998-06-28  Jim Meyering  <meyering@ascend.com>
50158
50159         * m4/ls-mntd-fs.m4: New file.
50160         * m4/fstypename.m4: New file.
50161
50162         * m4/jm-macros.m4: Require the new macro.
50163         * m4/jm-glibc-io.m4: New file.
50164
50165 1998-05-19  Jim Meyering  <meyering@ascend.com>
50166
50167         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
50168         * m4/lchown.m4: New file.
50169
50170         * m4/Makefile.am.in: New file.
50171         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
50172
50173 1998-05-14  Jim Meyering  <meyering@ascend.com>
50174
50175         * m4/Makefile.am (EXTRA_DIST): Add them.
50176         * m4/jm-macros.m4: New file.
50177         * m4/utimbuf.m4: New file.
50178
50179 1998-05-12  Jim Meyering  <meyering@ascend.com>
50180
50181         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
50182
50183 1998-05-11  Jim Meyering  <meyering@ascend.com>
50184
50185         * m4/isc-posix.m4: New file.
50186
50187 1998-05-10  Jim Meyering  <meyering@ascend.com>
50188
50189         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
50190
50191 1998-05-09  Jim Meyering  <meyering@ascend.com>
50192
50193         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
50194         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
50195         with automake.
50196
50197         * m4/ssize_t.m4: New file.
50198         * m4/mktime.m4: Remove file -- the new automake has this now.
50199
50200 1998-04-26  Jim Meyering  <meyering@ascend.com>
50201
50202         * m4/assert.m4: New file.
50203         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
50204
50205 1998-04-05  Jim Meyering  <meyering@ascend.com>
50206
50207         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
50208         (jm_PREREQ): Use it here.
50209
50210 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
50211
50212         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
50213         in acconfig.h.
50214
50215 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
50216
50217         * m4/prereq.m4: New file.
50218         * m4/error.m4: New file.
50219         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
50220
50221 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
50222
50223         * m4/getline.m4: Don't set am_cv_func_working_getline before the
50224         cache-check for the same variable -- that defeated the purpose of
50225         the test; the test program was never run.  This was a problem only
50226         on systems with losing getline functions -- HP-UX 10.20 is one.
50227         Reported by Bjorn Helgaas.
50228
50229 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
50230
50231         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
50232
50233 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
50234
50235         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
50236
50237         * m4/const.m4: New file.  Use an initializer in this declaration
50238         typedef int charset[2]; const charset x;
50239         Reported by Bob Glickstein.
50240
50241 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
50242
50243         * m4/chown.m4: Fix reversed types on -1 args to chown.
50244         From Kaveh Ghazi.
50245
50246 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
50247
50248         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
50249         Add lseek and memchr.
50250
50251         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
50252         T.E.Dickey <dickey@clark.net> said that some older preprocessors
50253         have a 20-character limit on names.
50254
50255 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
50256
50257         * m4/inttypes_h.m4: New file.
50258         * m4/uintmax_t.m4: New file.
50259         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
50260
50261
50262         -----
50263
50264         Local Variables:
50265         coding: utf-8
50266         End:
50267
50268         Copyright (C) 1997-2009 Free Software Foundation, Inc.
50269
50270         Copying and distribution of this file, with or without
50271         modification, are permitted provided the copyright notice
50272         and this notice are preserved.