8bb84beb4cd2b052464549eb67992f6fd3da01a5
[gnulib.git] / ChangeLog
1 2009-03-08  Bruno Haible  <bruno@clisp.org>
2
3         Tests for module 'unicase/ulc-casecoll'.
4         * modules/unicase/ulc-casecoll-tests: New file.
5         * tests/unicase/test-ulc-casecoll1.sh: New file.
6         * tests/unicase/test-ulc-casecoll2.sh: New file.
7         * tests/unicase/test-ulc-casecoll.c: New file.
8
9         New module 'unicase/ulc-casecoll'.
10         * lib/unicase.h (ulc_casecoll): New declaration.
11         * lib/unicase/ulc-casecoll.c: New file.
12         * modules/unicase/ulc-casecoll: New file.
13
14         New module 'unicase/ulc-casexfrm'.
15         * lib/unicase.h (ulc_casexfrm): New declaration.
16         * lib/unicase/ulc-casexfrm.c: New file.
17         * modules/unicase/ulc-casexfrm: New file.
18
19 2009-03-09  Bruno Haible  <bruno@clisp.org>
20
21         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
22         invocations.
23
24         * m4/mbscasecmp.m4: Remove file.
25         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
26         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
27
28         * m4/mbscasestr.m4: Remove file.
29         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
30         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
31
32         * m4/mbschr.m4: Remove file.
33         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
34         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
35
36         * m4/mbscspn.m4: Remove file.
37         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
38         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
39
40         * m4/mbslen.m4: Remove file.
41         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
42         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
43
44         * m4/mbsncasecmp.m4: Remove file.
45         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
46         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
47
48         * m4/mbsnlen.m4: Remove file.
49         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
50         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
51
52         * m4/mbspbrk.m4: Remove file.
53         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
54         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
55
56         * m4/mbspcasecmp.m4: Remove file.
57         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
58         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
59
60         * m4/mbsrchr.m4: Remove file.
61         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
62         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
63
64         * m4/mbssep.m4: Remove file.
65         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
66         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
67
68         * m4/mbsspn.m4: Remove file.
69         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
70         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
71
72         * m4/mbsstr.m4: Remove file.
73         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
74         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
75
76         * m4/mbstok_r.m4: Remove file.
77         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
78         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
79
80         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
81
82         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
83         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
84
85         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
86
87 2009-03-08  Bruno Haible  <bruno@clisp.org>
88
89         Tests for module 'unicase/ulc-casecmp'.
90         * modules/unicase/ulc-casecmp-tests: New file.
91         * tests/unicase/test-ulc-casecmp1.sh: New file.
92         * tests/unicase/test-ulc-casecmp2.sh: New file.
93         * tests/unicase/test-ulc-casecmp.c: New file.
94
95         New module 'unicase/ulc-casecmp'.
96         * lib/unicase.h (ulc_casecmp): New declaration.
97         * lib/unicase/ulc-casecmp.c: New file.
98         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
99         'const SRC_UNIT *'.
100         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
101         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
102         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
103         * modules/unicase/ulc-casecmp: New file.
104
105         Tests for module 'unicase/u32-is-cased'.
106         * modules/unicase/u32-is-cased-tests: New file.
107         * tests/unicase/test-u32-is-cased.c: New file.
108
109         Tests for module 'unicase/u16-is-cased'.
110         * modules/unicase/u16-is-cased-tests: New file.
111         * tests/unicase/test-u16-is-cased.c: New file.
112
113         Tests for module 'unicase/u8-is-cased'.
114         * modules/unicase/u8-is-cased-tests: New file.
115         * tests/unicase/test-u8-is-cased.c: New file.
116         * tests/unicase/test-is-cased.h: New file.
117
118         New module 'unicase/u32-is-cased'.
119         * lib/unicase/u32-is-cased.c: New file.
120         * modules/unicase/u32-is-cased: New file.
121
122         New module 'unicase/u16-is-cased'.
123         * lib/unicase/u16-is-cased.c: New file.
124         * modules/unicase/u16-is-cased: New file.
125
126         New module 'unicase/u8-is-cased'.
127         * lib/unicase/u8-is-cased.c: New file.
128         * lib/unicase/u-is-cased.h: New file.
129         * modules/unicase/u8-is-cased: New file.
130
131         Tests for module 'unicase/u32-is-casefolded'.
132         * modules/unicase/u32-is-casefolded-tests: New file.
133         * tests/unicase/test-u32-is-casefolded.c: New file.
134
135         Tests for module 'unicase/u16-is-casefolded'.
136         * modules/unicase/u16-is-casefolded-tests: New file.
137         * tests/unicase/test-u16-is-casefolded.c: New file.
138
139         Tests for module 'unicase/u8-is-casefolded'.
140         * modules/unicase/u8-is-casefolded-tests: New file.
141         * tests/unicase/test-u8-is-casefolded.c: New file.
142         * tests/unicase/test-is-casefolded.h: New file.
143
144         New module 'unicase/u32-is-casefolded'.
145         * lib/unicase/u32-is-casefolded.c: New file.
146         * modules/unicase/u32-is-casefolded: New file.
147
148         New module 'unicase/u16-is-casefolded'.
149         * lib/unicase/u16-is-casefolded.c: New file.
150         * modules/unicase/u16-is-casefolded: New file.
151
152         New module 'unicase/u8-is-casefolded'.
153         * lib/unicase/u8-is-casefolded.c: New file.
154         * modules/unicase/u8-is-casefolded: New file.
155
156         Tests for module 'unicase/u32-is-titlecase'.
157         * modules/unicase/u32-is-titlecase-tests: New file.
158         * tests/unicase/test-u32-is-titlecase.c: New file.
159
160         Tests for module 'unicase/u16-is-titlecase'.
161         * modules/unicase/u16-is-titlecase-tests: New file.
162         * tests/unicase/test-u16-is-titlecase.c: New file.
163
164         Tests for module 'unicase/u8-is-titlecase'.
165         * modules/unicase/u8-is-titlecase-tests: New file.
166         * tests/unicase/test-u8-is-titlecase.c: New file.
167         * tests/unicase/test-is-titlecase.h: New file.
168
169         New module 'unicase/u32-is-titlecase'.
170         * lib/unicase/u32-is-titlecase.c: New file.
171         * modules/unicase/u32-is-titlecase: New file.
172
173         New module 'unicase/u16-is-titlecase'.
174         * lib/unicase/u16-is-titlecase.c: New file.
175         * modules/unicase/u16-is-titlecase: New file.
176
177         New module 'unicase/u8-is-titlecase'.
178         * lib/unicase/u8-is-titlecase.c: New file.
179         * modules/unicase/u8-is-titlecase: New file.
180
181         Tests for module 'unicase/u32-is-lowercase'.
182         * modules/unicase/u32-is-lowercase-tests: New file.
183         * tests/unicase/test-u32-is-lowercase.c: New file.
184
185         Tests for module 'unicase/u16-is-lowercase'.
186         * modules/unicase/u16-is-lowercase-tests: New file.
187         * tests/unicase/test-u16-is-lowercase.c: New file.
188
189         Tests for module 'unicase/u8-is-lowercase'.
190         * modules/unicase/u8-is-lowercase-tests: New file.
191         * tests/unicase/test-u8-is-lowercase.c: New file.
192         * tests/unicase/test-is-lowercase.h: New file.
193
194         New module 'unicase/u32-is-lowercase'.
195         * lib/unicase/u32-is-lowercase.c: New file.
196         * modules/unicase/u32-is-lowercase: New file.
197
198         New module 'unicase/u16-is-lowercase'.
199         * lib/unicase/u16-is-lowercase.c: New file.
200         * modules/unicase/u16-is-lowercase: New file.
201
202         New module 'unicase/u8-is-lowercase'.
203         * lib/unicase/u8-is-lowercase.c: New file.
204         * modules/unicase/u8-is-lowercase: New file.
205
206         Tests for module 'unicase/u32-is-uppercase'.
207         * modules/unicase/u32-is-uppercase-tests: New file.
208         * tests/unicase/test-u32-is-uppercase.c: New file.
209
210         Tests for module 'unicase/u16-is-uppercase'.
211         * modules/unicase/u16-is-uppercase-tests: New file.
212         * tests/unicase/test-u16-is-uppercase.c: New file.
213
214         Tests for module 'unicase/u8-is-uppercase'.
215         * modules/unicase/u8-is-uppercase-tests: New file.
216         * tests/unicase/test-u8-is-uppercase.c: New file.
217         * tests/unicase/test-is-uppercase.h: New file.
218
219         New module 'unicase/u32-is-uppercase'.
220         * lib/unicase/u32-is-uppercase.c: New file.
221         * modules/unicase/u32-is-uppercase: New file.
222
223         New module 'unicase/u16-is-uppercase'.
224         * lib/unicase/u16-is-uppercase.c: New file.
225         * modules/unicase/u16-is-uppercase: New file.
226
227         New module 'unicase/u8-is-uppercase'.
228         * lib/unicase/u8-is-uppercase.c: New file.
229         * modules/unicase/u8-is-uppercase: New file.
230
231         New module 'unicase/u32-is-invariant'.
232         * lib/unicase/u32-is-invariant.c: New file.
233         * modules/unicase/u32-is-invariant: New file.
234
235         New module 'unicase/u16-is-invariant'.
236         * lib/unicase/u16-is-invariant.c: New file.
237         * modules/unicase/u16-is-invariant: New file.
238
239         New module 'unicase/u8-is-invariant'.
240         * lib/unicase/u8-is-invariant.c: New file.
241         * lib/unicase/invariant.h: New file.
242         * lib/unicase/u-is-invariant.h: New file.
243         * modules/unicase/u8-is-invariant: New file.
244
245         Tests for module 'unicase/u32-casecoll'.
246         * modules/unicase/u32-casecoll-tests: New file.
247         * tests/unicase/test-u32-casecoll.c: New file.
248
249         Tests for module 'unicase/u16-casecoll'.
250         * modules/unicase/u16-casecoll-tests: New file.
251         * tests/unicase/test-u16-casecoll.c: New file.
252
253         Tests for module 'unicase/u8-casecoll'.
254         * modules/unicase/u8-casecoll-tests: New file.
255         * tests/unicase/test-u8-casecoll.c: New file.
256
257         New module 'unicase/u32-casecoll'.
258         * lib/unicase/u32-casecoll.c: New file.
259         * modules/unicase/u32-casecoll: New file.
260
261         New module 'unicase/u16-casecoll'.
262         * lib/unicase/u16-casecoll.c: New file.
263         * modules/unicase/u16-casecoll: New file.
264
265         New module 'unicase/u8-casecoll'.
266         * lib/unicase/u8-casecoll.c: New file.
267         * lib/unicase/u-casecoll.h: New file.
268         * modules/unicase/u8-casecoll: New file.
269
270         New module 'unicase/u32-casexfrm'.
271         * lib/unicase/u32-casexfrm.c: New file.
272         * modules/unicase/u32-casexfrm: New file.
273
274         New module 'unicase/u16-casexfrm'.
275         * lib/unicase/u16-casexfrm.c: New file.
276         * modules/unicase/u16-casexfrm: New file.
277
278         New module 'unicase/u8-casexfrm'.
279         * lib/unicase/u8-casexfrm.c: New file.
280         * lib/unicase/u-casexfrm.h: New file.
281         * modules/unicase/u8-casexfrm: New file.
282
283         Tests for module 'unicase/u32-casecmp'.
284         * modules/unicase/u32-casecmp-tests: New file.
285         * tests/unicase/test-u32-casecmp.c: New file.
286
287         Tests for module 'unicase/u16-casecmp'.
288         * modules/unicase/u16-casecmp-tests: New file.
289         * tests/unicase/test-u16-casecmp.c: New file.
290
291         Tests for module 'unicase/u8-casecmp'.
292         * modules/unicase/u8-casecmp-tests: New file.
293         * tests/unicase/test-u8-casecmp.c: New file.
294         * tests/unicase/test-casecmp.h: New file.
295
296         New module 'unicase/u32-casecmp'.
297         * lib/unicase/u32-casecmp.c: New file.
298         * modules/unicase/u32-casecmp: New file.
299
300         New module 'unicase/u16-casecmp'.
301         * lib/unicase/u16-casecmp.c: New file.
302         * modules/unicase/u16-casecmp: New file.
303
304         New module 'unicase/u8-casecmp'.
305         * lib/unicase/u8-casecmp.c: New file.
306         * lib/unicase/u-casecmp.h: New file.
307         * modules/unicase/u8-casecmp: New file.
308
309         Tests for module 'unicase/u32-casefold'.
310         * modules/unicase/u32-casefold-tests: New file.
311         * tests/unicase/test-u32-casefold.c: New file.
312
313         Tests for module 'unicase/u16-casefold'.
314         * modules/unicase/u16-casefold-tests: New file.
315         * tests/unicase/test-u16-casefold.c: New file.
316
317         Tests for module 'unicase/u8-casefold'.
318         * modules/unicase/u8-casefold-tests: New file.
319         * tests/unicase/test-u8-casefold.c: New file.
320
321         New module 'unicase/u32-casefold'.
322         * lib/unicase/u32-casefold.c: New file.
323         * modules/unicase/u32-casefold: New file.
324
325         New module 'unicase/u16-casefold'.
326         * lib/unicase/u16-casefold.c: New file.
327         * modules/unicase/u16-casefold: New file.
328
329         New module 'unicase/u8-casefold'.
330         * lib/unicase/u8-casefold.c: New file.
331         * lib/unicase/u-casefold.h: New file.
332         * modules/unicase/u8-casefold: New file.
333
334         New module 'unicase/tocasefold'.
335         * lib/unicase/casefold.h: New file.
336         * lib/unicase/tocasefold.c: New file.
337         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
338         * modules/unicase/tocasefold: New file.
339
340         Tests for module 'unicase/u32-totitle'.
341         * modules/unicase/u32-totitle-tests: New file.
342         * tests/unicase/test-u32-totitle.c: New file.
343
344         Tests for module 'unicase/u16-totitle'.
345         * modules/unicase/u16-totitle-tests: New file.
346         * tests/unicase/test-u16-totitle.c: New file.
347
348         Tests for module 'unicase/u8-totitle'.
349         * modules/unicase/u8-totitle-tests: New file.
350         * tests/unicase/test-u8-totitle.c: New file.
351
352         New module 'unicase/u32-totitle'.
353         * lib/unicase/u32-totitle.c: New file.
354         * modules/unicase/u32-totitle: New file.
355
356         New module 'unicase/u16-totitle'.
357         * lib/unicase/u16-totitle.c: New file.
358         * modules/unicase/u16-totitle: New file.
359
360         New module 'unicase/u8-totitle'.
361         * lib/unicase/u8-totitle.c: New file.
362         * lib/unicase/u-totitle.h: New file.
363         * modules/unicase/u8-totitle: New file.
364
365         Tests for module 'unicase/u32-tolower'.
366         * modules/unicase/u32-tolower-tests: New file.
367         * tests/unicase/test-u32-tolower.c: New file.
368
369         Tests for module 'unicase/u16-tolower'.
370         * modules/unicase/u16-tolower-tests: New file.
371         * tests/unicase/test-u16-tolower.c: New file.
372
373         Tests for module 'unicase/u8-tolower'.
374         * modules/unicase/u8-tolower-tests: New file.
375         * tests/unicase/test-u8-tolower.c: New file.
376
377         New module 'unicase/u32-tolower'.
378         * lib/unicase/u32-tolower.c: New file.
379         * modules/unicase/u32-tolower: New file.
380
381         New module 'unicase/u16-tolower'.
382         * lib/unicase/u16-tolower.c: New file.
383         * modules/unicase/u16-tolower: New file.
384
385         New module 'unicase/u8-tolower'.
386         * lib/unicase/u8-tolower.c: New file.
387         * modules/unicase/u8-tolower: New file.
388
389         Tests for module 'unicase/u32-toupper'.
390         * modules/unicase/u32-toupper-tests: New file.
391         * tests/unicase/test-u32-toupper.c: New file.
392
393         Tests for module 'unicase/u16-toupper'.
394         * modules/unicase/u16-toupper-tests: New file.
395         * tests/unicase/test-u16-toupper.c: New file.
396
397         Tests for module 'unicase/u8-toupper'.
398         * modules/unicase/u8-toupper-tests: New file.
399         * tests/unicase/test-u8-toupper.c: New file.
400
401         New module 'unicase/u32-toupper'.
402         * lib/unicase/u32-toupper.c: New file.
403         * modules/unicase/u32-toupper: New file.
404
405         New module 'unicase/u16-toupper'.
406         * lib/unicase/u16-toupper.c: New file.
407         * modules/unicase/u16-toupper: New file.
408
409         New module 'unicase/u8-toupper'.
410         * lib/unicase/u8-toupper.c: New file.
411         * modules/unicase/u8-toupper: New file.
412
413         New module 'unicase/u32-casemap'.
414         * lib/unicase/u32-casemap.c: New file.
415         * modules/unicase/u32-casemap: New file.
416
417         New module 'unicase/u16-casemap'.
418         * lib/unicase/u16-casemap.c: New file.
419         * modules/unicase/u16-casemap: New file.
420
421         New module 'unicase/u8-casemap'.
422         * lib/unicase/unicasemap.h: New file.
423         * lib/unicase/u8-casemap.c: New file.
424         * lib/unicase/u-casemap.h: New file.
425         * modules/unicase/u8-casemap: New file.
426
427         New module 'unicase/special-casing'.
428         * lib/unicase/special-casing.h: New file.
429         * lib/unicase/special-casing.c: New file.
430         * lib/unicase/special-casing-table.gperf: New file, generated by
431         gen-uni-tables.c.
432         * modules/unicase/special-casing: New file.
433
434         Tests for module 'unicase/locale-language'.
435         * modules/unicase/locale-language-tests: New file.
436         * tests/unicase/test-locale-language.sh: New file.
437         * tests/unicase/test-locale-language.c: New file.
438
439         New module 'unicase/locale-language'.
440         * lib/unicase/locale-language.c: New file.
441         * lib/unicase/locale-languages.gperf: New file.
442         * modules/unicase/locale-language: New file.
443
444         Generate more tables for case conversion and case folding.
445         * lib/gen-uni-tables.c (SCC_*): New enum items.
446         (struct special_casing_rule): New type.
447         (casing_rules, num_casing_rules, allocated_casing_rules): New
448         variables.
449         (add_casing_rule, fill_casing_rules): New functions.
450         (struct casefold_rule): New type.
451         (casefolding_rules, num_casefolding_rules,
452         allocated_casefolding_rules): New variables.
453         (fill_casefolding_rules): New function.
454         (unicode_casefold): New variable.
455         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
456         sort_casing_rules, output_casing_rules): New functions.
457         (main): Accept to more arguments: SpecialCasing.txt and
458         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
459         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
460         Output mapping for casefolding.
461
462         * lib/unicase.h: Include stdbool.h, uninorm.h.
463         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
464         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
465         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
466         arguments.
467         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
468         resultp arguments.
469         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
470         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
471         resultp arguments.
472         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
473         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
474         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
475         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
476         declarations.
477         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
478
479 2009-03-08  Bruno Haible  <bruno@clisp.org>
480
481         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
482         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
483         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
484         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
485
486 2009-03-07  Bruno Haible  <bruno@clisp.org>
487
488         Adjust u*_normcmp, u*_normcoll API.
489         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
490         u16_normcoll, u32_normcoll): Change failure conventions.
491         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
492         errno and return -1.
493         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
494
495 2009-03-07  Bruno Haible  <bruno@clisp.org>
496
497         Tests for module 'uninorm/u32-normcoll'.
498         * modules/uninorm/u32-normcoll-tests: New file.
499         * tests/uninorm/test-u32-normcoll.c: New file.
500
501         Tests for module 'uninorm/u16-normcoll'.
502         * modules/uninorm/u16-normcoll-tests: New file.
503         * tests/uninorm/test-u16-normcoll.c: New file.
504
505         Tests for module 'uninorm/u8-normcoll'.
506         * modules/uninorm/u8-normcoll-tests: New file.
507         * tests/uninorm/test-u8-normcoll.c: New file.
508
509 2009-03-07  Bruno Haible  <bruno@clisp.org>
510
511         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
512         tests/uninorm/test-u32-normcmp.c.
513         * tests/uninorm/test-u32-normcmp.c: Include it.
514         (test_nonascii): New function, extracted from main. Add some more
515         tests.
516         (main): Invoke test_ascii and test_nonascii.
517         * modules/uninorm/u32-normcmp-tests (Files): Add
518         tests/uninorm/test-u32-normcmp.h.
519         (Depends-on): Remove uninorm/u32-normcmp.
520
521         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
522         tests/uninorm/test-u16-normcmp.c.
523         * tests/uninorm/test-u16-normcmp.c: Include it.
524         (test_nonascii): New function, extracted from main. Add some more
525         tests.
526         (main): Invoke test_ascii and test_nonascii.
527         * modules/uninorm/u16-normcmp-tests (Files): Add
528         tests/uninorm/test-u16-normcmp.h.
529         (Depends-on): Remove uninorm/u16-normcmp.
530
531         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
532         tests/uninorm/test-u8-normcmp.c.
533         * tests/uninorm/test-u8-normcmp.c: Include it.
534         (test_nonascii): New function, extracted from main. Add some more
535         tests.
536         (main): Invoke test_ascii and test_nonascii.
537         * modules/uninorm/u8-normcmp-tests (Files): Add
538         tests/uninorm/test-u8-normcmp.h.
539         (Depends-on): Remove uninorm/u8-normcmp.
540
541 2009-03-07  Bruno Haible  <bruno@clisp.org>
542
543         New module 'uninorm/u32-normcoll'.
544         * lib/uninorm/u32-normcoll.c: New file.
545         * modules/uninorm/u32-normcoll: New file.
546
547         New module 'uninorm/u16-normcoll'.
548         * lib/uninorm/u16-normcoll.c: New file.
549         * modules/uninorm/u16-normcoll: New file.
550
551         New module 'uninorm/u8-normcoll'.
552         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
553         declarations.
554         * lib/uninorm/u8-normcoll.c: New file.
555         * lib/uninorm/u-normcoll.h: New file.
556         * modules/uninorm/u8-normcoll: New file.
557
558         New module 'uninorm/u32-normxfrm'.
559         * lib/uninorm/u32-normxfrm.c: New file.
560         * modules/uninorm/u32-normxfrm: New file.
561
562         New module 'uninorm/u16-normxfrm'.
563         * lib/uninorm/u16-normxfrm.c: New file.
564         * modules/uninorm/u16-normxfrm: New file.
565
566         New module 'uninorm/u8-normxfrm'.
567         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
568         declarations.
569         * lib/uninorm/u8-normxfrm.c: New file.
570         * lib/uninorm/u-normxfrm.h: New file.
571         * modules/uninorm/u8-normxfrm: New file.
572
573 2009-03-07  Bruno Haible  <bruno@clisp.org>
574
575         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
576         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
577         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
578
579 2009-03-07  Bruno Haible  <bruno@clisp.org>
580
581         New module 'memxfrm'.
582         * lib/memxfrm.h: New file.
583         * lib/memxfrm.c: New file.
584         * modules/memxfrm: New file.
585
586 2009-03-07  Bruno Haible  <bruno@clisp.org>
587
588         New module 'memcmp2'.
589         * lib/memcmp2.h: New file.
590         * lib/memcmp2.c: New file.
591         * modules/memcmp2: New file.
592
593 2009-03-07  Bruno Haible  <bruno@clisp.org>
594
595         Tests for module 'uninorm/decomposing-form'.
596         * modules/uninorm/decomposing-form-tests: New file.
597         * tests/uninorm/test-decomposing-form.c: New file.
598
599         New module 'uninorm/decomposing-form'.
600         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
601         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
602         Add 'decomposing_variant' field.
603         * lib/uninorm/decomposing-form.c: New file.
604         * lib/uninorm/nfc.c (uninorm_nfc): Update.
605         * lib/uninorm/nfd.c (uninorm_nfd): Update.
606         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
607         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
608         * modules/uninorm/decomposing-form: New file.
609         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
610         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
611
612 2009-03-07  Bruno Haible  <bruno@clisp.org>
613
614         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
615         strings.
616
617 2009-03-06  Bruno Haible  <bruno@clisp.org>
618
619         Tests for module 'uninorm/u32-normcmp'.
620         * tests/uninorm/test-u32-normcmp.c: New file.
621         * modules/uninorm/u32-normcmp-tests: New file.
622
623         Tests for module 'uninorm/u16-normcmp'.
624         * tests/uninorm/test-u16-normcmp.c: New file.
625         * modules/uninorm/u16-normcmp-tests: New file.
626
627         Tests for module 'uninorm/u8-normcmp'.
628         * tests/uninorm/test-u8-normcmp.c: New file.
629         * modules/uninorm/u8-normcmp-tests: New file.
630
631         New module 'uninorm/u32-normcmp'.
632         * lib/uninorm/u32-normcmp.c: New file.
633         * modules/uninorm/u32-normcmp: New file.
634
635         New module 'uninorm/u16-normcmp'.
636         * lib/uninorm/u16-normcmp.c: New file.
637         * modules/uninorm/u16-normcmp: New file.
638
639         New module 'uninorm/u8-normcmp'.
640         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
641         declarations.
642         * lib/uninorm/u8-normcmp.c: New file.
643         * lib/uninorm/u-normcmp.h: New file.
644         * modules/uninorm/u8-normcmp: New file.
645
646 2009-03-06  Bruno Haible  <bruno@clisp.org>
647
648         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
649         Reported by Eric Blake.
650
651 2009-03-06  Eric Blake  <ebb9@byu.net>
652             Bruno Haible  <bruno@clisp.org>
653
654         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
655         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
656         condition.
657         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
658         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
659         condition.
660         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
661
662 2009-03-06  Eric Blake  <ebb9@byu.net>
663
664         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
665         to avoid compiler warnings.
666         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
667
668 2009-03-05  Bruno Haible  <bruno@clisp.org>
669
670         * tests/test-ftell.c (main): Disable test beyond end of file on
671         FreeMiNT.
672         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
673
674 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
675
676         * lib/filevercmp.c: Move hidden files up in ordering.
677         * tests/test-filevercmp.c: Add tests for hidden files.
678
679 2009-03-04  Bruno Haible  <bruno@clisp.org>
680
681         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
682         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
683         AM_CFLAGS.
684         Reported by Simon Josefsson.
685
686 2009-03-03  Bruno Haible  <bruno@clisp.org>
687
688         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
689         Reported by Simon Josefsson.
690
691         * doc/ld-version-script.texi: Update node reference.
692
693 2009-03-03  Bruno Haible  <bruno@clisp.org>
694
695         * modules/visibility (License): Change to 'unlimited'.
696         Suggested by Simon Josefsson.
697
698 2009-03-03  Jim Meyering  <meyering@redhat.com>
699
700         unlinkdir: cannot_unlink_dir may modify process state
701         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
702         it's neither thread-safe nor appropriate for use in a library.
703
704 2009-03-03  Eric Blake  <ebb9@byu.net>
705
706         test-closein: silence test under Darwin
707         * tests/test-closein.sh: Ignore stderr from cat, since we don't
708         care if it dies from EPIPE or EBADF.
709
710 2009-03-03  Bruno Haible  <bruno@clisp.org>
711
712         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
713         earlier.
714         * doc/visibility.texi: Fix @node and @section.
715
716 2009-03-03  Simon Josefsson  <simon@josefsson.org>
717
718         * doc/gnulib.texi: Link to sections for ld version script and
719         visibility.
720         * doc/visibility.texi: Add @node and @section.
721         * modules/ld-version-script: New module.
722         * m4/ld-version-script.m4: New file.
723         * doc/ld-version-script.texi: New file.
724
725 2009-03-02  David Lutterkort  <lutter@redhat.com>
726
727         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
728         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
729
730 2009-03-02  Bruno Haible  <bruno@clisp.org>
731
732         * doc/visibility.texi: Mention libtool's -export-symbols option.
733
734 2009-03-02  Jim Meyering  <meyering@redhat.com>
735
736         announce-gen: new option: --no-print-checksums
737         * build-aux/announce-gen (usage): Describe it.
738         (print_checksums): Print a newline here, not in the [*] footnote.
739         (main): Honor it.
740
741 2009-03-01  Bruno Haible  <bruno@clisp.org>
742
743         Use socklen_t in the native Windows replacements prototypes.
744         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
745         instead of 'int'.
746         * lib/getsockopt.c (rpl_getsockopt): Likewise.
747         * lib/setsockopt.c (rpl_setsockopt): Likewise.
748         * modules/getsockopt (Depends-on): Add socklen.
749         * modules/setsockopt (Depends-on): Add socklen.
750
751 2009-03-01  Bruno Haible  <bruno@clisp.org>
752
753         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
754         least 4.2.
755
756 2009-03-01  Eric Blake  <ebb9@byu.net>
757             Bruno Haible  <bruno@clisp.org>
758
759         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
760         error messages.
761         * lib/wait-process.c (wait_subprocess): Omit error message about
762         deadly signal sent to the child of termsigp != NULL.
763
764 2009-03-01  Eric Blake  <ebb9@byu.net>
765
766         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
767
768 2009-03-01  Bruno Haible  <bruno@clisp.org>
769
770         Avoid a gcc warning.
771         * tests/test-sched.c (b): Make global.
772         Reported by Eric Blake.
773
774 2009-01-19  Martin Lambers  <marlam@marlam.de>
775
776         Provide POSIX semantics for socket timeout options on W32.
777         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
778         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
779         * modules/setsockopt: Depend on sys_time module for struct timeval.
780         * modules/getsockopt: Depend on sys_time module for struct timeval.
781
782 2009-03-01  Simon Josefsson  <simon@josefsson.org>
783
784         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
785         __USE_GNU, for consistency with netdb.in.h.
786         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
787
788 2009-03-01  Bruno Haible  <bruno@clisp.org>
789
790         More support for FreeMiNT.
791         * lib/fseeko.c (rpl_fseeko): Complete last commit.
792         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
793
794 2009-03-01  Bruno Haible  <bruno@clisp.org>
795
796         More support for FreeMiNT.
797         * lib/fpurge.c (fpurge): Correct last commit.
798         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
799
800 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
801
802         Fix unportable awk script in vc-list-files.
803         * build-aux/vc-list-files: In the replacement awk script, use
804         substr with a second argument of 1, not zero.
805         Report by Simon Josefsson.
806
807 2009-02-28  Bruno Haible  <bruno@clisp.org>
808
809         More support for FreeMiNT.
810         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
811         to FreeMiNT today.
812         * lib/fwriting.c (fwriting): Likewise.
813         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
814
815 2009-02-28  Bruno Haible  <bruno@clisp.org>
816
817         * tests/test-freadseek.c (main): Disable test beyond end of file on
818         FreeMiNT.
819         * tests/test-ftello.c (main): Likewise.
820         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
821
822 2009-02-28  Bruno Haible  <bruno@clisp.org>
823
824         Add tentative support for FreeMiNT.
825         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
826         * lib/fpurge.c (fpurge): Likewise.
827         * lib/freadable.c (freadable): Likewise.
828         * lib/freading.c (freading): Likewise.
829         * lib/freadptr.c (freadptr): Likewise.
830         * lib/freadseek.c (freadptrinc): Likewise.
831         * lib/fseeko.c (rpl_fseeko): Likewise.
832         * lib/fseterr.c (fseterr): Likewise.
833         * lib/fwritable.c (fwritable): Likewise.
834         * lib/fwriting.c (fwriting): Likewise.
835         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
836         Hourihane.
837         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
838
839 2009-02-28  Bruno Haible  <bruno@clisp.org>
840
841         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
842         SIGCHLD.
843         Reported by Jim Meyering.
844
845 2009-02-28  Bruno Haible  <bruno@clisp.org>
846
847         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
848         Mention the results of these tests on various platforms.
849         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
850         order.
851         * doc/posix-functions/printf.texi: Likewise.
852         * doc/posix-functions/snprintf.texi: Likewise.
853         * doc/posix-functions/sprintf.texi: Likewise.
854         * doc/posix-functions/vfprintf.texi: Likewise.
855         * doc/posix-functions/vprintf.texi: Likewise.
856         * doc/posix-functions/vsnprintf.texi: Likewise.
857         * doc/posix-functions/vsprintf.texi: Likewise.
858         * doc/glibc-functions/obstack_printf.texi: Likewise.
859         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
860
861 2009-02-28  Bruno Haible  <bruno@clisp.org>
862
863         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
864         Reported by Loïc Minier <lool@dooz.org>.
865
866 2009-02-27  Bruno Haible  <bruno@clisp.org>
867
868         * gnulib-tool (func_import): Make the sed expression used to create the
869         sed script for updating the .gitignore file POSIX compliant.
870         Reported by Eric Blake.
871
872 2009-02-27  Bruno Haible  <bruno@clisp.org>
873
874         * gnulib-tool (sed): Don't alias as "sed --posix".
875         Reported by Eric Blake.
876
877 2009-02-27  Bruno Haible  <bruno@clisp.org>
878
879         Avoid test link errors.
880         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
881         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
882         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
883         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
884         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
885
886 2009-02-27  Bruno Haible  <bruno@clisp.org>
887
888         Avoid spurious "(cached)" in configure output.
889         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
890         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
891         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
892         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
893         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
894         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
895         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
896         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
897         Reported by Eric Blake.
898
899 2009-02-27  Eric Blake  <ebb9@byu.net>
900
901         printf: fix regression in previous patch
902         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
903
904 2009-02-27  Bruno Haible  <bruno@clisp.org>
905
906         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
907         value.
908         * lib/stdint.in.h: Likewise.
909         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
910
911 2009-02-27  Eric Blake  <ebb9@byu.net>
912
913         doc: mention more functions added in cygwin 1.7.0
914         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
915         addition.
916         * doc/posix-functions/open_wmemstream.texi: Likewise.
917         * doc/posix-functions/wcsnlen.texi: Likewise.
918         * doc/posix-functions/wcsnrtombs.texi: Likewise.
919         * doc/posix-functions/wcstod.texi: Likewise.
920         * doc/posix-functions/wcstof.texi: Likewise.
921         * doc/posix-functions/wcstoimax.texi: Likewise.
922         * doc/posix-functions/wcstok.texi: Likewise.
923         * doc/posix-functions/wcstoumax.texi: Likewise.
924
925         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
926         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
927         * doc/posix-functions/fprintf.texi: Update.
928         * doc/posix-functions/printf.texi: Update.
929         * doc/posix-functions/snprintf.texi: Update.
930         * doc/posix-functions/sprintf.texi: Update.
931         * doc/posix-functions/vfprintf.texi: Update.
932         * doc/posix-functions/vprintf.texi: Update.
933         * doc/posix-functions/vsnprintf.texi: Update.
934         * doc/posix-functions/vsprintf.texi: Update.
935         * doc/glibc-functions/obstack_printf.texi: Update.
936         * doc/glibc-functions/obstack_vprintf.texi: Update.
937
938 2009-02-26  Eric Blake  <ebb9@byu.net>
939
940         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
941         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
942         compilation bug by using runtime conversion.
943         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
944         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
945         * modules/ceill-tests (Files): Use nan.h.
946         * modules/floorl-tests (Files): Likewise.
947         * modules/frexpl-tests (Files): Likewise.
948         * modules/isnanl-tests (Files): Likewise.
949         * modules/ldexpl-tests (Files): Likewise.
950         * modules/roundl-tests (Files): Likewise.
951         * modules/truncl-tests (Files): Likewise.
952         * tests/test-ceill.c (main): Use a working NaN.
953         * tests/test-floorl.c (main): Likewise.
954         * tests/test-frexpl.c (main): Likewise.
955         * tests/test-isnan.c (test_long_double): Likewise.
956         * tests/test-isnanl.h (main): Likewise.
957         * tests/test-ldexpl.h (main): Likewise.
958         * tests/test-roundl.h (main): Likewise.
959         * tests/test-truncl.h (main): Likewise.
960         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
961
962 2009-02-26  Eric Blake  <ebb9@byu.net>
963             Bruno Haible  <bruno@clisp.org>
964
965         Work around a *printf bug with %ls on Solaris.
966         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
967         precision is specified, sprintf stops converting the wide string
968         argument when the number of bytes that have been produced by this
969         conversion equals or exceeds the precision.
970         * doc/posix-functions/fprintf.texi: Update.
971         * doc/posix-functions/printf.texi: Update.
972         * doc/posix-functions/snprintf.texi: Update.
973         * doc/posix-functions/sprintf.texi: Update.
974         * doc/posix-functions/vfprintf.texi: Update.
975         * doc/posix-functions/vprintf.texi: Update.
976         * doc/posix-functions/vsnprintf.texi: Update.
977         * doc/posix-functions/vsprintf.texi: Update.
978         * doc/glibc-functions/obstack_printf.texi: Update.
979         * doc/glibc-functions/obstack_vprintf.texi: Update.
980
981 2009-02-26  Eric Blake  <ebb9@byu.net>
982
983         stdlib: favor compiler check of random.h
984         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
985         to avoid an ObjC random.h installed by Swarm.
986
987 2009-02-26  Bruno Haible  <bruno@clisp.org>
988
989         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
990         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
991         Reported by Gary V. Vaughan <gary@gnu.org>.
992
993 2009-02-26  Bruno Haible  <bruno@clisp.org>
994
995         Fix *printf behaviour regarding the %ls directive.
996         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
997         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
998         NEED_PRINTF_DIRECTIVE_LS.
999         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
1000         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1001         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1002         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
1003         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
1004         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
1005         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
1006         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1007         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1008         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1009         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1010         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
1011         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1012         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1013         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1014         * doc/posix-functions/fprintf.texi: Update.
1015         * doc/posix-functions/printf.texi: Update.
1016         * doc/posix-functions/snprintf.texi: Update.
1017         * doc/posix-functions/sprintf.texi: Update.
1018         * doc/posix-functions/vfprintf.texi: Update.
1019         * doc/posix-functions/vprintf.texi: Update.
1020         * doc/posix-functions/vsnprintf.texi: Update.
1021         * doc/posix-functions/vsprintf.texi: Update.
1022         * doc/glibc-functions/obstack_printf.texi: Update.
1023         * doc/glibc-functions/obstack_vprintf.texi: Update.
1024         Reported by Eric Blake.
1025
1026 2009-02-25  Bruno Haible  <bruno@clisp.org>
1027
1028         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
1029         with known value.
1030         Reported by Gary V. Vaughan <gary@gnu.org>.
1031
1032 2009-02-25  Bruno Haible  <bruno@clisp.org>
1033
1034         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
1035         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
1036         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
1037         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
1038         Reported by Gary V. Vaughan <gary@gnu.org>.
1039
1040 2009-02-25  Bruno Haible  <bruno@clisp.org>
1041
1042         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
1043         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
1044         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
1045         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
1046         Reported by Gary V. Vaughan <gary@gnu.org>.
1047
1048 2009-02-25  Eric Blake  <ebb9@byu.net>
1049
1050         tests: skip fseek/ftell tests if ungetc is broken
1051         * m4/ungetc.m4: New file.
1052         * modules/fseek-tests: Split test, so ungetc dependency is
1053         separate from rest of test.
1054         * modules/fseeko-tests: Likewise.
1055         * modules/ftell-tests: Likewise.
1056         * modules/ftello-tests: Likewise.
1057         * tests/test-fseek.c (main): Isolate ungetc dependency.
1058         * tests/test-fseeko.c (main): Likewise.
1059         * tests/test-ftell.c (main): Likewise.
1060         * tests/test-ftello.c (main): Likewise.
1061         * tests/test-fseek2.sh: New file.
1062         * tests/test-fseeko2.sh: Likewise.
1063         * tests/test-ftell2.sh: Likewise.
1064         * tests/test-ftello2.sh: Likewise.
1065
1066 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
1067
1068         test-getaddrinfo: fix usage of skip return code 77
1069         * tests/test-gettaddrinfo.c: Return skip code 77 only
1070         for first occurance of skip (4x77 is not 77)
1071
1072 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
1073
1074         strtod: avoid C99 decl-after-statement
1075         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
1076
1077 2009-02-24  Eric Blake  <ebb9@byu.net>
1078
1079         strtod: detect HP-UX 11.31 bug
1080         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
1081         Reported by Gary V. Vaughan.
1082
1083 2009-02-23  Bruno Haible  <bruno@clisp.org>
1084
1085         Fix invalid read past end of memory block.
1086         * lib/vasnprintf.c (DCHAR_SET): Define.
1087         (local_wcslen): Define only when needed.
1088         (local_strnlen, local_wcsnlen): New functions.
1089         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
1090         directives that involve a conversion ourselves.
1091         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
1092         wcsnlen, mbrtowc, wcrtomb.
1093         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
1094         * tests/test-vasprintf-posix.c (test_function): Likewise.
1095         * tests/test-snprintf-posix.h (test_function): Likewise.
1096         * tests/test-sprintf-posix.h (test_function): Likewise.
1097         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1098
1099 2009-02-22  Bruno Haible  <bruno@clisp.org>
1100
1101         Implement new clarified decomposition of Hangul syllables.
1102         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
1103         of type LTV, return only a pairwise decomposition.
1104         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
1105         Likewise.
1106         * tests/uninorm/test-decomposition.c (main): Updated expected result.
1107         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
1108         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
1109
1110 2009-02-22  Bruno Haible  <bruno@clisp.org>
1111
1112         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
1113         zero-length results and shrink excess allocated memory.
1114         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
1115         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
1116         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
1117         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
1118         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
1119         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
1120         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
1121         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
1122         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
1123         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
1124         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
1125         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
1126
1127 2009-02-21  Bruno Haible  <bruno@clisp.org>
1128
1129         * doc/gnulib.texi: Include safe-alloc.texi earlier.
1130         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
1131         spaces after a period. Put a space between a macro name and its
1132         argument list. Trivial rewordings.
1133         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
1134         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
1135         (main): Return 0 explicitly.
1136
1137 2009-02-21  Bruno Haible  <bruno@clisp.org>
1138
1139         Tests for module 'uninorm/filter'.
1140         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
1141         * modules/uninorm/filter-tests: New file.
1142
1143         New module 'uninorm/filter'.
1144         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
1145         uninorm_filter_flush, uninorm_filter_free): New declarations.
1146         * lib/uninorm/uninorm-filter.c: New file.
1147         * modules/uninorm/filter: New file.
1148
1149 2009-02-21  Bruno Haible  <bruno@clisp.org>
1150
1151         Tests for module 'uninorm/nfkc'.
1152         * tests/uninorm/test-nfkc.c: New file.
1153         * tests/uninorm/test-u8-nfkc.c: New file.
1154         * tests/uninorm/test-u16-nfkc.c: New file.
1155         * tests/uninorm/test-u32-nfkc.c: New file.
1156         * tests/uninorm/test-u32-nfkc-big.sh: New file.
1157         * tests/uninorm/test-u32-nfkc-big.c: New file.
1158         * modules/uninorm/nfkc-tests: New file.
1159
1160         New module 'uninorm/nfkc'.
1161         * lib/uninorm/nfkc.c: New file.
1162         * modules/uninorm/nfkc: New file.
1163
1164         Tests for module 'uninorm/nfkd'.
1165         * tests/uninorm/test-nfkd.c: New file.
1166         * tests/uninorm/test-u8-nfkd.c: New file.
1167         * tests/uninorm/test-u16-nfkd.c: New file.
1168         * tests/uninorm/test-u32-nfkd.c: New file.
1169         * tests/uninorm/test-u32-nfkd-big.sh: New file.
1170         * tests/uninorm/test-u32-nfkd-big.c: New file.
1171         * modules/uninorm/nfkd-tests: New file.
1172
1173         New module 'uninorm/nfkd'.
1174         * lib/uninorm/nfkd.c: New file.
1175         * modules/uninorm/nfkd: New file.
1176
1177         Tests for module 'uninorm/nfc'.
1178         * tests/uninorm/test-nfc.c: New file.
1179         * tests/uninorm/test-u8-nfc.c: New file.
1180         * tests/uninorm/test-u16-nfc.c: New file.
1181         * tests/uninorm/test-u32-nfc.c: New file.
1182         * tests/uninorm/test-u32-nfc-big.sh: New file.
1183         * tests/uninorm/test-u32-nfc-big.c: New file.
1184         * modules/uninorm/nfc-tests: New file.
1185
1186         New module 'uninorm/nfc'.
1187         * lib/uninorm/nfc.c: New file.
1188         * modules/uninorm/nfc: New file.
1189
1190         Tests for module 'uninorm/nfd'.
1191         * tests/uninorm/test-nfd.c: New file.
1192         * tests/uninorm/test-u8-nfd.c: New file.
1193         * tests/uninorm/test-u16-nfd.c: New file.
1194         * tests/uninorm/test-u32-nfd.c: New file.
1195         * tests/uninorm/test-u32-nfd-big.sh: New file.
1196         * tests/uninorm/test-u32-nfd-big.c: New file.
1197         * tests/uninorm/test-u32-normalize-big.h: New file.
1198         * tests/uninorm/test-u32-normalize-big.c: New file.
1199         * tests/uninorm/NormalizationTest.txt: New file, created from
1200         Unicode 5.1.0 NormalizationTest.txt.
1201         * modules/uninorm/nfd-tests: New file.
1202
1203         New module 'uninorm/nfd'.
1204         * lib/uninorm/nfd.c: New file.
1205         * modules/uninorm/nfd: New file.
1206
1207         New module 'uninorm/u32-normalize'.
1208         * lib/uninorm/u32-normalize.c: New file.
1209         * modules/uninorm/u32-normalize: New file.
1210
1211         New module 'uninorm/u16-normalize'.
1212         * lib/uninorm/u16-normalize.c: New file.
1213         * modules/uninorm/u16-normalize: New file.
1214
1215         New module 'uninorm/u8-normalize'.
1216         * lib/uninorm/u8-normalize.c: New file.
1217         * lib/uninorm/normalize-internal.h: New file.
1218         * lib/uninorm/u-normalize-internal.h: New file.
1219         * modules/uninorm/u8-normalize: New file.
1220
1221         New module 'uninorm/decompose-internal'.
1222         * lib/uninorm/decompose-internal.c: New file.
1223         * modules/uninorm/decompose-internal: New file.
1224
1225         Tests for module 'uninorm/composition'.
1226         * tests/uninorm/test-composition.c: New file.
1227         * modules/uninorm/composition-tests: New file.
1228
1229         New module 'uninorm/composition'.
1230         * lib/uninorm/composition.c: New file.
1231         * lib/uninorm/composition-table.gperf: New file, generated by
1232         gen-uni-tables.
1233         * modules/uninorm/composition: New file.
1234
1235         Tests for module 'uninorm/compat-decomposition'.
1236         * tests/uninorm/test-compat-decomposition.c: New file.
1237         * modules/uninorm/compat-decomposition-tests: New file.
1238
1239         New module 'uninorm/compat-decomposition'.
1240         * lib/uninorm/decompose-internal.h: New file.
1241         * lib/uninorm/compat-decomposition.c: New file.
1242         * modules/uninorm/compat-decomposition: New file.
1243
1244         Tests for module 'uninorm/canonical-decomposition'.
1245         * tests/uninorm/test-canonical-decomposition.c: New file.
1246         * modules/uninorm/canonical-decomposition-tests: New file.
1247
1248         New module 'uninorm/canonical-decomposition'.
1249         * lib/uninorm/canonical-decomposition.c: New file.
1250         * modules/uninorm/canonical-decomposition: New file.
1251
1252         Tests for module 'uninorm/decomposition'.
1253         * tests/uninorm/test-decomposition.c: New file.
1254         * modules/uninorm/decomposition-tests: New file.
1255
1256         New module 'uninorm/decomposition'.
1257         * lib/uninorm/decomposition.c: New file.
1258         * modules/uninorm/decomposition: New file.
1259
1260         New module 'uninorm/decomposition-table'.
1261         * lib/uninorm/decomposition-table.h: New file.
1262         * lib/uninorm/decomposition-table.c: New file.
1263         * lib/uninorm/decomposition-table1.h: New file, generated by
1264         gen-uni-tables.
1265         * lib/uninorm/decomposition-table2.h: New file, generated by
1266         gen-uni-tables.
1267         * modules/uninorm/decomposition-table: New file.
1268
1269         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
1270         (UC_DECOMP_*): New enumeration items.
1271         (get_decomposition): New function.
1272         (struct decomp_table): New type.
1273         (output_decomposition, output_decomposition_tables): New functions.
1274         (unicode_composition_exclusions): New variable.
1275         (fill_composition_exclusions, debug_output_composition_tables): New
1276         functions.
1277         (main): Accept one more argument. Invoke fill_composition_exclusions.
1278         Output decomposition and composition tables.
1279
1280         New module 'uninorm/base'.
1281         * lib/uninorm.h: New file.
1282         * lib/unictype.h: Update comment.
1283         * modules/uninorm/base: New file.
1284
1285 2009-02-21  David Lutterkort  <lutter@redhat.com>
1286
1287         Tests for module 'safe-alloc'.
1288         * tests/test-safe-alloc.c: New file.
1289         * modules/safe-alloc-tests: New file.
1290
1291         New module 'safe-alloc'.
1292         * lib/safe-alloc.h: New file.
1293         * lib/safe-alloc.c: New file.
1294         * m4/safe-alloc.m4: New file.
1295         * modules/safe-alloc: New file.
1296         * doc/safe-alloc.texi: New file.
1297         * doc/gnulib.texi: Include it.
1298         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
1299         safe-alloc.
1300
1301 2009-02-18  Bruno Haible  <bruno@clisp.org>
1302
1303         Fix link error on non-glibc systems.
1304         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
1305         variable.
1306         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
1307
1308 2009-02-18  Jim Meyering  <meyering@redhat.com>
1309
1310         fts: avoid used-uninitialized error due to recent change
1311         * lib/fts.c (fts_read): Guard uses of the new member,
1312         parent->fts_n_dirs_remaining, since it's not relevant for
1313         the parent of a directory specified on the command-line.
1314
1315 2009-02-17  James Youngman  <jay@gnu.org>
1316             Bruno Haible  <bruno@clisp.org>
1317
1318         * m4/include_next.m4: Reformulate comment.
1319
1320 2009-02-16  Jim Meyering  <meyering@redhat.com>
1321
1322         fts: add #if guards so that the fts_lgpl module still builds
1323         * lib/fts.c: Guard just-added hash-table-using parts with
1324         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
1325         Reported by Simon Josefsson.
1326
1327 2009-02-15  Bruno Haible  <bruno@clisp.org>
1328
1329         * modules/array-mergesort-tests: New file.
1330         * tests/test-array-mergesort.c: New file.
1331
1332         New module 'array-mergesort'.
1333         * modules/array-mergesort: New file.
1334         * lib/array-mergesort.h: New file.
1335
1336 2009-02-15  Bruno Haible  <bruno@clisp.org>
1337
1338         Fix 2009-02-07 commit.
1339         * lib/gen-uni-tables.c (output_predicate, output_category,
1340         output_combclass, output_bidi_category, output_decimal_digit,
1341         output_digit, output_numeric, output_mirror, output_scripts,
1342         output_ident_category, output_simple_mapping): Fix format directives.
1343         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
1344
1345 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
1346
1347         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
1348         fixes are available from IBM.
1349
1350 2009-02-13  Jim Meyering  <meyering@redhat.com>
1351
1352         fts: arrange not to stat non-directories in more cases
1353         This makes GNU find (when it doesn't need to stat each file)
1354         *much* more efficient at traversing reiserfs file systems.
1355         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
1356         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
1357         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
1358         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
1359         (leaf_optimization_applies): New function.
1360         (LCO_hash, LCO_compare): New helper functions.
1361         (link_count_optimize_ok): New function.
1362         (fts_stat): Initialize new member (if dir).
1363         (fts_read): Decrement parent's fts_n_dirs_remaining count if
1364         we've just stat'ed a directory.  Skip the stat call when possible.
1365         ---
1366         Note this AFS-related exchange:
1367         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
1368         and note find's pioctl call in find/fstype.c.
1369         But that is necessary only if you want to enable the
1370         optimization for AFS, and for now, I don't.
1371
1372         fts: move a function definition "up" (no semantic change)
1373         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
1374         "up" to precede upcoming use of a related function.
1375
1376 2009-02-11  Jim Meyering  <meyering@redhat.com>
1377
1378         fts: correct internal computation of nlinks (optimization-related)
1379         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
1380         whether the current entry is a directory, so don't test it.
1381
1382 2009-02-10  Bruno Haible  <bruno@clisp.org>
1383
1384         Tests for module 'uniwbrk/ulc-wordbreaks'.
1385         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
1386         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
1387         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
1388
1389         Tests for module 'uniwbrk/u32-wordbreaks'.
1390         * modules/uniwbrk/u32-wordbreaks-tests: New file.
1391         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
1392
1393         Tests for module 'uniwbrk/u16-wordbreaks'.
1394         * modules/uniwbrk/u16-wordbreaks-tests: New file.
1395         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
1396
1397         Tests for module 'uniwbrk/u8-wordbreaks'.
1398         * modules/uniwbrk/u8-wordbreaks-tests: New file.
1399         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
1400
1401 2009-02-10  Bruno Haible  <bruno@clisp.org>
1402
1403         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
1404         property.
1405         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
1406         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
1407         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
1408
1409 2009-02-10  Simon Josefsson  <simon@josefsson.org>
1410
1411         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
1412         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
1413
1414 2009-02-10  Bruno Haible  <bruno@clisp.org>
1415
1416         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
1417         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
1418         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
1419         * lib/unilbrk/u8-possible-linebreaks.c: Update.
1420         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
1421         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
1422
1423 2009-02-09  Simon Josefsson  <simon@josefsson.org>
1424
1425         * lib/sockets.h (gl_fd_to_handle): New function.
1426
1427         * tests/test-sockets.c: Call gl_fd_to_handle.
1428
1429 2009-02-09  Bruno Haible  <bruno@clisp.org>
1430
1431         * doc/havelib.texi: Document the conventions on bi-arch systems.
1432
1433 2009-02-08  Bruno Haible  <bruno@clisp.org>
1434
1435         Document the AC_LIB_LINKFLAGS macro.
1436         * doc/havelib.texi: New file, mostly written on 2005-05-24.
1437         * doc/gnulib.texi: Include it.
1438
1439 2009-02-08  Bruno Haible  <bruno@clisp.org>
1440
1441         Fix wrong order of sections, compared to TOC.
1442         * doc/gnulib.texi: Include relocatable-maint.texi after the
1443         "Regular expressions" node, not before.
1444
1445 2009-02-08  Bruno Haible  <bruno@clisp.org>
1446
1447         Tests for module 'unicase/totitle'.
1448         * modules/unicase/totitle-tests: New file.
1449
1450         Tests for module 'unicase/tolower'.
1451         * modules/unicase/tolower-tests: New file.
1452
1453         Tests for module 'unicase/toupper'.
1454         * modules/unicase/toupper-tests: New file.
1455         * tests/unicase/test-mapping-part1.h: New file.
1456         * tests/unicase/test-mapping-part2.h: New file.
1457
1458         New module 'unicase/totitle'.
1459         * modules/unicase/totitle: New file.
1460         * lib/unicase/totitle.c: New file.
1461
1462         New module 'unicase/tolower'.
1463         * modules/unicase/tolower: New file.
1464         * lib/unicase/tolower.c: New file.
1465
1466         New module 'unicase/toupper'.
1467         * modules/unicase/toupper: New file.
1468         * lib/unicase/toupper.c: New file.
1469         * lib/unicase/simple-mapping.h: New file.
1470
1471         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
1472         (mapping_table): New structure.
1473         (output_simple_mapping): New function.
1474         (main): Invoke output_simple_mapping_test and output_simple_mapping.
1475         * modules/gen-uni-tables (Description): Update.
1476         * lib/unicase/toupper.h: New file, automatically generated by
1477         gen-uni-tables.
1478         * lib/unicase/tolower.h: New file, automatically generated by
1479         gen-uni-tables.
1480         * lib/unicase/totitle.h: New file, automatically generated by
1481         gen-uni-tables.
1482         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
1483         gen-uni-tables.
1484         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
1485         gen-uni-tables.
1486         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
1487         gen-uni-tables.
1488
1489         New module 'unicase/base'.
1490         * modules/unicase/base: New file.
1491         * lib/unicase.h: New file.
1492
1493 2009-02-08  Bruno Haible  <bruno@clisp.org>
1494
1495         New module 'uniwbrk/ulc-wordbreaks'.
1496         * modules/uniwbrk/ulc-wordbreaks: New file.
1497         * lib/uniwbrk/ulc-wordbreaks.c: New file.
1498
1499         New module 'uniwbrk/u32-wordbreaks'.
1500         * modules/uniwbrk/u32-wordbreaks: New file.
1501         * lib/uniwbrk/u32-wordbreaks.c: New file.
1502
1503         New module 'uniwbrk/u16-wordbreaks'.
1504         * modules/uniwbrk/u16-wordbreaks: New file.
1505         * lib/uniwbrk/u16-wordbreaks.c: New file.
1506
1507         New module 'uniwbrk/u8-wordbreaks'.
1508         * modules/uniwbrk/u8-wordbreaks: New file.
1509         * lib/uniwbrk/u8-wordbreaks.c: New file.
1510         * lib/uniwbrk/u-wordbreaks.h: New file.
1511
1512         New module 'uniwbrk/table'.
1513         * modules/uniwbrk/table: New file.
1514         * lib/uniwbrk/wbrktable.h: New file.
1515         * lib/uniwbrk/wbrktable.c: New file.
1516
1517         New module 'uniwbrk/wordbreak-property'.
1518         * modules/uniwbrk/wordbreak-property: New file.
1519         * lib/uniwbrk/wordbreak-property.c: New file.
1520
1521         * lib/gen-uni-tables.c (WBP_*): New enum items.
1522         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
1523         (unicode_org_wbp): New variable.
1524         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
1525         New functions.
1526         (wbp_table): New structure.
1527         (output_wbp, output_wbrk_tables): New functions.
1528         (main): Accept additional argument. Invoke fill_org_wbp,
1529         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
1530         output_wbrk_tables.
1531         * modules/gen-uni-tables (Description): Update.
1532         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
1533         gen-uni-tables.
1534
1535         New module 'uniwbrk/base'.
1536         * modules/uniwbrk/base: New file.
1537         * lib/uniwbrk.h: New file.
1538
1539 2009-02-08  Bruno Haible  <bruno@clisp.org>
1540
1541         Update to Unicode 5.1.0.
1542         * lib/gen-uni-tables.c (is_property_alphabetic): Include
1543         U+2185..U+2188.
1544         (is_property_default_ignorable_code_point): Don't include characters
1545         of category Cc or Cs and not-a-characters.
1546         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
1547         U+0D79, U+109E, U+109F, U+A60C.
1548         * lib/unictype/bidi_of.h: Regenerated.
1549         * lib/unictype/blocks.h: Regenerated.
1550         * lib/unictype/categ_C.h: Regenerated.
1551         * lib/unictype/categ_Cf.h: Regenerated.
1552         * lib/unictype/categ_Cn.h: Regenerated.
1553         * lib/unictype/categ_L.h: Regenerated.
1554         * lib/unictype/categ_Ll.h: Regenerated.
1555         * lib/unictype/categ_Lm.h: Regenerated.
1556         * lib/unictype/categ_Lo.h: Regenerated.
1557         * lib/unictype/categ_Lu.h: Regenerated.
1558         * lib/unictype/categ_M.h: Regenerated.
1559         * lib/unictype/categ_Mc.h: Regenerated.
1560         * lib/unictype/categ_Me.h: Regenerated.
1561         * lib/unictype/categ_Mn.h: Regenerated.
1562         * lib/unictype/categ_N.h: Regenerated.
1563         * lib/unictype/categ_Nd.h: Regenerated.
1564         * lib/unictype/categ_Nl.h: Regenerated.
1565         * lib/unictype/categ_No.h: Regenerated.
1566         * lib/unictype/categ_P.h: Regenerated.
1567         * lib/unictype/categ_Pd.h: Regenerated.
1568         * lib/unictype/categ_Pe.h: Regenerated.
1569         * lib/unictype/categ_Pf.h: Regenerated.
1570         * lib/unictype/categ_Pi.h: Regenerated.
1571         * lib/unictype/categ_Po.h: Regenerated.
1572         * lib/unictype/categ_Ps.h: Regenerated.
1573         * lib/unictype/categ_S.h: Regenerated.
1574         * lib/unictype/categ_Sk.h: Regenerated.
1575         * lib/unictype/categ_Sm.h: Regenerated.
1576         * lib/unictype/categ_So.h: Regenerated.
1577         * lib/unictype/categ_of.h: Regenerated.
1578         * lib/unictype/combining.h: Regenerated.
1579         * lib/unictype/ctype_alnum.h: Regenerated.
1580         * lib/unictype/ctype_alpha.h: Regenerated.
1581         * lib/unictype/ctype_graph.h: Regenerated.
1582         * lib/unictype/ctype_lower.h: Regenerated.
1583         * lib/unictype/ctype_print.h: Regenerated.
1584         * lib/unictype/ctype_punct.h: Regenerated.
1585         * lib/unictype/ctype_upper.h: Regenerated.
1586         * lib/unictype/decdigit.h: Regenerated.
1587         * lib/unictype/digit.h: Regenerated.
1588         * lib/unictype/mirror.h: Regenerated.
1589         * lib/unictype/numeric.h: Regenerated.
1590         * lib/unictype/pr_alphabetic.h: Regenerated.
1591         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
1592         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
1593         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
1594         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
1595         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
1596         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
1597         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
1598         * lib/unictype/pr_combining.h: Regenerated.
1599         * lib/unictype/pr_dash.h: Regenerated.
1600         * lib/unictype/pr_decimal_digit.h: Regenerated.
1601         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
1602         * lib/unictype/pr_deprecated.h: Regenerated.
1603         * lib/unictype/pr_diacritic.h: Regenerated.
1604         * lib/unictype/pr_extender.h: Regenerated.
1605         * lib/unictype/pr_format_control.h: Regenerated.
1606         * lib/unictype/pr_grapheme_base.h: Regenerated.
1607         * lib/unictype/pr_grapheme_extend.h: Regenerated.
1608         * lib/unictype/pr_grapheme_link.h: Regenerated.
1609         * lib/unictype/pr_id_continue.h: Regenerated.
1610         * lib/unictype/pr_id_start.h: Regenerated.
1611         * lib/unictype/pr_ideographic.h: Regenerated.
1612         * lib/unictype/pr_ignorable_control.h: Regenerated.
1613         * lib/unictype/pr_lowercase.h: Regenerated.
1614         * lib/unictype/pr_math.h: Regenerated.
1615         * lib/unictype/pr_numeric.h: Regenerated.
1616         * lib/unictype/pr_other_alphabetic.h: Regenerated.
1617         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
1618         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
1619         * lib/unictype/pr_other_id_continue.h: Regenerated.
1620         * lib/unictype/pr_other_lowercase.h: Regenerated.
1621         * lib/unictype/pr_other_math.h: Regenerated.
1622         * lib/unictype/pr_punctuation.h: Regenerated.
1623         * lib/unictype/pr_sentence_terminal.h: Regenerated.
1624         * lib/unictype/pr_soft_dotted.h: Regenerated.
1625         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
1626         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
1627         * lib/unictype/pr_unified_ideograph.h: Regenerated.
1628         * lib/unictype/pr_uppercase.h: Regenerated.
1629         * lib/unictype/pr_xid_continue.h: Regenerated.
1630         * lib/unictype/pr_xid_start.h: Regenerated.
1631         * lib/unictype/pr_zero_width.h: Regenerated.
1632         * lib/unictype/scripts.h: Regenerated.
1633         * lib/unictype/scripts_byname.gperf: Regenerated.
1634         * lib/unictype/sy_java_ident.h: Regenerated.
1635         * lib/unilbrk/lbrkprop1.h: Regenerated.
1636         * lib/unilbrk/lbrkprop2.h: Regenerated.
1637         * tests/unictype/test-categ_C.c: Regenerated.
1638         * tests/unictype/test-categ_Cf.c: Regenerated.
1639         * tests/unictype/test-categ_Cn.c: Regenerated.
1640         * tests/unictype/test-categ_L.c: Regenerated.
1641         * tests/unictype/test-categ_Ll.c: Regenerated.
1642         * tests/unictype/test-categ_Lm.c: Regenerated.
1643         * tests/unictype/test-categ_Lo.c: Regenerated.
1644         * tests/unictype/test-categ_Lu.c: Regenerated.
1645         * tests/unictype/test-categ_M.c: Regenerated.
1646         * tests/unictype/test-categ_Mc.c: Regenerated.
1647         * tests/unictype/test-categ_Me.c: Regenerated.
1648         * tests/unictype/test-categ_Mn.c: Regenerated.
1649         * tests/unictype/test-categ_N.c: Regenerated.
1650         * tests/unictype/test-categ_Nd.c: Regenerated.
1651         * tests/unictype/test-categ_Nl.c: Regenerated.
1652         * tests/unictype/test-categ_No.c: Regenerated.
1653         * tests/unictype/test-categ_P.c: Regenerated.
1654         * tests/unictype/test-categ_Pd.c: Regenerated.
1655         * tests/unictype/test-categ_Pe.c: Regenerated.
1656         * tests/unictype/test-categ_Pf.c: Regenerated.
1657         * tests/unictype/test-categ_Pi.c: Regenerated.
1658         * tests/unictype/test-categ_Po.c: Regenerated.
1659         * tests/unictype/test-categ_Ps.c: Regenerated.
1660         * tests/unictype/test-categ_S.c: Regenerated.
1661         * tests/unictype/test-categ_Sk.c: Regenerated.
1662         * tests/unictype/test-categ_Sm.c: Regenerated.
1663         * tests/unictype/test-categ_So.c: Regenerated.
1664         * tests/unictype/test-ctype_alnum.c: Regenerated.
1665         * tests/unictype/test-ctype_alpha.c: Regenerated.
1666         * tests/unictype/test-ctype_graph.c: Regenerated.
1667         * tests/unictype/test-ctype_lower.c: Regenerated.
1668         * tests/unictype/test-ctype_print.c: Regenerated.
1669         * tests/unictype/test-ctype_punct.c: Regenerated.
1670         * tests/unictype/test-ctype_upper.c: Regenerated.
1671         * tests/unictype/test-decdigit.h: Regenerated.
1672         * tests/unictype/test-digit.h: Regenerated.
1673         * tests/unictype/test-numeric.h: Regenerated.
1674         * tests/unictype/test-pr_alphabetic.c: Regenerated.
1675         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
1676         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
1677         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
1678         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
1679         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
1680         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
1681         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
1682         * tests/unictype/test-pr_combining.c: Regenerated.
1683         * tests/unictype/test-pr_dash.c: Regenerated.
1684         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
1685         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
1686         * tests/unictype/test-pr_deprecated.c: Regenerated.
1687         * tests/unictype/test-pr_diacritic.c: Regenerated.
1688         * tests/unictype/test-pr_extender.c: Regenerated.
1689         * tests/unictype/test-pr_format_control.c: Regenerated.
1690         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
1691         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
1692         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
1693         * tests/unictype/test-pr_id_continue.c: Regenerated.
1694         * tests/unictype/test-pr_id_start.c: Regenerated.
1695         * tests/unictype/test-pr_ideographic.c: Regenerated.
1696         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
1697         * tests/unictype/test-pr_lowercase.c: Regenerated.
1698         * tests/unictype/test-pr_math.c: Regenerated.
1699         * tests/unictype/test-pr_numeric.c: Regenerated.
1700         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
1701         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
1702         Regenerated.
1703         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
1704         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
1705         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
1706         * tests/unictype/test-pr_other_math.c: Regenerated.
1707         * tests/unictype/test-pr_punctuation.c: Regenerated.
1708         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
1709         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
1710         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
1711         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
1712         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
1713         * tests/unictype/test-pr_uppercase.c: Regenerated.
1714         * tests/unictype/test-pr_xid_continue.c: Regenerated.
1715         * tests/unictype/test-pr_xid_start.c: Regenerated.
1716         * tests/unictype/test-pr_zero_width.c: Regenerated.
1717
1718         Update to Unicode 5.1.0.
1719         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
1720         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
1721         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
1722         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
1723         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
1724         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
1725         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
1726         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
1727         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
1728         (nonspacing_table_ind): Update.
1729         * tests/uniwidth/test-uc_width2.sh: Update expected result.
1730
1731         Update to Unicode 5.1.0.
1732         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
1733         code transform.
1734         * lib/uniname/uniname.c (unicode_character_name,
1735         unicode_name_character): Add the range 0x1Fxxx to the code transform.
1736         * lib/uniname/uninames.h: Regenerated.
1737         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
1738
1739 2009-02-07  Bruno Haible  <bruno@clisp.org>
1740
1741         Merge gen-ctype and gen-lbrk into a single program.
1742         * lib/gen-uni-tables.c: New file, incorporating
1743         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
1744         Add directory prefixes to the names of the generated files.
1745         * lib/unictype/gen-ctype.c: Remove file.
1746         * lib/unilbrk/gen-lbrk.c: Remove file.
1747         * modules/gen-uni-tables: New file.
1748         * modules/unictype/gen-ctype: Remove file.
1749         * modules/unilbrk/gen-lbrk: Remove file.
1750
1751 2009-02-07  Bruno Haible  <bruno@clisp.org>
1752
1753         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
1754
1755         New module 'unistr/u32-strcoll'.
1756         * modules/unistr/u32-strcoll: New file.
1757         * lib/unistr/u32-strcoll.c: New file.
1758
1759         New module 'unistr/u16-strcoll'.
1760         * modules/unistr/u16-strcoll: New file.
1761         * lib/unistr/u16-strcoll.c: New file.
1762
1763         New module 'unistr/u8-strcoll'.
1764         * modules/unistr/u8-strcoll: New file.
1765         * lib/unistr/u8-strcoll.c: New file.
1766         * lib/unistr/u-strcoll.h: New file.
1767
1768 2009-02-07  Bruno Haible  <bruno@clisp.org>
1769
1770         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
1771         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1772         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
1773         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
1774         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
1775         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
1776
1777 2009-02-07  Bruno Haible  <bruno@clisp.org>
1778
1779         Make 64-bit clean.
1780         * lib/unictype/gen-ctype.c (output_predicate, output_category,
1781         output_combclass, output_bidi_category, output_decimal_digit,
1782         output_digit, output_numeric, output_mirror, output_scripts,
1783         output_ident_category): Use proper width specifier in format strings.
1784
1785 2009-02-07  Bruno Haible  <bruno@clisp.org>
1786
1787         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
1788         failure behaviour.
1789
1790 2009-02-07  Jim Meyering  <meyering@redhat.com>
1791
1792         regex: avoid compilation failure with upcoming gcc-4.4
1793         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
1794         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
1795         "... error: integer overflow in preprocessor expression".
1796
1797 2009-02-05  Ben Pfaff  <blp@gnu.org>
1798
1799         Fix link errors on Windows when close module is used.
1800         * modules/close: Add $(LIB_CLOSE) to Link section.
1801         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
1802         $(LIB_CLOSE) on Windows.
1803
1804 2009-02-05  Jim Meyering  <meyering@redhat.com>
1805
1806         still avoid unused-parameter warnings, but do it cleanly
1807         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
1808         (get_fs_usage): Cast to void instead.
1809         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
1810         (dev_from_mount_options, read_file_system_list): Cast to void.
1811         Prompted by Bruno Haible.
1812
1813 2009-02-04  Jim Meyering  <meyering@redhat.com>
1814
1815         fsusage.c: correct copyright year
1816         * lib/fsusage.c: Reflect year in which the change is pushed into
1817
1818         avoid misc. warnings
1819         * lib/fsusage.c (UNUSED_PARAM): Define.
1820         (get_fs_usage): Mark parameter "disk" as unused.
1821         * lib/getugroups.c (getgrent): Use "void" in prototype.
1822         * lib/mountlist.c: Mark unused parameters.
1823         (read_file_system_list): Declare a local with "const".
1824         * lib/nanosleep.c (getnow): Declare static.
1825         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
1826
1827         dirfd: set errno upon failure
1828         * lib/dirfd.c: Include <errno.h>.
1829         Set errno to ENOTSUP when returning -1.
1830         * modules/dirfd (Depends-on): Add errno.
1831         Suggested by John Kodis <kodis@comcast.net>.
1832
1833 2009-02-01  Bruno Haible  <bruno@clisp.org>
1834
1835         Don't assume sizeof (long) >= sizeof (void *).
1836         * lib/memcmp.c: Include stdint.h.
1837         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
1838         srcp2 to 'const byte *'.
1839         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
1840         types to uintptr_t.
1841         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
1842         * modules/memcmp (Depends-on): Add stdint.
1843         Reported by Ozkan Sezer <sezeroz@gmail.com>.
1844
1845 2009-01-30  Eric Blake  <ebb9@byu.net>
1846
1847         fix more require-before-expand issues
1848         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
1849         expand, AC_PROG_AWK.
1850         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
1851
1852 2009-01-28  Eric Blake  <ebb9@byu.net>
1853
1854         version-etc: use consistent URL formatting
1855         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
1856         Improve formatting.  Use fputs for string without %.
1857
1858 2009-01-28  Jim Meyering  <meyering@redhat.com>
1859
1860         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
1861         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
1862         "underquoted definition of NAME" from autoconf-2.59.
1863
1864 2009-01-28  Bruno Haible  <bruno@clisp.org>
1865
1866         * doc/gnulib.texi: Add "Obsolete modules" to index.
1867
1868 2009-01-28  Jim Meyering  <meyering@redhat.com>
1869
1870         useless-if-before-free: recognize more variants
1871         * build-aux/useless-if-before-free: Also recognize e.g.,
1872         if (NULL != p) free (p);
1873
1874 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
1875
1876         test-getaddrinfo: skip (don't fail) this test when there's no network
1877         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
1878         on the presumption that it means you lack network access.
1879
1880 2009-01-26  Jim Meyering  <meyering@redhat.com>
1881
1882         fflush: avoid warnings on modern systems
1883         * lib/fflush.c (rpl_fflush): Move declarations of locals,
1884         pos and result, into scopes where they're used.
1885
1886 2009-01-26  Eric Blake  <ebb9@byu.net>
1887
1888         Silence warning reintroduced by recent extensions patch.
1889         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
1890         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
1891         autoconf.
1892
1893         Backport improved autoconf semantics of AC_DEFUN_ONCE.
1894         * m4/00gnulib.m4: New file.
1895         * gnulib-tool (func_get_filelist): Always use it.
1896         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
1897         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
1898
1899 2009-01-25  Bruno Haible  <bruno@clisp.org>
1900
1901         Make test-quotearg work on MacOS X and AIX.
1902         * tests/test-quotearg.sh: New file.
1903         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
1904         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
1905         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
1906         include <libintl.h>.
1907         (fake_locale): Remove variable.
1908         (gettext, dgettext, dcgettext): Remove functions.
1909         (main): Instead of setting a fake locale, set a real locale. Call
1910         textdomain and bindtextdomain.
1911         * modules/quotearg-tests (Files): Add the new files.
1912         (Depends-on): Add gettext, setenv, unsetenv.
1913         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1914         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
1915         Augment TESTS_ENVIRONMENT.
1916
1917 2009-01-25  Bruno Haible  <bruno@clisp.org>
1918
1919         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
1920         fr_FR.ISO8859-1 locale on MacOS X.
1921         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
1922         ja_JP.eucJP locale on MacOS X.
1923         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
1924         zh_CN.GB18030 locale on MacOS X.
1925
1926 2009-01-25  Bruno Haible  <bruno@clisp.org>
1927
1928         Avoid link errors on MacOS X 10.3.
1929         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
1930         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
1931
1932 2009-01-25  Bruno Haible  <bruno@clisp.org>
1933
1934         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1935         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
1936         * modules/pipe (Files): Remove m4/posix_spawn.m4.
1937         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1938         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
1939         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1940         posix_spawnattr_init, posix_spawnattr_setsigmask,
1941         posix_spawnattr_setflags, posix_spawnattr_destroy.
1942
1943         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
1944         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
1945         * modules/execute (Files): Remove m4/posix_spawn.m4.
1946         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
1947         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
1948         posix_spawnattr_init, posix_spawnattr_setsigmask,
1949         posix_spawnattr_setflags, posix_spawnattr_destroy.
1950
1951 2009-01-25  Bruno Haible  <bruno@clisp.org>
1952
1953         * lib/glthread/threadlib.c: Include <stdlib.h>.
1954
1955 2009-01-25  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/glthread/threadlib.c (dummy): New declaration.
1958
1959 2009-01-25  Bruno Haible  <bruno@clisp.org>
1960
1961         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
1962         multibyte characters also for the GB18030 encoding. Don't crash when
1963         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
1964
1965 2009-01-25  Bruno Haible  <bruno@clisp.org>
1966
1967         Avoid redefining 'struct random_data' on OSF/1 5.1.
1968         * lib/stdlib.in.h: Include <random.h> if it exists.
1969         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
1970         HAVE_RANDOM_H. Include <random.h> when testing whether
1971         'struct random_data' exists.
1972         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
1973
1974 2009-01-25  Bruno Haible  <bruno@clisp.org>
1975
1976         Don't install charset.alias on MacOS X >= 10.3.
1977         * lib/localcharset.c (DARWIN7): New macro.
1978         (get_charset_aliases): Hardcode the result for Darwin7.
1979         * modules/localcharset (install-exec-local): Don't install
1980         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
1981
1982 2009-01-25  Bruno Haible  <bruno@clisp.org>
1983
1984         Don't install charset.alias on mingw and Cygwin.
1985         * modules/localcharset (install-exec-local): Don't install
1986         charset.alias on mingw and Cygwin, if the file does not yet exist.
1987         The result for these platforms is hardcoded in localcharset.c.
1988
1989 2009-01-25  Bruno Haible  <bruno@clisp.org>
1990
1991         Make it possible again to use AC_GNU_SOURCE together with gnulib.
1992         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
1993         before requiring AC_USE_SYSTEM_EXTENSIONS.
1994
1995 2009-01-25  Jim Meyering  <meyering@redhat.com>
1996
1997         c-strtod: avoid warnings
1998         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
1999         "assignment discards qualifiers from pointer target type" warnings.
2000
2001 2009-01-24  Bruno Haible  <bruno@clisp.org>
2002
2003         Add support for non-UTF-8 locales on MacOS X.
2004         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
2005         canonical encodings. For Darwin 7 and newer, don't map traditional
2006         encodings to UTF-8.
2007         Reported by Vincent Lefevre <vincent@vinc17.org>
2008         at <http://savannah.gnu.org/bugs/?25235>.
2009
2010 2009-01-24  Bruno Haible  <bruno@clisp.org>
2011
2012         * doc/gnulib.texi (Obsolete modules): New section.
2013         Reported by Mike Frysinger <vapier@gentoo.org>.
2014
2015 2009-01-24  Bruno Haible  <bruno@clisp.org>
2016
2017         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
2018         (%.dvi): New rule.
2019
2020 2009-01-24  Bruno Haible  <bruno@clisp.org>
2021
2022         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
2023         Reported by Eric Blake.
2024
2025 2009-01-24  Bruno Haible  <bruno@clisp.org>
2026
2027         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
2028         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
2029         Reported by Gary V. Vaughan <gary@gnu.org>.
2030
2031 2009-01-24  Bruno Haible  <bruno@clisp.org>
2032
2033         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
2034
2035 2009-01-23  Bruno Haible  <bruno@clisp.org>
2036
2037         Make c-strtod, c-strtold usable in libraries.
2038         * lib/c-strtod.c: Include string.h instead of xalloc.h.
2039         (C_STRTOD): Call strdup instead of xstrdup.
2040         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
2041         * modules/c-strtold (Depends-on): Likewise.
2042         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
2043         * NEWS: Mention the change.
2044         Reported by Michael Gold <mgold@ncf.ca>.
2045
2046 2009-01-23  Jim Meyering  <meyering@redhat.com>
2047
2048         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
2049         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
2050         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
2051
2052 2009-01-23  Simon Josefsson  <simon@josefsson.org>
2053
2054         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
2055         GNU CoreUtils.
2056         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
2057         * modules/version-etc (Description): Update.
2058
2059 2009-01-22  Bruno Haible  <bruno@clisp.org>
2060
2061         Cache the C locale object.
2062         * lib/c-strtod.c (c_locale_cache): New variable.
2063         (c_locale): New function.
2064         (C_STRTOD): Use it, and don't call freelocale.
2065         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
2066         Suggested by Paolo Bonzini.
2067
2068 2009-01-21  Bruno Haible  <bruno@clisp.org>
2069
2070         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
2071         conditions other than overflow.
2072
2073 2009-01-21  Bruno Haible  <bruno@clisp.org>
2074
2075         * lib/c-strtod.c: Include errno.h.
2076         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
2077         value from STRTOD_L and STRTOD.
2078
2079 2009-01-21  Bruno Haible  <bruno@clisp.org>
2080         and Jim Meyering  <meyering@redhat.com>
2081
2082         nanosleep: skip configure test (fail it) for apple universal builds
2083         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
2084         universal builds, assume that nanosleep does not work.
2085         * modules/nanosleep (Depends-on): Add multiarch.
2086
2087         mktime: skip configure test (fail it) for apple universal builds
2088         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
2089         universal builds, assume that mktime does not work.
2090         * modules/mktime (Depends-on): Add multiarch.
2091
2092 2009-01-21  Eric Blake  <ebb9@byu.net>
2093
2094         multiarch: avoid expand-before-require warning
2095         * modules/multiarch (configure.ac): Require, rather than expand,
2096         gl_MULTIARCH.
2097         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
2098         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
2099         enforce that all clients require it.  Partial reversion of
2100         2008-12-29 patch.
2101
2102         error: avoid expand-before-require warning
2103         * modules/errno (configure.ac): Require, rather than expand,
2104         gl_HEADER_ERRNO_H.
2105         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
2106         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
2107         enforce that all clients require it.
2108
2109         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
2110         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
2111         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
2112         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
2113
2114 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
2115
2116         Revert:
2117         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2118
2119         regex: do not depend on obsolete modules.
2120         * modules/regex: Remove memcmp and memmove.
2121
2122 2009-01-20  Bruno Haible  <bruno@clisp.org>
2123
2124         Make the 'link' module link on Windows NT 4.
2125         * lib/link.c (_WIN32_WINNT): Don't define.
2126         (CreateHardLinkFuncType): New type.
2127         (CreateHardLinkFunc, initialized): New variables.
2128         (initialize): New function.
2129         (link): Invoke CreateHardLink indirectly through the function pointer.
2130
2131 2009-01-20  Bruno Haible  <bruno@clisp.org>
2132
2133         Fix compilation failure on mingw.
2134         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
2135
2136 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
2137
2138         * doc/c-strtod.texi: Mention a couple of restrictions.
2139
2140 2009-01-20  Jim Meyering  <meyering@redhat.com>
2141
2142         gettimeofday: move more declarations out of functions
2143         * lib/gettimeofday.c: Move extern declarations of tzset and
2144         gmtime out of containing functions.  Prompted by Bruno Haible.
2145
2146 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
2147
2148         regex: do not depend on obsolete modules.
2149         * modules/regex: Remove memcmp and memmove.
2150
2151 2009-01-19  Bruno Haible  <bruno@clisp.org>
2152
2153         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2154         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
2155         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2156         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
2157         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
2158
2159 2009-01-19  Bruno Haible  <bruno@clisp.org>
2160
2161         * tests/test-link.c: Include <errno.h>.
2162         (main): Exit with code 77 when a hard link cannot be created due to
2163         the file system.
2164         * tests/test-link.sh: Skip test when a hard link cannot be created due
2165         to the file system.
2166         Suggested by Eric Blake.
2167
2168 2009-01-19  Martin Lambers  <marlam@marlam.de>
2169
2170         * modules/link-tests: New file.
2171         * tests/test-link.sh: New file.
2172         * tests/test-link.c: New file.
2173
2174 2009-01-19  Eric Blake  <ebb9@byu.net>
2175
2176         doc: mention another function added in cygwin 1.7.0
2177         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
2178         Another new function in cygwin 1.7.
2179
2180 2009-01-19  Bruno Haible  <bruno@clisp.org>
2181
2182         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
2183         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
2184         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
2185         gl_BIGENDIAN, not AC_C_BIGENDIAN.
2186         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
2187         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
2188         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
2189         * m4/md4.m4 (gl_MD4): Likewise.
2190         * m4/md5.m4 (gl_MD5): Likewise.
2191         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
2192         * m4/sha1.m4 (gl_SHA1): Likewise.
2193         * m4/sha256.m4 (gl_SHA256): Likewise.
2194         * m4/sha512.m4 (gl_SHA512): Likewise.
2195
2196 2009-01-19  Bruno Haible  <bruno@clisp.org>
2197
2198         * modules/uniname/uniname-tests (Depends-on): Add progname.
2199         * tests/uniname/test-uninames.c: Include progname.h.
2200         (main): Call set_program_name.
2201
2202         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
2203         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
2204         (main): Call set_program_name.
2205
2206         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
2207         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
2208         (main): Call set_program_name.
2209
2210         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
2211         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
2212         (main): Call set_program_name.
2213
2214         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
2215         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
2216         (main): Call set_program_name.
2217
2218         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
2219         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
2220         (main): Call set_program_name.
2221
2222         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
2223         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
2224         (main): Call set_program_name.
2225
2226         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
2227         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
2228         (main): Call set_program_name.
2229
2230         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
2231         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
2232         (main): Call set_program_name.
2233
2234 2009-01-19  Eric Blake  <ebb9@byu.net>
2235
2236         test-unistd: test previous patch
2237         * tests/test-unistd.c: Test *_FILENO macros.
2238
2239         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
2240         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2241         Guarantee a definition.
2242         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
2243         * modules/unistd-safer (Depends-on): Add dependency on unistd.
2244         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
2245         * lib/dup-safer.c (STDERR_FILENO): Likewise.
2246         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2247         Likewise.
2248         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
2249         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
2250         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
2251         Likewise.
2252         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
2253         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
2254         (STDERR_FILENO): Likewise.
2255         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
2256         (STDERR_FILENO): Likewise.
2257         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
2258         (STDERR_FILENO): Likewise.
2259         Reported by Elbert Pol.
2260
2261 2009-01-19  Eric Blake  <ebb9@byu.net>
2262
2263         doc: mention more functions added in cygwin 1.7.0
2264         * doc/posix-functions/abort.texi (abort): Update wording related
2265         to cygwin.
2266         * doc/posix-functions/daylight.texi (daylight): Likewise.
2267         * doc/posix-functions/optarg.texi (optarg): Likewise.
2268         * doc/posix-functions/optarg.texi (opterr): Likewise.
2269         * doc/posix-functions/optarg.texi (optind): Likewise.
2270         * doc/posix-functions/optarg.texi (optopt): Likewise.
2271         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
2272         worked in 1.5.x, and was withdrawn in 1.7.
2273         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
2274         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
2275         cygwin versions.
2276         * doc/posix-functions/perror.texi (perror): Likewise.
2277         * doc/posix-functions/printf.texi (printf): Likewise.
2278         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
2279         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
2280         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
2281         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
2282         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
2283         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
2284         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
2285         Likewise.
2286         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
2287         Likewise.
2288         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
2289         this function.
2290         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
2291         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
2292         Likewise.
2293         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
2294         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
2295         * doc/posix-functions/confstr.texi (confstr): Likewise.
2296         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
2297         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
2298         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
2299         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
2300         * doc/posix-functions/fputws.texi (fputws): Likewise.
2301         * doc/posix-functions/fwide.texi (fwide): Likewise.
2302         * doc/posix-functions/getwc.texi (getwc): Likewise.
2303         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
2304         * doc/posix-functions/putwc.texi (putwc): Likewise.
2305         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
2306         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
2307         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
2308         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
2309         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
2310         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
2311         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
2312         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
2313         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
2314         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
2315         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
2316
2317 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2318
2319         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
2320         * lib/ioctl.c: Include <sys/ioctl.h>.
2321
2322 2009-01-19  Simon Josefsson  <simon@josefsson.org>
2323
2324         * modules/getdate-tests (Depends-on): Add progname.
2325         * tests/test-getdate.c: Use progname module, to avoid link errors
2326         on non-glibc systems.
2327
2328 2009-01-18  Simon Josefsson  <simon@josefsson.org>
2329
2330         * modules/filenamecat-tests (Depends-on): Add progname.
2331         * modules/fstrcmp-tests (Depends-on): Likewise.
2332
2333         * tests/test-filenamecat.c: Use progname module, to avoid link
2334         errors on non-glibc systems.
2335         * tests/test-fstrcmp.c: Likewise.
2336
2337 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
2338
2339         gettimeofday: avoid warning: nested extern declaration of 'localtime'
2340         * lib/gettimeofday.c: Move extern declaration out of function.
2341
2342 2009-01-18  Bruno Haible  <bruno@clisp.org>
2343
2344         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
2345         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
2346         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
2347
2348 2009-01-18  Bruno Haible  <bruno@clisp.org>
2349
2350         * lib/strftime.c (MEMPCPY): Remove unused macro.
2351         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
2352
2353 2009-01-18  Martin Lambers  <marlam@marlam.de>
2354
2355         New module 'link'.
2356         * lib/unistd.in.h (link): New declaration.
2357         * lib/link.c: New file.
2358         * m4/link.m4: New file.
2359         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
2360         HAVE_LINK.
2361         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
2362         * modules/link: New file.
2363         * doc/posix-functions/link.texi: Mention the new module.
2364
2365 2009-01-18  Bruno Haible  <bruno@clisp.org>
2366
2367         * tests/test-avltree_list.c (main): Call set_program_name.
2368         * tests/test-avltree_oset.c (main): Likewise.
2369         * tests/test-obstack-printf.c: Include progname.h.
2370         (main): Call set_program_name.
2371         * tests/test-quotearg.c: Include progname.h.
2372         (main): Call set_program_name.
2373         * tests/test-xmemdup0.c: Include progname.h.
2374         (main): Call set_program_name.
2375
2376 2009-01-18  Bruno Haible  <bruno@clisp.org>
2377
2378         New module 'alphasort'.
2379         * lib/dirent.in.h (alphasort): New declaration.
2380         * lib/alphasort.c: New file, from glibc with modifications.
2381         * m4/alphasort.m4: New file.
2382         * modules/alphasort: New file.
2383         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
2384         HAVE_ALPHASORT.
2385         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
2386         HAVE_ALPHASORT.
2387         * doc/posix-functions/alphasort.texi: Mention the new module and the
2388         portability problems.
2389
2390 2009-01-18  Bruno Haible  <bruno@clisp.org>
2391
2392         New module 'scandir'.
2393         * lib/dirent.in.h (scandir): New declaration.
2394         * lib/scandir.c: New file, from glibc with modifications.
2395         * m4/scandir.m4: New file.
2396         * modules/scandir: New file.
2397         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
2398         HAVE_SCANDIR.
2399         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
2400         HAVE_SCANDIR.
2401         * doc/posix-functions/scandir.texi: Mention the new module and the
2402         portability problems.
2403
2404 2009-01-17  Bruno Haible  <bruno@clisp.org>
2405
2406         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
2407         Update documentation.
2408         (func_remove_suffix): Escape all dots in the suffix. Update
2409         documentation.
2410         (func_filter_filelist): Update documentation.
2411         Reported by Ralf Wildenhues.
2412
2413 2009-01-17  Bruno Haible  <bruno@clisp.org>
2414
2415         * modules/dprintf-posix-tests: New file.
2416         * tests/test-dprintf-posix.sh: New file.
2417         * tests/test-dprintf-posix.c: New file.
2418
2419         New modules 'dprintf', 'dprintf-posix'.
2420         * lib/stdio.in.h (dprintf): New declaration.
2421         * lib/dprintf.c: New file.
2422         * m4/dprintf.m4: New file.
2423         * m4/dprintf-posix.m4: New file.
2424         * modules/dprintf: New file.
2425         * modules/dprintf-posix: New file.
2426         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
2427         HAVE_DPRINTF, REPLACE_DPRINTF.
2428         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
2429         HAVE_DPRINTF, REPLACE_DPRINTF.
2430         * doc/posix-functions/dprintf.texi: Mention the new modules.
2431
2432 2009-01-17  Bruno Haible  <bruno@clisp.org>
2433
2434         * modules/vdprintf-posix-tests: New file.
2435         * tests/test-vdprintf-posix.sh: New file.
2436         * tests/test-vdprintf-posix.c: New file.
2437
2438         New modules 'vdprintf', 'vdprintf-posix'.
2439         * lib/stdio.in.h (vdprintf): New declaration.
2440         * lib/vdprintf.c: New file.
2441         * m4/vdprintf.m4: New file.
2442         * m4/vdprintf-posix.m4: New file.
2443         * modules/vdprintf: New file.
2444         * modules/vdprintf-posix: New file.
2445         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
2446         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2447         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
2448         HAVE_VDPRINTF, REPLACE_VDPRINTF.
2449         * doc/posix-functions/vdprintf.texi: Mention the new modules.
2450
2451 2009-01-17  Bruno Haible  <bruno@clisp.org>
2452
2453         Fix replacement of fopen on mingw.
2454         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
2455         mingw.
2456
2457 2009-01-17  Bruno Haible  <bruno@clisp.org>
2458
2459         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
2460         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
2461
2462 2009-01-17  Bruno Haible  <bruno@clisp.org>
2463
2464         Avoid test-fflush2.sh failure on mingw.
2465         * tests/test-fflush2.c: Include binary-io.h.
2466         (main): Put standard input into binary mode.
2467         * modules/fflush-tests (Depends-on): Add binary-io.
2468
2469 2009-01-17  Bruno Haible  <bruno@clisp.org>
2470
2471         * lib/wchar.in.h: In another particular situation, include only the
2472         system's <wchar.h> file.
2473         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
2474         Reported by Albert Chin-A-Young <china@thewrittenword.com>
2475         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
2476
2477 2009-01-17  Bruno Haible  <bruno@clisp.org>
2478
2479         Support for stripping executables in --enable-relocatable.
2480         * build-aux/install-reloc: Expect one more argument, or an environment
2481         variable RELOC_STRIP_PROG. If set, strip the destination program and
2482         its wrapper.
2483         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
2484         RELOC_STRIP_PROG.
2485         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
2486         to set RELOCATABLE_STRIP.
2487         * NEWS: Mention the new Makefile requirement.
2488
2489 2009-01-17  Bruno Haible  <bruno@clisp.org>
2490
2491         * build-aux/install-reloc: Remove debugging information left over by
2492         C compiler on MacOS X.
2493
2494 2009-01-17  Bruno Haible  <bruno@clisp.org>
2495
2496         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
2497         * lib/progreloc.c (find_executable): Fix type of pointer passed to
2498         _NSGetExecutablePath.
2499
2500 2009-01-16  Jim Meyering  <meyering@redhat.com>
2501
2502         strerror: avoid warnings about discarding "const"
2503         * lib/strerror.c (rpl_strerror): Instead of returning a const
2504         string from each and every "case", use a variable, and add a single
2505         cast after the switch.
2506
2507 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
2508
2509         * lib/arpa_inet.in.h: Add extern "C" block for C++.
2510
2511 2009-01-16  Bruno Haible  <bruno@clisp.org>
2512
2513         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
2514         array initializer syntax that also works in C++ mode.
2515         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2516
2517 2009-01-16  Jim Meyering  <meyering@redhat.com>
2518
2519         poll: suppress a warning
2520         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
2521         to ignore "...unsigned expression < 0 is always false" warnings.
2522
2523 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
2524
2525         poll: remove declarations of unused variables
2526         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
2527         sockbuf and optlen.
2528
2529 2009-01-15  Bruno Haible  <bruno@clisp.org>
2530
2531         Make fflush-after-ungetc POSIX compliant on BSD systems.
2532         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
2533         (clear_ungetc_buffer): Implement also for other systems.
2534         (rpl_fflush): On glibc systems, invoke
2535         clear_ungetc_buffer_preserving_position. Otherwise, invoke
2536         clear_ungetc_buffer after fetching the stream's position, not before.
2537
2538 2009-01-15  Bruno Haible  <bruno@clisp.org>
2539
2540         Make fflush-after-ungetc POSIX compliant on glibc systems.
2541         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
2542         after ungetc.
2543         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
2544         (rpl_fflush): On glibc systems, simply call the system's fflush
2545         function after clearing the ungetc buffer.
2546         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
2547         Instead, lseek only to the end of file, then use the system's fseeko
2548         for the rest. On glibc systems, reset the EOF indicator bit.
2549
2550 2009-01-15  Jim Meyering  <meyering@redhat.com>
2551
2552         openmp.m4: revert quote-adding change, for portability to older autoconf
2553         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
2554         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
2555         Simon Josefsson noticed the problem when using autoconf-2.61.
2556
2557 2009-01-15  Bruno Haible  <bruno@clisp.org>
2558
2559         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
2560         * tests/test-fflush2.c (ASSERT): Always fail.
2561         (main): Add two tests for fflush() after ungetc(), taking into account
2562         the Austin Group's clarification.
2563         Suggested by Eric Blake.
2564
2565 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
2566
2567         mktime.m4: remove K&R-style function prototypes
2568         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
2569         for the Sun C++ compiler.
2570
2571 2009-01-14  Bruno Haible  <bruno@clisp.org>
2572
2573         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
2574         while including <wchar.h>.
2575         * lib/wchar.in.h: In two particular situations on HP-UX, include only
2576         the system's <wchar.h> file.
2577         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
2578
2579 2009-01-14  Bruno Haible  <bruno@clisp.org>
2580
2581         * m4/csharp.m4: Don't mention gettext on the serial number line.
2582         * m4/csharpexec.m4: Likewise.
2583         * m4/eaccess.m4: Likewise.
2584         * m4/javaexec.m4: Likewise.
2585         * m4/sig_atomic_t.m4: Likewise.
2586         * m4/tmpdir.m4: Likewise.
2587         * m4/intldir.m4: Bump gettext version.
2588         * m4/lib-ld.m4: Likewise.
2589
2590 2009-01-14  Bruno Haible  <bruno@clisp.org>
2591
2592         * lib/progname.c (set_program_name): Add more comments.
2593         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
2594
2595 2009-01-14  Simon Josefsson  <simon@josefsson.org>
2596
2597         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
2598         were sys/stat.h does not define it.
2599
2600 2009-01-14  Jim Meyering  <meyering@redhat.com>
2601
2602         many *.m4 files: improve m4 quoting
2603         99% of this change was performed by running the following commands:
2604         git ls-files | grep '\.m4$' | xargs perl -pi \
2605           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
2606           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2607           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
2608           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
2609         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
2610         The remainder were to add Copyright dates, increment serial numbers,
2611         undo some changes in comments, exclude m4/intl.m4, and add quotes
2612         around the "1" in ",1" where the unusual spacing prohibited the
2613         above regexps from doing the job.  For more details, see
2614         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
2615         * m4/acl.m4: Modified.
2616         * m4/afs.m4: Likewise.
2617         * m4/alloca.m4: Likewise.
2618         * m4/argp.m4: Likewise.
2619         * m4/argz.m4: Likewise.
2620         * m4/atexit.m4: Likewise.
2621         * m4/bison-i18n.m4: Likewise.
2622         * m4/bison.m4: Likewise.
2623         * m4/byteswap.m4: Likewise.
2624         * m4/c-stack.m4: Likewise.
2625         * m4/c-strtod.m4: Likewise.
2626         * m4/calloc.m4: Likewise.
2627         * m4/canonicalize-lgpl.m4: Likewise.
2628         * m4/chown.m4: Likewise.
2629         * m4/clock_time.m4: Likewise.
2630         * m4/codeset.m4: Likewise.
2631         * m4/copy-file.m4: Likewise.
2632         * m4/csharp.m4: Likewise.
2633         * m4/csharpcomp.m4: Likewise.
2634         * m4/csharpexec.m4: Likewise.
2635         * m4/d-ino.m4: Likewise.
2636         * m4/d-type.m4: Likewise.
2637         * m4/dirfd.m4: Likewise.
2638         * m4/double-slash-root.m4: Likewise.
2639         * m4/eaccess.m4: Likewise.
2640         * m4/eealloc.m4: Likewise.
2641         * m4/environ.m4: Likewise.
2642         * m4/errno_h.m4: Likewise.
2643         * m4/euidaccess.m4: Likewise.
2644         * m4/execute.m4: Likewise.
2645         * m4/fatal-signal.m4: Likewise.
2646         * m4/fchdir.m4: Likewise.
2647         * m4/fcntl_h.m4: Likewise.
2648         * m4/fileblocks.m4: Likewise.
2649         * m4/filenamecat.m4: Likewise.
2650         * m4/findprog.m4: Likewise.
2651         * m4/flexmember.m4: Likewise.
2652         * m4/fnmatch.m4: Likewise.
2653         * m4/fopen.m4: Likewise.
2654         * m4/fpending.m4: Likewise.
2655         * m4/fprintf-posix.m4: Likewise.
2656         * m4/free.m4: Likewise.
2657         * m4/frexp.m4: Likewise.
2658         * m4/frexpl.m4: Likewise.
2659         * m4/fsusage.m4: Likewise.
2660         * m4/ftruncate.m4: Likewise.
2661         * m4/gc-camellia.m4: Likewise.
2662         * m4/gc-random.m4: Likewise.
2663         * m4/gc.m4: Likewise.
2664         * m4/getaddrinfo.m4: Likewise.
2665         * m4/getcwd-abort-bug.m4: Likewise.
2666         * m4/getcwd-path-max.m4: Likewise.
2667         * m4/getdate.m4: Likewise.
2668         * m4/getdomainname.m4: Likewise.
2669         * m4/getgroups.m4: Likewise.
2670         * m4/gethostname.m4: Likewise.
2671         * m4/gethrxtime.m4: Likewise.
2672         * m4/getline.m4: Likewise.
2673         * m4/getloadavg.m4: Likewise.
2674         * m4/getndelim2.m4: Likewise.
2675         * m4/getpass.m4: Likewise.
2676         * m4/gettext.m4: Likewise.
2677         * m4/gettime.m4: Likewise.
2678         * m4/gettimeofday.m4: Likewise.
2679         * m4/gnulib-common.m4: Likewise.
2680         * m4/group-member.m4: Likewise.
2681         * m4/host-os.m4: Likewise.
2682         * m4/iconv.m4: Likewise.
2683         * m4/iconv_open.m4: Likewise.
2684         * m4/inet_ntop.m4: Likewise.
2685         * m4/inet_pton.m4: Likewise.
2686         * m4/inline.m4: Likewise.
2687         * m4/intldir.m4: Likewise.
2688         * m4/intlmacosx.m4: Likewise.
2689         * m4/intmax.m4: Likewise.
2690         * m4/intmax_t.m4: Likewise.
2691         * m4/inttypes.m4: Likewise.
2692         * m4/inttypes_h.m4: Likewise.
2693         * m4/inttypes-pri.m4: Likewise.
2694         * m4/isapipe.m4: Likewise.
2695         * m4/isnand.m4: Likewise.
2696         * m4/isnanf.m4: Likewise.
2697         * m4/isnanl.m4: Likewise.
2698         * m4/javacomp.m4: Likewise.
2699         * m4/javaexec.m4: Likewise.
2700         * m4/jm-winsz1.m4: Likewise.
2701         * m4/jm-winsz2.m4: Likewise.
2702         * m4/lchown.m4: Likewise.
2703         * m4/lcmessage.m4: Likewise.
2704         * m4/ldexpl.m4: Likewise.
2705         * m4/lib-ld.m4: Likewise.
2706         * m4/lib-link.m4: Likewise.
2707         * m4/libsigsegv.m4: Likewise.
2708         * m4/link-follow.m4: Likewise.
2709         * m4/localcharset.m4: Likewise.
2710         * m4/locale-fr.m4: Likewise.
2711         * m4/locale-ja.m4: Likewise.
2712         * m4/locale-tr.m4: Likewise.
2713         * m4/locale-zh.m4: Likewise.
2714         * m4/lock.m4: Likewise.
2715         * m4/longlong.m4: Likewise.
2716         * m4/ls-mntd-fs.m4: Likewise.
2717         * m4/lstat.m4: Likewise.
2718         * m4/malloc.m4: Likewise.
2719         * m4/mathl.m4: Likewise.
2720         * m4/mbrtowc.m4: Likewise.
2721         * m4/mbstate_t.m4: Likewise.
2722         * m4/mbswidth.m4: Likewise.
2723         * m4/memchr.m4: Likewise.
2724         * m4/memcmp.m4: Likewise.
2725         * m4/memcpy.m4: Likewise.
2726         * m4/memmem.m4: Likewise.
2727         * m4/memmove.m4: Likewise.
2728         * m4/mempcpy.m4: Likewise.
2729         * m4/memrchr.m4: Likewise.
2730         * m4/memset.m4: Likewise.
2731         * m4/minmax.m4: Likewise.
2732         * m4/mkdir-slash.m4: Likewise.
2733         * m4/mkdtemp.m4: Likewise.
2734         * m4/mktime.m4: Likewise.
2735         * m4/mmap-anon.m4: Likewise.
2736         * m4/mountlist.m4: Likewise.
2737         * m4/nanosleep.m4: Likewise.
2738         * m4/nls.m4: Likewise.
2739         * m4/nocrash.m4: Likewise.
2740         * m4/open.m4: Likewise.
2741         * m4/openat.m4: Likewise.
2742         * m4/openmp.m4: Likewise.
2743         * m4/pathmax.m4: Likewise.
2744         * m4/perl.m4: Likewise.
2745         * m4/physmem.m4: Likewise.
2746         * m4/pipe.m4: Likewise.
2747         * m4/po.m4: Likewise.
2748         * m4/poll.m4: Likewise.
2749         * m4/posixtm.m4: Likewise.
2750         * m4/posixver.m4: Likewise.
2751         * m4/printf-frexp.m4: Likewise.
2752         * m4/printf-frexpl.m4: Likewise.
2753         * m4/printf-posix.m4: Likewise.
2754         * m4/printf-posix-rpl.m4: Likewise.
2755         * m4/printf.m4: Likewise.
2756         * m4/progtest.m4: Likewise.
2757         * m4/putenv.m4: Likewise.
2758         * m4/readline.m4: Likewise.
2759         * m4/readlink.m4: Likewise.
2760         * m4/readutmp.m4: Likewise.
2761         * m4/realloc.m4: Likewise.
2762         * m4/regex.m4: Likewise.
2763         * m4/relocatable.m4: Likewise.
2764         * m4/relocatable-lib.m4: Likewise.
2765         * m4/rename-dest-slash.m4: Likewise.
2766         * m4/rename.m4: Likewise.
2767         * m4/rmdir-errno.m4: Likewise.
2768         * m4/rmdir.m4: Likewise.
2769         * m4/roundf.m4: Likewise.
2770         * m4/roundl.m4: Likewise.
2771         * m4/rpmatch.m4: Likewise.
2772         * m4/save-cwd.m4: Likewise.
2773         * m4/selinux-selinux-h.m4: Likewise.
2774         * m4/setenv.m4: Likewise.
2775         * m4/settime.m4: Likewise.
2776         * m4/sig2str.m4: Likewise.
2777         * m4/sig_atomic_t.m4: Likewise.
2778         * m4/signalblocking.m4: Likewise.
2779         * m4/signbit.m4: Likewise.
2780         * m4/sigpipe.m4: Likewise.
2781         * m4/sockets.m4: Likewise.
2782         * m4/sockpfaf.m4: Likewise.
2783         * m4/st_dm_mode.m4: Likewise.
2784         * m4/stat-time.m4: Likewise.
2785         * m4/stdbool.m4: Likewise.
2786         * m4/stdint.m4: Likewise.
2787         * m4/stdint_h.m4: Likewise.
2788         * m4/stpcpy.m4: Likewise.
2789         * m4/stpncpy.m4: Likewise.
2790         * m4/strcase.m4: Likewise.
2791         * m4/strchrnul.m4: Likewise.
2792         * m4/strcspn.m4: Likewise.
2793         * m4/strdup.m4: Likewise.
2794         * m4/strftime.m4: Likewise.
2795         * m4/strndup.m4: Likewise.
2796         * m4/strnlen.m4: Likewise.
2797         * m4/strpbrk.m4: Likewise.
2798         * m4/strptime.m4: Likewise.
2799         * m4/strsep.m4: Likewise.
2800         * m4/strtod.m4: Likewise.
2801         * m4/strtoimax.m4: Likewise.
2802         * m4/strtok_r.m4: Likewise.
2803         * m4/strtol.m4: Likewise.
2804         * m4/strtoll.m4: Likewise.
2805         * m4/strtoul.m4: Likewise.
2806         * m4/strtoull.m4: Likewise.
2807         * m4/strtoumax.m4: Likewise.
2808         * m4/strverscmp.m4: Likewise.
2809         * m4/threadlib.m4: Likewise.
2810         * m4/timegm.m4: Likewise.
2811         * m4/tm_gmtoff.m4: Likewise.
2812         * m4/tmpdir.m4: Likewise.
2813         * m4/tmpfile.m4: Likewise.
2814         * m4/tzset.m4: Likewise.
2815         * m4/uintmax_t.m4: Likewise.
2816         * m4/unlinkdir.m4: Likewise.
2817         * m4/unlocked-io.m4: Likewise.
2818         * m4/uptime.m4: Likewise.
2819         * m4/userspec.m4: Likewise.
2820         * m4/utimbuf.m4: Likewise.
2821         * m4/utime.m4: Likewise.
2822         * m4/utimes-null.m4: Likewise.
2823         * m4/utimes.m4: Likewise.
2824         * m4/vararrays.m4: Likewise.
2825         * m4/vasnprintf.m4: Likewise.
2826         * m4/vfprintf-posix.m4: Likewise.
2827         * m4/vprintf-posix.m4: Likewise.
2828         * m4/wait-process.m4: Likewise.
2829         * m4/wchar_t.m4: Likewise.
2830         * m4/wint_t.m4: Likewise.
2831         * m4/write-any-file.m4: Likewise.
2832         * m4/yield.m4: Likewise.
2833
2834 2009-01-13  Bruno Haible  <bruno@clisp.org>
2835
2836         Avoid test-copy-file.sh failures when ACL support insufficient.
2837         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
2838         TESTS_ENVIRONMENT.
2839         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
2840         Reported by Jim Meyering.
2841
2842 2009-01-13  Bruno Haible  <bruno@clisp.org>
2843
2844         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
2845         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
2846         * modules/unistdio/u8-printf-parse (Files): Likewise.
2847         * modules/unistdio/u32-printf-parse (Files): Likewise.
2848         * modules/unistdio/ulc-printf-parse (Files): Likewise.
2849
2850 2009-01-13  Simon Josefsson  <simon@josefsson.org>
2851
2852         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
2853         and m4/inttypes_h.m4 too.
2854
2855 2009-01-12  Eric Blake  <ebb9@byu.net>
2856
2857         tests: IRIX 6.2 cc can't compile -0.0 into .data
2858         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
2859         rather than at compile-time.
2860         * tests/test-floorl.c (minus_zero): Likewise.
2861         * tests/test-frexpl.c (minus_zero): Likewise.
2862         * tests/test-isnan.c (minus_zerol): Likewise.
2863         * tests/test-isnanl.h (minus_zero): Likewise.
2864         * tests/test-ldexpl.c (minus_zero): Likewise.
2865         * tests/test-roundl.c (minus_zero): Likewise.
2866         * tests/test-signbit.c (minus_zerol): Likewise.
2867         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
2868         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
2869         * tests/test-truncl.c (minus_zero): Likewise.
2870         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
2871         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
2872         Reported by Tom G. Christensen and Nelson H. F. Beebe.
2873
2874 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2875
2876         regex: fix glibc bug 9697
2877         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
2878         handling.
2879
2880 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2881
2882         regex: fix glibc bug 697
2883         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
2884         being NULL also if there are no backreferences.
2885
2886 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
2887
2888         regex: merge glibc changes
2889         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
2890         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
2891         re_string_skip_chars, re_string_reconstruct): Likewise.
2892         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
2893
2894 2009-01-07  Jim Meyering  <meyering@redhat.com>
2895
2896         poll: filter through cppi
2897         * lib/poll.c: Indent cpp directives to reflect nesting.
2898
2899 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
2900
2901         poll: don't return uninitialized
2902         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
2903
2904 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
2905
2906         avoid compile failure on AIX 6.1
2907         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
2908         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
2909
2910 2009-01-04  Jim Meyering  <meyering@redhat.com>
2911
2912         remove duplicate inclusion of <stdio.h>
2913         * tests/test-fprintf-posix.c: Likewise.
2914         * tests/test-printf-posix.c: Likewise.
2915         * tests/test-snprintf-posix.c: Likewise.
2916         * tests/test-sprintf-posix.c: Likewise.
2917         * tests/test-vasprintf-posix.c: Likewise.
2918         * tests/test-vfprintf-posix.c: Likewise.
2919         * tests/test-vprintf-posix.c: Likewise.
2920         * tests/test-vsnprintf-posix.c: Likewise.
2921         * tests/test-vsprintf-posix.c: Likewise.
2922
2923 2009-01-03  Jim Meyering  <meyering@redhat.com>
2924
2925         gnulib-tool: fix sed-based filtering
2926         * gnulib-tool (func_filter_filelist): Remove extra backslash
2927         in sed_fff_filter definition.
2928
2929 2009-01-02  Jim Meyering  <meyering@redhat.com>
2930
2931         strftime: avoid compilation failure on Solaris 2.6
2932         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
2933         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
2934         Don't #define mbrlen or mbsinit, since now they're guaranteed to
2935         be available.  Reported by Tom G. Christensen.  Details in
2936         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
2937
2938 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2939             Bruno Haible  <bruno@clisp.org>
2940
2941         Speed up gnulib-tool by doing more string processing through shell
2942         built-ins.
2943         * gnulib-tool (fast_func_append): New variable.
2944         (func_remove_prefix, func_remove_suffix): New functions.
2945         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
2946         (func_filter_filelist): New function.
2947         (func_get_dependencies): Use func_remove_suffix instead of sed.
2948         (func_get_automake_snippet): Use func_filter_filelist instead of a
2949         subshell and sed invocation.
2950
2951 2009-01-01  Bruno Haible  <bruno@clisp.org>
2952
2953         Fix a security bug.
2954         * gnulib-tool (func_import, import, update): Don't allow the characters
2955         '"', '$', '`', '\' in macro arguments that become part of commands that
2956         are evaluated.
2957
2958 2009-01-01  Bruno Haible  <bruno@clisp.org>
2959
2960         * gnulib-tool (func_reset_sigpipe): Add more comments.
2961
2962 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2963
2964         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
2965         func_emit_tests_Makefile_am, func_import): Abort loops early if we
2966         already know the answer.
2967
2968 2009-01-01  Jim Meyering  <meyering@redhat.com>
2969
2970         * lib/version-etc.c (version_etc_va): Update copyright year.
2971
2972 2008-12-30  Bruno Haible  <bruno@clisp.org>
2973
2974         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
2975         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
2976         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
2977
2978 2008-12-29  Eric Blake  <ebb9@byu.net>
2979
2980         multiarch: avoid autoconf AC_REQUIRE bug
2981         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
2982         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
2983         2.63 and older.
2984         Reported by Bruno Haible, and analyzed in
2985         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
2986
2987 2008-12-29  Bruno Haible  <bruno@clisp.org>
2988
2989         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
2990         files in subdirectories correctly.
2991         Reported by Ralf Wildenhues.
2992
2993 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2994
2995         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
2996         rather than 'join FILE -', for Solaris join.
2997
2998 2008-12-29  Bruno Haible  <bruno@clisp.org>
2999
3000         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
3001         quoting.
3002         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
3003         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
3004         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
3005         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
3006         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
3007         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
3008         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
3009         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
3010         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3011         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
3012         * m4/nls.m4 (AM_NLS): Likewise.
3013         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
3014         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
3015         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
3016         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
3017         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
3018         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
3019         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
3020         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
3021         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
3022         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
3023         * m4/xsize.m4 (gl_XSIZE): Likewise.
3024         Suggested by Jim Meyering.
3025
3026 2008-11-17  Bruce Korb  <bkorb@gnu.org>
3027
3028         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
3029         * lib/parse-duration.c: use a switch instead of cascading if's.
3030
3031 2008-12-29  Eric Blake  <ebb9@byu.net>
3032
3033         wchar.h: supply WEOF on Irix 5.3
3034         * lib/wchar.in.h (wint_t): Also supply WEOF.
3035         * lib/wctype.in.h (wint_t): Likewise.
3036         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
3037         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
3038         Reported by Tom G. Christensen.
3039
3040 2008-12-26  Bruno Haible  <bruno@clisp.org>
3041
3042         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
3043         i486, i586, i686.
3044
3045 2008-12-26  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
3048
3049 2008-12-26  Bruno Haible  <bruno@clisp.org>
3050
3051         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
3052         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
3053         not __STDC_CONSTANT_MACROS.
3054         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
3055
3056 2008-12-25  Bruno Haible  <bruno@clisp.org>
3057
3058         Add support for universal builds to vasnprintf.
3059         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
3060         universal builds, guess no.
3061         * modules/vasnprintf-posix (Depends-on): Add multiarch.
3062         * modules/vasprintf-posix (Depends-on): Likewise.
3063         * modules/fprintf-posix (Depends-on): Likewise.
3064         * modules/vfprintf-posix (Depends-on): Likewise.
3065         * modules/snprintf-posix (Depends-on): Likewise.
3066         * modules/vsnprintf-posix (Depends-on): Likewise.
3067         * modules/sprintf-posix (Depends-on): Likewise.
3068         * modules/vsprintf-posix (Depends-on): Likewise.
3069         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
3070         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
3071         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
3072         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
3073         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
3074         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
3075         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
3076
3077         Add support for universal builds to <inttypes.h>.
3078         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
3079         _SCNu64_PREFIX): In Apple
3080         universal builds, define directly, using _LP64.
3081         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
3082         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
3083         * modules/inttypes (Depends-on): Add multiarch.
3084         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3085
3086         Add support for universal builds to <stdint.h>.
3087         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
3088         universal builds, define directly, using _LP64.
3089         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
3090         Apple universal builds, don't test for the size and suffix of ptrdiff_t
3091         and size_t.
3092         * modules/stdint (Depends-on): Add multiarch.
3093         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
3094
3095         New module 'multiarch'.
3096         * modules/multiarch: New file.
3097         * m4/multiarch.m4: New file.
3098
3099 2008-12-25  Bruno Haible  <bruno@clisp.org>
3100
3101         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
3102
3103 2008-12-25  Bruno Haible  <bruno@clisp.org>
3104
3105         * modules/btowc (License): Relicense under LGPLv2+.
3106         * modules/mbsinit (License): Likewise.
3107         * modules/mbrtowc (License): Likewise.
3108         * modules/wcrtomb (License): Likewise.
3109         * modules/streq (License): Likewise.
3110         Reported by David Lutterkort <lutter@redhat.com>.
3111
3112 2008-12-23  Bruno Haible  <bruno@clisp.org>
3113
3114         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
3115
3116 2008-12-23  Bruno Haible  <bruno@clisp.org>
3117
3118         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
3119         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
3120         GETADDRINFO_LIB, not in LIBS.
3121         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
3122         * modules/canon-host (Link): Likewise.
3123         * NEWS: Mention the change.
3124         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
3125         GETADDRINFO_LIB.
3126
3127 2008-12-22  Bruno Haible  <bruno@clisp.org>
3128
3129         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
3130         * doc/posix-functions/iswalpha_l.texi: Likewise.
3131         * doc/posix-functions/iswblank_l.texi: Likewise.
3132         * doc/posix-functions/iswcntrl_l.texi: Likewise.
3133         * doc/posix-functions/iswctype_l.texi: Likewise.
3134         * doc/posix-functions/iswdigit_l.texi: Likewise.
3135         * doc/posix-functions/iswgraph_l.texi: Likewise.
3136         * doc/posix-functions/iswlower_l.texi: Likewise.
3137         * doc/posix-functions/iswprint_l.texi: Likewise.
3138         * doc/posix-functions/iswpunct_l.texi: Likewise.
3139         * doc/posix-functions/iswspace_l.texi: Likewise.
3140         * doc/posix-functions/iswupper_l.texi: Likewise.
3141         * doc/posix-functions/iswxdigit_l.texi: Likewise.
3142         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
3143         * doc/posix-functions/open_wmemstream.texi: Likewise.
3144         * doc/posix-functions/swscanf.texi: Likewise.
3145         * doc/posix-functions/towctrans_l.texi: Likewise.
3146         * doc/posix-functions/towlower.texi: Likewise.
3147         * doc/posix-functions/towlower_l.texi: Likewise.
3148         * doc/posix-functions/towupper.texi: Likewise.
3149         * doc/posix-functions/towupper_l.texi: Likewise.
3150         * doc/posix-functions/vfwprintf.texi: Likewise.
3151         * doc/posix-functions/vfwscanf.texi: Likewise.
3152         * doc/posix-functions/vswscanf.texi: Likewise.
3153         * doc/posix-functions/vwprintf.texi: Likewise.
3154         * doc/posix-functions/vwscanf.texi: Likewise.
3155         * doc/posix-functions/wcpcpy.texi: Likewise.
3156         * doc/posix-functions/wcpncpy.texi: Likewise.
3157         * doc/posix-functions/wcscasecmp.texi: Likewise.
3158         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
3159         * doc/posix-functions/wcscoll_l.texi: Likewise.
3160         * doc/posix-functions/wcsdup.texi: Likewise.
3161         * doc/posix-functions/wcsncasecmp.texi: Likewise.
3162         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
3163         * doc/posix-functions/wcsnlen.texi: Likewise.
3164         * doc/posix-functions/wcsnrtombs.texi: Likewise.
3165         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
3166         * doc/posix-functions/wctrans_l.texi: Likewise.
3167         * doc/posix-functions/wctype_l.texi: Likewise.
3168         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
3169         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
3170         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
3171         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
3172         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
3173         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
3174         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
3175         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
3176         * doc/glibc-functions/wcschrnul.texi: Likewise.
3177         * doc/glibc-functions/wcsftime_l.texi: Likewise.
3178         * doc/glibc-functions/wcstod_l.texi: Likewise.
3179         * doc/glibc-functions/wcstof_l.texi: Likewise.
3180         * doc/glibc-functions/wcstol_l.texi: Likewise.
3181         * doc/glibc-functions/wcstold_l.texi: Likewise.
3182         * doc/glibc-functions/wcstoll_l.texi: Likewise.
3183         * doc/glibc-functions/wcstoq.texi: Likewise.
3184         * doc/glibc-functions/wcstoul_l.texi: Likewise.
3185         * doc/glibc-functions/wcstoull_l.texi: Likewise.
3186         * doc/glibc-functions/wcstouq.texi: Likewise.
3187         * doc/glibc-functions/wmempcpy.texi: Likewise.
3188
3189 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
3190             Eric Blake  <ebb9@byu.net>
3191             Paolo Bonzini  <bonzini@gnu.org>
3192             Bruno Haible  <bruno@clisp.org>
3193
3194         Make c-stack work on Haiku.
3195         * lib/c-stack.c (SA_ONSTACK): Define fallback.
3196         (c_stack_action): Use SA_ONSTACK flag.
3197
3198 2008-12-22  Bruno Haible  <bruno@clisp.org>
3199
3200         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
3201
3202 2008-12-22  Bruno Haible  <bruno@clisp.org>
3203
3204         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
3205         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
3206         being overridden.
3207         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
3208         New macros.
3209         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
3210         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
3211         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
3212         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
3213
3214 2008-12-22  Bruno Haible  <bruno@clisp.org>
3215
3216         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
3217         from test code.
3218
3219 2008-12-22  Eric Blake  <ebb9@byu.net>
3220
3221         Avoid gcc warnings on cygwin.
3222         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
3223         Avoid unused variable.
3224         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
3225         Likewise.
3226
3227 2008-12-22  Bruno Haible  <bruno@clisp.org>
3228
3229         Remove HAVE_MBRTOWC conditionals.
3230         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
3231         (mbscasecmp): Assume mbrtowc function.
3232         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
3233         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
3234         * lib/mbschr.c: Include mbuiter.h unconditionally.
3235         (mbschr): Assume mbrtowc function.
3236         * lib/mbscspn.c: Include mbuiter.h unconditionally.
3237         (mbscspn): Assume mbrtowc function.
3238         * lib/mbslen.c: Include mbuiter.h unconditionally.
3239         (mbslen): Assume mbrtowc function.
3240         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
3241         (mbsncasecmp): Assume mbrtowc function.
3242         * lib/mbsnlen.c: Include mbiter.h unconditionally.
3243         (mbsnlen): Assume mbrtowc function.
3244         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
3245         (mbspbrk): Assume mbrtowc function.
3246         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
3247         (mbspcasecmp): Assume mbrtowc function.
3248         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
3249         (mbsrchr): Assume mbrtowc function.
3250         * lib/mbssep.c: Include mbuiter.h unconditionally.
3251         (mbssep): Assume mbrtowc function.
3252         * lib/mbsspn.c: Include mbuiter.h unconditionally.
3253         (mbsspn): Assume mbrtowc function.
3254         * lib/mbsstr.c: Include mbuiter.h unconditionally.
3255         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
3256         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
3257         (mbstok_r): Assume mbrtowc function.
3258         * lib/propername.c: Include mbuiter.h unconditionally.
3259         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
3260         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
3261         (trim2): Assume mbrtowc function.
3262         * lib/mbswidth.c (mbsinit): Remove fallback definition.
3263         (mbsnwidth): Assume mbrtowc function.
3264         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
3265         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
3266         fallback definitions.
3267         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
3268
3269 2008-12-22  Bruno Haible  <bruno@clisp.org>
3270
3271         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
3272
3273 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
3274
3275         * modules/regex: Request emulations for the mb*/wc* functions we need.
3276         * m4/regex.m4: Don't look for those functions here.
3277         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
3278
3279 2008-12-22  Bruno Haible  <bruno@clisp.org>
3280
3281         * modules/fnmatch (Depends-on): Remove duplicated dependency.
3282
3283 2008-12-21  Bruno Haible  <bruno@clisp.org>
3284
3285         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
3286         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
3287         (Include): Remove conditionalization.
3288         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
3289         (Include): Remove conditionalization.
3290         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
3291         (Include): Remove conditionalization.
3292         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
3293         * m4/mbfile.m4 (gl_MBFILE): Likewise.
3294         * NEWS: Mention the change.
3295         Reported by Alan Hourihane <alanh@fairlite.co.uk>
3296         via Sergey Poznyakoff <gray@gnu.org.ua>.
3297
3298 2008-12-21  Bruno Haible  <bruno@clisp.org>
3299
3300         * MODULES.html.sh (Extended multibyte and wide character utilities
3301         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
3302         wcrtomb, wcsrtombs.
3303         (Support for systems lacking POSIX:2008): Add accept, bind, close,
3304         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
3305         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
3306         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
3307
3308 2008-12-21  Bruno Haible  <bruno@clisp.org>
3309
3310         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
3311
3312 2008-12-21  Bruno Haible  <bruno@clisp.org>
3313
3314         * modules/wcsnrtombs-tests: New file.
3315         * tests/test-wcsnrtombs1.sh: New file.
3316         * tests/test-wcsnrtombs2.sh: New file.
3317         * tests/test-wcsnrtombs3.sh: New file.
3318         * tests/test-wcsnrtombs4.sh: New file.
3319         * tests/test-wcsnrtombs.c: New file.
3320
3321         New module 'wcsnrtombs'.
3322         * lib/wchar.in.h (wcsnrtombs): New declaration.
3323         * lib/wcsnrtombs.c: New file.
3324         * lib/wcsrtombs-state.c: New file.
3325         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
3326         (internal_state): Remove variable.
3327         * m4/wcsnrtombs.m4: New file.
3328         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
3329         compilation units.
3330         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
3331         HAVE_WCSNRTOMBS.
3332         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
3333         HAVE_WCSNRTOMBS.
3334         * modules/wcsnrtombs: New file.
3335         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
3336         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
3337
3338 2008-12-21  Bruno Haible  <bruno@clisp.org>
3339
3340         * modules/wcsrtombs-tests: New file.
3341         * tests/test-wcsrtombs1.sh: New file.
3342         * tests/test-wcsrtombs2.sh: New file.
3343         * tests/test-wcsrtombs3.sh: New file.
3344         * tests/test-wcsrtombs4.sh: New file.
3345         * tests/test-wcsrtombs.c: New file.
3346
3347         New module 'wcsrtombs'.
3348         * lib/wchar.in.h (wcsrtombs): New declaration.
3349         * lib/wcsrtombs.c: New file.
3350         * m4/wcsrtombs.m4: New file.
3351         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
3352         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3353         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
3354         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
3355         * modules/wcsrtombs: New file.
3356         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
3357         bugs.
3358
3359 2008-12-21  Bruno Haible  <bruno@clisp.org>
3360
3361         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
3362         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
3363         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
3364         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
3365         if not correct.
3366         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
3367         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
3368         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3369         m4/locale-zh.m4, m4/codeset.m4.
3370         * doc/posix-functions/wcrtomb.texi: Document the bug.
3371
3372 2008-12-21  Bruno Haible  <bruno@clisp.org>
3373
3374         Work around a btowc() bug on IRIX 6.5.
3375         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
3376         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
3377         REPLACE_WTOBC if not.
3378         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
3379         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
3380         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
3381
3382 2008-12-21  Bruno Haible  <bruno@clisp.org>
3383
3384         * modules/wcrtomb-tests: New file.
3385         * tests/test-wcrtomb.sh: New file.
3386         * tests/test-wcrtomb.c: New file.
3387
3388         New module 'wcrtomb'.
3389         * lib/wchar.in.h (wcrtomb): New declaration.
3390         * lib/wcrtomb.c: New file.
3391         * m4/wcrtomb.m4: New file.
3392         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
3393         HAVE_WCRTOMB.
3394         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
3395         HAVE_WCRTOMB.
3396         * modules/wcrtomb: New file.
3397         * doc/posix-functions/wcrtomb.texi: Mention the new module.
3398
3399 2008-12-21  Bruno Haible  <bruno@clisp.org>
3400
3401         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
3402         * modules/mbsrtowcs (Files): Likewise.
3403         * modules/wctob (Files): Likewise.
3404         * modules/c-strcase-tests (Files): Likewise.
3405         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
3406         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
3407         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
3408         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
3409         * modules/vasnprintf-posix-tests (Files): Likewise.
3410
3411 2008-12-21  William Pursell  <bill.pursell@gmail.com>
3412
3413         gitlog-to-changelog: pass all command-line arguments to git-log
3414         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
3415         it is sometimes convenient to filter the commits in various ways.
3416         gitlog-to-changelog only allows --since to specify a start date,
3417         but git-log itself supports many other filtering mechanisms.
3418         At the moment, I want to filter by branch name.  Rather than
3419         adding a --branch option to gitlog-to-changelog, it seems more
3420         flexible to simply pass all options directly to git-log and let
3421         git do the work.  Notice that this effectively makes --since a
3422         redundant option for gitlog-to-changelog, but removing it would
3423         require current usage to change since calls would then require
3424         an additional '--'.
3425
3426 2008-12-21  Bruno Haible  <bruno@clisp.org>
3427
3428         * modules/mbsnrtowcs-tests: New file.
3429         * tests/test-mbsnrtowcs1.sh: New file.
3430         * tests/test-mbsnrtowcs2.sh: New file.
3431         * tests/test-mbsnrtowcs3.sh: New file.
3432         * tests/test-mbsnrtowcs4.sh: New file.
3433         * tests/test-mbsnrtowcs.c: New file.
3434
3435         New module 'mbsnrtowcs'.
3436         * lib/wchar.in.h (mbsnrtowcs): New declaration.
3437         * lib/mbsnrtowcs.c: New file.
3438         * lib/mbsrtowcs-state.c: New file.
3439         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
3440         (internal_state): Remove variable.
3441         * m4/mbsnrtowcs.m4: New file.
3442         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
3443         compilation units.
3444         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
3445         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3446         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
3447         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
3448         * modules/mbsnrtowcs: New file.
3449         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
3450         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
3451         portability problem.
3452
3453 2008-12-21  Bruno Haible  <bruno@clisp.org>
3454
3455         Work around mbsrtowcs bug.
3456         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
3457         (gl_FUNC_MBSRTOWCS): Invoke it.
3458         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3459         m4/locale-zh.m4.
3460         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
3461
3462 2008-12-21  Bruno Haible  <bruno@clisp.org>
3463
3464         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
3465
3466 2008-12-21  Bruno Haible  <bruno@clisp.org>
3467
3468         Update doc for AIX.
3469         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
3470         16-bit wchar_t type.
3471         * doc/posix-functions/btowc.texi: Likewise.
3472         * doc/posix-functions/fgetwc.texi: Likewise.
3473         * doc/posix-functions/fgetws.texi: Likewise.
3474         * doc/posix-functions/fputwc.texi: Likewise.
3475         * doc/posix-functions/fputws.texi: Likewise.
3476         * doc/posix-functions/fwide.texi: Likewise.
3477         * doc/posix-functions/fwprintf.texi: Likewise.
3478         * doc/posix-functions/fwscanf.texi: Likewise.
3479         * doc/posix-functions/getwchar.texi: Likewise.
3480         * doc/posix-functions/getwc.texi: Likewise.
3481         * doc/posix-functions/iswalnum.texi: Likewise.
3482         * doc/posix-functions/iswalpha.texi: Likewise.
3483         * doc/posix-functions/iswblank.texi: Likewise.
3484         * doc/posix-functions/iswcntrl.texi: Likewise.
3485         * doc/posix-functions/iswctype.texi: Likewise.
3486         * doc/posix-functions/iswdigit.texi: Likewise.
3487         * doc/posix-functions/iswgraph.texi: Likewise.
3488         * doc/posix-functions/iswlower.texi: Likewise.
3489         * doc/posix-functions/iswprint.texi: Likewise.
3490         * doc/posix-functions/iswpunct.texi: Likewise.
3491         * doc/posix-functions/iswspace.texi: Likewise.
3492         * doc/posix-functions/iswupper.texi: Likewise.
3493         * doc/posix-functions/iswxdigit.texi: Likewise.
3494         * doc/posix-functions/mbrtowc.texi: Likewise.
3495         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3496         * doc/posix-functions/mbstowcs.texi: Likewise.
3497         * doc/posix-functions/mbtowc.texi: Likewise.
3498         * doc/posix-functions/putwchar.texi: Likewise.
3499         * doc/posix-functions/putwc.texi: Likewise.
3500         * doc/posix-functions/swprintf.texi: Likewise.
3501         * doc/posix-functions/tolower.texi: Likewise.
3502         * doc/posix-functions/toupper.texi: Likewise.
3503         * doc/posix-functions/towctrans.texi: Likewise.
3504         * doc/posix-functions/ungetwc.texi: Likewise.
3505         * doc/posix-functions/vswprintf.texi: Likewise.
3506         * doc/posix-functions/wcrtomb.texi: Likewise.
3507         * doc/posix-functions/wcscat.texi: Likewise.
3508         * doc/posix-functions/wcschr.texi: Likewise.
3509         * doc/posix-functions/wcscmp.texi: Likewise.
3510         * doc/posix-functions/wcscoll.texi: Likewise.
3511         * doc/posix-functions/wcscpy.texi: Likewise.
3512         * doc/posix-functions/wcscspn.texi: Likewise.
3513         * doc/posix-functions/wcsftime.texi: Likewise.
3514         * doc/posix-functions/wcslen.texi: Likewise.
3515         * doc/posix-functions/wcsncat.texi: Likewise.
3516         * doc/posix-functions/wcsncmp.texi: Likewise.
3517         * doc/posix-functions/wcsncpy.texi: Likewise.
3518         * doc/posix-functions/wcspbrk.texi: Likewise.
3519         * doc/posix-functions/wcsrchr.texi: Likewise.
3520         * doc/posix-functions/wcsrtombs.texi: Likewise.
3521         * doc/posix-functions/wcsspn.texi: Likewise.
3522         * doc/posix-functions/wcsstr.texi: Likewise.
3523         * doc/posix-functions/wcstod.texi: Likewise.
3524         * doc/posix-functions/wcstof.texi: Likewise.
3525         * doc/posix-functions/wcstoimax.texi: Likewise.
3526         * doc/posix-functions/wcstok.texi: Likewise.
3527         * doc/posix-functions/wcstold.texi: Likewise.
3528         * doc/posix-functions/wcstoll.texi: Likewise.
3529         * doc/posix-functions/wcstol.texi: Likewise.
3530         * doc/posix-functions/wcstombs.texi: Likewise.
3531         * doc/posix-functions/wcstoull.texi: Likewise.
3532         * doc/posix-functions/wcstoul.texi: Likewise.
3533         * doc/posix-functions/wcstoumax.texi: Likewise.
3534         * doc/posix-functions/wcswidth.texi: Likewise.
3535         * doc/posix-functions/wcsxfrm.texi: Likewise.
3536         * doc/posix-functions/wctob.texi: Likewise.
3537         * doc/posix-functions/wctomb.texi: Likewise.
3538         * doc/posix-functions/wctrans.texi: Likewise.
3539         * doc/posix-functions/wctype.texi: Likewise.
3540         * doc/posix-functions/wcwidth.texi: Likewise.
3541         * doc/posix-functions/wmemchr.texi: Likewise.
3542         * doc/posix-functions/wmemcmp.texi: Likewise.
3543         * doc/posix-functions/wmemcpy.texi: Likewise.
3544         * doc/posix-functions/wmemmove.texi: Likewise.
3545         * doc/posix-functions/wmemset.texi: Likewise.
3546         * doc/posix-functions/wprintf.texi: Likewise.
3547         * doc/posix-functions/wscanf.texi: Likewise.
3548
3549 2008-12-21  Bruno Haible  <bruno@clisp.org>
3550
3551         Update doc for HP-UX 11.11.
3552         * doc/posix-functions/btowc.texi: Clarify that the function is missing
3553         in HP-UX version 11.00, not in all versions of HP-UX 11.
3554         * doc/posix-functions/fwide.texi: Likewise.
3555         * doc/posix-functions/fwprintf.texi: Likewise.
3556         * doc/posix-functions/fwscanf.texi: Likewise.
3557         * doc/posix-functions/inet_ntop.texi: Likewise.
3558         * doc/posix-functions/inet_pton.texi: Likewise.
3559         * doc/posix-functions/mbrlen.texi: Likewise.
3560         * doc/posix-functions/mbrtowc.texi: Likewise.
3561         * doc/posix-functions/mbsinit.texi: Likewise.
3562         * doc/posix-functions/mbsrtowcs.texi: Likewise.
3563         * doc/posix-functions/swprintf.texi: Likewise.
3564         * doc/posix-functions/swscanf.texi: Likewise.
3565         * doc/posix-functions/towctrans.texi: Likewise.
3566         * doc/posix-functions/vfwprintf.texi: Likewise.
3567         * doc/posix-functions/vswprintf.texi: Likewise.
3568         * doc/posix-functions/vwprintf.texi: Likewise.
3569         * doc/posix-functions/wcrtomb.texi: Likewise.
3570         * doc/posix-functions/wcsrtombs.texi: Likewise.
3571         * doc/posix-functions/wcsstr.texi: Likewise.
3572         * doc/posix-functions/wctob.texi: Likewise.
3573         * doc/posix-functions/wctrans.texi: Likewise.
3574         * doc/posix-functions/wmemchr.texi: Likewise.
3575         * doc/posix-functions/wmemcmp.texi: Likewise.
3576         * doc/posix-functions/wmemcpy.texi: Likewise.
3577         * doc/posix-functions/wmemmove.texi: Likewise.
3578         * doc/posix-functions/wmemset.texi: Likewise.
3579         * doc/posix-functions/wprintf.texi: Likewise.
3580         * doc/posix-functions/wscanf.texi: Likewise.
3581
3582 2008-12-21  Bruno Haible  <bruno@clisp.org>
3583
3584         Work around a portability problem.
3585         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
3586         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
3587
3588 2008-12-20  Bruno Haible  <bruno@clisp.org>
3589
3590         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
3591         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
3592         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
3593         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
3594         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
3595
3596         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
3597         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
3598         set.
3599         (GNULIB_defined_mbstate_t): New macro.
3600         (mbsinit): Redefine if REPLACE_MBSINIT is set.
3601         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
3602         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
3603         reuses the system's mbrtowc function but works around the bugs.
3604         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
3605         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
3606         macros.
3607         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
3608         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
3609         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
3610         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
3611         REPLACE_MBSINIT if mbsinit needs to be overridden.
3612         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
3613         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3614         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
3615         REPLACE_MBSINIT, REPLACE_MBRTOWC.
3616         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
3617         m4/locale-zh.m4.
3618         (Depends): Add mbsinit.
3619         * modules/mbsinit (Depends): Add mbrtowc.
3620         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
3621
3622 2008-12-20  Bruno Haible  <bruno@clisp.org>
3623
3624         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
3625         so that there are no conversion errors on AIX.
3626         * tests/test-mbsrtowcs.c (main): LIkewise.
3627
3628 2008-12-20  Bruno Haible  <bruno@clisp.org>
3629
3630         Work around wctob bug on Solaris <= 9.
3631         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
3632         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
3633         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
3634         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
3635         * modules/wctob (Files): Add m4/locale-fr.m4.
3636         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
3637
3638 2008-12-20  Bruno Haible  <bruno@clisp.org>
3639
3640         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
3641         /dev/null.
3642         * tests/test-select-in.sh: Likewise.
3643         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
3644
3645 2008-12-20  Bruno Haible  <bruno@clisp.org>
3646
3647         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
3648         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
3649         Cygwin 1.5.x.
3650
3651 2008-12-20  Bruno Haible  <bruno@clisp.org>
3652
3653         Ensure mbstate_t is defined on HP-UX 11.11.
3654         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
3655         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
3656         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
3657         AC_USE_SYSTEM_EXTENSIONS.
3658         * modules/fnmatch (Depends-on): Add extensions.
3659         * modules/mbrlen (Depends-on): Likewise.
3660         * modules/mbrtowc (Depends-on): Likewise.
3661         * modules/mbsinit (Depends-on): Likewise.
3662         * modules/mbsrtowcs (Depends-on): Likewise.
3663         * modules/mbswidth (Depends-on): Likewise.
3664         * modules/quotearg (Depends-on): Likewise.
3665         * modules/strftime (Depends-on): Likewise.
3666
3667 2008-12-20  Bruno Haible  <bruno@clisp.org>
3668
3669         Ensure wctob is declared on IRIX 6.5.
3670         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
3671         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
3672         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
3673         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
3674         of HAVE_WCTOB.
3675         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
3676         HAVE_WCTOB.
3677         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
3678
3679 2008-12-19  Bruno Haible  <bruno@clisp.org>
3680
3681         * modules/mbsrtowcs-tests: New file.
3682         * tests/test-mbsrtowcs1.sh: New file.
3683         * tests/test-mbsrtowcs2.sh: New file.
3684         * tests/test-mbsrtowcs3.sh: New file.
3685         * tests/test-mbsrtowcs4.sh: New file.
3686         * tests/test-mbsrtowcs.c: New file.
3687
3688         New module 'mbsrtowcs'.
3689         * lib/wchar.in.h (mbsrtowcs): New declaration.
3690         * lib/mbsrtowcs.c: New file.
3691         * m4/mbsrtowcs.m4: New file.
3692         * modules/mbsrtowcs: New file.
3693         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
3694         HAVE_MBSRTOWCS.
3695         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
3696         HAVE_MBSRTOWCS.
3697         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
3698
3699 2008-12-19  Bruno Haible  <bruno@clisp.org>
3700
3701         New module 'mbrlen'.
3702         * lib/wchar.in.h (mbrlen): New declaration.
3703         * lib/mbrlen.c: New file.
3704         * m4/mbrlen.m4: New file.
3705         * modules/mbrlen: New file.
3706         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
3707         HAVE_MBRLEN.
3708         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
3709         HAVE_MBRLEN.
3710         * doc/posix-functions/mbrlen.texi: Document the new module.
3711
3712 2008-12-19  Bruno Haible  <bruno@clisp.org>
3713
3714         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
3715         * modules/mbrtowc (Depends-on): Add verify.
3716         Suggested by Paul Eggert.
3717
3718 2008-12-18  Bruno Haible  <bruno@clisp.org>
3719
3720         * modules/mbsinit-tests: New file.
3721         * tests/test-mbsinit.sh: New file.
3722         * tests/test-mbsinit.c: New file.
3723
3724 2008-12-18  Bruno Haible  <bruno@clisp.org>
3725
3726         * modules/mbrtowc-tests: New file.
3727         * tests/test-mbrtowc1.sh: New file.
3728         * tests/test-mbrtowc2.sh: New file.
3729         * tests/test-mbrtowc3.sh: New file.
3730         * tests/test-mbrtowc4.sh: New file.
3731         * tests/test-mbrtowc.c: New file.
3732
3733         New module 'mbrtowc'.
3734         * lib/wchar.in.h (mbstate_t): Override when the system does not have
3735         mbsinit and mbrtowc.
3736         (mbrtowc): New declaration.
3737         * lib/mbrtowc.c: New file.
3738         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
3739         * modules/mbrtowc: New file.
3740         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
3741         HAVE_MBRTOWC.
3742         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
3743         HAVE_MBRTOWC.
3744         * doc/posix-functions/mbrtowc.texi: Document the new module.
3745
3746 2008-12-18  Bruno Haible  <bruno@clisp.org>
3747
3748         New module 'wctob'.
3749         * lib/wchar.in.h (wctob): New declaration.
3750         * lib/wctob.c: New file.
3751         * m4/wctob.m4: New file.
3752         * modules/wctob: New file.
3753         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
3754         HAVE_WCTOB.
3755         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
3756         * doc/posix-functions/wctob.texi: Document the new module.
3757
3758 2008-12-18  Bruno Haible  <bruno@clisp.org>
3759
3760         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
3761         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
3762
3763 2008-12-18  Simon Josefsson  <simon@josefsson.org>
3764
3765         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
3766         G. Christensen" <tgc@jupiterrise.com>.
3767
3768         * lib/flock.c: Need to include errno.h.  Reported by "Tom
3769         G. Christensen" <tgc@jupiterrise.com>.
3770
3771         * lib/flock.c: Need to include string.h.  Reported by "Tom
3772         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
3773         <ebb9@byu.net>.
3774
3775 2008-12-18  Bruno Haible  <bruno@clisp.org>
3776
3777         * m4/locale-ja.m4: New file, from GNU gettext.
3778
3779 2008-12-17  Bruno Haible  <bruno@clisp.org>
3780
3781         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
3782         Suggested by Eric Blake.
3783
3784 2008-12-17  Bruno Haible  <bruno@clisp.org>
3785
3786         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
3787
3788 2008-12-17  Bruno Haible  <bruno@clisp.org>
3789
3790         * lib/mbsinit.c: Include verify.h. Verify an assumption.
3791         * modules/mbsinit (Depends-on): Add verify.
3792         Suggested by Paul Eggert.
3793
3794 2008-12-17  Bruno Haible  <bruno@clisp.org>
3795
3796         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
3797         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
3798         gl_FUNC_MBRTOWC.
3799         * m4/mbiter.m4 (gl_MBITER): LIkewise.
3800         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
3801         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
3802         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
3803         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
3804         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
3805         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
3806         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
3807         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
3808         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
3809         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
3810         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
3811         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
3812         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
3813         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
3814         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3815         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
3816         * modules/trim (configure.ac): Likewise.
3817
3818 2008-12-17  Bruno Haible  <bruno@clisp.org>
3819
3820         * modules/btowc-tests: New file.
3821         * tests/test-btowc1.sh: New file.
3822         * tests/test-btowc2.sh: New file.
3823         * tests/test-btowc.c: New file.
3824
3825         New module 'btowc'.
3826         * lib/wchar.in.h (btowc): New declaration.
3827         * lib/btowc.c: New file.
3828         * m4/btowc.m4: New file.
3829         * modules/btowc: New file.
3830         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
3831         HAVE_BTOWC.
3832         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
3833         * doc/posix-functions/btowc.texi: Document the new module.
3834
3835 2008-12-17  Bruno Haible  <bruno@clisp.org>
3836
3837         New module 'mbsinit'.
3838         * lib/wchar.in.h (mbsinit): New declaration.
3839         * lib/mbsinit.c: New file.
3840         * m4/mbsinit.m4: New file.
3841         * modules/mbsinit: New file.
3842         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
3843         HAVE_MBSINIT.
3844         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
3845         HAVE_MBSINIT.
3846         * doc/posix-functions/mbsinit.texi: Document the new module.
3847
3848 2008-12-16  Bruno Haible  <bruno@clisp.org>
3849
3850         * lib/unistd.in.h: Add comment.
3851         * tests/test-environ.c: Don't include <stdlib.h>.
3852
3853 2008-12-16  Bruno Haible  <bruno@clisp.org>
3854
3855         * lib/parse-duration.h (parse_duration): Document return value
3856         convention.
3857         * lib/parse-duration.c: Include specification header first. Add
3858         comments.
3859         (_): Remove macro.
3860         (parse_year_month_day, parse_hour_minute_second): Move side effects
3861         outside of strchr call.
3862         (parse_non_iso8601): Move side effects outside of isspace call.
3863         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
3864         call.
3865
3866 2008-12-16  Bruno Haible  <bruno@clisp.org>
3867
3868         * tests/test-parse-duration.sh: Produce no output when the test
3869         succeeds.
3870
3871 2008-12-16  Bruno Haible  <bruno@clisp.org>
3872
3873         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
3874         expressions.
3875
3876 2008-12-15  Bruno Haible  <bruno@clisp.org>
3877
3878         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
3879         * doc/glibc-functions/flistxattr.texi: Likewise.
3880         * doc/glibc-functions/fopencookie.texi: Likewise.
3881         * doc/glibc-functions/fremovexattr.texi: Likewise.
3882         * doc/glibc-functions/fsetxattr.texi: Likewise.
3883         * doc/glibc-functions/getxattr.texi: Likewise.
3884         * doc/glibc-functions/lgetxattr.texi: Likewise.
3885         * doc/glibc-functions/listxattr.texi: Likewise.
3886         * doc/glibc-functions/llistxattr.texi: Likewise.
3887         * doc/glibc-functions/lremovexattr.texi: Likewise.
3888         * doc/glibc-functions/lsetxattr.texi: Likewise.
3889         * doc/glibc-functions/removexattr.texi: Likewise.
3890         * doc/glibc-functions/setxattr.texi: Likewise.
3891         * doc/posix-functions/open_memstream.texi: Likewise.
3892
3893 2008-12-15  Eric Blake  <ebb9@byu.net>
3894
3895         Update doc for cygwin 1.7.
3896         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
3897         functions.
3898         * doc/posix-functions/fchmodat.texi: Likewise.
3899         * doc/posix-functions/fchownat.texi: Likewise.
3900         * doc/posix-functions/fdopendir.texi: Likewise.
3901         * doc/posix-functions/fmemopen.texi: Likewise.
3902         * doc/posix-functions/freeaddrinfo.texi: Likewise.
3903         * doc/posix-functions/fstatat.texi: Likewise.
3904         * doc/posix-functions/futimens.texi: Likewise.
3905         * doc/posix-functions/gai_strerror.texi: Likewise.
3906         * doc/posix-functions/getaddrinfo.texi: Likewise.
3907         * doc/posix-functions/getnameinfo.texi: Likewise.
3908         * doc/posix-functions/if_freenameindex.texi: Likewise.
3909         * doc/posix-functions/if_indextoname.texi: Likewise.
3910         * doc/posix-functions/if_nameindex.texi: Likewise.
3911         * doc/posix-functions/if_nametoindex.texi: Likewise.
3912         * doc/posix-functions/insque.texi: Likewise.
3913         * doc/posix-functions/linkat.texi: Likewise.
3914         * doc/posix-functions/llrint.texi: Likewise.
3915         * doc/posix-functions/llrintf.texi: Likewise.
3916         * doc/posix-functions/llrintl.texi: Likewise.
3917         * doc/posix-functions/lockf.texi: Likewise.
3918         * doc/posix-functions/lrintl.texi: Likewise.
3919         * doc/posix-functions/mkdirat.texi: Likewise.
3920         * doc/posix-functions/mkfifoat.texi: Likewise.
3921         * doc/posix-functions/mknodat.texi: Likewise.
3922         * doc/posix-functions/mq_close.texi: Likewise.
3923         * doc/posix-functions/mq_getattr.texi: Likewise.
3924         * doc/posix-functions/mq_notify.texi: Likewise.
3925         * doc/posix-functions/mq_open.texi: Likewise.
3926         * doc/posix-functions/mq_receive.texi: Likewise.
3927         * doc/posix-functions/mq_send.texi: Likewise.
3928         * doc/posix-functions/mq_setattr.texi: Likewise.
3929         * doc/posix-functions/mq_timedreceive.texi: Likewise.
3930         * doc/posix-functions/mq_timedsend.texi: Likewise.
3931         * doc/posix-functions/mq_unlink.texi: Likewise.
3932         * doc/posix-functions/open_memstream.texi: Likewise.
3933         * doc/posix-functions/openat.texi: Likewise.
3934         * doc/posix-functions/posix_fadvise.texi: Likewise.
3935         * doc/posix-functions/posix_fallocate.texi: Likewise.
3936         * doc/posix-functions/posix_madvise.texi: Likewise.
3937         * doc/posix-functions/posix_memalign.texi: Likewise.
3938         * doc/posix-functions/posix_openpt.texi: Likewise.
3939         * doc/posix-functions/readlinkat.texi: Likewise.
3940         * doc/posix-functions/remque.texi: Likewise.
3941         * doc/posix-functions/renameat.texi: Likewise.
3942         * doc/posix-functions/rintl.texi: Likewise.
3943         * doc/posix-functions/sem_unlink.texi: Likewise.
3944         * doc/posix-functions/shm_open.texi: Likewise.
3945         * doc/posix-functions/shm_unlink.texi: Likewise.
3946         * doc/posix-functions/signgam.texi: Likewise.
3947         * doc/posix-functions/sigset.texi: Likewise.
3948         * doc/posix-functions/stpcpy.texi: Likewise.
3949         * doc/posix-functions/stpncpy.texi: Likewise.
3950         * doc/posix-functions/strerror.texi: Likewise.
3951         * doc/posix-functions/strtod.texi: Likewise.
3952         * doc/posix-functions/symlinkat.texi: Likewise.
3953         * doc/posix-functions/unlinkat.texi: Likewise.
3954         * doc/posix-functions/utimensat.texi: Likewise.
3955         * doc/glibc-functions/bindresvport.texi: Likewise.
3956         * doc/glibc-functions/dn_expand.texi: Likewise.
3957         * doc/glibc-functions/exp10.texi: Likewise.
3958         * doc/glibc-functions/exp10f.texi: Likewise.
3959         * doc/glibc-functions/fgetxattr.texi: Likewise.
3960         * doc/glibc-functions/flistxattr.texi: Likewise.
3961         * doc/glibc-functions/fopencookie.texi: Likewise.
3962         * doc/glibc-functions/freeifaddrs.texi: Likewise.
3963         * doc/glibc-functions/fremovexattr.texi: Likewise.
3964         * doc/glibc-functions/fsetxattr.texi: Likewise.
3965         * doc/glibc-functions/getifaddrs.texi: Likewise.
3966         * doc/glibc-functions/getxattr.texi: Likewise.
3967         * doc/glibc-functions/lgetxattr.texi: Likewise.
3968         * doc/glibc-functions/listxattr.texi: Likewise.
3969         * doc/glibc-functions/llistxattr.texi: Likewise.
3970         * doc/glibc-functions/lremovexattr.texi: Likewise.
3971         * doc/glibc-functions/lsetxattr.texi: Likewise.
3972         * doc/glibc-functions/pow10.texi: Likewise.
3973         * doc/glibc-functions/pow10f.texi: Likewise.
3974         * doc/glibc-functions/rcmd_af.texi: Likewise.
3975         * doc/glibc-functions/removexattr.texi: Likewise.
3976         * doc/glibc-functions/res_init.texi: Likewise.
3977         * doc/glibc-functions/res_mkquery.texi: Likewise.
3978         * doc/glibc-functions/res_query.texi: Likewise.
3979         * doc/glibc-functions/res_querydomain.texi: Likewise.
3980         * doc/glibc-functions/res_send.texi: Likewise.
3981         * doc/glibc-functions/rresvport_af.texi: Likewise.
3982         * doc/glibc-functions/setxattr.texi: Likewise.
3983         * doc/glibc-functions/strcasestr.texi: Likewise.
3984
3985 2008-12-15  Bruno Haible  <bruno@clisp.org>
3986
3987         Fix compilation error on OSF/1 4.0.
3988         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
3989         <sys/time.h>, simply delegate to the system header.
3990         Reported by Daniel Richard G. <oss@teragram.com>.
3991
3992 2008-12-15  Bruno Haible  <bruno@clisp.org>
3993
3994         * doc/posix-functions/openat.texi: Mention the 'openat' module.
3995         * doc/posix-functions/fchmodat.texi: Likewise.
3996         * doc/posix-functions/fchownat.texi: Likewise.
3997         * doc/posix-functions/fdopendir.texi: Likewise.
3998         * doc/posix-functions/fstatat.texi: Likewise.
3999         * doc/posix-functions/mkdirat.texi: Likewise.
4000         * doc/posix-functions/unlinkat.texi: Likewise.
4001
4002 2008-12-14  Bruno Haible  <bruno@clisp.org>
4003
4004         Update doc for POSIX:2008.
4005         * doc/posix-functions/faccessat.texi: New file.
4006         * doc/posix-functions/fchmodat.texi: New file.
4007         * doc/posix-functions/fchownat.texi: New file.
4008         * doc/posix-functions/fdopendir.texi: New file.
4009         * doc/posix-functions/fstatat.texi: New file.
4010         * doc/posix-functions/futimens.texi: New file.
4011         * doc/posix-functions/linkat.texi: New file.
4012         * doc/posix-functions/mkdirat.texi: New file.
4013         * doc/posix-functions/mkfifoat.texi: New file.
4014         * doc/posix-functions/mknodat.texi: New file.
4015         * doc/posix-functions/open_wmemstream.texi: New file.
4016         * doc/posix-functions/openat.texi: New file.
4017         * doc/posix-functions/psiginfo.texi: New file.
4018         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
4019         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
4020         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
4021         * doc/posix-functions/readlinkat.texi: New file.
4022         * doc/posix-functions/renameat.texi: New file.
4023         * doc/posix-functions/strerror_l.texi: New file.
4024         * doc/posix-functions/symlinkat.texi: New file.
4025         * doc/posix-functions/unlinkat.texi: New file.
4026         * doc/posix-functions/utimensat.texi: New file.
4027         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4028
4029 2008-12-14  Bruno Haible  <bruno@clisp.org>
4030
4031         Update doc for POSIX:2008.
4032         * doc/posix-functions/alphasort.texi: Renamed from
4033         doc/glibc-functions/alphasort.texi.
4034         * doc/posix-functions/dirfd.texi: Renamed from
4035         doc/glibc-functions/dirfd.texi.
4036         * doc/posix-functions/dprintf.texi: Renamed from
4037         doc/glibc-functions/dprintf.texi.
4038         * doc/posix-functions/duplocale.texi: Renamed from
4039         doc/glibc-functions/duplocale.texi.
4040         * doc/posix-functions/fexecve.texi: Renamed from
4041         doc/glibc-functions/fexecve.texi.
4042         * doc/posix-functions/fmemopen.texi: Renamed from
4043         doc/glibc-functions/fmemopen.texi.
4044         * doc/posix-functions/freelocale.texi: Renamed from
4045         doc/glibc-functions/freelocale.texi.
4046         * doc/posix-functions/getdate_err.texi: Renamed from
4047         doc/glibc-functions/getdate_err.texi.
4048         * doc/posix-functions/isalnum_l.texi: Renamed from
4049         doc/glibc-functions/isalnum_l.texi.
4050         * doc/posix-functions/isalpha_l.texi: Renamed from
4051         doc/glibc-functions/isalpha_l.texi.
4052         * doc/posix-functions/isblank_l.texi: Renamed from
4053         doc/glibc-functions/isblank_l.texi.
4054         * doc/posix-functions/iscntrl_l.texi: Renamed from
4055         doc/glibc-functions/iscntrl_l.texi.
4056         * doc/posix-functions/isdigit_l.texi: Renamed from
4057         doc/glibc-functions/isdigit_l.texi.
4058         * doc/posix-functions/isgraph_l.texi: Renamed from
4059         doc/glibc-functions/isgraph_l.texi.
4060         * doc/posix-functions/islower_l.texi: Renamed from
4061         doc/glibc-functions/islower_l.texi.
4062         * doc/posix-functions/isprint_l.texi: Renamed from
4063         doc/glibc-functions/isprint_l.texi.
4064         * doc/posix-functions/ispunct_l.texi: Renamed from
4065         doc/glibc-functions/ispunct_l.texi.
4066         * doc/posix-functions/isspace_l.texi: Renamed from
4067         doc/glibc-functions/isspace_l.texi.
4068         * doc/posix-functions/isupper_l.texi: Renamed from
4069         doc/glibc-functions/isupper_l.texi.
4070         * doc/posix-functions/iswalnum_l.texi: Renamed from
4071         doc/glibc-functions/iswalnum_l.texi.
4072         * doc/posix-functions/iswalpha_l.texi: Renamed from
4073         doc/glibc-functions/iswalpha_l.texi.
4074         * doc/posix-functions/iswblank_l.texi: Renamed from
4075         doc/glibc-functions/iswblank_l.texi.
4076         * doc/posix-functions/iswcntrl_l.texi: Renamed from
4077         doc/glibc-functions/iswcntrl_l.texi.
4078         * doc/posix-functions/iswctype_l.texi: Renamed from
4079         doc/glibc-functions/iswctype_l.texi.
4080         * doc/posix-functions/iswdigit_l.texi: Renamed from
4081         doc/glibc-functions/iswdigit_l.texi.
4082         * doc/posix-functions/iswgraph_l.texi: Renamed from
4083         doc/glibc-functions/iswgraph_l.texi.
4084         * doc/posix-functions/iswlower_l.texi: Renamed from
4085         doc/glibc-functions/iswlower_l.texi.
4086         * doc/posix-functions/iswprint_l.texi: Renamed from
4087         doc/glibc-functions/iswprint_l.texi.
4088         * doc/posix-functions/iswpunct_l.texi: Renamed from
4089         doc/glibc-functions/iswpunct_l.texi.
4090         * doc/posix-functions/iswspace_l.texi: Renamed from
4091         doc/glibc-functions/iswspace_l.texi.
4092         * doc/posix-functions/iswupper_l.texi: Renamed from
4093         doc/glibc-functions/iswupper_l.texi.
4094         * doc/posix-functions/iswxdigit_l.texi: Renamed from
4095         doc/glibc-functions/iswxdigit_l.texi.
4096         * doc/posix-functions/isxdigit_l.texi: Renamed from
4097         doc/glibc-functions/isxdigit_l.texi.
4098         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
4099         doc/glibc-functions/mbsnrtowcs.texi.
4100         * doc/posix-functions/mkdtemp.texi: Renamed from
4101         doc/glibc-functions/mkdtemp.texi.
4102         * doc/posix-functions/newlocale.texi: Renamed from
4103         doc/glibc-functions/newlocale.texi.
4104         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
4105         doc/glibc-functions/nl_langinfo_l.texi.
4106         * doc/posix-functions/open_memstream.texi: Renamed from
4107         doc/glibc-functions/open_memstream.texi.
4108         * doc/posix-functions/opterr.texi: Renamed from
4109         doc/glibc-functions/opterr.texi.
4110         * doc/posix-functions/optind.texi: Renamed from
4111         doc/glibc-functions/optind.texi.
4112         * doc/posix-functions/optopt.texi: Renamed from
4113         doc/glibc-functions/optopt.texi.
4114         * doc/posix-functions/psignal.texi: Renamed from
4115         doc/glibc-functions/psignal.texi.
4116         * doc/posix-functions/scandir.texi: Renamed from
4117         doc/glibc-functions/scandir.texi.
4118         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
4119         doc/glibc-functions/sched_get_priority_min.texi.
4120         * doc/posix-functions/signgam.texi: Renamed from
4121         doc/glibc-functions/signgam.texi.
4122         * doc/posix-functions/stpcpy.texi: Renamed from
4123         doc/glibc-functions/stpcpy.texi.
4124         * doc/posix-functions/stpncpy.texi: Renamed from
4125         doc/glibc-functions/stpncpy.texi.
4126         * doc/posix-functions/strcasecmp_l.texi: Renamed from
4127         doc/glibc-functions/strcasecmp_l.texi.
4128         * doc/posix-functions/strcoll_l.texi: Renamed from
4129         doc/glibc-functions/strcoll_l.texi.
4130         * doc/posix-functions/strfmon_l.texi: Renamed from
4131         doc/glibc-functions/strfmon_l.texi.
4132         * doc/posix-functions/strftime_l.texi: Renamed from
4133         doc/glibc-functions/strftime_l.texi.
4134         * doc/posix-functions/strncasecmp_l.texi: Renamed from
4135         doc/glibc-functions/strncasecmp_l.texi.
4136         * doc/posix-functions/strndup.texi: Renamed from
4137         doc/glibc-functions/strndup.texi.
4138         * doc/posix-functions/strnlen.texi: Renamed from
4139         doc/glibc-functions/strnlen.texi.
4140         * doc/posix-functions/strsignal.texi: Renamed from
4141         doc/glibc-functions/strsignal.texi.
4142         * doc/posix-functions/strxfrm_l.texi: Renamed from
4143         doc/glibc-functions/strxfrm_l.texi.
4144         * doc/posix-functions/timer_gettime.texi: Renamed from
4145         doc/glibc-functions/timer_gettime.texi.
4146         * doc/posix-functions/tolower_l.texi: Renamed from
4147         doc/glibc-functions/tolower_l.texi.
4148         * doc/posix-functions/toupper_l.texi: Renamed from
4149         doc/glibc-functions/toupper_l.texi.
4150         * doc/posix-functions/towctrans_l.texi: Renamed from
4151         doc/glibc-functions/towctrans_l.texi.
4152         * doc/posix-functions/towlower_l.texi: Renamed from
4153         doc/glibc-functions/towlower_l.texi.
4154         * doc/posix-functions/towupper_l.texi: Renamed from
4155         doc/glibc-functions/towupper_l.texi.
4156         * doc/posix-functions/uselocale.texi: Renamed from
4157         doc/glibc-functions/uselocale.texi.
4158         * doc/posix-functions/vdprintf.texi: Renamed from
4159         doc/glibc-functions/vdprintf.texi.
4160         * doc/posix-functions/wcpcpy.texi:
4161         Renamed from doc/glibc-functions/wcpcpy.texi.
4162         * doc/posix-functions/wcpncpy.texi: Renamed from
4163         doc/glibc-functions/wcpncpy.texi.
4164         * doc/posix-functions/wcscasecmp.texi: Renamed from
4165         doc/glibc-functions/wcscasecmp.texi.
4166         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
4167         doc/glibc-functions/wcscasecmp_l.texi.
4168         * doc/posix-functions/wcscoll_l.texi: Renamed from
4169         doc/glibc-functions/wcscoll_l.texi.
4170         * doc/posix-functions/wcsdup.texi: Renamed from
4171         doc/glibc-functions/wcsdup.texi.
4172         * doc/posix-functions/wcsncasecmp.texi: Renamed from
4173         doc/glibc-functions/wcsncasecmp.texi.
4174         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
4175         doc/glibc-functions/wcsncasecmp_l.texi.
4176         * doc/posix-functions/wcsnlen.texi: Renamed from
4177         doc/glibc-functions/wcsnlen.texi.
4178         * doc/posix-functions/wcsnrtombs.texi: Renamed from
4179         doc/glibc-functions/wcsnrtombs.texi.
4180         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
4181         doc/glibc-functions/wcsxfrm_l.texi.
4182         * doc/posix-functions/wctrans_l.texi: Renamed from
4183         doc/glibc-functions/wctrans_l.texi.
4184         * doc/posix-functions/wctype_l.texi: Renamed from
4185         doc/glibc-functions/wctype_l.texi.
4186         * doc/gnulib.texi (Function Substitutes): Add these subsections.
4187         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
4188         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
4189         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
4190         these subsections.
4191         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
4192         Remove sections.
4193
4194 2008-12-14  Bruno Haible  <bruno@clisp.org>
4195
4196         Update doc for POSIX:2008.
4197         * doc/posix-functions/*.texi: Update URL of POSIX specification.
4198
4199 2008-12-14  Bruno Haible  <bruno@clisp.org>
4200
4201         Update doc for POSIX:2008.
4202         * doc/pastposix-functions/bcmp.texi: Renamed from
4203         doc/posix-functions/bcmp.texi.
4204         * doc/pastposix-functions/bcopy.texi: Renamed from
4205         doc/posix-functions/bcopy.texi.
4206         * doc/pastposix-functions/bsd_signal.texi: Renamed from
4207         doc/posix-functions/bsd_signal.texi.
4208         * doc/pastposix-functions/bzero.texi: Renamed from
4209         doc/posix-functions/bzero.texi.
4210         * doc/pastposix-functions/ecvt.texi: Renamed from
4211         doc/posix-functions/ecvt.texi.
4212         * doc/pastposix-functions/fcvt.texi: Renamed from
4213         doc/posix-functions/fcvt.texi.
4214         * doc/pastposix-functions/ftime.texi: Renamed from
4215         doc/posix-functions/ftime.texi.
4216         * doc/pastposix-functions/gcvt.texi: Renamed from
4217         doc/posix-functions/gcvt.texi.
4218         * doc/pastposix-functions/getcontext.texi: Renamed from
4219         doc/posix-functions/getcontext.texi.
4220         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
4221         doc/posix-functions/gethostbyaddr.texi.
4222         * doc/pastposix-functions/gethostbyname.texi: Renamed from
4223         doc/posix-functions/gethostbyname.texi.
4224         * doc/pastposix-functions/getwd.texi: Renamed from
4225         doc/posix-functions/getwd.texi.
4226         * doc/pastposix-functions/h_errno.texi: Renamed from
4227         doc/posix-functions/h_errno.texi.
4228         * doc/pastposix-functions/index.texi: Renamed from
4229         doc/posix-functions/index.texi.
4230         * doc/pastposix-functions/makecontext.texi: Renamed from
4231         doc/posix-functions/makecontext.texi.
4232         * doc/pastposix-functions/mktemp.texi: Renamed from
4233         doc/posix-functions/mktemp.texi.
4234         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
4235         doc/posix-functions/pthread_attr_getstackaddr.texi.
4236         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
4237         doc/posix-functions/pthread_attr_setstackaddr.texi.
4238         * doc/pastposix-functions/rindex.texi: Renamed from
4239         doc/posix-functions/rindex.texi.
4240         * doc/pastposix-functions/scalb.texi: Renamed from
4241         doc/posix-functions/scalb.texi.
4242         * doc/pastposix-functions/setcontext.texi: Renamed from
4243         doc/posix-functions/setcontext.texi.
4244         * doc/pastposix-functions/swapcontext.texi: Renamed from
4245         doc/posix-functions/swapcontext.texi.
4246         * doc/pastposix-functions/ualarm.texi: Renamed from
4247         doc/posix-functions/ualarm.texi.
4248         * doc/pastposix-functions/usleep.texi: Renamed from
4249         doc/posix-functions/usleep.texi.
4250         * doc/pastposix-functions/vfork.texi: Renamed from
4251         doc/posix-functions/vfork.texi.
4252         * doc/pastposix-functions/wcswcs.texi: Renamed from
4253         doc/posix-functions/wcswcs.texi.
4254         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
4255         (Function Substitutes): Update.
4256
4257 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4258
4259         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
4260         m4/strerror.m4.
4261
4262 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4263             Bruno Haible  <bruno@clisp.org>
4264
4265         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
4266
4267 2008-12-13  Bruno Haible  <bruno@clisp.org>
4268
4269         * modules/strtoull (Depends-on): Remove unistd.
4270
4271 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4272
4273         * modules/strtoull (Depends-on): Add stdlib.
4274
4275 2008-12-11  Simon Josefsson  <simon@josefsson.org>
4276
4277         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
4278
4279 2008-12-10  Jim Meyering  <meyering@redhat.com>
4280
4281         gl_ASSERT: don't say assertions are disabled when they're not
4282         * m4/assert.m4 (gl_ASSERT): Do not make configure report
4283         "checking whether to enable assertions... no", when they are in
4284         fact enabled.  This is solely a bug in the output of configure.
4285         In spite of saying "no", NDEBUG was not defined in that case.
4286         Also, as noted by Eric Blake, leave assertions enabled upon
4287         --enable-assert=INVALID.
4288
4289 2008-12-10  Bruno Haible  <bruno@clisp.org>
4290
4291         Change MODULES.html to refer to POSIX:2008 where possible.
4292         * MODULES.html.sh (POSIX2008_URL): New variable.
4293         (posix_headers): Remove sys/timeb, ucontext.
4294         (posix2001_headers): New variable.
4295         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
4296         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
4297         index, makecontext, mktemp, pthread_attr_getstackaddr,
4298         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
4299         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
4300         (posix2001_functions): New variable.
4301         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
4302         otherwise.
4303
4304 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4305
4306         add missing include to parse-duration.c
4307         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
4308         * modules/parse-duration (Depends-on): Add xalloc.
4309
4310         fix sed script reading maint.mk
4311         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
4312         (syntax-check-rules): Use it.
4313
4314 2008-12-09  Bruno Haible  <bruno@clisp.org>
4315
4316         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
4317         MacOS X 10.4/PowerPC.
4318         Reported by Simon Josefsson.
4319
4320 2008-12-08  Jim Meyering  <meyering@redhat.com>
4321
4322         work around mingw's lack of some S_IF definitions
4323         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
4324         Reported by Simon Josefsson.
4325
4326 2008-12-08  Bruno Haible  <bruno@clisp.org>
4327
4328         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
4329         applied to variables. Needed on MacOS X 10.4/PowerPC.
4330         Reported by Simon Josefsson.
4331
4332 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
4333         and Eric Blake  <ebb9@byu.net>
4334
4335         assert: honor --enable-assert
4336         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
4337         order to honor --enable-assert, rather than treating it as a
4338         synonym for --disable-assert.
4339
4340 2008-12-08  Jim Meyering  <meyering@redhat.com>
4341
4342         * lib/posixtm.c: Remove now-useless declaration of mktime.
4343
4344         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
4345
4346 2008-12-07  Bruno Haible  <bruno@clisp.org>
4347
4348         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
4349         test_once): Mark functions as static.
4350         * tests/test-tls.c (test_tls): Likewise.
4351
4352 2008-12-07  Bruno Haible  <bruno@clisp.org>
4353
4354         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
4355         iconv_register_autodetect.
4356
4357 2008-12-07  Jim Meyering  <meyering@redhat.com>
4358
4359         posixtm.c: avoid a warning
4360         * lib/posixtm.c (posixtime): Don't initialize tm0.
4361         It's no longer needed to placate gcc4's -Wuninitialized,
4362         and the attempt to placate would elicit a new warning.
4363
4364         unicodeio.c: mark unused parameters
4365         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4366         (fallback_failure_callback): Likewise.
4367
4368 2008-12-07  Bruno Haible  <bruno@clisp.org>
4369
4370         * gnulib-tool (func_create_testdir): When building the tests
4371         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
4372         Reported by Simon Josefsson.
4373
4374 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4375
4376         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
4377
4378 2008-12-06  Bruno Haible  <bruno@clisp.org>
4379
4380         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
4381         Suggested by Eric Blake.
4382
4383 2008-12-06  Bruno Haible  <bruno@clisp.org>
4384
4385         Fix a c-stack test failure on MacOS X.
4386         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
4387         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
4388         handler for SIGBUS as well.
4389         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
4390         install a signal handler for SIGBUS as well.
4391         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
4392
4393 2008-12-06  Bruno Haible  <bruno@clisp.org>
4394
4395         Advocacy documentation.
4396         * doc/gnulib-intro.texi (Benefits): New section.
4397         * doc/gnulib.texi: Update.
4398
4399 2008-12-06  Bruno Haible  <bruno@clisp.org>
4400
4401         Document the 'manywarnings' module.
4402         * doc/manywarnings.texi: New file.
4403         * doc/gnulib.texi: Include it.
4404
4405 2008-12-05  Eric Blake  <ebb9@byu.net>
4406
4407         tests: silence some gcc warnings
4408         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
4409         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
4410         type mismatches.
4411
4412 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4413             Bruno Haible  <bruno@clisp.org>
4414
4415         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
4416
4417 2008-11-29  Jim Meyering  <meyering@redhat.com>
4418
4419         unicodeio.c: mark unused parameters
4420         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
4421         (fallback_failure_callback): Likewise.
4422
4423         fts: fix a thinko
4424         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
4425         (set_stat_type): Return S_IF*-valued "type" directly.
4426         Prompted by James Youngman's spotting a related bug.
4427         Confirmed by further testing through find.
4428
4429         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
4430         * lib/fts.c (D_TYPE): Define.
4431         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
4432         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
4433         (s_ifmt_shift_bits): New function.
4434         (set_stat_type): New function.
4435         (fts_build): When not calling fts_stat, call set_stat_type
4436         to propagate dirent.d_type info to fts_read caller.
4437         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
4438         fts_statp->st_mode type information may be valid.
4439
4440 2008-11-28  Simon Josefsson  <simon@josefsson.org>
4441
4442         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
4443         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
4444         <sds@gnu.org>.
4445
4446 2008-11-20  Bruno Haible  <bruno@clisp.org>
4447
4448         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
4449         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
4450         INCLUDE_NEXT.
4451         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
4452         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
4453         * modules/math (Makefile.am): Substitute
4454         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
4455         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
4456
4457 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
4458             Bruno Haible  <bruno@clisp.org>
4459
4460         * lib/stdint.in.h: Define all type macros so that their expansion is
4461         a single typedef'ed token. Fixes a compilation failure in Boost which
4462         does "using ::int8_t;".
4463
4464 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4465
4466         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
4467         gl_MANYWARN_ALL_GCC.
4468         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
4469         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
4470         * modules/manywarnings: New file.
4471         * MODULES.html.sh: Mention manywarnings module.
4472
4473 2008-11-18  Bruno Haible  <bruno@clisp.org>
4474
4475         * doc/gnulib-tool.texi (Unit tests): New section.
4476
4477 2008-11-18  Simon Josefsson  <simon@josefsson.org>
4478
4479         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
4480         paths like 'lib/po/foo.po'.
4481
4482 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4483
4484         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
4485         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
4486
4487 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4488
4489         * m4/warnings.m4: Use CPPFLAGS to really check whether the
4490         parameter works.
4491
4492 2008-11-17  Simon Josefsson  <simon@josefsson.org>
4493
4494         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
4495
4496 2008-11-17  Bruce Korb  <bkorb@gnu.org>
4497
4498         * modules/parse-duration-tests: New file.
4499         * tests/test-parse-duration.sh: New file.
4500         * tests/test-parse-duration.c: New file.
4501
4502         New module 'parse-duration'.
4503         * lib/parse-duration.h: New file.
4504         * lib/parse-duration.c: New file.
4505         * modules/parse-duration: New file.
4506
4507 2008-11-17  Bruno Haible  <bruno@clisp.org>
4508
4509         * tests/test-select-out.sh: Comment out the first pipe test.
4510         Reported by Simon Josefsson.
4511
4512 2008-11-17  Bruno Haible  <bruno@clisp.org>
4513
4514         * modules/getaddrinfo (Depends-on): Add servent, hostent.
4515         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
4516         gl_HOSTENT.
4517
4518 2008-11-17  Bruno Haible  <bruno@clisp.org>
4519
4520         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
4521         -lnetwork and -lnet. Needed for Haiku and BeOS.
4522
4523 2008-11-16  Bruno Haible  <bruno@clisp.org>
4524
4525         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
4526
4527 2008-11-16  Bruno Haible  <bruno@clisp.org>
4528
4529         Avoid test failure on Haiku.
4530         * tests/test-fsync.c: Include <errno.h>.
4531         (main): Don't require that fsync (0) fails.
4532
4533 2008-11-15  Bruno Haible  <bruno@clisp.org>
4534
4535         New module 'hostent'.
4536         * modules/hostent: New file.
4537         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
4538
4539 2008-11-15  Bruno Haible  <bruno@clisp.org>
4540
4541         New module 'servent'.
4542         * modules/servent: New file.
4543         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
4544
4545 2008-11-15  Bruno Haible  <bruno@clisp.org>
4546
4547         Avoid generating same test program with two different rules.
4548         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
4549         test-frexp to test-frexp-nolibm.
4550         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
4551         test-frexpl to test-frexpl-nolibm.
4552
4553 2008-11-15  Bruno Haible  <bruno@clisp.org>
4554
4555         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
4556         $(FREXPL_LIBM).
4557
4558 2008-11-15  Bruno Haible  <bruno@clisp.org>
4559
4560         * lib/netdb.in.h: Activate the definitions also when the system's
4561         <netdb.h> has 'struct addrinfo'.
4562         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
4563         EAI_OVERFLOW or AI_NUMERICSERV.
4564         * doc/posix-headers/netdb.texi: Document the problem.
4565
4566 2008-11-15  Bruno Haible  <bruno@clisp.org>
4567
4568         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
4569
4570         Make the 'sched' module work on platforms where <sched.h> exists but
4571         is incomplete (such as Haiku).
4572         * lib/sched.in.h; Include the system's <sched.h> if it exists.
4573         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
4574         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
4575         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
4576         HAVE_STRUCT_SCHED_PARAM.
4577         * modules/sched (Depends-on): Add include_next.
4578         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
4579         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
4580         * doc/posix-headers/sched.texi: Document the issue.
4581
4582 2008-11-13  Jim Meyering  <meyering@redhat.com>
4583
4584         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
4585         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
4586         test would fail due to the difference in the Report bugs to ...
4587         line.  The expected address is empty, "<>", while the actual
4588         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
4589
4590 2008-11-12  Bruno Haible  <bruno@clisp.org>
4591
4592         lstat: don't compile lstat.c on systems lacking lstat
4593         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
4594         which don't have lstat; this is handled by lib/sys_stat.in.h already.
4595         Reported by Daniel P. Berrange via Jim Meyering.
4596
4597 2008-11-12  Jim Meyering  <meyering@redhat.com>
4598
4599         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
4600
4601 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4602
4603         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
4604         instead.
4605
4606 2008-11-12  Bruno Haible  <bruno@clisp.org>
4607
4608         * lib/unicodeio.c: Include unistr.h.
4609         (utf8_wctomb): Remove function.
4610         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
4611
4612 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4613
4614         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
4615         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
4616         <bruno@clisp.org>.
4617         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
4618
4619 2008-11-12  Simon Josefsson  <simon@josefsson.org>
4620
4621         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
4622         * doc/gnulib.texi: Add section for warnings.
4623
4624 2008-11-11  Bruno Haible  <bruno@clisp.org>
4625
4626         * lib/sockets.h: Add a comment.
4627
4628 2008-11-11  Karl Berry  <karl@gnu.org>
4629
4630         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
4631
4632 2008-11-11  Eric Blake  <ebb9@byu.net>
4633
4634         fdl.texi: avoid git symlinks
4635         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
4636
4637 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4638
4639         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
4640
4641 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4642
4643         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
4644         (gl_WARN_ADD): Substitute $2 if literal.
4645
4646 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4647
4648         * m4/warning.m4: Remove.
4649
4650 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
4651
4652         * m4/warnings.m4: Almost complete rewrite. :-)
4653
4654 2008-11-10  Simon Josefsson  <simon@josefsson.org>
4655
4656         * modules/warnings: New module.
4657         * m4/warnings.m4: New file.
4658         * MODULES.html.sh: Mention warnings module.
4659         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
4660         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4661
4662 2008-11-10  Eric Blake  <ebb9@byu.net>
4663
4664         fdl.texi: make a symlink to the latest version
4665         * doc/standards.texi: Revert today's earlier change.
4666         * doc/fdl-1.2.texi: Rename from old fdl.texi...
4667         * doc/fdl.texi: ...and replace this with a symlink to the newer
4668         fdl-1.3.texi.
4669
4670 2008-11-10  Bruno Haible  <bruno@clisp.org>
4671
4672         * tests/test-select-fd.c (main): Accept the result file name as fourth
4673         argument.
4674         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
4675         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
4676
4677 2008-11-10  Bruno Haible  <bruno@clisp.org>
4678
4679         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
4680         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
4681         as autoconf-substituted macros.
4682         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
4683         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
4684         gl_NETDB_H_DEFAULTS. Set these variables.
4685         * modules/netdb (Makefile.am): Substitute these variables.
4686
4687 2008-11-10  Eric Blake  <ebb9@byu.net>
4688
4689         standards.texi: include correct file for FDL 1.3
4690         * doc/standards.texi (GNU Free Documentation License): Change
4691         include file to pull in FDL 1.3, not 1.2.
4692
4693         fdl.texi: revert accidental change to license
4694         * doc/fdl.texi: This is FDL 1.2, not 1.3.
4695
4696 2008-11-10  Bruno Haible  <bruno@clisp.org>
4697
4698         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
4699         cross-compiling guesses also when the native compile gives no result.
4700
4701 2008-11-10  Bruno Haible  <bruno@clisp.org>
4702
4703         * lib/spawni.c (__spawni): Force variable into the stack.
4704
4705 2008-11-10  Bruno Haible  <bruno@clisp.org>
4706
4707         Add support for Haiku.
4708         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
4709         glibc and BeOS, but also on Haiku.
4710         * lib/fpurge.c (fpurge): Likewise.
4711         * lib/freadable.c (freadable): Likewise.
4712         * lib/freadahead.c (freadahead): Likewise.
4713         * lib/freading.c (freading): Likewise.
4714         * lib/freadptr.c (freadptr): Likewise.
4715         * lib/freadseek.c (freadptrinc): Likewise.
4716         * lib/fseeko.c (rpl_fseeko): Likewise.
4717         * lib/fseterr.c (fseterr): Likewise.
4718         * lib/fwritable.c (fwritable): Likewise.
4719         * lib/fwriting.c (fwriting): Likewise.
4720         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
4721
4722 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4723
4724         * lib/config.charset: Treat Haiku like BeOS.
4725
4726 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
4727
4728         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
4729         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
4730
4731 2008-11-08  Bruno Haible  <bruno@clisp.org>
4732
4733         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
4734         AC_CACHE_CHECK.
4735
4736 2008-11-08  Bruno Haible  <bruno@clisp.org>
4737
4738         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
4739
4740 2008-11-08  Bruno Haible  <bruno@clisp.org>
4741
4742         * tests/test-select-fd.c: New file.
4743         * tests/test-select-in.sh: New file.
4744         * tests/test-select-out.sh: New file.
4745         * tests/test-select-stdin.c: New file.
4746         * modules/select-tests (Files): Add the new files.
4747         (Depends-on): Add gettimeofday.
4748         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
4749         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
4750         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
4751
4752 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
4753             Bruno Haible  <bruno@clisp.org>
4754
4755         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
4756
4757 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
4758
4759         * build-aux/pmccabe2html: Added support for C++ source files.
4760
4761 2008-11-05  Ben Pfaff  <blp@gnu.org>
4762
4763         Fix lib/close.c build on Windows.
4764         * modules/close (Files): Add lib/w32sock.h.
4765
4766 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
4767
4768         Accept Bison's NEWS format.
4769         * build-aux/announce-gen (print_news_deltas): Tweak
4770         $re_prefix.
4771
4772 2008-11-04  Bruno Haible  <bruno@clisp.org>
4773
4774         * modules/random_r (Maintainer): Add glibc.
4775
4776 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4777
4778         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
4779         by karl@freefriends.org (Karl Berry).
4780         * doc/alloca.texi: Likewise.
4781         * doc/c-ctype.texi: Likewise.
4782         * doc/c-strcase.texi: Likewise.
4783         * doc/c-strcaseeq.texi: Likewise.
4784         * doc/c-strcasestr.texi: Likewise.
4785         * doc/c-strstr.texi: Likewise.
4786         * doc/c-strtod.texi: Likewise.
4787         * doc/c-strtold.texi: Likewise.
4788         * doc/ctime.texi: Likewise.
4789         * doc/error.texi: Likewise.
4790         * doc/fdl.texi: Likewise.
4791         * doc/gcd.texi: Likewise.
4792         * doc/getdate.texi: Likewise.
4793         * doc/gnulib-intro.texi: Likewise.
4794         * doc/gnulib-tool.texi: Likewise.
4795         * doc/gnulib.texi: Likewise.
4796         * doc/inet_ntoa.texi: Likewise.
4797         * doc/maintain.texi: Likewise.
4798         * doc/make-stds.texi: Likewise.
4799         * doc/quote.texi: Likewise.
4800         * doc/regexprops-generic.texi: Likewise.
4801         * doc/standards.texi: Likewise.
4802         * doc/verify.texi: Likewise.
4803         * doc/visibility.texi: Likewise.
4804         * doc/gnulib.texi (GNU Free Documentation License): Include
4805         fdl-1.3.texi instead of fdl.texi.
4806
4807 2008-11-04  Simon Josefsson  <simon@josefsson.org>
4808
4809         * doc/fdl-1.3.texi: New file, from
4810         <http://www.gnu.org/licenses/fdl-1.3.texi>.
4811         * modules/fdl-1.3: Add.
4812         * MODULES.html.sh: Add fdl-1.3.
4813
4814 2008-11-03  Bruno Haible  <bruno@clisp.org>
4815
4816         Make determination of absolute name of header file work with AIX xlc.
4817         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
4818         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
4819         preprocessing.
4820         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
4821         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4822
4823 2008-11-03  Simon Josefsson  <simon@josefsson.org>
4824
4825         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
4826         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
4827         <ludo@gnu.org>.
4828
4829 2008-11-02  Bruno Haible  <bruno@clisp.org>
4830
4831         Mark 'strpbrk' obsolete.
4832         * modules/strpbrk (Status, Notice): New sections.
4833         * modules/strtok_r (Depends-on): Add strpbrk.
4834
4835 2008-11-02  Bruno Haible  <bruno@clisp.org>
4836
4837         Mark 'strdup' obsolete.
4838         * modules/strdup (Status, Notice): New sections.
4839         * modules/findprog (Depends-on): Add strdup.
4840         * modules/getaddrinfo (Depends-on): Likewise.
4841         * modules/localename (Depends-on): Likewise.
4842         * modules/relocatable-lib (Depends-on): Likewise.
4843         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
4844         * modules/relocatable-prog (Depends-on): Likewise.
4845         * modules/trim (Depends-on): Likewise.
4846         * modules/unictype/gen-ctype (Depends-on): Likewise.
4847         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4848
4849 2008-11-02  Bruno Haible  <bruno@clisp.org>
4850
4851         Mark 'strcspn' obsolete.
4852         * modules/strcspn (Status, Notice): New sections.
4853
4854 2008-11-02  Bruno Haible  <bruno@clisp.org>
4855
4856         Mark 'rmdir' obsolete.
4857         * modules/rmdir (Status, Notice): New sections.
4858         * modules/clean-temp (Depends-on): Add rmdir.
4859         * modules/openat (Depends-on): Likewise.
4860
4861 2008-11-02  Bruno Haible  <bruno@clisp.org>
4862
4863         Mark 'raise' obsolete.
4864         * modules/raise (Status, Notice): New sections.
4865         (Include): Specify <signal.h>.
4866         * modules/stdio (Depends-on): Add raise.
4867         * modules/write (Depends-on): Likewise.
4868
4869 2008-11-02  Bruno Haible  <bruno@clisp.org>
4870
4871         Mark 'memset' obsolete.
4872         * modules/memset (Status, Notice): New sections.
4873
4874 2008-11-02  Bruno Haible  <bruno@clisp.org>
4875
4876         Mark 'memmove' obsolete.
4877         * modules/memmove (Status, Notice): New sections.
4878         * modules/argp (Depends-on): Add memmove.
4879         * modules/argz (Depends-on): Likewise.
4880         * modules/canonicalize (Depends-on): Likewise.
4881         * modules/canonicalize-lgpl (Depends-on): Likewise.
4882         * modules/fts (Depends-on): Likewise.
4883         * modules/getcwd (Depends-on): Likewise.
4884         * modules/human (Depends-on): Likewise.
4885         * modules/regex (Depends-on): Likewise.
4886         * modules/striconveh (Depends-on): Likewise.
4887         * modules/trim (Depends-on): Likewise.
4888         * modules/unistr/u8-move (Depends-on): Likewise.
4889         * modules/unistr/u16-move (Depends-on): Likewise.
4890         * modules/unistr/u32-move (Depends-on): Likewise.
4891
4892 2008-11-02  Bruno Haible  <bruno@clisp.org>
4893
4894         Mark 'memcpy' obsolete.
4895         * modules/memcpy (Status, Notice): New sections.
4896
4897 2008-11-02  Bruno Haible  <bruno@clisp.org>
4898
4899         Mark 'memcmp' obsolete.
4900         * modules/memcmp (Status, Notice): New sections.
4901         * modules/argmatch (Depends-on): Add memchr.
4902         * modules/backupfile (Depends-on): Likewise.
4903         * modules/c-strcasestr (Depends-on): Likewise.
4904         * modules/crypto/des (Depends-on): Likewise.
4905         * modules/csharpcomp (Depends-on): Likewise.
4906         * modules/fnmatch (Depends-on): Likewise.
4907         * modules/git-merge-changelog (Depends-on): Likewise.
4908         * modules/isnand (Depends-on): Likewise.
4909         * modules/isnand-nolibm (Depends-on): Likewise.
4910         * modules/isnanf (Depends-on): Likewise.
4911         * modules/isnanf-nolibm (Depends-on): Likewise.
4912         * modules/isnanl (Depends-on): Likewise.
4913         * modules/isnanl-nolibm (Depends-on): Likewise.
4914         * modules/mbchar (Depends-on): Likewise.
4915         * modules/memcoll (Depends-on): Likewise.
4916         * modules/quotearg (Depends-on): Likewise.
4917         * modules/regex (Depends-on): Likewise.
4918         * modules/relocatable-prog (Depends-on): Likewise.
4919         * modules/same (Depends-on): Likewise.
4920         * modules/signbit (Depends-on): Likewise.
4921         * modules/strcasestr-simple (Depends-on): Likewise.
4922         * modules/unictype/gen-ctype (Depends-on): Likewise.
4923         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
4924         * modules/uniname/uniname (Depends-on): Likewise.
4925         * modules/unistr/u8-cmp (Depends-on): Likewise.
4926
4927 2008-11-02  Bruno Haible  <bruno@clisp.org>
4928
4929         Mark 'memchr' obsolete.
4930         * modules/memchr (Status, Notice): New sections.
4931         * modules/argp (Depends-on): Add memchr.
4932         * modules/base64 (Depends-on): Likewise.
4933         * modules/c-strcasestr (Depends-on): Likewise.
4934         * modules/chdir-long (Depends-on): Likewise.
4935         * modules/fnmatch (Depends-on): Likewise.
4936         * modules/getsubopt (Depends-on): Likewise.
4937         * modules/git-merge-changelog (Depends-on): Likewise.
4938         * modules/glob (Depends-on): Likewise.
4939         * modules/strcasestr-simple (Depends-on): Likewise.
4940         * modules/strnlen (Depends-on): Likewise.
4941
4942 2008-11-02  Bruno Haible  <bruno@clisp.org>
4943
4944         Mark 'atexit' obsolete.
4945         * modules/atexit (Status, Notice): New sections.
4946         * modules/chdir-long (Depends-on): Add atexit.
4947         * modules/wait-process (Depends-on): Likewise.
4948
4949 2008-11-02  Bruno Haible  <bruno@clisp.org>
4950
4951         * gnulib-tool: New option --with-obsolete.
4952         (func_usage): Document it.
4953         (func_modules_transitive_closure): Drop obsolete dependencies if
4954         incobsolete is not true.
4955         (func_import): Read and save the incobsolete variable to the cache.
4956
4957 2008-11-02  Bruno Haible  <bruno@clisp.org>
4958
4959         * modules/TEMPLATE-EXTENDED: New field 'Status'.
4960         * gnulib-tool: New option --extract-status.
4961         (func_usage): Document it.
4962         (sed_extract_prog): Recognize it.
4963         (func_get_status): New function.
4964
4965 2008-10-30  Simon Josefsson  <simon@josefsson.org>
4966
4967         * modules/sockets (License): Change from LGPL to LGPLv2+.
4968
4969 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4970
4971         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
4972
4973 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4974
4975         * MODULES.html.sh (Support for systems lacking POSIX:2001):
4976         Mention times and sys_times.
4977         * modules/sys_times, modules/sys_times-tests: New modules.
4978         * modules/times, modules/times-tests: Likewise
4979         * m4/sys_times_h.m4: New file.
4980         * lib/sys_times.in.h: Likewise
4981         * lib/times.c: Likewise.
4982         * tests/test-sys_times.c: Likewise.
4983         * tests/test-times.c: Likewise.
4984         * doc/posix-headers/sys_times.texi: Update.
4985         * doc/posix-functions/times.texi: Update.
4986
4987 2008-10-28  Jim Meyering  <meyering@redhat.com>
4988
4989         * modules/tempname (Depends-on): Add lstat.
4990
4991         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
4992
4993 2008-10-28  Simon Josefsson  <simon@josefsson.org>
4994
4995         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
4996         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
4997         using idiom used elsewhere in gnulib.
4998
4999 2008-10-27  Jim Meyering  <meyering@redhat.com>
5000
5001         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
5002
5003 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5004
5005         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
5006         TESTS_ENVIRONMENT, for shell scripts that needs to call built
5007         programs.
5008         * tests/test-argp-2.sh: Use $EXEEXT when needed.
5009
5010 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5011
5012         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
5013
5014 2008-10-27  Bruno Haible  <bruno@clisp.org>
5015
5016         * tests/test-lstat.c: Include <stdio.h>.
5017
5018 2008-10-27  Simon Josefsson  <simon@josefsson.org>
5019
5020         * modules/lstat-tests: New module.
5021         * tests/test-lstat.c: New file.
5022
5023 2008-10-26  Jim Meyering  <meyering@redhat.com>
5024
5025         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
5026
5027 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5028             Bruno Haible  <bruno@clisp.org>
5029
5030         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
5031         * modules/configmake (Include): Add a note that the include must come
5032         after all system headers.
5033         * lib/javaversion.c: Include configmake.h after all other includes.
5034
5035 2008-10-26  Bruno Haible  <bruno@clisp.org>
5036
5037         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
5038         HAVE_STRUCT_RANDOM_DATA to 1.
5039         (gl_STDLIB_H): Simplify.
5040
5041 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5042
5043         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
5044         substitute HAVE_STRUCT_RANDOM_DATA.
5045         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
5046         random_data.
5047         * modules/stdlib (Makefile.am): Substitute
5048         HAVE_STRUCT_RANDOM_DATA.
5049
5050 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5051
5052         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
5053         * doc/gnulib-intro.texi (Copyright): Likewise.
5054
5055 2008-10-26  Simon Josefsson  <simon@josefsson.org>
5056
5057         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
5058         findings.
5059
5060 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
5061             Bruno Haible  <bruno@clisp.org>
5062
5063         * lib/unistd.in.h: Include <winsock2.h>.
5064         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
5065         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
5066         Provide dummy declarations.
5067         (gethostname): Override.
5068         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
5069         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
5070         gl_PREREQ_SYS_H_WINSOCK2.
5071         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
5072         * doc/posix-functions/gethostname.texi: More details.
5073
5074 2008-10-25  Bruno Haible  <bruno@clisp.org>
5075
5076         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5077         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
5078         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
5079
5080         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
5081         here ...
5082         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
5083         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
5084         gl_UNISTD_H_DEFAULTS.
5085
5086 2008-10-25  Eric Blake  <ebb9@byu.net>
5087
5088         signbit: avoid spurious compiler failure
5089         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
5090         declarations inside function.
5091
5092 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5093             Bruno Haible  <bruno@clisp.org>
5094
5095         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
5096         * modules/random_r (Depends-on): Add stdint.
5097
5098 2008-10-24  Bruno Haible  <bruno@clisp.org>
5099
5100         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
5101         Eggert.
5102         * modules/strerror (License): Likewise.
5103
5104 2008-10-24  Jim Meyering  <meyering@redhat.com>
5105
5106         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
5107         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
5108
5109 2008-10-24  Eric Blake  <ebb9@byu.net>
5110
5111         getgroups: fix compilation when getgroups is available
5112         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
5113         but with <config.h> override of getgroups disabled.
5114
5115 2008-10-24  Simon Josefsson  <simon@josefsson.org>
5116
5117         * doc/gnulib.texi (Header files): Add note about C++ problems.
5118         Explained by Bruno Haible <bruno@clisp.org>.
5119
5120 2008-10-23  Bruno Haible  <bruno@clisp.org>
5121
5122         Define a dummy SA_NODEFER macro on Interix.
5123         * lib/signal.in.h (SA_NODEFER): Define fallback.
5124         Reported by Aleksey Cheusov <cheusov@tut.by> via
5125         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
5126
5127 2008-10-23  Bruno Haible  <bruno@clisp.org>
5128
5129         * modules/freadahead (License): Change to LGPLv2+.
5130         Suggested by Simon Josefsson.
5131
5132 2008-10-23  Jim Meyering  <meyering@redhat.com>
5133
5134         random_r: new module
5135         * modules/random_r: New file.
5136         * m4/random_r.m4: New file.
5137         * lib/random_r.c: New file, from glibc.
5138         * modules/random_r-tests: New file.
5139         * tests/test-random_r.c: New file.
5140         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
5141          Declare.
5142         (RAND_MAX): Define.
5143         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
5144         * modules/stdlib: Substitute them, too.
5145         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
5146         * doc/glibc-functions/initstate_r.texi: Mention the new module.
5147         * doc/glibc-functions/random_r.texi: Likewise.
5148         * doc/glibc-functions/setstate_r.texi: Likewise.
5149         * doc/glibc-functions/srandom_r.texi: Likewise.
5150         * config/srclist.txt: Mention it.
5151
5152 2008-10-23  David Lutterkort  <lutter@redhat.com>
5153
5154         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
5155         link requirement
5156
5157 2008-10-23  Jim Meyering  <meyering@redhat.com>
5158
5159         selinux-h: mark parameters of stub functions as intentionally unused
5160         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
5161         * lib/se-context.in.h: Likewise.
5162
5163 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5164
5165         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
5166
5167 2008-10-22  Simon Josefsson  <simon@josefsson.org>
5168
5169         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
5170
5171 2008-10-22  Eric Blake  <ebb9@byu.net>
5172
5173         glthread/thread: avoid compiler warning
5174         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
5175         Add unreachable abort to silence compiler.
5176
5177 2008-10-22  Eric Blake  <ebb9@byu.net>
5178
5179         netdb: also supply struct addrinfo for cygwin 1.5.x
5180         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
5181         older cygwin.
5182         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
5183         cygwin.
5184         * doc/posix-headers/netdb.texi (netdb.h): Document this.
5185
5186 2008-10-22  Bruno Haible  <bruno@clisp.org>
5187
5188         * users.txt: Update entry about pspp.
5189
5190 2008-10-21  Bruno Haible  <bruno@clisp.org>
5191
5192         Simplification.
5193         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
5194         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
5195
5196         Simplification.
5197         * lib/ioctl.c (ioctl): Don't undefine.
5198         * lib/socket.c (socket): Don't undefine.
5199
5200         Remove unused module indicator macros.
5201         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
5202         GNULIB_$1 as a C macro.
5203
5204         * doc/posix-functions/close.texi: Undo last change.
5205         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
5206         Windows platforms.
5207
5208 2008-10-21  Bruno Haible  <bruno@clisp.org>
5209
5210         Add gethostname() declaration to <unistd.h>.
5211         * lib/unistd.in.h (gethostname): New declaration.
5212         * lib/gethostname.c: Include <unistd.h>.
5213         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
5214         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
5215         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
5216         and HAVE_GETHOSTNAME.
5217         * modules/gethostname (Depends-on): Add unistd.
5218         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5219         (Include): Specify <unistd.h>.
5220         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
5221         HAVE_GETHOSTNAME.
5222         * tests/test-gethostname.c: Include <unistd.h> first.
5223
5224 2008-10-21  Bruno Haible  <bruno@clisp.org>
5225
5226         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
5227         * modules/select-tests (Depends-on): Likewise.
5228         Reported by Simon Josefsson.
5229
5230 2008-10-21  Simon Josefsson  <simon@josefsson.org>
5231
5232         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
5233         * lib/accept.c: New file, based on winsock.c.
5234         * lib/bind.c: New file, based on winsock.c.
5235         * lib/connect.c: New file, based on winsock.c.
5236         * lib/getpeername.c: New file, based on winsock.c.
5237         * lib/getsockname.c: New file, based on winsock.c.
5238         * lib/getsockopt.c: New file, based on winsock.c.
5239         * lib/ioctl.c: New file, based on winsock.c.
5240         * lib/listen.c: New file, based on winsock.c.
5241         * lib/recv.c: New file, based on winsock.c.
5242         * lib/recvfrom.c: New file, based on winsock.c.
5243         * lib/send.c: New file, based on winsock.c.
5244         * lib/sendto.c: New file, based on winsock.c.
5245         * lib/setsockopt.c: New file, based on winsock.c.
5246         * lib/shutdown.c: New file, based on winsock.c.
5247         * lib/socket.c: New file, based on winsock.c.
5248         * lib/w32sock.h: New file, based on winsock.c.
5249         * lib/winsock.c: Remove file.
5250         * modules/accept: Likewise.
5251         * modules/bind: Likewise.
5252         * modules/connect: Likewise.
5253         * modules/getpeername: Likewise.
5254         * modules/getsockname: Likewise.
5255         * modules/getsockopt: Likewise.
5256         * modules/ioctl: Likewise.
5257         * modules/listen: Likewise.
5258         * modules/recv: Likewise.
5259         * modules/recvfrom: Likewise.
5260         * modules/send: Likewise.
5261         * modules/sendto: Likewise.
5262         * modules/setsockopt: Likewise.
5263         * modules/shutdown: Likewise.
5264         * modules/socket: Use socket.c instead of winsock.c.
5265         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
5266         * doc/posix-functions/accept.texi: Doc fix.
5267         * doc/posix-functions/bind.texi: Doc fix.
5268         * doc/posix-functions/close.texi: Doc fix.
5269         * doc/posix-functions/connect.texi: Doc fix.
5270         * doc/posix-functions/getpeername.texi: Doc fix.
5271         * doc/posix-functions/getsockname.texi: Doc fix.
5272         * doc/posix-functions/getsockopt.texi: Doc fix.
5273         * doc/posix-functions/ioctl.texi: Doc fix.
5274         * doc/posix-functions/listen.texi: Doc fix.
5275         * doc/posix-functions/recv.texi: Doc fix.
5276         * doc/posix-functions/recvfrom.texi: Doc fix.
5277         * doc/posix-functions/send.texi: Doc fix.
5278         * doc/posix-functions/sendto.texi: Doc fix.
5279         * doc/posix-functions/setsockopt.texi: Doc fix.
5280         * doc/posix-functions/shutdown.texi: Doc fix.
5281         * doc/posix-functions/socket.texi: Doc fix.
5282
5283 2008-10-20  Bruno Haible  <bruno@clisp.org>
5284
5285         Take into account the role of SIGABRT_COMPAT on Windows 2008.
5286         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
5287         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
5288         as an alias for SIGABRT.
5289         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
5290         (sigaction): Map it to SIGABRT.
5291         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
5292
5293 2008-10-20  Bruno Haible  <bruno@clisp.org>
5294
5295         * lib/fts.c: Don't include lstat.h.
5296         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
5297
5298         Move the lstat() declaration to <sys/stat.h>.
5299         * lib/lstat.h: Remove file.
5300         * lib/sys_stat.in.h: Add special invocation convention.
5301         (lstat): New declaration.
5302         * lib/lstat.c (orig_lstat): New function.
5303         (rpl_lstat): Use orig_lstat instead of lstat.
5304         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
5305         AC_C_INLINE. Set REPLACE_LSTAT.
5306         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
5307         and REPLACE_LSTAT.
5308         * modules/lstat (Files): Remove lib/lstat.h.
5309         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5310         (Include): Specify <sys/stat.h> instead of lstat.h.
5311         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
5312         REPLACE_LSTAT.
5313         * NEWS: Mention the change.
5314
5315 2008-10-20  Bruno Haible  <bruno@clisp.org>
5316
5317         * modules/posix_spawn-tests: New file.
5318         * tests/test-posix_spawn3.c: New file.
5319
5320 2008-10-20  Bruno Haible  <bruno@clisp.org>
5321
5322         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
5323         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5324         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
5325         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
5326         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
5327
5328 2008-10-20  Bruno Haible  <bruno@clisp.org>
5329
5330         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
5331         of posix_spawn on AIX 5.3.
5332
5333 2008-10-20  Bruno Haible  <bruno@clisp.org>
5334
5335         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
5336
5337 2008-10-20  Bruno Haible  <bruno@clisp.org>
5338
5339         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
5340         of AC_LANG_PROGRAM.
5341
5342 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5343
5344         * lib/netdb.in.h: Don't define GNU specific constants until they
5345         are supported or needed.  Reported by Bruno Haible
5346         <bruno@clisp.org>.
5347
5348 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5349
5350         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
5351
5352 2008-10-20  Simon Josefsson  <simon@josefsson.org>
5353
5354         * lib/getaddrinfo.h: Remove file.
5355         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
5356         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
5357         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
5358         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
5359         * modules/netdb: Substitute GNULIB_GETADDRINFO.
5360         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
5361         * tests/test-getaddrinfo.c: Likewise.
5362         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
5363         * NEWS: Mention change.
5364
5365 2008-10-19  Bruno Haible  <bruno@clisp.org>
5366
5367         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
5368
5369 2008-10-19  Bruno Haible  <bruno@clisp.org>
5370
5371         * lib/wait-process.c: Include simply <sys/wait.h>.
5372         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
5373         WIFSTOPPED): Remove fallback definitions.
5374         * modules/wait-process (Depends-on): Add sys_wait.
5375
5376         New module 'sys_wait'.
5377         * modules/sys_wait: New file.
5378         * lib/sys_wait.in.h: New file, partially copied from
5379         lib/wait-process.c.
5380         * m4/sys_wait_h.m4: New file.
5381         * doc/posix-headers/sys_wait.texi: Mention the new module.
5382
5383 2008-10-19  Bruno Haible  <bruno@clisp.org>
5384
5385         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
5386
5387 2008-10-19  Bruno Haible  <bruno@clisp.org>
5388
5389         Assume that waitpid() fills an 'int' status, not a 'union wait'.
5390         * lib/wait-process.c (WAIT_T): Remove type.
5391         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
5392         (wait_subprocess): Update.
5393
5394 2008-10-19  Bruno Haible  <bruno@clisp.org>
5395
5396         New module 'atoll'.
5397         * modules/atoll: New file.
5398         * lib/stdlib.in.h (atoll): New declaration.
5399         * lib/atoll.c: New file, from glibc with modifications.
5400         * m4/atoll.m4: New file.
5401         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
5402         HAVE_ATOLL.
5403         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
5404         * doc/posix-functions/atoll.texi: Mention the new module.
5405
5406 2008-10-19  Bruno Haible  <bruno@clisp.org>
5407
5408         Add strtoull() declaration to <stdlib.h>.
5409         * lib/stdlib.in.h (strtoull): New declaration.
5410         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5411         Set HAVE_STRTOULL.
5412         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
5413         HAVE_STRTOULL.
5414         * modules/strtoull (Depends-on): Add stdlib.
5415         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5416         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
5417         HAVE_STRTOULL.
5418
5419 2008-10-19  Bruno Haible  <bruno@clisp.org>
5420
5421         Add strtoll() declaration to <stdlib.h>.
5422         * lib/stdlib.in.h (strtoll): New declaration.
5423         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
5424         Set HAVE_STRTOLL.
5425         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
5426         HAVE_STRTOLL.
5427         * modules/strtoll (Depends-on): Add stdlib.
5428         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5429         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
5430
5431 2008-10-19  Bruno Haible  <bruno@clisp.org>
5432
5433         * modules/bcopy (Depends-on): Add strings.
5434         (Include): Specify <strings.h>.
5435
5436 2008-10-19  Bruno Haible  <bruno@clisp.org>
5437
5438         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
5439
5440 2008-10-19  Bruno Haible  <bruno@clisp.org>
5441
5442         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
5443         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
5444         mingw.
5445
5446 2008-10-19  Bruno Haible  <bruno@clisp.org>
5447
5448         * lib/atanl.c: Don't include isnanl.h.
5449         * lib/cosl.c: Likewise.
5450         * lib/ldexpl.c: Likewise.
5451         * lib/logl.c: Likewise.
5452         * lib/sinl.c: Likewise.
5453         * lib/sqrtl.c: Likewise.
5454         * lib/tanl.c: Likewise.
5455
5456         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
5457         * lib/isnanf.h: Remove file.
5458         * lib/isnand.h: Remove file.
5459         * lib/isnanl.h: Remove file.
5460         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
5461         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
5462         macros.
5463         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
5464         HAVE_ISNANF, don't define it as a C macro.
5465         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
5466         HAVE_ISNAND, don't define it as a C macro.
5467         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
5468         HAVE_ISNANL, don't define it as a C macro.
5469         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
5470         HAVE_ISNAN[FDL].
5471         * modules/isnanf (Files): Remove lib/isnanf.h.
5472         (Depends-on): Add math.
5473         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5474         (Include): Specify <math.h> instead of isnanf.h.
5475         * modules/isnand (Files): Remove lib/isnand.h.
5476         (Depends-on): Add math.
5477         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5478         (Include): Specify <math.h> instead of isnand.h.
5479         * modules/isnanl (Files): Remove lib/isnanl.h.
5480         (Depends-on): Add math.
5481         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
5482         (Include): Specify <math.h> instead of isnanl.h.
5483         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
5484         HAVE_ISNAN[FDL].
5485         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
5486         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
5487         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
5488         * NEWS: Mention the change.
5489
5490 2008-10-18  Bruno Haible  <bruno@clisp.org>
5491
5492         Add getusershell(), setusershell(), endusershell() declarations to
5493         <unistd.h>.
5494         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
5495         declarations.
5496         * lib/getusershell.c: Include unistd.h.
5497         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
5498         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5499         HAVE_GETUSERSHELL.
5500         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
5501         and HAVE_GETUSERSHELL.
5502         * modules/getusershell (Depends-on): Add unistd, extensions.
5503         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5504         (Include): Specify <unistd.h>.
5505         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
5506         HAVE_GETUSERSHELL.
5507
5508 2008-10-18  Bruno Haible  <bruno@clisp.org>
5509
5510         Add a getloadavg() declaration to <stdlib.h>.
5511         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
5512         getloadavg declaration.
5513         (getloadavg): New declaration.
5514         * lib/getloadavg.c: Include <stdlib.h> first.
5515         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
5516         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
5517         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
5518         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
5519         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5520         * modules/getloadavg (Depends-on): Add stdlib, extensions.
5521         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5522         (Include): Specify <stdlib.h>.
5523         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
5524         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
5525
5526 2008-10-18  Bruno Haible  <bruno@clisp.org>
5527
5528         * lib/dirchownmod.c: Don't include lchmod.h.
5529
5530         Move the lchmod() declaration to <sys/stat.h>.
5531         * lib/lchmod.h: Remove file.
5532         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
5533         (lchmod): New declaration, moved here from lib/lchown.h.
5534         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
5535         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
5536         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
5537         and HAVE_LCHMOD.
5538         * modules/lchmod (Files): Remove lib/lchmod.h.
5539         (Depends-on): Add sys_stat, extensions.
5540         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
5541         (Include): Specify <sys/stat.h> instead of lchmod.h.
5542         * modules/sys_stat (Depends-on): Add link-warning.
5543         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
5544         definition of GL_LINK_WARNING.
5545         * NEWS: Mention the change.
5546
5547 2008-10-18  Bruno Haible  <bruno@clisp.org>
5548
5549         * lib/fchdir.c: Don't include dirfd.h.
5550         * lib/fts.c: Likewise.
5551         * lib/getcwd.c: Likewise.
5552         * lib/glob.c: Likewise.
5553
5554         Move the dirfd() declaration to <dirent.h>.
5555         * lib/dirfd.h: Remove file.
5556         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
5557         (dirfd): New declaration.
5558         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
5559         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
5560         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
5561         HAVE_DECL_DIRFD.
5562         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
5563         HAVE_DECL_DIRFD.
5564         * modules/dirfd (Files): Remove lib/dirfd.h.
5565         (Depends-on): Add dirent, extensions.
5566         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
5567         (Include): Specify <dirent.h> instead of dirfd.h.
5568         * modules/dirent (Depends-on): Add link-warning.
5569         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
5570         definition of GL_LINK_WARNING.
5571         * NEWS: Mention the change.
5572
5573 2008-10-18  Bruno Haible  <bruno@clisp.org>
5574
5575         Move the euidaccess() declaration to <unistd.h>.
5576         * lib/euidaccess.h: Remove file.
5577         * lib/unistd.in.h (euidaccess): New declaration.
5578         * lib/euidaccess.c: Don't include euidaccess.h.
5579         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
5580         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
5581         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
5582         and HAVE_EUIDACCESS.
5583         * modules/euidaccess (Files): Remove lib/euidaccess.h.
5584         (Depends-on): Add unistd.
5585         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5586         (Include): Specify <unistd.h> instead of euidaccess.h.
5587         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
5588         HAVE_EUIDACCESS.
5589         * NEWS: Mention the change.
5590
5591 2008-10-18  Bruno Haible  <bruno@clisp.org>
5592
5593         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
5594
5595         Move the getdomainname() declaration to <unistd.h>.
5596         * lib/getdomainname.h: Remove file.
5597         * lib/unistd.in.h (getdomainname): New declaration.
5598         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
5599         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
5600         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
5601         HAVE_GETDOMAINNAME.
5602         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5603         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
5604         * modules/getdomainname (Files): Remove lib/getdomainname.h.
5605         (Depends-on): Add unistd, extensions.
5606         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5607         (Includes): Specify <unistd.h> instead of getdomainname.h.
5608         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
5609         HAVE_GETDOMAINNAME.
5610         * NEWS: Mention the change.
5611
5612 2008-10-18  Bruno Haible  <bruno@clisp.org>
5613
5614         * modules/dirent: New file.
5615         * m4/dirent_h.m4: New file.
5616         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
5617         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
5618         * modules/fchdir (Files): Remove lib/dirent.in.h.
5619         (Depends-on): Add dirent.
5620         (Makefile.am): Move rules to modules/dirent.
5621         * doc/posix-headers/dirent.texi: Mention the new module.
5622
5623 2008-10-18  Bruno Haible  <bruno@clisp.org>
5624
5625         Avoid -Wunused-parameter warnings in public gnulib header files.
5626         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
5627         macro.
5628         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
5629
5630 2008-10-18  Bruno Haible  <bruno@clisp.org>
5631
5632         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
5633         * doc/glibc-functions/error.texi: Mention the module 'error'.
5634         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
5635         * doc/glibc-functions/getdomainname.texi: Mention the module
5636         'getdomainname'.
5637         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
5638         * doc/glibc-functions/getpagesize.texi: Mention the module
5639         'getpagesize'.
5640         * doc/glibc-functions/getusershell.texi: Mention the module
5641         'getusershell'.
5642         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
5643         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
5644         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
5645         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
5646         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
5647         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
5648         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
5649         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
5650         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
5651         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
5652         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
5653         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
5654         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
5655         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
5656
5657 2008-10-17  Bruno Haible  <bruno@clisp.org>
5658
5659         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
5660         HP-UX and IRIX, use -0.0L.
5661         * tests/test-ceill.c (minus_zero): Likewise.
5662         * tests/test-floorl.c (minus_zero): Likewise.
5663         * tests/test-frexpl.c (minus_zero): Likewise.
5664         * tests/test-isnan.c (minus_zerol): Likewise.
5665         * tests/test-isnanl.h (minus_zero): Likewise.
5666         * tests/test-ldexpl.c (minus_zero): Likewise.
5667         * tests/test-roundl.c (minus_zero): Likewise.
5668         * tests/test-signbit.c (minus_zerol): Likewise.
5669         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
5670         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
5671         * tests/test-truncl.c (minus_zero): Likewise.
5672         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
5673         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
5674         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
5675         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
5676
5677 2008-10-17  Bruno Haible  <bruno@clisp.org>
5678
5679         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
5680         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
5681         that it gets activated only for gcc >= 3.0.
5682         * lib/dirent.in.h: Likewise.
5683         * lib/errno.in.h: Likewise.
5684         * lib/fcntl.in.h: Likewise.
5685         * lib/float.in.h: Likewise.
5686         * lib/iconv.in.h: Likewise.
5687         * lib/inttypes.in.h: Likewise.
5688         * lib/locale.in.h: Likewise.
5689         * lib/math.in.h: Likewise.
5690         * lib/netdb.in.h: Likewise.
5691         * lib/netinet_in.in.h: Likewise.
5692         * lib/search.in.h: Likewise.
5693         * lib/signal.in.h: Likewise.
5694         * lib/spawn.in.h: Likewise.
5695         * lib/stdarg.in.h: Likewise.
5696         * lib/stdint.in.h: Likewise.
5697         * lib/stdio.in.h: Likewise.
5698         * lib/stdlib.in.h: Likewise.
5699         * lib/string.in.h: Likewise.
5700         * lib/strings.in.h: Likewise.
5701         * lib/sys_file.in.h: Likewise.
5702         * lib/sys_ioctl.in.h: Likewise.
5703         * lib/sys_select.in.h: Likewise.
5704         * lib/sys_socket.in.h: Likewise.
5705         * lib/sys_stat.in.h: Likewise.
5706         * lib/sys_time.in.h: Likewise.
5707         * lib/sysexits.in.h: Likewise.
5708         * lib/time.in.h: Likewise.
5709         * lib/unistd.in.h: Likewise.
5710         * lib/wchar.in.h: Likewise.
5711         * lib/wctype.in.h: Likewise.
5712         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5713
5714 2008-10-17  Jim Meyering  <meyering@redhat.com>
5715
5716         ignore-value: don't depend on inline module
5717         * modules/ignore-value (Depends-on): Remove 'inline'.
5718         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
5719         Suggestion from Bruno Haible.
5720
5721 2008-10-17  Bruno Haible  <bruno@clisp.org>
5722
5723         New implementation of condition variables for Win32.
5724         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
5725         (gl_linked_waitqueue_t): New type.
5726         (gl_cond_t): Use it.
5727         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
5728         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
5729         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
5730         (glthread_cond_init_func, glthread_cond_wait_func,
5731         glthread_cond_timedwait_func, glthread_cond_signal_func,
5732         glthread_cond_broadcast_func, glthread_cond_destroy_func):
5733         Reimplemented on the basis of gl_linked_waitqueue_t.
5734         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
5735         gl_waitqueue_t.
5736         (gl_rwlock_t): Update.
5737         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
5738
5739 2008-10-17  Simon Josefsson  <simon@josefsson.org>
5740
5741         * modules/recvfrom (Depends-on): Add dependency on getpeername.
5742         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5743
5744 2008-10-17  Jim Meyering  <meyering@redhat.com>
5745
5746         ignore-value: new module
5747         * modules/ignore-value: New file.
5748         * lib/ignore-value.h: New file.
5749         * MODULES.html.sh (Compiler warning management): New section,
5750         just for this module.  More to come.
5751
5752 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
5753
5754         open-safer.c: avoid 'signed and unsigned in conditional...' warning
5755         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
5756         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
5757
5758 2008-10-16  Jim Meyering  <meyering@redhat.com>
5759
5760         openat-die.c: avoid 'no previous prototype' warning
5761         * lib/openat-die.c: Include "openat.h".
5762         Reported by Reuben Thomas <rrt@sc3d.org>.
5763
5764 2008-10-16  Simon Josefsson  <simon@josefsson.org>
5765
5766         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
5767         * lib/netdb.in.h: Fix typo.
5768         Reported by Bruno Haible  <bruno@clisp.org>
5769
5770         * lib/netdb.in.h: Include sys/socket.h for platforms without
5771         netdb.h, to get structures like hostent on MinGW.
5772         * modules/netdb (Depends-on): Add sys_socket.
5773
5774 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5775
5776         * modules/netdb, modules/netdb-tests: New file.
5777         * m4/netdb_h.m4: New file.
5778         * lib/netdb.in.h: Add, currently just an empty file pending
5779         definitions.
5780         * tests/test-netdb.c: New file.
5781         * doc/posix-headers/netdb.texi: Mention that we replace it if
5782         needed.
5783         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
5784         netdb.
5785
5786 2008-10-15  Simon Josefsson  <simon@josefsson.org>
5787
5788         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
5789         with code.
5790
5791 2008-10-13  Bruno Haible  <bruno@clisp.org>
5792
5793         * lib/glthread/cond.c (glthread_cond_wait_func,
5794         glthread_cond_timedwait_func): Add a comment.
5795
5796 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5797
5798         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
5799         * tests/test-select.c: Likewise,
5800
5801 2008-10-13  Bruno Haible  <bruno@clisp.org>
5802
5803         * lib/glthread/cond.c (glthread_cond_wait_func,
5804         glthread_cond_timedwait_func): Fix variable name.
5805         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
5806
5807 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
5808
5809         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
5810         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
5811         struct sockaddr.sa_len.
5812         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
5813
5814 2008-10-13  Simon Josefsson  <simon@josefsson.org>
5815
5816         * build-aux/pmccabe2html: Add css and css_url parameters.
5817
5818 2008-10-12  Bruno Haible  <bruno@clisp.org>
5819
5820         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
5821         calling aclx_get.
5822         Reported by Rainer Tammer <tammer@tammer.net>.
5823
5824 2008-10-12  Bruno Haible  <bruno@clisp.org>
5825
5826         Use msvcrt aware primitives for creation/termination of Win32 threads.
5827         * lib/glthread/thread.c: Include <process.h>.
5828         (glthread_create_func): Use _beginthreadex instead of CreateThread.
5829         (wrapper_func): Update signature.
5830         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
5831
5832 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
5833             Bruno Haible  <bruno@clisp.org>
5834
5835         Provide a Win32 implementation of the 'cond' module.
5836         * lib/glthread/cond.h [USE_WIN32]: New implementation.
5837         * lib/glthread/cond.c (glthread_cond_init_func,
5838         glthread_cond_wait_func, glthread_cond_timedwait_func,
5839         glthread_cond_signal_func, glthread_cond_broadcast_func,
5840         glthread_cond_destroy_func) [USE_WIN32]: New functions.
5841         * modules/cond (Dependencies): Add gettimeofday.
5842
5843 2008-10-11  Bruno Haible  <bruno@clisp.org>
5844
5845         Make sleep work on older versions of mingw.
5846         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
5847         only whether it exists.
5848         * doc/posix-functions/sleep.texi: Mention the problem with older
5849         versions of mingw.
5850
5851 2008-10-11  Bruno Haible  <bruno@clisp.org>
5852
5853         New module 'shutdown'.
5854         * modules/shutdown: New file.
5855         * lib/sys_socket.in.h (shutdown): New declaration.
5856         * lib/winsock.c (shutdown): New function.
5857         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
5858         GNULIB_SHUTDOWN.
5859         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
5860         * doc/posix-functions/shutdown.texi: Document the new module.
5861
5862 2008-10-11  Jim Meyering  <meyering@redhat.com>
5863
5864         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
5865
5866 2008-10-11  Bruno Haible  <bruno@clisp.org>
5867
5868         New module 'fclose'.
5869         * modules/fclose: New file.
5870         * lib/stdio.in.h (fclose): New declaration.
5871         * lib/fclose.c: New file.
5872         * m4/fclose.m4: New file.
5873         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
5874         REPLACE_FCLOSE.
5875         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
5876         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
5877         REPLACE_FCLOSE.
5878         * modules/close (Depends-on): fclose.
5879         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
5880
5881 2008-10-11  Bruno Haible  <bruno@clisp.org>
5882
5883         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
5884         set errno and don't call _close.
5885
5886 2008-10-10  Bruno Haible  <bruno@clisp.org>
5887
5888         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
5889         ACL, not afterwards. Fixes test failure on Cygwin.
5890
5891 2008-10-09  Ben Pfaff  <blp@gnu.org>
5892
5893         * build-aux/announce-gen: Fix gnulib version related part of usage
5894         message.  Die with a useful error message if no tarballs are
5895         found.
5896
5897 2008-10-10  Jim Meyering  <meyering@redhat.com>
5898
5899         bootstrap: use git's --depth=N option only if it's supported
5900         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
5901         recognize the --depth option.  Reported by Pádraig Brady.
5902
5903 2008-10-09  Bruno Haible  <bruno@clisp.org>
5904
5905         New module 'ioctl'.
5906         * modules/ioctl: New file.
5907         * lib/sys_socket.in.h (ioctl): Remove declaration.
5908         * lib/winsock.c: Include <sys/ioctl.h>.
5909         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
5910         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
5911         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
5912         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
5913         * doc/posix-functions/ioctl.texi: Mention the new module.
5914
5915 2008-10-09  Bruno Haible  <bruno@clisp.org>
5916
5917         New module 'sys_ioctl'.
5918         * lib/sys_ioctl.in.h: New file.
5919         * m4/sys_ioctl_h.m4: New file.
5920         * modules/sys_ioctl: New file.
5921         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
5922
5923 2008-10-09  Bruno Haible  <bruno@clisp.org>
5924
5925         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
5926         * lib/winsock.c: Include <stdarg.h>.
5927         (rpl_ioctl): Change to second argument 'int' and then varargs.
5928
5929 2008-10-09  Bruno Haible  <bruno@clisp.org>
5930
5931         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
5932         when the sys_socket module is present and the system has <winsock2.h>.
5933
5934 2008-10-09  Bruno Haible  <bruno@clisp.org>
5935
5936         * doc/posix-functions/close.texi: Mention module 'close' instead of
5937         module 'sys_socket'.
5938
5939 2008-10-09  Bruno Haible  <bruno@clisp.org>
5940
5941         * doc/glibc-headers/sys_ioctl.texi: New file.
5942         * doc/gnulib.texi: Include it.
5943
5944 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5945             Bruno Haible  <bruno@clisp.org>
5946
5947         Combine the two replacements of 'close'.
5948         * lib/sys_socket.in.h (close): Define to a reminder to include
5949         <unistd.h>.
5950         (_gl_close_fd_maybe_socket): New declaration.
5951         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
5952         * lib/winsock.c (close): Remove undefinition.
5953         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
5954         needed for the gnulib module 'close'.
5955         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
5956         define to an error symbol or to a warning, if suitable.
5957         * lib/close.c: Include <sys/socket.h>.
5958         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
5959         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
5960         UNISTD_H_HAVE_WINSOCK2_H.
5961         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
5962         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
5963         UNISTD_H_HAVE_WINSOCK2_H.
5964         * modules/sys_socket (Files): Add m4/unistd_h.m4.
5965         (configure.ac): Set a module indicator.
5966         (Makefile.am): Substitute GNULIB_CLOSE.
5967         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
5968         * modules/poll-tests (Depends-on): Add close.
5969         * modules/select-tests (Depends-on): Likewise.
5970
5971 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5972             Bruno Haible  <bruno@clisp.org>
5973
5974         New module 'close'.
5975         * modules/close: New file.
5976         * lib/unistd.in.h (close): Move declaration out of the
5977         FCHDIR_REPLACEMENT scope.
5978         (_gl_unregister_fd): New declaration.
5979         * lib/close.c: New file.
5980         * lib/fchdir.c (rpl_close): Remove function.
5981         * m4/close.m4: New file.
5982         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
5983         close.
5984         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
5985         REPLACE_CLOSE.
5986         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
5987         REPLACE_CLOSE.
5988         * modules/fchdir (Depends-on): Add close.
5989
5990 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
5991             Bruno Haible  <bruno@clisp.org>
5992
5993         * lib/fcntl.in.h (open): Simplify conditionals.
5994         (_gl_register_fd): New declaration.
5995         * lib/fchdir.c (rpl_open): Remove function.
5996         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
5997         also.
5998         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
5999         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
6000         open.
6001
6002 2008-10-09  Jim Meyering  <meyering@redhat.com>
6003
6004         GNUmakefile: use the more name-space-friendly "_version"
6005         * top/GNUmakefile (_dummy): Update.
6006         (_version): Rename from "version".
6007
6008 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6009             Bruno Haible  <bruno@clisp.org>
6010
6011         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
6012         rpl_close.
6013         (_gl_register_fd): New function, extracted from rpl_open.
6014         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
6015         (rpl_open, rpl_opendir): Use _gl_register_fd.
6016
6017 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
6018
6019         Fix organization of 'open' replacement.
6020         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
6021         (gl_FUNC_OPEN): Use it.
6022         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
6023
6024 2008-10-08  Bruno Haible  <bruno@clisp.org>
6025
6026         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
6027
6028 2008-10-08  Simon Josefsson  <simon@josefsson.org>
6029
6030         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
6031         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
6032         listen).
6033
6034 2008-10-08  Eric Blake  <ebb9@byu.net>
6035
6036         GNUmakefile: add 'make version' target
6037         * top/GNUmakefile (_curr-ver): Split version update rules...
6038         (version): ...into a target.
6039
6040 2008-10-07  Bruno Haible  <bruno@clisp.org>
6041
6042         Use a more portable replacement expression for -0.0L.
6043         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
6044         instead of -0.0L. Fix m4 quotation.
6045
6046         * tests/test-signbit.c: Include <float.h>.
6047         (minus_zero): New variable.
6048         (test_signbitl): Use minus_zero instead of -zero.
6049         * modules/signbit-tests (Depends-on): Add float.
6050
6051         * tests/test-ceill.c: Include <float.h>.
6052         (zero): Remove variable.
6053         (minus_zero): New variable.
6054         (main): Use minus_zero instead of -zero.
6055         * modules/ceill-tests (Depends-on): Add float.
6056
6057         * tests/test-floorl.c: Include <float.h>.
6058         (zero): Remove variable.
6059         (minus_zero): New variable.
6060         (main): Use minus_zero instead of -zero.
6061         * modules/floorl-tests (Depends-on): Add float.
6062
6063         * tests/test-roundl.c: Include <float.h>.
6064         (zero): Remove variable.
6065         (minus_zero): New variable.
6066         (main): Use minus_zero instead of -zero.
6067         * modules/roundl-tests (Depends-on): Add float.
6068
6069         * tests/test-truncl.c: Include <float.h>.
6070         (zero): Remove variable.
6071         (minus_zero): New variable.
6072         (main): Use minus_zero instead of -zero.
6073         * modules/truncl-tests (Depends-on): Add float.
6074
6075         * tests/test-frexpl.c (zero): Remove variable.
6076         (minus_zero): New variable.
6077         (main): Use minus_zero instead of -zero.
6078         * modules/frexpl-tests (Depends-on): Add float.
6079
6080         * tests/test-isnan.c (zerol): Remove variable.
6081         (minus_zerol): New variable.
6082         (test_long_double): Use minus_zerol instead of -zerol.
6083         * modules/isnan-tests (Depends-on): Add float.
6084
6085         * tests/test-isnanl.h (zero): Remove variable.
6086         (minus_zero): New variable.
6087         (main): Use minus_zero instead of -zero.
6088         * modules/isnanl-nolibm-tests (Depends-on): Add float.
6089         * modules/isnanl-tests (Depends-on): Add float.
6090
6091         * tests/test-ldexpl.c (zero): Remove variable.
6092         (minus_zero): New variable.
6093         (main): Use minus_zero instead of -zero.
6094         * modules/ldexpl-tests (Depends-on): Add float.
6095
6096         * tests/test-snprintf-posix.h (zerol): Remove variable.
6097         (minus_zerol): New variable.
6098         (test_function): Use minus_zerol instead of -zerol.
6099         * modules/snprintf-posix-tests (Depends-on): Add float.
6100         * modules/vsnprintf-posix-tests (Depends-on): Add float.
6101
6102         * tests/test-sprintf-posix.h (zerol): Remove variable.
6103         (minus_zerol): New variable.
6104         (test_function): Use minus_zerol instead of -zerol.
6105         * modules/sprintf-posix-tests (Depends-on): Add float.
6106         * modules/vsprintf-posix-tests (Depends-on): Add float.
6107
6108         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
6109         (minus_zerol): New variable.
6110         (test_function): Use minus_zerol instead of -zerol.
6111         * modules/vasnprintf-posix-tests (Depends-on): Add float.
6112
6113         * tests/test-vasprintf-posix.c (zerol): Remove variable.
6114         (minus_zerol): New variable.
6115         (test_function): Use minus_zerol instead of -zerol.
6116         * modules/vasprintf-posix-tests (Depends-on): Add float.
6117
6118 2008-10-07  Simon Josefsson  <simon@josefsson.org>
6119
6120         * MODULES.html.sh (Support for building documentation): Mention
6121         pmccabe2html.  Sort entries.
6122
6123         Add pmccabe2html module, from gnupdf.
6124         * build-aux/pmccabe.css: New file.
6125         * build-aux/pmccabe2html: New file.
6126         * m4/pmccabe2html.m4: New file.
6127         * modules/pmccabe2html: New file.
6128
6129 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
6130
6131         flock: new module
6132         * MODULES.html.sh: Add to list of modules.
6133         * lib/flock.c: flock implementation for Windows and Unix systems
6134         which have fcntl.
6135         * doc/glibc-functions/flock.texi: Update documentation.
6136         * lib/sys_file.in.h: <sys/file.h> header file.
6137         * m4/flock.m4: M4 macros.
6138         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
6139         * modules/flock: flock module.
6140         * modules/flock-tests: flock tests module.
6141         * modules/sys_file: sys/file.h module.
6142         * tests/test-flock.c: test suite for flock.
6143
6144 2008-10-06  Jim Meyering  <meyering@redhat.com>
6145
6146         bootstrap: check for LT_INIT more portably still ;-)
6147         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
6148         Spotted by Bruno Haible.
6149
6150 2008-10-06  Eric Blake  <ebb9@byu.net>
6151
6152         test-signbit: avoid tripping Irix cc bug on -0.0L
6153         * tests/test-signbit.c (minus_zerol): Delete, and replace with
6154         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
6155         entire testsuite consistent and avoids an Irix 6.2 bug.
6156
6157 2008-10-05  Bruno Haible  <bruno@clisp.org>
6158             Jim Meyering  <jim@meyering.net>
6159
6160         Add an option for ignoring EPIPE during close_stdout.
6161         * lib/closeout.h: Include <stdbool.h>.
6162         (close_stdout_set_ignore_EPIPE): New declaration.
6163         * lib/closeout.c: Include <stdbool.h>.
6164         (ignore_EPIPE): New variable.
6165         (close_stdout_set_ignore_EPIPE): New function.
6166         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
6167         * lib/close-stream.c (close_stream): Mention the possible EPIPE
6168         failure.
6169         * modules/closeout (Depends-on): Add stdbool.
6170
6171 2008-10-05  Bruno Haible  <bruno@clisp.org>
6172
6173         * modules/accept: New file.
6174         * modules/bind: New file.
6175         * modules/connect: New file.
6176         * modules/getpeername: New file.
6177         * modules/getsockname: New file.
6178         * modules/getsockopt: New file.
6179         * modules/listen: New file.
6180         * modules/recv: New file.
6181         * modules/recvfrom: New file.
6182         * modules/send: New file.
6183         * modules/sendto: New file.
6184         * modules/setsockopt: New file.
6185         * modules/socket: New file.
6186         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
6187         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
6188         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
6189         the particular module is requested. Add a link warning when the
6190         particular module is not requested.
6191         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
6192         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
6193         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
6194         the particular module is requested.
6195         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
6196         gl_SYS_SOCKET_H_DEFAULTS): New macros.
6197         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
6198         * modules/sys_socket (Depends-on): Add link-warning.
6199         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
6200         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
6201         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
6202         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
6203         GL_LINK_WARNING.
6204         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
6205         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
6206         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
6207         * doc/posix-functions/getpeername.texi: Mention the new module
6208         'getpeername'.
6209         * doc/posix-functions/getsockname.texi: Mention the new module
6210         'getsockname'.
6211         * doc/posix-functions/getsockopt.texi: Mention the new module
6212         'getsockopt'.
6213         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
6214         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
6215         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
6216         * doc/posix-functions/send.texi: Mention the new module 'send'.
6217         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
6218         * doc/posix-functions/setsockopt.texi: Mention the new module
6219         'setsockopt'.
6220         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
6221         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
6222         listen, connect, accept.
6223         * modules/select-tests (Depends-on): Likewise.
6224
6225 2008-10-05  Bruno Haible  <bruno@clisp.org>
6226
6227         * lib/winsock.c (strerror): Remove unused #undef.
6228         (rpl_close): Remove unused local variable.
6229
6230         * modules/sys_socket (Depends-on); Add errno.
6231
6232 2008-10-05  Bruno Haible  <bruno@clisp.org>
6233
6234         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
6235         (select): Add a link warning when the 'select' module is not used.
6236         * modules/sys_select (Depends-on): Add link-warning.
6237         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
6238         Suggested by Paolo Bonzini.
6239
6240 2008-10-05  Jim Meyering  <meyering@redhat.com>
6241
6242         bootstrap: check for LT_INIT more portably
6243         * build-aux/bootstrap: Avoid using grep -E, since it's not
6244         portable enough.  Suggestion from Bruno Haible.
6245
6246 2008-10-05  Bruno Haible  <bruno@clisp.org>
6247
6248         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
6249         as being fixed by gnulib.
6250
6251 2008-10-05  Bruno Haible  <bruno@clisp.org>
6252
6253         * modules/select-tests: New file, mostly copied from
6254         modules/sys_select-tests.
6255         * tests/test-select.c: New file, mostly copied from
6256         tests/test-sys_select.c.
6257         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
6258         * modules/sys_select-tests (Depends-on): Remove all dependencies.
6259         (Makefile.am): Remove test_sys_select_LDADD.
6260
6261         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
6262         to an undefined symbol, for an error message.
6263         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
6264         (gl_SYS_SELECT_H_DEFAULTS): New macro.
6265         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
6266         winsock-select.c here.
6267         * modules/sys_select (Files): Remove lib/winsock-select.c.
6268         (Depends-on): Remove alloca.
6269         (Makefile.am): Substitute GNULIB_SELECT.
6270         * modules/select: New file.
6271         * doc/posix-functions/select.texi: Update.
6272
6273 2008-10-05  Bruno Haible  <bruno@clisp.org>
6274
6275         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
6276         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
6277         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
6278         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
6279         getdtablesize.
6280         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
6281         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
6282
6283 2008-10-05  Bruno Haible  <bruno@clisp.org>
6284
6285         * modules/getdtablesize-tests: New file.
6286         * tests/test-getdtablesize.c: New file.
6287
6288         New module 'getdtablesize'.
6289         * lib/unistd.in.h (getdtablesize): New declaration.
6290         * lib/getdtablesize.c: New file.
6291         * m4/getdtablesize.m4: New file.
6292         * modules/getdtablesize: New file.
6293         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6294         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
6295         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
6296         HAVE_GETDTABLESIZE.
6297         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
6298
6299 2008-10-05  Bruno Haible  <bruno@clisp.org>
6300
6301         * modules/sched (Makefile.am): Fix typo.
6302         Reported by Simon Josefsson.
6303
6304 2008-10-05  Jim Meyering  <meyering@redhat.com>
6305
6306         bootstrap: check for LT_INIT, too
6307         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
6308         are deprecated.  Suggestion from Ralf Wildenhues.
6309
6310 2008-10-05  Bruno Haible  <bruno@clisp.org>
6311
6312         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
6313         overriding them by ours.
6314         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
6315
6316 2008-10-05  Jim Meyering  <meyering@redhat.com>
6317
6318         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
6319         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
6320         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
6321
6322 2008-10-04  Bruno Haible  <bruno@clisp.org>
6323
6324         * modules/dup2 (License): Change to LGPLv2+.
6325         * modules/sleep (License): Likewise.
6326         * modules/perror (License): Likewise.
6327         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
6328         Blake.
6329         * modules/signal (License): Likewise.
6330         * modules/sigprocmask (License): Likewise.
6331         * modules/raise (License): Change to LGPLv2+, with approval by Jim
6332         Meyering.
6333
6334 2008-10-04  Bruno Haible  <bruno@clisp.org>
6335
6336         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
6337         Reported by Rainer Tammer <tammer@tammer.net>.
6338
6339 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
6340             Bruno Haible  <bruno@clisp.org>
6341
6342         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
6343         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
6344         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
6345
6346 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
6347
6348         filevercmp: new module
6349         * lib/filevercmp.h: New function filevercmp comparing version strings.
6350         * lib/filevercmp.c: Implementation of filevercmp function.
6351         * modules/filevercmp: Module metadata.
6352         * tests/test-filevercmp.c: Unit test for new module.
6353         * modules/filevercmp-tests: Unit test metadata.
6354         * MODULES.html.sh: Add filevercmp module.
6355
6356 2008-10-03  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/c-ctype.h: Add comment.
6359         Reported by Jim Meyering.
6360
6361 2008-10-02  Bruno Haible  <bruno@clisp.org>
6362
6363         * modules/posix_spawn-internal (Depends-on): Add 'open'.
6364
6365 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6366
6367         * build-aux/bootstrap: Allow renaming bootstrap, and change the
6368         name of bootstrap.conf accordingly.
6369
6370 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6371
6372         * build-aux/bootstrap: Install git-merge-changelog configuration
6373         items into .gitconfig if needed.
6374
6375 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
6376
6377         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
6378         git repository, and initialize/update it accordingly.
6379
6380 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
6381
6382         * modules/fsync-tests: New file.
6383         * tests/test-fsync.c: New file.
6384
6385         New module 'fsync'.
6386         * lib/fsync.c: New file.
6387         * m4/fsync.m4: New file.
6388         * modules/fsync: New file.
6389         * lib/unistd.in.h (fsync): New declaration.
6390         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
6391         GNULIB_FSYNC and HAVE_FSYNC.
6392         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
6393         * MODULES.html.sh (posix_functions): Add fsync.
6394         * doc/posix-functions/fsync.texi: Mention the new module.
6395
6396 2008-10-02  Jim Meyering  <meyering@redhat.com>
6397
6398         fts.c: sync with similar code from coreutils' remove.c
6399         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
6400         Guard also with "#if defined __linux__", since for now at least,
6401         this code is Linux-kernel-specific.
6402
6403 2008-10-02  Jim Meyering  <meyering@redhat.com>
6404
6405         fts: bug fixes
6406         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
6407         Include <sys/vfs.h>, not <sys/statfs.h>.
6408
6409         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
6410         Include <sys/vfs.h>, not <sys/statfs.h>.
6411
6412 2008-10-01  Bruno Haible  <bruno@clisp.org>
6413
6414         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
6415         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
6416         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
6417         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
6418         * doc/posix-functions/posix_spawnp.texi: Likewise.
6419         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
6420         whether posix_spawn actually works.
6421         * m4/pipe.m4 (gl_PIPE): Likewise.
6422         * modules/execute (Files): Add m4/posix_spawn.m4.
6423         * modules/pipe (Files): Add m4/posix_spawn.m4.
6424         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
6425
6426 2008-10-01  Jim Meyering  <meyering@redhat.com>
6427
6428         remove trailing spaces
6429         * NEWS: Likewise.
6430         * lib/poll.c (poll): Likewise.
6431         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
6432         * lib/winsock.c (rpl_close): Likewise.
6433         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
6434         * modules/yield: Likewise.
6435         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
6436         * tests/test-sys_select.c (connect_to_socket): Likewise.
6437
6438         fts.c: adjust a new interface to be more generally useful
6439         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
6440         (fts_build): Adjust caller.
6441
6442 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6443
6444         * modules/cond-tests: New file.
6445         * tests/test-cond.c: New file.
6446
6447 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6448             Bruno Haible  <bruno@clisp.org>
6449
6450         * modules/cond (Dependencies): Add errno, time.
6451         * lib/glthread/cond.h: Include <time.h>.
6452         (gl_cond_define, gl_cond_define_initialized): Use the same definition
6453         across platforms.
6454
6455 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6456             Bruno Haible  <bruno@clisp.org>
6457
6458         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
6459
6460 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6461             Bruno Haible  <bruno@clisp.org>
6462
6463         * modules/tls-tests (Depends-on): Add thread, yield.
6464         (configure.ac): Remove all checks.
6465         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
6466         * tests/test-tls.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_tls): Pass an additional NULL argument to gl_thread_join.
6470
6471 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6472             Bruno Haible  <bruno@clisp.org>
6473
6474         * modules/lock-tests (Depends-on): Add thread, yield.
6475         (configure.ac): Remove all checks.
6476         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
6477         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
6478         gl_thread_self): Remove definitions. Include glthread/thread.h and
6479         glthread/yield.h instead.
6480         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
6481         additional NULL argument to gl_thread_join.
6482
6483 2008-09-30  Bruno Haible  <bruno@clisp.org>
6484
6485         Fix the Win32 implementation of the 'thread' module.
6486         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
6487         pointer type.
6488         (gl_thread_self): Invoke gl_thread_self_func.
6489         (gl_thread_self_func): New declaration.
6490         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
6491         (do_init_self_key, init_self_key): New functions.
6492         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
6493         Remove some fields.
6494         (running_threads, running_lock): Remove variables.
6495         (get_current_thread_handle): New function.
6496         (gl_thread_self_func, wrapper_func, glthread_create_func,
6497         glthread_join_func, gl_thread_exit_func): Largely rewritten and
6498         simplified.
6499
6500 2008-09-30  Bruno Haible  <bruno@clisp.org>
6501
6502         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
6503         files.
6504
6505 2008-09-30  Jim Meyering  <meyering@redhat.com>
6506
6507         fts.m4: correct the test for statfs.f_type
6508         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
6509         when checking for statfs.f_type.
6510
6511 2008-09-15  Simon Josefsson  <simon@josefsson.org>
6512
6513         tests: avoid some compiler warnings
6514         * tests/test-memchr.c (main): Pass NULL indirectly.
6515         * tests/test-getdate.c (main): Remove unused variable 'ret'.
6516
6517 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
6518
6519         getdate.y: disallow countable dayshifts like "4 yesterday ago"
6520         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
6521         exactly specified dayshifts.
6522         (dayshift): New rule.
6523         (rel): Add dayshift.
6524         (relative_time_table) [tomorrow, yesterday, today, now]:
6525         Use tDAY_SHIFT in place of tDAY_UNIT.
6526         * tests/test-getdate.c: Add tests for now-disallowed countable
6527         dayshifts, e.g., "4 yesterday ago".
6528
6529 2008-09-29  Bruno Haible  <bruno@clisp.org>
6530
6531         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
6532         * tests/test-posix_spawn1.in.sh: Renamed from
6533         tests/test-posix_spawn.in.sh.
6534         * tests/test-posix_spawn2.c: New file.
6535         * tests/test-posix_spawn2.in.sh: New file.
6536         * modules/posix_spawnp-tests (Files): Update.
6537         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
6538
6539 2008-09-29  Bruno Haible  <bruno@clisp.org>
6540
6541         Propagate effects of putenv/setenv/unsetenv to child processes.
6542         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
6543         * lib/pipe.c (create_pipe): Likewise.
6544
6545 2008-09-29  Bruno Haible  <bruno@clisp.org>
6546
6547         Enable use of shell scripts as executables in mingw.
6548         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
6549         run the program as a shell script.
6550         * lib/pipe.c (create_pipe): Likewise.
6551         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
6552         resulting array.
6553
6554 2008-09-29  Eric Blake  <ebb9@byu.net>
6555
6556         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
6557
6558 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
6559
6560         * doc/posix-functions/accept.texi: Update mingw problems.
6561         * doc/posix-functions/bind.texi: Update mingw problems.
6562         * doc/posix-functions/close.texi: Update mingw problems.
6563         * doc/posix-functions/connect.texi: Update mingw problems.
6564         * doc/posix-functions/getpeername.texi: Update mingw problems.
6565         * doc/posix-functions/getsockname.texi: Update mingw problems.
6566         * doc/posix-functions/getsockopt.texi: Update mingw problems.
6567         * doc/posix-functions/ioctl.texi: Update mingw problems.
6568         * doc/posix-functions/listen.texi: Update mingw problems.
6569         * doc/posix-functions/recv.texi: Update mingw problems.
6570         * doc/posix-functions/recvfrom.texi: Update mingw problems.
6571         * doc/posix-functions/select.texi: Update mingw problems.
6572         * doc/posix-functions/send.texi: Update mingw problems.
6573         * doc/posix-functions/sendto.texi: Update mingw problems.
6574         * doc/posix-functions/setsockopt.texi: Update mingw problems.
6575         * doc/posix-functions/socket.texi: Update mingw problems.
6576
6577 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
6578             Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/sys_select.in.h: Include sys/time.h.
6581         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
6582         * modules/sys_select: Depend on sys_time.
6583         * tests/test-sys_select.c: Test that sys/select.h defines struct
6584         timeval fully.
6585
6586 2008-09-29  Bruno Haible  <bruno@clisp.org>
6587
6588         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
6589         * lib/sys_select.in.h: Likewise.
6590
6591 2008-09-29  Bruno Haible  <bruno@clisp.org>
6592
6593         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
6594
6595 2008-09-29  Bruno Haible  <bruno@clisp.org>
6596
6597         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
6598         Set LIBSOCKET instead of augmenting LIBS.
6599         * modules/sockets (Link): New section.
6600         * modules/sockets-tests (test_sockets_LDADD): New variable.
6601         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
6602         * modules/poll-tests (test_poll_LDADD): New variable.
6603         * NEWS: Document the change.
6604
6605 2008-09-29  Bruno Haible  <bruno@clisp.org>
6606
6607         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
6608         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
6609         ARPA_INET_H directly.
6610         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
6611
6612 2008-09-28  Bruno Haible  <bruno@clisp.org>
6613
6614         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
6615         from gl_HEADER_SYS_SOCKET.
6616         (gl_HEADER_SYS_SOCKET): Invoke it.
6617         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6618
6619 2008-09-28  Bruno Haible  <bruno@clisp.org>
6620
6621         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
6622         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
6623         Needed on OSF/1 4.0.
6624
6625 2008-09-28  Bruno Haible  <bruno@clisp.org>
6626
6627         Override open more carefully.
6628         * lib/open.c (orig_open): New function.
6629         (rpl_open): Use orig_open instead of open.
6630         * lib/fcntl.in.h: Add special invocation convention.
6631         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
6632         (gl_FUNC_OPEN): Invoke it.
6633
6634         Override freopen more carefully.
6635         * lib/freopen.c (orig_freopen): New function.
6636         (rpl_freopen): Use orig_freopen instead of freopen.
6637         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
6638         (gl_FUNC_FREOPEN): Invoke it.
6639
6640         Override fopen more carefully.
6641         * lib/fopen.c (orig_fopen): New function.
6642         (rpl_fopen): Use orig_fopen instead of fopen.
6643         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
6644         (gl_FUNC_FOPEN): Invoke it.
6645         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
6646
6647 2008-09-28  Bruno Haible  <bruno@clisp.org>
6648
6649         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
6650         SIGPIPE.
6651
6652 2008-09-28  Bruno Haible  <bruno@clisp.org>
6653
6654         * tests/test-sigaction.c (handler, main): Disable the check whether
6655         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
6656         glibc systems with LinuxThreads.
6657
6658 2008-09-28  Bruno Haible  <bruno@clisp.org>
6659
6660         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
6661
6662         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
6663         with AIX xlc.
6664         * lib/fcntl.in.h (open): Likewise.
6665         Reported by Rainer Tammer <tammer@tammer.net>.
6666
6667 2008-09-28  Bruno Haible  <bruno@clisp.org>
6668
6669         * modules/posix_spawnp-tests: New file.
6670         * tests/test-posix_spawn.c: New file.
6671         * tests/test-posix_spawn.in.sh: New file.
6672
6673         New module 'posix_spawnp'.
6674         * modules/posix_spawnp: New file.
6675         * lib/spawnp.c: New file, from GNU libc with modifications.
6676         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
6677
6678         New module 'posix_spawn'.
6679         * modules/posix_spawn: New file.
6680         * lib/spawn.c: New file, from GNU libc with modifications.
6681         * doc/posix-functions/posix_spawn.texi: Mention the new module.
6682
6683         New module 'posix_spawnattr_destroy'.
6684         * modules/posix_spawnattr_destroy: New file.
6685         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
6686         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
6687         module.
6688
6689         New module 'posix_spawnattr_setsigmask'.
6690         * modules/posix_spawnattr_setsigmask: New file.
6691         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
6692         modifications.
6693         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
6694         new module.
6695
6696         New module 'posix_spawnattr_getsigmask'.
6697         * modules/posix_spawnattr_getsigmask: New file.
6698         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
6699         modifications.
6700         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
6701         new module.
6702
6703         New module 'posix_spawnattr_setsigdefault'.
6704         * modules/posix_spawnattr_setsigdefault: New file.
6705         * lib/spawnattr_setdefault.c: New file, from GNU libc with
6706         modifications.
6707         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
6708         new module.
6709
6710         New module 'posix_spawnattr_getsigdefault'.
6711         * modules/posix_spawnattr_getsigdefault: New file.
6712         * lib/spawnattr_getdefault.c: New file, from GNU libc with
6713         modifications.
6714         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
6715         new module.
6716
6717         New module 'posix_spawnattr_setschedpolicy'.
6718         * modules/posix_spawnattr_setschedpolicy: New file.
6719         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
6720         modifications.
6721         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
6722         new module.
6723
6724         New module 'posix_spawnattr_getschedpolicy'.
6725         * modules/posix_spawnattr_getschedpolicy: New file.
6726         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
6727         modifications.
6728         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
6729         new module.
6730
6731         New module 'posix_spawnattr_setschedparam'.
6732         * modules/posix_spawnattr_setschedparam: New file.
6733         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
6734         modifications.
6735         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
6736         new module.
6737
6738         New module 'posix_spawnattr_getschedparam'.
6739         * modules/posix_spawnattr_getschedparam: New file.
6740         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
6741         modifications.
6742         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
6743         new module.
6744
6745         New module 'posix_spawnattr_setpgroup'.
6746         * modules/posix_spawnattr_setpgroup: New file.
6747         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
6748         modifications.
6749         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
6750         module.
6751
6752         New module 'posix_spawnattr_getpgroup'.
6753         * modules/posix_spawnattr_getpgroup: New file.
6754         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
6755         modifications.
6756         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
6757         module.
6758
6759         New module 'posix_spawnattr_setflags'.
6760         * modules/posix_spawnattr_setflags: New file.
6761         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
6762         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
6763         module.
6764
6765         New module 'posix_spawnattr_getflags'.
6766         * modules/posix_spawnattr_getflags: New file.
6767         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
6768         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
6769         module.
6770
6771         New module 'posix_spawnattr_init'.
6772         * modules/posix_spawnattr_init: New file.
6773         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
6774         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
6775         module.
6776
6777         New module 'posix_spawn_file_actions_destroy'.
6778         * modules/posix_spawn_file_actions_destroy: New file.
6779         * lib/spawn_faction_destroy.c: New file, from GNU libc with
6780         modifications.
6781         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
6782         the new module.
6783
6784         New module 'posix_spawn_file_actions_addopen'.
6785         * modules/posix_spawn_file_actions_addopen: New file.
6786         * lib/spawn_faction_addopen.c: New file, from GNU libc with
6787         modifications.
6788         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
6789         the new module.
6790
6791         New module 'posix_spawn_file_actions_adddup2'.
6792         * modules/posix_spawn_file_actions_adddup2: New file.
6793         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
6794         modifications.
6795         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
6796         the new module.
6797
6798         New module 'posix_spawn_file_actions_addclose'.
6799         * modules/posix_spawn_file_actions_addclose: New file.
6800         * lib/spawn_faction_addclose.c: New file, from GNU libc with
6801         modifications.
6802         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
6803         the new module.
6804
6805         New module 'posix_spawn_file_actions_init'.
6806         * modules/posix_spawn_file_actions_init: New file.
6807         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
6808         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
6809         new module.
6810
6811         New module 'posix_spawn-internal'.
6812         * modules/posix_spawn-internal: New file.
6813         * lib/spawn_int.h: New file, from GNU libc with modifications.
6814         * lib/spawni.c: New file, from GNU libc with modifications.
6815         * m4/posix_spawn.m4: New file.
6816
6817         New module 'spawn'.
6818         * modules/spawn: New file.
6819         * lib/spawn.in.h: New file, from GNU libc with modifications.
6820         * m4/spawn_h.m4: New file.
6821         * doc/posix-headers/spawn.texi: Mention the new module.
6822
6823 2008-09-28  Bruno Haible  <bruno@clisp.org>
6824
6825         * modules/sched-tests: New file.
6826         * tests/test-sched.c: New file.
6827
6828         New module 'sched'.
6829         * modules/sched: New file.
6830         * lib/sched.in.h: New file.
6831         * m4/sched_h.m4: New file.
6832         * doc/posix-headers/sched.texi: Mention the new module.
6833
6834 2008-09-27  Eric Blake  <ebb9@byu.net>
6835
6836         Fix previous patch, and tweak references to $0.
6837         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
6838         (func_version, func_gnulib_dir): Don't call this program
6839         gnulib-tool.
6840         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
6841         with using $0 in function.
6842         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
6843         (func_fatal_error): Reuse the name the user invoked us with.
6844
6845 2008-09-27  Bruno Haible  <bruno@clisp.org>
6846
6847         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
6848         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
6849         (gl_ICONV_H): Not here.
6850         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
6851         instead of assigning ICONV_H directly.
6852
6853         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
6854         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
6855         WCHAR_H directly.
6856
6857 2008-09-27  Bruno Haible  <bruno@clisp.org>
6858
6859         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
6860         * modules/arpa_inet (Depends-on): Add link-warning.
6861         (Makefile.am): Insert the definition of GL_LINK-WARNING.
6862         * modules/unistd (Makefile.am): Likewise.
6863
6864 2008-09-26  Bruno Haible  <bruno@clisp.org>
6865
6866         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
6867         variables.
6868         (func_version): Essentially copied from gnulib-tool.
6869         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
6870         func_readlink): Copied from gnulib-tool.
6871
6872 2008-09-26  Bruno Haible  <bruno@clisp.org>
6873
6874         * gnulib-tool (func_version): Change directory to $gnulib_dir before
6875         invoking git-version-gen.
6876
6877 2008-09-26  Bruno Haible  <bruno@clisp.org>
6878
6879         * posix-modules: Update to directory names changed on 2008-01-19.
6880         Remove commas in output before splitting into words. No more need to
6881         avoid 'ftruncate' since 2007-02-19.
6882
6883 2008-09-26  Bruno Haible  <bruno@clisp.org>
6884
6885         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
6886
6887 2008-09-26  Bruno Haible  <bruno@clisp.org>
6888
6889         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
6890         * modules/fwriteerror (Depends-on): Add errno.
6891
6892 2008-09-26  Bruno Haible  <bruno@clisp.org>
6893
6894         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
6895         * tests/test-vc-list-files-cvs.sh: Likewise.
6896
6897 2008-09-26  Bruno Haible  <bruno@clisp.org>
6898
6899         * doc/posix-headers/sys_resource.texi: Reorder items.
6900
6901 2008-09-26  Jim Meyering  <meyering@redhat.com>
6902
6903         fts: tweak inode comparison function
6904         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
6905         inode numbers, as documented.
6906
6907         fts: sort dirent entries on inode number before traversing
6908         This avoids a quadratic, seek-related performance penalty when
6909         operating on a directory containing many entries (measurable at 10k;
6910         3.5 hours at 2 million entries with a cold cache) on certain types
6911         of file systems, including ext3 and ext4, but not tmpfs.
6912         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
6913         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
6914         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
6915         (fs_handles_readdir_ordered_dirents_efficiently): New function.
6916         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
6917         (fts_build): Set the stat.st_ino member from D_INO.
6918         If it is likely to be useful, sort dirent entries on inode number.
6919
6920         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
6921         and the struct statfs.f_type member.
6922         * modules/fts (Depends-on): Add d-ino.
6923
6924 2008-09-26  Bruno Haible  <bruno@clisp.org>
6925
6926         * modules/sigpipe-die (Depends-on): Add sigpipe.
6927
6928         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
6929         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
6930         and GNULIB_STDIO_H_SIGPIPE are set.
6931         * lib/stdio-write.c: New file.
6932         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
6933         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6934         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6935         REPLACE_STDIO_WRITE_FUNCS.
6936         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
6937         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6938         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6939         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6940         * modules/stdio (Files): Add lib/stdio-write.c.
6941         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
6942         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
6943         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
6944         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
6945         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
6946         REPLACE_FPRINTF_POSIX.
6947         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
6948         REPLACE_PRINTF_POSIX.
6949         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
6950         REPLACE_VFPRINTF_POSIX.
6951         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
6952         REPLACE_VPRINTF_POSIX.
6953         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
6954         SIGPIPE issue.
6955         * doc/posix-functions/fputc.texi: Likewise.
6956         * doc/posix-functions/fputs.texi: Likewise.
6957         * doc/posix-functions/fwrite.texi: Likewise.
6958         * doc/posix-functions/printf.texi: Likewise.
6959         * doc/posix-functions/putc.texi: Likewise.
6960         * doc/posix-functions/putchar.texi: Likewise.
6961         * doc/posix-functions/puts.texi: Likewise.
6962         * doc/posix-functions/vfprintf.texi: Likewise.
6963         * doc/posix-functions/vprintf.texi: Likewise.
6964
6965         * modules/safe-write (Depends-on): Add write.
6966
6967         * modules/sigpipe-tests: New file.
6968         * tests/test-sigpipe.c: New file.
6969         * tests/test-sigpipe.sh: New file.
6970
6971         * modules/write: New file.
6972         * lib/unistd.in.h: Include <sys/types.h>.
6973         (write): New declaration.
6974         * lib/write.c: New file.
6975         * m4/write.m4: New file.
6976         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
6977         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
6978         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
6979         GNULIB_WRITE, REPLACE_WRITE.
6980         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
6981         and the SIGPIPE issue.
6982
6983         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
6984         (raise): New declaration.
6985         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
6986         (ext_signal): New function.
6987         (rpl_raise): New function.
6988         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
6989         GNULIB_SIGNAL_H_SIGPIPE.
6990         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
6991         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
6992
6993         * modules/sigpipe: New file.
6994         * m4/sigpipe.m4: New file.
6995
6996 2008-09-25  Derek Price  <derek@ximbiot.com>
6997             Bruno Haible  <bruno@clisp.org>
6998
6999         * gnulib-tool (func_import): Report all license incompatibilities, not
7000         just the first one.
7001
7002 2008-09-25  Bruno Haible  <bruno@clisp.org>
7003
7004         * gnulib-tool (func_import): When computing the edits, consider not
7005         only the Makefile.ams that exist but also those that will be generated.
7006
7007 2008-09-25  Simon Josefsson  <simon@josefsson.org>
7008
7009         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
7010         fixes gnulib-tool --test warning about duplicate dependency.
7011
7012 2008-09-25  Bruno Haible  <bruno@clisp.org>
7013
7014         * gnulib-tool: Don't ask the user to perform edits in the generated
7015         Makefile.ams.
7016         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
7017         apply to the Makefile.am being generated.
7018         (func_emit_tests_Makefile_am): Execute edits that apply to the
7019         Makefile.am being generated.
7020         (func_import): Setup list of Makefile.am edits before emitting the
7021         Makefile.ams, not at the end.
7022         (func_create_testdir): Update.
7023         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7024
7025 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7026
7027         * gnulib-tool (func_import): Store the --tests-base option in the
7028         comment in gnulib-cache.m4.
7029
7030 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
7031
7032         * NEWS: Document increased portability that sys_select now provides.
7033
7034         * lib/sys_select.in.h: Install select wrapper.
7035         * lib/sys_socket.in.h: Use more descriptive name when there is no
7036         select wrapper.
7037         * lib/winsock-select.c: New.
7038         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
7039         Require gl_HEADER_SYS_SOCKET.
7040         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
7041         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
7042         * tests/test-sys_select.c: Add functional tests.
7043
7044 2008-09-24  Eric Blake  <ebb9@byu.net>
7045
7046         open, fopen: close fd leak in last patch
7047         * lib/open.c (rpl_open): Close fd before returning error.
7048         * lib/fopen.c (rpl_fopen): Close fd before returning error.
7049         * doc/posix-functions/open.texi (open): Document that Irix also
7050         has the bug.
7051         * doc/posix-functions/fopen.texi (fopen): Likewise.
7052         Reported by Paolo Bonzini.
7053
7054 2008-09-24  Bruno Haible  <bruno@clisp.org>
7055
7056         Ensure that a filename ending in a slash cannot be used to access a
7057         non-directory.
7058         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
7059         to check whether it's really a directory.
7060         * lib/fopen.c: Include fcntl.h, unistd.h.
7061         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
7062         and fdopen().
7063         * modules/fopen (Depends-on): Add unistd.
7064         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
7065         * tests/test-fopen.c (main): Likewise.
7066         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
7067         * doc/posix-functions/fopen.texi: Likewise.
7068         Reported by Eric Blake.
7069
7070 2008-09-23  Eric Blake  <ebb9@byu.net>
7071
7072         c-stack: avoid compiler optimizations when provoking overflow
7073         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
7074         recursion harder to optimize, to ensure a stack overflow occurs.
7075         * tests/test-c-stack.c (recurse): Likewise.
7076         Borrowed from libsigsegv.
7077
7078         c-stack: work around Irix sigaltstack bug
7079         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
7080         whether sigaltstack uses wrong end of stack_t (copied in part from
7081         libsigsegv).
7082         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
7083         Irix bug, without requiring an over-allocation.
7084         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
7085         bug.
7086
7087         fopen: document mingw bug on directories
7088         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
7089         not allowing a stream visiting a directory, even though reading
7090         from such a stream is not portable.
7091
7092 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7093
7094         * lib/poll.c: Rewrite.
7095         * modules/poll: Depend on alloca.
7096
7097 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7098
7099         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
7100         instead define prototypes for a full set of wrappers.  Ensure
7101         that Cygwin does not use the compatibility code, which is only
7102         for MinGW.
7103         * lib/winsock.c: New.
7104         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
7105         * modules/sys_socket: Add lib/winsock.c.
7106
7107         * modules/poll-tests: Add errno and perror.
7108         * tests/test-poll.c: Use ioctl, not ioctlsocket.
7109
7110 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
7111
7112         * tests/test-poll.c: Downgrade minimum needed Winsock version.
7113
7114 2008-09-23  Bruno Haible  <bruno@clisp.org>
7115
7116         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
7117         * doc/glibc-functions/*: Likewise.
7118
7119 2008-09-23  Simon Josefsson  <simon@josefsson.org>
7120
7121         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
7122         success.
7123
7124 2008-09-22  Eric Blake  <ebb9@byu.net>
7125             Bruno Haible  <bruno@clisp.org>
7126
7127         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
7128         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
7129         supply %A but mishandle pseudo-NaN.
7130         Reported by Simon Josefsson.
7131
7132 2008-09-21  Bruno Haible  <bruno@clisp.org>
7133
7134         * tests/test-lock.c (main): Tweak skip message.
7135         * tests/test-tls.c (main): Likewise.
7136
7137 2008-09-21  Bruno Haible  <bruno@clisp.org>
7138
7139         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
7140         whether 'struct sigaction' has sa_sigaction here...
7141         (gl_PREREQ_SIG_HANDLER_H): ... not here.
7142         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
7143
7144 2008-09-21  Bruno Haible  <bruno@clisp.org>
7145
7146         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
7147         section.
7148         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
7149         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
7150         the new section.
7151         (Support for obsolete systems lacking POSIX:2001): New section.
7152         (String handling <string.h>): Move strdup to the new section.
7153         Suggested by Simon Josefsson and Paolo Bonzini.
7154
7155 2008-09-21  Bruno Haible  <bruno@clisp.org>
7156
7157         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
7158         exponents in %e and %g results on 'long double'. Needed for mingw's
7159         improved *printf functions.
7160         * tests/test-vasprintf-posix.c (test_function): Likewise.
7161         * tests/test-snprintf-posix.h (test_function): Likewise.
7162         * tests/test-sprintf-posix.h (test_function): Likewise.
7163         Reported by Eric Blake.
7164
7165 2008-09-21  Bruno Haible  <bruno@clisp.org>
7166
7167         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
7168         * tests/test-sprintf-posix.h (test_function): Likewise.
7169
7170 2008-09-21  Bruno Haible  <bruno@clisp.org>
7171
7172         * modules/getpass (Depends-on): Add strdup-posix.
7173
7174         New module 'strdup-posix'.
7175         * modules/strdup-posix: New file.
7176         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
7177         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
7178         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7179         REPLACE_STRDUP.
7180         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
7181         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
7182         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7183         strdup-posix.
7184
7185         * modules/strdup (Depends-on): Remove malloc-posix.
7186
7187 2008-09-20  Bruno Haible  <bruno@clisp.org>
7188
7189         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
7190         Wildenhues.
7191
7192 2008-09-20  Bruno Haible  <bruno@clisp.org>
7193
7194         Ensure that wint_t gets defined on IRIX 5.3.
7195         * lib/wchar.in.h (wint_t): Define if not defined by the system.
7196         * lib/wctype.in.h (wint_t): Likewise.
7197         (__wctype_wint_t): Remove type.
7198         (isw*): Use wint_t instead of __wctype_wint_t.
7199         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
7200         * modules/wchar (Files): Add m4/wint_t.m4.
7201         (Makefile.am): Substitute HAVE_WINT_T.
7202         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
7203         * tests/test-wctype.c: Check that wint_t is defined.
7204         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
7205         * doc/posix-headers/wctype.texi: Likewise.
7206         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
7207
7208 2008-09-18  Bruno Haible  <bruno@clisp.org>
7209
7210         * gnulib-tool (func_exit): Update comment.
7211
7212 2008-09-18  Simon Josefsson  <simon@josefsson.org>
7213
7214         * modules/getaddrinfo (Depends-on): Remove strdup, this module
7215         assumes strdup exists and does not depend on strdup to return
7216         ENOMEM on out of memory conditions.
7217
7218 2008-09-18  Bruno Haible  <bruno@clisp.org>
7219
7220         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
7221         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
7222         digits for the exponent.
7223
7224 2008-09-18  Jim Meyering  <meyering@redhat.com>
7225             Bruno Haible  <bruno@clisp.org>
7226
7227         * lib/vasnprintf.c (decimal_point_char): Define also if
7228         NEED_PRINTF_INFINITE_LONG_DOUBLE.
7229
7230 2008-09-16  Bruno Haible  <bruno@clisp.org>
7231         and Eric Blake  <ebb9@byu.net>
7232
7233         vasnprintf: support Irix 5.3
7234         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
7235         that mishandle long double infinity.
7236         Reported by Tom G. Christensen.
7237
7238 2008-09-16  Bruno Haible  <bruno@clisp.org>
7239
7240         * doc/glibc-functions/scandir.texi: Mention the function is missing on
7241         Solaris 9.
7242         * doc/glibc-functions/alphasort.texi: Likewise.
7243         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
7244
7245 2008-09-16  Jim Meyering  <meyering@redhat.com>
7246
7247         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
7248         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
7249         a umask modification leak out of a subshell.  Otherwise, the
7250         opensolaris /bin/sh would be accepted and thus cause unwarranted
7251         failures in the coreutils test suite.
7252
7253 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
7254
7255         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
7256         to succeed.
7257
7258 2008-09-16  Jim Meyering  <meyering@redhat.com>
7259
7260         avoid spurious test failure when library is built without ACL support
7261         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
7262         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
7263         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
7264         * tests/test-copy-acl.sh: Likewise.
7265
7266 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7267
7268         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
7269         based on character occurrence counts.
7270
7271 2008-09-15  Eric Blake  <ebb9@byu.net>
7272
7273         tests: avoid some compiler warnings
7274         * tests/test-memchr.c (main): Pass NULL indirectly.
7275         * tests/test-closein.c (main): Avoid unused variable.
7276
7277 2008-09-15  Bruno Haible  <bruno@clisp.org>
7278
7279         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
7280         are missing on OpenBSD 4.0 individually.
7281         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
7282
7283 2008-09-15  Bruno Haible  <bruno@clisp.org>
7284
7285         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
7286         * doc/posix-functions/strerror.texi: Mention also Cygwin.
7287         * doc/posix-functions/perror.texi: Likewise.
7288         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
7289         is missing.
7290         Reported by Eric Blake.
7291
7292         * lib/errno.in.h: Use replacement values >= 2000.
7293         Reported by Eric Blake.
7294
7295 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7296
7297         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
7298         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
7299         limit.
7300         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
7301         compareseq was aborted.
7302
7303 2008-09-14  Bruno Haible  <bruno@clisp.org>
7304
7305         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
7306         yvec_edit_count.
7307         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
7308         (fstrcmp_bounded): Simplify result computation accordingly.
7309
7310 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7311
7312         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
7313         (fstrcmp): Define in terms of fstrcmp_bounded.
7314         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
7315         lower_bound argument.
7316         Return quickly if the result is certainly < lower_bound.
7317         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
7318
7319 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7320
7321         * lib/diffseq.h (EARLY_ABORT): New macro.
7322         (compareseq): Change return type to bool. Return true when EARLY_ABORT
7323         evaluates to true.
7324
7325 2008-09-14  Bruno Haible  <bruno@clisp.org>
7326
7327         * modules/perror-tests: New file.
7328         * tests/test-perror.sh: New file.
7329         * tests/test-perror.c: New file.
7330
7331         New module 'perror'.
7332         * lib/stdio.in.h (perror): New declaration.
7333         * lib/perror.c: New file.
7334         * m4/perror.m4: New file.
7335         * modules/perror: New file.
7336         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
7337         * doc/posix-functions/perror.texi: Mention the perror module.
7338         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
7339         REPLACE_PERROR.
7340         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
7341         REPLACE_PERROR.
7342
7343 2008-09-14  Bruno Haible  <bruno@clisp.org>
7344
7345         * modules/stdio (Makefile.am): Reorder to match the order in
7346         lib/stdio.in.h.
7347         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7348
7349 2008-09-13  Bruno Haible  <bruno@clisp.org>
7350
7351         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
7352
7353 2008-09-13  Bruno Haible  <bruno@clisp.org>
7354
7355         Extend strerror to cover the added errno values.
7356         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
7357         (rpl_strerror): Provide error messages for the added errno values and
7358         for the WSA* values.
7359         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
7360         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
7361         strerror.
7362         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
7363         * modules/strerror (Depends-on): Add errno.
7364         * doc/posix-functions/strerror.texi: Document the change.
7365         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
7366         and EOVERFLOW.
7367
7368 2008-09-13  Bruno Haible  <bruno@clisp.org>
7369
7370         * modules/EOVERFLOW: Remove file.
7371         * m4/eoverflow.m4: Remove file.
7372         * modules/EOVERFLOW-tests: Remove file.
7373         * tests/test-EOVERFLOW.c: Remove file.
7374         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
7375         * modules/ftell (Depends-on): Likewise.
7376         * modules/getdelim (Depends-on): Likewise.
7377         * modules/getugroups (Depends-on): Likewise.
7378         * modules/poll (Depends-on): Likewise.
7379         * modules/snprintf (Depends-on): Likewise.
7380         * modules/sprintf-posix (Depends-on): Likewise.
7381         * modules/vasnprintf (Depends-on): Likewise.
7382         * modules/vasprintf (Depends-on): Likewise.
7383         * modules/vfprintf-posix (Depends-on): Likewise.
7384         * modules/vsnprintf (Depends-on): Likewise.
7385         * modules/vsprintf-posix (Depends-on): Likewise.
7386         * modules/xvasprintf (Depends-on): Likewise.
7387         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
7388         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
7389         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
7390         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
7391         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
7392         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
7393         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
7394         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
7395         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
7396         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
7397         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
7398         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
7399         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
7400         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
7401         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
7402         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
7403         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
7404         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
7405         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
7406         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
7407         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
7408         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
7409         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
7410         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
7411         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
7412         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
7413         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
7414         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
7415         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
7416         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
7417         * MODULES.html.sh: Remove EOVERFLOW.
7418         * NEWS: Mention the change.
7419
7420 2008-09-13  Bruno Haible  <bruno@clisp.org>
7421
7422         * modules/errno-tests: New file.
7423         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
7424
7425         * lib/errno.in.h: New file.
7426         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
7427         * modules/errno: New file.
7428         * doc/posix-headers/errno.texi: Update documentation.
7429         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
7430
7431 2008-09-13  Bruno Haible  <bruno@clisp.org>
7432
7433         * tests/test-poll.c: Use #if for native Windows, rather than testing
7434         __MSVCRT__.
7435
7436 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7437             Bruno Haible  <bruno@clisp.org>
7438
7439         * lib/glob.c: Don't include <pwd.h> on native Windows.
7440         (WINDOWS32): New macro.
7441         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
7442
7443 2008-09-13  Bruno Haible  <bruno@clisp.org>
7444
7445         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
7446         (ETIMEDOUT): Remove macro.
7447         (glthread_cond_timedwait_multithreaded): New declaration.
7448         (glthread_cond_timedwait): Use it.
7449         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
7450         (glthread_cond_timedwait_multithreaded): New function.
7451
7452 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7453
7454         * modules/poll-tests: Do not check for io.h.
7455         * tests/test-poll.c: Check for __MSVCRT__ instead.
7456
7457 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7458
7459         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
7460         * modules/poll-tests: Add inet_pton, stdbool, sockets.
7461         * tests/test-poll.c: Use them.  Use _pipe on Windows.
7462
7463 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
7464
7465         * modules/poll-tests: New.
7466         * tests/test-poll.c: New.
7467
7468 2008-09-12  Eric Blake  <ebb9@byu.net>
7469
7470         frexp: test for NetBSD failure on -0.0
7471         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
7472         not all, bugs from NetBSD 3.0 have been fixed.
7473         * doc/posix-functions/frexp.texi (frexp): Document bug.
7474         Reported by Thomas Klausner.
7475
7476         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
7477         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
7478         literal -0.0.
7479         Reported by Jonathan C. Patschke <jp@centtech.com>.
7480
7481 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7482
7483         * lib/glthread/cond.h: Use dummy implementation also if
7484         USE_WIN32_THREADS.
7485
7486 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7487
7488         * modules/fnmatch-posix (License): Change to LGPLv2+.
7489         * modules/fnmatch-gnu (License): Likewise.
7490
7491 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7492
7493         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
7494
7495 2008-09-11  Jim Meyering  <meyering@redhat.com>
7496
7497         * users.txt: Add gtk-vnc.
7498
7499 2008-09-08  Simon Josefsson  <simon@josefsson.org>
7500
7501         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
7502         rotate amounts.
7503
7504         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
7505         required for 16-bit and 8-bit rotates.
7506         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
7507         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
7508         UINT8_MAX instead of hard-coded constants.
7509         Suggested by Paul Eggert.
7510
7511 2008-09-07  Bruno Haible  <bruno@clisp.org>
7512
7513         * tests/test-striconveh.c (main): Check behaviour when converting from
7514         UTF-7.
7515
7516         Make striconveh work better with stateful encodings.
7517         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
7518         that iconv does not increment the inptr when returning -1/EINVAL.
7519
7520 2008-09-07  Bruno Haible  <bruno@clisp.org>
7521
7522         * build-aux/config.rpath: Update according to libtool-2.2.6.
7523         * build-aux/config.libpath: Likewise.
7524
7525 2008-09-06  Bruno Haible  <bruno@clisp.org>
7526
7527         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
7528         * lib/freadptr.c (freadptr): Likewise.
7529         * lib/freadseek.c (freadptrinc): Likewise.
7530         Reported by Simon Josefsson.
7531
7532 2008-09-06  Bruno Haible  <bruno@clisp.org>
7533
7534         * modules/freadptr (License): Change to LGPLv2+.
7535         * modules/freadseek (License): Likewise.
7536         Suggested by Eric Blake.
7537
7538         * modules/memchr2 (License): Change to LGPLv2+.
7539         Approved by Eric Blake.
7540
7541 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7542             Bruno Haible  <bruno@clisp.org>
7543
7544         Make gnulib-tool work with native 'sed' on AIX.
7545         * gnulib-tool (sed_noop): New variable.
7546         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
7547         func_add_or_update, func_create_testdir): Use it to initialize sed
7548         script variables.
7549         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
7550
7551 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
7552             Bruno Haible  <bruno@clisp.org>
7553
7554         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
7555         also works after #include directives.
7556
7557 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
7558
7559         getdate.y: reject an out-of-range timezone value
7560         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
7561         the range [-24...+24].  When specified with only one or two digits,
7562         * tests/test-getdate.c: Tests for the fix.
7563         * doc/getdate.texi: Document this change.
7564
7565 2008-09-03  Bruno Haible  <bruno@clisp.org>
7566
7567         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
7568
7569 2008-09-02  Simon Josefsson  <simon@josefsson.org>
7570
7571         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
7572         <bruce.korb@gmail.com> with ideas from Ben Pfaff
7573         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
7574         Blake <ebb9@byu.net>.
7575
7576         * tests/test-bitrotate.c: Add more test vectors.
7577
7578 2008-09-02  Eric Blake  <ebb9@byu.net>
7579
7580         vasnprintf-posix: handle large precision via %.*d
7581         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
7582         when handling it ourselves.
7583         * tests/test-vasnprintf-posix.c (test_function): Add test.
7584         * tests/test-snprintf-posix.h (test_function): Likewise.
7585         * tests/test-sprintf-posix.h (test_function): Likewise.
7586         * tests/test-vasprintf-posix.c (test_function): Likewise.
7587         Reported by Alain Guibert.
7588
7589 2008-09-01  Eric Blake  <ebb9@byu.net>
7590
7591         c-stack: make configure-time check more robust
7592         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
7593         successful sigaction call.
7594         Reported by Tom G. Christensen.
7595
7596 2008-09-01  Bruno Haible  <bruno@clisp.org>
7597
7598         New module 'findprog-lgpl'.
7599         * modules/findprog-lgpl: New file.
7600         * lib/findprog-lgpl.c: New file.
7601         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
7602         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
7603         to decide whether to use strdup or xstrdup, concatenated_filename or
7604         xconcatenated_filename.
7605
7606 2008-09-01  Bruno Haible  <bruno@clisp.org>
7607
7608         Split module 'concat-filename' into 'concat-filename' (LGPL) and
7609         'xconcat-filename' (GPL).
7610         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
7611         (License): Change to LGPLv2+.
7612         * modules/xconcat-filename: New file.
7613         * lib/concat-filename.h (concatenated_filename): Change specification.
7614         (xconcatenated_filename): New declaration.
7615         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
7616         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
7617         memory situations.
7618         * lib/xconcat-filename.c: New file.
7619         * NEWS: Mention the change.
7620         * lib/findprog.c: Include concat-filename.h, not filename.h.
7621         (find_in_path): Use xconcatenated_filename instead of
7622         concatenated_filename.
7623         * lib/javacomp.c: Include concat-filename.h, not filename.h.
7624         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
7625         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
7626         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
7627         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
7628         instead of concatenated_filename.
7629         * lib/javaexec.c: Include concat-filename.h, not filename.h.
7630         (execute_java_class): Use xconcatenated_filename instead of
7631         concatenated_filename.
7632         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
7633         * modules/javacomp (Depends-on): Likewise.
7634         * modules/javaexec (Depends-on): Likewise.
7635
7636 2008-09-01  Bruno Haible  <bruno@clisp.org>
7637
7638         Split module 'filename' into 'filename' and 'concat-filename'.
7639         * modules/filename: Keep only lib/filename.h.
7640         (License): Change to LGPLv2+.
7641         * modules/concat-filename: New file, extracted from modules/filename.
7642         * lib/filename.h (concatenated_filename): Remove declaration.
7643         * lib/concat-filename.h: New file, extracted from lib/filename.h.
7644         * lib/concat-filename.c: Include concat-filename.h.
7645         * NEWS: Mention the change.
7646
7647 2008-09-01  Simon Josefsson  <simon@josefsson.org>
7648
7649         * lib/bitrotate.h (rotl8, rotr8): Add.
7650
7651         * modules/bitrotate (configure.ac): Need
7652         AC_REQUIRE([AC_C_INLINE]).
7653         (Description): Mention stdint.h.  Reported by Bruno Haible
7654         <bruno@clisp.org>.
7655
7656         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
7657         Paolo Bonzini <bonzini@gnu.org>.
7658
7659 2008-08-31  Bruno Haible  <bruno@clisp.org>
7660
7661         Assume Solaris specific bi-arch conventions on Solaris systems.
7662         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
7663         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
7664         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
7665         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
7666         like acl_libdirstem.
7667         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
7668         acl_libdirstem.
7669         * NEWS: Mention the change.
7670         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
7671
7672 2008-08-31  Jim Meyering  <meyering@redhat.com>
7673
7674         * lib/strftime.h: Add comments describing the two added arguments.
7675
7676         remove duplicate #include directives
7677         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
7678         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
7679
7680 2008-08-31  Bruno Haible  <bruno@clisp.org>
7681
7682         New module 'sigpipe-die'.
7683         * modules/sigpipe-die: New file.
7684         * lib/sigpipe-die.h: New file.
7685         * lib/sigpipe-die.c: New file.
7686         * MODULES.html.sh (Signal handling): Add sigpipe-die.
7687
7688 2008-08-31  Bruno Haible  <bruno@clisp.org>
7689
7690         Don't override previously installed signal handlers.
7691         * lib/fatal-signal.c (saved_sigactions): New variable.
7692         (uninstall_handlers): Reset the signal to the saved handler, not
7693         to SIG_DFL (except when ignored).
7694         (install_handlers): Save the previous handlers.
7695
7696 2008-08-30  Bruno Haible  <bruno@clisp.org>
7697
7698         * gnulib-tool (func_reset_sigpipe): New function.
7699         (func_get_automake_snippet, func_modules_transitive_closure,
7700         func_import): Invoke it before a join command that reads from stdin,
7701         to avoid "echo: write error: Broken pipe" error messages on stderr.
7702         Reported by Sam Steingold <sds@gnu.org>.
7703
7704 2008-08-30  Bruno Haible  <bruno@clisp.org>
7705
7706         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
7707         Code copied from m4/open.m4.
7708         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
7709         access and the filename ends in a slash. Code copied from lib/open.c.
7710         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
7711         * tests/test-fopen.c (main): Check against bug with trailing slash.
7712
7713 2008-08-29  Bruno Haible  <bruno@clisp.org>
7714
7715         Avoid some "gcc -pedantic" warnings.
7716         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
7717         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
7718         * lib/dirent.in.h: Likewise.
7719         * lib/fcntl.in.h: Likewise.
7720         * lib/float.in.h: Likewise.
7721         * lib/iconv.in.h: Likewise.
7722         * lib/inttypes.in.h: Likewise.
7723         * lib/locale.in.h: Likewise.
7724         * lib/math.in.h: Likewise.
7725         * lib/netinet_in.in.h: Likewise.
7726         * lib/search.in.h: Likewise.
7727         * lib/signal.in.h: Likewise.
7728         * lib/stdarg.in.h: Likewise.
7729         * lib/stdint.in.h: Likewise.
7730         * lib/stdio.in.h: Likewise.
7731         * lib/stdlib.in.h: Likewise.
7732         * lib/string.in.h: Likewise.
7733         * lib/strings.in.h: Likewise.
7734         * lib/sys_select.in.h: Likewise.
7735         * lib/sys_socket.in.h: Likewise.
7736         * lib/sys_stat.in.h: Likewise.
7737         * lib/sys_time.in.h: Likewise.
7738         * lib/sysexits.in.h: Likewise.
7739         * lib/time.in.h: Likewise.
7740         * lib/unistd.in.h: Likewise.
7741         * lib/wchar.in.h: Likewise.
7742         * lib/wctype.in.h: Likewise.
7743         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
7744         * modules/fchdir (Makefile.am): Likewise.
7745         * modules/fcntl (Makefile.am): Likewise.
7746         * modules/float (Makefile.am): Likewise.
7747         * modules/iconv_open (Makefile.am): Likewise.
7748         * modules/inttypes (Makefile.am): Likewise.
7749         * modules/locale (Makefile.am): Likewise.
7750         * modules/math (Makefile.am): Likewise.
7751         * modules/netinet_in (Makefile.am): Likewise.
7752         * modules/search (Makefile.am): Likewise.
7753         * modules/signal (Makefile.am): Likewise.
7754         * modules/stdarg (Makefile.am): Likewise.
7755         * modules/stdint (Makefile.am): Likewise.
7756         * modules/stdio (Makefile.am): Likewise.
7757         * modules/stdlib (Makefile.am): Likewise.
7758         * modules/string (Makefile.am): Likewise.
7759         * modules/strings (Makefile.am): Likewise.
7760         * modules/sys_select (Makefile.am): Likewise.
7761         * modules/sys_socket (Makefile.am): Likewise.
7762         * modules/sys_stat (Makefile.am): Likewise.
7763         * modules/sys_time (Makefile.am): Likewise.
7764         * modules/sysexits (Makefile.am): Likewise.
7765         * modules/time (Makefile.am): Likewise.
7766         * modules/unistd (Makefile.am): Likewise.
7767         * modules/wchar (Makefile.am): Likewise.
7768         * modules/wctype (Makefile.am): Likewise.
7769         Reported by Reuben Thomas <rrt@sc3d.org>.
7770
7771 2008-08-29  Bruno Haible  <bruno@clisp.org>
7772
7773         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
7774         any more.
7775
7776 2008-08-29  Simon Josefsson  <simon@josefsson.org>
7777
7778         * MODULES.html.sh (Misc): Add bitrotate.
7779
7780         * modules/bitrotate: New file.
7781
7782         * lib/bitrotate.h: New file.
7783
7784         * modules/bitrotate-tests: New file.
7785
7786         * tests/test-bitrotate.c: New file.
7787
7788         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
7789         on the bitrotate module.
7790
7791         * lib/arctwo.c: Use new bitrotate module.
7792
7793 2008-08-29  Jim Meyering  <meyering@redhat.com>
7794
7795         bootstrap: merge changes from coreutils
7796         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
7797         of copied files.  Remove a kludge, now that this is fixed.
7798         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
7799         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
7800         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
7801
7802 2008-08-29  Bruno Haible  <bruno@clisp.org>
7803
7804         * MODULES.html.sh: Remove --cvs-urls option.
7805
7806 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
7807
7808         maint.mk: adjust to file name change
7809         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
7810
7811 2008-08-28  Jim Meyering  <meyering@redhat.com>
7812
7813         * modules/getndelim2 (License): Relicense to LGPLv2+.
7814         Approved by Richard Stallman for the version of 1995, and by
7815         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
7816
7817 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
7818
7819         * lib/getdelim.c (flockfile, funlockfile): Make all of them
7820         dummy if one is not available.  Do not touch them if
7821         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
7822         (getc_maybe_unlocked): New.
7823         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
7824
7825 2008-08-26  Eric Blake  <ebb9@byu.net>
7826
7827         doc/INSTALL: resync from autoconf
7828         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
7829         (INSTALL_PRELUDE): Delete; this is done more efficiently by
7830         moving...
7831         * install.texi [!autoconf]: ...here.  Resync from autoconf.
7832         * INSTALL: Regenerate.
7833         * INSTALL.ISO: New file.
7834         * INSTALL.UTF-8: Likewise.
7835
7836 2008-08-26  Jim Meyering  <meyering@redhat.com>
7837
7838         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
7839         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
7840         these definitions conditional, so that they may be overridden, too.
7841
7842 2008-08-26  Bruno Haible  <bruno@clisp.org>
7843
7844         Generate INSTALL file variants with prettier quotes.
7845         * doc/Makefile (INSTALL_PRELUDE): New macro.
7846         (INSTALL): Use it.
7847         (INSTALL.ISO, INSTALL.UTF-8): New rules.
7848
7849 2008-08-26  Bruno Haible  <bruno@clisp.org>
7850
7851         Run makeinfo in an English locale.
7852         * doc/Makefile (MAKEINFO): New variable.
7853
7854 2008-08-26  Bruno Haible  <bruno@clisp.org>
7855
7856         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
7857         Suggested by Eric Blake.
7858
7859 2008-08-25  Bruno Haible  <bruno@clisp.org>
7860
7861         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
7862
7863 2008-08-25  Eric Blake  <ebb9@byu.net>
7864
7865         c-stack: test that stack overflow can be caught
7866         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
7867         that platform allows handling stack overflow; at least OS/2 EMX
7868         has sigaltstack, but crashes before transferring control to
7869         handler on stack overflow.
7870         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
7871         check for HAVE_STACK_OVERFLOW_HANDLING.
7872         Reported by Elbert Pol.
7873
7874 2008-08-25  Bruno Haible  <bruno@clisp.org>
7875
7876         * doc/posix-functions/strftime.texi: Fix description of strftime
7877         module.
7878
7879 2008-08-24  Bruno Haible  <bruno@clisp.org>
7880
7881         * tests/uniwidth/test-uc_width2.c: New file.
7882         * tests/uniwidth/test-uc_width2.sh: New file.
7883         * modules/uniwidth/width-tests (Files): Add the new files.
7884         (TESTS): Add uniwidth/test-uc_width2.sh.
7885         (TESTS_ENVIRONMENT): New variable.
7886         (check_PROGRAMS): Add test-uc_width2.
7887         (test_uc_width2_SOURCES): New variable.
7888
7889         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
7890         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
7891         not 0x00AB.
7892         Reported by Alexander V. Lukyanov <lav@netis.ru>.
7893
7894 2008-08-22  Eric Blake  <ebb9@byu.net>
7895
7896         test-lock, test-tls: mention why a test is skipped
7897         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
7898         skipped.
7899         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
7900
7901         count-one-bits: relax license
7902         * modules/count-one-bits (License): Relicense to LGPLv2+.
7903         Suggested by Ludovic Courtès, approved by Ben Pfaff.
7904
7905 2008-08-22  Andreas Schwab  <schwab@suse.de>
7906
7907         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
7908         Remove spurious space in assignment.
7909
7910 2008-08-21  Simon Josefsson  <simon@josefsson.org>
7911
7912         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
7913         Paul Eggert <eggert@CS.UCLA.EDU>.
7914
7915 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
7916
7917         * modules/gettext: Add m4/threadlib.m4.
7918
7919 2008-08-19  Eric Blake  <ebb9@byu.net>
7920
7921         test-c-stack: fix compilation failure on FreeBSD 5.0
7922         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
7923         headers before <sys/resource.h>.
7924         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
7925         the bug.
7926         Reported by Nelson H. F. Beebe.
7927
7928         strverscmp: migrate from "strverscmp.h" to <string.h>
7929         * modules/string (Makefile.am): Add new hooks.
7930         * modules/strverscmp (Files): Remove strverscmp.h.
7931         (Depends-on): Add string.
7932         (configure.ac): Add indicator.
7933         (Include): Mention new header.
7934         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
7935         defaults.
7936         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
7937         results.
7938         * lib/strverscmp.h: Delete.
7939         * lib/string.in.h (strverscmp): Provide declaration, when needed.
7940         * tests/test-strverscmp.c (includes): Adjust client.
7941         * lib/check-version.c (includes): Likewise.
7942         * NEWS: Document the change.
7943
7944         strverscmp: add unit test
7945         * modules/strverscmp-tests: New file.
7946         * tests/test-strverscmp.c: Likewise.
7947
7948 2008-08-19  Simon Josefsson  <simon@josefsson.org>
7949
7950         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
7951         regarding Windows crypto stuff, from Mono.
7952
7953 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
7954
7955         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
7956         if present, for intel RND.  Return error on failures.
7957
7958 2008-08-18  Ben Pfaff  <blp@gnu.org>
7959
7960         gitlog-to-changelog: give better diagnostic for failed pipe-open
7961         * build-aux/gitlog-to-changelog: Improve error message: suggest
7962         that the version of Git may be too old.
7963
7964 2008-08-18  Simon Josefsson  <simon@josefsson.org>
7965
7966         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
7967         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
7968
7969 2008-08-18  Bruno Haible  <bruno@clisp.org>
7970
7971         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
7972         pthread_in_use().
7973
7974 2008-08-18  Bruno Haible  <bruno@clisp.org>
7975
7976         * lib/glthread/threadlib.c: Include <pthread.h>.
7977
7978 2008-08-18  Bruno Haible  <bruno@clisp.org>
7979
7980         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
7981         glthread_recursive_lock_* macros.
7982         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
7983         Fix syntax error.
7984
7985 2008-08-18  Bruno Haible  <bruno@clisp.org>
7986
7987         * lib/glthread/thread.c: Avoid forcing a context switch right after
7988         thread creation.
7989
7990 2008-08-17  Bruno Haible  <bruno@clisp.org>
7991
7992         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
7993         * lib/glthread/thread.h: Provide Win32 specific implementation.
7994         * modules/thread (Files): Add lib/glthread/thread.c.
7995         (Depends-on): Add lock.
7996         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
7997
7998 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7999
8000         New module 'yield'.
8001         * modules/yield: New file.
8002         * lib/glthread/yield.h: New file.
8003         * m4/yield.m4: New file.
8004         * MODULES.html.sh (Multithreading): Add yield.
8005
8006 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8007
8008         New module 'thread'.
8009         * modules/thread: New file.
8010         * lib/glthread/thread.h: New file.
8011         * m4/thread.m4: New file.
8012         * MODULES.html.sh (Multithreading): Add thread.
8013
8014 2008-08-17  Bruno Haible  <bruno@clisp.org>
8015
8016         * lib/glthread/lock.h: Include <stdlib.h> always.
8017         * lib/glthread/tls.h: Likewise.
8018         * lib/glthread/cond.h: Likewise.
8019
8020 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8021
8022         New module 'cond'.
8023         * modules/cond: New file.
8024         * lib/glthread/cond.h: New file.
8025         * lib/glthread/cond.c: New file.
8026         * m4/cond.m4: New file.
8027         * MODULES.html.sh (Multithreading): Add cond.
8028
8029 2008-08-16  Eric Blake  <ebb9@byu.net>
8030
8031         c-stack: fix regression on Irix 5.3 from 2008-06-21
8032         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
8033         sa_sigaction...
8034         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
8035         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
8036         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
8037         * modules/signal (Makefile.am): Use the value.
8038         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
8039         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
8040         * doc/posix-headers/signal.texi (signal.h): Document this
8041         portability issue.
8042         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
8043         Reported by Tom G. Christensen.
8044
8045 2008-08-17  Bruno Haible  <bruno@clisp.org>
8046
8047         New module 'threadlib'.
8048         * modules/threadlib: New file.
8049         * lib/glthread/threadlib.c: New file, extracted from
8050         lib/glthread/lock.c.
8051         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
8052         functions.
8053         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
8054         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
8055         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
8056         macros.
8057         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
8058         (gl_DISABLE_THREADS): Remove macro.
8059         * modules/lock (Files): Remove build-aux/config.rpath.
8060         (Depends-on): Remove havelib. Add threadlib.
8061         (configure.ac-early): Remove section.
8062         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
8063         * modules/tls (Depends-on): Remove lock. Add threadlib.
8064         (Link): New section, copied from threadlib.
8065         * MODULES.html.sh (Multithreading): Add threadlib.
8066
8067 2008-08-14  Bruno Haible  <bruno@clisp.org>
8068
8069         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
8070         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
8071         glthread_rwlock_unlock, glthread_rwlock_destroy,
8072         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
8073         glthread_recursive_lock_destroy): Define as macros always.
8074         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
8075         glthread_lock_lock.
8076         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
8077         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
8078         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
8079         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
8080         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
8081         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
8082         (glthread_recursive_lock_lock_func): Renamed from
8083         glthread_recursive_lock_lock.
8084         (glthread_recursive_lock_unlock_func): Renamed from
8085         glthread_recursive_lock_unlock.
8086         (glthread_recursive_lock_destroy_func): Renamed from
8087         glthread_recursive_lock_destroy.
8088
8089 2008-08-14  Bruno Haible  <bruno@clisp.org>
8090
8091         * lib/glthread/lock.h: Renamed from lib/lock.h.
8092         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
8093         * lib/glthread/tls.h: Renamed from lib/tls.h.
8094         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
8095         * lib/fstrcmp.c: Update includes.
8096         * lib/strsignal.c: Update includes.
8097         * modules/lock (Files, Makefile.am): Update.
8098         (Include): Change to "glthread/lock.h".
8099         * modules/tls (Files, Makefile.am): Update.
8100         (Include): Change to "glthread/tls.h".
8101         * tests/test-lock.c: Update includes.
8102         * tests/test-tls.c: Update includes.
8103         * NEWS: Mention the renamed header files.
8104
8105 2008-08-11  Jim Meyering  <meyering@redhat.com>
8106
8107         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
8108
8109 2008-08-11  Eric Blake  <ebb9@byu.net>
8110
8111         test-c-stack: avoid C99-ism
8112         * tests/test-c-stack.c (main): Fix whitespace, move declaration
8113         before statement.
8114         Reported by Alain Guibert.
8115
8116 2008-08-10  Jim Meyering  <meyering@redhat.com>
8117
8118         ensure that return value of uinttostr et al are not ignored
8119         * lib/inttostr.h (__GNUC_PREREQ): Define.
8120         (__attribute_warn_unused_result__): Define.
8121         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
8122
8123 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
8124
8125         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
8126         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
8127
8128 2008-08-07  Jim Meyering  <meyering@redhat.com>
8129
8130         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
8131
8132         * modules/mkstemp (License): Relicense under LGPLv2+.
8133         * modules/tempname (License): Likewise.
8134
8135 2008-08-06  Bruno Haible  <bruno@clisp.org>
8136
8137         * lib/poll.c (poll): Further micro-optimization.
8138
8139 2008-08-06  Jim Meyering  <meyering@redhat.com>
8140
8141         inet_pton.c: use locale-independent tolower
8142         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
8143         (inet_pton6): Use c_tolower rather than tolower.
8144         * modules/inet_pton (Depends-on): Add c-ctype.
8145
8146 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
8147
8148         * lib/poll.c (poll): Avoid division when timeout is 0, cache
8149         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
8150
8151 2008-08-06  Jim Meyering  <meyering@redhat.com>
8152
8153         * modules/inet_pton (License): Relicense under LGPLv2+.
8154
8155 2008-08-03  Bruno Haible  <bruno@clisp.org>
8156
8157         Additional non-aborting API for lock and tls.
8158         * lib/lock.h: Include <errno.h>.
8159         (glthread_lock_init): New macro/function.
8160         (gl_lock_init): Define as wrapper around glthread_lock_init.
8161         (glthread_lock_lock): New macro/function.
8162         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
8163         (glthread_lock_unlock): New macro/function.
8164         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
8165         (glthread_lock_destroy): New macro/function.
8166         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
8167         (glthread_rwlock_init): New macro/function.
8168         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
8169         (glthread_rwlock_rdlock): New macro/function.
8170         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
8171         (glthread_rwlock_wrlock): New macro/function.
8172         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
8173         (glthread_rwlock_unlock): New macro/function.
8174         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
8175         (glthread_rwlock_destroy): New macro/function.
8176         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
8177         (glthread_recursive_lock_init): New macro/function.
8178         (gl_recursive_lock_init): Define as wrapper around
8179         glthread_recursive_lock_init.
8180         (glthread_recursive_lock_lock): New macro/function.
8181         (gl_recursive_lock_lock): Define as wrapper around
8182         glthread_recursive_lock_lock.
8183         (glthread_recursive_lock_unlock): New macro/function.
8184         (gl_recursive_lock_unlock): Define as wrapper around
8185         glthread_recursive_lock_unlock.
8186         (glthread_recursive_lock_destroy): New macro/function.
8187         (gl_recursive_lock_destroy): Define as wrapper around
8188         glthread_recursive_lock_destroy.
8189         (glthread_once): New macro/function.
8190         (gl_once): Define as wrapper around glthread_once.
8191         Update function declarations.
8192         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
8193         glthread_rwlock_init. Return error code.
8194         (glthread_rwlock_rdlock_multithreaded): Renamed from
8195         glthread_rwlock_rdlock. Return error code.
8196         (glthread_rwlock_wrlock_multithreaded): Renamed from
8197         glthread_rwlock_wrlock. Return error code.
8198         (glthread_rwlock_unlock_multithreaded): Renamed from
8199         glthread_rwlock_unlock. Return error code.
8200         (glthread_rwlock_destroy_multithreaded): Renamed from
8201         glthread_rwlock_destroy. Return error code.
8202         (glthread_recursive_lock_init_multithreaded): Renamed from
8203         glthread_recursive_lock_init. Return error code.
8204         (glthread_recursive_lock_lock_multithreaded): Renamed from
8205         glthread_recursive_lock_lock. Return error code.
8206         (glthread_recursive_lock_unlock_multithreaded): Renamed from
8207         glthread_recursive_lock_unlock. Return error code.
8208         (glthread_recursive_lock_destroy_multithreaded): Renamed from
8209         glthread_recursive_lock_destroy. Return error code.
8210         (glthread_once_call): Make static.
8211         (glthread_once_multithreaded): Renamed from glthread_once.
8212         * lib/tls.h: Include <errno.h>.
8213         (glthread_tls_key_init): New macro/function.
8214         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
8215         (glthread_tls_set): New macro/function.
8216         (gl_tls_set): Define as wrapper around glthread_tls_set.
8217         (glthread_tls_key_destroy): New macro/function.
8218         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
8219         Update function declarations.
8220         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
8221         glthread_tls_get.
8222         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
8223
8224 2008-08-04  Eric Blake  <ebb9@byu.net>
8225
8226         gnumakefile: use space, not TAB, outside of targets
8227         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
8228
8229 2008-08-02  Jim Meyering  <meyering@redhat.com>
8230
8231         getdate.y: avoid locale-dependent date parsing failure
8232         In Turkish locales, getdate would fail to recognize keywords
8233         containing a lowercase "i".  The solution is not to rely on
8234         locale-sensitive case-conversion.
8235         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
8236         (lookup_word): Use c_toupper in place of toupper.
8237         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
8238         Reported by Vefa Bicakci <bicave@superonline.com> in
8239         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
8240         * modules/getdate (Depends-on): Add c-ctype.
8241
8242 2008-08-02  Bruno Haible  <bruno@clisp.org>
8243
8244         * gnulib-tool (func_import): When updating or creating a .gitignore
8245         file, prepend each added line with a slash, and ignore leading slashes
8246         from the existing lines.
8247         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
8248
8249 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8250
8251         Portability fix for GNU make 3.79.1.
8252         * top/GNUmakefile: Avoid 'else COND', which older GNU make
8253         versions do not understand.
8254
8255 2008-08-01  Bruno Haible  <bruno@clisp.org>
8256
8257         Work around bug of HP-UX 10.20 cc with -0.0 literal.
8258         * tests/test-isnanf.h (zero): New variable.
8259         (main): Avoid literal -0.0f.
8260         * tests/test-isnand.h (zero): New variable.
8261         (main): Avoid literal -0.0.
8262         * tests/test-isnanl.h (zero): New variable.
8263         (main): Avoid literal -0.0L.
8264         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
8265         (test_float, test_double, test_long_double): Avoid literals -0.0f,
8266         -0.0, -0.0L.
8267         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
8268         (test_signbitd): Avoid literal -0.0.
8269         (test_signbitl): Avoid literal -0.0L.
8270         * tests/test-ceilf1.c (zero): New variable.
8271         (main): Avoid literal -0.0f.
8272         * tests/test-ceill.c (zero): New variable.
8273         (main): Avoid literal -0.0L.
8274         * tests/test-floorf1.c (zero): New variable.
8275         (main): Avoid literal -0.0f.
8276         * tests/test-floorl.c (zero): New variable.
8277         (main): Avoid literal -0.0L.
8278         * tests/test-roundf1.c (zero): New variable.
8279         (main): Avoid literal -0.0f.
8280         * tests/test-round1.c (zero): New variable.
8281         (main): Avoid literal -0.0.
8282         * tests/test-roundl.c (zero): New variable.
8283         (main): Avoid literal -0.0L.
8284         * tests/test-truncf1.c (zero): New variable.
8285         (main): Avoid literal -0.0f.
8286         * tests/test-trunc1.c (zero): New variable.
8287         (main): Avoid literal -0.0.
8288         * tests/test-truncl.c (zero): New variable.
8289         (main): Avoid literal -0.0L.
8290         * tests/test-frexp.c (zero): New variable.
8291         (main): Avoid literal -0.0.
8292         * tests/test-frexpl.c (zero): New variable.
8293         (main): Avoid literal -0.0L.
8294         * tests/test-ldexpl.c (zero): New variable.
8295         (main): Avoid literal -0.0L.
8296         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8297         (zerod, zerol): New variables.
8298         (test_function): Avoid literals -0.0, -0.0L.
8299         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
8300         (zerod, zerol): New variables.
8301         (test_function): Avoid literals -0.0, -0.0L.
8302         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8303         (zerod, zerol): New variables.
8304         (test_function): Avoid literals -0.0, -0.0L.
8305         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
8306         (zerod, zerol): New variables.
8307         (test_function): Avoid literals -0.0, -0.0L.
8308         * tests/test-strtod.c (zero): New variable.
8309         (main): Avoid literal -0.0.
8310         Reported by Jonathan C. Patschke <jp@centtech.com>.
8311
8312 2008-07-31  Jim Meyering  <meyering@redhat.com>
8313
8314         sha256.h: correct definition of SHA224_DIGEST_SIZE
8315         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
8316         Reported by Paulie Pena IV <paulie4@gmail.com>.
8317         Define as 224 / 8, rather than as a literal.
8318         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
8319         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
8320         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
8321
8322 2008-07-31  Bruno Haible  <bruno@clisp.org>
8323
8324         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
8325         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
8326         Reported by Jonathan Patschke <jp@centtech.com>.
8327
8328 2008-07-31  Bruno Haible  <bruno@clisp.org>
8329
8330         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
8331         Reported by Paolo Bonzini <bonzini@gnu.org>.
8332
8333 2008-07-30  Eric Blake  <ebb9@byu.net>
8334
8335         test-strtod: allow compilation without -lm
8336         * tests/test-strtod.c (main): Avoid link dependence on fabs.
8337         Reported by Dennis Clarke <blastwave@gmail.com>.
8338
8339 2008-07-28  Jim Meyering  <meyering@redhat.com>
8340
8341         bootstrap: work also when there are no .po files in po/
8342         * build-aux/bootstrap (update_po_files): Complete the change
8343         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
8344
8345 2008-07-27  Jim Meyering  <meyering@redhat.com>
8346
8347         * users.txt: Add zile.
8348
8349 2008-07-26  Ben Pfaff  <blp@gnu.org>
8350
8351         Add missing dependencies on new m4/exponent[fdl].m4 files.
8352         * modules/isnanf-nolibm: Add m4/exponentf.m4.
8353         * modules/isnand-nolibm: Add m4/exponentd.m4.
8354         * modules/isnanl-nolibm: Add m4/exponentl.m4.
8355         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
8356         m4/isnan[fdl].m4, because the macros actually used moved.
8357         Reported by Jim Meyering.
8358
8359 2008-07-14  Ben Pfaff  <blp@gnu.org>
8360
8361         Add isinf module.
8362         * lib/isinf.c: New file.
8363         * lib/math.in.h: Define isinf macro if we have decided to replace
8364         it.
8365         * m4/isinf.m4: New file.
8366         * m4/math_h.m4: Initialize and substitute variables for isinf
8367         module.
8368         * modules/isinf: New file.
8369         * modules/isinf-tests: New file.
8370         * modules/math: Add substitutions for new module.
8371         * tests/test-isinf.c: New file.
8372         * doc/posix-functions/isinf.texi: Mention new module.
8373         * MODULES.html.sh: Mention new module.
8374
8375 2008-07-14  Ben Pfaff  <blp@gnu.org>
8376
8377         Factor out some macros for use by additional modules.
8378         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
8379         exponentf.m4.
8380         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
8381         exponentd.m4.
8382         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
8383         file exponentl.m4.
8384         * m4/exponentf.m4: New file.
8385         * m4/exponentd.m4: New file.
8386         * m4/exponentl.m4: New file.
8387         * modules/isnanf: Use new file m4/exponentf.m4.
8388         * modules/isnand: Use new file m4/exponentd.m4.
8389         * modules/isnanl: Use new file m4/exponentl.m4.
8390
8391 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
8392
8393         mktime.c: normalize tp->tm_isdst value to -1/0/1.
8394         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
8395         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
8396         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
8397
8398         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
8399         readlink on platforms without PATH_MAX.
8400
8401 2008-07-21  Eric Blake  <ebb9@byu.net>
8402
8403         Warn, not fail, on stale version.
8404         * top/GNUmakefile (_curr-ver): Tone down previous patch.
8405
8406         Don't allow installation with stale devel version number.
8407         * top/GNUmakefile (_is-install-target): New macro.
8408         (_curr-ver): Forbid installation with stale version number.
8409
8410 2008-07-20  Bruno Haible  <bruno@clisp.org>
8411
8412         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
8413         TESTS_ENVIRONMENT.
8414         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
8415
8416 2008-07-20  Bruno Haible  <bruno@clisp.org>
8417
8418         * lib/c-stack.h (c_stack_action): Add documentation.
8419         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
8420
8421 2008-07-20  Bruno Haible  <bruno@clisp.org>
8422
8423         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
8424         * modules/readlink (License): Likewise.
8425
8426 2008-07-17  Eric Blake  <ebb9@byu.net>
8427
8428         * modules/c-stack (Link): Fix typo.
8429
8430         Make c-stack use libsigsegv, when available.
8431         * modules/c-stack (Depends-on): Add libsigsegv.
8432         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
8433         needed.
8434         * lib/c-stack.c (SIGSTKSZ): Define fallback.
8435         (segv_handler, overflow_handler, c_stack_action)
8436         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
8437         implementation when libsigsegv is available, but only when using
8438         the library is necessary.
8439         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
8440         comment, explaining why XSI check fails on Linux.
8441         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
8442         * tests/test-c-stack2.sh: Tweak skip message.
8443         * NEWS: Document new link-time requirements.
8444
8445 2008-07-16  Eric Blake  <ebb9@byu.net>
8446
8447         c-stack: Expose false positives when not using libsigsegv.
8448         * modules/c-stack-tests (Files): Expand test.
8449         * tests/test-c-stack.c (main): Add means to conditionally trigger
8450         non-overflow SIGSEGV.
8451         * tests/test-c-stack2.sh: New file.
8452
8453 2008-07-14  Bruno Haible  <bruno@clisp.org>
8454
8455         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
8456         Reported by Eric Blake.
8457
8458 2008-07-14  Sam Steingold  <sds@gnu.org>
8459             Bruno Haible  <bruno@clisp.org>
8460
8461         New module libsigsegv.
8462         * modules/libsigsegv: New file.
8463         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
8464         modifications.
8465         * MODULES.html.sh (Signal handling): New section.
8466
8467 2008-07-14  Bruno Haible  <bruno@clisp.org>
8468
8469         * modules/unictype/ctype-* (Description): Add the word "function".
8470         Improves the resulting doc in MODULES.html.
8471
8472 2008-07-12  Ben Pfaff  <blp@gnu.org>
8473
8474         Add longlong module.
8475         * modules/longlong: New file.
8476
8477 2008-07-12  Bruno Haible  <bruno@clisp.org>
8478
8479         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
8480         to empty.
8481
8482 2008-07-10  Ben Pfaff  <blp@gnu.org>
8483
8484         Add isnan module.
8485         * doc/posix-functions/isnan.texi: Mention new module.
8486         * lib/math.in.h: Define isnan macro if we have decided to replace
8487         it.
8488         * m4/isnan.m4: New file.
8489         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
8490         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
8491         also.
8492         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
8493         redundancy.
8494         * m4/math_h.m4: Initialize and substitute variables for isnan
8495         module.
8496         * modules/isnan: New file.
8497         * modules/isnan-tests: New file.
8498         * modules/math: Add substitutions for new module.
8499         * tests/test-isnan.c: New file.
8500         * MODULES.html.sh: Mention new module.
8501
8502 2008-07-10  Ben Pfaff  <blp@gnu.org>
8503
8504         Add isnanf module.
8505         * lib/isnanf.m4: New file.
8506         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
8507         (gl_HAVE_ISNANF_IN_LIBM): New macro.
8508         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
8509         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
8510         * modules/isnanf: New file.
8511         * modules/isnanf-tests: New file.
8512         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
8513         files.
8514         * tests/test-isnanf-nolibm.c: factored most of its contents into
8515         new file tests/test-isnanf.h.
8516         * tests/test-isnanf.h: New file.
8517         * tests/test-isnanf.c: New file.
8518         * MODULES.html.sh: Mention new module.
8519         * doc/glibc-functions/isnanf.texi: Mention new module.
8520
8521 2008-07-10  Ben Pfaff  <blp@gnu.org>
8522
8523         Add isnand module.
8524         * lib/isnand.h: New file.
8525         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
8526         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
8527         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
8528         functionality also.
8529         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
8530         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
8531         (gl_HAVE_ISNAND_IN_LIBM): New macro.
8532         * modules/isnand: New file.
8533         * modules/isnand-tests: New file.
8534         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
8535         files.
8536         * tests/test-isnand-nolibm.c: factored most of its contents into
8537         new file tests/test-isnand.h.
8538         * tests/test-isnand.h: New file.
8539         * tests/test-isnand.c: New file.
8540         * MODULES.html.sh: Mention new module.
8541
8542 2008-07-10  Ben Pfaff  <blp@gnu.org>
8543
8544         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
8545         * lib/isnand.h: Rename lib/isnand-nolibm.h.
8546         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
8547         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
8548         * modules/isnanf-nolibm: Update references to renamed files.
8549         * modules/isnand-nolibm: Likewise.
8550         * modules/isnanf-nolibm-tests: Likewise.
8551         * modules/isnand-nolibm-tests: Likewise.
8552         * lib/frexp.c: Likewise.
8553         * lib/isfinite.c: Likewise.
8554         * lib/signbitd.c: Likewise.
8555         * lib/signbitf.c: Likewise.
8556         * lib/vasnprintf.c: Likewise.
8557         * tests/test-ceilf1.c: Likewise.
8558         * tests/test-ceilf2.c: Likewise.
8559         * tests/test-floorf1.c: Likewise.
8560         * tests/test-floorf2.c: Likewise.
8561         * tests/test-frexp.c: Likewise.
8562         * tests/test-round1.c: Likewise.
8563         * tests/test-round2.c: Likewise.
8564         * tests/test-roundf1.c: Likewise.
8565         * tests/test-strtod.c: Likewise.
8566         * tests/test-trunc1.c: Likewise.
8567         * tests/test-trunc2.c: Likewise.
8568         * tests/test-truncf1.c: Likewise.
8569         * tests/test-truncf2.c: Likewise.
8570         * NEWS: Mention the renamed header files.
8571
8572 2008-07-11  Jim Meyering  <meyering@redhat.com>
8573
8574         vc-list-files: make the last-resort awk code more portable
8575         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
8576         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
8577         does not support it.
8578
8579 2008-07-10  Eric Blake  <ebb9@byu.net>
8580
8581         Work with tar's bootstrap.
8582         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
8583         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
8584         an m4 comment.
8585
8586 2008-07-09  Jim Meyering  <meyering@redhat.com>
8587
8588         posix-shell.m4: fix typo that made this test malfunction
8589         * m4/posix-shell.m4: Remove capitalization in variable name.
8590
8591 2008-07-08  Bruno Haible  <bruno@clisp.org>
8592
8593         * m4/onceonly.m4: Update comments.
8594         Reported by Ben Pfaff <blp@cs.stanford.edu>.
8595
8596 2008-07-04  Jim Meyering  <meyering@redhat.com>
8597
8598         * users.txt: Add vc-dwim.
8599         (bison, coreutils): Use the gitweb URL.
8600
8601 2008-07-03  Jim Meyering  <meyering@redhat.com>
8602
8603         * users.txt: Add libffcall.  From Sam Steingold.
8604
8605 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
8606
8607         getdate.y: do not ignore TZ with relative day, month or year offset
8608         * lib/getdate.y (get_date): Move the tz-handling block to follow the
8609         relative-date-handling, since otherwise, the latter would clobber the
8610         sole output (an updated Start value) of the tz-handling block.
8611         * tests/test-getdate.c: Tests for the fix
8612
8613 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8614
8615         Recognize 'foo_LIBRARIES += libgnu.a'.
8616         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
8617         makefile snippet has already specified an installation location,
8618         also using '+='.
8619
8620 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
8621
8622         getdate.y: factor out common actions
8623         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
8624         Use them in place of open-coded actions.
8625
8626 2008-07-01  Simon Josefsson  <simon@josefsson.org>
8627
8628         Add self-test for getdate module.
8629         * modules/getdate-tests: New file.
8630         * tests/test-getdate.c: New file.
8631
8632 2008-06-29  Bruno Haible  <bruno@clisp.org>
8633
8634         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
8635         .gitignore.
8636         Reported by Sylvain Beucler <beuc@beuc.net>.
8637
8638 2008-06-29  Bruno Haible  <bruno@clisp.org>
8639
8640         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
8641         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
8642
8643 2008-06-29  Bruno Haible  <bruno@clisp.org>
8644
8645         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
8646         EXTRA_DIST.
8647         Reported by Sylvain Beucler <beuc@beuc.net>.
8648
8649 2008-06-26  Jim Meyering  <meyering@redhat.com>
8650
8651         make several modules depend on the "open" module
8652         This provides slightly increased consistency when opening-for-write
8653         the name of a non-directory spelled with a trailing slash.
8654         * modules/chdir-safer: Likewise.
8655         * modules/chown: Likewise.
8656         * modules/clean-temp: Likewise.
8657         * modules/copy-file: Likewise.
8658         * modules/fchdir: Likewise.
8659         * modules/fcntl-safer: Likewise.
8660         * modules/pipe: Likewise.
8661         * modules/utime: Likewise.
8662         Prompted by Eric Blake and Bruno Haible.
8663
8664 2008-06-24  Andreas Schwab  <schwab@suse.de>
8665
8666         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
8667         literals can be used as initializers for global variables.
8668
8669 2008-06-23  Eric Blake  <ebb9@byu.net>
8670
8671         Make gnulib-cache.m4 easier to diff.
8672         * gnulib-tool (func_import): Allow newlines when reading cached
8673         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
8674
8675 2008-06-23  Bruno Haible  <bruno@clisp.org>
8676
8677         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
8678         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
8679         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
8680         m4/signalblocking.m4.
8681         (gl_PREREQ_SIGACTION): Don't invoke it.
8682         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
8683         gl_PREREQ_SIG_HANDLER_H.
8684         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8685         Don't check for sigaction here.
8686
8687 2008-06-23  Bruno Haible  <bruno@clisp.org>
8688
8689         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
8690         (install_handlers): Don't set the SA_RESETHAND flag.
8691
8692 2008-06-23  Bruno Haible  <bruno@clisp.org>
8693
8694         * m4/sigaction.m4: Comment fixes.
8695         * lib/signal.in.h: Likewise.
8696
8697 2008-06-23  Eric Blake  <ebb9@byu.net>
8698
8699         Fix typo.
8700         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
8701
8702         Avoid SA_ namespace.
8703         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
8704         Reported by Ralf Wildenhues.
8705
8706         Avoid test failure due to SA_RESTORER.
8707         * tests/test-sigaction.c (SA_MASK): New macro.
8708         (main): Avoid failing due to extension flags being set.
8709         Reported by Jim Meyering.
8710
8711         Revert use of sig-handler.h in sigprocmask.c.
8712         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
8713         it requires the existence of struct sigaction.
8714         * lib/sigprocmask.c (handler_t): Restore typedef.
8715         (rpl_signal, old_handlers): Use local type.
8716
8717 2008-06-22  Bruno Haible  <bruno@clisp.org>
8718
8719         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
8720         conditionally.
8721         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
8722
8723 2008-06-22  Bruno Haible  <bruno@clisp.org>
8724
8725         * doc/posix-functions/siginterrupt.texi: Move note.
8726
8727         * lib/signal.in.h (SA_RESTART): New macro.
8728         * lib/sigaction.c: Update comment.
8729
8730         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
8731
8732         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
8733         (gl_PREREQ_SIGPROCMASK): Invoke it.
8734         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
8735
8736         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
8737
8738         * lib/sigprocmask.c: Update a comment.
8739
8740 2008-06-21  Eric Blake  <ebb9@byu.net>
8741
8742         Use sigaction module rather than signal().
8743         * modules/c-stack (Depends-on): Add sigaction.
8744         * modules/fatal-signal (Depends-on): Likewise.
8745         * modules/nanosleep (Depends-on): Likewise.
8746         * modules/sigprocmask (Files): Add sig-handler.h.
8747         * modules/sigaction (Files): Likewise.
8748         * lib/sig-handler.h (get_handler): New file, suggested by Paul
8749         Eggert.
8750         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
8751         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
8752         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
8753         (init_fatal_signals): Likewise.
8754         * lib/nanosleep.c (rpl_nanosleep): Likewise.
8755         (siginterrupt): Delete fallback.
8756         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
8757         instead.
8758         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
8759         siginterrupt.
8760
8761         New module sigaction, for mingw.
8762         * modules/sigaction: New module...
8763         * modules/sigaction-tests: ...and its test.
8764         * m4/sigaction.m4: New file.
8765         * lib/sigaction.c: Likewise.
8766         * tests/test-sigaction.c: Likewise.
8767         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
8768         * modules/signal (Makefile.am): Likewise.
8769         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
8770         needed.
8771         * doc/posix-headers/signal.texi (signal.h): Mention provided
8772         types.
8773         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
8774         that sigaction is preferable.
8775         * doc/posix-functions/sigaction.texi (sigaction): Mention new
8776         module.
8777         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
8778         sigaction.
8779
8780         Improve robustness of sigprocmask by overriding signal.
8781         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
8782         is in use.
8783         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
8784         (SIGKILL, SIGSTOP): Provide fallbacks.
8785         (rpl_signal): Implement.
8786         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
8787         signal can be called inside handlers.
8788
8789         Fix nanosleep module on mingw.
8790         * modules/nanosleep (Depends-on): Add sys_select.
8791         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
8792
8793         Fix licensing of sigprocmask.
8794         * modules/raise (License): Relicense as LGPL.
8795
8796 2008-06-21  Bruno Haible  <bruno@clisp.org>
8797
8798         * lib/propername.c (proper_name_utf8): Don't use the transliterated
8799         result if it contains question marks.
8800         Reported by Michael Geng <linux@michaelgeng.de>.
8801
8802 2008-06-19  Bruno Haible  <bruno@clisp.org>
8803
8804         Fix CVS-ism.
8805         * doc/gnulib.texi: Include updated-stamp.texi.
8806         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
8807         (updated-stamp.texi): New rule.
8808         (gnulib.info): Depend on it.
8809         * doc/.gitignore: Add updated-stamp.texi.
8810         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
8811
8812 2008-06-19  Bruno Haible  <bruno@clisp.org>
8813
8814         * doc/Makefile (gnulib.info): Update and simplify dependencies.
8815         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
8816
8817 2008-06-19  Eric Blake  <ebb9@byu.net>
8818
8819         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
8820         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
8821         Reported by Stepan Kasal.
8822
8823 2008-06-18  Bruno Haible  <bruno@clisp.org>
8824
8825         * lib/fatal-signal.c (init_fatal_signals): Add comment.
8826         Reported by Eric Blake.
8827
8828 2008-06-18  Eric Blake  <ebb9@byu.net>
8829
8830         Work around cygwin 1.5.25 strsignal bug.
8831         * tests/test-strsignal.c: Allow for const char *.
8832         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
8833
8834 2008-06-18  Simon Josefsson  <simon@josefsson.org>
8835
8836         * users.txt: Update URL to article and add author/date
8837         information.
8838
8839 2008-06-17  Bruno Haible  <bruno@clisp.org>
8840
8841         New macro gl_DISABLE_THREADS.
8842         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
8843         if the user did not pass --enable-threads or --disable-threads option.
8844         (gl_DISABLE_THREADS): New macro.
8845         Reported by Eric Blake <ebb9@byu.net>.
8846
8847 2008-06-17  Bruno Haible  <bruno@clisp.org>
8848
8849         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
8850         when the macro ignores it.
8851         Based on a patch by Eric Blake <ebb9@byu.net>.
8852
8853 2008-06-17  Bruno Haible  <bruno@clisp.org>
8854
8855         * modules/tls (License): Change to LGPLv2+.
8856         Reported by Eric Blake.
8857
8858 2008-06-17  Eric Blake  <ebb9@byu.net>
8859
8860         Simplify c-stack prerequisites.
8861         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
8862         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
8863         no longer requires <ucontext.h> to exist.  Optimize setrlimit
8864         check.
8865         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
8866         <sys/resource.h>.
8867
8868         Move c-stack test into testsuite.
8869         * modules/c-stack-tests: New file.
8870         * lib/c-stack.c [DEBUG]: Move test program...
8871         * tests/test-c-stack.c: ...into this new file.  Skip rather than
8872         fail test if sigaltstack is lacking.
8873         * tests/test-c-stack.sh: New driver file.
8874
8875 2008-06-16  Eric Blake  <ebb9@byu.net>
8876
8877         Use raise module consistently.
8878         * modules/fatal-signal (Depends-on): Add raise.
8879         * modules/sigprocmask (Depends-on): Likewise.
8880         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
8881         * lib/sigprocmask.c (sigprocmask): Likewise.
8882         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
8883         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
8884
8885         Fix compliance bug in sigpending.
8886         * lib/sigprocmask.c (sigpending): Return pending array via
8887         parameter, not return value.
8888
8889 2008-06-14  Eric Blake  <ebb9@byu.net>
8890
8891         Improve obstack-printf test code.
8892         * tests/test-obstack-printf.c (test_function): Fix comment, and
8893         simplify usage of obstack_* in macros.  Add a test for coverage.
8894         Reported by Bruno Haible.
8895
8896 2008-06-14  Bruno Haible  <bruno@clisp.org>
8897
8898         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
8899         array size as a constant, not as a const variable.
8900         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
8901         AC_USE_SYSTEM_EXTENSIONS.
8902         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
8903         Test whether the obstack_printf function actually exists.
8904         * modules/obstack-printf (Depends-on): Add extensions.
8905         (Include): Remove obstack.h.
8906         * modules/obstack-printf-posix (Depends-on): Add extensions.
8907         (Include): Remove obstack.h.
8908
8909 2008-06-13  Eric Blake  <ebb9@byu.net>
8910
8911         Add obstack-printf and obstack-printf-posix modules.
8912         * modules/obstack-printf: New file.
8913         * modules/obstack-printf-posix: Likewise.
8914         * MODULES.html.sh (Misc): Mention them.
8915         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
8916         Likewise.
8917         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
8918         Likewise.
8919         * modules/stdio (Makefile.am): Accomodate new modules.
8920         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
8921         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
8922         Declare.
8923         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
8924         functions.
8925         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
8926         (gl_REPLACE_OBSTACK_PRINTF): New macros
8927         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
8928         * tests/test-obstack-printf.c: New file.
8929         * modules/obstack-printf-tests: Likewise.
8930         * modules/obstack-printf-posix-tests: Likewise.
8931
8932 2008-06-11  Bruno Haible  <bruno@clisp.org>
8933
8934         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
8935         * lib/open.c: Include errno.h.
8936         (open): Fail when attempting to write to a file that has a trailing
8937         slash.
8938         * tests/test-open.c (main): Test against trailing slash bug.
8939         * doc/posix-functions/open.texi: Mention the trailing slash bug.
8940
8941 2008-06-10  Bruno Haible  <bruno@clisp.org>
8942
8943         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
8944         for $? to work inside the trap command, with various /bin/sh-s.
8945         * tests/test-vc-list-files-cvs.sh: Likewise.
8946
8947 2008-06-10  Bruno Haible  <bruno@clisp.org>
8948
8949         * lib/acl-internal.h: Don't include gettext.h here.
8950         * lib/set-mode-acl.c: Include gettext.h here.
8951         * lib/copy-acl.c: Likewise.
8952
8953 2008-06-10  Bruno Haible  <bruno@clisp.org>
8954
8955         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
8956         * lib/wait-process.c (wait_subprocess): Likewise.
8957         * lib/execute.h (execute): Add termsigp argument.
8958         * lib/execute.c (execute): Likewise.
8959         * lib/csharpcomp.c (compile_csharp_using_pnet,
8960         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
8961         * lib/csharpexec.c (execute_csharp_using_pnet,
8962         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
8963         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
8964         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
8965         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
8966         is_jikes_present): Update.
8967         * lib/javaexec.c (execute_java_class): Update.
8968         * lib/javaversion.c (execute_and_read_line): Update.
8969         * NEWS: Document the changes.
8970         Reported by Eric Blake.
8971
8972 2008-06-10  Eric Blake  <ebb9@byu.net>
8973
8974         Add missing include.
8975         * tests/test-strstr.c (includes): Add <signal.h>.
8976         * tests/test-strcasestr.c (includes): Likewise.
8977         * tests/test-memmem.c (includes): Likewise.
8978
8979 2008-06-10  Bruno Haible  <bruno@clisp.org>
8980
8981         * lib/wait-process.c (wait_subprocess): Add an assertion.
8982
8983 2008-06-10  Bruno Haible  <bruno@clisp.org>
8984
8985         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
8986
8987 2008-06-10  Bruno Haible  <bruno@clisp.org>
8988
8989         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
8990         using alarm().
8991         * tests/test-strcasestr.c (main): Likewise.
8992         * tests/test-strstr.c (main): Likewise.
8993
8994 2008-06-09  Bruno Haible  <bruno@clisp.org>
8995
8996         Work around the Solaris 10 ACE ACLs ABI change.
8997         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
8998         declare if ACL_NO_TRIVIAL is present.
8999         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
9000         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
9001         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
9002         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
9003         define if ACL_NO_TRIVIAL is present.
9004         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
9005         and use the current ABI.
9006         (file_has_acl): Use same #if condition as elsewhere.
9007         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
9008         in use, and use the current ABI.
9009         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
9010         Reported by Jim Meyering.
9011
9012 2008-06-09  Eric Blake  <ebb9@byu.net>
9013
9014         Work around environments that (stupidly) ignore SIGALRM.
9015         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
9016         before using alarm().
9017         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9018         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
9019         Reported by Ian Beckwith <ianb@erislabs.net>.
9020
9021         Produce autobuild blurb earlier in log.
9022         * modules/autobuild (configure.ac-early): Move AB_INIT here.
9023
9024 2008-06-09  Jim Meyering  <meyering@redhat.com>
9025         and OndÅ™ej Vašík  <ovasik@redhat.com>
9026
9027         utimens.c: correct kernel bug work-around
9028         OndÅ™ej Vašík found that the invalid return value of 280 indicates
9029         failure, not success, and the kernel bug we're trying to work
9030         around affects not just the utimensat call, but also the fallback
9031         futimens call.
9032         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
9033         not success.
9034         [HAVE_FUTIMENS]: Use the same work-around, here.
9035
9036 2008-06-09  Jim Meyering  <meyering@redhat.com>
9037
9038         add more guards around definition of ACE_-related code
9039         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
9040         ALLOW and ACE_OWNER are also defined.
9041
9042 2008-06-08  Bruno Haible  <bruno@clisp.org>
9043
9044         * lib/acl-internal.h: Add me as co-author.
9045         * lib/file-has-acl.c: Likewise.
9046         * lib/set-mode-acl.c: Likewise.
9047         * lib/copy-acl.c: Likewise.
9048
9049 2008-06-08  Bruno Haible  <bruno@clisp.org>
9050
9051         Add support for AIX ACLs.
9052         * lib/acl-internal.h (acl_nontrivial): New declaration.
9053         * lib/file-has-acl.c (acl_nontrivial): New function.
9054         (file_has_acl): Add implementation using AIX 4 ACL API.
9055         * lib/set-mode-acl.c (qset_acl): Likewise.
9056         * lib/copy-acl.c (qcopy_acl): Likewise.
9057
9058 2008-06-08  Bruno Haible  <bruno@clisp.org>
9059
9060         Add support for HP-UX ACLs.
9061         * lib/acl-internal.h (acl_nontrivial): New declaration.
9062         * lib/file-has-acl.c (acl_nontrivial): New function.
9063         (file_has_acl): Add implementation using HP-UX 11 ACL API.
9064         * lib/set-mode-acl.c (qset_acl): Likewise.
9065         * lib/copy-acl.c (qcopy_acl): Likewise.
9066
9067 2008-06-08  Bruno Haible  <bruno@clisp.org>
9068
9069         Add support for Cygwin ACLs.
9070         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
9071         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
9072         the chmod_or_fchmod call.
9073         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
9074
9075 2008-06-08  Bruno Haible  <bruno@clisp.org>
9076
9077         Fix bug with setuid modes in Solaris 10+ code.
9078         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
9079         succeeded, when the mode contains some special bits.
9080
9081 2008-06-08  Bruno Haible  <bruno@clisp.org>
9082
9083         Add support for Solaris 7..10 ACLs.
9084         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
9085         declarations.
9086         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
9087         functions.
9088         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
9089         * lib/set-mode-acl.c (qset_acl): Likewise.
9090         * lib/copy-acl.c (qcopy_acl): Likewise.
9091
9092 2008-06-08  Bruno Haible  <bruno@clisp.org>
9093
9094         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
9095         declaration.
9096         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
9097         (acl_access_nontrivial): Remove MacOS X case.
9098         (file_has_acl): Use acl_extended_nontrivial.
9099         * lib/copy-acl.c (qcopy_acl): Likewise.
9100
9101 2008-06-08  Bruno Haible  <bruno@clisp.org>
9102
9103         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
9104
9105 2008-06-08  Jim Meyering  <meyering@redhat.com>
9106
9107         * modules/acl (Maintainer): Add Bruno Haible.
9108
9109 2008-06-07  Bruno Haible  <bruno@clisp.org>
9110
9111         Improve support for Tru64 ACLs.
9112         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
9113         ACL on OSF/1.
9114
9115 2008-06-07  Bruno Haible  <bruno@clisp.org>
9116
9117         Add support for MacOS X ACLs.
9118         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
9119         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
9120         * lib/set-mode-acl.c (qset_acl): Likewise.
9121         * lib/copy-acl.c (qcopy_acl): Likewise.
9122
9123 2008-06-07  Bruno Haible  <bruno@clisp.org>
9124
9125         Fix memory leak introduced on 2008-05-22.
9126         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
9127         use.
9128
9129 2008-06-07  Bruno Haible  <bruno@clisp.org>
9130
9131         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
9132         to construct an empty ACL.
9133
9134 2008-06-07  Bruno Haible  <bruno@clisp.org>
9135
9136         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
9137         precisely.
9138         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
9139
9140 2008-06-07  Bruno Haible  <bruno@clisp.org>
9141
9142         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
9143         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
9144
9145 2008-06-07  Bruno Haible  <bruno@clisp.org>
9146
9147         * doc/posix-functions/_setjmp.texi: Explain the use of this function
9148         regardless of POSIX.
9149         * doc/posix-functions/_longjmp.texi: Likewise.
9150         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
9151         SystemV platform in this case.
9152
9153 2008-06-06  Eric Blake  <ebb9@byu.net>
9154
9155         Document abort() bugs.
9156         * doc/posix-functions/abort.texi (abort): Mention anomalies.
9157
9158         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
9159         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
9160         sigsetjmp.
9161         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
9162         siglongjmp, but only as a macro.
9163         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
9164         is obsolete.
9165         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
9166
9167         Tweak documentation to cover cygwin argz bugs.
9168         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
9169         argz bug fix; no code change needed since no cygwin releases
9170         occurred between the last fix and the bug being tested.
9171         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
9172         module and recently fixed cygwin bugs.
9173         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
9174         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
9175         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
9176         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
9177         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
9178         Likewise.
9179         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
9180         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
9181         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
9182         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
9183         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
9184         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
9185         Likewise.
9186
9187         Avoid gcc warning on cygwin.
9188         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
9189         !ACL_NO_TRIVIAL]: Avoid unused variable.
9190
9191 2008-06-05  Eric Blake  <ebb9@byu.net>
9192
9193         Be tolerant of UNKNOWN version in gnulib-tool test dir.
9194         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
9195         git-version-gen fails to come up with a version.
9196         Reported by Simon Josefsson.
9197
9198 2008-06-05  Jim Meyering  <meyering@redhat.com>
9199             Paul Eggert  <eggert@cs.ucla.edu>
9200
9201         utimens.c: work around a probable Linux kernel bug
9202         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
9203         appears to be a kernel bug that causes utimensat to return 280
9204         instead of 0, indicating success.
9205
9206 2008-06-04  Bruno Haible  <bruno@clisp.org>
9207
9208         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
9209         2008-06-01 commit.
9210
9211 2008-06-04  Bruno Haible  <bruno@clisp.org>
9212
9213         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
9214         * lib/file-has-acl.c (acl_access_nontrivial): New function.
9215         (file_has_acl): Use it. Save errno afterwards.
9216         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
9217
9218 2008-06-03  Bruno Haible  <bruno@clisp.org>
9219
9220         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
9221         draft code. Simplify #ifs.
9222         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
9223         Put Solaris code after POSIX-draft code. Fix comments regarding
9224         Solaris 10, HP-UX. Mention Cygwin.
9225         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
9226
9227 2008-06-03  Eric Blake  <ebb9@byu.net>
9228
9229         Provide fallback for older kernels.
9230         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
9231         Provide runtime fallback if kernel lacks support.
9232         Reported by Mike Frysinger.
9233
9234 2008-06-02  Bruno Haible  <bruno@clisp.org>
9235
9236         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
9237         it exists.
9238
9239 2008-06-02  Bruno Haible  <bruno@clisp.org>
9240
9241         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
9242         * lib/copy-acl.c (qcopy_acl): Update comment.
9243
9244 2008-06-02  Bruno Haible  <bruno@clisp.org>
9245
9246         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
9247         like ACL APIs.
9248
9249 2008-06-02  Bruno Haible  <bruno@clisp.org>
9250
9251         * tests/test-file-has-acl.sh: Use different code for Cygwin.
9252         * tests/test-set-mode-acl.sh: Likewise.
9253         * tests/test-copy-acl.sh: Likewise.
9254         * tests/test-copy-file.sh: Likewise.
9255
9256 2008-06-02  Bruno Haible  <bruno@clisp.org>
9257
9258         * tests/test-file-has-acl.sh: Remove unused code.
9259
9260 2008-06-01  Bruno Haible  <bruno@clisp.org>
9261
9262         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
9263         (copy_acl): Just a wrapper around qcopy_acl that emits the error
9264         messages.
9265         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
9266
9267 2008-06-01  Bruno Haible  <bruno@clisp.org>
9268
9269         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
9270         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
9271         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
9272         APIs.
9273         * modules/acl-tests (configure.ac): Remove tests now contained in
9274         m4/acl.m4.
9275
9276 2008-06-02  Jim Meyering  <meyering@redhat.com>
9277
9278         announce-gen: use a better key-server host name
9279         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
9280         it may be more consistently reliable.  Suggested by Werner Koch
9281         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
9282
9283 2008-06-01  Bruno Haible  <bruno@clisp.org>
9284
9285         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
9286         Reported by Voroskoi Andras <voroskoi@gmail.com>.
9287
9288 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
9289
9290         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
9291
9292 2008-06-01  Bruno Haible  <bruno@clisp.org>
9293
9294         New ACL tests.
9295         * tests/test-file-has-acl.sh: New file.
9296         * tests/test-file-has-acl.c: New file.
9297         * tests/test-set-mode-acl.sh: New file.
9298         * tests/test-set-mode-acl.c: New file.
9299         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
9300         * tests/test-copy-acl.c: New file.
9301         * modules/acl-tests: New file, based on modules/copy-file-tests.
9302         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
9303         (Depends-on): Add acl-tests.
9304         (configure.ac): Remove checks.
9305         (Makefile.am): Don't create test-sameacls program here any more.
9306
9307 2008-06-01  Bruno Haible  <bruno@clisp.org>
9308
9309         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
9310         * tests/test-sameacls.c: Include progname.h.
9311         (main): Invoke set_program_name. Portability fixes for MacOS X,
9312         Solaris, HP-UX.
9313
9314 2008-06-01  Bruno Haible  <bruno@clisp.org>
9315
9316         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
9317         function.
9318         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
9319
9320 2008-06-01  Bruno Haible  <bruno@clisp.org>
9321
9322         * modules/rpmatch (Depends-on): Add strdup.
9323
9324 2008-06-01  Bruno Haible  <bruno@clisp.org>
9325
9326         * lib/pipe.c: Include unistd-safer.h.
9327         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
9328         * modules/pipe (Depends-on): Add unistd-safer.
9329
9330 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9331
9332         * modules/autobuild (configure.ac): Call AB_INIT.
9333
9334 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9335
9336         * tests/test-getaddrinfo.c: Don't print debug messages by default.
9337         Suggested by Bruno Haible <bruno@clisp.org>.
9338
9339 2008-05-30  Simon Josefsson  <simon@josefsson.org>
9340
9341         * tests/test-base64.c: Cast size_t to unsigned long when invoking
9342         printf.  Use %lu instead of %d.  Reported by Bruno Haible
9343         <bruno@clisp.org>.
9344
9345 2008-05-29  Eric Blake  <ebb9@byu.net>
9346
9347         Prefer new POSIX 200x interfaces over futimesat.
9348         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
9349         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
9350         when available.
9351         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
9352
9353 2008-05-28  Bruno Haible  <bruno@clisp.org>
9354
9355         * modules/stpcpy (License): Change to LGPLv2+.
9356         Requested by David Lutterkort <dlutter@redhat.com>.
9357
9358 2008-05-27  Bruno Haible  <bruno@clisp.org>
9359
9360         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
9361         current mingw.
9362         Reported by Jose E. Marchesi <jemarch@gnu.org>.
9363
9364 2008-05-27  Bruno Haible  <bruno@clisp.org>
9365
9366         * modules/iconv_open (Link): New section, from module 'iconv'.
9367         * modules/striconv (Link): Likewise.
9368         * modules/striconveh (Link): Likewise.
9369         * modules/xstriconv (Link): Likewise.
9370         * modules/unicodeio (Link): Likewise.
9371         * modules/propername (Link): Likewise.
9372         Reported by Jim Meyering.
9373
9374 2008-05-26  Jim Meyering  <meyering@redhat.com>
9375
9376         sha256: do not artificially restrict buffer length to be < 2^32
9377         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
9378         uint32_t to size_t.
9379         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
9380         to match.
9381
9382         avoid unaligned access errors, e.g., on sparc
9383         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
9384         direct access through a possibly-unaligned uint64* pointer.
9385         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
9386         direct access through a possibly-unaligned uint32* pointer.
9387         Prompted by this patch from Tom "spot" Callaway:
9388         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
9389
9390         sha512.c: fix typo in comment
9391         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
9392
9393 2008-05-25  Bruno Haible  <bruno@clisp.org>
9394
9395         * lib/set-mode-acl.c: Renamed from lib/acl.c.
9396         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
9397         (Makefile.am): Update lib_SOURCES.
9398
9399 2008-05-25  Bruno Haible  <bruno@clisp.org>
9400
9401         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
9402
9403 2008-05-25  Jim Meyering  <meyering@redhat.com>
9404
9405         useless-if-before-free: freed expr may have white-space differences
9406         * build-aux/useless-if-before-free: Recognize cases in which the
9407         freed expression differs from the tested one in embedded white
9408         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
9409         $1 was used, so we can't make any regexp shy.  Improved tests now
9410         detect this.
9411
9412         useless-if-before-free: accept white space in the expression.
9413         * build-aux/useless-if-before-free: For now, any white space
9414         in the expression must be identical in the free argument.
9415
9416         useless-if-before-free: efficiency tweak
9417         * build-aux/useless-if-before-free: Make the expression-matching
9418         regexp "shy".
9419         Make the *outer* regexp shy, not the expr-matching one.
9420
9421         update code-in-comment to accept cast of free arg
9422         * build-aux/useless-if-before-free: Update regexp.
9423
9424 2008-05-25  Bruno Haible  <bruno@clisp.org>
9425
9426         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
9427         * modules/copy-file-tests (Files, Makefile.am): Update.
9428         * tests/test-copy-file.c (func_test_copy): Update.
9429
9430 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
9431
9432         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
9433
9434 2008-05-23  Bruno Haible  <bruno@clisp.org>
9435
9436         Improve support for ACLs on OSF/1.
9437         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
9438         Remove fallback for unknown flavors of ACLs.
9439
9440 2008-05-22  Bruno Haible  <bruno@clisp.org>
9441
9442         Add support for ACLs on OSF/1.
9443         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
9444         replacements.
9445         (acl_free_text): New macro fallback.
9446         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
9447         acl_free.
9448         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
9449         acl_free_text function. Require AC_C_INLINE.
9450
9451 2008-05-22  Bruno Haible  <bruno@clisp.org>
9452
9453         Make copy_acl work on MacOS X 10.5.
9454         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
9455         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
9456         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
9457         If MODE_INSIDE_ACL, don't assume that every system has the same text
9458         representation for ACLs as FreeBSD.
9459         * lib/copy-acl.c (copy_acl): Add support for platforms with
9460         !MODE_INSIDE_ACL.
9461         * lib/file-has-acl.c (file_has_acl): Likewise.
9462         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
9463         FreeBSD, MacOS X, or IRIX, respectively.
9464
9465 2008-05-22  Bruno Haible  <bruno@clisp.org>
9466
9467         * lib/acl.h: Don't include <sys/acl.h>.
9468         (GETACLCNT): Move fallback to lib/acl-internal.h.
9469         * lib/acl-internal.h: Include <sys/acl.h> here.
9470         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
9471
9472 2008-05-22  Bruno Haible  <bruno@clisp.org>
9473
9474         Split off copy_acl function to separate file.
9475         * lib/copy-acl.c: New file, extracted from lib/acl.c.
9476         * lib/acl.c (copy_acl): Moved function to separate file.
9477         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
9478         * modules/acl (Files): Add lib/copy-acl.c.
9479         (Makefiles.am): Augment lib_SOURCES.
9480
9481 2008-05-22  Bruno Haible  <bruno@clisp.org>
9482
9483         * modules/copy-file-tests: New file.
9484         * tests/test-copy-file.sh: New file.
9485         * tests/test-copy-file.c: New file.
9486         * tests/test-copy-file-sameacls.c: New file.
9487
9488 2008-05-22  Eric Blake  <ebb9@byu.net>
9489
9490         Avoid gcc warning.
9491         * tests/test-memcmp.c (main): Pass NULL indirectly.
9492
9493 2008-05-21  Bruno Haible  <bruno@clisp.org>
9494
9495         Add reference doc about ACLs.
9496         * doc/acl-resources.txt: New file.
9497         * doc/acl-cygwin.txt: New file.
9498
9499 2008-05-21  Bruno Haible  <bruno@clisp.org>
9500
9501         Avoid one more warning from gcc.
9502         * lib/vasnprintf.c (IF_LINT): Update comments.
9503         (VASNPRINTF): Use it also for the 'prefix' array initializer.
9504
9505 2008-05-21  Jim Meyering  <meyering@redhat.com>
9506
9507         avoid a warning from gcc
9508         * lib/vasnprintf.c (IF_LINT): Define.
9509         (scale10_round_decimal_long_double):
9510         Use it to avoid a "may be used uninitialized" warning.
9511         (scale10_round_decimal_double): Likewise.
9512
9513 2008-05-21  Simon Josefsson  <simon@josefsson.org>
9514
9515         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
9516         declared.
9517
9518 2008-05-20  Bruno Haible  <bruno@clisp.org>
9519
9520         * tests/test-memcmp.c (main): Test also the sign of the result. Test
9521         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
9522
9523 2008-05-20  Simon Josefsson  <simon@josefsson.org>
9524
9525         * modules/memcmp-tests: New file.
9526         * tests/test-memcmp.c: New file.
9527
9528 2008-05-19  Bruno Haible  <bruno@clisp.org>
9529
9530         * modules/propername (Notice, configure.ac): Put quoted "..." into
9531         --keyword option.
9532         * lib/propername.h: Update comments accordingly.
9533         Reported by Eric Blake.
9534
9535 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
9536
9537         * modules/getpass-gnu (Depends-on): Add fseeko.
9538
9539 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9540
9541         * modules/base64-tests: New file.
9542
9543 2008-05-19  Bo Borgerson <gigabo@gmail.com>
9544
9545         * lib/base64.c (base64_decode_ctx): If a decode context structure
9546         was passed in use it to ignore newlines.  If a context structure
9547         was _not_ passed in, continue to treat newlines as garbage (this
9548         is the historical behavior).  Formerly base64_decode.
9549         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9550         takes a decode context structure.
9551         * lib/base64.h (base64_decode): Macro for four-argument calls.
9552         (base64_decode_alloc): Likewise.
9553         * lib/base64.c (base64_decode_ctx): If a decode context structure
9554         was passed in use it to ignore newlines.  If a context structure
9555         was _not_ passed in, continue to treat newlines as garbage (this
9556         is the historical behavior).  Formerly base64_decode.
9557         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
9558         takes a decode context structure.
9559         * lib/base64.h (base64_decode): Macro for four-argument calls.
9560         (base64_decode_alloc): Likewise.
9561
9562 2008-05-19  Jim Meyering  <meyering@redhat.com>
9563
9564         avoid a warning from gcc
9565         * lib/trim.c (IF_LINT): Define.
9566         (trim2): Use it to avoid a "may be used uninitialized" warning.
9567
9568         Fix doc typo.
9569         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
9570
9571 2008-05-19  Bruno Haible  <bruno@clisp.org>
9572
9573         * doc/glibc-functions/getpass.texi: Document limits of other
9574         implementations.
9575
9576 2008-05-19  Simon Josefsson  <simon@josefsson.org>
9577             Bruno Haible <bruno@clisp.org>
9578
9579         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
9580
9581 2008-05-18  Bruno Haible  <bruno@clisp.org>
9582
9583         * modules/propername: New file, from GNU gettext.
9584         * lib/propername.h: New file, from GNU gettext.
9585         * lib/propername.c: New file, from GNU gettext.
9586         * MODULES.html.sh (Internationalization functions): Add propername.
9587
9588 2008-05-16  Jim Meyering  <meyering@redhat.com>
9589             Bruno Haible  <bruno@clisp.org>
9590
9591         Avoid some warnings from "gcc -Wshadow".
9592         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
9593
9594 2008-05-15  Eric Blake  <ebb9@byu.net>
9595
9596         Extend previous patch to cygwin 1.7.0.
9597         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
9598         fast implementation in cygwin >= 1.7.0.
9599         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9600         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9601
9602 2008-05-15  Bruno Haible  <bruno@clisp.org>
9603
9604         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
9605         implementation in glibc >= 2.9.
9606         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
9607         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
9608
9609 2008-05-15  Bruno Haible  <bruno@clisp.org>
9610
9611         * MODULES.html.sh (Internationalization functions): Remove linebreak.
9612         (Unicode string functions): Add unilbrk/*.
9613         Reported by Karl Berry.
9614
9615 2008-05-15  Eric Blake  <ebb9@byu.net>
9616
9617         Fix violation of <stdbool.h> replacement in regex.
9618         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
9619         * lib/regexec.c (re_search_internal): Likewise.
9620         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
9621
9622 2008-05-15  Jim Meyering  <meyering@redhat.com>
9623
9624         avoid distracting test output when git or cvs is not found
9625         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
9626         * tests/test-vc-list-files-git.sh: Likewise.
9627
9628 2008-05-15  Eric Blake  <ebb9@byu.net>
9629
9630         Glibc finally accepted the memmem speedup code, bugzilla #5514.
9631         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
9632         glibc version.
9633         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9634         * doc/posix-functions/strstr.texi (strstr): Likewise.
9635         * lib/str-two-way.h (MAX): Sychronize with glibc.
9636
9637 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
9638
9639         * lib/regcomp.c (optimize_utf8): Add a note on why we test
9640         opr.ctx_type.
9641         (calc_first): Initialize constraint field.
9642         (duplicate_node_closure): Use it instead of special casing ANCHORS.
9643         Fix grammar.
9644         (duplicate_node): Merge constraint field for all node types.
9645         (calc_eclosure_iter): Look at constraint field for all node types.
9646         * lib/regex_internal.c (create_cd_newstate): Don't look at
9647         opr.ctx_type.
9648
9649 2008-05-14  Bruno Haible  <bruno@clisp.org>
9650
9651         Help GCC to do better code generation.
9652         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
9653         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
9654         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
9655         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
9656         Declare with attribute 'malloc' if supported.
9657
9658 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
9659
9660         use "echo STR|wc -c" rather than unportable "expr length STR"
9661         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
9662         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
9663
9664 2008-05-14  Jim Meyering  <meyering@redhat.com>
9665
9666         use dd ibs=$n count=1 ... rather than less-portable head -c$n
9667         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
9668         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
9669         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
9670         via Collin Lasse.
9671
9672 2008-05-14  Eric Blake  <ebb9@byu.net>
9673
9674         Avoid quadratic growth in gl_LIBSOURCES.
9675         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
9676         Suggested by Bruno Haible.
9677
9678         Test xmemdup0.
9679         * modules/xmemdup0-tests: New file.
9680         * tests/test-xmemdup0.c: Likewise.
9681
9682 2008-05-13  Eric Blake  <ebb9@byu.net>
9683
9684         Split xmemdup0 into its own module.
9685         * modules/xmemdup0: New file.
9686         * lib/xmemdup0.h: Likewise.
9687         * lib/xmemdup0.c: Likewise.
9688         * MODULES.html.sh (Memory management functions): Add xmemdup0.
9689         * lib/xalloc.h (xmemdup0): Remove.
9690         * lib/xmalloc.c (xmemdup0): Likewise.
9691
9692 2008-05-13  Eric Blake  <ebb9@byu.net>
9693             Bruno Haible  <bruno@clisp.org>
9694
9695         Reduce number of forks required during autoconf.
9696         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
9697         and gl_LIBSOURCES_DIR.
9698         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
9699         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
9700         m4_syscmd per file.
9701         <m4_foreach_w>: Move...
9702         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
9703
9704 2008-05-13  Eric Blake  <ebb9@byu.net>
9705
9706         * gnulib-tool: Fix various comment typos.
9707
9708 2008-05-12  Bruno Haible  <bruno@clisp.org>
9709
9710         Tailor the linebreaking algorithm.
9711         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
9712
9713 2008-05-12  Bruno Haible  <bruno@clisp.org>
9714
9715         Update to Unicode 5.0.0.
9716         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9717         LBP_JV, LBP_JT. Redistribute values.
9718         (unilbrk_table): Change size.
9719         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
9720         Unicode TR#14 rev. 22.
9721         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
9722         LBP_JV, LBP_JT. Redistribute values.
9723         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
9724         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
9725         Update.
9726         * lib/unilbrk/lbrkprop1.h: Regenerated.
9727         * lib/unilbrk/lbrkprop2.h: Regenerated.
9728         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
9729         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
9730         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
9731         Likewise.
9732         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
9733         Likewise.
9734         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
9735         result.
9736         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
9737         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
9738         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
9739         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
9740         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
9741         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
9742
9743 2008-05-11  Bruno Haible  <bruno@clisp.org>
9744
9745         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
9746
9747 2008-05-11  Bruno Haible  <bruno@clisp.org>
9748
9749         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
9750         * modules/unilbrk/gen-lbrk: New file.
9751
9752 2008-05-11  Bruno Haible  <bruno@clisp.org>
9753
9754         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
9755         * m4/sha512.m4 (gl_SHA512): Likewise.
9756
9757 2008-05-11  Jim Meyering  <meyering@redhat.com>
9758
9759         New modules: crypto/sha256, crypto/sha512 (from coreutils)
9760         * modules/crypto/sha256: New file.
9761         * modules/crypto/sha512: Likewise.
9762         * lib/sha256.c: Likewise.
9763         * lib/sha256.h: Likewise.
9764         * lib/sha512.c: Likewise.
9765         * lib/sha512.h: Likewise.
9766         * lib/u64.h: Likewise.
9767         * m4/sha256.m4: Likewise.
9768         * m4/sha512.m4: Likewise.
9769         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
9770
9771 2008-05-10  Bruno Haible  <bruno@clisp.org>
9772
9773         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
9774         (Input/Output <stdio.h>): Add xprintf.
9775         (Signal handling <signal.h>): Add strsignal.
9776         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
9777         (Core language properties): Add func.
9778         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
9779         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
9780         strings.
9781         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
9782         (Input/output): New section.
9783         (File system functions): Add openat-die, stat-macros.
9784         (Networking functions): Add sockets.
9785         (Unicode string functions): Add unictype/*.
9786         (Support for building libraries and executables): Add gperf.
9787         (Support for building documentation): Add agpl-3.0.
9788         (Misc): Add nocrash.
9789
9790 2008-05-10  Bruno Haible  <bruno@clisp.org>
9791
9792         * modules/unictype/gen-ctype: New file.
9793
9794 2008-05-10  Jim Meyering  <meyering@redhat.com>
9795
9796         Make chdir-safer.c more efficient on a system with no symlinks.
9797         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
9798         also if ELOOP is zero.  Suggested by Bruno Haible.
9799
9800         Make chdir-safer.c slightly safer.
9801         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
9802         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
9803
9804         Avoid compile failure on systems without ELOOP (like mingw).
9805         * lib/chdir-safer.c (ELOOP): Define if not already defined.
9806         Reported by Bruno Haible.
9807
9808 2008-05-10  Bruno Haible  <bruno@clisp.org>
9809
9810         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
9811         (is_utf8_encoding): Use a case-insensitive comparison.
9812         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
9813         streq.
9814
9815 2008-05-10  Bruno Haible  <bruno@clisp.org>
9816
9817         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
9818         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
9819         * lib/unilbrk/ulc-common.h (iconv_string_length,
9820         iconv_string_keeping_offsets): Remove declarations.
9821         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
9822         Don't include <iconv.h>, streq.h, xsize.h.
9823         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
9824         conversion.
9825         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
9826         <iconv.h>, streq.h, xsize.h.
9827         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
9828         conversion.
9829         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
9830         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
9831         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
9832         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
9833
9834 2008-05-10  Bruno Haible  <bruno@clisp.org>
9835
9836         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
9837         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
9838
9839         * modules/unilbrk/u32-width-linebreaks-tests: New file.
9840         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
9841
9842         * modules/unilbrk/u16-width-linebreaks-tests: New file.
9843         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
9844
9845         * modules/unilbrk/u8-width-linebreaks-tests: New file.
9846         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
9847
9848         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
9849         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
9850
9851         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
9852         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
9853
9854         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
9855         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
9856
9857         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
9858         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
9859
9860 2008-05-10  Bruno Haible  <bruno@clisp.org>
9861
9862         Split up 'linebreak' module.
9863         * lib/unilbrk.h: New file, based on lib/linebreak.h.
9864         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
9865         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
9866         modifications.
9867         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
9868         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
9869         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
9870         lib/linebreak.c.
9871         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
9872         lib/linebreak.c.
9873         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
9874         lib/linebreak.c.
9875         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
9876         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
9877         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
9878         lib/linebreak.c.
9879         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
9880         lib/linebreak.c.
9881         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
9882         lib/linebreak.c.
9883         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
9884         lib/linebreak.c.
9885         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
9886         lib/linebreak.c.
9887         * modules/unilbrk/base: New file.
9888         * modules/unilbrk/tables: New file.
9889         * modules/unilbrk/u8-possible-linebreaks: New file.
9890         * modules/unilbrk/u16-possible-linebreaks: New file.
9891         * modules/unilbrk/u32-possible-linebreaks: New file.
9892         * modules/unilbrk/ulc-common: New file.
9893         * modules/unilbrk/ulc-possible-linebreaks: New file.
9894         * modules/unilbrk/u8-width-linebreaks: New file.
9895         * modules/unilbrk/u16-width-linebreaks: New file.
9896         * modules/unilbrk/u32-width-linebreaks: New file.
9897         * modules/unilbrk/ulc-width-linebreaks: New file.
9898         * lib/linebreak.h: Remove file.
9899         * lib/linebreak.c: Remove file.
9900         * m4/linebreak.m4: Remove file.
9901         * modules/linebreak: Remove file.
9902         * NEWS: Mention the changes.
9903
9904 2008-05-09  Eric Blake  <ebb9@byu.net>
9905
9906         Add xmemdup0.
9907         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
9908         implementation.
9909         * lib/xmalloc.c (xmemdup0): New C implementation.
9910
9911 2008-05-08  Bruno Haible  <bruno@clisp.org>
9912
9913         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
9914
9915 2008-05-07  Eric Blake  <ebb9@byu.net>
9916
9917         Support cross-compilation of <wctype.h>.
9918         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
9919         AC_CACHE_CHECK.
9920
9921 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
9922
9923         * build-aux/vc-list-files: Add support for bzr.
9924
9925 2008-05-03  Jim Meyering  <meyering@redhat.com>
9926
9927         avoid failed assertion with tight malloc
9928         * tests/test-getndelim2.c: Correct an off-by-one assertion.
9929
9930 2008-05-03  Simon Josefsson  <simon@josefsson.org>
9931
9932         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
9933         are needed from arpa/inet.h.
9934         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
9935         Reported by Bruno Haible.
9936
9937 2008-05-02  Jim Meyering  <meyering@redhat.com>
9938
9939         avoid compilation error on FreeBSD 6
9940         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
9941
9942 2008-05-01  Jim Meyering  <meyering@redhat.com>
9943
9944         useless-if-before-free: correct --help's exit status description
9945         * build-aux/useless-if-before-free (usage): Like grep, exit 0
9946         for one or more matches, etc.  Reported by Bruno Haible.
9947
9948         vc-list-files: make the stand-alone gnulib test work
9949         * modules/vc-list-files-tests (configure.ac):
9950         Define and AC_SUBST abs_aux_dir.
9951         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
9952         $(abs_top_srcdir) to each script and having each of them
9953         duplicate the work of setting PATH, set PATH here, using
9954         the new variable, abs_aux_dir instead.
9955         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
9956         * tests/test-vc-list-files-git.sh: Likewise.
9957         Reported by Bruno Haible.
9958
9959 2008-05-01  Bruno Haible  <bruno@clisp.org>
9960
9961         * lib/getndelim2.c (getndelim2): Fix newsize computation during
9962         reallocation. Rename 'done' to 'found_delimiter'.
9963
9964 2008-05-01  Jim Meyering  <meyering@redhat.com>
9965
9966         vc-list-files: accommodate /bin/sh like the one from Solaris 10
9967         * build-aux/vc-list-files: Use `...`, not $(...).
9968
9969 2008-04-30  Jim Meyering  <meyering@redhat.com>
9970
9971         add tests for vc-list-files
9972         * modules/vc-list-files-tests: New module.
9973         * tests/test-vc-list-files-cvs.sh: New file.
9974         * tests/test-vc-list-files-git.sh: New file.
9975
9976         avoid a warning from gcc
9977         * lib/getndelim2.c (IF_LINT): Define.
9978         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
9979
9980         vc-list-files: work properly with build-aux/cvsu, too
9981         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
9982         to all cvs-based clauses.
9983
9984         vc-list-files: work properly in the CVS+awk case, too
9985         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
9986
9987         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
9988         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
9989         take more than one file argument, so .  Add quotes, just in case $dir
9990         ever contains a shell meta-character.  Prompted by Soren Hansen in
9991         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
9992
9993 2008-04-29  Eric Blake  <ebb9@byu.net>
9994
9995         Optimize getndelim2 to use block operations when possible.
9996         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
9997         freadseek, and memchr2.
9998         * lib/getndelim2.c (getndelim2): Use them for block reads.
9999
10000 2008-04-29  Bruno Haible  <bruno@clisp.org>
10001
10002         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
10003         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10004         * modules/inet_ntop (Depends-on): Add extensions.
10005         * modules/inet_pton (Depends-on): Likewise.
10006         Reported by Simon Josefsson.
10007
10008 2008-04-29  Jim Meyering  <meyering@redhat.com>
10009
10010         When the is more than one match in a block, match all of them.
10011         * build-aux/useless-if-before-free: Iterate through each block
10012         until there are no more matches.
10013
10014         Fix broken useless-if-before-free script.
10015         * build-aux/useless-if-before-free: Fix typo: missing "?" after
10016         the expression to match cast of argument to free-like function.
10017
10018 2008-04-29  Eric Blake  <ebb9@byu.net>
10019
10020         Use new header.
10021         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
10022
10023 2008-04-29  Jim Meyering  <meyering@redhat.com>
10024
10025         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
10026         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
10027         by gnulib to exist and to declare e.g., inet_ntop.
10028         Don't include "inet_ntop.h", now removed.
10029
10030         * m4/arpa_inet_h.m4: Remove trailing blanks.
10031
10032 2008-04-29  Eric Blake  <ebb9@byu.net>
10033
10034         Silence valgrind on safe reads beyond potential array bounds.
10035         * lib/rawmemchr.valgrind: New file.
10036         * lib/strchrnul.valgrind: Likewise.
10037         * modules/rawmemchr (Files): Distribute new file.
10038         * modules/strchrnul (Files): Likewise.
10039         Suggested by Bruno Haible.
10040
10041 2008-04-29  Bruno Haible  <bruno@clisp.org>
10042
10043         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
10044         (inet_ntop, inet_pton): Change portability warning's wording.
10045         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
10046         Invoke gl_CHECK_NEXT_HEADERS.
10047         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
10048         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
10049         set ARPA_INET_H.
10050         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10051         * modules/arpa_inet (Description): No longer only for systems that
10052         lack it.
10053         (Depends-on): Add include_next.
10054         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
10055         HAVE_ARPA_INET_H.
10056
10057 2008-04-29  Jim Meyering  <meyering@redhat.com>
10058
10059         * modules/mkdir (License): Re-license as LGPLv2+.
10060
10061 2008-04-29  Bruno Haible  <bruno@clisp.org>
10062
10063         * modules/rawmemchr (Maintainer): Set to Eric.
10064         * modules/strchrnul (Maintainer): Likewise.
10065
10066 2008-04-29  Simon Josefsson  <simon@josefsson.org>
10067
10068         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
10069         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
10070
10071         * modules/arpa_inet (arpa/inet.h): Use them.
10072
10073 2008-04-28  Eric Blake  <ebb9@byu.net>
10074
10075         Test getndelim2.
10076         * modules/getndelim2-tests: New file.
10077         * tests/test-getndelim2.c: Likewise.
10078         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
10079         stream.
10080         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
10081
10082         * MODULES.html.sh: Document new module.
10083
10084 2008-04-20  Bruno Haible  <bruno@clisp.org>
10085
10086         * lib/c-stack.c (die): Use raise.
10087         * modules/c-stack (Depends-on): Add raise.
10088
10089 2008-04-28  Bruno Haible  <bruno@clisp.org>
10090
10091         Expect rpmatch to be declared.
10092         * lib/yesno.c (rpmatch): Remove declaration.
10093
10094         Declare rpmatch.
10095         * lib/stdlib.in.h (rpmatch): New declaration.
10096         * lib/rpmatch.c: Include <stdlib.h> first.
10097         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
10098         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
10099         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
10100         HAVE_RPMATCH.
10101         * modules/rpmatch (Depends-on): Add stdlib, extensions.
10102         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
10103         (Include): Set to <stdlib.h>.
10104         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
10105         HAVE_RPMATCH.
10106         * NEWS: Document the change.
10107
10108 2008-04-28  Bruno Haible  <bruno@clisp.org>
10109
10110         Change rpmatch to use nl_langinfo when appropriate.
10111         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
10112         (N_): New macro.
10113         (localized_pattern): New function/macro.
10114         (try): Remove match, nomatch arguments. Copy the pattern into safe
10115         memory before caching it.
10116         (rpmatch): Use localized_pattern. Add translator comments.
10117         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
10118         Suggested by Eric Blake.
10119         * modules/rpmatch (Depends-on): Add stdbool.
10120
10121 2008-04-28  Eric Blake  <ebb9@byu.net>
10122
10123         Add rawmemchr module, matching glibc.
10124         * modules/string (Makefile.am): New indicator.
10125         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
10126         * lib/string.in.h (rawmemchr): Declare when appropriate.
10127         * modules/rawmemchr: New file.
10128         * m4/rawmemchr.m4: Likewise.
10129         * lib/rawmemchr.c: Likewise.
10130         * modules/rawmemchr-tests: Likewise.
10131         * tests/test-rawmemchr.c: Likewise.
10132         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
10133         module.
10134         * modules/strchrnul (Depends-on): Add rawmemchr.
10135         * lib/strchrnul.c (strchrnul): Optimize a corner case.
10136
10137         Whitespace cleanup.
10138         * tests/test-strchrnul.c: Reindent.
10139         * lib/strchrnul.c: Likewise.
10140
10141         Optimize and test strchrnul.
10142         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
10143         * modules/strchrnul-tests: New file.
10144         * tests/test-strchrnul.c: Likewise.
10145
10146         Remove intprops dependency.
10147         * modules/memchr (Depends-on): Remove intprops.
10148         * modules/memrchr (Depends-on): Likewise.
10149         * modules/memchr2 (Depends-on): Likewise.
10150         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
10151         * lib/memrchr.c (__memrchr): Likewise.
10152         * lib/memrchr2.c (memchr2): Likewise.
10153         Reported by Simon Josefsson.
10154
10155 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10156
10157         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
10158         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10159
10160 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10161
10162         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
10163
10164         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
10165
10166         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
10167
10168         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
10169         declarations.
10170         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
10171
10172         * m4/inet_pton.m4: Don't check for header files.
10173
10174         * m4/inet_ntop.m4: Don't check for header files.
10175
10176 2008-04-28  Simon Josefsson  <simon@josefsson.org>
10177
10178         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
10179         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
10180         trigger for cygwin).
10181         Reported by Bruno Haible  <bruno@clisp.org>.
10182
10183 2008-04-28  Bruno Haible  <bruno@clisp.org>
10184
10185         * doc/posix-functions/strdup.texi: Mention mingw problem.
10186
10187 2008-04-27  Bruno Haible  <bruno@clisp.org>
10188
10189         * modules/stat-time-tests (Depends-on): Add sleep.
10190         * tests/test-stat-time.c (force_unlink): New function.
10191         (cleanup): Use it.
10192         (test_mtime): Remove the ctime related tests.
10193         (test_ctime): New function, containing the ctime related tests.
10194         (main): Call test_ctime, except on native Windows platforms.
10195
10196 2008-04-27  Bruno Haible  <bruno@clisp.org>
10197
10198         * lib/rpmatch.c (rpmatch): Add some comments.
10199         Reported by James Youngman <jay@gnu.org>.
10200
10201 2008-04-27  Bruno Haible  <bruno@clisp.org>
10202
10203         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
10204         quiet NaNs.
10205
10206 2008-04-27  Bruno Haible  <bruno@clisp.org>
10207
10208         Make test-yesno.sh work on mingw.
10209         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
10210         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
10211         (main): Set stdin to binary mode.
10212         * modules/yesno-tests (Depends-on): Add binary-io.
10213
10214 2008-04-27  Bruno Haible  <bruno@clisp.org>
10215
10216         Fix 'isfinite' on x86, x86_64, ia64 platforms.
10217         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
10218         argument that lie outside the IEEE 854 domain.
10219         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
10220         (gl_ISFINITE): Use it.
10221         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
10222
10223 2008-04-27  Bruno Haible  <bruno@clisp.org>
10224
10225         Allow local renaming in config.h.
10226         * lib/memrchr.c (memrchr): Don't undefine outside libc.
10227
10228 2008-04-27  Bruno Haible  <bruno@clisp.org>
10229
10230         * lib/memchr.c (__memchr): Change type of 'i'.
10231         * lib/memchr2.c (memchr2): Likewise.
10232
10233 2008-04-26  Eric Blake  <ebb9@byu.net>
10234         and Bruno Haible  <bruno@clisp.org>
10235
10236         Optimize and test memrchr.
10237         * modules/memrchr (Depends-on): Add intprops.
10238         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
10239         * modules/memrchr-tests: New file.
10240         * tests/test-memrchr.c: New file.
10241
10242 2008-04-26  Bruno Haible  <bruno@clisp.org>
10243
10244         Add tentative support for DragonFly BSD.
10245         * lib/stdio-impl.h: Add macros for DragonFly BSD.
10246         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
10247         fp.
10248         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10249         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
10250         * lib/fpurge.c (fpurge): Likewise.
10251         * lib/freadable.c (freaadable): Likewise.
10252         * lib/freadahead.c (freadahead): Likewise.
10253         * lib/freading.c (freading): Likewise.
10254         * lib/freadptr.c (freadptr): Likewise.
10255         * lib/freadseek.c (freadptrinc): Likewise.
10256         * lib/fseeko.c (fseeko): Likewise.
10257         * lib/fseterr.c (fseterr): Likewise.
10258         * lib/fwritable.c (fwritable): Likewise.
10259         * lib/fwriting.c (fwriting): Likewise.
10260
10261 2008-04-26  Bruno Haible  <bruno@clisp.org>
10262
10263         * lib/stdio-impl.h: New file.
10264         * lib/fbufmode.c: Include stdio-impl.h.
10265         (fbufmode): Use fp_, remove redundant #defines.
10266         * lib/fflush.c: Include stdio-impl.h.
10267         (clear_ungetc_buffer): Remove redundant #defines.
10268         * lib/fpurge.c: Include stdio-impl.h.
10269         (fpurge): Remove redundant #defines.
10270         * lib/freadable.c: Include stdio-impl.h.
10271         (freadable): Remove redundant #defines.
10272         * lib/freadahead.c: Include stdio-impl.h.
10273         (freadahead): Remove redundant #defines.
10274         * lib/freading.c: Include stdio-impl.h.
10275         (freading): Remove redundant #defines.
10276         * lib/freadptr.c: Include stdio-impl.h.
10277         (freadptr): Remove redundant #defines.
10278         * lib/freadseek.c: Include stdio-impl.h.
10279         (freadptrinc): Remove redundant #defines.
10280         * lib/fseeko.c: Include stdio-impl.h.
10281         (rpl_fseeko): Remove redundant #defines.
10282         * lib/fseterr.c: Include stdio-impl.h.
10283         (fseterr): Remove redundant #defines.
10284         * lib/fwritable.c: Include stdio-impl.h.
10285         (fwritable: Remove redundant #defines.
10286         * lib/fwriting.c: Include stdio-impl.h.
10287         (fwriting): Remove redundant #defines.
10288         * modules/fbufmode (Files): Add lib/stdio-impl.h.
10289         * modules/fflush (Files): Likewise.
10290         * modules/fpurge (Files): Likewise.
10291         * modules/freadable (Files): Likewise.
10292         * modules/freadahead (Files): Likewise.
10293         * modules/freading (Files): Likewise.
10294         * modules/freadptr (Files): Likewise.
10295         * modules/freadseek (Files): Likewise.
10296         * modules/fseeko (Files): Likewise.
10297         * modules/fseterr (Files): Likewise.
10298         * modules/fwritable (Files): Likewise.
10299         * modules/fwriting (Files): Likewise.
10300
10301 2008-04-26  Bruno Haible  <bruno@clisp.org>
10302
10303         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
10304         restore_seek_optimization, update_fpos_cache): New functions, extracted
10305         from rpl_fflush.
10306         (rpl_fflush): Use them.
10307         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
10308         (gl_REPLACE_FFLUSH): Use it.
10309
10310 2008-04-26  Bruno Haible  <bruno@clisp.org>
10311
10312         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
10313         on Solaris.
10314         * tests/test-xstrtoimax.sh: Likewise.
10315         * tests/test-xstrtoumax.sh: Likewise.
10316         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10317
10318 2008-04-26  Bruno Haible  <bruno@clisp.org>
10319
10320         * modules/memchr-tests: New file.
10321         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
10322
10323 2008-04-26  Eric Blake  <ebb9@byu.net>
10324             Bruno Haible  <bruno@clisp.org>
10325
10326         * lib/memchr.c: Include intprops.h.
10327         (__memchr): Optimize parallel detection of matching bytes. Rename local
10328         variables. Add explanatory comments.
10329
10330 2008-04-26  Bruno Haible  <bruno@clisp.org>
10331
10332         Fix module 'memchr', broken since 2000-10-28.
10333         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
10334
10335 2008-04-26  Bruno Haible  <bruno@clisp.org>
10336
10337         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
10338         comments.
10339
10340 2008-04-25  Eric Blake  <ebb9@byu.net>
10341
10342         Use native fstatat on cygwin 1.7.0.
10343         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
10344         first.
10345
10346 2008-04-23  Eric Blake  <ebb9@byu.net>
10347
10348         Improve memchr2 performance.
10349         * lib/memchr2.c (memchr2): Further optimize parallel detection of
10350         NUL bytes.
10351         * modules/memchr2 (Depends-on): Use intprops.h.
10352
10353 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10354
10355         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
10356         an inline function instead of a CPP macro.  Patch by Ben Pfaff
10357         <blp@cs.stanford.edu>.
10358
10359 2008-04-23  Simon Josefsson  <simon@josefsson.org>
10360
10361         * lib/arpa_inet.in.h: New file.
10362
10363         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
10364         (Makefile.am): Sed in substitute header file.
10365
10366         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
10367         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
10368
10369         * modules/inet_ntop (configure.ac): Use
10370         gl_ARPA_INET_MODULE_INDICATOR.
10371
10372         * modules/inet_pton (configure.ac): Use
10373         gl_ARPA_INET_MODULE_INDICATOR.
10374
10375 2008-04-22  Jim Meyering  <meyering@redhat.com>
10376
10377         * modules/verify (License): Re-license as LGPLv2+.
10378
10379 2008-04-22  Simon Josefsson  <simon@josefsson.org>
10380
10381         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
10382         parameter to void* as per POSIX standard (MinGW uses char*).
10383
10384 2008-04-21  Bruno Haible  <bruno@clisp.org>
10385
10386         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
10387         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
10388         Define to replacements if REPLACE_ISWCNTRL is 1.
10389         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
10390         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
10391         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
10392         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
10393         what it fixes.
10394         * doc/posix-functions/iswalpha.texi: Likewise.
10395         * doc/posix-functions/iswblank.texi: Likewise.
10396         * doc/posix-functions/iswcntrl.texi: Likewise.
10397         * doc/posix-functions/iswdigit.texi: Likewise.
10398         * doc/posix-functions/iswgraph.texi: Likewise.
10399         * doc/posix-functions/iswlower.texi: Likewise.
10400         * doc/posix-functions/iswprint.texi: Likewise.
10401         * doc/posix-functions/iswpunct.texi: Likewise.
10402         * doc/posix-functions/iswspace.texi: Likewise.
10403         * doc/posix-functions/iswupper.texi: Likewise.
10404         * doc/posix-functions/iswxdigit.texi: Likewise.
10405         Reported by Alain Guibert.
10406
10407 2008-04-21  Bruno Haible  <bruno@clisp.org>
10408
10409         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
10410         Patch by Alain Guibert.
10411
10412 2008-04-21  Bruno Haible  <bruno@clisp.org>
10413
10414         Fix test failures on mingw.
10415         * tests/test-xstrtol.c (print_no_progname): New function.
10416         (main): Install it in error_print_progname hook.
10417         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
10418         * tests/test-xstrtoimax.sh: Likewise.
10419         * tests/test-xstrtoumax.sh: Likewise.
10420
10421 2008-04-21  Bruno Haible  <bruno@clisp.org>
10422
10423         Fix test failure on mingw.
10424         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
10425
10426 2008-04-21  Bruno Haible  <bruno@clisp.org>
10427
10428         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
10429         Actually assign a value.
10430
10431 2008-04-20  Bruno Haible  <bruno@clisp.org>
10432
10433         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
10434         take 2.
10435         * lib/canonicalize.c (canonicalize_file_name): Elide if the
10436         'canonicalize-lgpl' module is also used.
10437         * lib/canonicalize-lgpl.c: Undo last change.
10438         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
10439
10440 2008-04-20  Bruno Haible  <bruno@clisp.org>
10441
10442         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
10443         config.h. Provide _mkdir based fallback for mingw.
10444         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
10445         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
10446         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
10447         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
10448         rather than defining mkdir in config.h.
10449         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
10450         (gl_SYS_STAT_H_DEFAULTS): New macro.
10451         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
10452         HAVE_IO_H any more.
10453         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
10454         HAVE_DECL_MKDIR and HAVE_IO_H.
10455
10456 2008-04-20  Bruno Haible  <bruno@clisp.org>
10457
10458         * lib/isapipe.c: Port to native Windows platforms.
10459
10460 2008-04-20  Bruno Haible  <bruno@clisp.org>
10461
10462         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
10463
10464 2008-04-21  Eric Blake  <ebb9@byu.net>
10465
10466         Work around preprocessors that don't handle UINTMAX_MAX.
10467         * lib/memchr2.c (memchr2): Avoid embedded #if.
10468         Reported by Alain Guibert, fix suggested by Bruno Haible.
10469
10470 2008-04-21  Simon Josefsson  <simon@josefsson.org>
10471
10472         * doc/posix-functions/strftime.texi (strftime): Explain better
10473         Windows incompatibility.  Suggested by Micah Cowan
10474         <micah@cowan.name>.
10475
10476 2008-04-20  Bruno Haible  <bruno@clisp.org>
10477
10478         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
10479         unistr/u8-mblen.
10480
10481 2008-04-20  Bruno Haible  <bruno@clisp.org>
10482
10483         Fix test failure on platforms with non-GNU iconv.
10484         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
10485         (U_TO_U8): Use it, rather than u16_to_u8.
10486         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
10487         units at the end of the input string.
10488         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
10489
10490 2008-04-20  Bruno Haible  <bruno@clisp.org>
10491
10492         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
10493         when the resulting length is 0.
10494         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
10495
10496 2008-04-20  Bruno Haible  <bruno@clisp.org>
10497
10498         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
10499         works.
10500         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
10501
10502 2008-04-20  Bruno Haible  <bruno@clisp.org>
10503
10504         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
10505         * modules/tsearch-tests (configure.ac): Test for initstate function.
10506
10507 2008-04-20  Bruno Haible  <bruno@clisp.org>
10508
10509         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
10510         for nlink_t if missing.
10511         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
10512
10513 2008-04-19  Bruno Haible  <bruno@clisp.org>
10514
10515         Work around snprintf bug on Linux libc5.
10516         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
10517         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
10518         gl_SNPRINTF_SIZE1.
10519         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
10520         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
10521         that test failed.
10522         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
10523         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
10524         * modules/snprintf (Files): Add m4/printf.m4.
10525         * modules/vsnprintf (Files): Likewise.
10526         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
10527         * doc/posix-functions/vsnprintf.texi: Likewise.
10528
10529 2008-04-19  Bruno Haible  <bruno@clisp.org>
10530
10531         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
10532         from 0.0058 to less than 10^-7.
10533
10534 2008-04-19  Bruno Haible  <bruno@clisp.org>
10535
10536         Fix rounding when a precision is given.
10537         * lib/vasnprintf.c (is_borderline): New function.
10538         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
10539         9...9x.
10540         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
10541         %e, %g.
10542         * tests/test-vasprintf-posix.c (test_function): Likewise.
10543         * tests/test-snprintf-posix.h (test_function): Likewise.
10544         * tests/test-sprintf-posix.h (test_function): Likewise.
10545         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
10546         * tests/test-printf-posix.h (test_function): Likewise.
10547         * tests/test-printf-posix.output: Update.
10548         Reported by John Darrington <john@darrington.wattle.id.au> via
10549         Ben Pfaff <blp@cs.stanford.edu>.
10550
10551 2008-04-18  Simon Josefsson  <simon@josefsson.org>
10552
10553         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
10554         Suggested by Bruno Haible <bruno@clisp.org>.
10555
10556 2008-04-17  Bruno Haible  <bruno@clisp.org>
10557
10558         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
10559         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
10560         implementation.
10561         Patch by Bruce Merry <bmerry@gmail.com>.
10562
10563 2008-04-17  Simon Josefsson  <simon@josefsson.org>
10564
10565         * doc/posix-functions/strftime.texi (strftime): Mention that %e
10566         doesn't work under Windows.
10567
10568 2008-04-16  Bruno Haible  <bruno@clisp.org>
10569
10570         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
10571         New macros.
10572         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
10573         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
10574         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
10575         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
10576         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
10577         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
10578         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
10579         macros.
10580         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
10581         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
10582         Northern Sotho, Uighur.
10583
10584 2008-04-16  Bruno Haible  <bruno@clisp.org>
10585
10586         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
10587         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
10588         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
10589         Reported by Daniel Bergström <daniel@octocode.com>.
10590
10591 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
10592             Bruno Haible  <bruno@clisp.org>
10593
10594         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
10595         function.
10596         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
10597         New functions, mostly extracted from gl_locale_name_default.
10598         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
10599
10600 2008-04-16  Eric Blake  <ebb9@byu.net>
10601
10602         Adjust strtod detection to catch glibc 2.7 bug.
10603         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
10604         Reported by John Gatewood Ham.
10605
10606 2008-04-16  Bruno Haible  <bruno@clisp.org>
10607
10608         Add tentative support for Linux libc5.
10609         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
10610         * lib/fpurge.c (fpurge): Likewise.
10611         * lib/freadable.c (freadable): Likewise.
10612         * lib/freadahead.c (freadahead): Likewise.
10613         * lib/freading.c (freading): Likewise.
10614         * lib/freadptr.c (freadptr): Likewise.
10615         * lib/freadseek.c (freadptrinc): Likewise.
10616         * lib/fseeko.c (rpl_fseeko): Likewise.
10617         * lib/fseterr.c (fseterr): Likewise.
10618         * lib/fwritable.c (fwritable): Likewise.
10619         * lib/fwriting.c (fwriting): Likewise.
10620         Reported by Alain Guibert <alguibert+bts@free.fr>.
10621
10622 2008-04-15  Bruno Haible  <bruno@clisp.org>
10623
10624         * modules/mathl (configure.ac): Define module indicator.
10625
10626 2008-04-15  Bruno Haible  <bruno@clisp.org>
10627
10628         * lib/logl.c (logl): Remove unused variables.
10629
10630 2008-04-15  Bruno Haible  <bruno@clisp.org>
10631
10632         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
10633         fails.
10634
10635 2008-04-15  Bruno Haible  <bruno@clisp.org>
10636
10637         * lib/trim.c (trim2): Fix argument of isspace() macro.
10638
10639 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
10640
10641         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
10642         to 0.
10643         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
10644
10645 2008-04-14  Bruno Haible  <bruno@clisp.org>
10646
10647         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
10648         AC_LANG_PROGRAM argument.
10649         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
10650         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
10651         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10652         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
10653         * m4/math_h.m4 (gl_MATH_H): Likewise.
10654         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
10655         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
10656         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
10657         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
10658         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
10659         * m4/regex.m4 (gl_REGEX): Likewise.
10660         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
10661         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
10662         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
10663         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
10664         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
10665         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
10666         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
10667         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
10668
10669 2008-04-14  Jim Meyering  <meyering@redhat.com>
10670
10671         test-strtod: fix typos: s/abs/fabs/
10672         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
10673
10674 2008-04-13  Bruno Haible  <bruno@clisp.org>
10675
10676         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
10677         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
10678         module is also used and while not building the reloc-wrapper.
10679
10680 2008-04-13  Bruno Haible  <bruno@clisp.org>
10681
10682         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
10683
10684 2008-04-13  Bruno Haible  <bruno@clisp.org>
10685
10686         Fix AIX compilation failure introduced on 2008-04-02.
10687         * tests/test-frexp.c (exp): Undefine before redefining.
10688         * tests/test-frexpl.c (exp): Likewise.
10689
10690 2008-04-13  Bruno Haible  <bruno@clisp.org>
10691
10692         Work around a HP-UX stdio bug.
10693         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
10694         * tests/test-ftello.c (main): Likewise.
10695         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
10696         * doc/posix-functions/ftello.texi: Likewise.
10697
10698 2008-04-13  Bruno Haible  <bruno@clisp.org>
10699
10700         Make test-signbit pass on HP-UX/hppa.
10701         * tests/test-signbit.c (minus_zerol): New variable.
10702         (test_signbitl): Use it.
10703
10704 2008-04-13  Bruno Haible  <bruno@clisp.org>
10705
10706         Make truncl work on OSF/1 4.0.
10707         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
10708         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10709         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
10710         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
10711         HAVE_DECL_TRUNCL.
10712         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
10713         HAVE_DECL_TRUNCL.
10714         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
10715
10716 2008-04-13  Bruno Haible  <bruno@clisp.org>
10717
10718         * lib/unictype.h: Remove trailing comma from enumeration definitions.
10719
10720 2008-04-13  Bruno Haible  <bruno@clisp.org>
10721
10722         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
10723         expression, so as to avoid HP-UX 11 cc compiler bug.
10724
10725 2008-04-13  Bruno Haible  <bruno@clisp.org>
10726
10727         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
10728
10729 2008-04-13  Bruno Haible  <bruno@clisp.org>
10730
10731         * lib/git-merge-changelog.c: Remove empty declaration outside of
10732         functions.
10733
10734 2008-04-13  Bruno Haible  <bruno@clisp.org>
10735
10736         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
10737
10738 2008-04-13  Bruno Haible  <bruno@clisp.org>
10739
10740         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
10741         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
10742         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
10743         also if it exists but lacks definitions of the SHUT_* macros.
10744         * modules/sys_socket (Description): Update.
10745         Reported by Elbert Pol <e.pol@chello.nl>.
10746
10747 2008-04-13  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/localcharset.c (OS2): Don't redefine if already defined.
10750         Reported by Elbert Pol <e.pol@chello.nl>.
10751
10752 2008-04-13  Bruno Haible  <bruno@clisp.org>
10753
10754         * lib/binary-io.h [__EMX__]: Include <io.h>.
10755         Reported by Elbert Pol <e.pol@chello.nl>.
10756
10757 2008-04-12  Bruno Haible  <bruno@clisp.org>
10758
10759         * lib/fpucw.h: Enable the definitions also for x86_64.
10760         Needed for NetBSD/x86_64.
10761         Reported by Thomas Klausner <tk@giga.or.at>.
10762
10763 2008-04-12  Bruno Haible  <bruno@clisp.org>
10764
10765         * tests/test-strtod.c: Include isnand.h.
10766         (main): Use isnand instead of isnan.
10767         Reported by Jim Meyering.
10768
10769 2008-04-12  Bruno Haible  <bruno@clisp.org>
10770
10771         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
10772         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10773
10774 2008-04-12  Jim Meyering  <meyering@redhat.com>
10775
10776         * m4/math_h.m4 (gl_MATH_H): Fix typos.
10777
10778 2008-04-12  Bruno Haible  <bruno@clisp.org>
10779
10780         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
10781         Reported by Elbert Pol <e.pol@chello.nl>.
10782
10783 2008-04-12  Eric Blake  <ebb9@byu.net>
10784
10785         Work around Solaris 10 math.h bug.
10786         * m4/math_h.m4 (gl_MATH_H): Check for bug.
10787         (gl_MATH_H_DEFAULTS): Set up default.
10788         * modules/math (Makefile.am): Replace new indicators.
10789         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
10790         * tests/test-math.c (main): Test this.
10791         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
10792         * doc/posix-headers/math.texi (math.h): Mention bug.
10793         Reported by Nelson H. F. Beebe and Jim Meyering.
10794
10795 2008-04-11  Bruno Haible  <bruno@clisp.org>
10796
10797         Adapt to future versions of Apple GCC.
10798         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
10799         Reported by Peter O'Gorman <peter@pogma.com>.
10800
10801 2008-04-11  Bruno Haible  <bruno@clisp.org>
10802
10803         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
10804
10805 2008-04-11  Bruno Haible  <bruno@clisp.org>
10806
10807         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
10808
10809         * modules/getaddrinfo-tests (Makefile.am): Define
10810         test_getaddrinfo_LDADD.
10811
10812 2008-04-11  Bruno Haible  <bruno@clisp.org>
10813
10814         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
10815         (init): Fix syntax error.
10816         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
10817         is declared.
10818
10819 2008-04-11  Bruno Haible  <bruno@clisp.org>
10820
10821         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
10822         * modules/glob (Depends-on): Add stdbool.
10823
10824 2008-04-11  Bruno Haible  <bruno@clisp.org>
10825
10826         * lib/trim.c: Include <string.h>.
10827
10828 2008-04-11  Eric Blake  <ebb9@byu.net>
10829
10830         Avoid compile failure on OS/2.
10831         * lib/regex_internal.h (internal_function): Disable optimization
10832         on OS/2 (__EMX__), where it caused compiler error.
10833         Reported by Elbert Pol.
10834
10835 2008-04-11  Bruno Haible  <bruno@clisp.org>
10836
10837         Flush the standard error stream before aborting. Needed on mingw.
10838         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
10839         * tests/test-array_list.c (ASSERT): Likewise.
10840         * tests/test-array_oset.c (ASSERT): Likewise.
10841         * tests/test-avltree_list.c (ASSERT): Likewise.
10842         * tests/test-avltree_oset.c (ASSERT): Likewise.
10843         * tests/test-avltreehash_list.c (ASSERT): Likewise.
10844         * tests/test-binary-io.c (ASSERT): Likewise.
10845         * tests/test-byteswap.c (ASSERT): Likewise.
10846         * tests/test-c-ctype.c (ASSERT): Likewise.
10847         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
10848         * tests/test-c-strcasestr.c (ASSERT): Likewise.
10849         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
10850         * tests/test-c-strstr.c (ASSERT): Likewise.
10851         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
10852         * tests/test-canonicalize.c (ASSERT): Likewise.
10853         * tests/test-carray_list.c (ASSERT): Likewise.
10854         * tests/test-ceilf1.c (ASSERT): Likewise.
10855         * tests/test-ceilf2.c (ASSERT): Likewise.
10856         * tests/test-ceill.c (ASSERT): Likewise.
10857         * tests/test-count-one-bits.c (ASSERT): Likewise.
10858         * tests/test-fbufmode.c (ASSERT): Likewise.
10859         * tests/test-fflush2.c (ASSERT): Likewise.
10860         * tests/test-floorf1.c (ASSERT): Likewise.
10861         * tests/test-floorf2.c (ASSERT): Likewise.
10862         * tests/test-floorl.c (ASSERT): Likewise.
10863         * tests/test-fopen.c (ASSERT): Likewise.
10864         * tests/test-fpending.c (ASSERT): Likewise.
10865         * tests/test-fprintf-posix.c (ASSERT): Likewise.
10866         * tests/test-fpurge.c (ASSERT): Likewise.
10867         * tests/test-freadable.c (ASSERT): Likewise.
10868         * tests/test-freadahead.c (ASSERT): Likewise.
10869         * tests/test-freading.c (ASSERT): Likewise.
10870         * tests/test-freadptr.c (ASSERT): Likewise.
10871         * tests/test-freadptr2.c (ASSERT): Likewise.
10872         * tests/test-freadseek.c (ASSERT): Likewise.
10873         * tests/test-freopen.c (ASSERT): Likewise.
10874         * tests/test-frexp.c (ASSERT): Likewise.
10875         * tests/test-frexpl.c (ASSERT): Likewise.
10876         * tests/test-fseek.c (ASSERT): Likewise.
10877         * tests/test-fseeko.c (ASSERT): Likewise.
10878         * tests/test-fstrcmp.c (ASSERT): Likewise.
10879         * tests/test-ftell.c (ASSERT): Likewise.
10880         * tests/test-ftello.c (ASSERT): Likewise.
10881         * tests/test-func.c (ASSERT): Likewise.
10882         * tests/test-fwritable.c (ASSERT): Likewise.
10883         * tests/test-fwriting.c (ASSERT): Likewise.
10884         * tests/test-getdelim.c (ASSERT): Likewise.
10885         * tests/test-getline.c (ASSERT): Likewise.
10886         * tests/test-i-ring.c (ASSERT): Likewise.
10887         * tests/test-iconv-utf.c (ASSERT): Likewise.
10888         * tests/test-iconv.c (ASSERT): Likewise.
10889         * tests/test-isfinite.c (ASSERT): Likewise.
10890         * tests/test-isnand.c (ASSERT): Likewise.
10891         * tests/test-isnanf.c (ASSERT): Likewise.
10892         * tests/test-isnanl.h (ASSERT): Likewise.
10893         * tests/test-ldexpl.c (ASSERT): Likewise.
10894         * tests/test-linked_list.c (ASSERT): Likewise.
10895         * tests/test-linkedhash_list.c (ASSERT): Likewise.
10896         * tests/test-localename.c (ASSERT): Likewise.
10897         * tests/test-lseek.c (ASSERT): Likewise.
10898         * tests/test-mbscasecmp.c (ASSERT): Likewise.
10899         * tests/test-mbscasestr1.c (ASSERT): Likewise.
10900         * tests/test-mbscasestr2.c (ASSERT): Likewise.
10901         * tests/test-mbscasestr3.c (ASSERT): Likewise.
10902         * tests/test-mbscasestr4.c (ASSERT): Likewise.
10903         * tests/test-mbschr.c (ASSERT): Likewise.
10904         * tests/test-mbscspn.c (ASSERT): Likewise.
10905         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
10906         * tests/test-mbspbrk.c (ASSERT): Likewise.
10907         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
10908         * tests/test-mbsrchr.c (ASSERT): Likewise.
10909         * tests/test-mbsspn.c (ASSERT): Likewise.
10910         * tests/test-mbsstr1.c (ASSERT): Likewise.
10911         * tests/test-mbsstr2.c (ASSERT): Likewise.
10912         * tests/test-mbsstr3.c (ASSERT): Likewise.
10913         * tests/test-memchr2.c (ASSERT): Likewise.
10914         * tests/test-memmem.c (ASSERT): Likewise.
10915         * tests/test-open.c (ASSERT): Likewise.
10916         * tests/test-printf-frexp.c (ASSERT): Likewise.
10917         * tests/test-printf-frexpl.c (ASSERT): Likewise.
10918         * tests/test-printf-posix.c (ASSERT): Likewise.
10919         * tests/test-quotearg.c (ASSERT): Likewise.
10920         * tests/test-rbtree_list.c (ASSERT): Likewise.
10921         * tests/test-rbtree_oset.c (ASSERT): Likewise.
10922         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
10923         * tests/test-round1.c (ASSERT): Likewise.
10924         * tests/test-roundf1.c (ASSERT): Likewise.
10925         * tests/test-roundl.c (ASSERT): Likewise.
10926         * tests/test-signbit.c (ASSERT): Likewise.
10927         * tests/test-sleep.c (ASSERT): Likewise.
10928         * tests/test-snprintf-posix.c (ASSERT): Likewise.
10929         * tests/test-snprintf.c (ASSERT): Likewise.
10930         * tests/test-sprintf-posix.c (ASSERT): Likewise.
10931         * tests/test-stat-time.c (ASSERT): Likewise.
10932         * tests/test-strcasestr.c (ASSERT): Likewise.
10933         * tests/test-strerror.c (ASSERT): Likewise.
10934         * tests/test-striconv.c (ASSERT): Likewise.
10935         * tests/test-striconveh.c (ASSERT): Likewise.
10936         * tests/test-striconveha.c (ASSERT): Likewise.
10937         * tests/test-strsignal.c (ASSERT): Likewise.
10938         * tests/test-strstr.c (ASSERT): Likewise.
10939         * tests/test-strtod.c (ASSERT): Likewise.
10940         * tests/test-trunc1.c (ASSERT): Likewise.
10941         * tests/test-trunc2.c (ASSERT): Likewise.
10942         * tests/test-truncf1.c (ASSERT): Likewise.
10943         * tests/test-truncf2.c (ASSERT): Likewise.
10944         * tests/test-truncl.c (ASSERT): Likewise.
10945         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
10946         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
10947         * tests/test-vasnprintf.c (ASSERT): Likewise.
10948         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
10949         * tests/test-vasprintf.c (ASSERT): Likewise.
10950         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
10951         * tests/test-vprintf-posix.c (ASSERT): Likewise.
10952         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
10953         * tests/test-vsnprintf.c (ASSERT): Likewise.
10954         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
10955         * tests/test-wcwidth.c (ASSERT): Likewise.
10956         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
10957         * tests/test-xprintf-posix.c (ASSERT): Likewise.
10958         * tests/test-xvasprintf.c (ASSERT): Likewise.
10959         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
10960         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
10961         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
10962         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
10963         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
10964         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
10965         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
10966         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
10967         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
10968         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
10969         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
10970         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
10971         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
10972         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
10973         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
10974         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
10975         * tests/unictype/test-block_list.c (ASSERT): Likewise.
10976         * tests/unictype/test-block_of.c (ASSERT): Likewise.
10977         * tests/unictype/test-block_test.c (ASSERT): Likewise.
10978         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
10979         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
10980         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
10981         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
10982         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
10983         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
10984         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
10985         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
10986         * tests/unictype/test-combining.c (ASSERT): Likewise.
10987         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
10988         * tests/unictype/test-digit.c (ASSERT): Likewise.
10989         * tests/unictype/test-mirror.c (ASSERT): Likewise.
10990         * tests/unictype/test-numeric.c (ASSERT): Likewise.
10991         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
10992         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
10993         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
10994         * tests/unictype/test-scripts.c (ASSERT): Likewise.
10995         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
10996         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
10997         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
10998         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
10999         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
11000         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
11001         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
11002         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
11003         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
11004         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
11005         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
11006         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
11007         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
11008         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
11009         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
11010         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
11011         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
11012         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
11013         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
11014         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
11015         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
11016         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
11017         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
11018         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
11019         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
11020         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
11021         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
11022         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
11023         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
11024         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
11025         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
11026         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
11027         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
11028         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
11029         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
11030         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
11031         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
11032         Reported by Eric Blake.
11033
11034 2008-04-11  Bruno Haible  <bruno@clisp.org>
11035
11036         * lib/wchar.in.h: Tweak comment.
11037
11038 2008-04-11  Bruno Haible  <bruno@clisp.org>
11039
11040         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
11041         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
11042         gl_COMMON.
11043         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
11044
11045 2008-04-11  Bruno Haible  <bruno@clisp.org>
11046
11047         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
11048
11049 2008-04-11  Simon Josefsson  <simon@josefsson.org>
11050
11051         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
11052         of attempting to use non-existing /dev/*random.  Based on patch
11053         from Adam Strzelecki <ono@java.pl> in
11054         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
11055
11056 2008-04-08  Bruno Haible  <bruno@clisp.org>
11057
11058         Add tentative support for emx+gcc.
11059         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
11060         * lib/fpurge.c (fpurge): Likewise.
11061         * lib/freadable.c (freadable): Likewise.
11062         * lib/freadahead.c (freadahead): Likewise.
11063         * lib/freading.c (freading): Likewise.
11064         * lib/freadptr.c (freadptr): Likewise.
11065         * lib/freadseek.c (freadptrinc): Likewise.
11066         * lib/fseeko.c (rpl_fseeko): Likewise.
11067         * lib/fseterr.c (fseterr): Likewise.
11068         * lib/fwritable.c (fwritable): Likewise.
11069         * lib/fwriting.c (fwriting): Likewise.
11070         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
11071
11072 2008-04-09  Eric Blake  <ebb9@byu.net>
11073
11074         Avoid some autoconf warnings.
11075         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
11076         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
11077         * m4/afs.m4 (gl_AFS): Likewise.
11078         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
11079         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
11080         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11081         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
11082         (gl_INTEGER_TYPE_SUFFIX): Likewise.
11083         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
11084         (AC_CHECK_DECLS_ONCE): Likewise.
11085         Rename file...
11086         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
11087         gnulib-tool requires autoconf 2.59 or better.
11088         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
11089
11090 2008-04-08  Eric Blake  <ebb9@byu.net>
11091
11092         Use 'git describe --match' if present (added in git 1.5.5).
11093         * build-aux/git-version-gen: Limit result to tags that match 'v*'
11094         if possible.
11095
11096 2008-04-08  Bruno Haible  <bruno@clisp.org>
11097
11098         Add tentative support for OpenServer.
11099         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
11100         _ptr, _cnt.
11101         * lib/fpurge.c (fpurge): Likewise.
11102         * lib/freadable.c (freadable): Likewise.
11103         * lib/freadahead.c (freadahead): Likewise.
11104         * lib/freading.c (freading): Likewise.
11105         * lib/freadptr.c (freadptr): Likewise.
11106         * lib/freadseek.c (freadptrinc): Likewise.
11107         * lib/fseeko.c (rpl_fseeko): Likewise.
11108         * lib/fseterr.c (fseterr): Likewise.
11109         * lib/fwritable.c (fwritable): Likewise.
11110         * lib/fwriting.c (fwriting): Likewise.
11111         Reported by Roger Cornelius <rac@tenzing.org> and
11112         Brian K. White <brian@aljex.com>.
11113
11114 2008-04-06  Jim Meyering  <meyering@redhat.com>
11115
11116         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
11117
11118 2008-04-06  Bruno Haible  <bruno@clisp.org>
11119
11120         Avoid possible error with non-ASCII bytes in UTF-8 locales.
11121         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
11122         * tests/test-printf-posix.sh: Likewise.
11123         * tests/test-vfprintf-posix.sh: Likewise.
11124         * tests/test-vprintf-posix.sh: Likewise.
11125         * tests/test-xprintf-posix.sh: Likewise.
11126
11127 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11128
11129         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
11130         hide error from 'ls', needed on OS/2.
11131         Report by Elbert Pol <elbert.pol@gmail.com>.
11132
11133 2008-04-04  Eric Blake  <ebb9@byu.net>
11134
11135         Make test-fseeko.c failures meaningful.
11136         * tests/test-fseeko.c: Print line number on failure.
11137         * tests/test-fseek.c: Likewise.
11138         Reported by Nelson H. F. Beebe.
11139
11140         Improve strtod bug detection check.
11141         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
11142         required for Solaris 10.
11143         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
11144
11145 2008-04-04  Bruno Haible  <bruno@clisp.org>
11146
11147         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
11148         by m4/setenv.m4.
11149
11150 2008-04-03  Eric Blake  <ebb9@byu.net>
11151
11152         Ensure sane .version contents.
11153         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
11154         version string.
11155         * build-aux/git-version-gen: Improve documentation.
11156
11157         Make GNU make output nicer.
11158         * top/GNUmakefile [!_have-Makefile]: Add dependency on
11159         MAKECMDGOALS to enforce message for all command line targets.  Set
11160         srcdir for use in maint.mk.
11161
11162         Another maintainer tweak.
11163         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
11164         a target that regenerates version.
11165
11166 2008-04-03  Jim Meyering  <meyering@redhat.com>
11167
11168         vc-list-files: don't cause coreutils "make po-check" failure
11169         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
11170
11171 2008-04-03  Eric Blake  <ebb9@byu.net>
11172
11173         Allow VPATH usage of vc-list-files.
11174         * build-aux/vc-list-files (scriptversion): Add timestamp.
11175         (options): Add --help, --version, -C.
11176         (CVS): Support installed cvsu.
11177
11178 2008-04-02  Bruno Haible  <bruno@clisp.org>
11179
11180         Avoid some "statement with no effect" warnings from gcc.
11181         * tests/test-wctype.c (main): Explicitly ignore unused values.
11182         Reported by Jim Meyering.
11183
11184 2008-04-02  Jim Meyering  <meyering@redhat.com>
11185
11186         Avoid some warnings from "gcc -Wshadow".
11187         * tests/test-frexp.c (exp): Define to a different identifier.
11188         * tests/test-frexpl.c (exp): Likewise.
11189
11190 2008-04-03  Jim Meyering  <meyering@redhat.com>
11191
11192         bootstrap: remove dangling *.[ch] symlinks from lib
11193         * build-aux/bootstrap [dangling symlink removal]: Move find's
11194         -depth option to precede all others, to avoid a warning.
11195         Remove *.[ch] files too, and from "$source_base" (usually lib/).
11196
11197 2008-04-02  Bruno Haible  <bruno@clisp.org>
11198
11199         Avoid some warnings from "gcc -Wshadow".
11200         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
11201         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
11202         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
11203         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
11204         Reported by Jim Meyering.
11205
11206 2008-04-01  Bruno Haible  <bruno@clisp.org>
11207
11208         Fix test to work on IRIX 6.5 with cc.
11209         * tests/test-math.c (numeric_equal): New function.
11210         (main): Use it.
11211
11212 2008-04-01  Bruno Haible  <bruno@clisp.org>
11213
11214         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
11215
11216 2008-04-01  Bruno Haible  <bruno@clisp.org>
11217
11218         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
11219         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11220         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
11221         (Depends-on): Remove math.
11222
11223         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
11224         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11225         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
11226         (Depends-on): Remove math.
11227
11228         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
11229         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11230         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
11231         (Depends-on): Remove math.
11232         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
11233         (Depends-on): Remove math.
11234
11235         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
11236         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
11237         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
11238         (Depends-on): Remove math.
11239         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
11240         (Depends-on): Remove math.
11241
11242         * tests/test-round1.c: Include nan.h.
11243         (main): Use NaNd instead of NAN.
11244         * modules/round-tests (Files): Add tests/nan.h.
11245
11246         * tests/test-trunc1.c: Include nan.h.
11247         (main): Use NaNd instead of NAN.
11248         * modules/trunc-tests (Files): Add tests/nan.h.
11249
11250         * tests/test-roundf1.c: Include nan.h.
11251         (main): Use NaNf instead of NAN.
11252         * modules/roundf-tests (Files): Add tests/nan.h.
11253
11254         * tests/test-truncf1.c: Include nan.h.
11255         (main): Use NaNf instead of NAN.
11256         * modules/truncf-tests (Files): Add tests/nan.h.
11257
11258         * tests/test-ceilf1.c: Include nan.h.
11259         (main): Use NaNf instead of NAN.
11260         * modules/ceilf-tests (Files): Add tests/nan.h.
11261
11262         * tests/test-floorf1.c: Include nan.h.
11263         (main): Use NaNf instead of NAN.
11264         * modules/floorf-tests (Files): Add tests/nan.h.
11265
11266         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
11267         (main): Use NaNf instead of NAN.
11268         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
11269
11270         * tests/test-isnand.c: Include nan.h instead of <math.h>.
11271         (main): Use NaNd instead of NAN.
11272         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
11273
11274         * tests/test-frexp.c: Include nan.h.
11275         (main): Use NaNd instead of NAN.
11276         * modules/frexp-tests (Files): Add tests/nan.h.
11277
11278         * lib/isnan.c: Don't include <math.h>.
11279         (FUNC): Don't use NAN macro.
11280         * modules/isnand-nolibm (Depends-on): Remove math.
11281         * modules/isnanf-nolibm (Depends-on): Remove math.
11282         * modules/isnanl (Depends-on): Remove math.
11283         * modules/isnanl-nolibm (Depends-on): Remove math.
11284
11285         * tests/nan.h: New file.
11286
11287 2008-04-01  Eric Blake  <ebb9@byu.net>
11288
11289         Fix typos.
11290         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
11291         values to be the right type.
11292
11293         For now, cater to gnulib strtod inaccuracies.
11294         * tests/test-strtod.c (main): Allow 1-ulp error on expected
11295         fractional results.  While not as nice from a QoI perspective, it
11296         is a quicker patch than correctly implementing decimal to binary
11297         rounding.
11298
11299 2008-03-31  Eric Blake  <ebb9@byu.net>
11300
11301         Guarantee a definition of NAN.
11302         * lib/math.in.h (NAN): Define if missing.
11303         * tests/test-math.c (main): Test it.
11304         * doc/posix-headers/math.texi (math.h): Document this.
11305         * lib/isnan.c (rpl_isnand): Use it.
11306         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
11307         * tests/test-floorf1.c (NaN): Likewise.
11308         * tests/test-frexp.c (NaN): Likewise.
11309         * tests/test-isnand.c (NaN): Likewise.
11310         * tests/test-isnanf.c (NaN): Likewise.
11311         * tests/test-round1.c (NaN): Likewise.
11312         * tests/test-roundf1.c (NaN): Likewise.
11313         * tests/test-snprintf-posix.h (NaN): Likewise.
11314         * tests/test-sprintf-posix.h (NaN): Likewise.
11315         * tests/test-trunc1.c (NaN): Likewise.
11316         * tests/test-truncf1.c (NaN): Likewise.
11317         * tests/test-vasnprintf-posix.c (NaN): Likewise.
11318         * tests/test-vasprintf-posix.c (NaN): Likewise.
11319         * modules/isnand-nolibm (Depends-on): Add math.
11320         * modules/isnanf-nolibm (Depends-on): Likewise.
11321         * modules/isnanl (Depends-on): Likewise.
11322         * modules/isnanl-nolibm (Depends-on): Likewise.
11323         * modules/snprintf-posix-tests (Depends-on): Likewise.
11324         * modules/sprintf-posix-tests (Depends-on): Likewise.
11325         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
11326         * modules/vsprintf-posix-tests (Depends-on): Likewise.
11327         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
11328         * modules/vasprintf-posix-tests (Depends-on): Likewise.
11329
11330 2008-03-31  Bruno Haible  <bruno@clisp.org>
11331
11332         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
11333         * doc/posix-functions/strtod.texi: Likewise.
11334
11335 2008-03-31  Bruno Haible  <bruno@clisp.org>
11336
11337         * tests/test-strtod.c (main): Don't use C99 syntax.
11338
11339 2008-03-31  Bruno Haible  <bruno@clisp.org>
11340
11341         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
11342         Reported by Eric Blake.
11343
11344 2008-03-31  Jim Meyering  <meyering@redhat.com>
11345
11346         Don't compare actual signbit return values.
11347         * tests/test-strtod.c (main): Rather, compare only their
11348         zero/non-zero nature.
11349
11350 2008-03-31  Eric Blake  <ebb9@byu.net>
11351
11352         More strtod documentation.
11353         * doc/posix-functions/strtod.texi (strtod): Interpret more test
11354         failures as distinct bugs.
11355
11356 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
11357
11358         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
11359         Problem reported by Erik Benada in
11360         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
11361
11362 2008-03-30  Bruno Haible  <bruno@clisp.org>
11363
11364         * tests/test-strtod.c: Add comments about which assertion fails on which
11365         platform.
11366         * doc/posix-functions/strtod.texi: Add info about many more platforms.
11367
11368 2008-03-30  Eric Blake  <ebb9@byu.net>
11369
11370         Test signbit behavior on zeros.
11371         * tests/test-signbit.c (test_signbitf): Add tests for zero.
11372         (test_signbitd, test_signbitl): Likewise.
11373
11374         More strtod touchups.
11375         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
11376         sign of negative underflow, for now.  Use .5, not .1.
11377         * doc/posix-functions/strtod.texi (strtod): Mention these
11378         limitations.
11379         Reported by Jim Meyering.
11380
11381 2008-03-30  Bruno Haible  <bruno@clisp.org>
11382
11383         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
11384         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
11385
11386 2008-03-30  Bruno Haible  <bruno@clisp.org>
11387
11388         Avoid failure when attempting to return empty iconv results on some
11389         platforms.
11390         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
11391         allocation, don't report ENOMEM when the resulting string is empty.
11392
11393 2008-03-30  Bruno Haible  <bruno@clisp.org>
11394
11395         Fix buffer overrun.
11396         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
11397         Don't consider the width for tmp_length. Check count against tmp_length
11398         before doing the padding. Ensure enough allocation during padding.
11399
11400 2008-03-30  Eric Blake  <ebb9@byu.net>
11401
11402         strtod touchups.
11403         * lib/strtod.c (strtod): Avoid compiler warnings.
11404         Reported by Jim Meyering.
11405
11406 2008-03-30  Bruno Haible  <bruno@clisp.org>
11407
11408         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
11409         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
11410         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
11411         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
11412         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
11413         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
11414         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
11415         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
11416
11417         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
11418         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
11419         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
11420         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
11421         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
11422         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
11423         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
11424         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
11425
11426         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
11427         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
11428         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
11429         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
11430         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
11431         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
11432         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
11433         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
11434
11435         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
11436         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
11437
11438         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
11439         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
11440
11441         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
11442         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
11443
11444         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
11445         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
11446         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
11447
11448         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
11449         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
11450         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
11451
11452         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
11453         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
11454         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
11455
11456         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
11457         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
11458         * modules/vasprintf (Depends-on): Add EOVERFLOW.
11459
11460         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
11461         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
11462         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
11463         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
11464         (Depends-on): Add EOVERFLOW.
11465         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
11466         (Depends-on): Add EOVERFLOW.
11467         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11468         (Depends-on): Add EOVERFLOW.
11469         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
11470         (Depends-on): Add EOVERFLOW.
11471         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11472         (Depends-on): Add EOVERFLOW.
11473         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
11474         (Depends-on): Add EOVERFLOW.
11475         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11476         (Depends-on): Add EOVERFLOW.
11477         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
11478         (Depends-on): Add EOVERFLOW.
11479
11480         * lib/sprintf.c (EOVERFLOW): Remove fallback.
11481         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
11482         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
11483
11484         * lib/snprintf.c (EOVERFLOW): Remove fallback.
11485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
11486         * modules/snprintf (Depends-on): Add EOVERFLOW.
11487
11488         * lib/poll.c (EOVERFLOW): Remove fallback.
11489         * modules/poll (Depends-on): Add EOVERFLOW.
11490
11491         * lib/getugroups.c (EOVERFLOW): Remove fallback.
11492         * modules/getugroups (Depends-on): Add EOVERFLOW.
11493
11494         * lib/getdelim.c (EOVERFLOW): Remove fallback.
11495         * modules/getdelim (Depends-on): Add EOVERFLOW.
11496
11497         * lib/ftell.c (EOVERFLOW): Remove fallback.
11498         * modules/ftell (Depends-on): Add EOVERFLOW.
11499
11500         * lib/fprintf.c (EOVERFLOW): Remove fallback.
11501         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
11502         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
11503
11504         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
11505
11506         * modules/EOVERFLOW-tests: New file.
11507         * tests/test-EOVERFLOW.c: New file.
11508
11509         * modules/EOVERFLOW: New file.
11510         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
11511
11512 2008-03-30  Bruno Haible  <bruno@clisp.org>
11513
11514         Fix bug introduced on 2007-06-10.
11515         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
11516         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
11517
11518 2008-03-30  Bruno Haible  <bruno@clisp.org>
11519
11520         Improve freadseek's efficiency after ungetc.
11521         * lib/freadseek.c: Include freadahead.h.
11522         (freadptrinc): New function, extracted from freadseek.
11523         (freadseek): Use it in a loop. Use freadahead to determine the number
11524         of loop iterations.
11525         * modules/freadseek (Depends-on): Add freadahead.
11526         (configure.ac): Require AC_C_INLINE.
11527
11528 2008-03-30  Bruno Haible  <bruno@clisp.org>
11529
11530         * lib/freadseek.c (freadseek): Don't ignore the return value of
11531         freadptr.
11532
11533 2008-03-29  Eric Blake  <ebb9@byu.net>
11534
11535         Add hex float support.
11536         * modules/strtod (Depends-on): Add c-ctype.
11537         (Link): Mention POW_LIB.
11538         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
11539         whitespace between 'e' and exponent.
11540         * tests/test-strtod.c (main): Enable hex float tests.
11541         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
11542         now provides.
11543
11544         Document various strtod bugs, with some fixes.
11545         * doc/posix-functions/strtod.texi (strtod): Document bugs with
11546         "-0x", "inf", "nan", and hex constants.
11547         * doc/posix-functions/atof.texi (atof): Likewise.
11548         * modules/stdlib (Makefile.am): Support strtod.
11549         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11550         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
11551         detect additional strtod bugs.
11552         * lib/stdlib.in.h (rpl_strtod): Add declarations.
11553         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
11554         bool where appropriate.  Parse 'inf' and 'nan'.
11555         * tests/test-strtod.c: New file.
11556         * modules/strtod (Depends-on): Add stdbool, stdlib.
11557         (configure.ac): Turn on module indicator.
11558         * modules/strtod-tests: New module.
11559
11560 2008-03-29  Eric Blake  <ebb9@byu.net>
11561
11562         Fix ftell on mingw.
11563         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
11564         * modules/ftell-tests (Depends-on): Add binary-io.
11565         * modules/ftello-tests (Depends-on): Likewise.
11566         * tests/test-ftell.c (main): Enhance test to cover behavior after
11567         ungetc.  Enforce binary mode.
11568         * tests/test-ftello.c (main): Likewise.
11569
11570         Pass test-freadseek on cygwin.
11571         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
11572         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
11573         ungetc buffer.
11574
11575         * tests/test-fflush2.c (main): Fix typo.
11576
11577 2008-03-29  Bruno Haible  <bruno@clisp.org>
11578
11579         * tests/test-fflush2.c (main): Temporarily disable the contents of
11580         this test.
11581         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
11582         Reported by Eric Blake.
11583
11584 2008-03-28  Simon Josefsson  <simon@josefsson.org>
11585
11586         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
11587         (GC_SHA224_DIGEST_SIZE): Add.
11588
11589         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
11590         (gc_hash_digest_length): Likewise.
11591         (gc_hash_buffer): Likewise.
11592
11593 2008-03-25  Bruno Haible  <bruno@clisp.org>
11594
11595         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
11596         detail which gettext release to use.
11597         Reported by Simon Josefsson.
11598
11599 2008-03-26  Jim Meyering  <meyering@redhat.com>
11600
11601         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
11602         * modules/gnumakefile (clean-GNUmakefile): Also, use
11603         test ... && ... || : syntax rather than if-then ... fi.
11604
11605         gnumakefile: Don't double-quote-expand $(VPATH) value.
11606         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
11607
11608 2008-03-24  Eric Blake  <ebb9@byu.net>
11609
11610         Alter GNUmakefile to install into top directory.
11611         * modules/maintainer-makefile: Split, and add dependency...
11612         * modules/gnumakefile: to this new module.
11613         * build-aux/GNUmakefile: Move...
11614         * top/GNUmakefile: ...here.
11615         * build-aux/maint.mk: Move...
11616         * top/maint.mk: ...here.
11617         * MODULES.html.sh (Support for maintaining...): Document new
11618         module.
11619
11620 2008-03-23  Bruno Haible  <bruno@clisp.org>
11621
11622         * gnulib-tool: New options --vc-files, --no-vc-files.
11623         (func_usage): Document them.
11624         (vc_files): New variable.
11625         (func_import): Consider vc_files.
11626         (func_create_testdir): Set vc_files to empty.
11627         Suggested by Jim Meyering and Karl Berry.
11628
11629 2008-03-23  Bruno Haible  <bruno@clisp.org>
11630
11631         Fix regex compilation error on HP-UX 11.
11632         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
11633         * modules/regex (Files): Add m4/mbstate_t.m4.
11634         Reported by Ton Voon <ton.voon@altinity.com>.
11635
11636 2008-03-23  Bruno Haible  <bruno@clisp.org>
11637
11638         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
11639
11640 2008-03-23  Eric Blake  <ebb9@byu.net>
11641             Bruno Haible  <bruno@clisp.org>
11642
11643         Install files from top/ in the destination directory.
11644         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
11645         augmentation also for the files from top/.
11646         (func_import, func_create_testdir): Rewrite file names:
11647         top/filename -> filename.
11648
11649 2008-03-23  Bruno Haible  <bruno@clisp.org>
11650
11651         Tweak "gnulib --version" output.
11652         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
11653
11654 2008-03-23  Bruno Haible  <bruno@clisp.org>
11655
11656         Tweak "gnulib --version" output.
11657         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
11658         rather than contents of ChangeLog, when possible.
11659
11660 2008-03-21  Eric Blake  <ebb9@byu.net>
11661
11662         More --version tweaks.
11663         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
11664         date of last ChangeLog entry.
11665
11666 2008-03-21  Jim Meyering  <meyering@redhat.com>
11667
11668         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
11669
11670 2008-03-20  Eric Blake  <ebb9@byu.net>
11671
11672         VPATH fix.
11673         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
11674
11675 2008-03-20  Simon Josefsson  <simon@josefsson.org>
11676
11677         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
11678         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
11679
11680 2008-03-20  Eric Blake  <ebb9@byu.net>
11681
11682         Sync GNUmakefile with coreutils.
11683         * build-aux/GNUmakefile (have-Makefile): Rename...
11684         (_have-Makefile): ...to this, for namespace consideration.
11685         (GNUmakefile.cfg): Include, if present.
11686         (_autoreconf): Define a default.
11687         (_is-dist-target): New rule for rebuilds to pick up intra-release
11688         version.
11689         (maint-cfg.mk): Rename...
11690         (cfg.mk): ...to this.
11691
11692 2008-03-18  Jim Meyering  <meyering@redhat.com>
11693
11694         New script and module: mktempd
11695         * MODULES.html.sh (maint+release support): Add mktempd.
11696         * build-aux/mktempd: New file.
11697         * modules/mktempd: New file.
11698
11699 2008-03-15  Jim Meyering  <meyering@redhat.com>
11700
11701         Undo last change.
11702         * lib/sha1.c, lib/md5.c: 63 != ~63.
11703         Reported by Andreas Schwab.
11704
11705         sha1.c, md5.c: Hoist a redundant expression.
11706         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
11707         "ctx->buflen" only once, before calling *_process_block.
11708         * lib/md5.c (md5_process_bytes): Likewise.
11709
11710 2008-03-14  Eric Blake  <ebb9@byu.net>
11711
11712         Bump copyright year in files generated by gnulib-tool.
11713         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
11714         gnulib-tool, rather than hard-coding it.
11715
11716         Fix 'gnulib-tool --version' output to work with git.
11717         * gnulib-tool (func_gnulib_dir): New function, extracted from...
11718         (startup): ...here.
11719         (func_version): Use it to invoke git-version-gen, rather than
11720         relying on CVS keyword expansion.  Modernize wording.
11721         (cvsdatestamp, last_checkin_date, version): Kill unused
11722         variables.
11723
11724 2008-03-12  Jim Meyering  <meyering@redhat.com>
11725
11726         Recognize optional cast of the argument to free.
11727         * build-aux/useless-if-before-free: Update regexps.
11728
11729         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
11730
11731 2008-03-11  Bruno Haible  <bruno@clisp.org>
11732
11733         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
11734         by a single package.
11735         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
11736         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
11737         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
11738         Reported by Sam Steingold <sds@gnu.org>.
11739
11740 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11741
11742         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
11743         repositories.
11744
11745 2008-03-11  Bruno Haible  <bruno@clisp.org>
11746
11747         Avoid conflicts between local macro definitions.
11748         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
11749         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
11750
11751 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
11752             Bruno Haible  <bruno@clisp.org>
11753
11754         Make va_copy work with some version of xlc on AIX 5.1.
11755         * lib/stdarg.in.h: New file.
11756         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
11757         On AIX, use a <stdarg.h> file substitute.
11758         * modules/stdarg (Files): Add lib/stdarg.in.h.
11759         (Depends-on): Add include_next.
11760         (Makefile.am): Build a stdarg.h substitute if requested.
11761         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
11762
11763 2008-03-10  Bruno Haible  <bruno@clisp.org>
11764
11765         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
11766         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
11767         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
11768
11769 2008-03-10  Bruno Haible  <bruno@clisp.org>
11770
11771         * modules/stdlib (Depends-on): Add include_next, remove
11772         absolute-header.
11773
11774 2008-03-09  Bruno Haible  <bruno@clisp.org>
11775
11776         * lib/freadahead.h (freadahead): Document more precisely.
11777         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
11778         the sum of both buffer sizes.
11779         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
11780         * NEWS: Document the change.
11781
11782 2008-03-09  Bruno Haible  <bruno@clisp.org>
11783
11784         Extend freadptr to return also the buffer size.
11785         * lib/freadptr.h (freadptr): Add sizep argument.
11786         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
11787         (freadptr): Add sizep argument. Determine buffer size like freadahead
11788         does.
11789         * tests/test-freadptr.c: Don't include freadahead.h.
11790         (main): Adapt for new calling convention of freadptr.
11791         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
11792         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
11793         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
11794         tests/test-freadptr2.sh.
11795         (Depends): Remove freadahead.
11796         (TESTS): Add test-freadptr2.sh.
11797         (check_PROGRAMS): Add test-freadptr2.
11798
11799 2008-03-09  Bruno Haible  <bruno@clisp.org>
11800
11801         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
11802         Report and solution by Simon Josefsson.
11803
11804 2008-03-06  Bruno Haible  <bruno@clisp.org>
11805
11806         Make fflush after ungetc work on BSD platforms.
11807         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
11808         * tests/test-fflush2.c: New file.
11809         * tests/test-fflush2.sh: New file.
11810         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
11811         tests/test-fflush2.c.
11812         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
11813         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
11814
11815 2008-03-06  Eric Blake  <ebb9@byu.net>
11816
11817         Likewise for ftello.
11818         * modules/ftello (Dependencies): Add extensions.
11819         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
11820
11821 2008-03-06  Bruno Haible  <bruno@clisp.org>
11822
11823         * modules/fseeko (Dependencies): Add extensions.
11824         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
11825         Needed on glibc systems.
11826
11827 2008-03-06  Bruno Haible  <bruno@clisp.org>
11828
11829         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
11830         email address.
11831         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11832
11833 2008-03-06  Bruno Haible  <bruno@clisp.org>
11834
11835         * users.txt: Add libgnupdf.
11836
11837 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
11838
11839         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
11840         (Header File Substitutes, Function Substitutes,
11841         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
11842         (Build robot for gnulib): Fix typo.
11843
11844 2008-03-06  Bruno Haible  <bruno@clisp.org>
11845
11846         * doc/gnulib-tool.texi (VCS Issues): Small updates.
11847         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
11848
11849 2008-03-06  Bruno Haible  <bruno@clisp.org>
11850
11851         * doc/func.texi: New file, extracted from doc/gnulib.texi.
11852         * doc/gnulib.texi: Include it.
11853
11854 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11855
11856         * modules/func (License): Change license to unlimited; there was
11857         no LGPL parts in the module anyway.
11858
11859 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11860
11861         * modules/__func__: Renamed to modules/func.
11862         * modules/__func__-tests: Renamed to modules/func-tests.
11863         * tests/test-__func__.c: Renamed to tests/test-func.c.
11864         * m4/__func__.m4: Renamed to m4/func.m4.
11865         * doc/gnulib.texi (__func__): Section renamed to func.
11866         Suggested by Eric Blake <ebb9@byu.net>.
11867
11868 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11869
11870         * doc/gnulib.texi (__func__): Use C99 terminology when talking
11871         about __func__.  Make example self-contained.  Suggested by Eric
11872         Blake <ebb9@byu.net>.
11873
11874         * tests/test-__func__.c (main): Avoid extraneous () around __func.
11875         Suggested by Eric Blake <ebb9@byu.net>.
11876
11877 2008-03-06  Simon Josefsson  <simon@josefsson.org>
11878
11879         * modules/__func__: New file.
11880         * modules/__func__-tests: New file.
11881         * tests/test-__func__.c: New file.
11882         * m4/__func__.m4: New file.
11883         * doc/gnulib.texi (__func__): Document __func__ module.
11884
11885 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11886
11887         * modules/byteswap (License): Re-license as LGPLv2+.
11888
11889 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11890
11891         * doc/Makefile: Add pdf target.
11892
11893 2008-03-05  Simon Josefsson  <simon@josefsson.org>
11894
11895         * modules/inline (License): Use 'unlimited', since there are only
11896         *.m4 files in this module.
11897
11898 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11899             Bruno Haible  <bruno@clisp.org>
11900
11901         Add support for HP C 7.1 on OpenVMS 8.3.
11902         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
11903
11904 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
11905
11906         Update VMS specifics.
11907         * lib/getopt.c [VMS]: Remove include of unixlib.h.
11908
11909 2008-03-02  Jim Meyering  <meyering@redhat.com>
11910
11911         Remove the last dependency on the "free" module.
11912         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
11913         Reported by Bob Proulx.
11914
11915         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
11916
11917         Remove useless "if" tests before free.  Deprecate "free" module.
11918         * doc/posix-functions/free.texi: Mention that this
11919         module is no longer useful.
11920         * modules/free (Notice): Say this module is obsolete.
11921         * modules/readutmp (Depends-on): Remove free.
11922         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
11923         * lib/putenv.c (putenv): Likewise.
11924         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
11925         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
11926         * tests/test-c-strcasestr.c (main): Likewise.
11927         * tests/test-c-strstr.c (main): Likewise.
11928         * tests/test-mbscasestr1.c (main): Likewise.
11929         * tests/test-mbscasestr2.c (main): Likewise.
11930         * tests/test-mbsstr1.c (main): Likewise.
11931         * tests/test-mbsstr2.c (main): Likewise.
11932         * tests/test-memmem.c (main): Likewise.
11933         * tests/test-strcasestr.c (main): Likewise.
11934         * tests/test-striconv.c (main): Likewise.
11935         * tests/test-striconveh.c (main): Likewise.
11936         * tests/test-striconveha.c (main): Likewise.
11937         * tests/test-strstr.c (main): Likewise.
11938
11939         * build-aux/git-version-gen: Adjust a comment and the Usage string.
11940
11941         bootstrap: sync from coreutils again
11942         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
11943
11944 2008-03-01  Jim Meyering  <meyering@redhat.com>
11945
11946         bootstrap: sync from coreutils
11947         * build-aux/bootstrap (update_po_files): Copy a .po file into place
11948         also when the target doesn't exist.
11949
11950 2008-03-01  Eric Blake  <ebb9@byu.net>
11951
11952         Fix bugs in last patch.
11953         * lib/memchr2.c (memchr2): Fix typo.
11954         * tests/test-memchr2.c: Test previous bug, and don't use GNU
11955         extension.
11956         Reported by Bruce Korb.
11957
11958         New module 'memchr2'.
11959         * modules/memchr2: New file.
11960         * modules/memchr2-tests: Likewise.
11961         * lib/memchr2.h: Likewise.
11962         * lib/memchr2.c: Likewise, based on memchr.c.
11963         * tests/test-memchr2.c: New test.
11964         * MODULES.html.sh (String handling): Add memchr2.
11965
11966 2008-02-29  Bruno Haible  <bruno@clisp.org>
11967
11968         * modules/freadseek-tests: New file.
11969         * tests/test-freadseek.sh: New file.
11970         * tests/test-freadseek.c: New file.
11971
11972         New module 'freadseek'.
11973         * modules/freadseek: New file.
11974         * lib/freadseek.h: New file.
11975         * lib/freadseek.c: New file.
11976         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
11977
11978 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
11979
11980         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
11981         wydawca.
11982
11983         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
11984         program_invocation_name and program_invocation_short_name are
11985         present.
11986
11987 2008-02-28  Bruno Haible  <bruno@clisp.org>
11988
11989         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
11990         * tests/test-freadptr.sh: Also test non-seekable stdin.
11991
11992 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
11993
11994         * build-aux/bootstrap (source_base, m4_base)
11995         (doc_base, tests_base): New variables.
11996         (gnulib_tool_options): Do not hardcode base directories, use
11997         the above variables instead.
11998
11999 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
12000
12001         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
12002
12003 2008-02-28  Bruno Haible  <bruno@clisp.org>
12004
12005         * modules/freadptr-tests: New file.
12006         * tests/test-freadptr.sh: New file.
12007         * tests/test-freadptr.c: New file.
12008
12009         New module 'freadptr'.
12010         * modules/freadptr: New file.
12011         * lib/freadptr.h: New file.
12012         * lib/freadptr.c: New file.
12013         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
12014
12015 2008-02-26  Karl Berry  <karl@freefriends.org>
12016
12017         Sync from Libtool:
12018         * libltdl/argz.c (argz_add, argz_count): New functions.
12019         * libltdl/argz.in.h: Declare them.
12020         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
12021
12022 2008-02-22  Bruno Haible  <bruno@clisp.org>
12023
12024         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
12025         is a pointer type.  Needed for HP-UX 10.
12026         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
12027         * doc/posix-functions/gmtime_r.texi: Likewise.
12028         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
12029
12030 2008-02-24  Bruno Haible  <bruno@clisp.org>
12031
12032         * modules/environ-tests: New file.
12033         * tests/test-environ.c: New file.
12034
12035         New module 'environ'.
12036         * modules/environ: New file.
12037         * lib/unistd.in.h (environ): New declaration.
12038         * m4/environ.m4: New file.
12039         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
12040         after use.
12041         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
12042         HAVE_DECL_ENVIRON.
12043         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
12044         HAVE_DECL_ENVIRON.
12045         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
12046         wrong claim that 'environ' is missing on some systems.
12047         * modules/execute (Depends-on): Add environ.
12048         * lib/execute.c (environ): Remove fallback declaration.
12049         * modules/pipe (Depends-on): Add environ.
12050         * lib/pipe.c (environ): Remove fallback declaration.
12051         * modules/setenv (Depends-on): Add environ.
12052         * lib/setenv.c (environ): Remove fallback declaration.
12053         * modules/unsetenv (Depends-on): Add environ.
12054         * lib/unsetenv.c (environ): Remove fallback declaration.
12055         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
12056         m4/environ.m4.
12057         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
12058         (gl_PREREQ_UNSETENV): Likewise.
12059
12060 2008-02-24  Bruno Haible  <bruno@clisp.org>
12061
12062         * doc/posix-functions/environ.texi: Document the MacOS X problem.
12063
12064 2008-02-20  Bob Proulx  <bob@proulx.com>
12065
12066         Enable use of older two part flavor 'git describe'.
12067         * build-aux/git-version-gen: If using the older two part flavor of
12068         git version then recreate the third part now present in the
12069         newer three part flavor of git describe.
12070
12071 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
12072
12073         * lib/fts.c (fts_build): Typo correction to comment.
12074
12075 2008-02-17  Bruno Haible  <bruno@clisp.org>
12076
12077         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
12078         generating no-op conflicts.
12079
12080 2008-02-17  Bruno Haible  <bruno@clisp.org>
12081
12082         Speed up by 10%.
12083         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
12084         result_entries, rather than an index-based loop.
12085
12086 2008-02-17  Bruno Haible  <bruno@clisp.org>
12087
12088         Speed up by 25%.
12089         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
12090         'hashcode_cached'.
12091         (entry_create): New function.
12092         (entry_hashcode): Use the cached hashcode if possible.
12093         (read_changelog_file, try_split_merged_entry): Use entry_create.
12094
12095 2008-02-17  Bruno Haible  <bruno@clisp.org>
12096
12097         Speed up from O(n^2) to O(n) for long ChangeLog files.
12098         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
12099         (read_changelog_file): Change implementation of entries_reversed list
12100         to rbtreehash.
12101         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
12102
12103 2008-02-17  Bruno Haible  <bruno@clisp.org>
12104
12105         New option --split-merged-entry.
12106         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
12107         (find_paragraph_end, try_split_merged_entry): New functions.
12108         (long_options): Add option --split-merged-entry.
12109         (usage): Document option --split-merged-entry.
12110         (main): Implement option --split-merged-entry.
12111         Reported by Eric Blake.
12112
12113 2008-02-17  Bruno Haible  <bruno@clisp.org>
12114
12115         * lib/git-merge-changelog.c: Include c-strstr.h.
12116         (main): Support the "git pull --rebase" situation.
12117         * modules/git-merge-changelog (Depends-on): Add c-strstr.
12118         Reported by Eric Blake.
12119
12120 2008-02-16  Eric Blake  <ebb9@byu.net>
12121
12122         Avoid doubling \ in common case of "c-maybe" quoting style.
12123         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
12124         eliding outer quotes.
12125         * lib/quotearg.h: Document this.
12126         * tests/test-quotearg.c (result_strings, inputs, results_g)
12127         (flag_results, locale_results): Test it by adding a new string to
12128         each test group.
12129         (compare_strings): Test new string.
12130
12131 2008-02-13  Eric Blake  <ebb9@byu.net>
12132
12133         Avoid trigraph quoting in default output.
12134         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
12135         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
12136         unless explicitly requested.
12137         * tests/test-quotearg.c (flag_results, main): Add additional tests.
12138
12139 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
12140
12141         Don't rely on signed integer overflowing to negative value.
12142         * lib/getugroups.c (getugroups): Include <limits.h>.
12143         Instead, compare against INT_MAX, and increment only if the test passes.
12144
12145 2008-02-13  Jim Meyering  <meyering@redhat.com>
12146         and Eric Blake  <ebb9@byu.net>
12147
12148         Avoid shadowing warning and compile errors on Linux.
12149         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
12150         forwarding macros on Linux.
12151         (dcgettext): Define a stub, for Linux.
12152         (results_g, main): Avoid warnings.
12153
12154 2008-02-12  Eric Blake  <ebb9@byu.net>
12155
12156         Silence warning in last patch.
12157         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
12158
12159         Quotearg part 4: add tests, fix c-maybe colon quoting.
12160         * lib/quotearg.h: Improve documentation.
12161         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
12162         escapes when adding outer quotes.  When quoting trigraphs, use
12163         valid C notation.  When quoting NUL, omit extra characters if next
12164         character is not digit.  Alter prototype.
12165         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
12166         callers.
12167         * modules/quotearg-tests: New module.
12168         * tests/test-quotearg.c: New test.
12169
12170 2008-02-07  Eric Blake  <ebb9@byu.net>
12171
12172         Quotearg part 3: add flag to control outer quote elision.
12173         * lib/quotearg.h (c_maybe_quoting_style): New style.
12174         (enum quoting_flags): Better documentation of flags.
12175         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
12176         c-maybe style.
12177         (quotearg_buffer_restyled): Handle new flag to elide outer
12178         quotes.
12179
12180         Quotearg part 2: add flag that can control NUL elision.
12181         * lib/quotearg.h (set_quoting_flags): New prototype.
12182         * lib/quotearg.c (struct quoting_options): Add flag field.
12183         (set_quoting_flags): New function.
12184         (quotearg_buffer_restyled): Add flags parameter.
12185         (quotearg_alloc_mem): Set the flag if length cannot be returned.
12186         (quotearg_n_options): Set the flag, since length cannot be
12187         returned.
12188         (quoting_options_from_style): Default flags correctly.
12189
12190         Quotearg part 1: more wrappers, restore quotearg_char state.
12191         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
12192         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
12193         (quotearg_colon_mem): New wrappers.
12194         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
12195         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
12196         functions.
12197         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
12198         (quotearg_colon_mem): New functions.
12199
12200 2008-02-11  Bruno Haible  <bruno@clisp.org>
12201
12202         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
12203         library in the current directory: it does not work with parallel make.
12204         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12205
12206 2008-02-11  Bruno Haible  <bruno@clisp.org>
12207
12208         * .gitattributes: New file.
12209
12210 2008-02-11  Jim Meyering  <meyering@redhat.com>
12211
12212         useless-if-before-free: Fix reversed exit values.
12213         * build-aux/useless-if-before-free: Use correct values
12214         for EXIT_MATCH and EXIT_NO_MATCH.
12215
12216         * build-aux/useless-if-before-free: Close stdout carefully.
12217
12218 2008-02-10  Bruno Haible  <bruno@clisp.org>
12219
12220         New module 'git-merge-changelog'.
12221         * modules/git-merge-changelog: New file.
12222         * lib/git-merge-changelog.c: New file.
12223
12224 2008-02-10  Jim Meyering  <meyering@redhat.com>
12225
12226         useless-if-before-free: New option: --list (-l).
12227
12228         useless-if-before-free: Don't exit immediately upon open failure.
12229         * build-aux/useless-if-before-free: Exit 2 for errors.
12230         Upon failure to open a file, don't exit immediately.
12231         Rather, just warn and continue with any remaining files.
12232
12233 2008-02-10  Bruno Haible  <bruno@clisp.org>
12234
12235         New abstract list operation 'node_set_value'.
12236         * lib/gl_list.h (gl_list_node_set_value): New function.
12237         (struct gl_list_implementation): New field node_set_value.
12238         * lib/gl_list.c (gl_list_node_set_value): New function.
12239         * lib/gl_array_list.c (gl_array_node_set_value): New function.
12240         (gl_array_list_implementation): Update.
12241         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
12242         (gl_carray_list_implementation): Update.
12243         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
12244         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
12245         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
12246         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
12247         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
12248         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
12249         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
12250         Update.
12251         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
12252         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
12253         (gl_sublist_list_implementation): Update.
12254
12255 2008-02-10  Bruno Haible  <bruno@clisp.org>
12256
12257         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
12258         Needed when ELEMENT is #defined to 'some_type *'.
12259
12260 2008-02-10  Jim Meyering  <meyering@redhat.com>
12261
12262         New script and module: useless-if-before-free
12263         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
12264         * build-aux/useless-if-before-free: New file.
12265         * modules/useless-if-before-free: New file.
12266
12267         * build-aux/gitlog-to-changelog: Use committer date, not author date.
12268
12269         xstrtol_error: Fix typo.
12270         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
12271         s/exit_failure/exit_status/.
12272
12273 2008-02-09  Jim Meyering  <meyering@redhat.com>
12274
12275         New script and module: gitlog-to-changelog
12276         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
12277         * modules/gitlog-to-changelog: New file.
12278         * build-aux/gitlog-to-changelog: New file.
12279
12280 2008-02-08  Jim Meyering  <meyering@redhat.com>
12281
12282         Avoid two "parameter unused" warnings.
12283         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
12284         Mark "st" as used.
12285
12286         Use "git COMMAND", not "git-COMMAND".
12287         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
12288         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
12289         * build-aux/git-version-gen: Use "git status", not "git-status".
12290
12291 2008-02-07  Bruno Haible  <bruno@clisp.org>
12292
12293         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
12294         Avoids a crash on Windows Vista.
12295         Reported by Adam Strzelecki <ono@java.pl> via
12296         Simon Josefsson <simon@josefsson.org>.
12297
12298 2008-02-06  Bruno Haible  <bruno@clisp.org>
12299
12300         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
12301         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
12302         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
12303         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
12304         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12305         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12306         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
12307         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
12308         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12309         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12310         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12311         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12312         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12313         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12314         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12315         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
12316         left-adjust flag.
12317         * tests/test-snprintf-posix.h (test_function): Likewise.
12318         * tests/test-sprintf-posix.h (test_function): Likewise.
12319         * tests/test-vasprintf-posix.c (test_function): Likewise.
12320         * doc/posix-functions/fprintf.texi: Update.
12321         * doc/posix-functions/printf.texi: Update.
12322         * doc/posix-functions/snprintf.texi: Update.
12323         * doc/posix-functions/sprintf.texi: Update.
12324         * doc/posix-functions/vfprintf.texi: Update.
12325         * doc/posix-functions/vprintf.texi: Update.
12326         * doc/posix-functions/vsnprintf.texi: Update.
12327         * doc/posix-functions/vsprintf.texi: Update.
12328         Reported by Peter Fales <psfales@alcatel-lucent.com>.
12329
12330 2008-02-06  Bruno Haible  <bruno@clisp.org>
12331
12332         Fix bug introduced on 2008-01-26.
12333         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
12334
12335 2008-02-06  Bruno Haible  <bruno@clisp.org>
12336
12337         Fix bug introduced on 2007-06-10.
12338         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
12339         !NEED_PRINTF_FLAG_ZERO.
12340
12341 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
12342
12343         getloadavg: use libperfstat on AIX5
12344         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
12345
12346 2008-02-03  Bruno Haible  <bruno@clisp.org>
12347
12348         * lib/diffseq.h: Add comments about required #includes.
12349         Reported by Michael Biggs <gnulib@doubleplum.net>.
12350
12351 2008-02-01  Bruno Haible  <bruno@clisp.org>
12352
12353         * users.txt: Add gnuit.
12354
12355 2008-01-31  Bruno Haible  <bruno@clisp.org>
12356
12357         * lib/md4.c (set_uint32): Mark as inline.
12358         * lib/md5.c (set_uint32): Likewise.
12359         * lib/sha1.c (set_uint32): Likewise.
12360         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
12361         * m4/md5.m4 (gl_MD5): Likewise.
12362         * m4/sha1.m4 (gl_SHA1): Likewise.
12363
12364 2008-01-31  Jim Meyering  <meyering@redhat.com>
12365
12366         Use "sizeof VAR", rather than a literal "4".
12367         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
12368         * lib/md4.c (md4_read_ctx): Likewise.
12369         * lib/sha1.c (sha1_read_ctx): Likewise.
12370
12371 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12372
12373         * tests/test-sha1.c: New file, based on test-md5.c.
12374
12375         * modules/crypto/sha1-tests: New file.
12376
12377 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12378
12379         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
12380
12381 2008-01-31  Jim Meyering  <meyering@redhat.com>
12382
12383         Prefer "sizeof v" over the equivalent "4".
12384         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
12385         * lib/md5.c (set_uint32): Likewise.
12386         * lib/sha1.c (set_uint32): Likewise.
12387
12388 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12389
12390         * lib/sha1.c (set_uint32): Mark function as static.
12391
12392 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12393
12394         md2: clarify comments to say that alignment is not required.
12395         * lib/md2.h: Remove warning about alignment in comment.
12396         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
12397         never been required.
12398
12399 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12400
12401         md4: adapt alignment constraint fix from sha1.
12402         * lib/md4.c (set_uint32): New function, from sha1.c
12403         (md4_read_ctx): Use it.
12404         (md4_finish_ctx): Doc fix.
12405         * lib/md4.h: Doc fix.
12406
12407 2008-01-31  Simon Josefsson  <simon@josefsson.org>
12408
12409         md5: adapt alignment constraint fix from sha1.
12410         * lib/md5.c (set_uint32): New function, from sha1.c
12411         (md5_read_ctx): Use it.
12412         (md5_finish_ctx): Doc fix.
12413         * lib/md5.h: Doc fix.
12414
12415 2008-01-30  Peter Palfrader  <weasel@debian.org>
12416
12417         sha1: remove the result buffer alignment constraint
12418         * lib/sha1.c (set_uint32): New function.
12419         (sha1_read_ctx): Rewrite to remove the result buffer alignment
12420         constraint.
12421         (sha1_finish_ctx): Remove comment warning about alignment constraint.
12422         * lib/sha1.h: Likewise.
12423
12424 2008-01-30  Andreas Schwab  <schwab@suse.de>
12425             Bruno Haible  <bruno@clisp.org>
12426
12427         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
12428         correct definition of LDBL_MIN_EXP.
12429
12430 2008-01-30  Karl Berry  <karl@gnu.org>
12431
12432         * config/srclist-update: try to preserve x bit on updates.
12433         * config/srclistvars.sh: update for karl.
12434
12435 2008-01-29  Jim Meyering  <meyering@redhat.com>
12436
12437         vasnprintf.c: Avoid warning about unused label
12438         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
12439         "overflow" label definition and associated code with the
12440         same cpp condition that guards the sole use of that label.
12441
12442 2008-01-26  Bruno Haible  <bruno@clisp.org>
12443
12444         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
12445         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
12446         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
12447         * lib/isnanl-nolibm.h (isnanl): Likewise.
12448         Reported by Paul Eggert <eggert@cs.ucla.edu>.
12449
12450 2008-01-26  Bruno Haible  <bruno@clisp.org>
12451
12452         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
12453         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
12454
12455 2008-01-26  Bruno Haible  <bruno@clisp.org>
12456
12457         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
12458         GCC >= 4.0 built-in.
12459         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
12460
12461 2008-01-26  Bruno Haible  <bruno@clisp.org>
12462
12463         Rename isnan, applicable to 'double' only, to isnand.
12464         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
12465         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
12466         (configure.ac): Update.
12467         (Include): Replace "isnan.h" with "isnand.h".
12468         * m4/isnand.m4: Renamed from m4/isnan.m4.
12469         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
12470         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
12471         instead of isnan.c.
12472         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
12473         instead of HAVE_ISNAN_IN_LIBC.
12474         (isnand): Renamed from isnan.
12475         * lib/isnand.c: New file.
12476         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
12477         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
12478         (Makefile.am): Update.
12479         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
12480         Include isnand.h instead of isnan.h.
12481         (main): Test isnand instead of isnan.
12482         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
12483         isnan-nolibm.
12484         * modules/frexp (Depends-on): Likewise.
12485         * modules/frexp-tests (Depends-on): Likewise.
12486         * modules/frexp-nolibm (Depends-on): Likewise.
12487         * modules/frexp-nolibm-tests (Depends-on): Likewise.
12488         * modules/isfinite (Depends-on): Likewise.
12489         * modules/round-tests (Depends-on): Likewise.
12490         * modules/signbit (Depends-on): Likewise.
12491         * modules/signbit-tests (Depends-on): Likewise.
12492         * modules/snprintf-posix (Depends-on): Likewise.
12493         * modules/sprintf-posix (Depends-on): Likewise.
12494         * modules/trunc-tests (Depends-on): Likewise.
12495         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
12496         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
12497         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
12498         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
12499         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
12500         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
12501         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
12502         * modules/vasnprintf-posix (Depends-on): Likewise.
12503         * modules/vasprintf-posix (Depends-on): Likewise.
12504         * modules/vfprintf-posix (Depends-on): Likewise.
12505         * modules/vsnprintf-posix (Depends-on): Likewise.
12506         * modules/vsprintf-posix (Depends-on): Likewise.
12507         * lib/frexp.c: Include isnand.h instead of isnan.h.
12508         (ISNAN): Set to isnand instead of isnan.
12509         * lib/isfinite.c: Include isnand.h instead of isnan.h.
12510         (gl_isfinited): Use isnand instead of isnan.
12511         * lib/signbitd.c: Include isnand.h instead of isnan.h.
12512         (gl_signbitd): Use isnand instead of isnan.
12513         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
12514         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
12515         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
12516         (main): Use isnand instead of isnan.
12517         * tests/test-round1.c: Include isnand.h.
12518         (main): Use isnand instead of isnan.
12519         * tests/test-round2.c: Include isnand.h instead of isnan.h.
12520         (ISNAN): Set to isnand instead of isnan.
12521         * tests/test-trunc1.c: Include isnand.h.
12522         (main): Use isnand instead of isnan.
12523         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
12524         (equal): Use isnand instead of isnan.
12525         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
12526         isnand-nolibm.
12527         * NEWS: Mention the change.
12528
12529 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12530             Bruno Haible  <bruno@clisp.org>
12531
12532         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
12533         the GCC builtins for signbits are present and set
12534         REPLACE_SIGNBIT_USING_GCC if so.
12535         * lib/math.in.h (signbit): Define using GCC builtins if
12536         REPLACE_SIGNBIT_USING_GCC is set.
12537         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
12538         REPLACE_SIGNBIT_USING_GCC.
12539         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
12540
12541 2008-01-25  Jim Meyering  <meyering@redhat.com>
12542
12543         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
12544         * lib/poll.c: Include <config.h>, not "config.h".
12545         * tests/test-getaddrinfo.c: Likewise.
12546
12547 2008-01-25  Simon Josefsson  <simon@josefsson.org>
12548
12549         * modules/sockets-tests: New file.
12550
12551 2008-01-24  Simon Josefsson  <simon@josefsson.org>
12552
12553         * modules/sockets: New module, can be used to call WSA_Startup and
12554         WSA_Cleanup when needed.
12555
12556         * lib/sockets.h, lib/sockets.c: New files.
12557
12558         * m4/sockets.m4: New file.
12559
12560         * tests/test-sockets.c: New file.
12561
12562 2008-01-19  Bruno Haible  <bruno@clisp.org>
12563
12564         * doc/posix-headers: Renamed from doc/headers.
12565         * doc/posix-functions: Renamed from doc/functions.
12566         * doc/gnulib.texi: Update.
12567
12568 2008-01-19  Bruno Haible  <bruno@clisp.org>
12569
12570         * doc/glibc-functions/strcasestr.texi: Include contents of
12571         doc/functions/strcasestr.texi, fixing the list of platforms.
12572         * doc/functions/strcasestr.texi: Remove file.
12573
12574 2008-01-19  Bruno Haible  <bruno@clisp.org>
12575
12576         * doc/glibc-functions/memmem.texi: Include contents of
12577         doc/functions/memmem.texi.
12578         * doc/functions/memmem.texi: Remove file.
12579
12580 2008-01-18  Bruno Haible  <bruno@clisp.org>
12581
12582         * doc/glibc-functions/*.texi: New files.
12583         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
12584         to use the new files.
12585
12586 2008-01-17  Bruno Haible  <bruno@clisp.org>
12587
12588         * tests/test-gethostname.c (main): Fix printf statement.
12589
12590 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12591
12592         * modules/gethostname-tests: New file.
12593
12594         * tests/test-gethostname.c: New file.
12595
12596 2008-01-17  Simon Josefsson  <simon@josefsson.org>
12597
12598         * lib/gethostname.c: Include string.h unconditionally, strncpy is
12599         used by the UNAME case.  Reported by Bruno Haible
12600         <bruno@clisp.org>.
12601
12602 2008-01-17  Eric Blake  <ebb9@byu.net>
12603
12604         Convert c-strcasestr to be more efficient.
12605         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
12606         (Depends-on): Add c-strcase, remove malloca, strnlen.
12607         * tests/test-c-strcasestr.c (main): Enhance test.
12608         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
12609
12610 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
12611
12612         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
12613         Use it in creating po/Makevars.
12614
12615 2008-01-15  Simon Josefsson  <simon@josefsson.org>
12616
12617         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
12618         Applications that requires it should initialize libgcrypt
12619         manually.
12620
12621 2008-01-16  Simon Josefsson  <simon@josefsson.org>
12622
12623         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
12624
12625 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
12626
12627         Fix problem with getdate on mingw32 reported by Simon Josefsson
12628         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
12629         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
12630         tzname", when deciding whether to declare tzname.
12631         * lib/strftime.c (tzname): Likewise.
12632
12633 2008-01-15  Bruno Haible  <bruno@clisp.org>
12634
12635         Work around a MacOS X 10.5 bug in frexpl().
12636         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
12637         * doc/functions/frexpl.texi: Document the bug.
12638         Reported by Elias Pipping <pipping@gentoo.org>.
12639
12640 2008-01-14  Eric Blake  <ebb9@byu.net>
12641
12642         Touch up previous patch.
12643         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
12644         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
12645
12646         Convert strcasestr module to use Two-Way algorithm.
12647         * modules/strcasestr-simple: New module, based on the old
12648         strcasestr, but with Two-Way rather than KMP.
12649         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
12650         * lib/string.in.h (rpl_strcasestr): Declare.
12651         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
12652         performance.
12653         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
12654         * modules/string (Makefile.am): Support strcasestr.
12655         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
12656         * modules/strcasestr-tests (Depends-on): Check for alarm.
12657         * tests/test-strcasestr.c: Augment test.
12658         * lib/str-two-way.h: Clean up stray macro.
12659         * NEWS: Document new module.
12660         * MODULES.html.sh (string handling): Likewise.
12661         * doc/functions/strcasestr.texi: New file.
12662         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
12663         here, since it is not a POSIX function.
12664
12665 2008-01-14  Colin Watson  <cjwatson@debian.org>
12666             Bruno Haible  <bruno@clisp.org>
12667
12668         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
12669         works fine; if not, set REPLACE_STRSIGNAL.
12670         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
12671         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12672         REPLACE_STRSIGNAL.
12673         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
12674         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
12675         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
12676
12677 2008-01-14  Bruno Haible  <bruno@clisp.org>
12678
12679         * modules/strsignal (Include): Change to <string.h>.
12680
12681 2008-01-14  Colin Watson  <cjwatson@debian.org>
12682
12683         * modules/argp (Notice): Add a notice recommending to change
12684         XGETTEXT_OPTIONS.
12685         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
12686
12687 2008-01-13  Colin Watson  <cjwatson@debian.org>
12688
12689         * modules/strsignal-tests: New file.
12690         * tests/test-strsignal.c: New file.
12691
12692         * lib/strsignal.c: New file, from glibc with modifications.
12693         * lib/siglist.h: New file, from glibc with modifications.
12694         * lib/string.in.h (strsignal): New declaration.
12695         * m4/strsignal.m4: New file.
12696         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12697         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
12698         * modules/strsignal: New file.
12699         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
12700         HAVE_DECL_STRSIGNAL.
12701
12702 2008-01-13  Bruno Haible  <bruno@clisp.org>
12703
12704         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
12705         locale encoding is not ASCII. Needed for OpenBSD 4.0.
12706         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
12707         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
12708
12709 2008-01-13  Bruno Haible  <bruno@clisp.org>
12710
12711         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
12712         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
12713         * lib/argp.h (__attribute__): Likewise.
12714         * lib/c-stack.c (__attribute__): Likewise.
12715         * lib/error.h (__attribute__): Likewise.
12716         * lib/fts.c (__attribute__): Likewise.
12717         * lib/openat.h (__attribute__): Likewise.
12718         * lib/stdio.in.h (__attribute__): Likewise.
12719         * lib/string.in.h (__attribute__): Likewise.
12720         * lib/utimens.c (__attribute__): Likewise.
12721         * lib/vasnprintf.h (__attribute__): Likewise.
12722         * lib/xalloc.h (__attribute__): Likewise.
12723         * lib/xprintf.h (__attribute__): Likewise.
12724         * lib/xstrtol.h (__attribute__): Likewise.
12725         * lib/xvasprintf.h (__attribute__): Likewise.
12726
12727 2008-01-12  Bruno Haible  <bruno@clisp.org>
12728
12729         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
12730         * doc/glibc-headers/a.out.texi: New file.
12731         * doc/glibc-headers/aliases.texi: New file.
12732         * doc/glibc-headers/alloca.texi: New file.
12733         * doc/glibc-headers/ar.texi: New file.
12734         * doc/glibc-headers/argp.texi: New file.
12735         * doc/glibc-headers/argz.texi: New file.
12736         * doc/glibc-headers/byteswap.texi: New file.
12737         * doc/glibc-headers/crypt.texi: New file.
12738         * doc/glibc-headers/endian.texi: New file.
12739         * doc/glibc-headers/envz.texi: New file.
12740         * doc/glibc-headers/err.texi: New file.
12741         * doc/glibc-headers/error.texi: New file.
12742         * doc/glibc-headers/execinfo.texi: New file.
12743         * doc/glibc-headers/fpu_control.texi: New file.
12744         * doc/glibc-headers/fstab.texi: New file.
12745         * doc/glibc-headers/fts.texi: New file.
12746         * doc/glibc-headers/getopt.texi: New file.
12747         * doc/glibc-headers/ieee754.texi: New file.
12748         * doc/glibc-headers/ifaddrs.texi: New file.
12749         * doc/glibc-headers/libintl.texi: New file.
12750         * doc/glibc-headers/mcheck.texi: New file.
12751         * doc/glibc-headers/mntent.texi: New file.
12752         * doc/glibc-headers/obstack.texi: New file.
12753         * doc/glibc-headers/paths.texi: New file.
12754         * doc/glibc-headers/printf.texi: New file.
12755         * doc/glibc-headers/pty.texi: New file.
12756         * doc/glibc-headers/resolv.texi: New file.
12757         * doc/glibc-headers/shadow.texi: New file.
12758         * doc/glibc-headers/sysexits.texi: New file.
12759         * doc/glibc-headers/ttyent.texi: New file.
12760
12761 2008-01-12  Jim Meyering  <meyering@redhat.com>
12762
12763         announce-gen: emit Gnulib's git-based version string.
12764         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
12765         New option --gnulib-version=V, where V is expected to be
12766         the output of running git describe in the gnulib directory.
12767         (get_tool_versions): Request feedback on xdelta.  I suspect it's
12768         not useful, and plan to stop publishing an xdelta file with each
12769         coreutils release.
12770
12771         * build-aux/announce-gen: Also check for lzma-compressed files.
12772
12773 2008-01-11  Bruno Haible  <bruno@clisp.org>
12774
12775         * tests/test-memmem.c (main): Increase maximum allowed time.
12776         * tests/test-strstr.c (main): Likewise.
12777
12778 2008-01-11  Bruno Haible  <bruno@clisp.org>
12779
12780         * doc/functions/memmem.texi: Add more precisions about platforms.
12781         * doc/functions/strstr.texi: Likewise.
12782
12783 2008-01-10  Eric Blake  <ebb9@byu.net>
12784
12785         * m4/strstr.m4: Delete cruft from copy-n-paste.
12786         Reported by Bruno Haible.
12787
12788 2008-01-10  Bruno Haible  <bruno@clisp.org>
12789
12790         Make c-strstr rely on strstr.
12791         * lib/c-strstr.c: Don't include str-kmp.h.
12792         (c_strstr): Define in terms of strstr.
12793         * modules/c-strstr (Files): Remove lib/str-kmp.h.
12794         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
12795
12796 2008-01-10  Bruno Haible  <bruno@clisp.org>
12797
12798         * doc/gnulib.texi (String Functions in C Locale): New section.
12799         * doc/c-ctype.texi: New file.
12800         * doc/c-strcase.texi: New file.
12801         * doc/c-strcaseeq.texi: New file.
12802         * doc/c-strcasestr.texi: New file.
12803         * doc/c-strstr.texi: New file.
12804         * doc/c-strtod.texi: New file.
12805         * doc/c-strtold.texi: New file.
12806
12807 2008-01-10  Eric Blake  <ebb9@byu.net>
12808
12809         * lib/relocatable.h: Fix a comment.
12810
12811 2008-01-10  Eric Blake  <ebb9@byu.net>
12812
12813         Share two-way algorithm.
12814         * lib/str-two-way.h: New file, merged from...
12815         * lib/memmem.c: ...here...
12816         * lib/strstr.c: ...and here.
12817         * modules/memmem (Files): Use it.
12818         * modules/strstr (Files): Likewise.
12819
12820         Avoid quadratic strstr implementations.
12821         * lib/strstr.c: New file.
12822         * m4/strstr.m4: Likewise.
12823         * modules/strstr: Likewise.
12824         * modules/strstr-tests: Likewise.
12825         * tests/test-strstr.c: Likewise.
12826         * lib/string.in.h (rpl_strstr): Declare.
12827         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
12828         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
12829         * modules/string (Makefile.am): Likewise.
12830         * MODULES.html.sh (string handling): Mention new module.
12831         * doc/functions/strstr.texi (strstr): Document the bug.
12832
12833 2008-01-10  Bruno Haible  <bruno@clisp.org>
12834
12835         * lib/relocatable.h (relocate): State whether result is freshly
12836         allocated or not.
12837         * lib/relocatable.c (relocate): Return a freshly allocated string
12838         instead of a pointer to a privately held string.
12839         Reported by Sylvain Beucler <beuc@gnu.org>.
12840
12841 2008-01-10  Colin Watson  <cjwatson@debian.org>
12842
12843         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
12844         s/S_ISNLK/S_ISLNK/.
12845
12846 2008-01-09  Bruno Haible  <bruno@clisp.org>
12847
12848         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
12849         and other files.
12850         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
12851         if it's only a guess.
12852         * modules/memmem: Simplify by depending on memmem-simple.
12853
12854 2008-01-09  Bruno Haible  <bruno@clisp.org>
12855
12856         Work around OpenBSD 4.0 tdelete() bug.
12857         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
12858         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
12859         macros and don't redefine the enum values.
12860         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
12861         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
12862         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
12863
12864 2008-01-09  Bruno Haible  <bruno@clisp.org>
12865
12866         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
12867         (main): Don't perform the tests if setlocale did not install a UTF-8
12868         locale. Needed on OpenBSD 4.0.
12869         * modules/wcwidth-tests (Depends-on): Add localcharset.
12870
12871 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
12874         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
12875         * NEWS: announce this.
12876         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
12877
12878 2008-01-09  Simon Josefsson  <simon@josefsson.org>
12879         and Eric Blake  <ebb9@byu.net>
12880
12881         Add memmem-simple module.
12882         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
12883         (gl_FUNC_MEMMEM): Separate performance from presence checks.
12884         * modules/memmem-simple: New file.
12885         * modules/memmem (Description): Tweak.
12886         * MODULES.html.sh (string handling): Mention new module.
12887         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
12888         addressed by memmem-simple.
12889         * NEWS: Document the difference.
12890
12891 2008-01-09  Eric Blake  <ebb9@byu.net>
12892
12893         Give gcc some memmem optimization hints.
12894         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
12895         (strcasestr): Declare as pure.
12896         * modules/memmem (Maintainer): Claim my implementation.
12897
12898 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12899
12900         Support AIX 6.1 and higher.
12901         * build-aux/config.libpath: Likewise.
12902         * build-aux/config.rpath: Likewise.
12903
12904 2008-01-08  Jim Meyering  <meyering@redhat.com>
12905             Bruno Haible  <bruno@clisp.org>
12906
12907         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
12908         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
12909         Reported by Peter Fales in
12910         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
12911
12912 2008-01-08  Bruno Haible  <bruno@clisp.org>
12913
12914         * modules/unictype/category-of (Depends-on): Add
12915         unictype/category-none.
12916         * modules/unictype/category-and-tests (Depends-on): Add
12917         unictype/category-{L,N,Lu,Nd}.
12918         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
12919         * modules/unictype/category-or-tests (Depends-on): Add
12920         unictype/category-{L,N}.
12921         * modules/unictype/category-name-tests (Depends-on): Add
12922         unictype/category-{Z,Nl}.
12923         Reported by Simon Josefsson.
12924
12925 2008-01-08  Bruno Haible  <bruno@clisp.org>
12926
12927         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
12928         convention better.
12929         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
12930         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
12931         Reported by Peter Miller <millerp@canb.auug.org.au>.
12932
12933 2008-01-08  Eric Blake  <ebb9@byu.net>
12934
12935         Rewrite memmem to guarantee linear complexity without malloc.
12936         * lib/memmem.c (memmem): Use Two-Way rather than
12937         Knuth-Morris-Pratt, to allow O(1) space usage.
12938         (critical_factorization, two_way_short_needle)
12939         (two_way_long_needle): New functions.
12940         (knuth_morris_pratt): Delete.
12941         * modules/memmem (Depends-on): No longer need malloca or stdbool.
12942         Add stdint.
12943         * tests/test-memmem.c (main): Add tests for periodic needle and
12944         sublinear performance.
12945         * doc/functions/memmem.texi (memmem): Document other deficiencies
12946         in cygwin and older glibc.
12947
12948 2008-01-08  Bruno Haible  <bruno@clisp.org>
12949
12950         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
12951         augmentation.
12952
12953 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
12954
12955         Add a configure time option: --disable-acl.
12956         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
12957         AC_ARG_ENABLE(acl).
12958
12959 2008-01-06  Simon Josefsson  <simon@josefsson.org>
12960
12961         * tests/test-localename.c: Don't include obsolete "setenv.h".
12962
12963         * modules/localename-tests (Depends-on): Need unsetenv.
12964
12965 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12966
12967         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
12968
12969 2008-01-06  Colin Watson  <cjwatson@debian.org>
12970
12971         * users.txt: Add man-db.
12972
12973 2008-01-07  Bruno Haible  <bruno@clisp.org>
12974
12975         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
12976         previous section name.
12977
12978 2008-01-07  Bruno Haible  <bruno@clisp.org>
12979
12980         * lib/progname.c (set_program_name): Don't strip off a leading
12981         "lt-" prefix outside a .libs directory.
12982         Suggested by Paul Eggert.
12983
12984 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
12985             Bruno Haible  <bruno@clisp.org>
12986
12987         Improve memory cleanup in 'relocatable' module.
12988         * lib/relocatable.h (compute_curr_prefix): Change return type to
12989         'char *'.
12990         * lib/relocatable.c (compute_curr_prefix): Change return type to
12991         'char *'. Free curr_installdir after use.
12992         (relocate): Free curr_prefix_better after use.
12993         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
12994
12995 2008-01-01  Bruno Haible  <bruno@clisp.org>
12996
12997         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
12998         failure on older glibc systems.
12999         Reported by Peter Fales <psfales@alcatel-lucent.com>.
13000
13001 2008-01-05  Eric Blake  <ebb9@byu.net>
13002
13003         Avoid quadratic system memmem.
13004         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
13005         Reported by Ralf Wildenhues.
13006
13007         Fix memmem test for mingw.
13008         * modules/memmem-tests (configure.ac): Check for alarm.
13009         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
13010         it.
13011         * doc/functions/memmem.texi: New file.
13012         * doc/gnulib.texi (Function Substitutes): Add memmem.
13013         Reported by Bruno Haible.
13014
13015 2008-01-04  Bruno Haible  <bruno@clisp.org>
13016
13017         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
13018         Require gl_HEADER_STRINGS_H_DEFAULTS, not
13019         gl_HEADER_STRING_H_DEFAULTS.
13020
13021 2008-01-04  Eric Blake  <ebb9@byu.net>
13022
13023         Shorten duration of memmem test.
13024         * tests/test-memmem.c (main): Use alarm to declare failure if test
13025         is taking too long.
13026         Reported by Ralf Wildenhues.
13027
13028 2007-12-21  Simon Josefsson  <simon@josefsson.org>
13029
13030         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
13031         string, needed by strerror.
13032
13033 2008-01-03  Colin Watson  <cjwatson@debian.org>
13034             Bruno Haible  <bruno@clisp.org>
13035
13036         * doc/gnulib-tool.texi (Localization): New section.
13037
13038 2008-01-02  Bruno Haible  <bruno@clisp.org>
13039
13040         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
13041         variables to 'unsigned char *' type.
13042         Reported by Paul Eggert.
13043
13044 2008-01-02  Jim Meyering  <jim@meyering.net>
13045
13046         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
13047
13048 2007-12-31  Jim Meyering  <jim@meyering.net>
13049
13050         Avoid use of private FTS type name.
13051         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
13052
13053 2007-12-30  Karl Berry  <karl@gnu.org>
13054
13055         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
13056         work around defect in Texinfo and/or the standalone Info browser.
13057
13058 2007-12-30  Bruno Haible  <bruno@clisp.org>
13059
13060         Unify 5 copies of the KMP code.
13061         * lib/str-kmp.h: New file.
13062         * lib/c-strcasestr.c: Include str-kmp.h.
13063         (knuth_morris_pratt): Remove function.
13064         (c_strcasestr): Update.
13065         * lib/c-strstr.c: Include str-kmp.h.
13066         (knuth_morris_pratt): Remove function.
13067         (c_strcasestr): Update.
13068         * lib/mbscasestr.c: Include str-kmp.h.
13069         (knuth_morris_pratt_unibyte): Remove function.
13070         * lib/mbsstr.c: Include str-kmp.h.
13071         (knuth_morris_pratt_unibyte): Remove function.
13072         * lib/strcasestr.c: Include str-kmp.h.
13073         (knuth_morris_pratt): Remove function.
13074         (strcasestr): Update.
13075         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
13076         * modules/c-strstr (Files): Likewise.
13077         * modules/mbscasestr (Files): Likewise.
13078         * modules/mbsstr (Files): Likewise.
13079         * modules/strcasestr (Files): Likewise.
13080         Suggested by Paul Eggert.
13081
13082 2007-12-30  Bruno Haible  <bruno@clisp.org>
13083
13084         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
13085         defined.
13086
13087 2007-12-30  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/xmalloca.h: Include xalloc.h.
13090         (xnmalloca): New macro.
13091
13092 2007-12-30  Bruno Haible  <bruno@clisp.org>
13093
13094         * lib/malloca.h (nmalloca): New macro.
13095         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
13096         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
13097         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
13098         knuth_morris_pratt_multibyte): Likewise.
13099         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
13100         knuth_morris_pratt_multibyte): Likewise.
13101         * lib/memmem.c (knuth_morris_pratt): Likewise.
13102         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
13103
13104 2007-12-25  Bruno Haible  <bruno@clisp.org>
13105
13106         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
13107         * lib/glob.c: Don't include openat.h.
13108         (link_exists2_p): Add back the code that deals with the
13109         !GLOB_ALTDIRFUNC case.
13110         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
13111         let it do the filename concatenation.
13112         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
13113         * modules/glob (Depends-on): Remove openat.
13114
13115 2007-12-31  Bruno Haible  <bruno@clisp.org>
13116
13117         * modules/dirfd (License): Change to LGPLv2+.
13118         Approved by Jim Meyering.
13119
13120 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
13121
13122         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
13123         when multiplying M by sizeof (size_t).
13124
13125 2007-12-10  Martin Lambers  <marlam@marlam.de>
13126
13127         Override getpagesize on mingw.
13128         * lib/getpagesize.c: New file.
13129         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
13130         * modules/getpagesize (Files): Add lib/getpagesize.c.
13131         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
13132         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13133         REPLACE_GETPAGESIZE.
13134         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
13135
13136 2007-12-25  Bruno Haible  <bruno@clisp.org>
13137
13138         * modules/localcharset (Notice): New field.
13139         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
13140         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
13141
13142 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
13143             Bruno Haible  <bruno@clisp.org>
13144
13145         Avoid using the syntax symbol() in formatted documentation.
13146         * MODULES.html.sh (func_module): When replacing symbol() with a
13147         hyperlink, remove the parentheses. Show an error if some remain.
13148         Recognize and render the '...' syntax.
13149         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
13150         Rework. Add paragraph about GCC's inlining.
13151         * doc/alloca.texi: Likewise.
13152         * doc/error.texi: Remove parentheses from symbol reference.
13153         * doc/gnulib-intro.texi: Likewise.
13154         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
13155         * modules/fnmatch (Description): Reword to say "the ... function".
13156         * modules/full-read (Description): Likewise.
13157         * modules/full-write (Description): Likewise.
13158         * modules/safe-read (Description): Likewise.
13159         * modules/safe-write (Description): Likewise.
13160         * modules/strchrnul (Description): Likewise.
13161         * modules/trim (Description): Likewise.
13162         * modules/error (Description): Remove parentheses from symbol
13163         references.
13164         * modules/verror (Description): Likewise.
13165         Reported by Karl Berry.
13166
13167 2007-12-25  Bruno Haible  <bruno@clisp.org>
13168
13169         Fixup after 2007-10-16 commit.
13170         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
13171
13172 2007-12-24  Bruno Haible  <bruno@clisp.org>
13173
13174         Make --enable-relocatable work with DESTDIR.
13175         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
13176         to compute installdir from destprog.
13177         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
13178         also set the RELOC_DESTDIR variable.
13179         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13180
13181 2007-12-24  Bruno Haible  <bruno@clisp.org>
13182
13183         Fix link error due to xalloc_die().
13184         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
13185         of xreadlink.
13186         * lib/relocwrapper.c: Update comments.
13187         * build-aux/install-reloc: Remove xreadlink.c from file list.
13188         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
13189         xreadlink.c.
13190         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13191
13192 2007-12-24  Bruno Haible  <bruno@clisp.org>
13193
13194         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
13195         * lib/setenv.h: Remove file.
13196         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
13197         lib/setenv.h.
13198         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
13199         (Depends-on): Add stdlib.
13200         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
13201         gl_FUNC_UNSETENV.
13202         (Include): Replace setenv.h with <stdlib.h>.
13203         * modules/unsetenv: New file.
13204         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
13205         * lib/unsetenv.c: Include <stdlib.h> first.
13206         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
13207         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
13208         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
13209         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
13210         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
13211         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13212         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
13213         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
13214         * doc/functions/unsetenv.texi: Update.
13215         * modules/xsetenv (Depends-on): Add unsetenv.
13216         * modules/getdate (Depends-on): Likewise.
13217         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
13218         * lib/xsetenv.c: Don't include setenv.h.
13219         * lib/getdate.y: Likewise.
13220         * lib/relocwrapper.c: Likewise.
13221         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
13222         (Depends-on): Add stdlib.
13223         * NEWS: Mention the changes.
13224         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
13225
13226 2007-12-23  Bruno Haible  <bruno@clisp.org>
13227
13228         * lib/memmem.c (memmem): Use lowercase variable names. Tab
13229         indentation.
13230
13231 2007-12-23  Bruno Haible  <bruno@clisp.org>
13232
13233         * lib/c-strcasestr.c: Add more comments.
13234         * lib/c-strstr.c: Likewise.
13235         * lib/mbscasestr.c: Likewise.
13236         * lib/mbsstr.c: Likewise.
13237         * lib/strcasestr.c: Likewise.
13238         * lib/memmem.c: Likewise.
13239
13240 2007-12-23  Bruno Haible  <bruno@clisp.org>
13241
13242         * tests/test-memmem.c: Include <string.h> first.
13243
13244 2007-12-22  Bruno Haible  <bruno@clisp.org>
13245
13246         * gnulib-tool (func_create_testdir): Change $auxdir while generating
13247         the contents of $testsbase.
13248         Reported by Ralf Wildenhues.
13249
13250 2007-12-22  Bruno Haible  <bruno@clisp.org>
13251
13252         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
13253         two variables local_ldadd_before, local_ldadd_last.
13254
13255 2007-12-20  Eric Blake  <ebb9@byu.net>
13256
13257         Work around circular library issue when cross-compiling.
13258         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
13259         that progname.o does not need to pull in rpl_memcmp.
13260
13261 2007-12-19  Eric Blake  <ebb9@byu.net>
13262
13263         Fix memmem to avoid O(n^2) worst-case complexity.
13264         * lib/memmem.c (knuth_morris_pratt): New function.
13265         (memmem): Use it if first few naive iterations fail.
13266         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
13267         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
13268         * modules/memchr (License): Likewise.
13269         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
13270         malloca.
13271         * tests/test-memmem.c: Rewrite, borrowing ideas from
13272         test-mbsstr1.c; the old version wouldn't even compile!
13273         * modules/memmem-tests: New file.
13274         * lib/string.in.h (rpl_memmem): Add declaration.
13275         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
13276         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
13277         REPLACE_MEMMEM.
13278
13279 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
13280
13281         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
13282         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
13283         before any system include files, and undef after them all.  This
13284         should fix a problem on VMS reported by John E. Malmberg in
13285         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
13286
13287 2007-12-17  Eric Blake  <ebb9@byu.net>
13288
13289         Revert addition of verify, for BSD/OS.
13290         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
13291         can't handle large files, for the sake of obsolete platforms.
13292         * modules/fseeko (Depends-on): Remove verify.
13293         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
13294         * doc/functions/ftello.texi (ftello): Likewise.
13295         * doc/functions/fgetpos.texi (fgetpos): Likewise.
13296         Reported by Larry Jones.
13297
13298 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
13299
13300         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
13301         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
13302
13303 2007-12-17  Jim Meyering  <meyering@redhat.com>
13304
13305         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
13306         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
13307         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
13308         * modules/getcwd (Depends-on): Add openat.
13309         Reported by Petr Salinger.
13310
13311 2007-12-17  Bruno Haible  <bruno@clisp.org>
13312
13313         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
13314         avoid a segmentation fault of the configure test on x86_64 systems.
13315
13316 2007-12-15  Jim Meyering  <meyering@redhat.com>
13317
13318         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
13319
13320 2007-12-13  Eric Blake  <ebb9@byu.net>
13321
13322         Another fseek test.
13323         * tests/test-fseek.c (main): Also test ungetc handling.
13324         * tests/test-fseeko.c (main): Likewise.
13325         * modules/fseeko (Depends-on): Add verify.
13326         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
13327         large.
13328         Reported by Larry Jones.
13329
13330         Fix fseeko on mingw.
13331         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
13332         seek.
13333
13334         Beef up fseek tests.
13335         * tests/test-fseek.c (main): Also test eof handling.
13336         * tests/test-fseeko.c (main): Likewise.
13337         Reported by Larry Jones.
13338
13339 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
13340
13341         Fix fseeko on BSD-based platforms.
13342         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
13343         successful seek.
13344
13345 2007-12-12  Eric Blake  <ebb9@byu.net>
13346
13347         Allow circular dependency of separate libtests.a
13348         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
13349         when use_libtests.
13350
13351 2007-12-11  Eric Blake  <ebb9@byu.net>
13352
13353         Fix bug with -0.0L in previous patch.
13354         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
13355         * tests/test-isnan.c (main): Also test on zeroes.
13356         * tests/test-isnanf.c (main): Likewise.
13357         * tests/test-isnanl.h (main): Likewise.
13358
13359         Detect pseudo-denormals on x86 even when cross-compiling.
13360         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
13361         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
13362         invalid bit patterns that happen to satisfy ==.
13363
13364         Avoid link failures with separate libtests.a.
13365         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
13366         last, to satisfy circular dependencies.
13367
13368 2007-12-11  Eric Blake  <ebb9@byu.net>
13369         and Bruno Haible  <bruno@clisp.org>
13370
13371         Fix OpenBSD 4.0 <float.h> handling of long double.
13372         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
13373         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
13374         * doc/headers/float.texi (float.h): Document OpenBSD bug.
13375
13376 2007-12-11  Jim Meyering  <meyering@redhat.com>
13377
13378         * users.txt: Add libvirt.
13379
13380         Support versions of autoconf prior to 2.59c.
13381         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
13382         if it is not already defined.
13383
13384 2007-12-09  Bruno Haible  <bruno@clisp.org>
13385
13386         Let 'gnulib-tool --import' collect sources needed for the tests in
13387         tests/ rather than in lib/.
13388         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
13389         argument. If true, add rules to generate libtests.a, and put libtests.a
13390         into $(LDADD). Consider source files in subdirectories and set
13391         uses_subdirs.
13392         (func_emit_initmacro_start, func_emit_initmacro_end,
13393         func_emit_initmacro_done): Pass all arguments explicitly.
13394         (func_import): Determine two module lists main_modules,
13395         testsrelated_modules. Determine use_libtests. Determine two variables
13396         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
13397         instead of just sed_transform_lib_file. Determine two variables
13398         main_files and testsrelated_files. Compute 'files' as the union of
13399         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
13400         func_add_or_update. In the generated gnulib-comp.m4, collect the
13401         object files for tests/ in different variables than those for lib/.
13402         Substitute LIBTESTS_LIBDEPS.
13403         (func_create_testdir): Combine the uses_subdirs results from
13404         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
13405
13406 2007-12-09  Bruno Haible  <bruno@clisp.org>
13407
13408         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
13409         the build-aux directory.
13410
13411 2007-12-09  Bruno Haible  <bruno@clisp.org>
13412
13413         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
13414         introduced on 2006-09-09.
13415
13416 2007-12-07  Jim Meyering  <meyering@redhat.com>
13417
13418         Let these macros work also with autoconf-2.59.
13419         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
13420         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
13421         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
13422
13423 2007-12-06  Jim Meyering  <meyering@redhat.com>
13424
13425         Avoid a configure-time syntax error in gl_FUNC_ACL.
13426         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
13427         function in each branch, before testing the cache variable.
13428
13429 2007-12-04  Eric Blake  <ebb9@byu.net>
13430
13431         Make scripts executable.
13432         * build-aux/config.guess: Add execute permissions.
13433         * build-aux/config.sub: Likewise.
13434         * build-aux/gendocs.sh: Likewise.
13435
13436         Fix frexp on mingw.
13437         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
13438         cross-compiling.
13439         * doc/functions/frexp.texi (frexp): Document the bug.
13440
13441         Make cygwin fseeko check more reliable.
13442         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
13443         version numbers, rather than unrelated feature check.
13444         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
13445         * doc/functions/ftello.texi (ftello): Likewise.
13446         Reported by Bruno Haible.
13447
13448         * m4/strerror.m4: Bump version number.
13449
13450 2007-12-03  Bruno Haible  <bruno@clisp.org>
13451
13452         * doc/functions/mprotect.texi: Mention the mingw problem.
13453
13454 2007-12-03  Eric Blake  <ebb9@byu.net>
13455
13456         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
13457         REPLACE_STRERROR is initialized before this macro.
13458
13459 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
13462         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
13463         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
13464         put -lsec in even for programs other than 'ls'.  This fixes a problem
13465         for gettext reported by Bruno Haible in
13466         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
13467         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
13468         Add support for Solaris 10.  This isn't efficient, but should get the
13469         job done for now.
13470
13471 2007-12-03  James Youngman  <jay@gnu.org>
13472
13473         * doc/regexprops-generic.texi: change "an close-group" to "a
13474         close-group" and "illegal" to "not allowed".
13475
13476 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13477
13478         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
13479         pr_byname.h. Needed for the rare case when the maintainer has done
13480         "make maintainer-clean" in the source directory and then attempts a
13481         build outside the source directory.
13482         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
13483         scripts_byname.h.
13484
13485 2007-12-02  Martin Lambers <marlam@marlam.de>
13486             Bruno Haible  <bruno@clisp.org>
13487
13488         * lib/getpagesize.h: Remove file.
13489         * lib/unistd.in.h: Include declaration of getpagesize here.
13490         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
13491         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
13492         HAVE_SYS_PARAM_H.
13493         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
13494         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13495         * modules/getpagesize (Files): Remove lib/getpagesize.h.
13496         (Depends-on): Add unistd.
13497         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
13498         (Include): Use <unistd.h> instead of getpagesize.h.
13499         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
13500         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
13501         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
13502         gl_GETPAGESIZE invocation, already handled by module dependency.
13503         * lib/pagealign_alloc.c: Don't include getpagesize.h.
13504
13505 2007-12-02  Bruno Haible  <bruno@clisp.org>
13506
13507         * modules/strings-tests: New file.
13508         * tests/test-strings.c: New file.
13509
13510         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
13511         * lib/strings.in.h: New file.
13512         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
13513         * m4/strings_h.m4: New file.
13514         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
13515         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
13516         * modules/strings: New file.
13517         * modules/string (Makefile.am): Update.
13518         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
13519         Reported by Karl Berry.
13520
13521 2007-12-01  Eric Blake  <ebb9@byu.net>
13522
13523         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
13524         accomodate fix in cygwin 1.5.25.
13525
13526 2007-12-01  Jim Meyering  <meyering@redhat.com>
13527
13528         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
13529         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
13530         that would inhibit utf8-optimization of a regexp containing line-
13531         or buffer-anchors, e.g., `^', `$'.
13532
13533 2007-11-30  Bruno Haible  <bruno@clisp.org>
13534
13535         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
13536         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
13537         glthread_recursive_lock_init.
13538         * lib/lock.c (glthread_recursive_lock_init)
13539         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
13540         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13541
13542 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
13543
13544         New function qset_acl, like set_acl but with syscall semantics.
13545         * lib/acl.h (qset_acl): New decl.
13546         * lib/acl.c (qset_acl): New function.
13547         (set_acl): Use new function.  Use more-consistent diagnostics.
13548
13549 2007-11-28  Jim Meyering  <meyering@redhat.com>
13550
13551         * modules/physmem (License): Change from GPL to LGPLv2+.
13552
13553 2007-11-26  Bruno Haible  <bruno@clisp.org>
13554
13555         * lib/vasnprintf.c (decode_long_double): Don't abort if the
13556         'long double' type has excess precision.
13557         Reported by Jim Meyering in
13558         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
13559
13560 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13561
13562         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
13563         Sync from <http://gnu.org/licenses>.
13564         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
13565         with license text from same location.
13566         * doc/maintain.texi, doc/standards.texi:  Sync from
13567         <http://savannah.gnu.org/projects/gnustandards>.
13568
13569 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
13570         and Jim Meyering  <meyering@redhat.com>
13571
13572         Adjust getdate' grammar to accept a slightly more regular language.
13573         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
13574         Before, the former was rejected.
13575         * lib/getdate.y (digits_to_date_time): New function, factored
13576         out of ...
13577         (number): ...here.  Just call digits_to_date_time.
13578         (hybrid): New non-terminal to handle an <unsigned number,
13579         signed relative offset> sequence consistently.
13580
13581 2007-11-18  Jim Meyering  <meyering@redhat.com>
13582
13583         Pull my changes from coreutils:
13584         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
13585         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
13586         use of $gnulib_tool_option_extras, so that it's separated from the
13587         preceding argument.
13588
13589         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
13590         * build-aux/bootstrap (cp_mark_as_generated): Create any required
13591         parent destination directories before copying a file into place.
13592
13593 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13594
13595         bootstrap: work also with 4-argument variant of AC_INIT
13596         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
13597
13598 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13599
13600         Port test-getaddrinfo to Solaris.
13601         Problem reported by Bruno Haible in
13602         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
13603         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
13604         explanation of setting 'hints'.
13605         Don't reject an implementation merely because it returns EAI_SERVICE.
13606         (EAI_SERVICE): Define to 0 if not defined.
13607
13608 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13609
13610         The license of gnu-make and posix-shell is now "GPLed build tool".
13611         * modules/gnu-make (License): Likewise.
13612         * modules/posix-shell (License): Likewise.
13613
13614         New module posix-shell, for determining a POSIX shell
13615         or perhaps something that is close enough to a POSIX shell.
13616         * m4/posix-shell.m4: New file.
13617         * modules/posix-shell: New file.
13618
13619         * MODULES.html.sh: Mention new module.
13620
13621         New module gnu-make, for determining whether we're using GNU Make.
13622         * m4/gnu-make.m4: New file.
13623         * modules/gnu-make: New file.
13624         * MODULES.html.sh: Mention new module.
13625
13626 2007-11-14  Jim Meyering  <meyering@redhat.com>
13627
13628         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
13629         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
13630         use this macro to create a function _definition_.
13631         Remove useless "#undef ARGMATCH_DIE".
13632
13633 2007-11-14  Bruno Haible  <bruno@clisp.org>
13634
13635         * lib/config.charset: Update for OpenBSD 4.1.
13636         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
13637
13638 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
13639
13640         Document 64-bit #if problems in stdint.texi.
13641         * doc/headers/stdint.texi (stdint.h): Mention problems with
13642         64-bit-#if, and how to work around them.
13643
13644         Don't insist on 'long long int' support in the preprocessor.  It
13645         breaks too many things.  For example, PRIdMAX still uses a 'long
13646         long int' format with the latest Sun compiler, even though
13647         HAVE_LONG_LONG_INT isn't defined due to that compiler's
13648         preprocessor problem.  This causes the latest coreutils to dump
13649         core on Solaris 10 sparc with the Sun C compiler.
13650         Instead, fix the 2007-10-16 problem in a different way, by evaluating
13651         the troublesome expressions at configure-time, not at #if-time.
13652         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
13653         preprocessor.
13654         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
13655         compile-time C checks, done at 'configure'-time.
13656         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
13657         * modules/inttypes (Makefile): Substitute the new symbols that
13658         gl_INTTYPES_H now generates.
13659         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
13660
13661 2007-11-12  Bruno Haible  <bruno@clisp.org>
13662
13663         Tests for Unicode character classification functions.
13664
13665         * modules/unictype/bidicategory-byname-tests: New file.
13666         * modules/unictype/bidicategory-name-tests: New file.
13667         * modules/unictype/bidicategory-of-tests: New file.
13668         * modules/unictype/bidicategory-test-tests: New file.
13669         * modules/unictype/block-list-tests: New file.
13670         * modules/unictype/block-of-tests: New file.
13671         * modules/unictype/block-test-tests: New file.
13672         * modules/unictype/category-C-tests: New file.
13673         * modules/unictype/category-Cc-tests: New file.
13674         * modules/unictype/category-Cf-tests: New file.
13675         * modules/unictype/category-Cn-tests: New file.
13676         * modules/unictype/category-Co-tests: New file.
13677         * modules/unictype/category-Cs-tests: New file.
13678         * modules/unictype/category-L-tests: New file.
13679         * modules/unictype/category-Ll-tests: New file.
13680         * modules/unictype/category-Lm-tests: New file.
13681         * modules/unictype/category-Lo-tests: New file.
13682         * modules/unictype/category-Lt-tests: New file.
13683         * modules/unictype/category-Lu-tests: New file.
13684         * modules/unictype/category-M-tests: New file.
13685         * modules/unictype/category-Mc-tests: New file.
13686         * modules/unictype/category-Me-tests: New file.
13687         * modules/unictype/category-Mn-tests: New file.
13688         * modules/unictype/category-N-tests: New file.
13689         * modules/unictype/category-Nd-tests: New file.
13690         * modules/unictype/category-Nl-tests: New file.
13691         * modules/unictype/category-No-tests: New file.
13692         * modules/unictype/category-P-tests: New file.
13693         * modules/unictype/category-Pc-tests: New file.
13694         * modules/unictype/category-Pd-tests: New file.
13695         * modules/unictype/category-Pe-tests: New file.
13696         * modules/unictype/category-Pf-tests: New file.
13697         * modules/unictype/category-Pi-tests: New file.
13698         * modules/unictype/category-Po-tests: New file.
13699         * modules/unictype/category-Ps-tests: New file.
13700         * modules/unictype/category-S-tests: New file.
13701         * modules/unictype/category-Sc-tests: New file.
13702         * modules/unictype/category-Sk-tests: New file.
13703         * modules/unictype/category-Sm-tests: New file.
13704         * modules/unictype/category-So-tests: New file.
13705         * modules/unictype/category-Z-tests: New file.
13706         * modules/unictype/category-Zl-tests: New file.
13707         * modules/unictype/category-Zp-tests: New file.
13708         * modules/unictype/category-Zs-tests: New file.
13709         * modules/unictype/category-and-not-tests: New file.
13710         * modules/unictype/category-and-tests: New file.
13711         * modules/unictype/category-byname-tests: New file.
13712         * modules/unictype/category-name-tests: New file.
13713         * modules/unictype/category-none-tests: New file.
13714         * modules/unictype/category-of-tests: New file.
13715         * modules/unictype/category-or-tests: New file.
13716         * modules/unictype/category-test-withtable-tests: New file.
13717         * modules/unictype/combining-class-tests: New file.
13718         * modules/unictype/ctype-alnum-tests: New file.
13719         * modules/unictype/ctype-alpha-tests: New file.
13720         * modules/unictype/ctype-blank-tests: New file.
13721         * modules/unictype/ctype-cntrl-tests: New file.
13722         * modules/unictype/ctype-digit-tests: New file.
13723         * modules/unictype/ctype-graph-tests: New file.
13724         * modules/unictype/ctype-lower-tests: New file.
13725         * modules/unictype/ctype-print-tests: New file.
13726         * modules/unictype/ctype-punct-tests: New file.
13727         * modules/unictype/ctype-space-tests: New file.
13728         * modules/unictype/ctype-upper-tests: New file.
13729         * modules/unictype/ctype-xdigit-tests: New file.
13730         * modules/unictype/decimal-digit-tests: New file.
13731         * modules/unictype/digit-tests: New file.
13732         * modules/unictype/mirror-tests: New file.
13733         * modules/unictype/numeric-tests: New file.
13734         * modules/unictype/property-alphabetic-tests: New file.
13735         * modules/unictype/property-ascii-hex-digit-tests: New file.
13736         * modules/unictype/property-bidi-arabic-digit-tests: New file.
13737         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
13738         * modules/unictype/property-bidi-block-separator-tests: New file.
13739         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
13740         * modules/unictype/property-bidi-common-separator-tests: New file.
13741         * modules/unictype/property-bidi-control-tests: New file.
13742         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
13743         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
13744         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
13745         * modules/unictype/property-bidi-european-digit-tests: New file.
13746         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
13747         * modules/unictype/property-bidi-left-to-right-tests: New file.
13748         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
13749         * modules/unictype/property-bidi-other-neutral-tests: New file.
13750         * modules/unictype/property-bidi-pdf-tests: New file.
13751         * modules/unictype/property-bidi-segment-separator-tests: New file.
13752         * modules/unictype/property-bidi-whitespace-tests: New file.
13753         * modules/unictype/property-byname-tests: New file.
13754         * modules/unictype/property-combining-tests: New file.
13755         * modules/unictype/property-composite-tests: New file.
13756         * modules/unictype/property-currency-symbol-tests: New file.
13757         * modules/unictype/property-dash-tests: New file.
13758         * modules/unictype/property-decimal-digit-tests: New file.
13759         * modules/unictype/property-default-ignorable-code-point-tests: New file.
13760         * modules/unictype/property-deprecated-tests: New file.
13761         * modules/unictype/property-diacritic-tests: New file.
13762         * modules/unictype/property-extender-tests: New file.
13763         * modules/unictype/property-format-control-tests: New file.
13764         * modules/unictype/property-grapheme-base-tests: New file.
13765         * modules/unictype/property-grapheme-extend-tests: New file.
13766         * modules/unictype/property-grapheme-link-tests: New file.
13767         * modules/unictype/property-hex-digit-tests: New file.
13768         * modules/unictype/property-hyphen-tests: New file.
13769         * modules/unictype/property-id-continue-tests: New file.
13770         * modules/unictype/property-id-start-tests: New file.
13771         * modules/unictype/property-ideographic-tests: New file.
13772         * modules/unictype/property-ids-binary-operator-tests: New file.
13773         * modules/unictype/property-ids-trinary-operator-tests: New file.
13774         * modules/unictype/property-ignorable-control-tests: New file.
13775         * modules/unictype/property-iso-control-tests: New file.
13776         * modules/unictype/property-join-control-tests: New file.
13777         * modules/unictype/property-left-of-pair-tests: New file.
13778         * modules/unictype/property-line-separator-tests: New file.
13779         * modules/unictype/property-logical-order-exception-tests: New file.
13780         * modules/unictype/property-lowercase-tests: New file.
13781         * modules/unictype/property-math-tests: New file.
13782         * modules/unictype/property-non-break-tests: New file.
13783         * modules/unictype/property-not-a-character-tests: New file.
13784         * modules/unictype/property-numeric-tests: New file.
13785         * modules/unictype/property-other-alphabetic-tests: New file.
13786         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
13787         * modules/unictype/property-other-grapheme-extend-tests: New file.
13788         * modules/unictype/property-other-id-continue-tests: New file.
13789         * modules/unictype/property-other-id-start-tests: New file.
13790         * modules/unictype/property-other-lowercase-tests: New file.
13791         * modules/unictype/property-other-math-tests: New file.
13792         * modules/unictype/property-other-uppercase-tests: New file.
13793         * modules/unictype/property-paired-punctuation-tests: New file.
13794         * modules/unictype/property-paragraph-separator-tests: New file.
13795         * modules/unictype/property-pattern-syntax-tests: New file.
13796         * modules/unictype/property-pattern-white-space-tests: New file.
13797         * modules/unictype/property-private-use-tests: New file.
13798         * modules/unictype/property-punctuation-tests: New file.
13799         * modules/unictype/property-quotation-mark-tests: New file.
13800         * modules/unictype/property-radical-tests: New file.
13801         * modules/unictype/property-sentence-terminal-tests: New file.
13802         * modules/unictype/property-soft-dotted-tests: New file.
13803         * modules/unictype/property-space-tests: New file.
13804         * modules/unictype/property-terminal-punctuation-tests: New file.
13805         * modules/unictype/property-test-tests: New file.
13806         * modules/unictype/property-titlecase-tests: New file.
13807         * modules/unictype/property-unassigned-code-value-tests: New file.
13808         * modules/unictype/property-unified-ideograph-tests: New file.
13809         * modules/unictype/property-uppercase-tests: New file.
13810         * modules/unictype/property-variation-selector-tests: New file.
13811         * modules/unictype/property-white-space-tests: New file.
13812         * modules/unictype/property-xid-continue-tests: New file.
13813         * modules/unictype/property-xid-start-tests: New file.
13814         * modules/unictype/property-zero-width-tests: New file.
13815         * modules/unictype/scripts-tests: New file.
13816         * modules/unictype/syntax-c-ident-tests: New file.
13817         * modules/unictype/syntax-c-whitespace-tests: New file.
13818         * modules/unictype/syntax-java-ident-tests: New file.
13819         * modules/unictype/syntax-java-whitespace-tests: New file.
13820         * tests/unictype/test-bidi_byname.c: New file.
13821         * tests/unictype/test-bidi_name.c: New file.
13822         * tests/unictype/test-bidi_of.c: New file.
13823         * tests/unictype/test-bidi_test.c: New file.
13824         * tests/unictype/test-block_list.c: New file.
13825         * tests/unictype/test-block_of.c: New file.
13826         * tests/unictype/test-block_test.c: New file.
13827         * tests/unictype/test-categ_and.c: New file.
13828         * tests/unictype/test-categ_and_not.c: New file.
13829         * tests/unictype/test-categ_byname.c: New file.
13830         * tests/unictype/test-categ_name.c: New file.
13831         * tests/unictype/test-categ_none.c: New file.
13832         * tests/unictype/test-categ_of.c: New file.
13833         * tests/unictype/test-categ_or.c: New file.
13834         * tests/unictype/test-categ_test_withtable.c: New file.
13835         * tests/unictype/test-combining.c: New file.
13836         * tests/unictype/test-decdigit.c: New file.
13837         * tests/unictype/test-digit.c: New file.
13838         * tests/unictype/test-mirror.c: New file.
13839         * tests/unictype/test-numeric.c: New file.
13840         * tests/unictype/test-pr_byname.c: New file.
13841         * tests/unictype/test-pr_test.c: New file.
13842         * tests/unictype/test-predicate-part1.h: New file.
13843         * tests/unictype/test-predicate-part2.h: New file.
13844         * tests/unictype/test-scripts.c: New file.
13845         * tests/unictype/test-sy_c_ident.c: New file.
13846         * tests/unictype/test-sy_java_ident.c: New file.
13847
13848         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
13849         for Unicode 5.0.0.
13850         * tests/unictype/test-categ_Cc.c: Likewise.
13851         * tests/unictype/test-categ_Cf.c: Likewise.
13852         * tests/unictype/test-categ_Cn.c: Likewise.
13853         * tests/unictype/test-categ_Co.c: Likewise.
13854         * tests/unictype/test-categ_Cs.c: Likewise.
13855         * tests/unictype/test-categ_L.c: Likewise.
13856         * tests/unictype/test-categ_Ll.c: Likewise.
13857         * tests/unictype/test-categ_Lm.c: Likewise.
13858         * tests/unictype/test-categ_Lo.c: Likewise.
13859         * tests/unictype/test-categ_Lt.c: Likewise.
13860         * tests/unictype/test-categ_Lu.c: Likewise.
13861         * tests/unictype/test-categ_M.c: Likewise.
13862         * tests/unictype/test-categ_Mc.c: Likewise.
13863         * tests/unictype/test-categ_Me.c: Likewise.
13864         * tests/unictype/test-categ_Mn.c: Likewise.
13865         * tests/unictype/test-categ_N.c: Likewise.
13866         * tests/unictype/test-categ_Nd.c: Likewise.
13867         * tests/unictype/test-categ_Nl.c: Likewise.
13868         * tests/unictype/test-categ_No.c: Likewise.
13869         * tests/unictype/test-categ_P.c: Likewise.
13870         * tests/unictype/test-categ_Pc.c: Likewise.
13871         * tests/unictype/test-categ_Pd.c: Likewise.
13872         * tests/unictype/test-categ_Pe.c: Likewise.
13873         * tests/unictype/test-categ_Pf.c: Likewise.
13874         * tests/unictype/test-categ_Pi.c: Likewise.
13875         * tests/unictype/test-categ_Po.c: Likewise.
13876         * tests/unictype/test-categ_Ps.c: Likewise.
13877         * tests/unictype/test-categ_S.c: Likewise.
13878         * tests/unictype/test-categ_Sc.c: Likewise.
13879         * tests/unictype/test-categ_Sk.c: Likewise.
13880         * tests/unictype/test-categ_Sm.c: Likewise.
13881         * tests/unictype/test-categ_So.c: Likewise.
13882         * tests/unictype/test-categ_Z.c: Likewise.
13883         * tests/unictype/test-categ_Zl.c: Likewise.
13884         * tests/unictype/test-categ_Zp.c: Likewise.
13885         * tests/unictype/test-categ_Zs.c: Likewise.
13886         * tests/unictype/test-ctype_alnum.c: Likewise.
13887         * tests/unictype/test-ctype_alpha.c: Likewise.
13888         * tests/unictype/test-ctype_blank.c: Likewise.
13889         * tests/unictype/test-ctype_cntrl.c: Likewise.
13890         * tests/unictype/test-ctype_digit.c: Likewise.
13891         * tests/unictype/test-ctype_graph.c: Likewise.
13892         * tests/unictype/test-ctype_lower.c: Likewise.
13893         * tests/unictype/test-ctype_print.c: Likewise.
13894         * tests/unictype/test-ctype_punct.c: Likewise.
13895         * tests/unictype/test-ctype_space.c: Likewise.
13896         * tests/unictype/test-ctype_upper.c: Likewise.
13897         * tests/unictype/test-ctype_xdigit.c: Likewise.
13898         * tests/unictype/test-decdigit.h: Likewise.
13899         * tests/unictype/test-digit.h: Likewise.
13900         * tests/unictype/test-numeric.h: Likewise.
13901         * tests/unictype/test-pr_alphabetic.c: Likewise.
13902         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
13903         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
13904         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
13905         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
13906         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
13907         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
13908         * tests/unictype/test-pr_bidi_control.c: Likewise.
13909         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
13910         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
13911         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
13912         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
13913         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
13914         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
13915         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
13916         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
13917         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
13918         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
13919         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
13920         * tests/unictype/test-pr_combining.c: Likewise.
13921         * tests/unictype/test-pr_composite.c: Likewise.
13922         * tests/unictype/test-pr_currency_symbol.c: Likewise.
13923         * tests/unictype/test-pr_dash.c: Likewise.
13924         * tests/unictype/test-pr_decimal_digit.c: Likewise.
13925         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
13926         * tests/unictype/test-pr_deprecated.c: Likewise.
13927         * tests/unictype/test-pr_diacritic.c: Likewise.
13928         * tests/unictype/test-pr_extender.c: Likewise.
13929         * tests/unictype/test-pr_format_control.c: Likewise.
13930         * tests/unictype/test-pr_grapheme_base.c: Likewise.
13931         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
13932         * tests/unictype/test-pr_grapheme_link.c: Likewise.
13933         * tests/unictype/test-pr_hex_digit.c: Likewise.
13934         * tests/unictype/test-pr_hyphen.c: Likewise.
13935         * tests/unictype/test-pr_id_continue.c: Likewise.
13936         * tests/unictype/test-pr_id_start.c: Likewise.
13937         * tests/unictype/test-pr_ideographic.c: Likewise.
13938         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
13939         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
13940         * tests/unictype/test-pr_ignorable_control.c: Likewise.
13941         * tests/unictype/test-pr_iso_control.c: Likewise.
13942         * tests/unictype/test-pr_join_control.c: Likewise.
13943         * tests/unictype/test-pr_left_of_pair.c: Likewise.
13944         * tests/unictype/test-pr_line_separator.c: Likewise.
13945         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
13946         * tests/unictype/test-pr_lowercase.c: Likewise.
13947         * tests/unictype/test-pr_math.c: Likewise.
13948         * tests/unictype/test-pr_non_break.c: Likewise.
13949         * tests/unictype/test-pr_not_a_character.c: Likewise.
13950         * tests/unictype/test-pr_numeric.c: Likewise.
13951         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
13952         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
13953         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
13954         * tests/unictype/test-pr_other_id_continue.c: Likewise.
13955         * tests/unictype/test-pr_other_id_start.c: Likewise.
13956         * tests/unictype/test-pr_other_lowercase.c: Likewise.
13957         * tests/unictype/test-pr_other_math.c: Likewise.
13958         * tests/unictype/test-pr_other_uppercase.c: Likewise.
13959         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
13960         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
13961         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
13962         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
13963         * tests/unictype/test-pr_private_use.c: Likewise.
13964         * tests/unictype/test-pr_punctuation.c: Likewise.
13965         * tests/unictype/test-pr_quotation_mark.c: Likewise.
13966         * tests/unictype/test-pr_radical.c: Likewise.
13967         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
13968         * tests/unictype/test-pr_soft_dotted.c: Likewise.
13969         * tests/unictype/test-pr_space.c: Likewise.
13970         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
13971         * tests/unictype/test-pr_titlecase.c: Likewise.
13972         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
13973         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
13974         * tests/unictype/test-pr_uppercase.c: Likewise.
13975         * tests/unictype/test-pr_variation_selector.c: Likewise.
13976         * tests/unictype/test-pr_white_space.c: Likewise.
13977         * tests/unictype/test-pr_xid_continue.c: Likewise.
13978         * tests/unictype/test-pr_xid_start.c: Likewise.
13979         * tests/unictype/test-pr_zero_width.c: Likewise.
13980         * tests/unictype/test-sy_c_whitespace.c: Likewise.
13981         * tests/unictype/test-sy_java_whitespace.c: Likewise.
13982
13983 2007-11-12  Bruno Haible  <bruno@clisp.org>
13984
13985         Unicode character classification functions.
13986         * lib/unictype.h: New file.
13987         * modules/unictype/base: New file.
13988         * modules/unictype/category-L: New file.
13989         * modules/unictype/category-Lu: New file.
13990         * modules/unictype/category-Ll: New file.
13991         * modules/unictype/category-Lt: New file.
13992         * modules/unictype/category-Lm: New file.
13993         * modules/unictype/category-Lo: New file.
13994         * modules/unictype/category-M: New file.
13995         * modules/unictype/category-Mn: New file.
13996         * modules/unictype/category-Mc: New file.
13997         * modules/unictype/category-Me: New file.
13998         * modules/unictype/category-N: New file.
13999         * modules/unictype/category-Nd: New file.
14000         * modules/unictype/category-Nl: New file.
14001         * modules/unictype/category-No: New file.
14002         * modules/unictype/category-P: New file.
14003         * modules/unictype/category-Pc: New file.
14004         * modules/unictype/category-Pd: New file.
14005         * modules/unictype/category-Ps: New file.
14006         * modules/unictype/category-Pe: New file.
14007         * modules/unictype/category-Pi: New file.
14008         * modules/unictype/category-Pf: New file.
14009         * modules/unictype/category-Po: New file.
14010         * modules/unictype/category-S: New file.
14011         * modules/unictype/category-Sm: New file.
14012         * modules/unictype/category-Sc: New file.
14013         * modules/unictype/category-Sk: New file.
14014         * modules/unictype/category-So: New file.
14015         * modules/unictype/category-Z: New file.
14016         * modules/unictype/category-Zs: New file.
14017         * modules/unictype/category-Zl: New file.
14018         * modules/unictype/category-Zp: New file.
14019         * modules/unictype/category-C: New file.
14020         * modules/unictype/category-Cc: New file.
14021         * modules/unictype/category-Cf: New file.
14022         * modules/unictype/category-Cs: New file.
14023         * modules/unictype/category-Co: New file.
14024         * modules/unictype/category-Cn: New file.
14025         * modules/unictype/category-or: New file.
14026         * modules/unictype/category-of: New file.
14027         * modules/unictype/category-test: New file.
14028         * modules/unictype/category-test-withtable: New file.
14029         * modules/unictype/category-byname: New file.
14030         * modules/unictype/category-none: New file.
14031         * modules/unictype/category-and: New file.
14032         * modules/unictype/category-and-not: New file.
14033         * modules/unictype/category-name: New file.
14034         * modules/unictype/combining-class: New file.
14035         * modules/unictype/category-all: New file.
14036         * modules/unictype/bidicategory-all: New file.
14037         * modules/unictype/bidicategory-byname: New file.
14038         * modules/unictype/bidicategory-name: New file.
14039         * modules/unictype/bidicategory-of: New file.
14040         * modules/unictype/bidicategory-test: New file.
14041         * modules/unictype/decimal-digit: New file.
14042         * modules/unictype/digit: New file.
14043         * modules/unictype/numeric: New file.
14044         * modules/unictype/mirror: New file.
14045         * modules/unictype/property-white-space: New file.
14046         * modules/unictype/property-alphabetic: New file.
14047         * modules/unictype/property-other-alphabetic: New file.
14048         * modules/unictype/property-not-a-character: New file.
14049         * modules/unictype/property-default-ignorable-code-point: New file.
14050         * modules/unictype/property-other-default-ignorable-code-point: New
14051         file.
14052         * modules/unictype/property-deprecated: New file.
14053         * modules/unictype/property-logical-order-exception: New file.
14054         * modules/unictype/property-variation-selector: New file.
14055         * modules/unictype/property-private-use: New file.
14056         * modules/unictype/property-unassigned-code-value: New file.
14057         * modules/unictype/property-uppercase: New file.
14058         * modules/unictype/property-other-uppercase: New file.
14059         * modules/unictype/property-lowercase: New file.
14060         * modules/unictype/property-other-lowercase: New file.
14061         * modules/unictype/property-titlecase: New file.
14062         * modules/unictype/property-soft-dotted: New file.
14063         * modules/unictype/property-id-start: New file.
14064         * modules/unictype/property-other-id-start: New file.
14065         * modules/unictype/property-id-continue: New file.
14066         * modules/unictype/property-other-id-continue: New file.
14067         * modules/unictype/property-xid-start: New file.
14068         * modules/unictype/property-xid-continue: New file.
14069         * modules/unictype/property-pattern-white-space: New file.
14070         * modules/unictype/property-pattern-syntax: New file.
14071         * modules/unictype/property-join-control: New file.
14072         * modules/unictype/property-grapheme-base: New file.
14073         * modules/unictype/property-grapheme-extend: New file.
14074         * modules/unictype/property-other-grapheme-extend: New file.
14075         * modules/unictype/property-grapheme-link: New file.
14076         * modules/unictype/property-bidi-control: New file.
14077         * modules/unictype/property-bidi-left-to-right: New file.
14078         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
14079         * modules/unictype/property-bidi-arabic-right-to-left: New file.
14080         * modules/unictype/property-bidi-european-digit: New file.
14081         * modules/unictype/property-bidi-eur-num-separator: New file.
14082         * modules/unictype/property-bidi-eur-num-terminator: New file.
14083         * modules/unictype/property-bidi-arabic-digit: New file.
14084         * modules/unictype/property-bidi-common-separator: New file.
14085         * modules/unictype/property-bidi-block-separator: New file.
14086         * modules/unictype/property-bidi-segment-separator: New file.
14087         * modules/unictype/property-bidi-whitespace: New file.
14088         * modules/unictype/property-bidi-non-spacing-mark: New file.
14089         * modules/unictype/property-bidi-boundary-neutral: New file.
14090         * modules/unictype/property-bidi-pdf: New file.
14091         * modules/unictype/property-bidi-embedding-or-override: New file.
14092         * modules/unictype/property-bidi-other-neutral: New file.
14093         * modules/unictype/property-hex-digit: New file.
14094         * modules/unictype/property-ascii-hex-digit: New file.
14095         * modules/unictype/property-ideographic: New file.
14096         * modules/unictype/property-unified-ideograph: New file.
14097         * modules/unictype/property-radical: New file.
14098         * modules/unictype/property-ids-binary-operator: New file.
14099         * modules/unictype/property-ids-trinary-operator: New file.
14100         * modules/unictype/property-zero-width: New file.
14101         * modules/unictype/property-space: New file.
14102         * modules/unictype/property-non-break: New file.
14103         * modules/unictype/property-iso-control: New file.
14104         * modules/unictype/property-format-control: New file.
14105         * modules/unictype/property-dash: New file.
14106         * modules/unictype/property-hyphen: New file.
14107         * modules/unictype/property-punctuation: New file.
14108         * modules/unictype/property-line-separator: New file.
14109         * modules/unictype/property-paragraph-separator: New file.
14110         * modules/unictype/property-quotation-mark: New file.
14111         * modules/unictype/property-sentence-terminal: New file.
14112         * modules/unictype/property-terminal-punctuation: New file.
14113         * modules/unictype/property-currency-symbol: New file.
14114         * modules/unictype/property-math: New file.
14115         * modules/unictype/property-other-math: New file.
14116         * modules/unictype/property-paired-punctuation: New file.
14117         * modules/unictype/property-left-of-pair: New file.
14118         * modules/unictype/property-combining: New file.
14119         * modules/unictype/property-composite: New file.
14120         * modules/unictype/property-decimal-digit: New file.
14121         * modules/unictype/property-numeric: New file.
14122         * modules/unictype/property-diacritic: New file.
14123         * modules/unictype/property-extender: New file.
14124         * modules/unictype/property-ignorable-control: New file.
14125         * modules/unictype/property-test: New file.
14126         * modules/unictype/property-byname: New file.
14127         * modules/unictype/property-all: New file.
14128         * modules/unictype/scripts: New file.
14129         * modules/unictype/scripts-all: New file.
14130         * modules/unictype/block-of: New file.
14131         * modules/unictype/block-test: New file.
14132         * modules/unictype/block-list: New file.
14133         * modules/unictype/block-all: New file.
14134         * modules/unictype/syntax-c-whitespace: New file.
14135         * modules/unictype/syntax-java-whitespace: New file.
14136         * modules/unictype/syntax-c-ident: New file.
14137         * modules/unictype/syntax-java-ident: New file.
14138         * modules/unictype/ctype-alnum: New file.
14139         * modules/unictype/ctype-alpha: New file.
14140         * modules/unictype/ctype-cntrl: New file.
14141         * modules/unictype/ctype-digit: New file.
14142         * modules/unictype/ctype-graph: New file.
14143         * modules/unictype/ctype-lower: New file.
14144         * modules/unictype/ctype-print: New file.
14145         * modules/unictype/ctype-punct: New file.
14146         * modules/unictype/ctype-space: New file.
14147         * modules/unictype/ctype-upper: New file.
14148         * modules/unictype/ctype-xdigit: New file.
14149         * modules/unictype/ctype-blank: New file.
14150         * lib/unictype/bidi_byname.c: New file.
14151         * lib/unictype/bidi_name.c: New file.
14152         * lib/unictype/bidi_of.c: New file.
14153         * lib/unictype/bidi_test.c: New file.
14154         * lib/unictype/bitmap.h: New file.
14155         * lib/unictype/block_test.c: New file.
14156         * lib/unictype/blocks.c: New file.
14157         * lib/unictype/categ_C.c: New file.
14158         * lib/unictype/categ_Cc.c: New file.
14159         * lib/unictype/categ_Cf.c: New file.
14160         * lib/unictype/categ_Cn.c: New file.
14161         * lib/unictype/categ_Co.c: New file.
14162         * lib/unictype/categ_Cs.c: New file.
14163         * lib/unictype/categ_L.c: New file.
14164         * lib/unictype/categ_Ll.c: New file.
14165         * lib/unictype/categ_Lm.c: New file.
14166         * lib/unictype/categ_Lo.c: New file.
14167         * lib/unictype/categ_Lt.c: New file.
14168         * lib/unictype/categ_Lu.c: New file.
14169         * lib/unictype/categ_M.c: New file.
14170         * lib/unictype/categ_Mc.c: New file.
14171         * lib/unictype/categ_Me.c: New file.
14172         * lib/unictype/categ_Mn.c: New file.
14173         * lib/unictype/categ_N.c: New file.
14174         * lib/unictype/categ_Nd.c: New file.
14175         * lib/unictype/categ_Nl.c: New file.
14176         * lib/unictype/categ_No.c: New file.
14177         * lib/unictype/categ_P.c: New file.
14178         * lib/unictype/categ_Pc.c: New file.
14179         * lib/unictype/categ_Pd.c: New file.
14180         * lib/unictype/categ_Pe.c: New file.
14181         * lib/unictype/categ_Pf.c: New file.
14182         * lib/unictype/categ_Pi.c: New file.
14183         * lib/unictype/categ_Po.c: New file.
14184         * lib/unictype/categ_Ps.c: New file.
14185         * lib/unictype/categ_S.c: New file.
14186         * lib/unictype/categ_Sc.c: New file.
14187         * lib/unictype/categ_Sk.c: New file.
14188         * lib/unictype/categ_Sm.c: New file.
14189         * lib/unictype/categ_So.c: New file.
14190         * lib/unictype/categ_Z.c: New file.
14191         * lib/unictype/categ_Zl.c: New file.
14192         * lib/unictype/categ_Zp.c: New file.
14193         * lib/unictype/categ_Zs.c: New file.
14194         * lib/unictype/categ_and.c: New file.
14195         * lib/unictype/categ_and_not.c: New file.
14196         * lib/unictype/categ_byname.c: New file.
14197         * lib/unictype/categ_name.c: New file.
14198         * lib/unictype/categ_none.c: New file.
14199         * lib/unictype/categ_of.c: New file.
14200         * lib/unictype/categ_or.c: New file.
14201         * lib/unictype/categ_test.c: New file.
14202         * lib/unictype/combining.c: New file.
14203         * lib/unictype/ctype_alnum.c: New file.
14204         * lib/unictype/ctype_alpha.c: New file.
14205         * lib/unictype/ctype_blank.c: New file.
14206         * lib/unictype/ctype_cntrl.c: New file.
14207         * lib/unictype/ctype_digit.c: New file.
14208         * lib/unictype/ctype_graph.c: New file.
14209         * lib/unictype/ctype_lower.c: New file.
14210         * lib/unictype/ctype_print.c: New file.
14211         * lib/unictype/ctype_punct.c: New file.
14212         * lib/unictype/ctype_space.c: New file.
14213         * lib/unictype/ctype_upper.c: New file.
14214         * lib/unictype/ctype_xdigit.c: New file.
14215         * lib/unictype/decdigit.c: New file.
14216         * lib/unictype/digit.c: New file.
14217         * lib/unictype/identsyntaxmap.h: New file.
14218         * lib/unictype/mirror.c: New file.
14219         * lib/unictype/numeric.c: New file.
14220         * lib/unictype/pr_alphabetic.c: New file.
14221         * lib/unictype/pr_ascii_hex_digit.c: New file.
14222         * lib/unictype/pr_bidi_arabic_digit.c: New file.
14223         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
14224         * lib/unictype/pr_bidi_block_separator.c: New file.
14225         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
14226         * lib/unictype/pr_bidi_common_separator.c: New file.
14227         * lib/unictype/pr_bidi_control.c: New file.
14228         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
14229         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
14230         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
14231         * lib/unictype/pr_bidi_european_digit.c: New file.
14232         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
14233         * lib/unictype/pr_bidi_left_to_right.c: New file.
14234         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
14235         * lib/unictype/pr_bidi_other_neutral.c: New file.
14236         * lib/unictype/pr_bidi_pdf.c: New file.
14237         * lib/unictype/pr_bidi_segment_separator.c: New file.
14238         * lib/unictype/pr_bidi_whitespace.c: New file.
14239         * lib/unictype/pr_byname.c: New file.
14240         * lib/unictype/pr_byname.gperf: New file.
14241         * lib/unictype/pr_combining.c: New file.
14242         * lib/unictype/pr_composite.c: New file.
14243         * lib/unictype/pr_currency_symbol.c: New file.
14244         * lib/unictype/pr_dash.c: New file.
14245         * lib/unictype/pr_decimal_digit.c: New file.
14246         * lib/unictype/pr_default_ignorable_code_point.c: New file.
14247         * lib/unictype/pr_deprecated.c: New file.
14248         * lib/unictype/pr_diacritic.c: New file.
14249         * lib/unictype/pr_extender.c: New file.
14250         * lib/unictype/pr_format_control.c: New file.
14251         * lib/unictype/pr_grapheme_base.c: New file.
14252         * lib/unictype/pr_grapheme_extend.c: New file.
14253         * lib/unictype/pr_grapheme_link.c: New file.
14254         * lib/unictype/pr_hex_digit.c: New file.
14255         * lib/unictype/pr_hyphen.c: New file.
14256         * lib/unictype/pr_id_continue.c: New file.
14257         * lib/unictype/pr_id_start.c: New file.
14258         * lib/unictype/pr_ideographic.c: New file.
14259         * lib/unictype/pr_ids_binary_operator.c: New file.
14260         * lib/unictype/pr_ids_trinary_operator.c: New file.
14261         * lib/unictype/pr_ignorable_control.c: New file.
14262         * lib/unictype/pr_iso_control.c: New file.
14263         * lib/unictype/pr_join_control.c: New file.
14264         * lib/unictype/pr_left_of_pair.c: New file.
14265         * lib/unictype/pr_line_separator.c: New file.
14266         * lib/unictype/pr_logical_order_exception.c: New file.
14267         * lib/unictype/pr_lowercase.c: New file.
14268         * lib/unictype/pr_math.c: New file.
14269         * lib/unictype/pr_non_break.c: New file.
14270         * lib/unictype/pr_not_a_character.c: New file.
14271         * lib/unictype/pr_numeric.c: New file.
14272         * lib/unictype/pr_other_alphabetic.c: New file.
14273         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
14274         * lib/unictype/pr_other_grapheme_extend.c: New file.
14275         * lib/unictype/pr_other_id_continue.c: New file.
14276         * lib/unictype/pr_other_id_start.c: New file.
14277         * lib/unictype/pr_other_lowercase.c: New file.
14278         * lib/unictype/pr_other_math.c: New file.
14279         * lib/unictype/pr_other_uppercase.c: New file.
14280         * lib/unictype/pr_paired_punctuation.c: New file.
14281         * lib/unictype/pr_paragraph_separator.c: New file.
14282         * lib/unictype/pr_pattern_syntax.c: New file.
14283         * lib/unictype/pr_pattern_white_space.c: New file.
14284         * lib/unictype/pr_private_use.c: New file.
14285         * lib/unictype/pr_punctuation.c: New file.
14286         * lib/unictype/pr_quotation_mark.c: New file.
14287         * lib/unictype/pr_radical.c: New file.
14288         * lib/unictype/pr_sentence_terminal.c: New file.
14289         * lib/unictype/pr_soft_dotted.c: New file.
14290         * lib/unictype/pr_space.c: New file.
14291         * lib/unictype/pr_terminal_punctuation.c: New file.
14292         * lib/unictype/pr_test.c: New file.
14293         * lib/unictype/pr_titlecase.c: New file.
14294         * lib/unictype/pr_unassigned_code_value.c: New file.
14295         * lib/unictype/pr_unified_ideograph.c: New file.
14296         * lib/unictype/pr_uppercase.c: New file.
14297         * lib/unictype/pr_variation_selector.c: New file.
14298         * lib/unictype/pr_white_space.c: New file.
14299         * lib/unictype/pr_xid_continue.c: New file.
14300         * lib/unictype/pr_xid_start.c: New file.
14301         * lib/unictype/pr_zero_width.c: New file.
14302         * lib/unictype/scripts.c: New file.
14303         * lib/unictype/sy_c_ident.c: New file.
14304         * lib/unictype/sy_c_whitespace.c: New file.
14305         * lib/unictype/sy_java_ident.c: New file.
14306         * lib/unictype/sy_java_whitespace.c: New file.
14307
14308         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
14309         Unicode 5.0.0.
14310         * lib/unictype/blocks.h: Likewise.
14311         * lib/unictype/categ_C.h: Likewise.
14312         * lib/unictype/categ_Cc.h: Likewise.
14313         * lib/unictype/categ_Cf.h: Likewise.
14314         * lib/unictype/categ_Cn.h: Likewise.
14315         * lib/unictype/categ_Co.h: Likewise.
14316         * lib/unictype/categ_Cs.h: Likewise.
14317         * lib/unictype/categ_L.h: Likewise.
14318         * lib/unictype/categ_Ll.h: Likewise.
14319         * lib/unictype/categ_Lm.h: Likewise.
14320         * lib/unictype/categ_Lo.h: Likewise.
14321         * lib/unictype/categ_Lt.h: Likewise.
14322         * lib/unictype/categ_Lu.h: Likewise.
14323         * lib/unictype/categ_M.h: Likewise.
14324         * lib/unictype/categ_Mc.h: Likewise.
14325         * lib/unictype/categ_Me.h: Likewise.
14326         * lib/unictype/categ_Mn.h: Likewise.
14327         * lib/unictype/categ_N.h: Likewise.
14328         * lib/unictype/categ_Nd.h: Likewise.
14329         * lib/unictype/categ_Nl.h: Likewise.
14330         * lib/unictype/categ_No.h: Likewise.
14331         * lib/unictype/categ_P.h: Likewise.
14332         * lib/unictype/categ_Pc.h: Likewise.
14333         * lib/unictype/categ_Pd.h: Likewise.
14334         * lib/unictype/categ_Pe.h: Likewise.
14335         * lib/unictype/categ_Pf.h: Likewise.
14336         * lib/unictype/categ_Pi.h: Likewise.
14337         * lib/unictype/categ_Po.h: Likewise.
14338         * lib/unictype/categ_Ps.h: Likewise.
14339         * lib/unictype/categ_S.h: Likewise.
14340         * lib/unictype/categ_Sc.h: Likewise.
14341         * lib/unictype/categ_Sk.h: Likewise.
14342         * lib/unictype/categ_Sm.h: Likewise.
14343         * lib/unictype/categ_So.h: Likewise.
14344         * lib/unictype/categ_Z.h: Likewise.
14345         * lib/unictype/categ_Zl.h: Likewise.
14346         * lib/unictype/categ_Zp.h: Likewise.
14347         * lib/unictype/categ_Zs.h: Likewise.
14348         * lib/unictype/categ_of.h: Likewise.
14349         * lib/unictype/combining.h: Likewise.
14350         * lib/unictype/ctype_alnum.h: Likewise.
14351         * lib/unictype/ctype_alpha.h: Likewise.
14352         * lib/unictype/ctype_blank.h: Likewise.
14353         * lib/unictype/ctype_cntrl.h: Likewise.
14354         * lib/unictype/ctype_digit.h: Likewise.
14355         * lib/unictype/ctype_graph.h: Likewise.
14356         * lib/unictype/ctype_lower.h: Likewise.
14357         * lib/unictype/ctype_print.h: Likewise.
14358         * lib/unictype/ctype_punct.h: Likewise.
14359         * lib/unictype/ctype_space.h: Likewise.
14360         * lib/unictype/ctype_upper.h: Likewise.
14361         * lib/unictype/ctype_xdigit.h: Likewise.
14362         * lib/unictype/decdigit.h: Likewise.
14363         * lib/unictype/digit.h: Likewise.
14364         * lib/unictype/mirror.h: Likewise.
14365         * lib/unictype/numeric.h: Likewise.
14366         * lib/unictype/pr_alphabetic.h: Likewise.
14367         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
14368         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
14369         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
14370         * lib/unictype/pr_bidi_block_separator.h: Likewise.
14371         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
14372         * lib/unictype/pr_bidi_common_separator.h: Likewise.
14373         * lib/unictype/pr_bidi_control.h: Likewise.
14374         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
14375         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
14376         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
14377         * lib/unictype/pr_bidi_european_digit.h: Likewise.
14378         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
14379         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
14380         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
14381         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
14382         * lib/unictype/pr_bidi_pdf.h: Likewise.
14383         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
14384         * lib/unictype/pr_bidi_whitespace.h: Likewise.
14385         * lib/unictype/pr_combining.h: Likewise.
14386         * lib/unictype/pr_composite.h: Likewise.
14387         * lib/unictype/pr_currency_symbol.h: Likewise.
14388         * lib/unictype/pr_dash.h: Likewise.
14389         * lib/unictype/pr_decimal_digit.h: Likewise.
14390         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
14391         * lib/unictype/pr_deprecated.h: Likewise.
14392         * lib/unictype/pr_diacritic.h: Likewise.
14393         * lib/unictype/pr_extender.h: Likewise.
14394         * lib/unictype/pr_format_control.h: Likewise.
14395         * lib/unictype/pr_grapheme_base.h: Likewise.
14396         * lib/unictype/pr_grapheme_extend.h: Likewise.
14397         * lib/unictype/pr_grapheme_link.h: Likewise.
14398         * lib/unictype/pr_hex_digit.h: Likewise.
14399         * lib/unictype/pr_hyphen.h: Likewise.
14400         * lib/unictype/pr_id_continue.h: Likewise.
14401         * lib/unictype/pr_id_start.h: Likewise.
14402         * lib/unictype/pr_ideographic.h: Likewise.
14403         * lib/unictype/pr_ids_binary_operator.h: Likewise.
14404         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
14405         * lib/unictype/pr_ignorable_control.h: Likewise.
14406         * lib/unictype/pr_iso_control.h: Likewise.
14407         * lib/unictype/pr_join_control.h: Likewise.
14408         * lib/unictype/pr_left_of_pair.h: Likewise.
14409         * lib/unictype/pr_line_separator.h: Likewise.
14410         * lib/unictype/pr_logical_order_exception.h: Likewise.
14411         * lib/unictype/pr_lowercase.h: Likewise.
14412         * lib/unictype/pr_math.h: Likewise.
14413         * lib/unictype/pr_non_break.h: Likewise.
14414         * lib/unictype/pr_not_a_character.h: Likewise.
14415         * lib/unictype/pr_numeric.h: Likewise.
14416         * lib/unictype/pr_other_alphabetic.h: Likewise.
14417         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
14418         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
14419         * lib/unictype/pr_other_id_continue.h: Likewise.
14420         * lib/unictype/pr_other_id_start.h: Likewise.
14421         * lib/unictype/pr_other_lowercase.h: Likewise.
14422         * lib/unictype/pr_other_math.h: Likewise.
14423         * lib/unictype/pr_other_uppercase.h: Likewise.
14424         * lib/unictype/pr_paired_punctuation.h: Likewise.
14425         * lib/unictype/pr_paragraph_separator.h: Likewise.
14426         * lib/unictype/pr_pattern_syntax.h: Likewise.
14427         * lib/unictype/pr_pattern_white_space.h: Likewise.
14428         * lib/unictype/pr_private_use.h: Likewise.
14429         * lib/unictype/pr_punctuation.h: Likewise.
14430         * lib/unictype/pr_quotation_mark.h: Likewise.
14431         * lib/unictype/pr_radical.h: Likewise.
14432         * lib/unictype/pr_sentence_terminal.h: Likewise.
14433         * lib/unictype/pr_soft_dotted.h: Likewise.
14434         * lib/unictype/pr_space.h: Likewise.
14435         * lib/unictype/pr_terminal_punctuation.h: Likewise.
14436         * lib/unictype/pr_titlecase.h: Likewise.
14437         * lib/unictype/pr_unassigned_code_value.h: Likewise.
14438         * lib/unictype/pr_unified_ideograph.h: Likewise.
14439         * lib/unictype/pr_uppercase.h: Likewise.
14440         * lib/unictype/pr_variation_selector.h: Likewise.
14441         * lib/unictype/pr_white_space.h: Likewise.
14442         * lib/unictype/pr_xid_continue.h: Likewise.
14443         * lib/unictype/pr_xid_start.h: Likewise.
14444         * lib/unictype/pr_zero_width.h: Likewise.
14445         * lib/unictype/scripts.h: Likewise.
14446         * lib/unictype/scripts_byname.gperf: Likewise.
14447         * lib/unictype/sy_c_ident.h: Likewise.
14448         * lib/unictype/sy_c_whitespace.h: Likewise.
14449         * lib/unictype/sy_java_ident.h: Likewise.
14450         * lib/unictype/sy_java_whitespace.h: Likewise.
14451
14452         * lib/unictype/Makefile: New file.
14453         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
14454         glibc.
14455         * lib/unictype/3level.h: New file, copied from glibc.
14456         * lib/unictype/3levelbit.h: New file.
14457
14458 2007-11-11  Bruno Haible  <bruno@clisp.org>
14459
14460         * modules/gperf: New file.
14461         * modules/iconv_open (Depends-on): Add it.
14462         (Makefile.am): Remove the GPERF definition.
14463
14464 2007-11-11  Bruno Haible  <bruno@clisp.org>
14465
14466         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
14467         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
14468
14469 2007-11-11  Bruno Haible  <bruno@clisp.org>
14470
14471         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
14472         (usage): Remove function.
14473
14474 2007-11-11  Bruno Haible  <bruno@clisp.org>
14475
14476         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
14477         gl_FUNC_CEILF_LIBS.
14478         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
14479         gl_FUNC_CEIL_LIBS.
14480         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
14481         gl_FUNC_CEILL_LIBS.
14482         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
14483         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
14484         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
14485
14486 2007-11-11  Bruno Haible  <bruno@clisp.org>
14487
14488         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
14489         roundf were declared but do not exist on functions.
14490         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
14491         roundl were declared but do not exist on functions.
14492         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
14493         HAVE_FLOORL_AND_CEILL, respectively.
14494         Needed for Sun C on Solaris 10.
14495
14496 2007-11-11  Bruno Haible  <bruno@clisp.org>
14497
14498         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
14499         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
14500         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
14501         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
14502         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
14503         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
14504         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
14505         HAVE_DECL_ROUNDF.
14506         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
14507         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
14508         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
14509         of HAVE_DECL_ROUND*.
14510         * modules/math (Makefile.am): Update.
14511
14512 2007-11-10  Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
14515         ptrdiff_t as m4/intl.m4.
14516
14517 2007-11-10  Jim Meyering  <meyering@redhat.com>
14518
14519         Avoid link failure for the argmatch test.
14520         * tests/test-argmatch.c (usage): Define function to avoid a link
14521         failure: argmatch_die requires a usage function.
14522
14523 2007-11-09  Bruno Haible  <bruno@clisp.org>
14524
14525         * doc/functions/snprintf.texi: Mention BeOS deficiency.
14526         * doc/functions/vsnprintf.texi: Likewise.
14527         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
14528         with a size argument < 2.
14529
14530 2007-11-09  Bruno Haible  <bruno@clisp.org>
14531
14532         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
14533         buffer. Fixes an inefficiency introduced on 2007-11-03.
14534
14535 2007-11-09  Bruno Haible  <bruno@clisp.org>
14536
14537         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
14538         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
14539
14540 2007-11-08  Jim Meyering  <meyering@redhat.com>
14541
14542         Change cache variable name prefix "jm_" to "gl_" everywhere.
14543         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
14544         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
14545         * m4/uptime.m4: s/gl_/jm_/
14546
14547 2007-11-07  Bruno Haible  <bruno@clisp.org>
14548
14549         Update to GNU gettext 0.17.
14550         * m4/intl.m4: Update to GNU gettext 0.17.
14551         * m4/po.m4: Likewise.
14552         * modules/gettext (Files): Remove m4/ulonglong.m4.
14553         (configure.ac): Require gettext infrastructure from version 0.17.
14554
14555 2007-11-06  Bruno Haible  <bruno@clisp.org>
14556
14557         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
14558         symbolic values are not defined in a public header.
14559         * lib/freadable.c (freadable) [QNX]: Likewise.
14560         * lib/freadahead.c (freadahead) [QNX]: Likewise.
14561         * lib/freading.c (freading) [QNX]: Likewise.
14562         * lib/fseterr.c (fseterr) [QNX]: Likewise.
14563         * lib/fwritable.c (fwritable) [QNX]: Likewise.
14564         * lib/fwriting.c (fwriting) [QNX]: Likewise.
14565         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
14566         Reported by Alain Magloire.
14567
14568         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
14569
14570 2007-11-05  Bruno Haible  <bruno@clisp.org>
14571
14572         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
14573         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
14574         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
14575         Reported by Eric Blake.
14576
14577 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14578             Bruno Haible  <bruno@clisp.org>
14579
14580         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
14581         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
14582         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
14583         (malloc): Undefine also before including <stdlib.h>.
14584         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
14585         Needed on OSF/1 4.0.
14586
14587 2007-11-05  Jim Meyering  <meyering@redhat.com>
14588
14589         git-version-gen: sync from coreutils.
14590         * build-aux/git-version-gen: Add comments.
14591         Change the first '-' to '.' in the snapshot version string,
14592         e.g., 6.9-377-08144 -> 6.9.377-08144
14593         Remove first parameter.
14594         Don't declare a version "-dirty" merely because a time
14595         stamp has changed.
14596
14597 2007-11-04  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/lock.h: Protect all macro definitions containing an 'if'
14600         statement through a "do { ... } while (0)".
14601         * lib/tls.h: Likewise.
14602
14603 2007-11-04  Bruno Haible  <bruno@clisp.org>
14604
14605         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
14606
14607 2007-11-04  Bruno Haible  <bruno@clisp.org>
14608
14609         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
14610         * modules/fprintf-posix (Depends-on): Add nocrash.
14611         * modules/snprintf-posix (Depends-on): Likewise.
14612         * modules/sprintf-posix (Depends-on): Likewise.
14613         * modules/vasnprintf-posix (Depends-on): Likewise.
14614         * modules/vasprintf-posix (Depends-on): Likewise.
14615         * modules/vfprintf-posix (Depends-on): Likewise.
14616         * modules/vsnprintf-posix (Depends-on): Likewise.
14617         * modules/vsprintf-posix (Depends-on): Likewise.
14618         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14619         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14620         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14621         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14622         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14623         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14624         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14625
14626 2007-11-04  Bruno Haible  <bruno@clisp.org>
14627
14628         * modules/nocrash: New file.
14629         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
14630         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
14631
14632 2007-11-04  Bruno Haible  <bruno@clisp.org>
14633
14634         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
14635         precision handling.
14636         * tests/test-vasprintf-posix.c (test_function): Likewise.
14637         * tests/test-snprintf-posix.h (test_function): Likewise.
14638         * tests/test-sprintf-posix.h (test_function): Likewise.
14639
14640         Fix *printf behaviour for large precisions on mingw and BeOS.
14641         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
14642         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
14643         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
14644         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14645         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14646         gl_PRINTF_PRECISION and test its result. Invoke
14647         gl_PREREQ_VASNPRINTF_PRECISION.
14648         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14649         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14650         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14651         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14652         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14653         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14654         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14655         * doc/functions/fprintf.texi: Update.
14656         * doc/functions/printf.texi: Update.
14657         * doc/functions/snprintf.texi: Update.
14658         * doc/functions/sprintf.texi: Update.
14659         * doc/functions/vfprintf.texi: Update.
14660         * doc/functions/vprintf.texi: Update.
14661         * doc/functions/vsnprintf.texi: Update.
14662         * doc/functions/vsprintf.texi: Update.
14663
14664 2007-11-04  Bruno Haible  <bruno@clisp.org>
14665
14666         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
14667
14668 2007-11-04  Bruno Haible  <bruno@clisp.org>
14669
14670         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
14671         Reported by Sylvain Beucler <beuc@gnu.org>.
14672
14673 2007-11-03  Bruno Haible  <bruno@clisp.org>
14674
14675         * tests/test-fprintf-posix2.sh: New file.
14676         * tests/test-fprintf-posix2.c: New file.
14677         * modules/fprintf-posix-tests (Files): Add them.
14678         (TESTS): Add test-fprintf-posix2.sh.
14679         (configure.ac): Check for getrlimit and setrlimit.
14680         (check_PROGRAMS): Add test-fprintf-posix2.
14681
14682         * tests/test-printf-posix2.sh: New file.
14683         * tests/test-printf-posix2.c: New file.
14684         * modules/printf-posix-tests (Files): Add them.
14685         (TESTS): Add test-printf-posix2.sh.
14686         (configure.ac): Check for getrlimit and setrlimit.
14687         (check_PROGRAMS): Add test-printf-posix2.
14688
14689         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
14690         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
14691         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
14692         (decode_double): New function, copied from decode_long_double.
14693         (scale10_round_decimal_decoded): New function, extracted from
14694         scale10_round_decimal_long_double.
14695         (scale10_round_decimal_long_double): Use it.
14696         (scale10_round_decimal_double): New function.
14697         (floorlog10): New function.
14698         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
14699         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
14700         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
14701         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
14702         gl_PRINTF_ENOMEM and test its result. Invoke
14703         gl_PREREQ_VASNPRINTF_ENOMEM.
14704         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
14705         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
14706         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
14707         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
14708         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
14709         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
14710         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
14711         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
14712         * modules/snprintf-posix (Depends-on): Likewise.
14713         * modules/sprintf-posix (Depends-on): Likewise.
14714         * modules/vasnprintf-posix (Depends-on): Likewise.
14715         * modules/vasprintf-posix (Depends-on): Likewise.
14716         * modules/vfprintf-posix (Depends-on): Likewise.
14717         * modules/vsnprintf-posix (Depends-on): Likewise.
14718         * modules/vsprintf-posix (Depends-on): Likewise.
14719         * doc/functions/fprintf.texi: Update.
14720         * doc/functions/printf.texi: Update.
14721         * doc/functions/snprintf.texi: Update.
14722         * doc/functions/sprintf.texi: Update.
14723         * doc/functions/vfprintf.texi: Update.
14724         * doc/functions/vprintf.texi: Update.
14725         * doc/functions/vsnprintf.texi: Update.
14726         * doc/functions/vsprintf.texi: Update.
14727
14728 2007-11-03  Bruno Haible  <bruno@clisp.org>
14729
14730         * modules/frexp-nolibm-tests: New file.
14731
14732         * modules/frexp-nolibm: New file.
14733         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
14734
14735 2007-11-03  Bruno Haible  <bruno@clisp.org>
14736
14737         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
14738         value is C99 compliant.
14739         Needed for OSF/1 5.1.
14740
14741 2007-11-03  Bruno Haible  <bruno@clisp.org>
14742
14743         Fix out-of-memory handling of vasnprintf.
14744         * lib/printf-parse.c: Include <errno.h>.
14745         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
14746         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
14747         is already set.
14748
14749 2007-11-02  Eric Blake  <ebb9@byu.net>
14750
14751         Fix tests on cygwin.
14752         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
14753
14754 2007-11-01  Bruno Haible  <bruno@clisp.org>
14755
14756         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
14757         warning.
14758         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
14759         needed for POSIX compatibility.
14760
14761 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14762
14763         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
14764         for compatibility with GNU.
14765
14766 2007-11-01  Bruno Haible  <bruno@clisp.org>
14767
14768         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
14769         (putenv): Renamed from rpl_putenv. Change argument type from
14770         'const char *' to 'char *'.
14771         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
14772         of defining putenv in config.h, just set REPLACE_PUTENV.
14773         * modules/putenv (Depends-on): Add stdlib.
14774         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
14775         (Include): Use <stdlib.h>.
14776         * lib/stdlib.in.h (putenv): New declaration.
14777         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
14778         REPLACE_PUTENV.
14779         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
14780         REPLACE_PUTENV.
14781         Needed for MacOS X 10.5.0.
14782         Reported by Peter O'Gorman <peter@pogma.com>.
14783
14784 2007-11-01  Jim Meyering  <meyering@redhat.com>
14785
14786         Treat an empty date string exactly like "0".
14787         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
14788         if the remaining date string (to be parsed) is empty, use "0".
14789         Reported by Mischa Molhoek and discussed in this thread:
14790         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
14791
14792 2007-10-31  Bruno Haible  <bruno@clisp.org>
14793
14794         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
14795         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
14796         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
14797         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
14798         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
14799         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
14800
14801 2007-10-31  Bruno Haible  <bruno@clisp.org>
14802
14803         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
14804         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
14805         (AC_TYPE_LONG_LONG_INT): Use it.
14806         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
14807         it as well.
14808         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
14809         to m4/longlong.m4.
14810         * modules/stdint (Files): Remove m4/ulonglong.m4.
14811         * modules/strtoull (Files): Use m4/longlong.m4 instead of
14812         m4/ulonglong.m4.
14813         * modules/strtoumax (Files): Likewise.
14814
14815 2007-10-30  Bruno Haible  <bruno@clisp.org>
14816
14817         * modules/xvasprintf-posix: New file.
14818         Suggested by Eric Blake.
14819
14820 2007-10-30  Bruno Haible  <bruno@clisp.org>
14821
14822         * modules/xprintf-posix-tests: New file.
14823         * tests/test-xprintf-posix.sh: New file.
14824         * tests/test-xprintf-posix.c: New file.
14825         * tests/test-xfprintf-posix.c: New file.
14826
14827         * modules/xprintf-posix: New file.
14828
14829 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14830
14831         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
14832         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
14833         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
14834
14835 2007-10-29  Bruno Haible  <bruno@clisp.org>
14836
14837         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
14838         contain the special marker '_cv_'.
14839         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
14840         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
14841         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
14842         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
14843         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
14844         Reported by Ralf Wildenhues.
14845
14846 2007-10-29  Bruno Haible  <bruno@clisp.org>
14847
14848         * gnulib-tool (func_import): When --lgpl is not specified, set
14849         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
14850         GPLv3.
14851         Reported by Simon Josefsson.
14852
14853 2007-10-28  Bruno Haible  <bruno@clisp.org>
14854
14855         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
14856         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
14857         HAVE_DECL_ISFINITE.
14858         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14859         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
14860         HAVE_DECL_ISFINITE.
14861
14862 2007-10-28  Bruno Haible  <bruno@clisp.org>
14863
14864         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
14865         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
14866
14867 2007-10-28  Bruno Haible  <bruno@clisp.org>
14868
14869         Fix link errors with Sun C 5.0 on Solaris 10.
14870         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
14871         function is declared but not present in the compiler's libm.
14872         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
14873         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
14874         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
14875         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
14876         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
14877         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
14878         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
14879         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
14880         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
14881         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
14882         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
14883         HAVE_DECL_FLOORL.
14884
14885 2007-10-28  Bruno Haible  <bruno@clisp.org>
14886
14887         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
14888         gl_FUNC_FLOORL. Cache the result.
14889         (gl_FUNC_FLOORL): Use it.
14890         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
14891         gl_FUNC_CEILL. Cache the result.
14892         (gl_FUNC_CEILL): Use it.
14893
14894         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
14895         gl_FUNC_FLOOR. Cache the result.
14896         (gl_FUNC_FLOOR): Use it.
14897         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
14898         gl_FUNC_CEIL. Cache the result.
14899         (gl_FUNC_CEIL): Use it.
14900
14901         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
14902         gl_FUNC_FLOORF. Cache the result.
14903         (gl_FUNC_FLOORF): Use it.
14904         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
14905         gl_FUNC_CEILF. Cache the result.
14906         (gl_FUNC_CEILF): Use it.
14907
14908 2007-10-28  Bruno Haible  <bruno@clisp.org>
14909
14910         * gnulib-tool: Allow specifying the LGPL version number through
14911         --lgpl=2 or --lgpl=3.
14912         (func_usage): Document --lgpl with argument.
14913         Handle --lgpl=... arguments.
14914         (func_import): Recognize also gl_LGPL calls with an argument. When
14915         --lgpl=2 is used and the module's license is just LGPL, report an
14916         error. Set sed_transform_lib_file according to the lgpl variable. In
14917         the generated files, use --lgpl or gl_LGPL invocations with argument,
14918         if necessary.
14919         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
14920         an LGPv2+ license.
14921         * doc/gnulib-tool.texi (Modified imports): Update explanation of
14922         gl_LGPL macro.
14923
14924 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14925             Bruno Haible  <bruno@clisp.org>
14926
14927         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
14928         (u16_uctomb_aux): Likewise.
14929         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
14930         !HAVE_INLINE.
14931         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
14932
14933 2007-10-28  Bruno Haible  <bruno@clisp.org>
14934
14935         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
14936         Invoke AM_GETTEXT_OPTION if it exists.
14937         * modules/vasprintf: Likewise.
14938         * modules/verror: Likewise.
14939         * modules/xprintf: Likewise.
14940         * modules/xvasprintf: Likewise.
14941
14942 2007-10-27  Ben Pfaff  <blp@gnu.org>
14943
14944         * lib/math.in.h: Define isfinite macro and prototypes for
14945         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
14946         implementations.
14947         * m4/math_h.m4: New substitutions for isfinite module.
14948         * lib/isfinite.c: New file.
14949         * m4/isfinite.m4: New file.
14950         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
14951         * modules/isfinite: New file.
14952         * modules/isfinite-tests: New file.
14953         * tests/tests-isfinite.c: New file.
14954         * doc/functions/isfinite.texi: Mention isfinite module.
14955         * MODULES.html.sh: Mention new module.
14956
14957 2007-10-27  Ben Pfaff  <blp@gnu.org>
14958
14959         Ralf Wildenhues reported that Tru64 4.0D declares the round
14960         functions but does not have definitions.
14961         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
14962         cannot be found in any library, set the output variable to
14963         "missing" instead of "".
14964         * m4/round.m4: Also use our substitute if we cannot find round in
14965         any library, even if it is declared.
14966         * m4/roundf.m4: Likewise for roundf.
14967         * m4/roundl.m4: Likewise for roundl.
14968         * lib/math.in.h: Undefine roundf, round, roundl before defining
14969         their replacements, to allow for hypothetical systems where these
14970         may be defined as macros but not available in libraries.
14971
14972 2007-10-27  Bruno Haible  <bruno@clisp.org>
14973
14974         * doc/gnulib.texi: Invoke @firstparagraphindent.
14975         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
14976         changes in gnulib.
14977         (Source changes): New section.
14978
14979 2007-10-26  Bruno Haible  <bruno@clisp.org>
14980
14981         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
14982         borrowed from autoconf.
14983
14984 2007-10-26  Bruno Haible  <bruno@clisp.org>
14985
14986         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
14987         strerror returned the empty string. Needed on HP-UX 11.00.
14988
14989 2007-10-24  Micah Cowan  <micah@cowan.name>
14990
14991         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
14992         * build-aux/bootstrap: Remove support for now-unnecessary option,
14993         --cvs-user, and envvars CVS_USER, CVS_RSH.
14994
14995 2007-10-24  Jim Meyering  <meyering@redhat.com>
14996
14997         Avoid diagnostics from sha1sum when there is no cached checksum.
14998         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
14999         if the po.s1 file hasn't been created yet.
15000
15001         * build-aux/bootstrap: Sync from coreutils:
15002         2007-10-24  Jim Meyering  <meyering@redhat.com>
15003         Get gnulib from the git repository, not from an obsolete cvs one.
15004         * build-aux/bootstrap: Suggestion from Micah Cowan.
15005         2007-10-04  Jim Meyering  <jim@meyering.net>
15006         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
15007         (update_po_files): Work also when there are no .po files in po/.
15008
15009 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
15010
15011         * README: Append ".git" to git and cg examples.
15012         Problem reported by Benoit Sigoure.
15013
15014 2007-10-23  Micah Cowan  <micah@cowan.name>
15015
15016         * users.txt: Add wget.
15017
15018 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15019
15020         Fix linking of some unistdio tests on FreeBSD.
15021         * modules/unistdio/u16-vsnprintf-tests
15022         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
15023         * modules/unistdio/u16-vsprintf-tests
15024         (test_u16_vsnprintf1_LDADD): Likewise.
15025         * modules/unistdio/u32-vsnprintf-tests
15026         (test_u32_vsnprintf1_LDADD): Likewise.
15027         * modules/unistdio/u32-vsprintf-tests
15028         (test_u32_vsprintf1_LDADD): Likewise.
15029         * modules/unistdio/u8-vsnprintf-tests
15030         (test_u8_vsnprintf1_LDADD): Likewise.
15031         * modules/unistdio/u8-vsprintf-tests
15032         (test_u8_vsprintf1_LDADD): Likewise.
15033         * modules/unistdio/ulc-vsnprintf-tests
15034         (test_ulc_vsnprintf1_LDADD): Likewise.
15035         * modules/unistdio/ulc-vsprintf-tests
15036         (test_ulc_vsprintf1_LDADD): Likewise.
15037
15038         Fix linking of some uniconv tests on FreeBSD.
15039         * modules/uniconv/u16-conv-from-enc-tests
15040         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
15041         * modules/uniconv/u16-conv-to-enc-tests
15042         (test_u16_conv_to_enc_LDADD): Likewise.
15043         * modules/uniconv/u16-strconv-from-enc-tests
15044         (test_u16_strconv_from_enc_LDADD): Likewise.
15045         * modules/uniconv/u16-strconv-to-enc-tests
15046         (test_u16_strconv_to_enc_LDADD): Likewise.
15047         * modules/uniconv/u32-conv-from-enc-tests
15048         (test_u32_conv_from_enc_LDADD): Likewise.
15049         * modules/uniconv/u32-conv-to-enc-tests
15050         (test_u32_conv_to_enc_LDADD): Likewise.
15051         * modules/uniconv/u32-strconv-from-enc-tests
15052         (test_u32_strconv_from_enc_LDADD): Likewise.
15053         * modules/uniconv/u32-strconv-to-enc-tests
15054         (test_u32_strconv_to_enc_LDADD): Likewise.
15055         * modules/uniconv/u8-conv-from-enc-tests
15056         (test_u8_conv_from_enc_LDADD): Likewise.
15057         * modules/uniconv/u8-conv-to-enc-tests
15058         (test_u8_conv_to_enc_LDADD): Likewise.
15059         * modules/uniconv/u8-strconv-from-enc-tests
15060         (test_u8_strconv_from_enc_LDADD): Likewise.
15061         * modules/uniconv/u8-strconv-to-enc-tests
15062         (test_u8_strconv_to_enc_LDADD): Likewise.
15063
15064 2007-10-22  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
15067         size.
15068
15069 2007-10-22  Eric Blake  <ebb9@byu.net>
15070
15071         Tweak x*printf documentation.
15072         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
15073         variable name and comments.
15074         Suggested by Bruno Haible.
15075
15076 2007-10-22  Bruno Haible  <bruno@clisp.org>
15077
15078         * lib/acl.c (copy_acl): Fix file name in comment.
15079
15080 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15081
15082         Fix Tru64 problem with stdbool.h.
15083         * lib/stdbool.in.h (false, true):
15084         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
15085         Don't declare as an enum in this situation; it runs afoul of Tru64.
15086         Problem reported by Steven M. Schweda in
15087         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
15088
15089 2007-10-22  Eric Blake  <ebb9@byu.net>
15090
15091         Also wrap vf?printf.
15092         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
15093         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
15094         (xvprintf, xvfprintf): New functions.
15095
15096 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15097
15098         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
15099         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
15100
15101         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
15102         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
15103
15104 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
15105
15106         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
15107         by Bruno Haible.
15108
15109 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15110
15111         * lib/getloadavg.c
15112         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
15113         Undef `sys' after including sys/table.h, for Tru64 4.0D.
15114
15115         * tests/test-i-ring.c: Work for C89.
15116
15117 2007-10-22  Bruno Haible  <bruno@clisp.org>
15118
15119         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
15120         -1u, in preprocessor expression, so that we don't test for the bug
15121         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
15122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
15123
15124 2007-10-22  Eric Blake  <ebb9@byu.net>
15125
15126         * tests/test-yesno.sh: Silence stderr during test.
15127
15128 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15129
15130         * modules/crypto/gc-camellia: New file.
15131
15132         * m4/gc-camellia.m4: New file.
15133
15134         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
15135
15136         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
15137
15138 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15139
15140         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
15141         --help to stdout.  Reported by sms@antinode.org (Steven
15142         M. Schweda).
15143
15144 2007-10-22  Simon Josefsson  <simon@josefsson.org>
15145
15146         * users.txt: Fix link to libksba.
15147
15148 2007-10-21  Ben Pfaff  <blp@gnu.org>
15149
15150         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
15151         round.c roundf implementation that depends on floorf and ceilf to
15152         be tested unconditionally.
15153
15154 2007-10-21  Ben Pfaff  <blp@gnu.org>
15155
15156         * m4/check-libm-func.m4: Removed.
15157         * m4/check-math-lib.m4: New file.
15158         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
15159         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
15160         definition and lack of AC_LIBOBJ([roundf]).
15161         * m4/roundl.m4: Ditto, and similarly for roundl.
15162         * modules/round: Reference new m4 file.
15163         * modules/roundf: Ditto.
15164         * modules/roundl: Ditto.
15165         * tests/test-round2.c (main): Use ROUND instead of round.
15166         Bug report from Bruno Haible.
15167
15168 2007-10-21  Bruno Haible  <bruno@clisp.org>
15169
15170         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
15171         context.
15172
15173 2007-10-21  Bruno Haible  <bruno@clisp.org>
15174
15175         * tests/test-wcwidth.c (main): Allow negative result for some control
15176         characters.
15177
15178         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
15179         Needed on OSF/1 5.1.
15180
15181 2007-10-21  Bruno Haible  <bruno@clisp.org>
15182
15183         * tests/test-floorf1.c: Include isnanf.h.
15184         (main): Use isnanf() instead of isnan().
15185         * tests/test-ceilf1.c: Include isnanf.h.
15186         (main): Use isnanf() instead of isnan().
15187         * tests/test-truncf1.c: Include isnanf.h.
15188         (main): Use isnanf() instead of isnan().
15189         * tests/test-roundf1.c: Include isnanf.h.
15190         (main): Use isnanf() instead of isnan().
15191
15192 2007-10-21  Eric Blake  <ebb9@byu.net>
15193
15194         * users.txt: Update URL for m4.
15195
15196 2007-10-21  Bruno Haible  <bruno@clisp.org>
15197
15198         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
15199
15200 2007-10-21  Bruno Haible  <bruno@clisp.org>
15201
15202         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
15203         Git's management files if the CVS files are not present.
15204
15205 2007-10-20  Bruno Haible  <bruno@clisp.org>
15206
15207         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
15208         gcc-3.4.x.
15209
15210 2007-10-20  Ben Pfaff  <blp@gnu.org>
15211
15212         * lib/math.in.h: Declare round, roundf, roundl if we are providing
15213         implementations.
15214         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
15215         * lib/round.c: New file.
15216         * lib/roundf.c: New file.
15217         * lib/roundl.c: New file.
15218         * m4/round.m4: New file.
15219         * m4/roundf.m4: New file.
15220         * m4/roundl.m4: New file.
15221         * m4/check-libm-func-m4: New file.
15222         * modules/math: Replace round, roundf, roundl related @VARS@ in
15223         math.in.h.
15224         * modules/round: New file.
15225         * modules/round-tests: New file.
15226         * modules/roundf: New file.
15227         * modules/roundf-tests: New file.
15228         * modules/roundl: New file.
15229         * modules/roundl-tests: New file.
15230         * tests/test-round1.c: New file.
15231         * tests/test-round2.c: New file.
15232         * tests/test-roundf1.c: New file.
15233         * tests/test-roundf2.c: New file.
15234         * tests/test-roundl.c: New file.
15235         * doc/functions/round.texi: Mention round module.
15236         * doc/functions/roundf.texi: Mention roundf module.
15237         * doc/functions/roundl.texi: Mention roundl module.
15238         * MODULES.html.sh: Mention new modules.
15239         Thanks to Bruno Haible for suggestions.
15240
15241 2007-10-20  Jim Meyering  <meyering@redhat.com>
15242
15243         * lib/xprintf.c: Include <config.h> unconditionally.
15244
15245         Change xprintf's license to GPL.
15246         * modules/xprintf (License): s/LGPL/GPL/, since this module
15247         depends on modules (exit and exitfail) which are GPL.
15248         Suggestion from Bruno Haible.
15249
15250         xprintf fixes.
15251         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
15252         Use a clearer diagnostic.
15253         Patch from Bruno Haible.
15254
15255 2007-10-20  Bruno Haible  <bruno@clisp.org>
15256
15257         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
15258         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
15259         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15260
15261 2007-10-20  Bruno Haible  <bruno@clisp.org>
15262
15263         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
15264         precision in the comparison result > x - 1 or similar.
15265         * tests/test-ceilf2.c (correct_result_p): Likewise.
15266         * tests/test-truncf2.c (correct_result_p): Likewise.
15267         * tests/test-trunc2.c (correct_result_p): Likewise.
15268         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15269
15270 2007-10-20  Bruno Haible  <bruno@clisp.org>
15271
15272         * modules/ceil: New file.
15273         * m4/ceil.m4: New file.
15274         * doc/functions/ceil.texi: Mention the 'ceil' module.
15275
15276 2007-10-20  Bruno Haible  <bruno@clisp.org>
15277
15278         * modules/floor: New file.
15279         * m4/floor.m4: New file.
15280         * doc/functions/floor.texi: Mention the 'floor' module.
15281
15282 2007-10-20  Bruno Haible  <bruno@clisp.org>
15283
15284         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
15285         of %a.
15286         * modules/floorf-tests (Depends-on): Likewise.
15287         * modules/truncf-tests (Depends-on): Likewise.
15288         * modules/trunc-tests (Depends-on): Likewise.
15289         Reported by Ben Pfaff.
15290
15291 2007-10-19  Jim Meyering  <meyering@redhat.com>
15292
15293         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
15294         Don't bother testing specific errno values.  Just test ferror.
15295
15296         New module: xprintf
15297         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
15298
15299 2007-10-19  Bruno Haible  <bruno@clisp.org>
15300
15301         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
15302         syntax.
15303         * modules/javaexec (Makefile.am): Likewise.
15304         * modules/relocatable-prog (Makefile.am): Likewise.
15305         Suggested by Jim Meyering.
15306
15307 2007-10-18  Bruno Haible  <bruno@clisp.org>
15308
15309         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
15310         Reported by Jim Meyering.
15311
15312 2007-10-18  Eric Blake  <ebb9@byu.net>
15313
15314         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
15315
15316 2007-10-18  Bruno Haible  <bruno@clisp.org>
15317
15318         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
15319         the format string into writable memory. Needed in Fortify conditions.
15320
15321 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
15322             Bruno Haible  <bruno@clisp.org>
15323
15324         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
15325         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
15326         * modules/trim (Depends-on): Add mbchar.
15327         (configure.ac): Add gl_FUNC_MBRTOWC.
15328         (Makefile.am): Augment lib_SOURCES.
15329
15330 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
15331
15332         Modify glob.c to use fstatat and dirfd, to simplify it.
15333         Suggested by Eric Blake.
15334         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
15335         Don't include <stdbool.h>; not used.
15336         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
15337         (link_exists_p): Simplify implementation, since we can now assume
15338         dirfd and fstatat.
15339         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
15340
15341 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15342
15343         * gnulib-tool (func_get_dependencies): Fix sed script to
15344         match only tests.
15345
15346 2007-10-17  Bruno Haible  <bruno@clisp.org>
15347
15348         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
15349         allow locale names without encoding suffix.
15350         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
15351         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
15352
15353 2007-10-16  Bruno Haible  <bruno@clisp.org>
15354
15355         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
15356         * lib/getgroups.c (getgroups): Likewise.
15357         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
15358
15359 2007-10-16  Bruno Haible  <bruno@clisp.org>
15360
15361         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
15362         * modules/malloc-posix (License): Likewise.
15363         * modules/realloc-posix (License): Likewise.
15364         * modules/calloc-posix (License): Likewise.
15365         * modules/intprops (License): Change from GPL to LGPL, with
15366         Paul Eggert's approval.
15367
15368 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15369
15370         Merge glibc changes into lib/glob.c.
15371
15372         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
15373         2007-10-15 04:59:03 UTC.  Here are the changes:
15374
15375         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
15376
15377         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
15378
15379         * lib/glob.c: Add some branch prediction throughout.
15380
15381         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
15382
15383         [BZ #5103]
15384         * lib/glob.c (glob): Recognize patterns starting \/.
15385
15386         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
15387
15388         [BZ #3996]
15389         * lib/glob.c (attribute_hidden): Define if not defined.
15390         (glob): Unescape dirname, filename or username when needed and not
15391         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
15392         is NULL.  Handle unescaped [ in pattern without closing ].
15393         Don't pass GLOB_CHECK down to recursive glob for directories.
15394         (__glob_pattern_type): New function.
15395         (__glob_pattern_p): Implement using __glob_pattern_type.
15396         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
15397         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
15398         Remove unreachable code.
15399
15400         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
15401
15402         * lib/glob.c (glob_in_dir): Add some comments and asserts to
15403         explain why there are no leaks.
15404
15405         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
15406
15407         [BZ #3253]
15408         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
15409         time, rather allocate increasingly bigger arrays of pointers, if
15410         possible with alloca, if too large with malloc.
15411
15412 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
15415         Problem reported by H.Merijn Brand in
15416         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
15417         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
15418         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
15419
15420 2007-10-15  Bruno Haible  <bruno@clisp.org>
15421
15422         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
15423         with explicit rpl_ prefix.
15424         * lib/fopen.c (fopen): Likewise.
15425         * lib/freopen.c (freopen): Likewise.
15426         * lib/iconv.c (iconv): Likewise.
15427         * lib/iconv_close.c (iconv_close): Likewise.
15428
15429 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15430
15431         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
15432
15433 2007-10-15  Bruno Haible  <bruno@clisp.org>
15434
15435         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
15436         <stddef.h> instead of <stdlib.h> since we only need NULL.
15437         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15438
15439 2007-10-15  Bruno Haible  <bruno@clisp.org>
15440
15441         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
15442         Replace paragraph talking about LIBOBJS.
15443         Reported by Colin Watson <cjwatson@debian.org>.
15444
15445 2007-10-15  Bruno Haible  <bruno@clisp.org>
15446
15447         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
15448         <stdlib.h> before using NULL.
15449
15450 2007-10-15  Simon Josefsson  <simon@josefsson.org>
15451
15452         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
15453         Reported by Albert Chin <china@thewrittenword.com>.
15454
15455 2007-10-14  Bruno Haible  <bruno@clisp.org>
15456
15457         * modules/iconv_open-utf-tests: New file.
15458         * tests/test-iconv-utf.c: New file.
15459
15460         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
15461         * modules/iconv_open-utf: New file.
15462         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
15463         (iconv, iconv_close): New declarations.
15464         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
15465         be defined.
15466         (iconv_open): Add special handling of conversion between UTF-8 and
15467         UTF-{16,32}{BE,LE}.
15468         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
15469         * lib/iconv_close.c: New file.
15470         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
15471         gl_FUNC_ICONV_OPEN.
15472         (gl_FUNC_ICONV_OPEN): Use it.
15473         (gl_FUNC_ICONV_OPEN_UTF): New macro.
15474         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
15475         and REPLACE_ICONV_UTF.
15476         * modules/iconv_open (Depends-on): Add c-strcase.
15477         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
15478         ICONV_CONST.
15479         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
15480
15481 2007-10-13  Albert Chin  <china@thewrittenword.com>
15482             Bruno Haible  <bruno@clisp.org>
15483
15484         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
15485         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
15486
15487 2007-10-13  Bruno Haible  <bruno@clisp.org>
15488
15489         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
15490         defined, use the ISO C99 inline semantics.
15491         * lib/argp.h (ARGP_EI): Likewise.
15492
15493 2007-10-13  Bruno Haible  <bruno@clisp.org>
15494
15495         Handle 'inline' change in gcc 4.3.0.
15496         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
15497         argp_fmtstream_write, argp_fmtstream_set_lmargin,
15498         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
15499         argp_fmtstream_point): Disable 'extern' declaration if the function
15500         definition is going to be provided inline.
15501         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
15502         semantics, not the ISO C99 inline semantics.
15503         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
15504         'extern' declaration if the function definition is going to be provided
15505         inline.
15506         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
15507         the GNU C inline semantics, not the ISO C99 inline semantics. With
15508         GCC 4.2, avoid a warning.
15509
15510 2007-10-13  Bruno Haible  <bruno@clisp.org>
15511
15512         * lib/freading.h (freading): Enable the use of __freading for
15513         glibc >= 2.7.
15514         * lib/freading.c (freading): Likewise.
15515
15516 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
15517
15518         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
15519         "warning: C99 inline functions are not supported; using GNU89".
15520
15521 2007-10-12  Bruno Haible  <bruno@clisp.org>
15522
15523         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
15524         of 2.
15525         * tests/test-ceilf2.c: New file.
15526         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
15527
15528         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
15529         * modules/ceilf-tests: Update.
15530
15531 2007-10-12  Bruno Haible  <bruno@clisp.org>
15532
15533         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
15534         of 2.
15535         * tests/test-floorf2.c: New file.
15536         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
15537
15538         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
15539         * modules/floorf-tests: Update.
15540
15541 2007-10-12  Bruno Haible  <bruno@clisp.org>
15542
15543         * tests/test-trunc2.c: New file.
15544         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
15545
15546         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
15547         * modules/trunc-tests: Update.
15548
15549 2007-10-12  Bruno Haible  <bruno@clisp.org>
15550
15551         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
15552         of 2.
15553         * tests/test-truncf2.c: New file.
15554         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
15555
15556         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
15557         * modules/truncf-tests: Update.
15558
15559 2007-10-11  Eric Blake  <ebb9@byu.net>
15560
15561         Don't claim strerror is broken on Interix.
15562         * doc/functions/strerror.texi (strerror): Known broken systems are
15563         now Solaris 8, and not Interix.
15564         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
15565         Interix on cross-compile.
15566         Reported by Martin Koeppe in
15567         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
15568
15569 2007-10-11  Bruno Haible  <bruno@clisp.org>
15570
15571         * modules/i-ring-tests: New file.
15572         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
15573         instead of assert.
15574
15575 2007-10-11  Bruno Haible  <bruno@clisp.org>
15576
15577         * modules/filenamecat-tests: New file.
15578         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
15579         * lib/filenamecat.c: Remove test code.
15580
15581 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
15582
15583         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
15584
15585         * lib/strerror.c: Include <string.h> always, to test interface,
15586         and to remove the need for the dummy.
15587         Include intprops.h to compute width instead of doing it ourselves
15588         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
15589         (strerror): Define it to return NULL if there's no system strerror.
15590         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
15591         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
15592         ancient pre-strerror Unix systems well any more.  Saying "unknown
15593         system error" is enough.
15594         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
15595         simpler strerror.c implementation.
15596         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
15597         Simplify the tests to reflect the simpler strerror implementation.
15598         * modules/strerror (Depends-on): Add intprops.
15599
15600 2007-10-09  Eric Blake  <ebb9@byu.net>
15601
15602         Silence test-fpending.
15603         * modules/fpending-tests (Files): Add wrapper script.
15604         * tests/test-fpending.sh: New file.
15605
15606 2007-10-09  Bruno Haible  <bruno@clisp.org>
15607
15608         * MODULES.html.sh (func_module): Don't create a hyperlink for
15609         function names like 'printf_frexp'.
15610         (Misc): Add crc, memxor.
15611         (Characteristics of floating types): New section.
15612         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
15613         isnanf-nolibm, signbit, trunc, truncf, truncl.
15614         (Enhancements for ISO C 99 functions): New subsection Input/output.
15615         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
15616         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
15617         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
15618         (Compatibility checks for POSIX:2001 functions): Add clock-time.
15619         (Enhancements for POSIX:2001 functions): Add chdir-long.
15620         (File system functions): Add areadlink, chdir-safer, read-file.
15621         Remove cycle-check.
15622         (File system as inode set): New section.
15623         (Date and time): Add gethrxtime.
15624         (Multithreading): Add openmp.
15625         (Internationalization functions): Add localename.
15626         (Unicode string functions): Add unistr/u*-mbsnlen.
15627         (Support for maintaining and releasing projects): Add git-version-gen.
15628         (Lone files): Remove directories.
15629
15630 2007-10-08  Ben Pfaff  <blp@gnu.org>
15631
15632         * lib/xmalloca.h: Fix typo in comment.
15633
15634 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
15635
15636         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
15637         when avoiding problems with integer overflow.  Use a portable test
15638         instead.
15639
15640 2007-10-08  Simon Josefsson  <simon@josefsson.org>
15641
15642         * modules/dummy (License): Change to LGPLv2+.
15643         * modules/float (License): Likewise
15644         * modules/realloc (License): Likewise
15645         * modules/stdlib (License): Likewise
15646
15647 2007-10-07  Bruno Haible  <bruno@clisp.org>
15648
15649         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
15650         * floor.c (TWO_MANT_DIG): Likewise.
15651         * ceil.c (TWO_MANT_DIG): Likewise.
15652         Reported by Ben Pfaff.
15653
15654 2007-10-07  Bruno Haible  <bruno@clisp.org>
15655
15656         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
15657         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
15658         * lib/frexp.c (FUNC): Likewise.
15659         * lib/printf-frexp.h (printf_frexp): Likewise.
15660         * lib/printf-frexpl.h (printf_frexpl): Likewise.
15661         * lib/printf-frexp.c (FUNC): Likewise.
15662         Suggested by Jim Meyering.
15663
15664 2007-10-07  Jim Meyering  <meyering@redhat.com>
15665
15666         Make xnanosleep's integer overflow test more robust.
15667         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
15668         so that gcc-4.3.0 doesn't optimize away this test for overflow.
15669
15670 2007-10-07  Bruno Haible  <bruno@clisp.org>
15671
15672         * NEWS: Mention the license change.
15673
15674         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
15675         abbreviations in the modules files.
15676
15677         Change copyright notice from GPLv2+ to GPLv3+.
15678         * README: Change copyright notice.
15679         * MODULES.html.sh: Likewise.
15680         * build-aux/bootstrap.conf: Likewise.
15681         * build-aux/config.libpath: Likewise.
15682         * build-aux/csharpcomp.sh.in: Likewise.
15683         * build-aux/csharpexec.sh.in: Likewise.
15684         * build-aux/install-reloc: Likewise.
15685         * build-aux/javacomp.sh.in: Likewise.
15686         * build-aux/javaexec.sh.in: Likewise.
15687         * build-aux/ldd.sh.in: Likewise.
15688         * build-aux/reloc-ldflags: Likewise.
15689         * build-aux/relocatable.sh.in: Likewise.
15690         * build-aux/x-to-1.in: Likewise.
15691         * check-module: Likewise.
15692         * config/srclistvars.sh: Likewise.
15693         * gnulib-tool: Likewise.
15694         * lib/acl-internal.h: Likewise.
15695         * lib/acl.c: Likewise.
15696         * lib/acl.h: Likewise.
15697         * lib/acl_entries.c: Likewise.
15698         * lib/areadlink-with-size.c: Likewise.
15699         * lib/areadlink.c: Likewise.
15700         * lib/areadlink.h: Likewise.
15701         * lib/argmatch.c: Likewise.
15702         * lib/argmatch.h: Likewise.
15703         * lib/argp-ba.c: Likewise.
15704         * lib/argp-eexst.c: Likewise.
15705         * lib/argp-fmtstream.c: Likewise.
15706         * lib/argp-fmtstream.h: Likewise.
15707         * lib/argp-fs-xinl.c: Likewise.
15708         * lib/argp-help.c: Likewise.
15709         * lib/argp-namefrob.h: Likewise.
15710         * lib/argp-parse.c: Likewise.
15711         * lib/argp-pin.c: Likewise.
15712         * lib/argp-pv.c: Likewise.
15713         * lib/argp-pvh.c: Likewise.
15714         * lib/argp-xinl.c: Likewise.
15715         * lib/argp.h: Likewise.
15716         * lib/at-func.c: Likewise.
15717         * lib/atanl.c: Likewise.
15718         * lib/backupfile.c: Likewise.
15719         * lib/backupfile.h: Likewise.
15720         * lib/basename.c: Likewise.
15721         * lib/binary-io.h: Likewise.
15722         * lib/byteswap.in.h: Likewise.
15723         * lib/c-stack.c: Likewise.
15724         * lib/c-stack.h: Likewise.
15725         * lib/c-strcasestr.c: Likewise.
15726         * lib/c-strcasestr.h: Likewise.
15727         * lib/c-strstr.c: Likewise.
15728         * lib/c-strstr.h: Likewise.
15729         * lib/c-strtod.c: Likewise.
15730         * lib/calloc.c: Likewise.
15731         * lib/canon-host.c: Likewise.
15732         * lib/canon-host.h: Likewise.
15733         * lib/canonicalize-lgpl.c: Likewise.
15734         * lib/canonicalize.c: Likewise.
15735         * lib/canonicalize.h: Likewise.
15736         * lib/ceil.c: Likewise.
15737         * lib/ceilf.c: Likewise.
15738         * lib/ceill.c: Likewise.
15739         * lib/chdir-long.c: Likewise.
15740         * lib/chdir-long.h: Likewise.
15741         * lib/chdir-safer.c: Likewise.
15742         * lib/chdir-safer.h: Likewise.
15743         * lib/chown.c: Likewise.
15744         * lib/classpath.c: Likewise.
15745         * lib/classpath.h: Likewise.
15746         * lib/clean-temp.c: Likewise.
15747         * lib/clean-temp.h: Likewise.
15748         * lib/cloexec.c: Likewise.
15749         * lib/close-stream.c: Likewise.
15750         * lib/closein.c: Likewise.
15751         * lib/closein.h: Likewise.
15752         * lib/closeout.c: Likewise.
15753         * lib/closeout.h: Likewise.
15754         * lib/concat-filename.c: Likewise.
15755         * lib/copy-file.c: Likewise.
15756         * lib/copy-file.h: Likewise.
15757         * lib/count-one-bits.h: Likewise.
15758         * lib/crc.c: Likewise.
15759         * lib/crc.h: Likewise.
15760         * lib/creat-safer.c: Likewise.
15761         * lib/csharpcomp.c: Likewise.
15762         * lib/csharpcomp.h: Likewise.
15763         * lib/csharpexec.c: Likewise.
15764         * lib/csharpexec.h: Likewise.
15765         * lib/cycle-check.c: Likewise.
15766         * lib/cycle-check.h: Likewise.
15767         * lib/diacrit.c: Likewise.
15768         * lib/diacrit.h: Likewise.
15769         * lib/diffseq.h: Likewise.
15770         * lib/dirchownmod.c: Likewise.
15771         * lib/dirent.in.h: Likewise.
15772         * lib/dirfd.c: Likewise.
15773         * lib/dirfd.h: Likewise.
15774         * lib/dirname.c: Likewise.
15775         * lib/dirname.h: Likewise.
15776         * lib/dummy.c: Likewise.
15777         * lib/dup-safer.c: Likewise.
15778         * lib/dup2.c: Likewise.
15779         * lib/eealloc.h: Likewise.
15780         * lib/error.c: Likewise.
15781         * lib/error.h: Likewise.
15782         * lib/euidaccess.c: Likewise.
15783         * lib/exclude.c: Likewise.
15784         * lib/exclude.h: Likewise.
15785         * lib/execute.c: Likewise.
15786         * lib/execute.h: Likewise.
15787         * lib/exitfail.c: Likewise.
15788         * lib/exitfail.h: Likewise.
15789         * lib/expl.c: Likewise.
15790         * lib/fatal-signal.c: Likewise.
15791         * lib/fatal-signal.h: Likewise.
15792         * lib/fbufmode.c: Likewise.
15793         * lib/fbufmode.h: Likewise.
15794         * lib/fchdir.c: Likewise.
15795         * lib/fchmodat.c: Likewise.
15796         * lib/fchownat.c: Likewise.
15797         * lib/fcntl--.h: Likewise.
15798         * lib/fcntl-safer.h: Likewise.
15799         * lib/fcntl.in.h: Likewise.
15800         * lib/fd-safer.c: Likewise.
15801         * lib/fflush.c: Likewise.
15802         * lib/file-has-acl.c: Likewise.
15803         * lib/file-set.c: Likewise.
15804         * lib/file-type.c: Likewise.
15805         * lib/file-type.h: Likewise.
15806         * lib/fileblocks.c: Likewise.
15807         * lib/filemode.c: Likewise.
15808         * lib/filemode.h: Likewise.
15809         * lib/filename.h: Likewise.
15810         * lib/filenamecat.c: Likewise.
15811         * lib/filenamecat.h: Likewise.
15812         * lib/findprog.c: Likewise.
15813         * lib/findprog.h: Likewise.
15814         * lib/float.in.h: Likewise.
15815         * lib/floor.c: Likewise.
15816         * lib/floorf.c: Likewise.
15817         * lib/floorl.c: Likewise.
15818         * lib/fopen-safer.c: Likewise.
15819         * lib/fopen.c: Likewise.
15820         * lib/fpending.c: Likewise.
15821         * lib/fpending.h: Likewise.
15822         * lib/fprintf.c: Likewise.
15823         * lib/fprintftime.h: Likewise.
15824         * lib/fpucw.h: Likewise.
15825         * lib/fpurge.c: Likewise.
15826         * lib/fpurge.h: Likewise.
15827         * lib/freadable.c: Likewise.
15828         * lib/freadable.h: Likewise.
15829         * lib/freadahead.c: Likewise.
15830         * lib/freadahead.h: Likewise.
15831         * lib/freading.c: Likewise.
15832         * lib/freading.h: Likewise.
15833         * lib/free.c: Likewise.
15834         * lib/freopen.c: Likewise.
15835         * lib/frexp.c: Likewise.
15836         * lib/frexpl.c: Likewise.
15837         * lib/fseek.c: Likewise.
15838         * lib/fseterr.c: Likewise.
15839         * lib/fseterr.h: Likewise.
15840         * lib/fstatat.c: Likewise.
15841         * lib/fstrcmp.c: Likewise.
15842         * lib/fstrcmp.h: Likewise.
15843         * lib/fsusage.c: Likewise.
15844         * lib/fsusage.h: Likewise.
15845         * lib/ftell.c: Likewise.
15846         * lib/ftello.c: Likewise.
15847         * lib/fts-cycle.c: Likewise.
15848         * lib/fts.c: Likewise.
15849         * lib/fts_.h: Likewise.
15850         * lib/full-read.c: Likewise.
15851         * lib/full-read.h: Likewise.
15852         * lib/full-write.c: Likewise.
15853         * lib/full-write.h: Likewise.
15854         * lib/fwritable.c: Likewise.
15855         * lib/fwritable.h: Likewise.
15856         * lib/fwriteerror.c: Likewise.
15857         * lib/fwriteerror.h: Likewise.
15858         * lib/fwriting.c: Likewise.
15859         * lib/fwriting.h: Likewise.
15860         * lib/gcd.c: Likewise.
15861         * lib/gcd.h: Likewise.
15862         * lib/getcwd.c: Likewise.
15863         * lib/getdate.h: Likewise.
15864         * lib/getdate.y: Likewise.
15865         * lib/getdomainname.c: Likewise.
15866         * lib/getdomainname.h: Likewise.
15867         * lib/getgroups.c: Likewise.
15868         * lib/gethostname.c: Likewise.
15869         * lib/gethrxtime.c: Likewise.
15870         * lib/gethrxtime.h: Likewise.
15871         * lib/getloadavg.c: Likewise.
15872         * lib/getndelim2.c: Likewise.
15873         * lib/getndelim2.h: Likewise.
15874         * lib/getnline.c: Likewise.
15875         * lib/getnline.h: Likewise.
15876         * lib/getopt.c: Likewise.
15877         * lib/getopt.in.h: Likewise.
15878         * lib/getopt1.c: Likewise.
15879         * lib/getopt_int.h: Likewise.
15880         * lib/getpagesize.h: Likewise.
15881         * lib/getsubopt.c: Likewise.
15882         * lib/gettime.c: Likewise.
15883         * lib/getugroups.c: Likewise.
15884         * lib/getugroups.h: Likewise.
15885         * lib/getusershell.c: Likewise.
15886         * lib/gl_anyavltree_list1.h: Likewise.
15887         * lib/gl_anyavltree_list2.h: Likewise.
15888         * lib/gl_anyhash_list1.h: Likewise.
15889         * lib/gl_anyhash_list2.h: Likewise.
15890         * lib/gl_anylinked_list1.h: Likewise.
15891         * lib/gl_anylinked_list2.h: Likewise.
15892         * lib/gl_anyrbtree_list1.h: Likewise.
15893         * lib/gl_anyrbtree_list2.h: Likewise.
15894         * lib/gl_anytree_list1.h: Likewise.
15895         * lib/gl_anytree_list2.h: Likewise.
15896         * lib/gl_anytree_oset.h: Likewise.
15897         * lib/gl_anytreehash_list1.h: Likewise.
15898         * lib/gl_anytreehash_list2.h: Likewise.
15899         * lib/gl_array_list.c: Likewise.
15900         * lib/gl_array_list.h: Likewise.
15901         * lib/gl_array_oset.c: Likewise.
15902         * lib/gl_array_oset.h: Likewise.
15903         * lib/gl_avltree_list.c: Likewise.
15904         * lib/gl_avltree_list.h: Likewise.
15905         * lib/gl_avltree_oset.c: Likewise.
15906         * lib/gl_avltree_oset.h: Likewise.
15907         * lib/gl_avltreehash_list.c: Likewise.
15908         * lib/gl_avltreehash_list.h: Likewise.
15909         * lib/gl_carray_list.c: Likewise.
15910         * lib/gl_carray_list.h: Likewise.
15911         * lib/gl_linked_list.c: Likewise.
15912         * lib/gl_linked_list.h: Likewise.
15913         * lib/gl_linkedhash_list.c: Likewise.
15914         * lib/gl_linkedhash_list.h: Likewise.
15915         * lib/gl_list.c: Likewise.
15916         * lib/gl_list.h: Likewise.
15917         * lib/gl_oset.c: Likewise.
15918         * lib/gl_oset.h: Likewise.
15919         * lib/gl_rbtree_list.c: Likewise.
15920         * lib/gl_rbtree_list.h: Likewise.
15921         * lib/gl_rbtree_oset.c: Likewise.
15922         * lib/gl_rbtree_oset.h: Likewise.
15923         * lib/gl_rbtreehash_list.c: Likewise.
15924         * lib/gl_rbtreehash_list.h: Likewise.
15925         * lib/gl_sublist.c: Likewise.
15926         * lib/gl_sublist.h: Likewise.
15927         * lib/group-member.c: Likewise.
15928         * lib/group-member.h: Likewise.
15929         * lib/hard-locale.c: Likewise.
15930         * lib/hard-locale.h: Likewise.
15931         * lib/hash-pjw.c: Likewise.
15932         * lib/hash-pjw.h: Likewise.
15933         * lib/hash-triple.c: Likewise.
15934         * lib/hash.c: Likewise.
15935         * lib/hash.h: Likewise.
15936         * lib/human.c: Likewise.
15937         * lib/human.h: Likewise.
15938         * lib/i-ring.c: Likewise.
15939         * lib/i-ring.h: Likewise.
15940         * lib/idcache.c: Likewise.
15941         * lib/imaxabs.c: Likewise.
15942         * lib/imaxdiv.c: Likewise.
15943         * lib/inet_pton.c: Likewise.
15944         * lib/inet_pton.h: Likewise.
15945         * lib/intprops.h: Likewise.
15946         * lib/inttostr.c: Likewise.
15947         * lib/inttostr.h: Likewise.
15948         * lib/inttypes.in.h: Likewise.
15949         * lib/isapipe.c: Likewise.
15950         * lib/isdir.c: Likewise.
15951         * lib/isnan.c: Likewise.
15952         * lib/isnan.h: Likewise.
15953         * lib/isnanf.c: Likewise.
15954         * lib/isnanf.h: Likewise.
15955         * lib/isnanl-nolibm.h: Likewise.
15956         * lib/isnanl.c: Likewise.
15957         * lib/isnanl.h: Likewise.
15958         * lib/javacomp.c: Likewise.
15959         * lib/javacomp.h: Likewise.
15960         * lib/javaexec.c: Likewise.
15961         * lib/javaexec.h: Likewise.
15962         * lib/javaversion.c: Likewise.
15963         * lib/javaversion.h: Likewise.
15964         * lib/javaversion.java: Likewise.
15965         * lib/lbrkprop.h: Likewise.
15966         * lib/lchmod.h: Likewise.
15967         * lib/lchown.c: Likewise.
15968         * lib/ldexpl.c: Likewise.
15969         * lib/linebreak.c: Likewise.
15970         * lib/linebreak.h: Likewise.
15971         * lib/linebuffer.c: Likewise.
15972         * lib/linebuffer.h: Likewise.
15973         * lib/locale.in.h: Likewise.
15974         * lib/logl.c: Likewise.
15975         * lib/long-options.c: Likewise.
15976         * lib/long-options.h: Likewise.
15977         * lib/lstat.c: Likewise.
15978         * lib/lstat.h: Likewise.
15979         * lib/math.in.h: Likewise.
15980         * lib/mbchar.c: Likewise.
15981         * lib/mbchar.h: Likewise.
15982         * lib/mbfile.h: Likewise.
15983         * lib/mbiter.h: Likewise.
15984         * lib/mbscasecmp.c: Likewise.
15985         * lib/mbscasestr.c: Likewise.
15986         * lib/mbschr.c: Likewise.
15987         * lib/mbscspn.c: Likewise.
15988         * lib/mbslen.c: Likewise.
15989         * lib/mbsncasecmp.c: Likewise.
15990         * lib/mbsnlen.c: Likewise.
15991         * lib/mbspbrk.c: Likewise.
15992         * lib/mbspcasecmp.c: Likewise.
15993         * lib/mbsrchr.c: Likewise.
15994         * lib/mbssep.c: Likewise.
15995         * lib/mbsspn.c: Likewise.
15996         * lib/mbsstr.c: Likewise.
15997         * lib/mbstok_r.c: Likewise.
15998         * lib/mbswidth.c: Likewise.
15999         * lib/mbswidth.h: Likewise.
16000         * lib/mbuiter.h: Likewise.
16001         * lib/memcasecmp.c: Likewise.
16002         * lib/memcasecmp.h: Likewise.
16003         * lib/memchr.c: Likewise.
16004         * lib/memcmp.c: Likewise.
16005         * lib/memcoll.c: Likewise.
16006         * lib/memcoll.h: Likewise.
16007         * lib/memcpy.c: Likewise.
16008         * lib/memrchr.c: Likewise.
16009         * lib/mkancesdirs.c: Likewise.
16010         * lib/mkdir-p.c: Likewise.
16011         * lib/mkdir-p.h: Likewise.
16012         * lib/mkdir.c: Likewise.
16013         * lib/mkdirat.c: Likewise.
16014         * lib/mkdtemp.c: Likewise.
16015         * lib/mkstemp-safer.c: Likewise.
16016         * lib/mkstemp.c: Likewise.
16017         * lib/modechange.c: Likewise.
16018         * lib/modechange.h: Likewise.
16019         * lib/mountlist.c: Likewise.
16020         * lib/mountlist.h: Likewise.
16021         * lib/mpsort.c: Likewise.
16022         * lib/nanosleep.c: Likewise.
16023         * lib/obstack.c: Likewise.
16024         * lib/obstack.h: Likewise.
16025         * lib/open-safer.c: Likewise.
16026         * lib/open.c: Likewise.
16027         * lib/openat-die.c: Likewise.
16028         * lib/openat-priv.h: Likewise.
16029         * lib/openat-proc.c: Likewise.
16030         * lib/openat.c: Likewise.
16031         * lib/openat.h: Likewise.
16032         * lib/pagealign_alloc.c: Likewise.
16033         * lib/pagealign_alloc.h: Likewise.
16034         * lib/physmem.c: Likewise.
16035         * lib/physmem.h: Likewise.
16036         * lib/pipe-safer.c: Likewise.
16037         * lib/pipe.c: Likewise.
16038         * lib/pipe.h: Likewise.
16039         * lib/posixtm.c: Likewise.
16040         * lib/posixtm.h: Likewise.
16041         * lib/posixver.c: Likewise.
16042         * lib/printf-frexp.c: Likewise.
16043         * lib/printf-frexp.h: Likewise.
16044         * lib/printf-frexpl.c: Likewise.
16045         * lib/printf-frexpl.h: Likewise.
16046         * lib/printf.c: Likewise.
16047         * lib/progname.c: Likewise.
16048         * lib/progname.h: Likewise.
16049         * lib/progreloc.c: Likewise.
16050         * lib/putenv.c: Likewise.
16051         * lib/quote.c: Likewise.
16052         * lib/quote.h: Likewise.
16053         * lib/quotearg.c: Likewise.
16054         * lib/quotearg.h: Likewise.
16055         * lib/raise.c: Likewise.
16056         * lib/readline.c: Likewise.
16057         * lib/readline.h: Likewise.
16058         * lib/readlink.c: Likewise.
16059         * lib/readtokens.c: Likewise.
16060         * lib/readtokens.h: Likewise.
16061         * lib/readtokens0.c: Likewise.
16062         * lib/readtokens0.h: Likewise.
16063         * lib/readutmp.c: Likewise.
16064         * lib/readutmp.h: Likewise.
16065         * lib/realloc.c: Likewise.
16066         * lib/relocwrapper.c: Likewise.
16067         * lib/rename-dest-slash.c: Likewise.
16068         * lib/rename.c: Likewise.
16069         * lib/rmdir.c: Likewise.
16070         * lib/rpmatch.c: Likewise.
16071         * lib/safe-read.c: Likewise.
16072         * lib/safe-read.h: Likewise.
16073         * lib/safe-write.c: Likewise.
16074         * lib/safe-write.h: Likewise.
16075         * lib/same-inode.h: Likewise.
16076         * lib/same.c: Likewise.
16077         * lib/same.h: Likewise.
16078         * lib/save-cwd.c: Likewise.
16079         * lib/save-cwd.h: Likewise.
16080         * lib/savedir.c: Likewise.
16081         * lib/savedir.h: Likewise.
16082         * lib/savewd.c: Likewise.
16083         * lib/savewd.h: Likewise.
16084         * lib/search.in.h: Likewise.
16085         * lib/setenv.c: Likewise.
16086         * lib/setenv.h: Likewise.
16087         * lib/settime.c: Likewise.
16088         * lib/sh-quote.c: Likewise.
16089         * lib/sh-quote.h: Likewise.
16090         * lib/sig2str.c: Likewise.
16091         * lib/sig2str.h: Likewise.
16092         * lib/signal.in.h: Likewise.
16093         * lib/signbitd.c: Likewise.
16094         * lib/signbitf.c: Likewise.
16095         * lib/signbitl.c: Likewise.
16096         * lib/sigprocmask.c: Likewise.
16097         * lib/sincosl.c: Likewise.
16098         * lib/sleep.c: Likewise.
16099         * lib/sprintf.c: Likewise.
16100         * lib/sqrtl.c: Likewise.
16101         * lib/stat-time.h: Likewise.
16102         * lib/stdio--.h: Likewise.
16103         * lib/stdio-safer.h: Likewise.
16104         * lib/stdlib--.h: Likewise.
16105         * lib/stdlib-safer.h: Likewise.
16106         * lib/stdlib.in.h: Likewise.
16107         * lib/stpcpy.c: Likewise.
16108         * lib/stpncpy.c: Likewise.
16109         * lib/strchrnul.c: Likewise.
16110         * lib/strcspn.c: Likewise.
16111         * lib/strerror.c: Likewise.
16112         * lib/strftime.c: Likewise.
16113         * lib/strftime.h: Likewise.
16114         * lib/striconveh.c: Likewise.
16115         * lib/striconveh.h: Likewise.
16116         * lib/striconveha.c: Likewise.
16117         * lib/striconveha.h: Likewise.
16118         * lib/stripslash.c: Likewise.
16119         * lib/strnlen1.c: Likewise.
16120         * lib/strnlen1.h: Likewise.
16121         * lib/strtod.c: Likewise.
16122         * lib/strtoimax.c: Likewise.
16123         * lib/strtok_r.c: Likewise.
16124         * lib/strtol.c: Likewise.
16125         * lib/strtoll.c: Likewise.
16126         * lib/strtoul.c: Likewise.
16127         * lib/strtoull.c: Likewise.
16128         * lib/sysexits.in.h: Likewise.
16129         * lib/tempname.c: Likewise.
16130         * lib/tempname.h: Likewise.
16131         * lib/timespec.h: Likewise.
16132         * lib/tls.c: Likewise.
16133         * lib/tls.h: Likewise.
16134         * lib/tmpdir.c: Likewise.
16135         * lib/tmpdir.h: Likewise.
16136         * lib/tmpfile-safer.c: Likewise.
16137         * lib/tmpfile.c: Likewise.
16138         * lib/trigl.c: Likewise.
16139         * lib/trigl.h: Likewise.
16140         * lib/trim.c: Likewise.
16141         * lib/trim.h: Likewise.
16142         * lib/trunc.c: Likewise.
16143         * lib/truncf.c: Likewise.
16144         * lib/truncl.c: Likewise.
16145         * lib/tsearch.c: Likewise.
16146         * lib/unicodeio.c: Likewise.
16147         * lib/unicodeio.h: Likewise.
16148         * lib/unistd--.h: Likewise.
16149         * lib/unistd-safer.h: Likewise.
16150         * lib/unistdio/ulc-fprintf.c: Likewise.
16151         * lib/unistdio/ulc-vfprintf.c: Likewise.
16152         * lib/unlinkdir.c: Likewise.
16153         * lib/unlinkdir.h: Likewise.
16154         * lib/unlocked-io.h: Likewise.
16155         * lib/unsetenv.c: Likewise.
16156         * lib/userspec.c: Likewise.
16157         * lib/utime.c: Likewise.
16158         * lib/utimecmp.c: Likewise.
16159         * lib/utimecmp.h: Likewise.
16160         * lib/utimens.c: Likewise.
16161         * lib/verify.h: Likewise.
16162         * lib/verror.c: Likewise.
16163         * lib/verror.h: Likewise.
16164         * lib/version-etc-fsf.c: Likewise.
16165         * lib/version-etc.c: Likewise.
16166         * lib/version-etc.h: Likewise.
16167         * lib/vfprintf.c: Likewise.
16168         * lib/vprintf.c: Likewise.
16169         * lib/vsprintf.c: Likewise.
16170         * lib/w32spawn.h: Likewise.
16171         * lib/wait-process.c: Likewise.
16172         * lib/wait-process.h: Likewise.
16173         * lib/wcwidth.c: Likewise.
16174         * lib/write-any-file.c: Likewise.
16175         * lib/xalloc-die.c: Likewise.
16176         * lib/xalloc.h: Likewise.
16177         * lib/xasprintf.c: Likewise.
16178         * lib/xgetcwd.c: Likewise.
16179         * lib/xgetcwd.h: Likewise.
16180         * lib/xgetdomainname.c: Likewise.
16181         * lib/xgetdomainname.h: Likewise.
16182         * lib/xgethostname.c: Likewise.
16183         * lib/xmalloc.c: Likewise.
16184         * lib/xmalloca.c: Likewise.
16185         * lib/xmalloca.h: Likewise.
16186         * lib/xmemcoll.c: Likewise.
16187         * lib/xnanosleep.c: Likewise.
16188         * lib/xreadlink.c: Likewise.
16189         * lib/xreadlink.h: Likewise.
16190         * lib/xsetenv.c: Likewise.
16191         * lib/xsetenv.h: Likewise.
16192         * lib/xstriconv.c: Likewise.
16193         * lib/xstriconv.h: Likewise.
16194         * lib/xstrndup.c: Likewise.
16195         * lib/xstrndup.h: Likewise.
16196         * lib/xstrtod.c: Likewise.
16197         * lib/xstrtod.h: Likewise.
16198         * lib/xstrtol-error.c: Likewise.
16199         * lib/xstrtol.c: Likewise.
16200         * lib/xstrtol.h: Likewise.
16201         * lib/xtime.h: Likewise.
16202         * lib/xvasprintf.c: Likewise.
16203         * lib/xvasprintf.h: Likewise.
16204         * lib/yesno.c: Likewise.
16205         * lib/yesno.h: Likewise.
16206         * posix-modules: Likewise.
16207         * tests/test-alloca-opt.c: Likewise.
16208         * tests/test-arcfour.c: Likewise.
16209         * tests/test-arctwo.c: Likewise.
16210         * tests/test-argmatch.c: Likewise.
16211         * tests/test-argp-2.sh: Likewise.
16212         * tests/test-argp.c: Likewise.
16213         * tests/test-arpa_inet.c: Likewise.
16214         * tests/test-array_list.c: Likewise.
16215         * tests/test-array_oset.c: Likewise.
16216         * tests/test-atexit.c: Likewise.
16217         * tests/test-avltree_list.c: Likewise.
16218         * tests/test-avltree_oset.c: Likewise.
16219         * tests/test-avltreehash_list.c: Likewise.
16220         * tests/test-base64.c: Likewise.
16221         * tests/test-binary-io.c: Likewise.
16222         * tests/test-byteswap.c: Likewise.
16223         * tests/test-c-ctype.c: Likewise.
16224         * tests/test-c-strcasecmp.c: Likewise.
16225         * tests/test-c-strcasestr.c: Likewise.
16226         * tests/test-c-strncasecmp.c: Likewise.
16227         * tests/test-c-strstr.c: Likewise.
16228         * tests/test-canonicalize-lgpl.c: Likewise.
16229         * tests/test-canonicalize.c: Likewise.
16230         * tests/test-carray_list.c: Likewise.
16231         * tests/test-ceilf.c: Likewise.
16232         * tests/test-ceill.c: Likewise.
16233         * tests/test-count-one-bits.c: Likewise.
16234         * tests/test-crc.c: Likewise.
16235         * tests/test-dirname.c: Likewise.
16236         * tests/test-fbufmode.c: Likewise.
16237         * tests/test-fcntl.c: Likewise.
16238         * tests/test-fflush.c: Likewise.
16239         * tests/test-floorf.c: Likewise.
16240         * tests/test-floorl.c: Likewise.
16241         * tests/test-fopen.c: Likewise.
16242         * tests/test-fprintf-posix.c: Likewise.
16243         * tests/test-fprintf-posix.h: Likewise.
16244         * tests/test-fpurge.c: Likewise.
16245         * tests/test-freadable.c: Likewise.
16246         * tests/test-freadahead.c: Likewise.
16247         * tests/test-freading.c: Likewise.
16248         * tests/test-freopen.c: Likewise.
16249         * tests/test-frexp.c: Likewise.
16250         * tests/test-frexpl.c: Likewise.
16251         * tests/test-fseek.c: Likewise.
16252         * tests/test-fseeko.c: Likewise.
16253         * tests/test-fseterr.c: Likewise.
16254         * tests/test-fstrcmp.c: Likewise.
16255         * tests/test-ftell.c: Likewise.
16256         * tests/test-ftello.c: Likewise.
16257         * tests/test-fwritable.c: Likewise.
16258         * tests/test-fwriting.c: Likewise.
16259         * tests/test-getaddrinfo.c: Likewise.
16260         * tests/test-getpass.c: Likewise.
16261         * tests/test-gettimeofday.c: Likewise.
16262         * tests/test-hmac-md5.c: Likewise.
16263         * tests/test-hmac-sha1.c: Likewise.
16264         * tests/test-iconv.c: Likewise.
16265         * tests/test-iconvme.c: Likewise.
16266         * tests/test-inttypes.c: Likewise.
16267         * tests/test-isnan.c: Likewise.
16268         * tests/test-isnanf.c: Likewise.
16269         * tests/test-isnanl-nolibm.c: Likewise.
16270         * tests/test-isnanl.c: Likewise.
16271         * tests/test-isnanl.h: Likewise.
16272         * tests/test-ldexpl.c: Likewise.
16273         * tests/test-linked_list.c: Likewise.
16274         * tests/test-linkedhash_list.c: Likewise.
16275         * tests/test-locale.c: Likewise.
16276         * tests/test-localename.c: Likewise.
16277         * tests/test-lock.c: Likewise.
16278         * tests/test-lseek.c: Likewise.
16279         * tests/test-malloca.c: Likewise.
16280         * tests/test-math.c: Likewise.
16281         * tests/test-mbscasecmp.c: Likewise.
16282         * tests/test-mbscasestr1.c: Likewise.
16283         * tests/test-mbscasestr2.c: Likewise.
16284         * tests/test-mbscasestr3.c: Likewise.
16285         * tests/test-mbscasestr4.c: Likewise.
16286         * tests/test-mbschr.c: Likewise.
16287         * tests/test-mbscspn.c: Likewise.
16288         * tests/test-mbsncasecmp.c: Likewise.
16289         * tests/test-mbspbrk.c: Likewise.
16290         * tests/test-mbspcasecmp.c: Likewise.
16291         * tests/test-mbsrchr.c: Likewise.
16292         * tests/test-mbsspn.c: Likewise.
16293         * tests/test-mbsstr1.c: Likewise.
16294         * tests/test-mbsstr2.c: Likewise.
16295         * tests/test-mbsstr3.c: Likewise.
16296         * tests/test-md5.c: Likewise.
16297         * tests/test-memmem.c: Likewise.
16298         * tests/test-netinet_in.c: Likewise.
16299         * tests/test-open.c: Likewise.
16300         * tests/test-printf-frexp.c: Likewise.
16301         * tests/test-printf-frexpl.c: Likewise.
16302         * tests/test-printf-posix.c: Likewise.
16303         * tests/test-printf-posix.h: Likewise.
16304         * tests/test-rbtree_list.c: Likewise.
16305         * tests/test-rbtree_oset.c: Likewise.
16306         * tests/test-rbtreehash_list.c: Likewise.
16307         * tests/test-read-file.c: Likewise.
16308         * tests/test-rijndael.c: Likewise.
16309         * tests/test-search.c: Likewise.
16310         * tests/test-signbit.c: Likewise.
16311         * tests/test-sleep.c: Likewise.
16312         * tests/test-snprintf-posix.c: Likewise.
16313         * tests/test-snprintf-posix.h: Likewise.
16314         * tests/test-snprintf.c: Likewise.
16315         * tests/test-sprintf-posix.c: Likewise.
16316         * tests/test-sprintf-posix.h: Likewise.
16317         * tests/test-stat-time.c: Likewise.
16318         * tests/test-stdbool.c: Likewise.
16319         * tests/test-stdint.c: Likewise.
16320         * tests/test-stdio.c: Likewise.
16321         * tests/test-stdlib.c: Likewise.
16322         * tests/test-stpncpy.c: Likewise.
16323         * tests/test-strcasestr.c: Likewise.
16324         * tests/test-striconv.c: Likewise.
16325         * tests/test-striconveh.c: Likewise.
16326         * tests/test-striconveha.c: Likewise.
16327         * tests/test-string.c: Likewise.
16328         * tests/test-sys_select.c: Likewise.
16329         * tests/test-sys_socket.c: Likewise.
16330         * tests/test-sys_stat.c: Likewise.
16331         * tests/test-sys_time.c: Likewise.
16332         * tests/test-sysexits.c: Likewise.
16333         * tests/test-time.c: Likewise.
16334         * tests/test-tls.c: Likewise.
16335         * tests/test-trunc.c: Likewise.
16336         * tests/test-truncf.c: Likewise.
16337         * tests/test-truncl.c: Likewise.
16338         * tests/test-unistd.c: Likewise.
16339         * tests/test-vasnprintf-posix.c: Likewise.
16340         * tests/test-vasnprintf-posix2.c: Likewise.
16341         * tests/test-vasnprintf.c: Likewise.
16342         * tests/test-vasprintf-posix.c: Likewise.
16343         * tests/test-vasprintf.c: Likewise.
16344         * tests/test-verify.c: Likewise.
16345         * tests/test-vfprintf-posix.c: Likewise.
16346         * tests/test-vprintf-posix.c: Likewise.
16347         * tests/test-vsnprintf-posix.c: Likewise.
16348         * tests/test-vsnprintf.c: Likewise.
16349         * tests/test-vsprintf-posix.c: Likewise.
16350         * tests/test-wchar.c: Likewise.
16351         * tests/test-wctype.c: Likewise.
16352         * tests/test-wcwidth.c: Likewise.
16353         * tests/test-xstrtol.c: Likewise.
16354         * tests/test-xvasprintf.c: Likewise.
16355         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
16356         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
16357         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
16358         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
16359         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
16360         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
16361         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
16362         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
16363         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
16364         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
16365         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
16366         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
16367         * tests/uniname/test-uninames.c: Likewise.
16368         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
16369         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
16370         * tests/unistdio/test-u16-printf1.h: Likewise.
16371         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
16372         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
16373         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
16374         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
16375         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
16376         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
16377         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
16378         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
16379         * tests/unistdio/test-u32-printf1.h: Likewise.
16380         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
16381         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
16382         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
16383         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
16384         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
16385         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
16386         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
16387         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
16388         * tests/unistdio/test-u8-printf1.h: Likewise.
16389         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
16390         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
16391         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
16392         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
16393         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
16394         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
16395         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
16396         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
16397         * tests/unistdio/test-ulc-printf1.h: Likewise.
16398         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
16399         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
16400         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
16401         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
16402         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
16403         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
16404         * tests/uniwidth/test-u16-strwidth.c: Likewise.
16405         * tests/uniwidth/test-u16-width.c: Likewise.
16406         * tests/uniwidth/test-u32-strwidth.c: Likewise.
16407         * tests/uniwidth/test-u32-width.c: Likewise.
16408         * tests/uniwidth/test-u8-strwidth.c: Likewise.
16409         * tests/uniwidth/test-u8-width.c: Likewise.
16410         * tests/uniwidth/test-uc_width.c: Likewise.
16411         * config/srclist-update: Likewise.
16412         (fixlicense): Update to GPLv3+.
16413
16414         Change copyright notice from LGPLv2.1+ to LGPLv3+.
16415         * tests/test-tsearch.c: Change copyright notice.
16416
16417         Change copyright notice from LGPLv2.0+ to LGPLv3+.
16418         * lib/c-strcaseeq.h: Change copyright notice.
16419         * lib/streq.h: Likewise.
16420         * lib/uniconv.h: Likewise.
16421         * lib/uniconv/u-conv-from-enc.h: Likewise.
16422         * lib/uniconv/u-conv-to-enc.h: Likewise.
16423         * lib/uniconv/u-strconv-from-enc.h: Likewise.
16424         * lib/uniconv/u-strconv-to-enc.h: Likewise.
16425         * lib/uniconv/u16-conv-from-enc.c: Likewise.
16426         * lib/uniconv/u16-conv-to-enc.c: Likewise.
16427         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
16428         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
16429         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
16430         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
16431         * lib/uniconv/u32-conv-from-enc.c: Likewise.
16432         * lib/uniconv/u32-conv-to-enc.c: Likewise.
16433         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
16434         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
16435         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
16436         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
16437         * lib/uniconv/u8-conv-from-enc.c: Likewise.
16438         * lib/uniconv/u8-conv-to-enc.c: Likewise.
16439         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
16440         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
16441         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
16442         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
16443         * lib/uniname.h: Likewise.
16444         * lib/uniname/uniname.c: Likewise.
16445         * lib/unistdio.h: Likewise.
16446         * lib/unistdio/u-asnprintf.h: Likewise.
16447         * lib/unistdio/u-asprintf.h: Likewise.
16448         * lib/unistdio/u-printf-args.c: Likewise.
16449         * lib/unistdio/u-printf-args.h: Likewise.
16450         * lib/unistdio/u-printf-parse.h: Likewise.
16451         * lib/unistdio/u-snprintf.h: Likewise.
16452         * lib/unistdio/u-sprintf.h: Likewise.
16453         * lib/unistdio/u-vasprintf.h: Likewise.
16454         * lib/unistdio/u-vsnprintf.h: Likewise.
16455         * lib/unistdio/u-vsprintf.h: Likewise.
16456         * lib/unistdio/u16-asnprintf.c: Likewise.
16457         * lib/unistdio/u16-asprintf.c: Likewise.
16458         * lib/unistdio/u16-printf-parse.c: Likewise.
16459         * lib/unistdio/u16-snprintf.c: Likewise.
16460         * lib/unistdio/u16-sprintf.c: Likewise.
16461         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
16462         * lib/unistdio/u16-u16-asprintf.c: Likewise.
16463         * lib/unistdio/u16-u16-snprintf.c: Likewise.
16464         * lib/unistdio/u16-u16-sprintf.c: Likewise.
16465         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
16466         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
16467         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
16468         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
16469         * lib/unistdio/u16-vasnprintf.c: Likewise.
16470         * lib/unistdio/u16-vasprintf.c: Likewise.
16471         * lib/unistdio/u16-vsnprintf.c: Likewise.
16472         * lib/unistdio/u16-vsprintf.c: Likewise.
16473         * lib/unistdio/u32-asnprintf.c: Likewise.
16474         * lib/unistdio/u32-asprintf.c: Likewise.
16475         * lib/unistdio/u32-printf-parse.c: Likewise.
16476         * lib/unistdio/u32-snprintf.c: Likewise.
16477         * lib/unistdio/u32-sprintf.c: Likewise.
16478         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
16479         * lib/unistdio/u32-u32-asprintf.c: Likewise.
16480         * lib/unistdio/u32-u32-snprintf.c: Likewise.
16481         * lib/unistdio/u32-u32-sprintf.c: Likewise.
16482         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
16483         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
16484         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
16485         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
16486         * lib/unistdio/u32-vasnprintf.c: Likewise.
16487         * lib/unistdio/u32-vasprintf.c: Likewise.
16488         * lib/unistdio/u32-vsnprintf.c: Likewise.
16489         * lib/unistdio/u32-vsprintf.c: Likewise.
16490         * lib/unistdio/u8-asnprintf.c: Likewise.
16491         * lib/unistdio/u8-asprintf.c: Likewise.
16492         * lib/unistdio/u8-printf-parse.c: Likewise.
16493         * lib/unistdio/u8-snprintf.c: Likewise.
16494         * lib/unistdio/u8-sprintf.c: Likewise.
16495         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
16496         * lib/unistdio/u8-u8-asprintf.c: Likewise.
16497         * lib/unistdio/u8-u8-snprintf.c: Likewise.
16498         * lib/unistdio/u8-u8-sprintf.c: Likewise.
16499         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
16500         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
16501         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
16502         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
16503         * lib/unistdio/u8-vasnprintf.c: Likewise.
16504         * lib/unistdio/u8-vasprintf.c: Likewise.
16505         * lib/unistdio/u8-vsnprintf.c: Likewise.
16506         * lib/unistdio/u8-vsprintf.c: Likewise.
16507         * lib/unistdio/ulc-asnprintf.c: Likewise.
16508         * lib/unistdio/ulc-asprintf.c: Likewise.
16509         * lib/unistdio/ulc-printf-parse.c: Likewise.
16510         * lib/unistdio/ulc-snprintf.c: Likewise.
16511         * lib/unistdio/ulc-sprintf.c: Likewise.
16512         * lib/unistdio/ulc-vasnprintf.c: Likewise.
16513         * lib/unistdio/ulc-vasprintf.c: Likewise.
16514         * lib/unistdio/ulc-vsnprintf.c: Likewise.
16515         * lib/unistdio/ulc-vsprintf.c: Likewise.
16516         * lib/unistr.h: Likewise.
16517         * lib/unistr/u-cpy-alloc.h: Likewise.
16518         * lib/unistr/u-cpy.h: Likewise.
16519         * lib/unistr/u-endswith.h: Likewise.
16520         * lib/unistr/u-move.h: Likewise.
16521         * lib/unistr/u-set.h: Likewise.
16522         * lib/unistr/u-startswith.h: Likewise.
16523         * lib/unistr/u-stpcpy.h: Likewise.
16524         * lib/unistr/u-stpncpy.h: Likewise.
16525         * lib/unistr/u-strcat.h: Likewise.
16526         * lib/unistr/u-strcpy.h: Likewise.
16527         * lib/unistr/u-strcspn.h: Likewise.
16528         * lib/unistr/u-strdup.h: Likewise.
16529         * lib/unistr/u-strlen.h: Likewise.
16530         * lib/unistr/u-strncat.h: Likewise.
16531         * lib/unistr/u-strncpy.h: Likewise.
16532         * lib/unistr/u-strnlen.h: Likewise.
16533         * lib/unistr/u-strpbrk.h: Likewise.
16534         * lib/unistr/u-strspn.h: Likewise.
16535         * lib/unistr/u-strstr.h: Likewise.
16536         * lib/unistr/u-strtok.h: Likewise.
16537         * lib/unistr/u16-check.c: Likewise.
16538         * lib/unistr/u16-chr.c: Likewise.
16539         * lib/unistr/u16-cmp.c: Likewise.
16540         * lib/unistr/u16-cpy-alloc.c: Likewise.
16541         * lib/unistr/u16-cpy.c: Likewise.
16542         * lib/unistr/u16-endswith.c: Likewise.
16543         * lib/unistr/u16-mblen.c: Likewise.
16544         * lib/unistr/u16-mbsnlen.c: Likewise.
16545         * lib/unistr/u16-mbtouc-aux.c: Likewise.
16546         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
16547         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
16548         * lib/unistr/u16-mbtouc.c: Likewise.
16549         * lib/unistr/u16-mbtoucr.c: Likewise.
16550         * lib/unistr/u16-move.c: Likewise.
16551         * lib/unistr/u16-next.c: Likewise.
16552         * lib/unistr/u16-prev.c: Likewise.
16553         * lib/unistr/u16-set.c: Likewise.
16554         * lib/unistr/u16-startswith.c: Likewise.
16555         * lib/unistr/u16-stpcpy.c: Likewise.
16556         * lib/unistr/u16-stpncpy.c: Likewise.
16557         * lib/unistr/u16-strcat.c: Likewise.
16558         * lib/unistr/u16-strchr.c: Likewise.
16559         * lib/unistr/u16-strcmp.c: Likewise.
16560         * lib/unistr/u16-strcpy.c: Likewise.
16561         * lib/unistr/u16-strcspn.c: Likewise.
16562         * lib/unistr/u16-strdup.c: Likewise.
16563         * lib/unistr/u16-strlen.c: Likewise.
16564         * lib/unistr/u16-strmblen.c: Likewise.
16565         * lib/unistr/u16-strmbtouc.c: Likewise.
16566         * lib/unistr/u16-strncat.c: Likewise.
16567         * lib/unistr/u16-strncmp.c: Likewise.
16568         * lib/unistr/u16-strncpy.c: Likewise.
16569         * lib/unistr/u16-strnlen.c: Likewise.
16570         * lib/unistr/u16-strpbrk.c: Likewise.
16571         * lib/unistr/u16-strrchr.c: Likewise.
16572         * lib/unistr/u16-strspn.c: Likewise.
16573         * lib/unistr/u16-strstr.c: Likewise.
16574         * lib/unistr/u16-strtok.c: Likewise.
16575         * lib/unistr/u16-to-u32.c: Likewise.
16576         * lib/unistr/u16-to-u8.c: Likewise.
16577         * lib/unistr/u16-uctomb-aux.c: Likewise.
16578         * lib/unistr/u16-uctomb.c: Likewise.
16579         * lib/unistr/u32-check.c: Likewise.
16580         * lib/unistr/u32-chr.c: Likewise.
16581         * lib/unistr/u32-cmp.c: Likewise.
16582         * lib/unistr/u32-cpy-alloc.c: Likewise.
16583         * lib/unistr/u32-cpy.c: Likewise.
16584         * lib/unistr/u32-endswith.c: Likewise.
16585         * lib/unistr/u32-mblen.c: Likewise.
16586         * lib/unistr/u32-mbsnlen.c: Likewise.
16587         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
16588         * lib/unistr/u32-mbtouc.c: Likewise.
16589         * lib/unistr/u32-mbtoucr.c: Likewise.
16590         * lib/unistr/u32-move.c: Likewise.
16591         * lib/unistr/u32-next.c: Likewise.
16592         * lib/unistr/u32-prev.c: Likewise.
16593         * lib/unistr/u32-set.c: Likewise.
16594         * lib/unistr/u32-startswith.c: Likewise.
16595         * lib/unistr/u32-stpcpy.c: Likewise.
16596         * lib/unistr/u32-stpncpy.c: Likewise.
16597         * lib/unistr/u32-strcat.c: Likewise.
16598         * lib/unistr/u32-strchr.c: Likewise.
16599         * lib/unistr/u32-strcmp.c: Likewise.
16600         * lib/unistr/u32-strcpy.c: Likewise.
16601         * lib/unistr/u32-strcspn.c: Likewise.
16602         * lib/unistr/u32-strdup.c: Likewise.
16603         * lib/unistr/u32-strlen.c: Likewise.
16604         * lib/unistr/u32-strmblen.c: Likewise.
16605         * lib/unistr/u32-strmbtouc.c: Likewise.
16606         * lib/unistr/u32-strncat.c: Likewise.
16607         * lib/unistr/u32-strncmp.c: Likewise.
16608         * lib/unistr/u32-strncpy.c: Likewise.
16609         * lib/unistr/u32-strnlen.c: Likewise.
16610         * lib/unistr/u32-strpbrk.c: Likewise.
16611         * lib/unistr/u32-strrchr.c: Likewise.
16612         * lib/unistr/u32-strspn.c: Likewise.
16613         * lib/unistr/u32-strstr.c: Likewise.
16614         * lib/unistr/u32-strtok.c: Likewise.
16615         * lib/unistr/u32-to-u16.c: Likewise.
16616         * lib/unistr/u32-to-u8.c: Likewise.
16617         * lib/unistr/u32-uctomb.c: Likewise.
16618         * lib/unistr/u8-check.c: Likewise.
16619         * lib/unistr/u8-chr.c: Likewise.
16620         * lib/unistr/u8-cmp.c: Likewise.
16621         * lib/unistr/u8-cpy-alloc.c: Likewise.
16622         * lib/unistr/u8-cpy.c: Likewise.
16623         * lib/unistr/u8-endswith.c: Likewise.
16624         * lib/unistr/u8-mblen.c: Likewise.
16625         * lib/unistr/u8-mbsnlen.c: Likewise.
16626         * lib/unistr/u8-mbtouc-aux.c: Likewise.
16627         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
16628         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
16629         * lib/unistr/u8-mbtouc.c: Likewise.
16630         * lib/unistr/u8-mbtoucr.c: Likewise.
16631         * lib/unistr/u8-move.c: Likewise.
16632         * lib/unistr/u8-next.c: Likewise.
16633         * lib/unistr/u8-prev.c: Likewise.
16634         * lib/unistr/u8-set.c: Likewise.
16635         * lib/unistr/u8-startswith.c: Likewise.
16636         * lib/unistr/u8-stpcpy.c: Likewise.
16637         * lib/unistr/u8-stpncpy.c: Likewise.
16638         * lib/unistr/u8-strcat.c: Likewise.
16639         * lib/unistr/u8-strchr.c: Likewise.
16640         * lib/unistr/u8-strcmp.c: Likewise.
16641         * lib/unistr/u8-strcpy.c: Likewise.
16642         * lib/unistr/u8-strcspn.c: Likewise.
16643         * lib/unistr/u8-strdup.c: Likewise.
16644         * lib/unistr/u8-strlen.c: Likewise.
16645         * lib/unistr/u8-strmblen.c: Likewise.
16646         * lib/unistr/u8-strmbtouc.c: Likewise.
16647         * lib/unistr/u8-strncat.c: Likewise.
16648         * lib/unistr/u8-strncmp.c: Likewise.
16649         * lib/unistr/u8-strncpy.c: Likewise.
16650         * lib/unistr/u8-strnlen.c: Likewise.
16651         * lib/unistr/u8-strpbrk.c: Likewise.
16652         * lib/unistr/u8-strrchr.c: Likewise.
16653         * lib/unistr/u8-strspn.c: Likewise.
16654         * lib/unistr/u8-strstr.c: Likewise.
16655         * lib/unistr/u8-strtok.c: Likewise.
16656         * lib/unistr/u8-to-u16.c: Likewise.
16657         * lib/unistr/u8-to-u32.c: Likewise.
16658         * lib/unistr/u8-uctomb-aux.c: Likewise.
16659         * lib/unistr/u8-uctomb.c: Likewise.
16660         * lib/unitypes.h: Likewise.
16661         * lib/uniwidth.h: Likewise.
16662         * lib/uniwidth/cjk.h: Likewise.
16663         * lib/uniwidth/u16-strwidth.c: Likewise.
16664         * lib/uniwidth/u16-width.c: Likewise.
16665         * lib/uniwidth/u32-strwidth.c: Likewise.
16666         * lib/uniwidth/u32-width.c: Likewise.
16667         * lib/uniwidth/u8-strwidth.c: Likewise.
16668         * lib/uniwidth/u8-width.c: Likewise.
16669         * lib/uniwidth/width.c: Likewise.
16670
16671 2007-10-07  Bruno Haible  <bruno@clisp.org>
16672
16673         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
16674         The file is still under LGPL (see modules/inttypes).
16675
16676 2007-10-06  Bruno Haible  <bruno@clisp.org>
16677
16678         * modules/trunc (Dependencies): Add 'extensions'.
16679         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
16680         Reported by Ben Pfaff <blp@gnu.org>.
16681
16682 2007-10-06  Bruno Haible  <bruno@clisp.org>
16683
16684         * modules/freopen-tests: New file.
16685         * tests/test-freopen.c: New file.
16686
16687         * modules/fopen-tests: New file.
16688         * tests/test-fopen.c: New file.
16689
16690         * modules/fopen: New file.
16691         * lib/fopen.c: New file.
16692         * m4/fopen.m4: New file.
16693         * modules/freopen: New file.
16694         * lib/freopen.c: New file.
16695         * m4/freopen.m4: New file.
16696         * lib/stdio.in.h (fopen, freopen): New declarations.
16697         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
16698         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16699         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16700         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
16701         * doc/functions/fopen.texi: Mention the 'fopen' module.
16702         * doc/functions/freopen.texi: Mention the 'freopen' module.
16703
16704 2007-10-06  Bruno Haible  <bruno@clisp.org>
16705
16706         * modules/open-tests: New file.
16707         * tests/test-open.c: New file.
16708
16709         * modules/open: New file.
16710         * lib/open.c: New file.
16711         * m4/open.m4: New file.
16712         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
16713         lib/open.c does.
16714         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
16715         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
16716         macros.
16717         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
16718         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
16719         REPLACE_OPEN.
16720         * doc/functions/open.texi: Mention the 'open' module.
16721
16722 2007-10-04  Bruno Haible  <bruno@clisp.org>
16723
16724         * modules/ceill-tests: New file.
16725         * tests/test-ceill.c: New file.
16726
16727         * modules/ceill: New file.
16728         * lib/ceill.c: Replace entire file.
16729         * m4/ceill.m4: New file.
16730         * lib/math.in.h (ceill): Replace declaration.
16731         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
16732         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
16733         * doc/functions/ceill.texi: Mention the 'ceill' module.
16734         * modules/mathl (Files): Remove lib/ceill.c.
16735         (Depends-on): Add ceill.
16736
16737 2007-10-04  Bruno Haible  <bruno@clisp.org>
16738
16739         * modules/ceilf-tests: New file.
16740         * tests/test-ceilf.c: New file.
16741
16742         * modules/ceilf: New file.
16743         * lib/ceil.c: New file.
16744         * lib/ceilf.c: New file.
16745         * m4/ceilf.m4: New file.
16746         * lib/math.in.h (ceilf): New declaration.
16747         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
16748         HAVE_DECL_CEILF.
16749         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
16750         HAVE_DECL_CEILF.
16751         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
16752
16753 2007-10-04  Bruno Haible  <bruno@clisp.org>
16754
16755         * modules/floorl-tests: New file.
16756         * tests/test-floorl.c: New file.
16757
16758         * modules/floorl: New file.
16759         * lib/floorl.c: Replace entire file.
16760         * m4/floorl.m4: New file.
16761         * lib/math.in.h (floorl): Replace declaration.
16762         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
16763         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
16764         * doc/functions/floorl.texi: Mention the 'floorl' module.
16765         * modules/mathl (Files): Remove lib/floorl.c.
16766         (Depends-on): Add floorl.
16767
16768 2007-10-04  Bruno Haible  <bruno@clisp.org>
16769
16770         * modules/floorf-tests: New file.
16771         * tests/test-floorf.c: New file.
16772
16773         * modules/floorf: New file.
16774         * lib/floor.c: New file.
16775         * lib/floorf.c: New file.
16776         * m4/floorf.m4: New file.
16777         * lib/math.in.h (floorf): New declaration.
16778         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
16779         HAVE_DECL_FLOORF.
16780         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
16781         HAVE_DECL_FLOORF.
16782         * doc/functions/floorf.texi: Mention the 'floorf' module.
16783
16784 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
16785             Bruno Haible  <bruno@clisp.org>
16786
16787         Advertise for the Git server instead of the CVS server.
16788         * doc/gnulib-intro.texi (Steady Development): Mention the Git
16789         repository instead of the CVS one.
16790         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
16791         about all VCS systems generically.
16792         * doc/gnulib.texi (Introduction): Capitalize `Git'.
16793
16794 2007-10-04  Bruno Haible  <bruno@clisp.org>
16795
16796         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
16797         means.
16798         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
16799
16800 2007-10-04  Bruno Haible  <bruno@clisp.org>
16801
16802         * modules/truncl-tests: New file.
16803         * tests/test-truncl.c: New file.
16804
16805         * modules/truncl: New file.
16806         * lib/truncl.c: New file.
16807         * m4/truncl.m4: New file.
16808         * lib/math.in.h (truncl): New declaration.
16809         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
16810         HAVE_DECL_TRUNCL.
16811         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
16812         HAVE_DECL_TRUNCL.
16813         * doc/functions/truncl.texi: Mention the 'truncl' module.
16814
16815 2007-10-04  Bruno Haible  <bruno@clisp.org>
16816
16817         * modules/truncf-tests: New file.
16818         * tests/test-truncf.c: New file.
16819
16820         * modules/truncf: New file.
16821         * lib/trunc.c: Make paramerizable through USE_* macros.
16822         * lib/truncf.c: New file.
16823         * m4/truncf.m4: New file.
16824         * lib/math.in.h (truncf): New declaration.
16825         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
16826         HAVE_DECL_TRUNCF.
16827         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
16828         HAVE_DECL_TRUNCF.
16829         * doc/functions/truncf.texi: Mention the 'truncf' module.
16830
16831 2007-10-03  Bruno Haible  <bruno@clisp.org>
16832
16833         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
16834         augmentation also for tests modules.
16835         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
16836         * modules/atexit-tests (Makefile.am): Likewise.
16837         * modules/binary-io-tests (Makefile.am): Likewise.
16838         * modules/c-strcase-tests (Makefile.am): Likewise.
16839         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
16840         * modules/canonicalize-tests (Makefile.am): Likewise.
16841         * modules/closein-tests (Makefile.am): Likewise.
16842         * modules/fprintf-posix-tests (Makefile.am): Likewise.
16843         * modules/freadahead-tests (Makefile.am): Likewise.
16844         * modules/fseek-tests (Makefile.am): Likewise.
16845         * modules/fseeko-tests (Makefile.am): Likewise.
16846         * modules/ftell-tests (Makefile.am): Likewise.
16847         * modules/ftello-tests (Makefile.am): Likewise.
16848         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
16849         * modules/isnanl-tests (Makefile.am): Likewise.
16850         * modules/lseek-tests (Makefile.am): Likewise.
16851         * modules/mbscasecmp-tests (Makefile.am): Likewise.
16852         * modules/mbscasestr-tests (Makefile.am): Likewise.
16853         * modules/mbschr-tests (Makefile.am): Likewise.
16854         * modules/mbscspn-tests (Makefile.am): Likewise.
16855         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
16856         * modules/mbspbrk-tests (Makefile.am): Likewise.
16857         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
16858         * modules/mbsrchr-tests (Makefile.am): Likewise.
16859         * modules/mbsspn-tests (Makefile.am): Likewise.
16860         * modules/mbsstr-tests (Makefile.am): Likewise.
16861         * modules/printf-posix-tests (Makefile.am): Likewise.
16862         * modules/snprintf-posix-tests (Makefile.am): Likewise.
16863         * modules/sprintf-posix-tests (Makefile.am): Likewise.
16864         * modules/tsearch-tests (Makefile.am): Likewise.
16865         * modules/uniname/uniname-tests (Makefile.am): Likewise.
16866         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
16867         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
16868         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
16869         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
16870         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
16871         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
16872         * modules/vprintf-posix-tests (Makefile.am): Likewise.
16873         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
16874         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
16875         * modules/xstrtoimax-tests (Makefile.am): Likewise.
16876         * modules/xstrtol-tests (Makefile.am): Likewise.
16877         * modules/xstrtoumax-tests (Makefile.am): Likewise.
16878         * modules/yesno-tests (Makefile.am): Likewise.
16879
16880 2007-10-03  Bruno Haible  <bruno@clisp.org>
16881
16882         * modules/trunc-tests: New file.
16883         * tests/test-trunc.c: New file.
16884
16885         * modules/trunc: New file.
16886         * lib/trunc.c: New file.
16887         * m4/trunc.m4: New file.
16888         * lib/math.in.h (trunc): New declaration.
16889         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
16890         HAVE_DECL_TRUNC.
16891         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
16892         HAVE_DECL_TRUNC.
16893         * doc/functions/trunc.texi: Mention the 'trunc' module.
16894
16895 2007-10-03  Bruno Haible  <bruno@clisp.org>
16896
16897         * tests/test-fpending.c: New file, mostly copied
16898         from coreutils/lib/t-fpending.c.
16899         * modules/fpending-tests: New file.
16900
16901 2007-10-03  Bruno Haible  <bruno@clisp.org>
16902
16903         Port the stdio extensions to QNX (untested).
16904         * lib/fseterr.c (fseterr): Add support for QNX.
16905         * lib/fbufmode.c (fbufmode): Likewise.
16906         * lib/freadable.c (freadable): Likewise.
16907         * lib/fwritable.c (fwritable): Likewise.
16908         * lib/freading.c (freading): Likewise.
16909         * lib/fwriting.c (fwriting): Likewise.
16910         * lib/freadahead.c (freadahed): Likewise.
16911         * lib/fpurge.c (fpurge): Likewise.
16912         * lib/fseeko.c (rpl_fseeko): Likewise.
16913
16914 2007-10-03  Bruno Haible  <bruno@clisp.org>
16915             Jim Meyering  <jim@meyering.net>
16916             Eric Blake  <ebb9@byu.net>
16917
16918         * doc/relocatable.texi: Use @command instead of @program.
16919
16920 2007-10-02  Jim Meyering  <jim@meyering.net>
16921
16922         Perform one more "_.h" -> ".in.h" substitution.
16923         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
16924         instead of unistd_.h here, too.
16925
16926 2007-10-01  Bruno Haible  <bruno@clisp.org>
16927
16928         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
16929         Needed for the alloca-opt module.
16930
16931 2007-09-30  Bruno Haible  <bruno@clisp.org>
16932
16933         * lib/alloca.in.h: Renamed from lib/alloca_.h.
16934         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
16935         alloca_.h.
16936         * lib/argz.in.h: Renamed from lib/argz_.h.
16937         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
16938         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
16939         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
16940         byteswap_.h.
16941         * lib/dirent.in.h: Renamed from lib/dirent_.h.
16942         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
16943         dirent_.h.
16944         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
16945         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
16946         fcntl_.h.
16947         * lib/float.in.h: Renamed from lib/float_.h.
16948         * modules/float (Files, Makefile.am): Use float.in.h instead of
16949         float_.h.
16950         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
16951         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
16952         fnmatch_.h.
16953         * lib/getopt.in.h: Renamed from lib/getopt_.h.
16954         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
16955         getopt_.h.
16956         * lib/glob.in.h: Renamed from lib/glob_.h.
16957         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
16958         * lib/iconv.in.h: Renamed from lib/iconv_.h.
16959         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
16960         iconv_.h.
16961         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
16962         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
16963         inttypes_.h.
16964         * lib/locale.in.h: Renamed from lib/locale_.h.
16965         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
16966         locale_.h.
16967         * lib/math.in.h: Renamed from lib/math_.h.
16968         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
16969         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
16970         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
16971         of netinet_in_.h. Add dependency.
16972         * lib/poll.in.h: Renamed from lib/poll_.h.
16973         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
16974         * lib/search.in.h: Renamed from lib/search_.h.
16975         * modules/search (Files, Makefile.am): Use search.in.h instead of
16976         search_.h.
16977         * lib/signal.in.h: Renamed from lib/signal_.h.
16978         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
16979         _signal.h.
16980         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
16981         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
16982         stdbool_.h.
16983         * lib/stdint.in.h: Renamed from lib/stdint_.h.
16984         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
16985         stdint_.h.
16986         * lib/stdio.in.h: Renamed from lib/stdio_.h.
16987         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
16988         stdio_.h.
16989         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
16990         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
16991         stdlib_.h.
16992         * lib/string.in.h: Renamed from lib/string_.h.
16993         * modules/string (Files, Makefile.am): Use string.in.h instead of
16994         string_.h.
16995         * doc/gnulib-tool.texi (Initial import): Update.
16996         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
16997         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
16998         of sys_select_.h. Add dependency.
16999         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
17000         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
17001         of sys_socket_.h.
17002         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
17003         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
17004         sys_stat_.h.
17005         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
17006         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
17007         sys_time_.h.
17008         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
17009         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
17010         sysexits_.h.
17011         * lib/time.in.h: Renamed from lib/time_.h.
17012         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
17013         * lib/unistd.in.h: Renamed from lib/unistd_.h.
17014         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
17015         unistd_.h.
17016         * lib/wchar.in.h: Renamed from lib/wchar_.h.
17017         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
17018         wchar_.h.
17019         * lib/wctype.in.h: Renamed from lib/wctype_.h.
17020         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
17021         wctype_.h.
17022         * build-aux/bootstrap (slurp): Update.
17023         * lib/.cppi-disable: Update.
17024
17025 2007-09-30  Bruno Haible  <bruno@clisp.org>
17026
17027         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
17028         Needed on BeOS.
17029
17030 2007-09-30  Bruno Haible  <bruno@clisp.org>
17031
17032         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
17033
17034 2007-09-29  Bruno Haible  <bruno@clisp.org>
17035
17036         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
17037
17038 2007-09-29  Bruno Haible  <bruno@clisp.org>
17039
17040         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
17041         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
17042         * build-aux/install-reloc: Compile also areadlink.c.
17043         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
17044
17045 2007-09-29  Bruno Haible  <bruno@clisp.org>
17046
17047         * gnulib-tool (func_emit_initmacro_done): Indentation.
17048
17049 2007-09-29  Bruno Haible  <bruno@clisp.org>
17050
17051         * README: Add CVS checkout update instructions.
17052         Info from Bob Proulx <bob@proulx.com>.
17053
17054 2007-09-28  Eric Blake  <ebb9@byu.net>
17055
17056         Provide move-if-change.
17057         * build-aux/move-if-change: New file, based on best practice
17058         rather than any canonical upstream location.
17059
17060 2007-09-28  Jim Meyering  <jim@meyering.net>
17061
17062         Fix canonicalize loop-detection corner case.
17063         Do not attempt to stat the symlink values stored via seen_triple.
17064         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
17065         on linux-2.6.18, (but not 2.6.22).
17066         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
17067         triple_compare.  The former compares dev,ino,filename, while the latter
17068         would actually stat dirname(filename) when dev and ino were equal.
17069         * lib/hash-triple.c: Install <string.h>.
17070         (STREQ): Define.
17071         (triple_compare_ino_str): New function.
17072         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
17073
17074 2007-09-28  Eric Blake  <ebb9@byu.net>
17075
17076         Enforce that AC_REPLACE_FUNCS files exist.
17077         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
17078         override check for typos.
17079
17080         Fix test-closein on Solaris 10.
17081         * tests/test-closein.c (main): Don't assume stdin can be inherited
17082         closed on all systems.
17083         * tests/test-closein.sh: Likewise.
17084         Reported by Piotr Tarnowski.
17085
17086 2007-09-28  Jim Meyering  <jim@meyering.net>
17087
17088         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
17089
17090 2007-09-27  Jim Meyering  <jim@meyering.net>
17091
17092         canonicalize: Avoid a false-positive cycle failure.
17093         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
17094         Sort.  Remove cycle-check.
17095         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
17096         not cycle-check.h.
17097         (seen_triple): New function.
17098         (canonicalize_filename_mode): Use it instead of cycle-check.
17099         * tests/test-canonicalize.c: Add a test for this bug.
17100         * tests/test-canonicalize.sh: Set up and run the test.
17101
17102         New module, file-set, from coreutils.
17103         * modules/file-set: Define it.
17104         * lib/file-set.c, lib/file-set.h: Implement.
17105
17106         New module, hash-triple, from coreutils.
17107         * modules/hash-triple: Define it.
17108         * lib/hash-triple.c, lib/hash-triple.h: Implement.
17109
17110 2007-09-25  Eric Blake  <ebb9@byu.net>
17111
17112         Fix strerror on Interix.
17113         * lib/string_.h (strerror): Declare replacement.
17114         * doc/functions/strerror.texi (strerror): Document the Interix
17115         shortcoming.
17116         * modules/string (Makefile.am): Support new hooks.
17117         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
17118         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
17119         gl_FUNC_STRERROR_SEPARATE.
17120         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
17121         * lib/strerror.c (rpl_strerror): Provide replacement.
17122         * modules/strerror (Depends-on): Add string.
17123         (configure.ac): Detect use of module.
17124         * tests/test-strerror.c: New file.
17125         * modules/strerror-tests: New test module.
17126         * modules/argp (Depends-on): Add strerror.
17127         * modules/error (Depends-on): Likewise.
17128         Reported by Martin Koeppe.
17129
17130 2007-09-24  Bruno Haible  <bruno@clisp.org>
17131
17132         * README: Update git instructions.
17133
17134 2007-09-24  Eric Blake  <ebb9@byu.net>
17135
17136         Revert fpending breakage from 2007-09-08.
17137         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
17138         __fpending.c.
17139
17140 2007-09-24  Jim Meyering  <jim@meyering.net>
17141
17142         filenamecat.c: Add a test.
17143         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
17144         showing how the function works when DIR is the empty string.
17145
17146 2007-09-21  Simon Josefsson  <simon@josefsson.org>
17147
17148         * tests/test-canonicalize.sh: Turn on executable bit.
17149
17150 2007-09-19  Eric Blake  <ebb9@byu.net>
17151
17152         * README: Update CVS instructions.
17153
17154 2007-09-18  Bruno Haible  <bruno@clisp.org>
17155
17156         * modules/areadlink: New file.
17157         * lib/areadlink.h (areadlink): New declaration.
17158         * lib/areadlink.c: New file, based on lib/xreadlink.c.
17159
17160 2007-09-17  Jim Meyering  <jim@meyering.net>
17161
17162         * lib/savewd.c (ESTALE) [!defined]: Define.
17163         Reported to be required on Interix by Martin Koeppe.
17164
17165 2007-09-17  Bruno Haible  <bruno@clisp.org>
17166
17167         * gnulib-tool (func_version): Use $version.
17168
17169 2007-09-16  Bruno Haible  <bruno@clisp.org>
17170
17171         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
17172         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
17173         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
17174         Reported by Greg Schafer <gschafer@zip.com.au>.
17175
17176 2007-09-15  Bruno Haible  <bruno@clisp.org>
17177
17178         * gnulib-tool (sed): Try a little harder to make bash understand the
17179         alias.
17180         Reported by Bruce Korb <bruce.korb@gmail.com>.
17181
17182 2007-09-13  Eric Blake  <ebb9@byu.net>
17183
17184         * ChangeLog: Remove conflict markers.
17185
17186 2007-09-13  Simon Josefsson  <simon@josefsson.org>
17187
17188         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
17189         Reported by Bruno Haible <bruno@clisp.org>.
17190
17191 2007-09-12  Bruno Haible  <bruno@clisp.org>
17192
17193         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
17194         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
17195         is not defined.
17196
17197 2007-09-12  Eric Blake  <ebb9@byu.net>
17198
17199         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
17200         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
17201         Autoconf definition.
17202         * modules/euidaccess (Depends-on): Add extensions, for
17203         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
17204         * modules/fnmatch (Depends-on): Likewise.
17205         * modules/getaddrinfo (Depends-on): Likewise.
17206         * modules/getdelim (Depends-on): Likewise.
17207         * modules/getline (Depends-on): Likewise.
17208         * modules/getsubopt (Depends-on): Likewise.
17209         * modules/gettext (Depends-on): Likewise.
17210         * modules/group-member (Depends-on): Likewise.
17211         * modules/mbchar (Depends-on): Likewise.
17212         * modules/memmem (Depends-on): Likewise.
17213         * modules/mempcpy (Depends-on): Likewise.
17214         * modules/memrchr (Depends-on): Likewise.
17215         * modules/pagealign_alloc (Depends-on): Likewise.
17216         * modules/readutmp (Depends-on): Likewise.
17217         * modules/stpcpy (Depends-on): Likewise.
17218         * modules/stpncpy (Depends-on): Likewise.
17219         * modules/strchrnul (Depends-on): Likewise.
17220         * modules/strndup (Depends-on): Likewise.
17221         * modules/strsep (Depends-on): Likewise.
17222         * modules/strverscmp (Depends-on): Likewise.
17223         * modules/vasprintf (Depends-on): Likewise.
17224         * modules/wcwidth (Depends-on): Likewise.
17225         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
17226         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
17227         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
17228         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
17229         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
17230         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17231         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
17232         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17233         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
17234         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
17235         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
17236         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
17237         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
17238         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
17239         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
17240         * m4/readutmp.m4 (gl_READUTMP): Likewise.
17241         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
17242         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
17243         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
17244         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
17245         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
17246         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
17247         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
17248         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
17249         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
17250         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
17251         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
17252         so that lock.m4 can be used in gettext without extensions module.
17253
17254 2007-09-11  Bruno Haible  <bruno@clisp.org>
17255
17256         * m4/isc-posix.m4: Remove file.
17257         Suggested by Eric Blake.
17258
17259 2007-09-11  Eric Blake  <ebb9@byu.net>
17260
17261         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
17262
17263 2007-09-10  Bruno Haible  <bruno@clisp.org>
17264
17265         * posix-modules: Fix typo in error message.
17266         Reported by Matt <mkraai@beckman.com>.
17267
17268 2007-09-09  Bruno Haible  <bruno@clisp.org>
17269
17270         * doc/functions/getdelim.texi: Update list of platforms lacking the
17271         function.
17272         * doc/functions/getline.texi: Likewise.
17273
17274 2007-09-09  Jim Meyering  <jim@meyering.net>
17275
17276         * lib/hash.c (hash_initialize): Detect calloc failure.
17277         Reported by Bruno Haible.
17278
17279 2007-09-09  Bruno Haible  <bruno@clisp.org>
17280
17281         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
17282         malloc or realloc fails.
17283
17284 2007-09-09  Bruno Haible  <bruno@clisp.org>
17285
17286         * modules/getcwd (Depends-on): Add malloc-posix.
17287         * modules/glob (Depends-on): Likewise.
17288         * modules/putenv (Depends-on): Likewise.
17289         * modules/strdup (Depends-on): Likewise.
17290         * modules/getdelim (Depends-on): Add realloc-posix.
17291         * modules/read-file (Depends-on): Likewise.
17292
17293 2007-09-09  Bruno Haible  <bruno@clisp.org>
17294
17295         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
17296         (gl_FUNC_MALLOC_POSIX): Require it.
17297         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
17298         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
17299         * modules/realloc (Files): Add m4/malloc.m4.
17300         * modules/calloc (Files): Likewise.
17301
17302 2007-09-09  Bruno Haible  <bruno@clisp.org>
17303
17304         * modules/malloc-posix: New file.
17305         * modules/malloc (Depends-on): Add malloc-posix.
17306         * lib/malloc.c: Include errno.h.
17307         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
17308         and a POSIX-compatible malloc into a single function. Set ENOMEM
17309         when returning NULL.
17310         * m4/malloc.m4: New file.
17311         * doc/functions/malloc.texi: Mention the malloc-posix module.
17312         * lib/stdlib_.h (malloc): New declaration.
17313         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17314         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
17315         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
17316         and HAVE_MALLOC_POSIX.
17317
17318 2007-09-09  Bruno Haible  <bruno@clisp.org>
17319
17320         * modules/realloc-posix: New file.
17321         * modules/realloc (Depends-on): Add realloc-posix.
17322         * lib/realloc.c: Include errno.h.
17323         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
17324         and a POSIX-compatible realloc into a single function. Set ENOMEM
17325         when returning NULL.
17326         * m4/realloc.m4: New file.
17327         * doc/functions/realloc.texi: Mention the realloc-posix module.
17328         * lib/stdlib_.h (realloc): New declaration.
17329         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17330         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
17331         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
17332         and HAVE_REALLOC_POSIX.
17333
17334 2007-09-09  Bruno Haible  <bruno@clisp.org>
17335
17336         * modules/calloc-posix: New file.
17337         * modules/calloc (Depends-on): Add calloc-posix.
17338         * lib/calloc.c: Include errno.h.
17339         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
17340         and a POSIX-compatible calloc into a single function. Set ENOMEM
17341         when returning NULL.
17342         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
17343         * doc/functions/calloc.texi: Mention the calloc-posix module.
17344         * lib/stdlib_.h (calloc): New declaration.
17345         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
17346         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
17347         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
17348         and HAVE_CALLOC_POSIX.
17349
17350 2007-09-09  Bruno Haible  <bruno@clisp.org>
17351
17352         Allow for modules to show an arbitrary notice.
17353         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
17354         * gnulib-tool: New option --extract-notice.
17355         (func_usage): Document it.
17356         (sed_extract_prog): Update.
17357         (func_get_notice): New function.
17358         (func_modules_notice): New function.
17359         (func_import, func_create_testdir): Invoke it.
17360         Suggested by Jim Meyering.
17361
17362 2007-09-09  Bruno Haible  <bruno@clisp.org>
17363
17364         * gnulib-tool: New options --verbose, --quiet.
17365         (func_usage): Document them.
17366         (verbose): New variable.
17367         (func_execute_command): New function.
17368         (func_import): Don't show the module list and the file list if
17369         $verbose < 0.
17370         (func_create_testdir): Likewise. Use func_execute_command.
17371         (func_create_megatestdir): Use func_execute_command.
17372
17373 2007-09-08  Bruno Haible  <bruno@clisp.org>
17374
17375         * gnulib-tool (func_import): Prefer rsync over wget when available,
17376         for fetching the PO files.
17377
17378 2007-09-08  Bruno Haible  <bruno@clisp.org>
17379
17380         * posix-modules: New file. Portions copied from gnulib-tool.
17381         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
17382
17383 2007-09-08  Jim Meyering  <jim@meyering.net>
17384
17385         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
17386         * lib/fpending.h: Rename from __fpending.h.
17387         * lib/fpending.c: Rename from __fpending.c.
17388         Include "fpending.h", not "__fpending.h".
17389         * lib/__fpending.h, lib/__fpending.c: Remove files.
17390         * modules/fpending (Files): Reflect new file names.
17391         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
17392
17393 2007-09-08  Bruno Haible  <bruno@clisp.org>
17394
17395         * m4/inttypes-h.m4: Remove stub file.
17396
17397 2007-09-07  Simon Josefsson  <simon@josefsson.org>
17398
17399         * doc/headers/stdint.texi: Discuss #include_next issue.
17400
17401 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17402
17403         * build-aux/bootstrap: Remove obsolete comment about wget --help.
17404
17405 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17406
17407         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
17408         in variable name.
17409
17410 2007-09-03  Jim Meyering  <jim@meyering.net>
17411
17412         New module: git-version-gen.
17413         * modules/git-version-gen: New file.
17414
17415         Import changes from coreutils for bootstrap script.
17416
17417         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
17418
17419         bootstrap: uses rsync to download the .po files
17420         * build-aux/bootstrap (po_download_command_format): New global.
17421         (download_po_files): Use rsync.
17422         (update_po_files): Don't remove .po files after download,
17423         so future rsync runs can take advantage of the copies.
17424
17425         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
17426
17427         Solve the unnecessary-.po-file-regeneration problem once and for all.
17428         * build-aux/bootstrap (download_po_files): New function, renamed from
17429         get_translations.  Now, downloads, but doesn't update LINGUAS.
17430         (update_po_files): New function.
17431
17432         bootstrap: Ignore more.
17433         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
17434         uniwidth to e.g., lib/.gitignore.
17435         (slurp): Handle the sys_stat_.h -> sys mapping, too.
17436
17437         * build-aux/bootstrap: New setting: vc_ignore.
17438         (insert_sorted_if_absent): Create $file if absent.
17439         Adapt to new, possibly empty, list: $vc_ignore.
17440
17441         bootstrap: generate more ignorable names
17442         * build-aux/bootstrap (slurp): When generating ignorable names,
17443         also map .sin to .sed, .gperf to .c, and .y to .c.
17444
17445 2007-09-03  Jim Meyering  <jim@meyering.net>
17446
17447         * build-aux/git-version-gen: New file, from coreutils.  For details, see
17448         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
17449
17450 2007-09-02  Bruno Haible  <bruno@clisp.org>
17451
17452         Fix mis-recognition of 'mcs' on QNX 6.
17453         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
17454         output contains the string "Mono".
17455         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
17456         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
17457
17458 2007-09-01  Bruno Haible  <bruno@clisp.org>
17459
17460         Fix collision between uniwidth/* and linebreak modules.
17461         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
17462         u32_width): Remove declarations.
17463         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
17464         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
17465         streq3, streq2, streq1, streq0): Remove functions.
17466         (STREQ): Remove macro.
17467         (is_cjk_encoding): Remove function.
17468         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
17469         (uc_width, u8_width, u16_width, u32_width): Remove functions.
17470         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
17471         * NEWS: Document the change.
17472
17473 2007-09-01  Bruno Haible  <bruno@clisp.org>
17474
17475         * lib/streq.h: Add double-inclusion guard.
17476
17477 2007-09-01  Karl Berry  <karl@gnu.org>
17478
17479         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
17480
17481 2007-08-28  Jim Meyering  <jim@meyering.net>
17482
17483         Rename mreadlink_with_size to areadlink_with_size.
17484         * NEWS: Document the change.
17485         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
17486         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
17487         * lib/mreadlink.h: Rename this to...
17488         * lib/areadlink.h: ...this.
17489         * modules/mreadlink-with-size: Rename this to...
17490         * modules/areadlink-with-size: ...this.
17491         * lib/canonicalize.c: Reflect the renaming.
17492         * modules/canonicalize: Likewise.
17493
17494 2007-08-26  Bruno Haible  <bruno@clisp.org>
17495
17496         * gnulib-tool (func_import): When deciding which files to remove,
17497         consider also dangling symbolic links.
17498         Reported by Eric Blake.
17499
17500 2007-08-26  Bruno Haible  <bruno@clisp.org>
17501
17502         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
17503
17504 2007-08-23  Simon Josefsson  <simon@josefsson.org>
17505
17506         * lib/readline.c: Don't include getline.h, the prototype is now
17507         found in stdio.h.
17508
17509 2007-08-23  Jim Meyering  <jim@meyering.net>
17510
17511         Getdelim touchup.
17512         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
17513         around the funlockfile call, since funlockfile never sets errno.
17514         Don't set errno upon failed realloc.
17515
17516 2007-08-22  Eric Blake  <ebb9@byu.net>
17517
17518         Getline touchups.
17519         * lib/getdelim.c (getdelim): Revert regression that required *n to
17520         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
17521         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
17522         getdelim, rather than whether implementation is missing.
17523         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
17524         * lib/stdio_.h (getline): Also declare if replacement is
17525         required.
17526         * doc/functions/getdelim.texi: New file.
17527         * doc/functions/getline.texi: Likewise.
17528         * doc/gnulib.texi (Function Substitutes): Add new files.
17529         Reported by Bruno Haible.
17530
17531 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
17532
17533         * users.txt: Add Guile.
17534
17535 2007-08-22  Eric Blake  <ebb9@byu.net>
17536
17537         * tests/test-getdelim.c (main): Use remove, not unlink.
17538         * tests/test-getline.c (main): Likewise.
17539
17540         Move getline and getdelim into stdio.h, per POSIX 200x.
17541         * modules/getline (Files): Remove getline.h.
17542         (Depends-on): Add stdio.
17543         (configure.ac): Add module indicator.
17544         * modules/getdelim (Files): Remove getdelim.h.
17545         (Depends-on): Add stdio.
17546         (configure.ac): Add module indicator.
17547         * modules/stdio (Makefile.am): Work with new indicators.
17548         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
17549         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
17550         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
17551         * lib/getdelim.h: Delete.
17552         * lib/getline.h: Delete.
17553         * lib/stdio_.h (getdelim, getline): Declare.
17554         * modules/getdelim-tests: New module.
17555         * modules/getline-tests: Likewise.
17556         * tests/test-getdelim.c: New file.
17557         * tests/test-getline.c: Likewise.
17558         * NEWS: Document the change.
17559         * lib/getline.c: Update choice of header.
17560         * lib/csharpcomp.c: Likewise.
17561         * lib/getpass.c: Likewise.
17562         * lib/javacomp.c: Likewise.
17563         * lib/javaversion.c: Likewise.
17564         * lib/yesno.c: Likewise.
17565         * lib/getdelim.c: Likewise.
17566         (getdelim): Set errno on failure, and avoid memory leak.
17567
17568 2007-08-19  Bruno Haible  <bruno@clisp.org>
17569
17570         * modules/closein (Depends-on): Add freadahead.
17571         * lib/closein.c: Include freadahead.h.
17572         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
17573         is zero.
17574
17575 2007-08-19  Bruno Haible  <bruno@clisp.org>
17576
17577         * modules/freadahead-tests: New file.
17578         * tests/test-freadahead.sh: New file.
17579         * tests/test-freadahead.c: New file.
17580
17581         * modules/freadahead: New file.
17582         * lib/freadahead.h: New file.
17583         * lib/freadahead.c: New file.
17584         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
17585         fbufmode, fpurge, freadable, fwritable.
17586
17587 2007-08-19  Eric Blake  <ebb9@byu.net>
17588
17589         Test yesno in combination with closein.
17590         * lib/yesno.c (yesno): Document use of stdin.
17591         * modules/yesno-tests (Files): New module.
17592         * tests/test-yesno.c (main): New file.
17593         * tests/test-yesno.sh: Likewise.
17594
17595 2007-08-19  Bruno Haible  <bruno@clisp.org>
17596
17597         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
17598         * lib/fseeko.c (rpl_fseeko): Likewise.
17599         * lib/fseterr.c (fseterr): Likewise.
17600
17601 2007-08-19  Bruno Haible  <bruno@clisp.org>
17602
17603         * tests/test-lseek.c (main): Disable a test for BeOS.
17604         * doc/functions/lseek.texi: Document the BeOS bug.
17605
17606 2007-08-19  Bruno Haible  <bruno@clisp.org>
17607             Eric Blake  <ebb9@byu.net>
17608
17609         * lib/lseek.c: Include <sys/stat.h>.
17610         (rpl_lseek): Add workaround code also for Unix platforms.
17611         Needed for BeOS.
17612         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
17613         * doc/functions/lseek.texi: Document BeOS definiency.
17614
17615 2007-08-18  Bruno Haible  <bruno@clisp.org>
17616
17617         * modules/fstrcmp-tests: New file.
17618         * tests/test-fstrcmp.c: New file.
17619
17620 2007-08-18  Bruno Haible  <bruno@clisp.org>
17621
17622         * modules/fstrcmp: New file, from GNU gettext with modifications.
17623         * lib/fstrcmp.h: New file, from GNU gettext.
17624         * lib/fstrcmp.c: New file, from GNU gettext.
17625         * MODULES.html.sh (String handling): Add fstrcmp.
17626
17627 2007-08-18  Bruno Haible  <bruno@clisp.org>
17628
17629         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
17630         'bool'.
17631         (diag, compareseq): Remove const from the ctxt argument.
17632         (USE_HEURISTIC): Undefine at the end.
17633
17634 2007-08-18  Jim Meyering  <jim@meyering.net>
17635
17636         New file: lib/idcache.h
17637         * NEWS: Mention the addition.
17638         * modules/idcache (Files): Add lib/idcache.h
17639         * lib/idcache.c: Include "idcache.h".
17640         Don't include <sys/types.h>.
17641         Add a FIXME comment.
17642         Move file-scoped "static" declarations to the top.
17643         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
17644
17645 2007-08-17  Bruno Haible  <bruno@clisp.org>
17646         and Paul Eggert  <eggert@cs.ucla.edu>
17647
17648         * MODULES.html.sh: Add diffseq.
17649         * modules/diffseq: New file.
17650         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
17651         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
17652
17653 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
17654
17655         Import changes from coreutils for bootstrap script.
17656
17657         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
17658
17659         * build-aux/bootstrap (slurp): Work even in environments where
17660         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
17661         current code does not slurp files whose names start with ".", and
17662         this looks like it might be a troublesome area.
17663
17664         2007-07-11  Jim Meyering  <jim@meyering.net>
17665
17666         If there's a GPL vN copyright comment, require that N == 3.
17667
17668         2007-07-08  Jim Meyering  <jim@meyering.net>
17669
17670         Run the coreutils-specific code only if tests/Makefile.am.in exists.
17671         * build-aux/bootstrap (mam_template): Move definition out of loop.
17672
17673         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
17674
17675         * build-aux/bootstrap (symlink_to_dir): Rename function from
17676         symlink_to_gnulib.  Add a directory parameter.  Update all
17677         callers.
17678         (cp_mark_as_generated): Also check for -- and link to -- files in
17679         gl/.
17680
17681         2007-07-08  Jim Meyering  <jim@meyering.net>
17682
17683         Adapt to deeper hierarchy in gnulib.
17684         * build-aux/bootstrap (symlink_to_dir): If the destination
17685         directory doesn't exist, create it. This is required at least for
17686         "lib/uniwidth/cjk.h".
17687
17688         2007-05-15  Jim Meyering  <jim@meyering.net>
17689
17690         * build-aux/bootstrap: Now that generated Makefile.am files
17691         are no longer under version control, they must be created at
17692         bootstrap time.
17693
17694 2007-08-14  Ben Pfaff  <blp@gnu.org>
17695
17696         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
17697
17698 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
17699
17700         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
17701         given the changes below.
17702         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
17703         even on hosts that have padding bits beyond the supported 64.
17704
17705 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
17706
17707         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
17708         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
17709         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
17710         depends on it.
17711         (xstrtol_error): Remove.
17712         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
17713         but with a different signature.
17714         (ATTRIBUTE_NORETURN, __attribute__): New macros.
17715         * lib/xstrtol-error.c: Include exitfail.h.
17716         (xstrtol_fatal): New function, with a different signature from the
17717         old xstrtol_error, so that the caller need not worry about passing
17718         in an exit status, or about storage management of the option argument.
17719         (xstrtol_error): Now a static function.  Redo signature to
17720         implement xstrtol_fatal.  Output the correct number of hyphens in
17721         front of the option so that the caller need not worry about
17722         storage management.
17723         (N_): New macro.
17724         (_): Remove; not used now.
17725         * modules/xstrtol: Depend on getopt.
17726         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
17727         of old STRTOL_FATAL_ERROR macro.
17728         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
17729         of test program.
17730         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
17731         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
17732
17733 2007-08-08  Eric Blake  <ebb9@byu.net>
17734
17735         * lib/xstrtol-error.c: Add missing include.
17736
17737         Move xstrtol messages into gnulib domain, when --pobase is used.
17738         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
17739         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
17740         * modules/xstrtol (Files): Distribute new file.
17741         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
17742         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
17743         * tests/test-xstrtol.c: ...into new file.
17744         * tests/test-xstrtoul.c: Also test xstrtoul.
17745         * tests/test-xstrtoimax.c: Also test xstrtoimax.
17746         * tests/test-xstrtoumax.c: Also test xstrtoumax.
17747         * tests/test-xstrtol.sh: Drive the tests.
17748         * tests/test-xstrtoimax.sh: Likewise.
17749         * tests/test-xstrtoumax.sh: Likewise.
17750         * modules/xstrtol-tests: New module.
17751         * modules/xstrtoimax-tests: Likewise.
17752         * modules/xstrtoumax-tests: Likewise.
17753
17754 2007-08-08  Jim Meyering  <jim@meyering.net>
17755
17756         New function: mfile_name_concat.
17757         * lib/filenamecat.c (mfile_name_concat): New function, just like
17758         file_name_concat, but return NULL upon failure rather than exiting
17759         with a diagnostic.
17760         * lib/filenamecat.h: Declare it.
17761
17762 2007-08-07  Bruno Haible  <bruno@clisp.org>
17763
17764         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
17765         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
17766         warning from gcc.
17767         Reported by Eric Blake.
17768
17769 2007-08-07  Simon Josefsson  <simon@josefsson.org>
17770
17771         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
17772         * modules/crypto/arcfour (License): Likewise.
17773         * modules/crypto/des-tests (License): Likewise.
17774         * modules/crypto/gc-arctwo-tests (License): Likewise.
17775         * modules/crypto/gc-des-tests (License): Likewise.
17776         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
17777         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
17778         * modules/crypto/gc-md2-tests (License): Likewise.
17779         * modules/crypto/gc-md4-tests (License): Likewise.
17780         * modules/crypto/gc-md5-tests (License): Likewise.
17781         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
17782         * modules/crypto/gc-rijndael-tests (License): Likewise.
17783         * modules/crypto/gc-sha1-tests (License): Likewise.
17784         * modules/crypto/gc-tests (License): Likewise.
17785         * modules/crypto/hmac-md5 (License): Likewise.
17786         * modules/crypto/hmac-sha1 (License): Likewise.
17787         * modules/crypto/md2-tests (License): Likewise.
17788         * modules/crypto/md4-tests (License): Likewise.
17789         * modules/crypto/md5 (License): Likewise.
17790         * modules/crypto/rijndael (License): Likewise.
17791         * modules/crypto/sha1 (License): Likewise.
17792         * modules/memxor (License): Likewise.
17793
17794 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
17795         and Bruno Haible  <bruno@clisp.org>
17796
17797         * NEWS: Describe interface changes to human, xstrtol.
17798         * lib/human.h: Include <xstrtol.h>.
17799         (human_options): Return enum strtol_error, not int.  Remove
17800         bool arg; take int * instead.
17801         * lib/human.c: Don't include "gettext.h".
17802         (_): Remove; no longer used.
17803         Don't include <xstrtol.h>, since human.h does it.
17804         (human_options): Adjust to abovementioned interface changes.
17805         Do not report error to stderr; that's now the caller's
17806         responsibility.
17807         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
17808         interface change.
17809         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
17810         Str, Argument_type_string.  All uses changed.  Put " argument"
17811         in diagnostics to make them clearer.  Change wording of suffix
17812         message for clarity.
17813         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
17814         Argument_type_string.
17815         (STRTOL_FATAL_WARN): Remove; no longer used.
17816         * modules/human (Depends-on): Remove gettext-h.
17817
17818 2007-08-06  Simon Josefsson  <simon@josefsson.org>
17819
17820         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
17821
17822 2007-07-31  Bruno Haible  <bruno@clisp.org>
17823
17824         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
17825         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
17826         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
17827
17828 2007-07-31  Bruno Haible  <bruno@clisp.org>
17829
17830         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
17831         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
17832
17833 2007-07-30  Bruno Haible  <bruno@clisp.org>
17834
17835         * modules/base64 (License): Use the synonymous term "LGPLv2+".
17836         * modules/c-ctype (License): Likewise.
17837         * modules/c-strcase (License): Likewise.
17838         * modules/check-version (License): Likewise.
17839         * modules/iconv (License): Likewise.
17840         * modules/iconv_open (License): Likewise.
17841         * modules/read-file (License): Likewise.
17842         * modules/striconv (License): Likewise.
17843         * modules/strverscmp (License): Likewise.
17844         * modules/vasprintf (License): Likewise.
17845         * modules/crypto/des (License): Likewise.
17846         * modules/crypto/gc (License): Likewise.
17847         * modules/crypto/gc-arcfour (License): Likewise.
17848         * modules/crypto/gc-arctwo (License): Likewise.
17849         * modules/crypto/gc-des (License): Likewise.
17850         * modules/crypto/gc-hmac-md5 (License): Likewise.
17851         * modules/crypto/gc-hmac-sha1 (License): Likewise.
17852         * modules/crypto/gc-md2 (License): Likewise.
17853         * modules/crypto/gc-md4 (License): Likewise.
17854         * modules/crypto/gc-md5 (License): Likewise.
17855         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
17856         * modules/crypto/gc-random (License): Likewise.
17857         * modules/crypto/gc-rijndael (License): Likewise.
17858         * modules/crypto/gc-sha1 (License): Likewise.
17859         * modules/crypto/md2 (License): Likewise.
17860         * modules/crypto/md4 (License): Likewise.
17861
17862 2007-07-30  Jim Meyering  <jim@meyering.net>
17863
17864         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
17865         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
17866         it has valid stat data.  This bug would cause du not to count the
17867         sizes of inaccessible directories.
17868         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
17869         in <http://bugzilla.redhat.com/250077>.
17870
17871 2007-07-25  Peter O'Gorman  <peter@pogma.com>
17872             Bruno Haible  <bruno@clisp.org>
17873
17874         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
17875         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
17876         #include_next, gives a diagnostic about it, but reports no error in
17877         the exit code.
17878         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
17879
17880 2007-07-24  Ben Pfaff  <blp@gnu.org>
17881
17882         Improve name: "count-one-bits" is better than "popcount".
17883         * MODULES.html.sh: Update name.
17884         * lib/popcount.h: Renamed lib/count-one-bits.h.
17885         (popcount): Renamed count_one_bits.
17886         (popcountl): Renamed count_one_bits_l.
17887         (popcountll): Renamed count_one_bits_ll.
17888         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
17889         * modules/popcount: Renamed module/count-one-bits.
17890         * modules/popcount-tests: Renamed module/count-one-bits-tests.
17891         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
17892
17893 2007-07-23  Ben Pfaff  <blp@gnu.org>
17894
17895         * lib/popcount.h (popcount32): Reduce size of constants, to allow
17896         better code generation, and add U to large constants to avoid
17897         warnings, in non-GCC case.
17898         Suggested by Bruno Haible.
17899
17900 2007-07-23  Ben Pfaff  <blp@gnu.org>
17901
17902         * lib/popcount.h: Use verify_true instead of if...abort.
17903         * modules/popcount: Depend on verify module.
17904         Suggested by Jim Meyering.
17905
17906 2007-07-23  Bruno Haible  <bruno@clisp.org>
17907
17908         * gnulib-tool (func_import): Create a .cvsignore file also when the
17909         directory is not yet in CVS but the toplevel directory is. When
17910         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
17911         Reported by Karl Berry.
17912
17913 2007-07-22  Ben Pfaff  <blp@gnu.org>
17914
17915         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
17916         case.
17917         Suggested by Eric Blake.
17918
17919 2007-07-22  Ben Pfaff  <blp@gnu.org>
17920
17921         New module: popcount.
17922         * MODULES.html.sh: Add popcount.
17923         * modules/popcount: New file.
17924         * modules/popcount-tests: New file.
17925         * tests/test-popcount.c: New file.
17926         * lib/popcount.h: New file.
17927         * m4/popcount.m4: New file.
17928
17929 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * build-aux/announce-gen: Update to GPLv3.
17932
17933         * build-aux/config.guess: Update from config.
17934
17935 2007-07-21  Bruno Haible  <bruno@clisp.org>
17936
17937         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
17938         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
17939
17940 2007-07-20  Jim Meyering  <jim@meyering.net>
17941
17942         * check-module: Diagnose a self-dependency.
17943
17944 2007-07-19  Bruno Haible  <bruno@clisp.org>
17945
17946         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
17947         empty.
17948         Reported by Eric Blake.
17949
17950 2007-07-18  Bruno Haible  <bruno@clisp.org>
17951
17952         * gnulib-tool: New options --po-base, --po-domain.
17953         (func_usage): Document them.
17954         (pobase, po_domain): New variables.
17955         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
17956         DEFAULT_TEXT_DOMAIN.
17957         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
17958         (func_import): Consider pobase and po_domain. Create a po/ directory.
17959         (func_create_testdir): Set pobase and po_domain to empty.
17960         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
17961         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
17962
17963 2007-07-18  Bruno Haible  <bruno@clisp.org>
17964
17965         * gnulib-tool (func_get_automake_snippet): Synthesize also an
17966         EXTRA_DIST augmentation for files in build-aux/.
17967
17968 2007-07-16  Bruno Haible  <bruno@clisp.org>
17969
17970         * modules/lseek (License): Use the synonymous term "LGPLv2+".
17971         * modules/getdelim (License): Likewise.
17972
17973 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17974
17975         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
17976         * modules/d-type (License): Likewise.
17977         * modules/extensions (License): Likewise.
17978         * modules/fnmatch (License): Likewise.
17979         * modules/fseeko (License): Likewise.
17980         * modules/getaddrinfo (License): Likewise.
17981         * modules/getline (License): Likewise.
17982         * modules/getlogin_r (License): Likewise.
17983         * modules/getpass (License): Likewise.
17984         * modules/gettimeofday (License): Likewise.
17985         * modules/glob (License): Likewise.
17986         * modules/inet_ntop (License): Likewise.
17987         * modules/malloc (License): Likewise.
17988         * modules/malloca (License): Likewise.
17989         * modules/memmem (License): Likewise.
17990         * modules/mempcpy (License): Likewise.
17991         * modules/memset (License): Likewise.
17992         * modules/minmax (License): Likewise.
17993         * modules/mktime (License): Likewise.
17994         * modules/netinet_in (License): Likewise.
17995         * modules/pathmax (License): Likewise.
17996         * modules/poll (License): Likewise.
17997         * modules/regex (License): Likewise.
17998         * modules/snprintf (License): Likewise.
17999         * modules/stdbool (License): Likewise.
18000         * modules/stdint (License): Likewise.
18001         * modules/stdio (License): Likewise.
18002         * modules/strcase (License): Likewise.
18003         * modules/strcasestr (License): Likewise.
18004         * modules/strdup (License): Likewise.
18005         * modules/string (License): Likewise.
18006         * modules/strndup (License): Likewise.
18007         * modules/strnlen (License): Likewise.
18008         * modules/strpbrk (License): Likewise.
18009         * modules/strptime (License): Likewise.
18010         * modules/strsep (License): Likewise.
18011         * modules/sys_select (License): Likewise.
18012         * modules/sys_socket (License): Likewise.
18013         * modules/sys_stat (License): Likewise.
18014         * modules/sys_time (License): Likewise.
18015         * modules/time (License): Likewise.
18016         * modules/time_r (License): Likewise.
18017         * modules/timegm (License): Likewise.
18018         * modules/unistd (License): Likewise.
18019         * modules/vsnprintf (License): Likewise.
18020         * modules/wctype (License): Likewise.
18021
18022 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18023
18024         * modules/argz (License): LGPLv2+.
18025
18026 2007-07-15  Karl Berry  <karl@gnu.org>
18027
18028         * doc/gnulib.texi: revise node structure per new fdl.texi.
18029
18030 2007-07-14  Bruno Haible  <bruno@clisp.org>
18031
18032         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
18033         the output file.
18034         * lib/uniname/uninames.h: Regenerated.
18035
18036 2007-07-14  Karl Berry  <karl@gnu.org>
18037
18038         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
18039         omitting sectioning and index commands.
18040
18041 2007-07-13  Bruno Haible  <bruno@clisp.org>
18042
18043         New gnulib-tool option --more-symlinks.
18044         * gnulib-tool (func_usage): Document --more-symlinks.
18045         (do_copyrights): New variable.
18046         Recognize option --more-symlinks.
18047         (func_import): Don't add a copyright notice transform to
18048         sed_transform_lib_file if do_copyrights is empty.
18049
18050 2007-07-13  Bruno Haible  <bruno@clisp.org>
18051
18052         * lib/vasnprintf.c (decimal_point_char): Define also if
18053         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
18054         && !NEED_PRINTF_DIRECTIVE_A.
18055         Reported by Clemens Koller <clemens.koller@anagramm.de> via
18056         Gary V. Vaughan <gary@gnu.org>.
18057
18058 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
18059
18060         * lib/inttypes_.h: Undo previous change, since it was fixed
18061         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
18062
18063 2007-07-13  Bruno Haible  <bruno@clisp.org>
18064
18065         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
18066         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
18067
18068 2007-07-13  Jim Meyering  <jim@meyering.net>
18069
18070         df: Don't fail for Tru64's "file-on-file mount".
18071         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
18072         so we fall through and use statfs instead.  Details here:
18073         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
18074         Reported by Albert Chin.
18075
18076 2007-07-13  Bruno Haible  <bruno@clisp.org>
18077
18078         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
18079         * modules/configmake (License): Likewise.
18080         * modules/gettext (License): Likewise.
18081         * modules/gettext-h (License): Likewise.
18082         * modules/include_next (License): Likewise.
18083         * modules/link-warning (License): Likewise.
18084         * modules/localcharset (License): Likewise.
18085         * modules/localename (License): Likewise.
18086         * modules/lock (License): Likewise.
18087         * modules/relocatable-lib-lgpl (License): Likewise.
18088         * modules/size_max (License): Likewise.
18089         * modules/vasnprintf (License): Likewise.
18090         * modules/wchar (License): Likewise.
18091         * modules/xsize (License): Likewise.
18092
18093 2007-07-13  Bruno Haible  <bruno@clisp.org>
18094
18095         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
18096         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
18097
18098 2007-07-12  Bruno Haible  <bruno@clisp.org>
18099
18100         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
18101         in the modules files.
18102
18103 2007-07-11  Karl Berry  <karl@gnu.org>
18104
18105         * MODULES.html.sh (func_module): use
18106          sed -e '\|^'"${includefile}"'$|d'
18107          instead of /.../d, to avoid errors on $includefile's containing /.
18108
18109 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
18110
18111         * gnulib-tool (func_import): Avoid duplication of --avoid
18112         statements
18113         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
18114         names to `_' in variable names.
18115
18116 2007-07-10  Eric Blake  <ebb9@byu.net>
18117
18118         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
18119         * NEWS: Document this change.
18120
18121 2007-07-08  Bruno Haible  <bruno@clisp.org>
18122
18123         Update to Unicode 5.0.
18124         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
18125         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
18126         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
18127         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
18128         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
18129         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
18130         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
18131         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
18132         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
18133         U+10A3F, U+1D242..U+1D244.
18134         (nonspacing_table_ind): Update.
18135         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
18136         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
18137
18138 2007-07-08  Bruno Haible  <bruno@clisp.org>
18139
18140         Update to Unicode 5.0.
18141         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
18142         code transform. Extend the name index field of unicode_name_to_code and
18143         unicode_code_to_name from 16 to 24 bits.
18144         * lib/uniname/uniname.c (unicode_character_name,
18145         unicode_name_character): Add the range 0x12xxx to the code transform.
18146         * lib/uniname/uninames.h: Regenerated.
18147         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
18148
18149 2007-07-07  Bruno Haible  <bruno@clisp.org>
18150
18151         * modules/wcwidth-tests: New file.
18152         * tests/test-wcwidth.c: New file.
18153
18154         Work around MacOS X wcwidth() bug.
18155         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
18156         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
18157         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
18158         original wcwidth in non-UTF-8 locales.
18159         * modules/wcwidth (Depends-on): Add localcharset, streq,
18160         uniwidth/width.
18161         * doc/functions/wcwidth.texi: Update.
18162
18163 2007-07-07  Bruno Haible  <bruno@clisp.org>
18164
18165         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
18166         (wcwidth): New declaration.
18167         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
18168         macros.
18169         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
18170         here. Prepare for creating <wchar.h> unconditionally.
18171         * modules/wchar (Depends-on): Add link-warning.
18172         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
18173         REPLACE_WCWIDTH, and GL_LINK_WARNING.
18174         * lib/wcwidth.h: Remove file.
18175         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
18176         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
18177         * modules/wcwidth (Files): Remove lib/wcwidth.h.
18178         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
18179         (Include): Replace wcwidth.h with <wchar.h>.
18180         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
18181         * lib/mbchar.h: Don't include wcwidth.h.
18182         * lib/mbswidth.c: Likewise.
18183         * NEWS: Mention the change.
18184
18185 2007-07-07  Bruno Haible  <bruno@clisp.org>
18186
18187         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
18188         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
18189         definition with an external declaration.
18190         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
18191         defined as a function. Remove AC_C_INLINE requirement.
18192         * modules/wcwidth (Files): Add lib/wcwidth.c.
18193         (Makefile.am): Remove redundant statement.
18194
18195 2007-07-07  Bruno Haible  <bruno@clisp.org>
18196
18197         * MODULES.html.sh (Unicode string functions): Add the new modules.
18198
18199         * tests/uniwidth/test-u32-strwidth.c: New file.
18200         * modules/uniwidth/u32-strwidth-tests: New file.
18201
18202         * lib/uniwidth/u32-strwidth.c: New file.
18203         * modules/uniwidth/u32-strwidth: New file.
18204
18205         * tests/uniwidth/test-u16-strwidth.c: New file.
18206         * modules/uniwidth/u16-strwidth-tests: New file.
18207
18208         * lib/uniwidth/u16-strwidth.c: New file.
18209         * modules/uniwidth/u16-strwidth: New file.
18210
18211         * tests/uniwidth/test-u8-strwidth.c: New file.
18212         * modules/uniwidth/u8-strwidth-tests: New file.
18213
18214         * lib/uniwidth/u8-strwidth.c: New file.
18215         * modules/uniwidth/u8-strwidth: New file.
18216
18217         * tests/uniwidth/test-u32-width.c: New file.
18218         * modules/uniwidth/u32-width-tests: New file.
18219
18220         * lib/uniwidth/u32-width.c: New file.
18221         * modules/uniwidth/u32-width: New file.
18222
18223         * tests/uniwidth/test-u16-width.c: New file.
18224         * modules/uniwidth/u16-width-tests: New file.
18225
18226         * lib/uniwidth/u16-width.c: New file.
18227         * modules/uniwidth/u16-width: New file.
18228
18229         * tests/uniwidth/test-u8-width.c: New file.
18230         * modules/uniwidth/u8-width-tests: New file.
18231
18232         * lib/uniwidth/u8-width.c: New file.
18233         * modules/uniwidth/u8-width: New file.
18234
18235         * tests/uniwidth/test-uc_width.c: New file.
18236         * modules/uniwidth/width-tests: New file.
18237
18238         * lib/uniwidth/width.c: New file, from GNU libiconv.
18239         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
18240         * modules/uniwidth/width: New file.
18241
18242         * lib/uniwidth.h: New file, from GNU libiconv.
18243         * modules/uniwidth/base: New file.
18244
18245 2007-07-07  Bruno Haible  <bruno@clisp.org>
18246
18247         * lib/uniname.h: New file, from GNU gettext.
18248         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
18249         * lib/uniname/uninames.h: New file, from GNU gettext.
18250         * lib/uniname/uniname.c: New file, from GNU gettext.
18251         * tests/uniname/test-uninames.sh: New file.
18252         * tests/uniname/test-uninames.c: New file, from GNU gettext.
18253         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
18254         * modules/uniname/base: New file.
18255         * modules/uniname/uniname: New file.
18256         * modules/uniname/uniname-tests: New file.
18257         * MODULES.html.sh (Unicode string functions): Add the new modules.
18258
18259 2007-07-06  Bruno Haible  <bruno@clisp.org>
18260
18261         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
18262
18263 2007-07-06  Bruno Haible  <bruno@clisp.org>
18264
18265         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
18266         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
18267         includes <cygwin/sys_time.h> which includes <sys/select.h> which
18268         include <sys/time.h>.
18269         Reported by Eric Blake.
18270
18271 2007-07-06  Eric Blake  <ebb9@byu.net>
18272
18273         Fix testing canonicalize on cygwin.
18274         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18275         Revert patch from 2007-06-19.
18276         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
18277         canonicalize module is also in use.
18278         * tests/test-canonicalize.c: New file.
18279         * tests/test-canonicalize.sh: Likewise.
18280         * modules/canonicalize-tests: Likewise.
18281
18282 2007-07-06  Jim Meyering  <jim@meyering.net>
18283
18284         * lib/getugroups.c (getugroups): Detect getgrent failure.
18285         Adjust comment to reflect reality: this function may return -1.
18286
18287 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
18288
18289         * build-aux/bootstrap (TP_URL,get_translations): Update to use
18290         the new TP address.
18291         (usage): Fix typo
18292         (gnulib_mk): New variable.
18293
18294 2007-07-05  Jim Meyering  <jim@meyering.net>
18295
18296         Don't let endgrent clobber errno, no matter how improbable.
18297         * lib/getugroups.c (getugroups): Save and restore errno around
18298         endgrent call.
18299
18300         Close the group DB even when failing with 2^31 or more members.
18301         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
18302
18303 2007-07-04  Jim Meyering  <jim@meyering.net>
18304
18305         * lib/getugroups.h: New file.
18306         * lib/getugroups.c: Include "getugroups.h".
18307         Remove uses of "register" keyword.
18308         Move local variable, "cp", down into scope where used.
18309         Give "username" parameter the "const" attribute.
18310         * modules/getugroups (Files): Add lib/getugroups.h
18311
18312 2007-07-04  Karl Berry  <karl@gnu.org>
18313
18314         * MODULES.html.sh (func_all_modules): Complete rename of
18315         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
18316
18317 2007-07-02  Bruno Haible  <bruno@clisp.org>
18318
18319         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
18320         mode, when inttypes.h comes from gnulib.
18321         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
18322
18323 2007-07-02  Simon Josefsson  <simon@josefsson.org>
18324
18325         * NEWS: Mention lgpl module name change.
18326
18327         * modules/lgpl-2.1: Renamed from lgpl.
18328
18329         * NEWS: Mention gpl module name change.
18330
18331         * modules/gpl-3.0: New file, based on gpl-2.0.
18332
18333         * modules/gpl-2.0: Renamed from gpl.
18334
18335         * modules/gpl: Fix filename, doc/gpl.texi is now found at
18336         doc/gpl-2.0.texi.
18337
18338 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18339
18340         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
18341         #define __STDC_LIMIT_MACROS temporarily while including
18342         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
18343         Problem reported by Joel E. Denny in
18344         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
18345
18346 2007-07-01  Bruno Haible  <bruno@clisp.org>
18347
18348         * lib/unistdio.h: New file.
18349         * lib/unistdio/u-asnprintf.h: New file.
18350         * lib/unistdio/u-asprintf.h: New file.
18351         * lib/unistdio/u-printf-args.c: New file.
18352         * lib/unistdio/u-printf-args.h: New file.
18353         * lib/unistdio/u-printf-parse.h: New file.
18354         * lib/unistdio/u-snprintf.h: New file.
18355         * lib/unistdio/u-sprintf.h: New file.
18356         * lib/unistdio/u-vasprintf.h: New file.
18357         * lib/unistdio/u-vsnprintf.h: New file.
18358         * lib/unistdio/u-vsprintf.h: New file.
18359         * lib/unistdio/ulc-asnprintf.c: New file.
18360         * lib/unistdio/ulc-asprintf.c: New file.
18361         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
18362         * lib/unistdio/ulc-printf-parse.c: New file.
18363         * lib/unistdio/ulc-snprintf.c: New file.
18364         * lib/unistdio/ulc-sprintf.c: New file.
18365         * lib/unistdio/ulc-vasnprintf.c: New file.
18366         * lib/unistdio/ulc-vasprintf.c: New file.
18367         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
18368         * lib/unistdio/ulc-vsnprintf.c: New file.
18369         * lib/unistdio/ulc-vsprintf.c: New file.
18370         * lib/unistdio/u8-asnprintf.c: New file.
18371         * lib/unistdio/u8-asprintf.c: New file.
18372         * lib/unistdio/u8-printf-parse.c: New file.
18373         * lib/unistdio/u8-snprintf.c: New file.
18374         * lib/unistdio/u8-sprintf.c: New file.
18375         * lib/unistdio/u8-vasnprintf.c: New file.
18376         * lib/unistdio/u8-vasprintf.c: New file.
18377         * lib/unistdio/u8-vsnprintf.c: New file.
18378         * lib/unistdio/u8-vsprintf.c: New file.
18379         * lib/unistdio/u8-u8-asnprintf.c: New file.
18380         * lib/unistdio/u8-u8-asprintf.c: New file.
18381         * lib/unistdio/u8-u8-snprintf.c: New file.
18382         * lib/unistdio/u8-u8-sprintf.c: New file.
18383         * lib/unistdio/u8-u8-vasnprintf.c: New file.
18384         * lib/unistdio/u8-u8-vasprintf.c: New file.
18385         * lib/unistdio/u8-u8-vsnprintf.c: New file.
18386         * lib/unistdio/u8-u8-vsprintf.c: New file.
18387         * lib/unistdio/u16-asnprintf.c: New file.
18388         * lib/unistdio/u16-asprintf.c: New file.
18389         * lib/unistdio/u16-printf-parse.c: New file.
18390         * lib/unistdio/u16-snprintf.c: New file.
18391         * lib/unistdio/u16-sprintf.c: New file.
18392         * lib/unistdio/u16-vasnprintf.c: New file.
18393         * lib/unistdio/u16-vasprintf.c: New file.
18394         * lib/unistdio/u16-vsnprintf.c: New file.
18395         * lib/unistdio/u16-vsprintf.c: New file.
18396         * lib/unistdio/u16-u16-asnprintf.c: New file.
18397         * lib/unistdio/u16-u16-asprintf.c: New file.
18398         * lib/unistdio/u16-u16-snprintf.c: New file.
18399         * lib/unistdio/u16-u16-sprintf.c: New file.
18400         * lib/unistdio/u16-u16-vasnprintf.c: New file.
18401         * lib/unistdio/u16-u16-vasprintf.c: New file.
18402         * lib/unistdio/u16-u16-vsnprintf.c: New file.
18403         * lib/unistdio/u16-u16-vsprintf.c: New file.
18404         * lib/unistdio/u32-asnprintf.c: New file.
18405         * lib/unistdio/u32-asprintf.c: New file.
18406         * lib/unistdio/u32-printf-parse.c: New file.
18407         * lib/unistdio/u32-snprintf.c: New file.
18408         * lib/unistdio/u32-sprintf.c: New file.
18409         * lib/unistdio/u32-vasnprintf.c: New file.
18410         * lib/unistdio/u32-vasprintf.c: New file.
18411         * lib/unistdio/u32-vsnprintf.c: New file.
18412         * lib/unistdio/u32-vsprintf.c: New file.
18413         * lib/unistdio/u32-u32-asnprintf.c: New file.
18414         * lib/unistdio/u32-u32-asprintf.c: New file.
18415         * lib/unistdio/u32-u32-snprintf.c: New file.
18416         * lib/unistdio/u32-u32-sprintf.c: New file.
18417         * lib/unistdio/u32-u32-vasnprintf.c: New file.
18418         * lib/unistdio/u32-u32-vasprintf.c: New file.
18419         * lib/unistdio/u32-u32-vsnprintf.c: New file.
18420         * lib/unistdio/u32-u32-vsprintf.c: New file.
18421         * tests/unistdio/test-ulc-asnprintf1.c: New file.
18422         * tests/unistdio/test-ulc-asnprintf1.h: New file.
18423         * tests/unistdio/test-ulc-printf1.h: New file.
18424         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
18425         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
18426         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
18427         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
18428         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
18429         * tests/unistdio/test-ulc-vasprintf1.c: New file.
18430         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
18431         * tests/unistdio/test-ulc-vsprintf1.c: New file.
18432         * tests/unistdio/test-u8-asnprintf1.c: New file.
18433         * tests/unistdio/test-u8-asnprintf1.h: New file.
18434         * tests/unistdio/test-u8-printf1.h: New file.
18435         * tests/unistdio/test-u8-vasnprintf1.c: New file.
18436         * tests/unistdio/test-u8-vasnprintf2.c: New file.
18437         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
18438         * tests/unistdio/test-u8-vasnprintf3.c: New file.
18439         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
18440         * tests/unistdio/test-u8-vasprintf1.c: New file.
18441         * tests/unistdio/test-u8-vsnprintf1.c: New file.
18442         * tests/unistdio/test-u8-vsprintf1.c: New file.
18443         * tests/unistdio/test-u16-asnprintf1.c: New file.
18444         * tests/unistdio/test-u16-asnprintf1.h: New file.
18445         * tests/unistdio/test-u16-printf1.h: New file.
18446         * tests/unistdio/test-u16-vasnprintf1.c: New file.
18447         * tests/unistdio/test-u16-vasnprintf2.c: New file.
18448         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
18449         * tests/unistdio/test-u16-vasnprintf3.c: New file.
18450         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
18451         * tests/unistdio/test-u16-vasprintf1.c: New file.
18452         * tests/unistdio/test-u16-vsnprintf1.c: New file.
18453         * tests/unistdio/test-u16-vsprintf1.c: New file.
18454         * tests/unistdio/test-u32-asnprintf1.c: New file.
18455         * tests/unistdio/test-u32-asnprintf1.h: New file.
18456         * tests/unistdio/test-u32-printf1.h: New file.
18457         * tests/unistdio/test-u32-vasnprintf1.c: New file.
18458         * tests/unistdio/test-u32-vasnprintf2.c: New file.
18459         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
18460         * tests/unistdio/test-u32-vasnprintf3.c: New file.
18461         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
18462         * tests/unistdio/test-u32-vasprintf1.c: New file.
18463         * tests/unistdio/test-u32-vsnprintf1.c: New file.
18464         * tests/unistdio/test-u32-vsprintf1.c: New file.
18465         * modules/unistdio/base: New file.
18466         * modules/unistdio/u-printf-args: New file.
18467         * modules/unistdio/ulc-asnprintf: New file.
18468         * modules/unistdio/ulc-asprintf: New file.
18469         * modules/unistdio/ulc-fprintf: New file.
18470         * modules/unistdio/ulc-printf-parse: New file.
18471         * modules/unistdio/ulc-snprintf: New file.
18472         * modules/unistdio/ulc-sprintf: New file.
18473         * modules/unistdio/ulc-vasnprintf: New file.
18474         * modules/unistdio/ulc-vasprintf: New file.
18475         * modules/unistdio/ulc-vfprintf: New file.
18476         * modules/unistdio/ulc-vsnprintf: New file.
18477         * modules/unistdio/ulc-vsprintf: New file.
18478         * modules/unistdio/u8-asnprintf: New file.
18479         * modules/unistdio/u8-asprintf: New file.
18480         * modules/unistdio/u8-printf-parse: New file.
18481         * modules/unistdio/u8-snprintf: New file.
18482         * modules/unistdio/u8-sprintf: New file.
18483         * modules/unistdio/u8-vasnprintf: New file.
18484         * modules/unistdio/u8-vasprintf: New file.
18485         * modules/unistdio/u8-vsnprintf: New file.
18486         * modules/unistdio/u8-vsprintf: New file.
18487         * modules/unistdio/u8-u8-asnprintf: New file.
18488         * modules/unistdio/u8-u8-asprintf: New file.
18489         * modules/unistdio/u8-u8-snprintf: New file.
18490         * modules/unistdio/u8-u8-sprintf: New file.
18491         * modules/unistdio/u8-u8-vasnprintf: New file.
18492         * modules/unistdio/u8-u8-vasprintf: New file.
18493         * modules/unistdio/u8-u8-vsnprintf: New file.
18494         * modules/unistdio/u8-u8-vsprintf: New file.
18495         * modules/unistdio/u16-asnprintf: New file.
18496         * modules/unistdio/u16-asprintf: New file.
18497         * modules/unistdio/u16-printf-parse: New file.
18498         * modules/unistdio/u16-snprintf: New file.
18499         * modules/unistdio/u16-sprintf: New file.
18500         * modules/unistdio/u16-vasnprintf: New file.
18501         * modules/unistdio/u16-vasprintf: New file.
18502         * modules/unistdio/u16-vsnprintf: New file.
18503         * modules/unistdio/u16-vsprintf: New file.
18504         * modules/unistdio/u16-u16-asnprintf: New file.
18505         * modules/unistdio/u16-u16-asprintf: New file.
18506         * modules/unistdio/u16-u16-snprintf: New file.
18507         * modules/unistdio/u16-u16-sprintf: New file.
18508         * modules/unistdio/u16-u16-vasnprintf: New file.
18509         * modules/unistdio/u16-u16-vasprintf: New file.
18510         * modules/unistdio/u16-u16-vsnprintf: New file.
18511         * modules/unistdio/u16-u16-vsprintf: New file.
18512         * modules/unistdio/u32-asnprintf: New file.
18513         * modules/unistdio/u32-asprintf: New file.
18514         * modules/unistdio/u32-printf-parse: New file.
18515         * modules/unistdio/u32-snprintf: New file.
18516         * modules/unistdio/u32-sprintf: New file.
18517         * modules/unistdio/u32-vasnprintf: New file.
18518         * modules/unistdio/u32-vasprintf: New file.
18519         * modules/unistdio/u32-vsnprintf: New file.
18520         * modules/unistdio/u32-vsprintf: New file.
18521         * modules/unistdio/u32-u32-asnprintf: New file.
18522         * modules/unistdio/u32-u32-asprintf: New file.
18523         * modules/unistdio/u32-u32-snprintf: New file.
18524         * modules/unistdio/u32-u32-sprintf: New file.
18525         * modules/unistdio/u32-u32-vasnprintf: New file.
18526         * modules/unistdio/u32-u32-vasprintf: New file.
18527         * modules/unistdio/u32-u32-vsnprintf: New file.
18528         * modules/unistdio/u32-u32-vsprintf: New file.
18529         * modules/unistdio/ulc-asnprintf-tests: New file.
18530         * modules/unistdio/ulc-vasnprintf-tests: New file.
18531         * modules/unistdio/ulc-vasprintf-tests: New file.
18532         * modules/unistdio/ulc-vsnprintf-tests: New file.
18533         * modules/unistdio/ulc-vsprintf-tests: New file.
18534         * modules/unistdio/u8-asnprintf-tests: New file.
18535         * modules/unistdio/u8-vasnprintf-tests: New file.
18536         * modules/unistdio/u8-vasprintf-tests: New file.
18537         * modules/unistdio/u8-vsnprintf-tests: New file.
18538         * modules/unistdio/u8-vsprintf-tests: New file.
18539         * modules/unistdio/u16-asnprintf-tests: New file.
18540         * modules/unistdio/u16-vasnprintf-tests: New file.
18541         * modules/unistdio/u16-vasprintf-tests: New file.
18542         * modules/unistdio/u16-vsnprintf-tests: New file.
18543         * modules/unistdio/u16-vsprintf-tests: New file.
18544         * modules/unistdio/u32-asnprintf-tests: New file.
18545         * modules/unistdio/u32-vasnprintf-tests: New file.
18546         * modules/unistdio/u32-vasprintf-tests: New file.
18547         * modules/unistdio/u32-vsnprintf-tests: New file.
18548         * modules/unistdio/u32-vsprintf-tests: New file.
18549         * MODULES.html.sh (Unicode string functions): Add the new modules.
18550
18551 2007-07-01  Bruno Haible  <bruno@clisp.org>
18552
18553         * lib/sprintf.c (sprintf): Limit the available length estimation,
18554         to avoid address wraparound.
18555         * lib/vsprintf.c (vsprintf): Likewise.
18556         * modules/sprintf-posix (Dependencies): Add stdint.
18557         * modules/vsprintf-posix (Dependencies): Likewise.
18558
18559 2007-07-01  Bruno Haible  <bruno@clisp.org>
18560
18561         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
18562         Windows PATH as well. Conservative double-quoting. Comments.
18563
18564 2007-07-01  Bruno Haible  <bruno@clisp.org>
18565             Eric Blake  <ebb9@byu.net>
18566             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18567
18568         * gnulib-tool (self_abspathname): Fix algorithm to cope with
18569         empty components in $PATH, denoting '.'.
18570
18571 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18572
18573         * gnulib-tool: Fix indentation.
18574         (func_create_megatestdir): Likewise.
18575         Report by Bruno Haible.
18576
18577 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18578
18579         Sync from Automake.
18580         * build-aux/gnupload: Fix shell portability issues with for loops.
18581         Report by Karl Berry.
18582
18583 2007-06-29  Simon Josefsson  <simon@josefsson.org>
18584
18585         * build-aux/maint.mk (POURL): Use translationproject.org.
18586
18587 2007-06-27  Simon Josefsson  <simon@josefsson.org>
18588             Bruno Haible  <bruno@clisp.org>
18589
18590         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
18591         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
18592         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
18593         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
18594         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
18595
18596 2007-06-27  Bruno Haible  <bruno@clisp.org>
18597
18598         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
18599         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
18600
18601 2007-06-26  Karl Berry  <karl@gnu.org>
18602
18603         * MODULES.html.sh: remove xreadlink-with-size.
18604
18605 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
18608         method that I hope also handles the double-include problem noted
18609         by Bruno Haible in
18610         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
18611
18612 2007-06-23  Bruno Haible  <bruno@clisp.org>
18613
18614         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
18615         Don't let the 'mostlyclean' target fail if the last subdirectory could
18616         not be removed.
18617         Reported by Karl Berry.
18618
18619 2007-06-23  Bruno Haible  <bruno@clisp.org>
18620
18621         * gnulib-tool (echo): Add a speedier workaround for ksh.
18622         * tests/test-echo.sh: Likewise.
18623
18624 2007-06-23  Bruno Haible  <bruno@clisp.org>
18625
18626         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
18627         * tests/test-echo.sh: Likewise.
18628
18629 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18630
18631         * gnulib-tool (IFS): Initialize early, so we don't set it to
18632         empty later.
18633         (self_abspathname): Rewrite algorithm to set it, reindent.
18634         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
18635         (func_create_megatestdir): Merge some sed scripts.
18636
18637 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
18640         exposed by Sun Studio 11 cc on Solaris 8.
18641
18642 2007-06-22  Bruno Haible  <bruno@clisp.org>
18643
18644         * gnulib-tool (echo): Ensure the echo primitive does not interpret
18645         backslashes.
18646         * tests/test-echo.sh: New file.
18647
18648 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18649
18650         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
18651         simplify `sed_replace_build_aux' scripts, they are portable but
18652         echoing them with `echo' is not.
18653         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
18654
18655 2007-06-21  Karl Berry  <karl@gnu.org>
18656
18657         * config/srclist.txt: guess we can't handle the licenses via
18658         srclist at the moment.
18659
18660 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18661
18662         * MODULES.html.sh: Add include_next.
18663         * modules/include_next: New file.
18664
18665 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18666
18667         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
18668         INCLUDE_NEXT.
18669         (gl_CHECK_NEXT_HEADERS): New macro.
18670         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
18671         the obsolescent gl_ABSOLUTE_HEADER.
18672         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
18673         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
18674         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
18675         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
18676         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
18677         * m4/math_h.m4 (gl_MATH_H): Likewise.
18678         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
18679         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
18680         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
18681         * m4/stdint.m4 (gl_STDINT_H): Likewise.
18682         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
18683         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
18684         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
18685         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18686         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
18687         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
18688         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
18689         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
18690         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
18691         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
18692         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
18693         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
18694         * m4/inttypes.m4 (gl_INTTYPES_H): Define
18695         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
18696         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
18697         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
18698         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
18699         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
18700         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
18701         * lib/float_.h: Likewise.
18702         * lib/inttypes_.h: Likewise.
18703         * lib/math_.h: Likewise.
18704         * lib/search_.h: Likewise.
18705         * lib/signal_.h: Likewise.
18706         * lib/stdint_.h: Likewise.
18707         * lib/stdio_.h: Likewise.
18708         * lib/stdlib_.h: Likewise.
18709         * lib/string_.h: Likewise.
18710         * lib/sys_stat_.h: Likewise.
18711         * lib/sys_time_.h: Likewise.
18712         * lib/time_.h: Likewise.
18713         * lib/unistd_.h: Likewise.
18714         * lib/wchar_.h: Likewise.
18715         * lib/wctype_.h: Likewise.
18716         * lib/dirent_.h: Likewise.
18717         * lib/iconv_.h: Likewise.
18718         * lib/locale_.h: Likewise.
18719         * lib/netinet_in_.h: Likewise.
18720         * lib/sys_select_.h: Likewise.
18721         * lib/sys_socket_.h: Likewise.
18722         * lib/sysexits_.h: Likewise.
18723         * modules/fcntl (Depends-on): Depend on include_next, not
18724         absolute_header.
18725         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
18726         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
18727         * modules/fchdir: Likewise.
18728         * modules/float: Likewise.
18729         * modules/iconv_open: Likewise.
18730         * modules/inttypes: Likewise.
18731         * modules/locale: Likewise.
18732         * modules/math: Likewise.
18733         * modules/netinet_in: Likewise.
18734         * modules/search: Likewise.
18735         * modules/signal: Likewise.
18736         * modules/stdint: Likewise.
18737         * modules/stdio: Likewise.
18738         * modules/stdlib: Likewise.
18739         * modules/string: Likewise.
18740         * modules/sys_select: Likewise.
18741         * modules/sys_socket: Likewise.
18742         * modules/sys_stat: Likewise.
18743         * modules/sys_time: Likewise.
18744         * modules/sysexits: Likewise.
18745         * modules/time: Likewise.
18746         * modules/unistd: Likewise.
18747         * modules/wchar: Likewise.
18748         * modules/wctype: Likewise.
18749         * modules/sys_stat: Change maintainer to "all".
18750         * modules/unistd: Likewise.
18751
18752 2007-06-20  Karl Berry  <karl@gnu.org>
18753
18754         * config/srclist.txt: track www changes in license files.
18755
18756 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
18757
18758         * build-aux/bootstrap: Remove stray dot.
18759         Make sure build_aux settings are honored when linking
18760         gnulib_extra_files.
18761
18762 2007-06-19  Eric Blake  <ebb9@byu.net>
18763
18764         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
18765         Allow compilation on cygwin.
18766
18767 2007-06-19  Jim Meyering  <jim@meyering.net>
18768
18769         xreadlink-with-size: Remove module.  No longer used.
18770         Ex-callers now use xreadlink or mreadlink-with-size.
18771         * modules/xreadlink-with-size: Remove module.
18772         * lib/xreadlink-with-size.c: Remove file.
18773         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
18774         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
18775         just before the function definition *is* accurate.
18776
18777         Eliminate one way canonicalize_filename_mode could exit.
18778         * lib/canonicalize.c (canonicalize_filename_mode):
18779         Use mreadlink_with_size, not xreadlink_with_size.
18780
18781 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
18782
18783         Detect porting problems to FreeBSD/arm, which has time_t wider than
18784         long int.  Original problem reported for GNU diff by Xin Li in
18785         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
18786         * modules/getdate (Depends-on): Add intprops, verify.
18787         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
18788         is an integer type no wider than long int.
18789
18790 2007-06-18  Jim Meyering  <jim@meyering.net>
18791
18792         New module: mreadlink-with-size.
18793         * MODULES.html.sh: Add mreadlink-with-size.
18794         * modules/mreadlink-with-size: New module
18795         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
18796         not xreadlink-with-size.
18797         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
18798
18799 2007-06-16  Bruno Haible  <bruno@clisp.org>
18800
18801         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
18802         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
18803         Reported by Gary V. Vaughan <gary@gnu.org>.
18804
18805 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         Revamp lchown so that it lives in unistd.h where it belongs.
18808         * lib/lchown.h: Remove.
18809         * lib/dirchownmod.c: Don't include lib/lchown.h.
18810         * lib/fchownat.c: Likewise.
18811         * lib/openat.c: Likewise.
18812         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
18813         does not follow symlinks.
18814         (EOPNOTSUPP): Define if not defined.
18815         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
18816         is defined to 0.
18817         (lchown): New decl.
18818         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
18819         Do not check for lchown decl.
18820         Set REPLACE_LCHOWN.
18821         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
18822         REPLACE_LCHOWN.
18823         * modules/chown: Make it clear it follows symlinks.
18824         * modules/lchown: Make it clear it doesn't follow symlinks.
18825         (Files): Remove lib/lchown.h
18826         (Depends-on): Add unistd.
18827         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
18828         (Include): Include <unistd.h>, not "lchown.h".
18829         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
18830         REPLACE_LCHOWN.
18831
18832 2007-06-15  Jim Meyering  <jim@meyering.net>
18833
18834         Change license (GPL to LGPL) of fsusage and dependents.
18835         * modules/fsusage (License): Change to LGPL.
18836         * modules/full-read (License): Likewise.
18837         * modules/full-write (License): Likewise.
18838         * modules/safe-read (License): Likewise.
18839         * modules/safe-write (License): Likewise.
18840
18841 2007-06-14  Ben Pfaff  <blp@gnu.org>
18842
18843         Missing part of allocsa -> malloca transition.
18844         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
18845         gl_MALLOCA.
18846
18847 2007-06-12  Bruno Haible  <bruno@clisp.org>
18848
18849         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
18850         to ia64, x86_64, i386.
18851         Reported by Eric Blake.
18852
18853 2007-06-12  Bruno Haible  <bruno@clisp.org>
18854
18855         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
18856         cross-compiling to x86_64.
18857
18858 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
18859
18860         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
18861         glitch reported by Ralf Wildenhues in
18862         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
18863
18864         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
18865         Vin Shelton.
18866
18867 2007-06-11  Bruno Haible  <bruno@clisp.org>
18868
18869         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
18870         replacement string.
18871         Reported by Eric Blake.
18872
18873 2007-06-10  Bruno Haible  <bruno@clisp.org>
18874
18875         Prepare vasnprintf code for use with Unicode strings.
18876         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
18877         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
18878         TYPE_U32_STRING.
18879         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
18880         a_u32_string variants.
18881         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18882         * lib/printf-args.c: Don't include config.h and the specification
18883         header if PRINTF_FETCHARGS is already defined.
18884         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
18885         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
18886         TYPE_U16_STRING, TYPE_U32_STRING.
18887         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
18888         u16_directive, u16_directives, u32_directive, u32_directives): New
18889         types.
18890         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
18891         New declarations.
18892         * lib/printf-parse.c: Don't include config.h and the specification
18893         header if PRINTF_PARSE is already defined. Eliminate the set of
18894         parameters for WIDE_CHAR_VERSION; the user of this file must provide
18895         them now. Include c-ctype.h.
18896         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
18897         directive and CHAR_T_ONLY_ASCII.
18898         * lib/vasnprintf.c: Don't include config.h and the specification header
18899         if VASNPRINTF is already defined.
18900         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
18901         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
18902         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
18903         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
18904         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
18905         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
18906         code accordingly.
18907         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
18908         pad_ourselves also in this case, with the 'c' and 's' directives, and
18909         with a different notion of "width".
18910         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
18911
18912 2007-06-10  Bruno Haible  <bruno@clisp.org>
18913
18914         * modules/unistr/u32-mbsnlen: New file.
18915         * lib/unistr/u32-mbsnlen.c: New file.
18916
18917         * modules/unistr/u16-mbsnlen: New file.
18918         * lib/unistr/u16-mbsnlen.c: New file.
18919
18920         * modules/unistr/u8-mbsnlen: New file.
18921         * lib/unistr/u8-mbsnlen.c: New file.
18922
18923         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
18924         declarations.
18925
18926 2007-06-10  Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/string_.h (mbsnlen): New declaration.
18929         * lib/mbsnlen.c: New file.
18930         * m4/mbsnlen.m4: New file.
18931         * modules/mbsnlen: New file.
18932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
18933         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
18934         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
18935
18936 2007-06-10  Bruno Haible  <bruno@clisp.org>
18937
18938         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
18939
18940 2007-06-10  Bruno Haible  <bruno@clisp.org>
18941
18942         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
18943         * lib/mbuiter.h: Likewise.
18944
18945 2007-06-10  Bruno Haible  <bruno@clisp.org>
18946
18947         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
18948         declaration.
18949
18950 2007-06-10  Karl Berry  <karl@gnu.org>
18951
18952         * config/srclist.txt: remove gettext entries, Bruno prefers
18953         to update individually.
18954
18955 2007-06-10  Bruno Haible  <bruno@clisp.org>
18956
18957         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
18958         'maxlen'. Ensure only length + width bytes are allocated, not
18959         length + 1 + width.
18960
18961 2007-06-09  Bruno Haible  <bruno@clisp.org>
18962
18963         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
18964         (CHAR_T): Remove macro.
18965         (VASNPRINTF): Update.
18966
18967 2007-06-09  Bruno Haible  <bruno@clisp.org>
18968
18969         * MODULES.html.sh (Unicode string functions): Add the new modules.
18970
18971         * modules/uniconv/u32-conv-to-enc: New file.
18972         * lib/uniconv/u32-conv-to-enc.c: New file.
18973         * modules/uniconv/u32-conv-to-enc-tests: New file.
18974         * tests/uniconv/test-u32-conv-to-enc.c: New file.
18975
18976         * modules/uniconv/u16-conv-to-enc: New file.
18977         * lib/uniconv/u16-conv-to-enc.c: New file.
18978         * lib/uniconv/u-conv-to-enc.h: New file.
18979         * modules/uniconv/u16-conv-to-enc-tests: New file.
18980         * tests/uniconv/test-u16-conv-to-enc.c: New file.
18981
18982         * modules/uniconv/u8-conv-to-enc: New file.
18983         * lib/uniconv/u8-conv-to-enc.c: New file.
18984         * modules/uniconv/u8-conv-to-enc-tests: New file.
18985         * tests/uniconv/test-u8-conv-to-enc.c: New file.
18986
18987         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
18988         u32_conv_to_encoding): New declarations.
18989
18990 2007-06-09  Bruno Haible  <bruno@clisp.org>
18991
18992         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
18993
18994 2007-06-09  Bruno Haible  <bruno@clisp.org>
18995
18996         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
18997         * modules/malloca: Renamed from modules/allocsa, updated.
18998         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
18999         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
19000         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
19001         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
19002         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
19003         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
19004         * modules/xmalloca: Renamed from modules/xallocsa, updated.
19005         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
19006         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
19007         * modules/c-strcasestr (Depends-on): Update.
19008         * lib/c-strcasestr.c: Update.
19009         * modules/c-strstr (Depends-on): Update.
19010         * lib/c-strstr.c: Update.
19011         * modules/canonicalize-lgpl (Depends-on): Update.
19012         * lib/canonicalize-lgpl.c: Update.
19013         * modules/clean-temp (Depends-on): Update.
19014         * lib/clean-temp.c: Update.
19015         * modules/csharpcomp (Depends-on): Update.
19016         * lib/csharpcomp.c: Update.
19017         * modules/csharpexec (Depends-on): Update.
19018         * lib/csharpexec.c: Update.
19019         * modules/javacomp (Depends-on): Update.
19020         * lib/javacomp.c: Update.
19021         * modules/javaexec (Depends-on): Update.
19022         * lib/javaexec.c: Update.
19023         * modules/mbscasestr (Depends-on): Update.
19024         * lib/mbscasestr.c: Update.
19025         * modules/mbsstr (Depends-on): Update.
19026         * lib/mbsstr.c: Update.
19027         * modules/setenv (Depends-on): Update.
19028         * lib/setenv.c: Update.
19029         * modules/strcasestr (Depends-on): Update.
19030         * lib/strcasestr.c: Update.
19031         * modules/striconveha (Depends-on): Update.
19032         * lib/striconveha.c: Update.
19033         * modules/relocatable-prog-wrapper (Files): Update.
19034         * lib/relocwrapper.c: Update.
19035         * build-aux/install-reloc: Update.
19036         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
19037
19038 2007-06-08  Bruno Haible  <bruno@clisp.org>
19039
19040         Port to uClibc.
19041         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
19042         * lib/fpurge.c (fpurge): Likewise.
19043         * lib/freading.c (freading): Likewise.
19044         * lib/fseeko.c (rpl_fseeko): Likewise.
19045         * lib/fseterr.c (fseterr): Likewise.
19046         * lib/fwriting.c (fwriting): Likewise.
19047         * tests/test-fflush.c (main): Avoid a failure on uClibc.
19048
19049 2007-06-08  Bruno Haible  <bruno@clisp.org>
19050
19051         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
19052         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
19053         * modules/gettext (Files): Add m4/intlmacosx.m4.
19054
19055 2007-06-07  Bruno Haible  <bruno@clisp.org>
19056
19057         * modules/localename-tests: New file.
19058         * tests/test-localename.c: New file.
19059
19060         New module 'localename'.
19061         * lib/localename.h: New file.
19062         * lib/localename.c: New file, from GNU gettext.
19063         * m4/localename.m4: New file.
19064         * modules/localename: New file.
19065
19066 2007-06-07  Bruno Haible  <bruno@clisp.org>
19067
19068         Work around the lack of <wchar.h> on some builds of uClibc.
19069         * doc/headers/wchar.texi: Update.
19070         * lib/wchar_.h: Include <wchar.h> only if it exists.
19071         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
19072         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
19073         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
19074         doesn't exist.
19075         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
19076         * modules/mbfile (Depends-on): Add wchar.
19077         * modules/mbiter (Depends-on): Likewise.
19078         * modules/mbuiter (Depends-on): Likewise.
19079         Reported by Simon Josefsson.
19080
19081 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19082
19083         Work around problem reported by Steven M. Schweda in
19084         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
19085         Tru64 5.1B with the Compaq compiler environment installed declares
19086         an 'isblank' function but does not define it in the C library.
19087         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
19088         * lib/regex_internal.h (isblank): Likewise.
19089         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
19090         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
19091
19092 2007-06-05  Bruno Haible  <bruno@clisp.org>
19093
19094         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
19095         ia64.
19096         * modules/printf-safe: New file.
19097         * modules/fprintf-posix (Depends-on): Add printf-safe.
19098         * modules/printf-posix (Depends-on): Likewise.
19099         * modules/snprintf-posix (Depends-on): Likewise.
19100         * modules/sprintf-posix (Depends-on): Likewise.
19101         * modules/vasnprintf-posix (Depends-on): Likewise.
19102         * modules/vasprintf-posix (Depends-on): Likewise.
19103         * modules/vfprintf-posix (Depends-on): Likewise.
19104         * modules/vprintf-posix (Depends-on): Likewise.
19105         * modules/vsnprintf-posix (Depends-on): Likewise.
19106         * modules/vsprintf-posix (Depends-on): Likewise.
19107         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
19108         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
19109         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
19110         "no" on i386, x86_64, ia64.
19111         * tests/test-snprintf-posix.h (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-sprintf-posix.h (LDBL80_WORDS): New macro.
19115         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19116         on i386, x86_64, ia64.
19117         * tests/test-vasnprintf-posix.c: Include float.h.
19118         (LDBL80_WORDS): New macro.
19119         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19120         on i386, x86_64, ia64.
19121         * tests/test-vasprintf-posix.c: Include float.h.
19122         (LDBL80_WORDS): New macro.
19123         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
19124         on i386, x86_64, ia64.
19125         * tests/test-snprintf-posix.c: Include float.h.
19126         * tests/test-sprintf-posix.c: Likewise.
19127         * tests/test-vsnprintf-posix.c: Likewise.
19128         * tests/test-vsprintf-posix.c: Likewise.
19129
19130 2007-06-05  Bruno Haible  <bruno@clisp.org>
19131
19132         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
19133         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
19134         non-IEEE numbers on i386, x86_64, ia64.
19135         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
19136         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
19137         * tests/test-isnanl.h: Include float.h.
19138         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
19139
19140 2007-06-05  Bruno Haible  <bruno@clisp.org>
19141
19142         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
19143         also the %a / %A. Handle the %a / %A code before this extra handling.
19144
19145 2007-06-05  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
19148         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
19149
19150 2007-06-05  Bruno Haible  <bruno@clisp.org>
19151
19152         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
19153         typo in variable name.
19154
19155 2007-06-05  Eric Blake  <ebb9@byu.net>
19156
19157         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
19158         Reported by Simon Josefsson.
19159
19160 2007-06-04  Bruno Haible  <bruno@clisp.org>
19161
19162         Avoid test failures on some PowerPC platforms.
19163         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
19164         Define differently for PowerPC.
19165         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
19166         Reported by Gary V. Vaughan <gary@gnu.org>.
19167
19168 2007-06-02  Bruno Haible  <bruno@clisp.org>
19169
19170         Fix test-stdint failure on FreeBSD/ia64.
19171         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
19172         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
19173         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
19174         * doc/headers/stdint.texi: Update.
19175
19176 2007-06-01  Bruno Haible  <bruno@clisp.org>
19177
19178         * tests/test-binary-io.c (main): Pass a third argument to open().
19179         Reported by Gary V. Vaughan <gary@gnu.org>.
19180
19181 2007-06-01  Bruno Haible  <bruno@clisp.org>
19182
19183         * doc/functions/frexpl.texi: Update for mingw.
19184
19185 2007-06-01  Bruno Haible  <bruno@clisp.org>
19186
19187         * tests/test-lseek.c (main): Disable test of errno for invalid third
19188         argument.
19189         * doc/functions/lseek.texi: Update.
19190         Reported by Gary V. Vaughan <gary@gnu.org>.
19191
19192 2007-05-28  Bruno Haible  <bruno@clisp.org>
19193
19194         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
19195
19196 2007-05-31  Eric Blake  <ebb9@byu.net>
19197
19198         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
19199         cross compiling.
19200
19201 2007-05-30  Eric Blake  <ebb9@byu.net>
19202         and Bruno Haible  <bruno@clisp.org>
19203
19204         Work around mingw test failures exposed by m4-1.4.9b.
19205         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
19206         * tests/test-unistd.c: Disable uid_t and git_t tests for the
19207         moment.
19208
19209 2007-05-30  Bruno Haible  <bruno@clisp.org>
19210
19211         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
19212         assuming that they are closed. Needed on HP-UX 11.
19213
19214 2007-05-29  Bruno Haible  <bruno@clisp.org>
19215
19216         Fix a problem with #include_next.
19217         * lib/dirent_.h: Split the double-inclusion guard.
19218         * lib/fcntl_.h: Likewise.
19219         * lib/float_.h: Likewise.
19220         * lib/iconv_.h: Likewise.
19221         * lib/inttypes_.h: Likewise.
19222         * lib/locale_.h: Likewise.
19223         * lib/math_.h: Likewise.
19224         * lib/netinet_in_.h: Likewise.
19225         * lib/search_.h: Likewise.
19226         * lib/signal_.h: Likewise.
19227         * lib/stdint_.h: Likewise.
19228         * lib/stdio_.h: Likewise.
19229         * lib/stdlib_.h: Likewise.
19230         * lib/string_.h: Likewise.
19231         * lib/sys_select_.h: Likewise.
19232         * lib/sys_socket_.h: Likewise.
19233         * lib/sys_stat_.h: Likewise.
19234         * lib/sys_time_.h: Likewise.
19235         * lib/sysexits_.h: Likewise.
19236         * lib/time_.h: Likewise.
19237         * lib/unistd_.h: Likewise.
19238         * lib/wchar_.h: Likewise.
19239         * lib/wctype_.h: Likewise.
19240
19241 2007-05-29  Bruno Haible  <bruno@clisp.org>
19242
19243         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
19244         for the moment.
19245
19246 2007-05-29  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
19249         invocation.
19250         Reported by Eric Blake.
19251
19252 2007-05-29  Bruno Haible  <bruno@clisp.org>
19253
19254         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
19255         compiling case.
19256
19257 2007-05-29  Eric Blake  <ebb9@byu.net>
19258             Bruno Haible  <bruno@clisp.org>
19259
19260         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
19261         cross compiles.
19262
19263 2007-05-28  Eric Blake  <ebb9@byu.net>
19264
19265         * modules/closein-tests (test_closein_LDADD): Support test on
19266         cygwin with libtool.
19267
19268 2007-05-28  Bruno Haible  <bruno@clisp.org>
19269
19270         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
19271         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
19272         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
19273         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
19274         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
19275         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
19276         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
19277         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
19278         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
19279
19280 2007-05-28  Eric Blake  <ebb9@byu.net>
19281
19282         Unconditionally include <config.h> in unit tests.
19283         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
19284         * tests/test-allocsa.c, tests/test-arcfour.c,
19285         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
19286         tests/test-array_list.c, tests/test-array_oset.c,
19287         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
19288         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
19289         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
19290         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
19291         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
19292         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
19293         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
19294         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
19295         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
19296         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
19297         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
19298         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
19299         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
19300         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
19301         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
19302         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
19303         test-md5.c, test-memmem.c, test-printf-posix.c,
19304         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
19305         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
19306         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
19307         test-strcasestr.c, test-striconv.c, test-striconveh.c,
19308         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
19309         test-vasnprintf-posix2.c, test-vasnprintf.c,
19310         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
19311         test-vfprintf-posix.c, test-vprintf-posix.c,
19312         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
19313         test-xvasprintf.c: Likewise.
19314
19315 2007-05-28  Bruno Haible  <bruno@clisp.org>
19316
19317         * gnulib-tool (func_import): Remember the --with-tests command-line
19318         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
19319         Reported by Eric Blake.
19320
19321 2007-05-28  Bruno Haible  <bruno@clisp.org>
19322
19323         * modules/ftell-tests: New file.
19324         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
19325         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
19326
19327         * lib/ftell.c: New file.
19328         * modules/ftell: New file.
19329         * m4/ftell.m4: New file.
19330         * doc/functions/ftell.texi: Update.
19331         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
19332         REPLACE_FTELL.
19333         * lib/stdio_.h (rpl_ftell): New declaration.
19334         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
19335         REPLACE_FTELL.
19336
19337 2007-05-28  Eric Blake  <ebb9@byu.net>
19338
19339         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
19340
19341 2007-05-28  Bruno Haible  <bruno@clisp.org>
19342
19343         * modules/fseek-tests: New file.
19344         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
19345         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
19346
19347         * lib/fseek.c: New file.
19348         * modules/fseek: New file.
19349         * m4/fseek.m4: New file.
19350         * doc/functions/fseek.texi: Update.
19351         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
19352         REPLACE_FSEEK.
19353         * lib/stdio_.h (rpl_fseek): New declaration.
19354         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
19355         REPLACE_FSEEK.
19356
19357 2007-05-28  Bruno Haible  <bruno@clisp.org>
19358
19359         * lib/stdio_.h (fflush): More comments.
19360
19361 2007-05-28  Bruno Haible  <bruno@clisp.org>
19362
19363         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
19364         runtime test.
19365
19366 2007-05-28  Eric Blake  <ebb9@byu.net>
19367
19368         Improve lseek module.
19369         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
19370         * lib/unistd_.h (lseek): Scale back link warning message.
19371         * tests/test-lseek.c: Beef up test.
19372         * tests/test-lseek.sh: Exercise more facets of lseek.
19373         Reported by Bruno Haible.
19374
19375 2007-05-28  Bruno Haible  <bruno@clisp.org>
19376
19377         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
19378         to define.
19379
19380 2007-05-27  Bruno Haible  <bruno@clisp.org>
19381
19382         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
19383
19384 2007-05-27  Bruno Haible  <bruno@clisp.org>
19385
19386         * modules/openmp: New file.
19387         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
19388         Noah Misch.
19389
19390 2007-05-26  Bruno Haible  <bruno@clisp.org>
19391
19392         * modules/chdir-long (Depends-on): Add fchdir.
19393         * modules/chdir-safer (Depends-on): Likewise.
19394         * modules/fts (Depends-on): Likewise.
19395         * modules/fts-lgpl (Depends-on): Likewise.
19396         * modules/openat (Depends-on): Likewise.
19397         * modules/savewd (Depends-on): Likewise.
19398
19399 2007-05-24  Eric Blake  <ebb9@byu.net>
19400
19401         Fix lseek on mingw.
19402         * modules/lseek: New module.
19403         * m4/lseek.m4: New file.
19404         * lib/lseek.c: New file.
19405         * modules/lseek-tests: New file.
19406         * tests/test-lseek.c: New file.
19407         * tests/test-lseek.sh: New file.
19408         * MODULES.html.sh: Document lseek module.
19409         * modules/fflush (Depends-on): Add lseek, fseeko.
19410         * modules/fseeko (Depends-on): Likewise.
19411         * modules/ftello (Depends-on): Likewise.
19412         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
19413         broken.
19414         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
19415         broken.
19416         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
19417         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
19418         * lib/ftello.c (rpl_ftello): Likewise.
19419         * tests/test-fseeko.c (main): Test this.
19420         * tests/test-fseeko.sh: Likewise.
19421         * tests/test-ftello.c (main): Likewise.
19422         * tests/test-ftello.sh: Likewise.
19423         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
19424         implies replacing fseek.
19425         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
19426         HAVE_FTELLO.
19427         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
19428         * modules/unistd (Makefile.am): Likewise.
19429         * lib/unistd_.h (lseek): Declare a replacement.
19430         * doc/functions/lseek.texi (lseek): Document this fix.
19431         * doc/functions/fseek.texi (fseek): Likewise.
19432         * doc/functions/ftell.texi (ftell): Likewise.
19433
19434 2007-05-24  Bruno Haible  <bruno@clisp.org>
19435
19436         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
19437         in the printed representation of a NaN.
19438         * tests/test-vasprintf-posix.c (test_function): Likewise.
19439         * tests/test-snprintf-posix.h (test_function): Likewise.
19440         * tests/test-sprintf-posix.h (test_function): Likewise.
19441         Reported by Eric Blake.
19442
19443 2007-05-23  Eric Blake  <ebb9@byu.net>
19444
19445         Fix fseeko/ftello on cygwin 1.5.24.
19446         * doc/functions/fseeko.texi (fseeko): Document the fix.
19447         * doc/functions/ftello.texi (ftello): Document the fix.
19448         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
19449         * doc/functions/stdout.text (stdout): New file.
19450         * doc/functions/stderr.text (stderr): New file.
19451         * doc/gnulib.texi (Function Substitutes): Use new files.
19452         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
19453         prior to 1.7.0.
19454         * tests/test-ftello.c (main): Likewise for ftello.
19455         * tests/test-fseeko.sh: New file.
19456         * tests/test-ftello.sh: New file.
19457         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
19458         with seekable stdin.
19459         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
19460         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
19461         (gl_REPLACE_FSEEKO): New macro.
19462         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
19463         * modules/fseeko (Files): Distribute fseeko.c.
19464         * modules/ftello (Files): Distribute ftello.c.
19465         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
19466         mode.
19467         * lib/ftello.c (rpl_ftello): New file.
19468         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
19469         fseeko, ftello.
19470         (gl_STDIN_LARGE_OFFSET): New macro.
19471         * modules/stdio (Makefile.am): Perform the replacement.
19472         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
19473
19474 2007-05-23  Bruno Haible  <bruno@clisp.org>
19475
19476         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
19477         GNULIB_POSIXCHECK is defined.
19478
19479 2007-05-21  Bruno Haible  <bruno@clisp.org>
19480
19481         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
19482         Check also the output for NaN arguments. When cross-compiling, guess
19483         no on IRIX.
19484         * lib/vasnprintf.c: Update comments.
19485         * tests/test-vasnprintf-posix.c (strisnan): New function.
19486         (test_function): Use it.
19487         * tests/test-vasprintf-posix.c (strisnan): New function.
19488         (test_function): Use it.
19489         * tests/test-snprintf-posix.h (strisnan): New function.
19490         (test_function): Use it.
19491         * tests/test-sprintf-posix.h (strisnan): New function.
19492         (test_function): Use it.
19493         Reported by Eric Blake.
19494
19495 2007-05-20  Bruno Haible  <bruno@clisp.org>
19496
19497         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
19498         numbers that fails on BeOS.
19499         * doc/functions/frexpl.texi: Update.
19500
19501 2007-05-20  Jim Meyering  <jim@meyering.net>
19502
19503         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
19504         forced upon us by glibc-2.6.
19505
19506 2007-05-20  Bruno Haible  <bruno@clisp.org>
19507
19508         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
19509         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
19510         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
19511         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
19512         NEED_PRINTF_INFINITE.
19513         (is_infinitel): New function.
19514         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
19515         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
19516         gl_PREREQ_VASNPRINTF_INFINITE.
19517         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
19518         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19519         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
19520         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
19521         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
19522         gl_PREREQ_VASNPRINTF_INFINITE.
19523         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19524         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19525         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19526         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19527         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19528         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19529         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19530         * doc/functions/fprintf.texi: Update.
19531         * doc/functions/printf.texi: Update.
19532         * doc/functions/snprintf.texi: Update.
19533         * doc/functions/sprintf.texi: Update.
19534         * doc/functions/vfprintf.texi: Update.
19535         * doc/functions/vprintf.texi: Update.
19536         * doc/functions/vsnprintf.texi: Update.
19537         * doc/functions/vsprintf.texi: Update.
19538
19539 2007-05-20  Bruno Haible  <bruno@clisp.org>
19540
19541         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
19542         was not found in libc.
19543         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
19544
19545 2007-05-20  Bruno Haible  <bruno@clisp.org>
19546
19547         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19548         printed as "-nan" instead of "nan".
19549         * tests/test-vasprintf-posix.c (test_function): Likewise.
19550         * tests/test-snprintf-posix.h (test_function): Likewise.
19551         * tests/test-sprintf-posix.h (test_function): Likewise.
19552         Needed for HP-UX 11.
19553
19554 2007-05-20  Jim Meyering  <jim@meyering.net>
19555
19556         Fix buggy test for the fchownat-deref bug.
19557         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
19558         symlink required for the run-test.  Without it, this test would
19559         always declare that fchownat doesn't work, and client code would
19560         unnecessarily use the replacement function with fixed libc.
19561         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
19562         Reported by Greg Schafer.
19563
19564 2007-05-19  Bruno Haible  <bruno@clisp.org>
19565
19566         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
19567         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
19568         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
19569         Needed for IRIX 6.5 and Solaris 2.5.1.
19570
19571 2007-05-19  Bruno Haible  <bruno@clisp.org>
19572
19573         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
19574         (test_function): Skip tests involving -0.0 on platforms where
19575         -0.0 = 0.0.
19576         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
19577         (test_function): Skip tests involving -0.0 on platforms where
19578         -0.0 = 0.0.
19579         * tests/test-snprintf-posix.h (have_minus_zero): New function.
19580         (test_function): Skip tests involving -0.0 on platforms where
19581         -0.0 = 0.0.
19582         * tests/test-sprintf-posix.h (have_minus_zero): New function.
19583         (test_function): Skip tests involving -0.0 on platforms where
19584         -0.0 = 0.0.
19585         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
19586         tests.
19587         * tests/test-printf-posix.h (test_function): Likewise.
19588         * tests/test-printf-posix.output: Remove all -0.0 related results.
19589         Needed for IRIX 6.5.
19590
19591 2007-05-19  Bruno Haible  <bruno@clisp.org>
19592
19593         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
19594         printed as "nan0x7fffffff" instead of "nan".
19595         * tests/test-vasprintf-posix.c (test_function): Likewise.
19596         * tests/test-snprintf-posix.h (test_function): Likewise.
19597         * tests/test-sprintf-posix.h (test_function): Likewise.
19598         * tests/test-fprintf-posix.h (NaN): Remove macro.
19599         (test_function): Remove all NaN related tests.
19600         * tests/test-printf-posix.h (NaN): Remove macro.
19601         (test_function): Remove all NaN related tests.
19602         * tests/test-printf-posix.output: Remove all NaN related results.
19603         Needed for IRIX 6.5.
19604
19605 2007-05-19  Bruno Haible  <bruno@clisp.org>
19606
19607         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
19608         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
19609
19610 2007-05-19  Bruno Haible  <bruno@clisp.org>
19611
19612         * lib/float_.h: New file.
19613         * m4/float_h.m4: New file.
19614         * modules/float: New file.
19615         * modules/isnanl (Dependencies): Add float.
19616         * modules/isnanl-nolibm (Dependencies): Likewise.
19617         * modules/mathl (Dependencies): Likewise.
19618         * modules/printf-frexpl (Dependencies): Likewise.
19619         * modules/signbit (Dependencies): Likewise.
19620         * modules/vasnprintf (Dependencies): Likewise.
19621         * doc/headers/float.texi: Update.
19622
19623 2007-05-19  Jim Meyering  <jim@meyering.net>
19624
19625         * lib/utimens.c (gl_futimens): Rename from futimens,
19626         now that glibc-2.6 declares futimens.
19627         * lib/utimens.h: Likewise.
19628
19629 2007-05-19  Bruno Haible  <bruno@clisp.org>
19630
19631         Avoid test failures on mingw.
19632         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
19633         * tests/test-printf-posix.sh: Likewise.
19634         * tests/test-vfprintf-posix.sh: Likewise.
19635         * tests/test-vprintf-posix.sh: Likewise.
19636
19637 2007-05-19  Bruno Haible  <bruno@clisp.org>
19638
19639         Fix *printf result for NaN, Inf, -0.0 on mingw.
19640         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
19641         * lib/vasnprintf.c: Include math.h and isnan.h.
19642         (is_infinite_or_zero): New function.
19643         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
19644         values in the %f, %F, %e, %E, %g, %G directives.
19645         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
19646         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19647         gl_PRINTF_INFINITE and test its result. Invoke
19648         gl_PREREQ_VASNPRINTF_INFINITE.
19649         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19650         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19651         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19652         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19653         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19654         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19655         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19656         * doc/functions/fprintf.texi: Update.
19657         * doc/functions/printf.texi: Update.
19658         * doc/functions/snprintf.texi: Update.
19659         * doc/functions/sprintf.texi: Update.
19660         * doc/functions/vfprintf.texi: Update.
19661         * doc/functions/vprintf.texi: Update.
19662         * doc/functions/vsnprintf.texi: Update.
19663         * doc/functions/vsprintf.texi: Update.
19664
19665 2007-05-19  Bruno Haible  <bruno@clisp.org>
19666
19667         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
19668         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
19669         Instead of multiplying with 10^k, set extra_zeroes to k.
19670         (scale10_round_long_double): Remove function.
19671
19672 2007-05-18  Bruno Haible  <bruno@clisp.org>
19673
19674         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
19675         introduced on 2007-05-06.
19676
19677 2007-05-18  Bruno Haible  <bruno@clisp.org>
19678
19679         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
19680         %g directives.
19681         * tests/test-vasprintf-posix.c (test_function): Likewise.
19682         * tests/test-snprintf-posix.h (test_function): Likewise.
19683         * tests/test-sprintf-posix.h (test_function): Likewise.
19684
19685 2007-05-18  Bruno Haible  <bruno@clisp.org>
19686
19687         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
19688         (strmatch): New function.
19689         (test_function): Test the %f directive on numbers of various exponents.
19690         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
19691         (strmatch): New function.
19692         (test_function): Test the %f directive on numbers of various exponents.
19693         * tests/test-snprintf-posix.h (strmatch): New function.
19694         (test_function): Test the %f directive on numbers of various exponents.
19695         * tests/test-sprintf-posix.h (strmatch): New function.
19696         (test_function): Test the %f directive on numbers of various exponents.
19697         * tests/test-snprintf-posix.c (SIZEOF): New macro.
19698         * tests/test-sprintf-posix.c (SIZEOF): New macro.
19699         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
19700         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
19701
19702 2007-05-18  Bruno Haible  <bruno@clisp.org>
19703
19704         Add support for 'long double' number output.
19705         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
19706         * lib/vasnprintf.c: Include math.h and float+.h.
19707         (mp_limb_t): New type.
19708         (GMP_LIMB_BITS): New macro.
19709         (mp_twolimb_t): New type.
19710         (GMP_TWOLIMB_BITS): New macro.
19711         (mpn_t): New type.
19712         (multiply, divide, convert_to_decimal, decode_long_double,
19713         scale10_round_long_double, scale10_round_decimal_long_double,
19714         floorlog10l): New functions.
19715         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
19716         for the %f, %F, %e, %E, %g, %G directives.
19717         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
19718         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
19719         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
19720         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
19721         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
19722         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19723         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19724         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19725         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19726         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19727         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19728         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
19729         * modules/snprintf-posix (Depends-on): Likewise.
19730         * modules/sprintf-posix (Depends-on): Likewise.
19731         * modules/vasnprintf-posix (Depends-on): Likewise.
19732         * modules/vasprintf-posix (Depends-on): Likewise.
19733         * modules/vfprintf-posix (Depends-on): Likewise.
19734         * modules/vsnprintf-posix (Depends-on): Likewise.
19735         * modules/vsprintf-posix (Depends-on): Likewise.
19736         * modules/vasnprintf (Files): Add lib/float+.h.
19737         * doc/functions/fprintf.texi: Update.
19738         * doc/functions/printf.texi: Update.
19739         * doc/functions/snprintf.texi: Update.
19740         * doc/functions/sprintf.texi: Update.
19741         * doc/functions/vfprintf.texi: Update.
19742         * doc/functions/vprintf.texi: Update.
19743         * doc/functions/vsnprintf.texi: Update.
19744         * doc/functions/vsprintf.texi: Update.
19745
19746 2007-05-18  Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
19749
19750 2007-05-18  Bruno Haible  <bruno@clisp.org>
19751
19752         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
19753         for printing 64-bit integers. Needed for mingw.
19754
19755 2007-05-18  Bruno Haible  <bruno@clisp.org>
19756
19757         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
19758         gl_FUNC_FREXPL_WORKS.
19759         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
19760
19761 2007-05-18  Bruno Haible  <bruno@clisp.org>
19762
19763         * modules/frexpl-nolibm-tests: New file.
19764
19765         * modules/frexpl-nolibm: New file.
19766         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
19767
19768 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19769
19770         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
19771         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19772         GCC 4.2, which otherwise issues a lot of warnings.
19773         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
19774         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
19775         Likewise.
19776         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
19777         * modules/iconv_open (iconv.h): Likewise.
19778         * modules/locale (locale.h): Likewise.
19779         * modules/netinet_in (netinet/in.h): Likewise.
19780         * modules/sys_select (sys_select.h): Likewise.
19781         * modules/sys_socket (sys/socket.h): Likewise.
19782         * modules/sys_stat (sys/stat.h): Likewise.
19783         * modules/sysexits (sysexits.h): Likewise.
19784         * modules/unistd (unistd.h): Likewise.
19785
19786 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19787
19788         * modules/closein-tests (Makefile.am): Distribute
19789         `test-closein.sh'.
19790
19791 2007-05-17  Bruno Haible  <bruno@clisp.org>
19792
19793         * tests/test-printf-posix.output: Renamed from
19794         tests/test-fprintf-posix.out.
19795         * modules/fprintf-posix-tests: Update.
19796         * modules/printf-posix-tests: Update.
19797         * modules/vfprintf-posix-tests: Update.
19798         * modules/vprintf-posix-tests: Update.
19799         * tests/test-fprintf-posix.sh: Update.
19800         * tests/test-printf-posix.sh: Update.
19801         * tests/test-vfprintf-posix.sh: Update.
19802         * tests/test-vprintf-posix.sh: Update.
19803         Reported by Ralf Wildenhues.
19804
19805 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19806
19807         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
19808         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
19809         GCC 4.2, which otherwise issues a lot of warnings.
19810         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
19811         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
19812         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
19813         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
19814         it should no longer be needed.
19815         * lib/string_.h: Likewise.
19816         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
19817         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
19818         * modules/inttypes (inttypes.h): Likewise.
19819         * modules/math (math.h): Likewise.
19820         * modules/search (search.h): Likewise.
19821         * modules/signal (signal.h): Likewise.
19822         * modules/stdint (stdint.h): Likewise.
19823         * modules/stdio (stdio.h): Likewise.
19824         * modules/stdlib (stdlib.h): Likewise.
19825         * modules/string (string.h): Likewise.
19826         * modules/sys_time (sys/time.h): Likewise.
19827         * modules/time (time.h): Likewise.
19828         * modules/wchar (wchar.h): Likewise.
19829         * modules/wctype (wtype.h): Likewise.
19830
19831 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
19832
19833         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
19834
19835 2007-05-13  Bruno Haible  <bruno@clisp.org>
19836
19837         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
19838         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
19839         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
19840         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
19841         (gl_PREREQ_STRTOK_R): Don't require it here.
19842
19843 2007-05-13  Bruno Haible  <bruno@clisp.org>
19844
19845         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
19846         when used in C++ mode.
19847
19848 2007-05-12  Bruno Haible  <bruno@clisp.org>
19849
19850         * lib/linebuffer.h: Tweak doc.
19851         * lib/linebuffer.c: Likewise.
19852
19853 2007-05-12  James Youngman  <jay@gnu.org>
19854
19855         * lib/linebuffer.c (readlinebuffer_delim): New function,
19856         like readlinebuffer, but use a caller-specified delimiter.
19857         (readlinebuffer): Just call readlinebuffer_delim with '\n'
19858         as the delimiter.
19859         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
19860
19861 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
19862
19863         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
19864         * modules/openat (Files): Remove openat-die.c.
19865         (Depends-on): Add openat-die.
19866         * modules/openat-die: New module.
19867
19868 2007-05-06  Bruno Haible  <bruno@clisp.org>
19869
19870         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
19871         Update with info about Cygwin.
19872         * doc/functions/fprintf.texi: Update.
19873         * doc/functions/printf.texi: Update.
19874         * doc/functions/snprintf.texi: Update.
19875         * doc/functions/sprintf.texi: Update.
19876         * doc/functions/vfprintf.texi: Update.
19877         * doc/functions/vprintf.texi: Update.
19878         * doc/functions/vsnprintf.texi: Update.
19879         * doc/functions/vsprintf.texi: Update.
19880         Reported by Eric Blake.
19881
19882 2007-05-06  Bruno Haible  <bruno@clisp.org>
19883
19884         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
19885         padding ourselves for the floating-point directives.
19886         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
19887         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
19888         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19889         gl_PRINTF_FLAG_ZERO and test its result. Invoke
19890         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
19891         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19892         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19893         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19894         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19895         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19896         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19897         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19898         * tests/test-snprintf-posix.h (test_function): Also check the width
19899         and some flags in the %f directive.
19900         * tests/test-sprintf-posix.h (test_function): Likewise.
19901         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19902         * tests/test-vasprintf-posix.c (test_function): Likewise.
19903         * doc/functions/fprintf.texi: Update.
19904         * doc/functions/printf.texi: Update.
19905         * doc/functions/snprintf.texi: Update.
19906         * doc/functions/sprintf.texi: Update.
19907         * doc/functions/vfprintf.texi: Update.
19908         * doc/functions/vprintf.texi: Update.
19909         * doc/functions/vsnprintf.texi: Update.
19910         * doc/functions/vsprintf.texi: Update.
19911
19912 2007-05-06  Bruno Haible  <bruno@clisp.org>
19913
19914         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
19915         pass the ' flag character to sprintf or snprintf.
19916         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
19917         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
19918         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
19919         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
19920         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
19921         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
19922         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
19923         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
19924         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
19925         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
19926         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
19927         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
19928         * tests/test-snprintf-posix.h (test_function): Also check the grouping
19929         flag.
19930         * tests/test-sprintf-posix.h (test_function): Likewise.
19931         * tests/test-vasnprintf-posix.c (test_function): Likewise.
19932         * tests/test-vasprintf-posix.c (test_function): Likewise.
19933         * doc/functions/fprintf.texi: Update.
19934         * doc/functions/printf.texi: Update.
19935         * doc/functions/snprintf.texi: Update.
19936         * doc/functions/sprintf.texi: Update.
19937         * doc/functions/vfprintf.texi: Update.
19938         * doc/functions/vprintf.texi: Update.
19939         * doc/functions/vsnprintf.texi: Update.
19940         * doc/functions/vsprintf.texi: Update.
19941
19942 2007-05-01  Bruno Haible  <bruno@clisp.org>
19943
19944         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
19945
19946 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
19947
19948         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
19949         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
19950
19951 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
19952
19953         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
19954         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
19955         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
19956
19957 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
19958
19959         * lib/argp-help.c (struct hol_entry): New member `ord'.
19960         (HOL_ENTRY_PTRCMP): Use ord for comparison
19961         (hol_sort): Initialize ord.
19962
19963 2007-05-01  Bruno Haible  <bruno@clisp.org>
19964
19965         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
19966         Reported by Eric Blake.
19967         * doc/gnulib.texi (Function Substitutes): Update.
19968
19969 2007-05-01  Bruno Haible  <bruno@clisp.org>
19970
19971         * doc/functions.texi: Remove file, now redundant through
19972         doc/functions/*.texi.
19973
19974 2007-05-01  Bruno Haible  <bruno@clisp.org>
19975
19976         * modules/argp (Depends-on): Add sleep.
19977
19978 2007-05-01  Bruno Haible  <bruno@clisp.org>
19979
19980         * modules/sleep-tests: New file.
19981         * tests/test-sleep.c: New file.
19982
19983         * modules/sleep: New file.
19984         * lib/sleep.c: New file.
19985         * m4/sleep.m4: New file.
19986         * lib/unistd_.h (sleep): New declaration.
19987         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
19988         HAVE_SLEEP.
19989         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
19990         * doc/functions/sleep.texi: Document the sleep module.
19991
19992 2007-05-01  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/sigprocmask.h: Remove file.
19995         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
19996         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
19997         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
19998         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
19999         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
20000         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
20001         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
20002         HAVE_SIGSET_T as a shell variable.
20003         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
20004         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
20005         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
20006         (Depends-on): Add signal. Remove verify.
20007         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
20008         (Include): Mention <signal.h> instead of sigprocmask.h.
20009         * NEWS: Mention the change.
20010         * lib/fatal-signal.c: Don't include sigprocmask.h.
20011
20012 2007-05-01  Bruno Haible  <bruno@clisp.org>
20013
20014         * modules/signal: New file.
20015         * lib/signal_.h: New file.
20016         * m4/signal_h.m4: New file.
20017
20018 2007-05-01  Bruno Haible  <bruno@clisp.org>
20019
20020         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
20021         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
20022         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
20023         HAVE_WCTYPE_CTMP_BUG into wctype.h.
20024
20025 2007-05-01  Bruno Haible  <bruno@clisp.org>
20026
20027         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
20028         configure time.
20029         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
20030         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
20031         * modules/sys_stat (Makefile.am): Substitute their values into
20032         sys/stat.h.
20033
20034 2007-05-01  Bruno Haible  <bruno@clisp.org>
20035
20036         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
20037         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
20038         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
20039
20040 2007-05-01  Bruno Haible  <bruno@clisp.org>
20041
20042         * doc/header/assert.texi: Undo last change: don't mention the gnulib
20043         'assert' module here.
20044
20045 2007-05-01  Bruno Haible  <bruno@clisp.org>
20046
20047         * doc/functions/*.texi: New files.
20048         * doc/functions/google-ranking.txt: New file.
20049         * doc/gnulib.texi (Function Substitutes): New chapter.
20050         (ctime, inet_ntoa): Remove sections.
20051         * doc/ctime.texi: Remove file.
20052         * doc/inet_ntoa.texi: Remove file.
20053         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
20054         dependencies.
20055         (%.info): New rule, specifying a --reference-limit.
20056
20057 2007-05-01  Bruno Haible  <bruno@clisp.org>
20058
20059         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
20060
20061 2007-05-01  Bruno Haible  <bruno@clisp.org>
20062
20063         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
20064         the portability of 'mkdir' to mingw systems.
20065
20066 2007-05-01  Bruno Haible  <bruno@clisp.org>
20067
20068         * doc/headers/google-ranking.txt: New file.
20069
20070 2007-04-30  Eric Blake  <ebb9@byu.net>
20071
20072         Prefer fseeko to fseek.
20073         * modules/getpass (Depends-on): Add fseeko.
20074         * lib/getpass.c (getpass): Use fseeko, not fseek.
20075
20076 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
20077
20078         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
20079         assumes the sorting is stable, while most qsort implementations
20080         are not.  Use argument addresses to ensure they never compare as
20081         equal.
20082
20083         * tests/test-argp-2.sh (usage-indent test): Fix output
20084         (func_compare): Restore diff options
20085         * tests/test-argp.c: Restore #include "progname.h"
20086
20087 2007-04-29  Bruno Haible  <bruno@clisp.org>
20088
20089         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
20090         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20091         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
20092         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
20093         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
20094         (configure.ac): Define CHECK_SNPRINTF_POSIX.
20095         (TESTS, check_PROGRAMS): Add test-snprintf.
20096         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
20097         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
20098         (TESTS, check_PROGRAMS): Add test-vsnprintf.
20099         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
20100         assertions that fail on HP-UX, OSF/1, or IRIX.
20101         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
20102
20103 2007-04-29  Bruno Haible  <bruno@clisp.org>
20104
20105         * MODULES.html.sh (posix_functions): Remove 'contents'.
20106
20107 2007-04-29  Karl Berry  <karl@gnu.org>
20108
20109         * config/srclist.txt (gendocs_template_min): new entry.
20110
20111 2007-04-29  Bruno Haible  <bruno@clisp.org>
20112
20113         Work around fpurge bug on BSD systems.
20114         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
20115         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
20116         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
20117         fpurge to rpl_fpurge if the system already has this function.
20118         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
20119         the case where the system already has this function. Correct invariants
20120         on BSD systems.
20121         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
20122         BSD systems.
20123
20124 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
20125
20126         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
20127         proposed by Sven Verdoolaege.
20128
20129         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
20130         options.
20131         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
20132         (usage and help tests): Update
20133
20134 2007-04-29  Bruno Haible  <bruno@clisp.org>
20135
20136         * tests/test-fflush.c (main): Use a file of size 17, not 10.
20137         Print more information in case of failure. Disable a test on BeOS.
20138
20139 2007-04-29  Bruno Haible  <bruno@clisp.org>
20140
20141         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
20142         This helps debugging on systems on which no gdb is available.
20143
20144 2007-04-29  Bruno Haible  <bruno@clisp.org>
20145
20146         * lib/freading.h: Improve comments.
20147         * lib/fwriting.h: Likewise.
20148         * tests/test-freading.c (main): Don't check freading immediately after
20149         repositioning. Needed for glibc.
20150
20151 2007-04-29  Bruno Haible  <bruno@clisp.org>
20152
20153         * lib/freading.c (freading): Trivial simplification.
20154
20155 2007-04-28  Bruno Haible  <bruno@clisp.org>
20156
20157         * tests/test-fwriting.c (main): Also test the interaction between
20158         fflush and fwriting.
20159         * modules/fwriting-tests (Depends-on): Add fflush.
20160
20161         * tests/test-freading.c (main): Also test the interaction between
20162         fflush and freading.
20163         * modules/freading-tests (Depends-on): Add fflush.
20164
20165 2007-04-28  Bruno Haible  <bruno@clisp.org>
20166
20167         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
20168         fseeko and ftello.
20169         Suggested by Eric Blake.
20170
20171 2007-04-28  Jim Meyering  <jim@meyering.net>
20172
20173         Avoid false-negative in gl_STDINT_H's C99 conformance test.
20174         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
20175         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
20176
20177 2007-04-27  Eric Blake  <ebb9@byu.net>
20178
20179         * doc/headers/assert.texi (assert.h): Document assert module use.
20180
20181 2007-04-27  Bruno Haible  <bruno@clisp.org>
20182
20183         * doc/headers/*.texi: New files.
20184         * doc/gnulib.texi (Header File Substitutes): New chapter.
20185         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
20186         dependencies.
20187         (standards.info ,standards.html, standards.dvi): Update dependencies.
20188         (mostlyclean, clean): New targets.
20189
20190 2007-04-27  Bruno Haible  <bruno@clisp.org>
20191
20192         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
20193         * modules/sysexits (Files, Makefile.am): Update.
20194
20195         * lib/sys_socket_.h: Renamed from lib/socket_.h.
20196         * modules/sys_socket (Files, Makefile.am): Update.
20197
20198         * lib/sys_stat_.h: Renamed from lib/stat_.h.
20199         * modules/sys_stat (Files, Makefile.am): Update.
20200
20201 2007-04-27  Eric Blake  <ebb9@byu.net>
20202
20203         * lib/freading.h: Improve comments.
20204         * lib/fwriting.h: Likewise.
20205         * lib/fflush.c: Likewise.
20206
20207         Fix closein for mingw.
20208         * modules/closein-tests: Add tests for closein.
20209         * tests/test-closein.c: New file.
20210         * tests/test-closein.sh: Likewise.
20211         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
20212         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
20213
20214 2007-04-27  Bruno Haible  <bruno@clisp.org>
20215
20216         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
20217         version is < 6.
20218         * lib/math_.h [__DECC]: Likewise.
20219         * lib/stdio_.h [__DECC]: Likewise.
20220         * lib/stdlib_.h [__DECC]: Likewise.
20221         * lib/string_.h [__DECC]: Likewise.
20222         * lib/time_.h [__DECC]: Likewise.
20223         * lib/wchar_.h [__DECC]: Likewise.
20224         * lib/wctype_.h [__DECC]: Likewise.
20225
20226 2007-04-27  Bruno Haible  <bruno@clisp.org>
20227
20228         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
20229
20230 2007-04-27  Bruno Haible  <bruno@clisp.org>
20231
20232         * lib/fflush.c: Add comments.
20233         * modules/fpurge-tests (Depends-on): Add fflush.
20234         * modules/freadable-tests (Depends-on): Likewise.
20235         * modules/fwritable-tests (Depends-on): Likewise.
20236
20237 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
20238
20239         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
20240         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
20241         Report by Bruno Haible <bruno@clisp.org>.
20242
20243 2007-04-26  Eric Blake  <ebb9@byu.net>
20244
20245         Fix fflush on mingw.
20246         * modules/fflush (Depends-on): Add freading.
20247         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
20248         but unread data.
20249
20250 2007-04-26  Eric Blake  <ebb9@byu.net>
20251         and Bruno Haible  <bruno@clisp.org>
20252
20253         Implement freading and fwriting.
20254         * lib/freading.c: New file.
20255         * lib/freading.h: Likewise.
20256         * m4/freading.m4: Likewise.
20257         * modules/freading: Likewise.
20258         * modules/freading-tests: Likewise.
20259         * tests/test-freading.c: Likewise.
20260         * lib/fwriting.c: New file.
20261         * lib/fwriting.h: Likewise.
20262         * m4/fwriting.m4: Likewise.
20263         * modules/fwriting: Likewise.
20264         * modules/fwriting-tests: Likewise.
20265         * tests/test-fwriting.c: Likewise.
20266         * MODULES.html.sh (File stream based Input/Output): Mention them.
20267
20268 2007-04-26  Bruno Haible  <bruno@clisp.org>
20269
20270         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
20271         'long' when we assume it.
20272         Suggested by Eric Blake.
20273
20274 2007-04-26  Bruno Haible  <bruno@clisp.org>
20275
20276         Ensure fseeko, ftello are declared on glibc systems.
20277         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
20278         * modules/fseeko (configure.ac-early): Likewise.
20279         * modules/ftello (configure.ac-early): Likewise.
20280         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
20281         AC_FUNC_FSEEKO for this.
20282         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
20283         (gl_CHECK_FSEEKO): Remove macro.
20284
20285 2007-04-26  Bruno Haible  <bruno@clisp.org>
20286
20287         * tests/test-fflush.c (main): Also check the ftell result after
20288         fflush and fseek/fseeko.
20289         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
20290         file descriptor position cache in the stream.
20291         * lib/fseeko.c (rpl_fseeko): Likewise.
20292
20293 2007-04-26  Bruno Haible  <bruno@clisp.org>
20294
20295         * modules/fflush-tests (Depends-on): Add fseeko.
20296
20297 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
20298             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20299
20300         * lib/argz_.h: ensure error_t definition is obtained in same
20301         mechanism system argz.h would have.
20302         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
20303         argz facilities are known bad.  Err on the side of caution if
20304         cross-compiling.
20305
20306 2007-04-25  Eric Blake  <ebb9@byu.net>
20307
20308         * lib/fpurge.c (includes): Use stdlib.h for free.
20309         * tests/test-fflush.c (main): Also test fflush-fseeko.
20310
20311 2007-04-25  Bruno Haible  <bruno@clisp.org>
20312
20313         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
20314         * lib/fseeko.c: New file.
20315         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
20316         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
20317         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
20318         gl_FUNC_FSEEKO.
20319         (gl_FUNC_FSEEKO): Invoke it.
20320         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
20321         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
20322         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
20323
20324 2007-04-25  Bruno Haible  <bruno@clisp.org>
20325
20326         * modules/fflush (Depends-on): Add ftello.
20327
20328 2007-04-25  Bruno Haible  <bruno@clisp.org>
20329
20330         * modules/ftello-tests: New file.
20331         * tests/test-ftello.c: New file.
20332
20333         * modules/ftello: New file.
20334         * m4/ftello.m4: New file.
20335         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
20336         HAVE_FTELLO.
20337         * lib/stdio_.h (ftello): New declaration.
20338         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
20339         HAVE_FTELLO.
20340
20341 2007-04-25  Bruno Haible  <bruno@clisp.org>
20342
20343         * modules/fseeko-tests: New file.
20344         * tests/test-fseeko.c: New file.
20345
20346         * modules/fseeko: New file.
20347         * m4/fseeko.m4: New file.
20348         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
20349         HAVE_FSEEKO.
20350         * lib/stdio_.h (fseeko): New declaration.
20351         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
20352         HAVE_FSEEKO.
20353
20354 2007-04-25  Bruno Haible  <bruno@clisp.org>
20355
20356         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
20357
20358 2007-04-25  Bruno Haible  <bruno@clisp.org>
20359
20360         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
20361         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
20362         * tests/test-unistd.c: Likewise.
20363         * tests/test-fcntl.c: Likewise.
20364
20365 2007-04-23  Eric Blake  <ebb9@byu.net>
20366
20367         * lib/fflush.c: Fix missing include.
20368         Reported by Bruno Haible.
20369
20370 2007-04-23  Bruno Haible  <bruno@clisp.org>
20371
20372         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
20373         Reported by Eric Blake.
20374
20375 2007-04-23  Bruno Haible  <bruno@clisp.org>
20376
20377         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
20378
20379 2007-04-23  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
20382
20383 2007-04-23  Bruno Haible  <bruno@clisp.org>
20384
20385         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
20386         Needed on HP-UX 11.
20387
20388 2007-04-16  Eric Blake  <ebb9@byu.net>
20389
20390         Make fflush rely on fpurge.
20391         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
20392         open coding all variants.
20393         * modules/fflush (Depends-on): Add fpurge and unistd.
20394         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
20395         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
20396
20397         Fix --with-tests compilation on cygwin.
20398         * modules/argmatch-tests (Makefile.am): List gnulib library first
20399         in LDADD.
20400         * modules/argp-tests (Makefile.am): Likewise.
20401         * modules/array-list-tests (Makefile.am): Likewise.
20402         * modules/array-oset-tests (Makefile.am): Likewise.
20403         * modules/avltree-list-tests (Makefile.am): Likewise.
20404         * modules/avltree-oset-tests (Makefile.am): Likewise.
20405         * modules/avltreehash-list-tests (Makefile.am): Likewise.
20406         * modules/carray-list-tests (Makefile.am): Likewise.
20407         * modules/dirname-tests (Makefile.am): Likewise.
20408         * modules/frexp-tests (Makefile.am): Likewise.
20409         * modules/isnanl-tests (Makefile.am): Likewise.
20410         * modules/linked-list-tests (Makefile.am): Likewise.
20411         * modules/linkedhash-list-tests (Makefile.am): Likewise.
20412         * modules/lock-tests (Makefile.am): Likewise.
20413         * modules/rbtree-list-tests (Makefile.am): Likewise.
20414         * modules/rbtree-oset-tests (Makefile.am): Likewise.
20415         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
20416         * modules/tls-tests (Makefile.am): Likewise.
20417         * modules/tsearch-tests (Makefile.am): Likewise.
20418         * modules/xvasprintf-tests (Makefile.am): Likewise.
20419
20420         Fix fpurge for cygwin.
20421         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
20422         value.
20423         * modules/fpurge-tests (Depends-on): Clean up trash.
20424
20425 2007-04-16  Simon Josefsson  <simon@josefsson.org>
20426
20427         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
20428
20429         * m4/autobuild.m4: Re-indent.
20430
20431 2007-04-13  Bruno Haible  <bruno@clisp.org>
20432
20433         * modules/fpurge-tests: New file.
20434         * tests/test-fpurge.c: New file.
20435
20436         * modules/fpurge: New file.
20437         * lib/fpurge.h: New file.
20438         * lib/fpurge.c: New file.
20439         * m4/fpurge.m4: New file.
20440
20441 2007-04-13  Bruno Haible  <bruno@clisp.org>
20442
20443         * modules/fbufmode-tests: New file.
20444         * tests/test-fbufmode.c: New file.
20445
20446         * modules/fbufmode: New file.
20447         * lib/fbufmode.h: New file.
20448         * lib/fbufmode.c: New file.
20449         * m4/fbufmode.m4: New file.
20450
20451 2007-04-13  Bruno Haible  <bruno@clisp.org>
20452
20453         * modules/fwritable-tests: New file.
20454         * tests/test-fwritable.c: New file.
20455
20456         * modules/fwritable: New file.
20457         * lib/fwritable.h: New file.
20458         * lib/fwritable.c: New file.
20459         * m4/fwritable.m4: New file.
20460
20461 2007-04-13  Bruno Haible  <bruno@clisp.org>
20462
20463         * modules/freadable-tests: New file.
20464         * tests/test-freadable.c: New file.
20465
20466         * modules/freadable: New file.
20467         * lib/freadable.h: New file.
20468         * lib/freadable.c: New file.
20469         * m4/freadable.m4: New file.
20470
20471 2007-04-13  Bruno Haible  <bruno@clisp.org>
20472
20473         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
20474         MOSTLYCLEANFILES.
20475
20476 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20477
20478         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
20479         gzip bootstrap.conf to avoid dragging in i18n machinery.
20480         (gnulib_tool_option): Use it.
20481
20482 2007-04-13  Bruno Haible  <bruno@clisp.org>
20483
20484         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
20485         %F directives.
20486         * tests/test-vasprintf-posix.c (test_function): Likewise.
20487         * tests/test-snprintf-posix.h (test_function): Likewise.
20488         * tests/test-sprintf-posix.h (test_function): Likewise.
20489         * tests/test-fprintf-posix.h (test_function): Likewise.
20490         * tests/test-printf-posix.h (test_function): Likewise.
20491         * tests/test-fprintf-posix.out: Likewise.
20492
20493 2007-04-13  Bruno Haible  <bruno@clisp.org>
20494
20495         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
20496         * modules/tls-tests (configure.ac): Likewise.
20497         Reported by Arto C. Nirkko <anirkko@insel.ch>.
20498
20499 2007-04-13  Bruno Haible  <bruno@clisp.org>
20500
20501         * lib/tls.c (glthread_tls_get): Fix return type.
20502         Patch by Arto C. Nirkko <anirkko@insel.ch>.
20503
20504 2007-04-12  Eric Blake  <ebb9@byu.net>
20505
20506         * modules/gettime (Depends-on): Remove gettime.
20507         Reported by Dmitry V. Levin.
20508
20509 2007-04-12  Bruno Haible  <bruno@clisp.org>
20510
20511         * modules/fflush (Include): Mention <stdio.h>.
20512         * modules/strtoimax (Include): Mention <inttypes.h>.
20513         * modules/strtoumax (Include): Likewise.
20514
20515 2007-04-12  Eric Blake  <ebb9@byu.net>
20516
20517         * .cvsignore: New file.
20518         * .gitignore: Likewise.
20519
20520 2007-04-12  Bruno Haible  <bruno@clisp.org>
20521
20522         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
20523         not before, since $(LDADD) often contains libgnu.a.
20524         * modules/striconv-tests (test_striconv_LDADD): Likewise.
20525         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
20526         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
20527         Needed on Cygwin.
20528
20529 2007-04-12  Eric Blake  <ebb9@byu.net>
20530
20531         Work around glibc's failure to flush stdin on fclose.
20532         * lib/closein.c (close_stdin): Flush stdin before closing.
20533
20534         Work around glibc's failure to reset seekable stdin on exit.
20535         * modules/closein: New module.
20536         * lib/closein.c: New file.
20537         * lib/closein.h: Likewise.
20538         * m4/closein.m4: Likewise.
20539         * MODULES.html.sh (File stream based Input/Output): Document it.
20540
20541 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20542
20543         * gnulib-tool: Rename generated 'autobuild' script to
20544         'do-autobuild' in --create-megatestdir output.
20545
20546         * doc/gnulib.texi (Build robot for gnulib): Fix.
20547
20548 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20549
20550         * modules/sysexits (Depends-on): Add absolute-header.
20551
20552 2007-04-12  Eric Blake  <ebb9@byu.net>
20553
20554         No need to preserve errno on success.
20555         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
20556         Reported by Bruno Haible.
20557
20558 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20559
20560         * MODULES.html.sh (Support for maintaining and releasing
20561         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
20562
20563 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20564
20565         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
20566
20567 2007-04-12  Simon Josefsson  <simon@josefsson.org>
20568
20569         * modules/autobuild: New module.
20570
20571         * m4/autobuild.m4: New file.
20572
20573 2007-04-11  Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
20576         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
20577         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
20578         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
20579         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
20580         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20581         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20582         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
20583         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20584         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20585         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
20586         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20587         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20588         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
20589         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20590         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20591         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
20592         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20593         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20594         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
20595         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20596         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20597         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
20598         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20599         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20600         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
20601         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
20602         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
20603         Reported by Eric Blake.
20604
20605 2007-04-11  Bruno Haible  <bruno@clisp.org>
20606
20607         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
20608
20609 2007-04-10  Bruno Haible  <bruno@clisp.org>
20610
20611         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
20612         for NaN and Infinity. Needed on FreeBSD 6.1.
20613         * tests/test-vasnprintf-posix.c (test_function): Undo last change
20614         regarding results for "%010a" of Infinity and NaN.
20615         * tests/test-vasprintf-posix.c (test_function): Likewise.
20616         * tests/test-snprintf-posix.h (test_function): Likewise.
20617         * tests/test-sprintf-posix.h (test_function): Likewise.
20618         * tests/test-fprintf-posix.h (test_function): Likewise.
20619         * tests/test-printf-posix.h (test_function): Likewise.
20620         * tests/test-fprintf-posix.out: Likewise.
20621
20622 2007-04-10  Bruno Haible  <bruno@clisp.org>
20623
20624         * modules/locale-tests: New file.
20625         * tests/test-locale.c: New file.
20626
20627         * modules/locale: New file.
20628         * lib/locale_.h: New file.
20629         * m4/locale_h.m4: New file.
20630
20631 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
20632             Bruno Haible  <bruno@clisp.org>
20633
20634         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
20635         be determined, test for availability of the copysignf, copysign,
20636         copysignl functions.
20637         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
20638         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
20639         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
20640
20641 2007-04-09  Eric Blake  <ebb9@byu.net>
20642
20643         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
20644         * modules/stdio (Makefile.am): Support fflush.
20645         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20646         * modules/fflush: New file.
20647         * lib/fflush.c: Likewise.
20648         * m4/fflush.m4: Likewise.
20649         * modules/fflush-tests: New test.
20650         * tests/test-fflush.c: Likewise.
20651         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
20652
20653 2007-04-06  Bruno Haible  <bruno@clisp.org>
20654
20655         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
20656         (VASNPRINTF): Use signbit for faster determination whether to print a
20657         minus sign.
20658         * modules/vasnprintf (Files): Remove lib/float+.h.
20659         * modules/fprintf-posix (Depends-on): Add signbit.
20660         * modules/snprintf-posix (Depends-on): Likewise.
20661         * modules/sprintf-posix (Depends-on): Likewise.
20662         * modules/vasnprintf-posix (Depends-on): Likewise.
20663         * modules/vasprintf-posix (Depends-on): Likewise.
20664         * modules/vfprintf-posix (Depends-on): Likewise.
20665         * modules/vsnprintf-posix (Depends-on): Likewise.
20666         * modules/vsprintf-posix (Depends-on): Likewise.
20667
20668 2007-04-06  Bruno Haible  <bruno@clisp.org>
20669
20670         * tests/test-frexp.c (main): Test also the sign bit of zero results.
20671         * tests/test-frexpl.c (main): Likewise.
20672         * tests/test-ldexpl.c (main): Likewise.
20673         * modules/frexp-tests (Depends-on): Add signbit.
20674         * modules/frexpl-tests (Depdends-on): Likewise.
20675         * modules/ldexpl-tests (Depdends-on): Likewise.
20676
20677 2007-04-06  Bruno Haible  <bruno@clisp.org>
20678
20679         * modules/signbit-tests: New file.
20680         * tests/test-signbit.c: New file.
20681
20682         * modules/signbit: New file.
20683         * lib/signbitf.c: New file.
20684         * lib/signbitd.c: New file.
20685         * lib/signbitl.c: New file.
20686         * m4/signbit.m4: New file.
20687         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
20688         (signbit): New macro.
20689         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
20690         REPLACE_SIGNBIT.
20691         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
20692         REPLACE_FREXPL into math.h.
20693
20694 2007-04-06  Bruno Haible  <bruno@clisp.org>
20695
20696         * modules/isnanf-nolibm-tests: New file.
20697         * tests/test-isnanf.c: New file.
20698
20699         * modules/isnanf-nolibm: New file.
20700         * lib/isnanf.h: New file.
20701         * lib/isnanf.c: New file.
20702         * lib/isnan.c: Consider the USE_FLOAT macro.
20703         * m4/isnanf.m4: New file.
20704
20705 2007-04-06  Bruno Haible  <bruno@clisp.org>
20706
20707         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
20708         (Link): New section.
20709
20710         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
20711
20712 2007-04-06  Bruno Haible  <bruno@clisp.org>
20713
20714         Assume the 'long double' type.
20715         * m4/longdouble.m4: Remove file.
20716         * config/srclist.txt: Don't mention longdouble.m4.
20717         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
20718         * lib/float+.h: Likewise.
20719         * lib/frexp.c: Likewise.
20720         * lib/printf-args.h: Likewise.
20721         * lib/printf-args.c: Likewise.
20722         * lib/printf-frexp.c: Likewise.
20723         * lib/printf-parse.c: Likewise.
20724         * lib/vasnprintf.c: Likewise.
20725         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
20726         * m4/intl.m4: Likewise.
20727         * m4/isnanl.m4: Likewise.
20728         * m4/printf.m4: Likewise.
20729         * m4/printf-frexpl.m4: Likewise.
20730         * m4/vasnprintf.m4: Likewise.
20731         * modules/allocsa (Files): Remove m4/longdouble.m4.
20732         * modules/gettext (Files): Likewise.
20733         * modules/relocatable-prog-wrapper (Files): Likewise.
20734         * modules/vasnprintf (Files): Likewise.
20735         * modules/isnanl (Files): Likewise.
20736         (Include): Simplify.
20737         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
20738         (Include): Simplify.
20739         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
20740         (Include): Simplify.
20741         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
20742         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20743         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
20744         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20745         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20746         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20747         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
20748         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20749         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
20750         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20751         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
20752         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
20753         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
20754         * tests/test-isnanl.c: Likewise.
20755         * tests/test-snprintf-posix.h: Likewise.
20756         * tests/test-sprintf-posix.h: Likewise.
20757         * tests/test-vasnprintf-posix.c: Likewise.
20758         * tests/test-vasnprintf-posix2.c: Likewise.
20759         * tests/test-vasprintf-posix.c: Likewise.
20760
20761 2007-04-06  Bruno Haible  <bruno@clisp.org>
20762
20763         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
20764         * lib/math_.h [__DECC]: Include the overridden include file through
20765         #include_next, outside the double-inclusion guard.
20766         * lib/stdio_.h [__DECC]: Likewise.
20767         * lib/stdlib_.h [__DECC]: Likewise.
20768         * lib/string_.h [__DECC]: Likewise.
20769         * lib/time_.h [__DECC]: Likewise.
20770         * lib/wchar_.h [__DECC]: Likewise.
20771         * lib/wctype_.h [__DECC]: Likewise.
20772         * lib/inttypes_.h [__DECC]: Likewise.
20773         Reported by Albert Chin <china@thewrittenword.com> in
20774         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
20775
20776 2007-04-04  Eric Blake  <ebb9@byu.net>
20777
20778         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
20779         1.5.x.
20780
20781 2007-04-04  Bruno Haible  <bruno@clisp.org>
20782
20783         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
20784         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
20785
20786 2007-04-04  Bruno Haible  <bruno@clisp.org>
20787
20788         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
20789         results for "%010a" of Infinity and NaN.
20790         * tests/test-vasprintf-posix.c (test_function): Likewise.
20791         * tests/test-snprintf-posix.h (test_function): Likewise.
20792         * tests/test-sprintf-posix.h (test_function): Likewise.
20793         * tests/test-fprintf-posix.h (test_function): Remove these tests.
20794         * tests/test-printf-posix.h (test_function): Likewise.
20795         * tests/test-fprintf-posix.out: Update.
20796         Needed for FreeBSD 6.1.
20797
20798 2007-04-04  Bruno Haible  <bruno@clisp.org>
20799
20800         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20801         directly used by the gnulib modules nor by gnulib-tool.
20802
20803 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20804
20805         * DEPENDENCIES: Give overall description of version dependency
20806         desirability.  Use more-typical names for apps.
20807         Add shell, coreutils, diffutils, grep, tar, gzip.
20808
20809 2007-04-04  Simon Josefsson  <simon@josefsson.org>
20810
20811         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
20812
20813 2007-04-04  Karl Berry  <karl@gnu.org>
20814
20815         * MODULES.html.sh (func_module): missing '.
20816
20817 2007-04-03  Bruno Haible  <bruno@clisp.org>
20818
20819         * modules/argmatch-tests (Makefile.am): New variable
20820         test_argmatch_LDADD.
20821         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
20822         * modules/array-list-tests (Makefile.am): New variable
20823         test_array_list_LDADD.
20824         * modules/array-oset-tests (Makefile.am): New variable
20825         test_array_oset_LDADD.
20826         * modules/avltree-list-tests (Makefile.am): New variable
20827         test_avltree_list_LDADD.
20828         * modules/avltree-oset-tests (Makefile.am): New variable
20829         test_avltree_oset_LDADD.
20830         * modules/avltreehash-list-tests (Makefile.am): New variable
20831         test_avltreehash_list_LDADD.
20832         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
20833         test_canonicalize_lgpl_LDADD.
20834         * modules/carray-list-tests (Makefile.am): New variable
20835         test_carray_list_LDADD.
20836         * modules/dirname-tests (Makefile.am): New variable
20837         test_dirname_LDADD.
20838         * modules/linked-list-tests (Makefile.am): New variable
20839         test_linked_list_LDADD.
20840         * modules/linkedhash-list-tests (Makefile.am): New variable
20841         test_linkedhash_list_LDADD.
20842         * modules/rbtree-list-tests (Makefile.am): New variable
20843         test_rbtree_list_LDADD.
20844         * modules/rbtree-oset-tests (Makefile.am): New variable
20845         test_rbtree_oset_LDADD.
20846         * modules/rbtreehash-list-tests (Makefile.am): New variable
20847         test_rbtreehash_list_LDADD.
20848         * modules/xvasprintf-tests (Makefile.am): New variable
20849         test_xvasprintf_LDADD.
20850         Reported by Eric Blake.
20851
20852 2007-04-03  Eric Blake  <ebb9@byu.net>
20853
20854         * DEPENDENCIES: Weaken m4 requirements.
20855
20856 2007-04-03  Bruno Haible  <bruno@clisp.org>
20857
20858         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
20859         * modules/isnanl-tests (configure.ac): Likewise.
20860
20861 2007-04-03  Ben Pfaff  <blp@gnu.org>
20862
20863         * modules/iconv_open: Add $(srcdir)/ to source directory
20864         references in Makefile fragments that call gperf, to fix VPATH
20865         builds.
20866
20867 2007-04-03  Bruno Haible  <bruno@clisp.org>
20868
20869         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
20870         * lib/ldexpl.c: Undo last change.
20871
20872 2007-04-03  Bruno Haible  <bruno@clisp.org>
20873
20874         * modules/printf-frexpl (Depends-on): Undo last change.
20875         (Files): Add m4/ldexpl.m4.
20876
20877 2007-04-03  Bruno Haible  <bruno@clisp.org>
20878
20879         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
20880         * modules/isnanl (Link): New section.
20881
20882         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
20883         * modules/frexp (Link): New section.
20884
20885         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
20886         * modules/frexpl (Link): New section.
20887
20888         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
20889         * modules/ldexpl (Link): New section.
20890
20891 2007-04-03  Bruno Haible  <bruno@clisp.org>
20892
20893         * modules/TEMPLATE-EXTENDED: New file.
20894         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
20895
20896 2007-04-03  Bruno Haible  <bruno@clisp.org>
20897
20898         * DEPENDENCIES: New file.
20899         Suggested by Simon Josefsson.
20900
20901 2007-04-03  Bruno Haible  <bruno@clisp.org>
20902
20903         * doc/gnulib.texi: Escape @.
20904
20905 2007-04-03  James Youngman  <jay@gnu.org>
20906         and Paul Eggert  <eggert@cs.ucla.edu>
20907
20908         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
20909         birthtime on all systems that have birthtime, not just those which
20910         use st_birthtimensec rather than st_birthtim.  Putting zero in
20911         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
20912         that the birth time is not available for files on an NFS mount.
20913
20914 2007-04-03  Simon Josefsson  <simon@josefsson.org>
20915
20916         * modules/memxor: Move back from crypto/, suggested by Bruno.
20917         * modules/crypto/hmac-sha1: Fix memxor dependency.
20918
20919         * modules/crypto/gc: Moved from ../.
20920
20921 2007-04-02  Eric Blake  <ebb9@byu.net>
20922
20923         * lib/ldexpl.c (includes): Avoid libm.
20924
20925         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
20926
20927 2007-04-02  Bruno Haible  <bruno@clisp.org>
20928
20929         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
20930         on IRIX.
20931
20932 2007-04-02  Bruno Haible  <bruno@clisp.org>
20933
20934         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
20935         x86 or x86_64 platforms running MacOS X.
20936         Reported by Ryan Schmidt <@ryandesign.com>.
20937
20938 2007-04-02  Bruno Haible  <bruno@clisp.org>
20939
20940         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
20941         i386.
20942
20943 2007-04-01  Simon Josefsson  <simon@josefsson.org>
20944
20945         * modules/crypto/arcfour: Moved from ../.
20946         * modules/crypto/arcfour-tests: Moved from ../.
20947         * modules/crypto/arctwo: Moved from ../.
20948         * modules/crypto/arctwo-tests: Moved from ../.
20949         * modules/crypto/des: Moved from ../.
20950         * modules/crypto/des-tests: Moved from ../.
20951         * modules/crypto/gc-arcfour: Moved from ../.
20952         * modules/crypto/gc-arcfour-tests: Moved from ../.
20953         * modules/crypto/gc-arctwo: Moved from ../.
20954         * modules/crypto/gc-arctwo-tests: Moved from ../.
20955         * modules/crypto/gc-des: Moved from ../.
20956         * modules/crypto/gc-des-tests: Moved from ../.
20957         * modules/crypto/gc-hmac-md5: Moved from ../.
20958         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
20959         * modules/crypto/gc-hmac-sha1: Moved from ../.
20960         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
20961         * modules/crypto/gc-md2: Moved from ../.
20962         * modules/crypto/gc-md2-tests: Moved from ../.
20963         * modules/crypto/gc-md4: Moved from ../.
20964         * modules/crypto/gc-md4-tests: Moved from ../.
20965         * modules/crypto/gc-md5: Moved from ../.
20966         * modules/crypto/gc-md5-tests: Moved from ../.
20967         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
20968         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
20969         * modules/crypto/gc-random: Moved from ../.
20970         * modules/crypto/gc-rijndael: Moved from ../.
20971         * modules/crypto/gc-rijndael-tests: Moved from ../.
20972         * modules/crypto/gc-sha1: Moved from ../.
20973         * modules/crypto/gc-sha1-tests: Moved from ../.
20974         * modules/crypto/gc-tests: Moved from ../.
20975         * modules/crypto/hmac-md5: Moved from ../.
20976         * modules/crypto/hmac-md5-tests: Moved from ../.
20977         * modules/crypto/hmac-sha1: Moved from ../.
20978         * modules/crypto/hmac-sha1-tests: Moved from ../.
20979         * modules/crypto/md2: Moved from ../.
20980         * modules/crypto/md2-tests: Moved from ../.
20981         * modules/crypto/md4: Moved from ../.
20982         * modules/crypto/md4-tests: Moved from ../.
20983         * modules/crypto/md5: Moved from ../.
20984         * modules/crypto/md5-tests: Moved from ../.
20985         * modules/crypto/memxor: Moved from ../.
20986         * modules/crypto/rijndael: Moved from ../.
20987         * modules/crypto/rijndael-tests: Moved from ../.
20988         * modules/crypto/sha1: Moved from ../.
20989
20990 2007-03-30  James Youngman  <jay@gnu.org>
20991
20992         * tests/test-stat-time.c (prepare_test): use chmod() rather than
20993         rename() to change the ctime of a file (because ctime is unaffected
20994         by rename on jfs2 on AIX 5.1).
20995         (main): Start by doing cleanup, in case a previous run failed leaving
20996         test files behind.
20997
20998 2007-03-31  Bruno Haible  <bruno@clisp.org>
20999
21000         Support old proprietary implementations of iconv.
21001         * modules/iconv_open: New file.
21002         * lib/iconv_.h: New file.
21003         * m4/iconv_h.m4: New file.
21004         * lib/iconv_open.c: New file.
21005         * lib/iconv_open-aix.gperf: New file.
21006         * lib/iconv_open-hpux.gperf: New file.
21007         * lib/iconv_open-irix.gperf: New file.
21008         * lib/iconv_open-osf.gperf: New file.
21009         * m4/iconv_open.m4: New file.
21010         * modules/linebreak (Depends-on): Add iconv_open.
21011         * modules/striconv (Depends-on): Likewise.
21012         * modules/striconveh (Depends-on): Likewise.
21013         * modules/unicodeio (Depends-on): Likewise.
21014         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
21015         (iconv_t)(-1).
21016         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
21017         conversion if cd is (iconv_t)(-1).
21018         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
21019         is not possible.
21020
21021 2007-03-31  Bruno Haible  <bruno@clisp.org>
21022
21023         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21024         work on Solaris either. Protect also second use of "autodetect_jp".
21025
21026 2007-03-31  Bruno Haible  <bruno@clisp.org>
21027
21028         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
21029         the function is not present.
21030
21031 2007-03-31  Bruno Haible  <bruno@clisp.org>
21032
21033         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
21034         the function is not present.
21035
21036 2007-03-31  Bruno Haible  <bruno@clisp.org>
21037
21038         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
21039         a bug in HP-UX iconv_open().
21040
21041 2007-03-31  Bruno Haible  <bruno@clisp.org>
21042
21043         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
21044         (Mathematics <math.h>): New section, add fpieee.
21045         (Input/output <stdio.h>): Add fseterr.
21046         (Mathematics <math.h>): New section, add printf-frexp.
21047         (Container data structures): Add sublist.
21048         (Core language properties): Add fpucw, inline.
21049         (Functions for greatest-width integer types <inttypes.h>): Add
21050         imaxabs, imaxdiv, inttypes.
21051         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
21052         isnanl-nolibm, ldexp.
21053         (Mathematics <math.h>): New section, add printf-frexpl.
21054         (Support for systems lacking POSIX:2001): Add fprintf-posix,
21055         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
21056         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
21057         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
21058         (Unicode string functions): Add unistr/u*-mbtoucr.
21059         (Java): Add javacomp-script, javaexec-script.
21060         (C#): Add csharpcomp-script, csharpexec-script.
21061         (Support for building libraries and executables): Add havelib,
21062         relocatable-*.
21063         (Support for maintaining and releasing projects): Renamed from
21064         'Support for maintaining and release projects'. Add announce-gen.
21065
21066 2007-03-31  Bruno Haible  <bruno@clisp.org>
21067
21068         * README: Talk primarily about git.
21069         (git and CVS): Renamed from CVS.
21070         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
21071         gnulib is available through git.
21072         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
21073
21074 2007-03-30  Bruno Haible  <bruno@clisp.org>
21075
21076         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
21077         * lib/poll_.h: Likewise.
21078         * lib/stat_.h: Likewise.
21079         * lib/sys_time_.h: Likewise.
21080         * lib/sysexit_.h: Likewise.
21081         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
21082         * lib/stdbool_.h: Likewise.
21083         * lib/byteswap_.h: Add double-inclusion guard.
21084
21085 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
21086
21087         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
21088
21089 2007-03-30  Karl Berry  <karl@gnu.org>
21090
21091         * config/srclist-update: double space after USA in the license
21092         substitution, since that's how it's usually (?) written.
21093
21094 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
21095
21096         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
21097         reported by Bruno Haible.
21098
21099 2007-03-29  Bruno Haible  <bruno@clisp.org>
21100
21101         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
21102         a bug in AIX iconv().
21103
21104 2007-03-29  Bruno Haible  <bruno@clisp.org>
21105
21106         * modules/ldexpl-tests: New file.
21107         * tests/test-ldexpl.c: New file.
21108
21109 2007-03-29  Bruno Haible  <bruno@clisp.org>
21110
21111         * lib/ldexpl.c: Include fpucw.h.
21112         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
21113         multiplication.
21114         * modules/ldexpl (Depends-on): Add fpucw.
21115
21116 2007-03-29  Bruno Haible  <bruno@clisp.org>
21117
21118         * modules/ldexpl: New file.
21119         * m4/ldexpl.m4: New file.
21120         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
21121         set.
21122         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
21123         REPLACE_LDEXPL.
21124         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
21125         REPLACE_LDEXPL.
21126         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
21127         gl_FUNC_LDEXPL_WORKS.
21128         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
21129         * modules/mathl (Files): Remove lib/ldexpl.c.
21130         (Depends-on): Add ldexpl.
21131
21132 2007-03-29  Bruno Haible  <bruno@clisp.org>
21133
21134         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
21135
21136 2007-03-29  Bruno Haible  <bruno@clisp.org>
21137
21138         * tests/test-striconveh.c (main): Don't assume that a direct conversion
21139         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
21140         and possibly also HP-UX.
21141         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
21142         work on AIX, IRIX, HP-UX, OSF/1.
21143         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
21144         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
21145         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
21146         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
21147         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
21148         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
21149
21150 2007-03-29  Bruno Haible  <bruno@clisp.org>
21151
21152         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
21153
21154 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21155
21156         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
21157         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
21158
21159 2007-03-29  Eric Blake  <ebb9@byu.net>
21160
21161         * lib/acl-internal.h: Remove redundant include.
21162         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
21163         Cygwin when a file is locked.
21164
21165 2007-03-29  Bruno Haible  <bruno@clisp.org>
21166
21167         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
21168         file.
21169         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
21170
21171 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
21174         try to remove a parent directory if the child couldn't be removed
21175         (except for the first rmdir, which could fail because the child
21176         doesn't exist).  Problem reported by Jeff Blaine in
21177         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
21178
21179 2007-03-28  Bruno Haible  <bruno@clisp.org>
21180
21181         * lib/striconveh.c (utf8conv_carefully): New function.
21182         (mem_cd_iconveh_internal): Invoke it.
21183
21184 2007-03-28  Bruno Haible  <bruno@clisp.org>
21185
21186         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
21187         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
21188         input.
21189         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
21190         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
21191         unistr/u8-uctomb.
21192
21193 2007-03-28  Bruno Haible  <bruno@clisp.org>
21194
21195         * modules/unistr/u8-mbtoucr: New file.
21196         * lib/unistr/u8-mbtoucr.c: New file.
21197         * modules/unistr/u16-mbtoucr: New file.
21198         * lib/unistr/u16-mbtoucr.c: New file.
21199         * modules/unistr/u16-mbtoucr: New file.
21200         * lib/unistr/u16-mbtoucr.c: New file.
21201         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
21202
21203 2007-03-27  Simon Josefsson  <simon@josefsson.org>
21204             Bruno Haible  <bruno@clisp.org>
21205
21206         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
21207         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
21208         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
21209
21210         * m4/stdio_h.m4: Add stubs for vasprintf too.
21211
21212         * modules/stdio: Support vasprintf in sed command.
21213
21214         * modules/vasprintf: Depend on stdio for prototypes.  Remove
21215         vasprintf.h.  Add stdio module indicator.
21216
21217         * lib/stdio_.h: Declare asprintf and vasprintf, based on
21218         vasprintf.h.
21219
21220         * lib/vasprintf.h: File removed.
21221
21222         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
21223         * lib/vasprintf.c: Ditto.
21224         * lib/xvasprintf.c: Ditto.
21225         * tests/test-vasprintf-posix.c: Ditto.
21226         * tests/test-vasprintf.c: Ditto.
21227
21228 2007-03-27  Bruno Haible  <bruno@clisp.org>
21229
21230         Make vasnprintf multithread-safe.
21231         * lib/vasnprintf.c (decimal_point_char): New function.
21232         (VASNPRINTF): Use it.
21233         Suggested by Simon Josefsson.
21234
21235 2007-03-27  Eric Blake  <ebb9@byu.net>
21236
21237         Support sub-second birthtime on cygwin.
21238         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
21239         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
21240         (get_stat_birthtime): Also work with st_birthtim.
21241
21242 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         * lib/stat-time.h (USE_BIRTHTIME): Remove.
21245         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
21246         (get_stat_birthtime_ns): Do not try to use "spare" fields.
21247         (get_stat_birthtime_ns): Simplify compile-time tests.
21248         (get_stat_birthtime): Change the API to look like
21249         get_stat_mtime etc., except return a negative tv_nsec on error.
21250         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
21251         Don't check for "spare" fields.
21252         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
21253         or for struct stat.st_birthtime, as these tests aren't used.
21254         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
21255
21256 2007-03-27  Bruno Haible  <bruno@clisp.org>
21257
21258         * lib/stat-time.h: Include <sys/stat.h>.
21259
21260 2007-03-27  James Youngman  <jay@gnu.org>
21261
21262         * lib/stat-time.h (get_stat_birthtime): New function for
21263           retrieving st_birthtime as provided by UFS2 (hence *BSD).
21264         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
21265           and its variants.
21266         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
21267         * modules/stat-time-test: New file.
21268         * tests/test-stat-time.c: New test, devised by Bruno Haible.
21269
21270 2007-03-26  Bruno Haible  <bruno@clisp.org>
21271
21272         Better support of signalling NaNs.
21273         * lib/atanl.c: Include isnanl.h.
21274         (atanl): Perform test for NaN at the beginning of the function and
21275         through a call to isnanl.
21276         * lib/cosl.c: Include isnanl.h.
21277         (cosl): Perform test for NaN at the beginning of the function and
21278         through a call to isnanl.
21279         * lib/ldexpl.c: Include isnanl.h.
21280         (ldexpl): Perform test for NaN through a call to isnanl.
21281         * lib/logl.c: Include isnanl.h.
21282         (logl): Perform test for NaN at the beginning of the function and
21283         through a call to isnanl.
21284         * lib/sinl.c: Include isnanl.h.
21285         (sinl): Perform test for NaN at the beginning of the function and
21286         through a call to isnanl.
21287         * lib/sqrtl.c: Include isnanl.h.
21288         (sqrtl): Perform test for NaN at the beginning of the function and
21289         through a call to isnanl.
21290         * lib/tanl.c: Include isnanl.h.
21291         (tanl): Perform test for NaN at the beginning of the function and
21292         through a call to isnanl.
21293         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
21294         * modules/mathl (Depends-on): Add isnanl.
21295
21296 2007-03-26  Eric Blake  <ebb9@byu.net>
21297
21298         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
21299         regression in logic sense of previous patch.
21300
21301 2007-03-26  Bruno Haible  <bruno@clisp.org>
21302
21303         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
21304         unportable shell command "if ! ...".
21305         Reported by Ralf Wildenhues.
21306
21307 2007-03-25  Bruno Haible  <bruno@clisp.org>
21308
21309         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
21310         <sysexits.h> file, and only add EX_CONFIG.
21311         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
21312         absolute file name and whether it is sufficient. Substitute also
21313         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
21314         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
21315         ABSOLUTE_SYSEXITS_H into sysexits.h.
21316
21317 2007-03-25  Bruno Haible  <bruno@clisp.org>
21318
21319         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
21320         hints is NULL.
21321
21322 2007-03-25  Bruno Haible  <bruno@clisp.org>
21323
21324         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
21325         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
21326
21327 2007-03-25  Bruno Haible  <bruno@clisp.org>
21328
21329         * lib/vasnprintf.c: Include langinfo.h.
21330         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
21331         multithread-safe.
21332         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
21333         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
21334         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
21335         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
21336         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
21337         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
21338         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
21339         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
21340         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
21341         Reported by Simon Josefsson.
21342
21343 2007-03-25  Bruno Haible  <bruno@clisp.org>
21344
21345         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
21346         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
21347         * modules/vasnprintf (Depends-on): Add stdint.
21348
21349 2007-03-25  Bruno Haible  <bruno@clisp.org>
21350
21351         * modules/fpieee: New file.
21352         * m4/fpieee.m4: New file.
21353         * modules/isnan-nolibm (Depends-on): Add fpieee.
21354         * modules/isnanl-nolibm (Depends-on): Add fpieee.
21355         * modules/isnanl (Depends-on): Add fpieee.
21356
21357 2007-03-25  Bruno Haible  <bruno@clisp.org>
21358
21359         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
21360
21361 2007-03-25  Bruno Haible  <bruno@clisp.org>
21362
21363         Avoid test failures on IRIX 6.5.
21364         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
21365         (main): Use it.
21366         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
21367         macros.
21368         (main): Use them.
21369
21370 2007-03-25  Bruno Haible  <bruno@clisp.org>
21371
21372         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
21373         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
21374         exists but doesn't work.
21375         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
21376         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
21377         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
21378         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
21379
21380 2007-03-25  Bruno Haible  <bruno@clisp.org>
21381
21382         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
21383         returns inf. Needed on IRIX 6.5.
21384
21385 2007-03-25  Bruno Haible  <bruno@clisp.org>
21386
21387         * tests/test-frexpl.c: Include isnanl-nolibm.h.
21388         (main): Use isnanl instead of x != x idiom.
21389         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
21390
21391         * tests/test-frexp.c: Include isnan.h.
21392         (main): Use isnan instead of x != x idiom.
21393         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
21394
21395 2007-03-25  Bruno Haible  <bruno@clisp.org>
21396
21397         * tests/test-frexp.c (NaN): New function/macro.
21398         (main): Use it instead of 0.0 / 0.0.
21399         * tests/test-isnan.c (NaN): New function/macro.
21400         (main): Use it instead of 0.0 / 0.0.
21401         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
21402         (test_function): Use it instead of 0.0 / 0.0.
21403         * tests/test-vasprintf-posix.c (NaN): New function/macro.
21404         (test_function): Use it instead of 0.0 / 0.0.
21405         * tests/test-snprintf-posix.h (NaN): New function/macro.
21406         (test_function): Use it instead of 0.0 / 0.0.
21407         * tests/test-sprintf-posix.h (NaN): New function/macro.
21408         (test_function): Use it instead of 0.0 / 0.0.
21409         * tests/test-fprintf-posix.h (NaN): New function/macro.
21410         (test_function): Use it instead of 0.0 / 0.0.
21411         * tests/test-printf-posix.h (NaN): New function/macro.
21412         (test_function): Use it instead of 0.0 / 0.0.
21413
21414         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
21415
21416 2007-03-25  Bruno Haible  <bruno@clisp.org>
21417
21418         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
21419
21420 2007-03-25  Bruno Haible  <bruno@clisp.org>
21421
21422         * lib/regexec.c (merge_state_with_log): Make static.
21423
21424 2007-03-25  Bruno Haible  <bruno@clisp.org>
21425
21426         * lib/trigl.c (kernel_rem_pio2): Make static.
21427
21428 2007-03-25  Bruno Haible  <bruno@clisp.org>
21429
21430         * lib/sincosl.c (sincosl_table): Make static.
21431
21432 2007-03-25  Bruno Haible  <bruno@clisp.org>
21433
21434         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
21435         if the compiler does not support C99.
21436
21437 2007-03-25  Bruno Haible  <bruno@clisp.org>
21438
21439         * modules/time (Makefile.am): Ensure all rule action lines start with a
21440         tab.
21441
21442 2007-03-24  Bruno Haible  <bruno@clisp.org>
21443
21444         * modules/tsearch-tests: New file.
21445         * tests/test-tsearch.sh: New file.
21446         * tests/test-tsearch.c: New file, mostly copied from glibc.
21447
21448         * modules/search-tests: New file.
21449         * tests/test-search.c: New file.
21450
21451         * modules/search: New file.
21452         * lib/search_.h: New file, incorporating lib/tsearch.h.
21453         * m4/search_h.m4: New file.
21454         * lib/tsearch.h: Remove file.
21455         * lib/tsearch.c: Include search.h instead of tsearch.h.
21456         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
21457         HAVE_TSEARCH.
21458         * modules/tsearch (Files): Remove lib/tsearch.h.
21459         (Depends-on): Add search.
21460         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
21461         (Include): Change tsearch.h into search.h.
21462
21463 2007-03-24  Bruno Haible  <bruno@clisp.org>
21464
21465         * modules/fpucw: New file.
21466         * lib/fpucw.h: New file.
21467         * lib/frexp.c: Include fpucw.h.
21468         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21469         (FUNC): Use them.
21470         * lib/printf-frexp.c: Include fpucw.h.
21471         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
21472         (FUNC): Use them.
21473         * lib/vasnprintf.c: Include fpucw.h.
21474         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
21475         'long double' calculations.
21476         * tests/test-frexpl.c: Include fpucw.h.
21477         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21478         * tests/test-printf-frexpl.c: Include fpucw.h.
21479         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
21480         * modules/frexpl (Depends-on): Add fpucw.
21481         * modules/printf-frexpl (Depends-on): Likewise.
21482         * modules/fprintf-posix (Depends-on): Likewise.
21483         * modules/snprintf-posix (Depends-on): Likewise.
21484         * modules/sprintf-posix (Depends-on): Likewise.
21485         * modules/vasnprintf-posix (Depends-on): Likewise.
21486         * modules/vasprintf-posix (Depends-on): Likewise.
21487         * modules/vfprintf-posix (Depends-on): Likewise.
21488         * modules/vsnprintf-posix (Depends-on): Likewise.
21489         * modules/vsprintf-posix (Depends-on): Likewise.
21490         * modules/frexpl-tests (Depends-on): Likewise.
21491         * modules/printf-frexpl-tests (Depends-on): Likewise.
21492
21493 2007-03-24  Bruno Haible  <bruno@clisp.org>
21494
21495         * lib/float+.h: New file.
21496         * lib/isnan.c: Include float+.h.
21497         (SIZE): New macro.
21498         (FUNC): Compare only SIZE bytes of the value.
21499         * lib/vasnprintf.c: Include float+.h.
21500         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
21501         SIZEOF_LDBL or SIZEOF_DBL bytes.
21502         * modules/isnan-nolibm (Files): Add lib/float+.h.
21503         * modules/isnanl-nolibm (Files): Add lib/float+.h.
21504         * modules/isnanl (Files): Add lib/float+.h.
21505         * modules/vasnprintf (Files): Add lib/float+.h.
21506
21507 2007-03-24  Bruno Haible  <bruno@clisp.org>
21508
21509         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
21510         include isnanl-nolibm.h.
21511
21512 2007-03-24  Bruno Haible  <bruno@clisp.org>
21513
21514         * tests/test-read-file.c (main): Don't produce spurious output for
21515         expected situations. Make the test fail if it encountered unexpected
21516         results.
21517
21518 2007-03-24  Bruno Haible  <bruno@clisp.org>
21519
21520         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
21521         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
21522
21523 2007-03-24  Bruno Haible  <bruno@clisp.org>
21524
21525         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
21526
21527 2007-03-24  Bruno Haible  <bruno@clisp.org>
21528
21529         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
21530         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
21531
21532         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
21533         * modules/utf8-ucs4: Turn into a symbolic link to module
21534         unistr/u8-mbtouc.
21535
21536         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
21537         utf8-ucs4-unsafe.
21538         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
21539         unistr/u8-mbtouc-unsafe.
21540
21541         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
21542         * modules/utf16-ucs4: Turn into a symbolic link to module
21543         unistr/u16-mbtouc.
21544
21545         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
21546         utf16-ucs4-unsafe.
21547         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
21548         unistr/u16-mbtouc-unsafe.
21549
21550         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
21551         * modules/ucs4-utf8: Turn into a symbolic link to module
21552         unistr/u8-ubtomb.
21553
21554         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
21555         * modules/ucs4-utf16: Turn into a symbolic link to module
21556         unistr/u16-ubtomb.
21557
21558 2007-03-24  Bruno Haible  <bruno@clisp.org>
21559
21560         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
21561         Enable the function only if HAVE_INLINE.
21562         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
21563         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21564         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
21565         Enable the function only if HAVE_INLINE.
21566         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
21567         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
21568         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
21569         Enable the function only if HAVE_INLINE.
21570         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
21571         Enable the function only if HAVE_INLINE.
21572         * modules/utf8-ucs4: Update.
21573         * modules/utf8-ucs4-unsafe: Update.
21574         * modules/utf16-ucs4: Update.
21575         * modules/utf16-ucs4-unsafe: Update.
21576         * modules/ucs4-utf8: Update.
21577         * modules/ucs4-utf16: Update.
21578
21579 2007-03-24  Bruno Haible  <bruno@clisp.org>
21580
21581         * lib/utf8-ucs4.h: Remove file.
21582         * lib/utf8-ucs4-unsafe.h: Remove file.
21583         * lib/utf16-ucs4.h: Remove file.
21584         * lib/utf16-ucs4-unsafe.h: Remove file.
21585         * lib/ucs4-utf8.h: Remove file.
21586         * lib/ucs4-utf16.h: Remove file.
21587         * lib/unistr.h: Include their previous contents.
21588         * m4/utf-ucs4.m4: Remove file.
21589         * m4/ucs4-utf.m4: Remove file.
21590         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
21591         (Depends-on): Add unistr/base.
21592         (configure.ac): Remove gl_UTF_UCS4.
21593         (Makefile.am): Update.
21594         (Include): Change to unistr.h.
21595         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
21596         (Depends-on): Add unistr/base.
21597         (configure.ac): Remove gl_UTF_UCS4.
21598         (Makefile.am): Update.
21599         (Include): Change to unistr.h.
21600         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
21601         (Depends-on): Add unistr/base.
21602         (configure.ac): Remove gl_UTF_UCS4.
21603         (Makefile.am): Update.
21604         (Include): Change to unistr.h.
21605         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
21606         (Depends-on): Add unistr/base.
21607         (configure.ac): Remove gl_UTF_UCS4.
21608         (Makefile.am): Update.
21609         (Include): Change to unistr.h.
21610         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
21611         (Depends-on): Add unistr/base.
21612         (configure.ac): Remove gl_UCS4_UTF.
21613         (Makefile.am): Update.
21614         (Include): Change to unistr.h.
21615         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
21616         (Depends-on): Add unistr/base.
21617         (configure.ac): Remove gl_UCS4_UTF.
21618         (Makefile.am): Update.
21619         (Include): Change to unistr.h.
21620         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
21621         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
21622         utf8-ucs4-unsafe.h.
21623         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
21624         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
21625         utf16-ucs4-unsafe.h.
21626         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
21627         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
21628         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
21629         * lib/unistr/u8-strchr.c: Likewise.
21630         * lib/unistr/u8-strrchr.c: Likewise.
21631         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
21632         * lib/unistr/u16-strchr.c: Likewise.
21633         * lib/unistr/u16-strrchr.c: Likewise.
21634         * lib/striconveh.c: Update.
21635         * lib/linebreak.c: Update.
21636
21637 2007-03-24  Bruno Haible  <bruno@clisp.org>
21638
21639         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
21640         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
21641
21642 2007-03-22  Bruno Haible  <bruno@clisp.org>
21643
21644         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
21645
21646 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21647
21648         * MODULES.html.sh (File system functions): New module write-any-file.
21649         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
21650         * m4/write-any-file.m4: New files.
21651
21652 2007-03-23  Eric Blake  <ebb9@byu.net>
21653
21654         * gnulib-tool: Rearrange space-tab sequences, since some editors
21655         like to eat them.
21656
21657 2007-03-23  Eric Blake  <ebb9@byu.net>
21658
21659         * lib/version-etc.c (version_etc_va): Update license wording to
21660         be more concise.  Recommended by Richard Stallman.
21661
21662 2007-03-22  Bruno Haible  <bruno@clisp.org>
21663
21664         * lib/poll.c (MSG_PEEK): New fallback definition.
21665
21666 2007-03-22  Bruno Haible  <bruno@clisp.org>
21667
21668         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
21669         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
21670         (main): Update.
21671         Fixes a compilation error on BeOS.
21672
21673 2007-03-22  Bruno Haible  <bruno@clisp.org>
21674
21675         * modules/frexpl-tests: New file.
21676         * tests/test-frexpl.c: New file.
21677
21678         * modules/frexpl: New file.
21679         * m4/frexpl.m4: New file.
21680         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
21681         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
21682         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
21683         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
21684         (Depends-on): Add frexpl. Remove isnanl-nolibm.
21685         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
21686
21687 2007-03-22  Bruno Haible  <bruno@clisp.org>
21688
21689         * lib/frexpl.c: Share code with lib/frexp.c.
21690         * modules/mathl (Files): Add lib/frexp.c.
21691         (Depends-on): Add isnanl-nolibm.
21692
21693 2007-03-22  Bruno Haible  <bruno@clisp.org>
21694
21695         * modules/printf-frexp (Files): Add m4/frexp.m4.
21696         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
21697         only if the found frexp function actually works.
21698
21699 2007-03-22  Bruno Haible  <bruno@clisp.org>
21700
21701         * lib/frexp.c: Remove older implementation that uses divisions.
21702
21703 2007-03-21  Bruno Haible  <bruno@clisp.org>
21704
21705         * modules/frexp-tests: New file.
21706         * tests/test-frexp.c: New file.
21707
21708         * modules/frexp: New file.
21709         * lib/frexp.c: New file.
21710         * m4/frexp.m4: New file.
21711         * lib/math_.h (frexp): New declaration.
21712         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
21713         REPLACE_FREXP.
21714         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
21715
21716 2007-03-21  Bruno Haible  <bruno@clisp.org>
21717
21718         * modules/isnanl-tests: New file.
21719         * tests/test-isnanl.c: New file.
21720
21721         * modules/isnanl: New file.
21722         * lib/isnanl.h: New file.
21723         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
21724         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
21725         gl_FUNC_ISNANL_WORKS.
21726         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
21727         New macros.
21728
21729 2007-03-21  Bruno Haible  <bruno@clisp.org>
21730
21731         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
21732         lib/isnanl.h.
21733         (Include): Update.
21734         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
21735         * lib/vasnprintf.c: Update.
21736         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
21737         tests/test-isnanl.h, remove tests/test-isnanl.c.
21738         (Makefile.am): Update.
21739         * tests/test-isnanl-nolibm.c: New file.
21740         * tests/test-isnanl.h: New file.
21741         * tests/test-isnanl.c: Remove file.
21742
21743 2007-03-21  Jim Meyering  <jim@meyering.net>
21744
21745         When trying to open ".", treat ESTALE like EACCES.
21746         * lib/savewd.c (savewd_save): Resort to forking not just upon
21747         failure with EACCES, but also when errno is ESTALE.
21748
21749 2007-03-20  Bruno Haible  <bruno@clisp.org>
21750
21751         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
21752         Needed on AIX 5.1. Reported by Matthew Woehlke.
21753
21754 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21755
21756         Suggestions by Bruno Haible:
21757         * lib/acl-internal.h: Include "gettext.h" rather than rolling
21758         our own.
21759         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
21760         * modules/acl (Depends-on): Add gettext.
21761
21762 2007-03-19  Bruno Haible  <bruno@clisp.org>
21763
21764         * modules/iconvme: Remove file.
21765         * lib/iconvme.h: Remove file.
21766         * lib/iconvme.c: Remove file.
21767         * m4/iconvme.m4: Remove file.
21768
21769 2007-03-19  Bruno Haible  <bruno@clisp.org>
21770
21771         * doc/relocatable-maint.texi: Break long shell script line.
21772         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21773
21774 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21775
21776         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
21777         handle file_has_acl.
21778         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
21779         * lib/acl.c: Move header inclusions and related macro defns into
21780         lib/acl-internal.h.
21781         (S_ISLNK): Remove defn, since that's now done for us.
21782         (file_has_acl): Move to lib/file-has-acl.c.
21783         Call acl_trivial if available.  This is the crucial part of the fix.
21784         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
21785         shared within the library.  Rewrite a bit, partly to make it compatible
21786         with the GNU coding style.
21787         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
21788         Remove unnecessary double-quotes.
21789         Don't test for acl_to_text; the build will catch that.
21790         Replace acl_entries if it doesn't exist and it is needed.
21791         Check for -lsec and acl_trivial (as used on Solaris 10).
21792         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
21793         lib/file-has-acl.c.
21794         (Depends-on): Add sys_stat, for S_ISLNK.
21795
21796 2007-03-19  Ben Pfaff  <blp@gnu.org>
21797
21798         * doc/gnulib.texi: Fix typos.
21799         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
21800
21801 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
21802
21803         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
21804         If size is zero here, buf must be zero.
21805
21806 2007-03-19  Simon Josefsson  <simon@josefsson.org>
21807
21808         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
21809         <bruno@clisp.org>.
21810
21811 2007-03-18  Bruno Haible  <bruno@clisp.org>
21812
21813         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
21814         Suggested by Eric Blake.
21815
21816 2007-03-18  Ben Pfaff  <blp@gnu.org>
21817
21818         * doc/relocatable.texi: Recommend using as prefix a directory
21819         that does not exist and will never be created.  Based on
21820         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
21821         and others.
21822
21823 2007-03-17  Bruno Haible  <bruno@clisp.org>
21824
21825         * lib/fchownat.c: Include lchown.h.
21826
21827 2007-03-17  Bruno Haible  <bruno@clisp.org>
21828
21829         Fix endless loop when the given allocated size was > INT_MAX.
21830         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
21831         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
21832         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
21833         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
21834         * lib/sprintf.c (sprintf): Likewise.
21835
21836 2007-03-17  Bruno Haible  <bruno@clisp.org>
21837
21838         * tests/test-argp-2.sh (func_compare): Output a context diff.
21839
21840 2007-03-17  Bruno Haible  <bruno@clisp.org>
21841
21842         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
21843         locale's decimal-point character.
21844
21845 2007-03-17  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
21848         before comparing it. Needed because on some platforms (e.g. x86) a
21849         'long double' occupies less bytes than sizeof (long double).
21850
21851 2007-03-17  Bruno Haible  <bruno@clisp.org>
21852
21853         * tests/test-crc.c (main): Make printf statements 64-bit clean.
21854         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
21855         * tests/test-getaddrinfo.c (simple): Likewise.
21856         * tests/test-read-file.c (main): Likewise.
21857
21858 2007-03-17  Bruno Haible  <bruno@clisp.org>
21859
21860         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
21861
21862 2007-03-17  Bruno Haible  <bruno@clisp.org>
21863
21864         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
21865         unused variable.
21866
21867 2007-03-17  Bruno Haible  <bruno@clisp.org>
21868
21869         * tests/test-c-strcasecmp.c: Include c-strcase.h.
21870         * tests/test-c-strncasecmp.c: Likewise.
21871
21872 2007-03-17  Bruno Haible  <bruno@clisp.org>
21873
21874         * modules/stdlib (Depends-on): Add unistd.
21875         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
21876         Needed for MacOS X 10.3.
21877
21878 2007-03-17  Bruno Haible  <bruno@clisp.org>
21879
21880         * lib/unistr/u-strdup.h: Include <stdlib.h>.
21881
21882 2007-03-17  Bruno Haible  <bruno@clisp.org>
21883
21884         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
21885
21886 2007-03-17  Bruno Haible  <bruno@clisp.org>
21887
21888         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
21889         to reflect files copied from gnulib (with or without modifications).
21890         Suggested by Jim Meyering.
21891
21892 2007-03-17  Eric Blake  <ebb9@byu.net>
21893
21894         * NEWS: Document stdlib change from 2007-02-18.
21895
21896 2007-03-17  Jim Meyering  <jim@meyering.net>
21897
21898         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
21899         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
21900         someone uses a name containing shell meta-characters.
21901         Reported by Alfred M. Szmidt.
21902
21903         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
21904
21905 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21906
21907         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
21908         and copy gettext configuration files only if configure.ac contains
21909         a use of AM_GNU_GETTEXT_VERSION.
21910
21911 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
21912
21913         * build-aux/bootstrap (gnulib_name): New variable.
21914         (gnulib_tool_options): Use it.
21915
21916 2007-03-13  Simon Josefsson  <simon@josefsson.org>
21917
21918         * tests/test-des.c: Use new namespace.
21919
21920 2007-03-15  Bruno Haible  <bruno@clisp.org>
21921
21922         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
21923         Reported by James Youngman <jay@gnu.org>.
21924
21925 2007-03-15  Bruno Haible  <bruno@clisp.org>
21926
21927         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
21928         declared prototype. Needed with cc on OSF/1 5.1.
21929
21930 2007-03-15  Bruno Haible  <bruno@clisp.org>
21931
21932         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
21933         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
21934         (struct gl_list_implementation): Add dispose_fn argument to the
21935         'create_empty', 'create' methods.
21936         (struct gl_list_impl_base): Add field 'dispose_fn'.
21937         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
21938         argument.
21939         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
21940         dispose_fn argument.
21941         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
21942         dispose_fn on the dropped values.
21943         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
21944         dispose_fn argument.
21945         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
21946         dropped values.
21947         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
21948         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21949         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
21950         (gl_tree_remove_node): Call dispose_fn on the dropped value.
21951         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
21952         argument.
21953         (gl_tree_list_free): Call dispose_fn on the dropped values.
21954         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
21955         the dropped values.
21956         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
21957         Add dispose_fn argument.
21958         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
21959         Call dispose_fn on the dropped values.
21960         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
21961         Add dispose_fn argument.
21962         (gl_sublist_create): Initialize the 'dispose_fn' field.
21963         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
21964         * tests/test-array_list.c (main): Update.
21965         * tests/test-carray_list.c (main): Update.
21966         * tests/test-avltree_list.c (main): Update.
21967         * tests/test-rbtree_list.c (main): Update.
21968         * tests/test-avltreehash_list.c (main): Update.
21969         * tests/test-rbtreehash_list.c (main): Update.
21970         * tests/test-linked_list.c (main): Update.
21971         * tests/test-linkedhash_list.c (main): Update.
21972         * tests/test-array_oset.c (main): Update.
21973
21974 2007-03-15  Bruno Haible  <bruno@clisp.org>
21975
21976         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
21977         (gl_oset_create_empty): Add dispose_fn argument.
21978         (struct gl_oset_implementation): Add dispose_fn argument to
21979         'create_empty' method.
21980         (struct gl_oset_impl_base): Add dispose_fn field.
21981         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
21982         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
21983         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
21984         values.
21985         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
21986         (gl_tree_oset_free): Call dispose_fn on the dropped values.
21987         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21988         dropped value.
21989         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
21990         dropped value.
21991         * tests/test-array_oset.c (main): Update.
21992         * tests/test-avltree_oset.c (main): Update.
21993         * tests/test-rbtree_oset.c (main): Update.
21994         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
21995
21996 2007-03-13  Bruno Haible  <bruno@clisp.org>
21997
21998         * tests/test-stdbool.c (i): Update after last patch.
21999
22000 2007-03-12  Bruno Haible  <bruno@clisp.org>
22001
22002         * lib/quotearg.c: Include <wctype.h> early, before the definition of
22003         the iswprint macro. Needed on Solaris 2.5.1.
22004
22005 2007-03-12  Bruno Haible  <bruno@clisp.org>
22006
22007         * tests/test-printf-frexp.c (main): Declare x as volatile.
22008
22009 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22010
22011         * doc/gnulib.texi (Build robot for gnulib): New section.
22012
22013 2007-03-12  Jim Meyering  <jim@meyering.net>
22014
22015         * build-aux/bootstrap: New file.
22016         * build-aux/bootstrap.conf: New file, from coreutils.
22017
22018 2007-03-11  Bruno Haible  <bruno@clisp.org>
22019
22020         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
22021
22022 2007-03-12  Simon Josefsson  <simon@josefsson.org>
22023
22024         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
22025         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
22026         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
22027
22028 2007-03-11  Bruno Haible  <bruno@clisp.org>
22029
22030         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
22031         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
22032
22033 2007-03-11  Bruno Haible  <bruno@clisp.org>
22034
22035         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
22036         formula. Needed for SunPRO C 5.0.
22037
22038 2007-03-11  Bruno Haible  <bruno@clisp.org>
22039
22040         * modules/long-options (Depends-on): Add getopt.
22041
22042 2007-03-11  Bruno Haible  <bruno@clisp.org>
22043
22044         * modules/modechange (Depends-on): Add stdbool.
22045
22046 2007-03-11  Bruno Haible  <bruno@clisp.org>
22047
22048         * modules/i-ring (Depends-on): Add stdbool.
22049
22050 2007-03-11  Bruno Haible  <bruno@clisp.org>
22051
22052         * modules/gc-des (Depends-on): Add stdbool.
22053
22054 2007-03-11  Bruno Haible  <bruno@clisp.org>
22055
22056         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
22057
22058 2007-03-11  Bruno Haible  <bruno@clisp.org>
22059
22060         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
22061
22062 2007-03-11  Bruno Haible  <bruno@clisp.org>
22063
22064         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
22065
22066 2007-03-11  Bruno Haible  <bruno@clisp.org>
22067
22068         * lib/vasnprintf.c (sprintf): Undefine.
22069
22070 2007-03-11  Bruno Haible  <bruno@clisp.org>
22071
22072         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
22073         initializers in SunPRO C and Compaq C compilers.
22074
22075 2007-03-11  Bruno Haible  <bruno@clisp.org>
22076
22077         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
22078         decrementing code ANSI C compliant.
22079
22080 2007-03-11  Bruno Haible  <bruno@clisp.org>
22081
22082         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
22083         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
22084
22085 2007-03-11  Bruno Haible  <bruno@clisp.org>
22086
22087         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
22088         <stdbool.h> substitute doesn't pass.
22089
22090 2007-03-11  Bruno Haible  <bruno@clisp.org>
22091
22092         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
22093
22094 2007-03-11  Bruno Haible  <bruno@clisp.org>
22095
22096         * gnulib-tool (func_create_megatestdir): Create also an autobuild
22097         script, for submission to autobuild.josefsson.org.
22098
22099 2007-03-10  Bruno Haible  <bruno@clisp.org>
22100
22101         * modules/canonicalize-lgpl-tests: New file.
22102         * tests/test-canonicalize-lgpl.sh: New file.
22103         * tests/test-canonicalize-lgpl.c: New file.
22104
22105         * modules/c-strcase-tests: New file.
22106         * tests/test-c-strcase.sh: New file.
22107         * tests/test-c-strcasecmp.c: New file.
22108         * tests/test-c-strncasecmp.c: New file.
22109
22110         * modules/atexit-tests: New file.
22111         * tests/test-atexit.sh: New file.
22112         * tests/test-atexit.c: New file.
22113
22114 2007-03-10  Bruno Haible  <bruno@clisp.org>
22115
22116         * tests/test-binary-io.sh: Use temporary filenames that are not so
22117         likely to clash with those of other tests (in a parallel make).
22118         * tests/test-binary-io.c: Likewise.
22119
22120 2007-03-10  Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
22123         fallback; use #error instead.
22124         Suggested by Simon Josefsson.
22125
22126 2007-03-10  Bruno Haible  <bruno@clisp.org>
22127
22128         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
22129         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
22130         first and the last.
22131
22132 2007-03-10  Bruno Haible  <bruno@clisp.org>
22133
22134         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
22135
22136 2007-03-10  Bruno Haible  <bruno@clisp.org>
22137
22138         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
22139         "make distcheck".
22140         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
22141         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
22142         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
22143
22144 2007-03-10  Bruno Haible  <bruno@clisp.org>
22145
22146         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
22147         variable.
22148         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
22149         variable.
22150
22151 2007-03-09  Eric Blake  <ebb9@byu.net>
22152         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
22153
22154         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
22155         types are not being provided by gnulib.
22156         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
22157         types are supported.
22158
22159 2007-03-10  Bruno Haible  <bruno@clisp.org>
22160
22161         * lib/stdio_.h (__attribute__): New macro.
22162         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
22163         vsprintf): Specify __attribute__ __format__ for GCC.
22164         Suggested by Eric Blake.
22165
22166 2007-03-09  Bruno Haible  <bruno@clisp.org>
22167
22168         * modules/printf-posix-tests: New file.
22169         * tests/test-printf-posix.sh: New file.
22170         * tests/test-printf-posix.c: New file.
22171
22172         * modules/printf-posix: New file.
22173         * lib/printf.c: New file.
22174         * m4/printf-posix-rpl.m4: New file.
22175         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
22176         REPLACE_PRINTF.
22177         * lib/stdio_.h (printf): New declaration.
22178         (format, __format__, ____printf____, ____scanf____, ____strftime____,
22179         ____strfmon____): New macros.
22180         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
22181         REPLACE_PRINTF.
22182
22183 2007-03-09  Bruno Haible  <bruno@clisp.org>
22184
22185         * tests/test-vasnprintf-posix2.sh: New file.
22186         * tests/test-vasnprintf-posix2.c: New file.
22187         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
22188         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
22189         (Makefile.am): Activate test-vasnprintf-posix2.sh.
22190
22191         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
22192         a locale dependent decimal point, rather than always '.'.
22193
22194 2007-03-09  Eric Blake  <ebb9@byu.net>
22195
22196         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
22197         spite of platforms like Tandem/NSK that define it to -1.
22198
22199 2007-03-08  Bruno Haible  <bruno@clisp.org>
22200
22201         * modules/vprintf-posix-tests: New file.
22202         * tests/test-vprintf-posix.sh: New file.
22203         * tests/test-vprintf-posix.c: New file.
22204         * tests/test-printf-posix.h: New file.
22205
22206         * modules/vprintf-posix: New file.
22207         * lib/vprintf.c: New file.
22208         * m4/vprintf-posix.m4: New file.
22209         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
22210         REPLACE_VPRINTF.
22211         * lib/stdio_.h (vprintf): New declaration.
22212         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
22213         REPLACE_VPRINTF.
22214
22215 2007-03-08  Bruno Haible  <bruno@clisp.org>
22216
22217         * modules/fprintf-posix-tests: New file.
22218         * tests/test-fprintf-posix.sh: New file.
22219         * tests/test-fprintf-posix.c: New file.
22220
22221         * modules/fprintf-posix: New file.
22222         * lib/fprintf.c: New file.
22223         * m4/fprintf-posix.m4: New file.
22224         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
22225         REPLACE_FPRINTF.
22226         * lib/stdio_.h (fprintf): New declaration.
22227         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
22228         REPLACE_FPRINTF.
22229
22230 2007-03-08  Bruno Haible  <bruno@clisp.org>
22231
22232         * modules/vfprintf-posix-tests: New file.
22233         * tests/test-vfprintf-posix.sh: New file.
22234         * tests/test-vfprintf-posix.c: New file.
22235         * tests/test-fprintf-posix.h: New file.
22236         * tests/test-fprintf-posix.out: New file.
22237
22238         * modules/vfprintf-posix: New file.
22239         * lib/vfprintf.c: New file.
22240         * m4/vfprintf-posix.m4: New file.
22241         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
22242         REPLACE_VFPRINTF.
22243         * lib/stdio_.h (vfprintf): New declaration.
22244         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
22245         REPLACE_VFPRINTF.
22246
22247 2007-03-08  Bruno Haible  <bruno@clisp.org>
22248
22249         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
22250
22251 2007-03-08  Bruno Haible  <bruno@clisp.org>
22252
22253         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
22254         instead of 'expr' invocations.
22255         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
22256         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
22257         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
22258         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
22259         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
22260         Suggested by Paul Eggert.
22261
22262 2007-03-08  Bruno Haible  <bruno@clisp.org>
22263
22264         * modules/fseterr-tests: New file.
22265         * tests/test-fseterr.c: New file.
22266
22267         * modules/fseterr: New file.
22268         * lib/fseterr.h: New file.
22269         * lib/fseterr.c: New file.
22270
22271 2007-03-08  Bruno Haible  <bruno@clisp.org>
22272
22273         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
22274         * lib/getopt_.h: Likewise.
22275         * lib/mbswidth.h: Likewise.
22276         * lib/setenv.h: Likewise.
22277         * lib/vasnprintf.h: Likewise.
22278         * lib/vasprintf.h: Likewise.
22279         * lib/verror.h: Likewise.
22280         * lib/xsetenv.h: Likewise.
22281         * lib/xvasprintf.h: Likewise.
22282
22283 2007-03-08  Jim Meyering  <jim@meyering.net>
22284
22285         * users.txt: Add parted.
22286
22287         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
22288
22289 2007-03-07  Bruno Haible  <bruno@clisp.org>
22290
22291         * m4/printf.m4: Make the shell script snippets copy&pastable.
22292
22293 2007-03-02  Bruno Haible  <bruno@clisp.org>
22294
22295         * lib/netinet_in_.h: New file.
22296         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
22297         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
22298         * modules/netinet_in (Files): Add lib/netinet_in_.h.
22299         (Depends-on): Add absolute-header.
22300         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
22301         into netinet/in.h.
22302
22303 2007-03-03  Bruno Haible  <bruno@clisp.org>
22304
22305         * lib/sys_select_.h: New file.
22306         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
22307         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
22308         * modules/sys_select (Files): Add lib/sys_select_.h.
22309         (Depends-on): Add absolute-header.
22310         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
22311         into sys/select.h.
22312
22313 2007-03-02  Bruno Haible  <bruno@clisp.org>
22314
22315         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
22316         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
22317         values.
22318         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
22319         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
22320         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
22321         * modules/sys_socket (Depends-on): Add absolute-header.
22322         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
22323         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
22324         (Include): Remove requirement of inclusion of <sys/types.h>.
22325
22326 2007-03-02  Bruno Haible  <bruno@clisp.org>
22327
22328         * lib/byteswap_.h (bswap_32): Fix formula.
22329
22330 2007-03-06  Bruno Haible  <bruno@clisp.org>
22331
22332         * modules/sprintf-posix-tests: New file.
22333         * tests/test-sprintf-posix.c: New file.
22334
22335         * modules/sprintf-posix: New file.
22336         * lib/sprintf.c: New file.
22337         * m4/sprintf-posix.m4: New file.
22338         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
22339         REPLACE_SPRINTF.
22340         * lib/stdio_.h (sprintf): New declaration.
22341         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
22342         REPLACE_SPRINTF.
22343
22344 2007-03-06  Bruno Haible  <bruno@clisp.org>
22345
22346         * modules/vsprintf-posix-tests: New file.
22347         * tests/test-vsprintf-posix.c: New file.
22348         * tests/test-sprintf-posix.h: New file.
22349
22350         * modules/vsprintf-posix: New file.
22351         * lib/vsprintf.c: New file.
22352         * m4/vsprintf-posix.m4: New file.
22353         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
22354         REPLACE_VSPRINTF.
22355         * lib/stdio_.h (vsprintf): New declaration.
22356         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
22357         REPLACE_VSPRINTF.
22358
22359 2007-03-06  Bruno Haible  <bruno@clisp.org>
22360
22361         * modules/vsnprintf (Depend-on): Remove minmax.
22362
22363 2007-03-06  Bruno Haible  <bruno@clisp.org>
22364
22365         * modules/snprintf-posix-tests: New file.
22366         * tests/test-snprintf-posix.c: New file.
22367
22368         * modules/snprintf-posix: New file.
22369         * m4/snprintf-posix.m4: New file.
22370         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
22371         gl_FUNC_SNPRINTF.
22372         (gl_FUNC_SNPRINTF): Invoke it.
22373         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
22374         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
22375         is set.
22376         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
22377
22378 2007-03-06  Bruno Haible  <bruno@clisp.org>
22379
22380         * modules/vsnprintf-posix-tests: New file.
22381         * tests/test-vsnprintf-posix.c: New file.
22382         * tests/test-snprintf-posix.h: New file.
22383
22384         * modules/vsnprintf-posix: New file.
22385         * m4/vsnprintf-posix.m4: New file.
22386         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
22387         gl_FUNC_VSNPRINTF.
22388         (gl_FUNC_VSNPRINTF): Invoke it.
22389         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
22390         * lib/stdio_.h (vsnprintf): Define as a replacement if
22391         REPLACE_VSNPRINTF is set.
22392         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
22393
22394 2007-03-06  Bruno Haible  <bruno@clisp.org>
22395
22396         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
22397         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
22398
22399 2007-03-06  Bruno Haible  <bruno@clisp.org>
22400
22401         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
22402         (asinl): Declare also if HAVE_DECL_ASINL is set.
22403         (atanl): Declare also if HAVE_DECL_ATANL is set.
22404         (ceill): Declare also if HAVE_DECL_CEILL is set.
22405         (cosl): Declare also if HAVE_DECL_COSL is set.
22406         (expl): Declare also if HAVE_DECL_EXPL is set.
22407         (floorl): Declare also if HAVE_DECL_FLOORL is set.
22408         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
22409         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
22410         (logl): Declare also if HAVE_DECL_LOGL is set.
22411         (sinl): Declare also if HAVE_DECL_SINL is set.
22412         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
22413         (tanl): Declare also if HAVE_DECL_TANL is set.
22414         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
22415         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
22416         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
22417         declaration of frexpl, ldexpl.
22418         * modules/printf-frexpl (Depends-on): Add math.
22419         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
22420
22421 2007-03-05  Bruno Haible  <bruno@clisp.org>
22422
22423         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
22424         frexpl and ldexpl are declared.
22425         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
22426
22427 2007-03-05  Bruno Haible  <bruno@clisp.org>
22428
22429         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
22430         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
22431
22432 2007-03-05  Bruno Haible  <bruno@clisp.org>
22433
22434         * lib/stdio_.h: Include <stddef.h>.
22435
22436 2007-03-05  Bruno Haible  <bruno@clisp.org>
22437
22438         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
22439
22440 2007-03-05  Bruno Haible  <bruno@clisp.org>
22441
22442         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
22443         NetBSD 4, from Ralf Wildenhues.
22444
22445 2007-03-04  Bruno Haible  <bruno@clisp.org>
22446
22447         * lib/vasprintf.h: Update #if logic for the case when the functions
22448         exist but are overridden.
22449
22450 2007-03-04  Bruno Haible  <bruno@clisp.org>
22451
22452         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
22453         implementations: glibc-2.4 and MacOS X 10.3.
22454         * tests/test-vasnprintf-posix.c (test_function): Test also the case
22455         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
22456         * tests/test-vasprintf-posix.c (test_function): Likewise.
22457
22458 2007-03-04  Bruno Haible  <bruno@clisp.org>
22459
22460         * modules/vasprintf-posix-tests: New file.
22461         * tests/test-vasprintf-posix.c: New file.
22462
22463         * modules/vasprintf-posix: New file.
22464         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
22465         defined.
22466         * m4/vasprintf-posix.m4: New file.
22467         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
22468         gl_FUNC_VASPRINTF.
22469         (gl_FUNC_VASPRINTF): Invoke it.
22470         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
22471         here.
22472         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
22473
22474 2007-03-04  Bruno Haible  <bruno@clisp.org>
22475
22476         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
22477         REPLACE_GETTIMEOFDAY.
22478         * modules/sys_time (Makefile.am): Likewise.
22479         * m4/sys_time_h.m4: Likewise.
22480         * m4/gettimeofday.m4: Likewise.
22481
22482 2007-03-04  Bruno Haible  <bruno@clisp.org>
22483
22484         * modules/vasnprintf-posix-tests: New file.
22485         * tests/test-vasnprintf-posix.c: New file.
22486
22487         * modules/vasnprintf-posix: New file.
22488         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
22489         printf-frexpl.h.
22490         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
22491         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
22492         REPLACE_VASNPRINTF is defined.
22493         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
22494         gl_FUNC_VASNPRINTF.
22495         (gl_FUNC_VASNPRINTF): Invoke it.
22496         * m4/vasnprintf-posix.m4: New file.
22497         * m4/printf.m4: New file.
22498
22499 2007-03-04  Bruno Haible  <bruno@clisp.org>
22500
22501         Compile progreloc.c only if --enable-relocatable is specified.
22502         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
22503         if --enable-relocatable was specified.
22504         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
22505         lib_SOURCES.
22506
22507 2007-03-04  Jim Meyering  <jim@meyering.net>
22508
22509         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
22510         Use it consistently, rather than enumerating errno constants.
22511
22512 2007-03-04  Bruno Haible  <bruno@clisp.org>
22513
22514         * modules/xvasprintf-tests: New file.
22515         * tests/test-xvasprintf.c: New file.
22516
22517         * modules/vasprintf-tests: New file.
22518         * tests/test-vasprintf.c: New file.
22519
22520         * modules/vasnprintf-tests: New file.
22521         * tests/test-vasnprintf.c: New file.
22522
22523         * modules/vsnprintf-tests: New file.
22524         * tests/test-vsnprintf.c: New file.
22525
22526         * modules/snprintf-tests: New file.
22527         * tests/test-snprintf.c: New file.
22528
22529 2007-03-04  Bruno Haible  <bruno@clisp.org>
22530
22531         Compile relocatable.c only if --enable-relocatable is specified.
22532         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
22533         gl_RELOCATABLE_LIBRARY.
22534         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
22535         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
22536         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
22537         gl_RELOCATABLE_LIBRARY.
22538         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
22539         (Makefile.am): Remove lib_SOURCES.
22540         * modules/relocatable-lib-lgpl (configure.ac): Invoke
22541         gl_RELOCATABLE_LIBRARY.
22542         (Makefile.am): Remove lib_SOURCES.
22543         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
22544         always.
22545         * modules/relocatable-prog-wrapper (configure.ac): Invoke
22546         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
22547
22548 2007-03-04  Bruno Haible  <bruno@clisp.org>
22549
22550         * modules/argmatch-tests: New file.
22551         * tests/test-argmatch.c: New file.
22552
22553         * tests/test-allocsa.c (main): Halve the number of loop runs.
22554
22555         * modules/alloca-opt-tests: New file.
22556         * tests/test-alloca-opt.c: New file.
22557
22558 2007-03-04  Jim Meyering  <jim@meyering.net>
22559
22560         Work around difference between Linux ACLs and Solaris 10 ZFS.
22561         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
22562         for EINVAL.
22563
22564 2007-03-03  Bruno Haible  <bruno@clisp.org>
22565
22566         * modules/relocatable-prog (Depends-on): Add back progreloc's
22567         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
22568
22569 2007-03-03  Bruno Haible  <bruno@clisp.org>
22570
22571         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
22572         * modules/relocatable-lib: New file.
22573
22574 2007-03-03  Bruno Haible  <bruno@clisp.org>
22575
22576         * modules/relocatable-prog: Renamed from modules/relocatable.
22577         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
22578
22579 2007-03-03  Bruno Haible  <bruno@clisp.org>
22580
22581         * modules/relocatable-script (Files): Add doc/relocatable.texi,
22582         m4/relocatable-lib.m4.
22583         (Depends-on): Remove 'relocatable'.
22584         (configure.ac): Add gl_RELOCATABLE_NOP.
22585
22586 2007-03-03  Bruno Haible  <bruno@clisp.org>
22587
22588         * modules/relocatable-prog-wrapper: New file.
22589         * modules/relocatable (Depends-on): Add it. Remove all other
22590         dependencies except progname.
22591         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
22592
22593         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
22594         (gl_FUNC_STRERROR): Nop.
22595         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
22596
22597         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
22598         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
22599
22600         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
22601         (gl_FUNC_READLINK): Update.
22602
22603         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
22604
22605 2007-03-03  Bruno Haible  <bruno@clisp.org>
22606
22607         * lib/xreadlink.c: Include <unistd.h> unconditionally.
22608         * modules/xreadlink (Depends-on): Add unistd.
22609         * modules/xreadlink-with-size (Depends-on): Likewise.
22610
22611 2007-03-03  Bruno Haible  <bruno@clisp.org>
22612
22613         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
22614         extracted from gt_FUNC_SETENV.
22615         (gt_FUNC_SETENV): Remove macro.
22616         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
22617         remove gt_FUNC_SETENV.
22618
22619 2007-03-03  Bruno Haible  <bruno@clisp.org>
22620
22621         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
22622         ENABLE_RELOCATABLE here.
22623         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
22624
22625 2007-03-03  Bruno Haible  <bruno@clisp.org>
22626
22627         * modules/rbtreehash-list-tests (Depends-on): Add progname.
22628         * tests/test-rbtreehash_list.c: Include progname.h.
22629         (main): Call set_program_name.
22630
22631         * modules/rbtree-oset-tests (Depends-on): Add progname.
22632         * tests/test-rbtree_oset.c: Include progname.h.
22633         (main): Call set_program_name.
22634
22635         * modules/rbtree-list-tests (Depends-on): Add progname.
22636         * tests/test-rbtree_list.c: Include progname.h.
22637         (main): Call set_program_name.
22638
22639         * modules/linked-list-tests (Depends-on): Add progname.
22640         * tests/test-linked_list.c: Include progname.h.
22641         (main): Call set_program_name.
22642
22643 2007-03-03  Bruno Haible  <bruno@clisp.org>
22644
22645         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
22646         All uses of __restrict changed to _Restrict_.
22647         * lib/glob_.h (__restrict): Remove macro.
22648
22649 2007-03-02  Bruno Haible  <bruno@clisp.org>
22650
22651         * modules/gettext (configure.ac): Require gettext infrastructure
22652         from version 0.16.1.
22653
22654 2007-03-02  Bruno Haible  <bruno@clisp.org>
22655
22656         * modules/linkedhash-list-tests (Depends-on): Add progname.
22657         * tests/test-linkedhash_list.c: Include progname.h.
22658         (main): Call set_program_name.
22659
22660         * modules/carray-list-tests (Depends-on): Add progname.
22661         * tests/test-carray_list.c: Include progname.h.
22662         (main): Call set_program_name.
22663
22664         * modules/avltreehash-list-tests (Depends-on): Add progname.
22665         * tests/test-avltreehash_list.c: Include progname.h.
22666         (main): Call set_program_name.
22667
22668         * modules/avltree-oset-tests (Depends-on): Add progname.
22669         * tests/test-avltree_oset.c: Include progname.h.
22670         (main): Call set_program_name.
22671
22672         * modules/avltree-list-tests (Depends-on): Add progname.
22673         * tests/test-avltree_list.c: Include progname.h.
22674         (main): Call set_program_name.
22675
22676         * modules/array-oset-tests (Depends-on): Add progname.
22677         * tests/test-array_oset.c: Include progname.h.
22678         (main): Call set_program_name.
22679
22680         * modules/array-list-tests (Depends-on): Add progname.
22681         * tests/test-array_list.c: Include progname.h.
22682         (main): Call set_program_name.
22683
22684         * modules/argp-tests (Depends-on): Add progname.
22685         * tests/test-argp.c: Include argp.h first. Include progname.h.
22686         (main): Call set_program_name.
22687
22688 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
22689
22690         * doc/gnulib-tool.texi (Initial import): Reword description of
22691         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
22692         limited effect even if defined after the first system include.
22693
22694 2007-03-01  Bruno Haible  <bruno@clisp.org>
22695
22696         * build-aux/config.libpath: Update to libtool-1.5.22.
22697         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22698
22699 2007-03-01  Bruno Haible  <bruno@clisp.org>
22700
22701         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
22702         foo_CFLAGS.
22703         Reported by Ralf Wildenhues.
22704
22705 2007-03-01  Bruno Haible  <bruno@clisp.org>
22706
22707         * build-aux/install-reloc: Remove object files left over by some
22708         compilers.
22709         Reported by Ralf Wildenhues.
22710
22711 2007-03-01  Bruno Haible  <bruno@clisp.org>
22712
22713         * build-aux/install-reloc: Break long lines.
22714
22715 2007-03-01  Bruno Haible  <bruno@clisp.org>
22716
22717         * doc/relocatable.texi: Document that it may not work on OpenBSD.
22718         Reported by Ralf Wildenhues.
22719
22720 2007-03-01  Bruno Haible  <bruno@clisp.org>
22721
22722         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
22723         include ordering constraints.
22724
22725 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
22726
22727         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
22728         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
22729         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
22730         as another example.
22731         * lib/time_.h: Fix misspelling.
22732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
22733         Require gl_HEADER_TIME_H_DEFAULTS.
22734         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
22735         * m4/time_r.m4 (gl_TIME_R): Likewise.
22736         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
22737
22738 2007-03-01  Bruno Haible  <bruno@clisp.org>
22739
22740         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
22741         * m4/utimens.m4 (gl_UTIMENS): Likewise.
22742
22743 2007-03-01  Jim Meyering  <jim@meyering.net>
22744
22745         * modules/xreadlink (Maintainer): Add my name.
22746         * modules/xreadlink-with-size (Depends-on): Alphabetize.
22747
22748 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
22749             Bruno Haible  <bruno@clisp.org>
22750
22751         * build-aux/install-reloc: Compile also c-ctype.c.
22752         * build-aux/relocatable.sh.in: New file.
22753         * doc/relocatable.texi: New file.
22754         * doc/relocatable-maint.texi: New file.
22755         * doc/gnulib.texi: Include relocatable-maint.texi.
22756         * lib/progreloc.c: Include unistd.h unconditionally.
22757         * lib/relocwrapper.c: Include unistd.h unconditionally.
22758         Include c-ctype.h.
22759         (add_dotbin): Use c_tolower.
22760         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
22761         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
22762         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
22763         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
22764         to m4/relocatable-lib.m4.
22765         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
22766         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
22767         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
22768         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
22769         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
22770         * modules/relocatable: New file.
22771         * modules/relocatable-lib: New file.
22772         * modules/relocatable-script: New file.
22773
22774 2007-02-28  Bruno Haible  <bruno@clisp.org>
22775
22776         Import --enable-relocatable infrastructure.
22777         * build-aux/config.libpath: New file, from GNU gettext.
22778         * build-aux/install-reloc: New file, from GNU gettext.
22779         * build-aux/reloc-ldflags: New file, from GNU gettext.
22780         * lib/relocatable.h: New file, from GNU gettext.
22781         * lib/relocatable.c: New file, from GNU gettext.
22782         * lib/relocwrapper.c: New file, from GNU gettext.
22783         * m4/relocatable.m4: New file, from GNU gettext.
22784
22785 2007-02-28  Bruno Haible  <bruno@clisp.org>
22786
22787         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
22788
22789         * modules/xreadlink: New file, from GNU gettext with modifications.
22790         * lib/xreadlink.c: New file, from GNU gettext.
22791         * lib/xreadlink.h: Add comments.
22792         (xreadlink): New declaration.
22793
22794         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
22795         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
22796         lib/xreadlink-with-size.c.
22797         (configure.ac): Remove gl_XREADLINK invocation.
22798         (Makefile.am): Augment lib_SOURCES.
22799         * m4/xreadlink.m4: Remove file.
22800         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
22801         (xreadlink_with_size): Renamed from xreadink.
22802         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
22803         * modules/canonicalize (Depends-on): Replace xreadlink with
22804         xreadlink-with-size.
22805         * lib/canonicalize.c (canonicalize_filename_mode): Update.
22806
22807 2007-02-25  Jim Meyering  <jim@meyering.net>
22808
22809         * build-aux/announce-gen: When complaining about excess arguments,
22810         list them.
22811
22812 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
22813
22814         * README: Document signed integer overflow situation more
22815         accurately.
22816
22817 2007-02-25  Bruno Haible  <bruno@clisp.org>
22818
22819         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
22820         'a' or 'A' conversion.
22821
22822 2007-02-25  Bruno Haible  <bruno@clisp.org>
22823
22824         * modules/filename: Renamed from modules/pathname.
22825         (Files): Replace lib/pathname.h with lib/filename.h. Replace
22826         lib/concatpath.c with lib/concat-filename.c.
22827         (Makefile.am): Update.
22828         (Include): Replace pathname.h with filename.h.
22829         * lib/filename.h: Renamed from lib/pathname.h.
22830         (concatenated_filename): Renamed from concatenated_pathname.
22831         * lib/concat-filename.c: Renamed from lib/concatpath.c.
22832         (concatenated_filename): Renamed from concatenated_pathname.
22833         * lib/findprog.c: Include filename.h instead of pathname.h.
22834         (find_in_path): Update.
22835         * lib/javacomp.c: Include filename.h instead of pathname.h.
22836         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22837         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22838         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22839         is_oldgcj_14_13_usable, is_javac_usable): Update.
22840         * lib/javaexec.c: Include filename.h instead of pathname.h.
22841         (execute_java_class): Update.
22842         * modules/findprog: Update.
22843         * modules/javacomp: Update.
22844         * modules/javaexec: Update.
22845         * MODULES.html.sh (File system functions): Add 'filename', remove
22846         'pathname'.
22847
22848 2007-02-25  Bruno Haible  <bruno@clisp.org>
22849
22850         * modules/printf-frexpl-tests: New file.
22851         * tests/test-printf-frexpl.c: New file.
22852
22853         * modules/printf-frexpl: New file.
22854         * lib/printf-frexpl.h: New file.
22855         * lib/printf-frexpl.c: New file.
22856         * m4/printf-frexpl.m4: New file.
22857
22858 2007-02-25  Bruno Haible  <bruno@clisp.org>
22859
22860         * modules/printf-frexp-tests: New file.
22861         * tests/test-printf-frexp.c: New file.
22862
22863         * modules/printf-frexp: New file.
22864         * lib/printf-frexp.h: New file.
22865         * lib/printf-frexp.c: New file.
22866         * m4/printf-frexp.m4: New file.
22867
22868 2007-02-25  Bruno Haible  <bruno@clisp.org>
22869
22870         Assume automake >= 1.10 for the tests.
22871         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
22872         * modules/arctwo-tests: Likewise.
22873         * modules/argp-tests: Likewise.
22874         * modules/avltree-list-tests: Likewise.
22875         * modules/avltree-oset-tests: Likewise.
22876         * modules/avltreehash-list-tests: Likewise.
22877         * modules/carray-list-tests: Likewise.
22878         * modules/crc-tests: Likewise.
22879         * modules/des-tests: Likewise.
22880         * modules/gc-arcfour-tests: Likewise.
22881         * modules/gc-arctwo-tests: Likewise.
22882         * modules/gc-des-tests: Likewise.
22883         * modules/gc-hmac-md5-tests: Likewise.
22884         * modules/gc-hmac-sha1-tests: Likewise.
22885         * modules/gc-md2-tests: Likewise.
22886         * modules/gc-md4-tests: Likewise.
22887         * modules/gc-md5-tests: Likewise.
22888         * modules/gc-pbkdf2-sha1-tests: Likewise.
22889         * modules/gc-rijndael-tests: Likewise.
22890         * modules/gc-sha1-tests: Likewise.
22891         * modules/gc-tests: Likewise.
22892         * modules/getaddrinfo-tests: Likewise.
22893         * modules/hmac-md5-tests: Likewise.
22894         * modules/hmac-sha1-tests: Likewise.
22895         * modules/linked-list-tests: Likewise.
22896         * modules/linkedhash-list-tests: Likewise.
22897         * modules/lock-tests: Likewise.
22898         * modules/md2-tests: Likewise.
22899         * modules/md4-tests: Likewise.
22900         * modules/md5-tests: Likewise.
22901         * modules/rbtree-list-tests: Likewise.
22902         * modules/rbtree-oset-tests: Likewise.
22903         * modules/rbtreehash-list-tests: Likewise.
22904         * modules/read-file-tests: Likewise.
22905         * modules/rijndael-tests: Likewise.
22906         * modules/stdint-tests: Likewise.
22907         * modules/tls-tests: Likewise.
22908
22909 2007-02-24  Bruno Haible  <bruno@clisp.org>
22910
22911         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
22912         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
22913         function; instead check whether isnan with a double argument links.
22914         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
22915         function; instead check whether isnan with a 'long double' argument
22916         links.
22917         Reported by Eric Blake <ebb9@byu.net>.
22918
22919 2007-02-24  Bruno Haible  <bruno@clisp.org>
22920
22921         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
22922         defined.
22923         * lib/isnanl.c: Remove all code. Just include isnan.c.
22924         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
22925
22926 2007-02-25  Jim Meyering  <jim@meyering.net>
22927
22928         Avoid conflicting types for 'unsetenv' on FreeBSD.
22929         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
22930         conflicting with FreeBSD's (5.0 and 6.1) function declaration
22931         in stdlib.h.
22932
22933 2007-02-24  Bruno Haible  <bruno@clisp.org>
22934
22935         * modules/isnanl-nolibm-tests: New file.
22936         * tests/test-isnanl.c: New file.
22937
22938         * modules/isnanl-nolibm: New file.
22939         * lib/isnanl.h: New file.
22940         * lib/isnanl.c: New file.
22941         * m4/isnanl.m4: New file.
22942
22943 2007-02-24  Bruno Haible  <bruno@clisp.org>
22944
22945         * modules/isnan-nolibm-tests: New file.
22946         * tests/test-isnan.c: New file.
22947
22948         * modules/isnan-nolibm: New file.
22949         * lib/isnan.h: New file.
22950         * lib/isnan.c: New file.
22951         * m4/isnan.m4: New file.
22952
22953 2007-02-24  Bruno Haible  <bruno@clisp.org>
22954
22955         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
22956         assume that an exponent fits in 20 bits.
22957
22958 2007-02-24  Jim Meyering  <jim@meyering.net>
22959
22960         * m4/regex.m4: Update the description of the configure-time option,
22961         --without-included-regex, to state accurately what the defaults are,
22962         and perhaps to give people an idea why using this option is risky.
22963
22964 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
22965
22966         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
22967         loops on small arguments.  This attempts to avoid the problem
22968         Bruno Haible reported for AIX 4.3.2 in
22969         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
22970
22971 2007-02-23  Bruno Haible  <bruno@clisp.org>
22972
22973         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
22974         Needed for help2man.
22975
22976 2007-02-23  Karl Berry  <karl@gnu.org>
22977
22978         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
22979         exists, foo.h should be cvs-ignored, not committed.
22980
22981 2007-02-23  Eric Blake  <ebb9@byu.net>
22982
22983         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
22984         * lib/stat-time.h (includes): Likewise.
22985         * lib/utimecmp.c (includes): Likewise.
22986         * lib/utimens.h (includes): Likewise.
22987         * lib/getdate.y (includes): Also include "timespec.h" for use
22988         internal to the module.
22989         * modules/utimens (Depends-on): Revert yesterday's patch.
22990         * modules/nanosleep (Depends-on): Add missing dependency.
22991
22992 2007-02-22  Bruno Haible  <bruno@clisp.org>
22993
22994         * lib/glob.c: Don't include getlogin_r.h.
22995
22996 2007-02-22  Jim Meyering  <jim@meyering.net>
22997
22998         * modules/utimens (Depends-on): Add timespec, required for
22999         utimens.h's inclusion of timespec.h.
23000
23001 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
23002
23003         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
23004         long unreadable paths in GNU/Linux.  Problem reported by Andreas
23005         Schwab in
23006         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
23007         I'll try to think of a better way to fix the Solaris problem.
23008
23009         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
23010         like glibc; on Solaris 10, it fails with errno == EINVAL.
23011         POSIX says the behavior is unspecified if the first argument is NULL,
23012         so play it safe and never pass NULL to the system getcwd.
23013
23014 2007-02-21  Jim Meyering  <jim@meyering.net>
23015
23016         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
23017         of gettimeofday.  It would conflict with the one now always
23018         provided via sys_time_.h.  Reported by Matthew Woehlke, as
23019         an IRIX 6.5 build failure.
23020
23021 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
23022
23023         Minor fixups to port to Solaris 10 with Sun C 5.8.
23024         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
23025         * modules/getcwd (Depends-on): Add dirfd.
23026         * lib/putenv.c (putenv): #undef it.
23027         (rpl_putenv): New decl.
23028         (malloc, free): Include <stdlib.h> rather than prototyping separately.
23029
23030 2007-02-20  Bruno Haible  <bruno@clisp.org>
23031
23032         * modules/stdio-tests: New file.
23033         * tests/test-stdio.c: New file.
23034
23035         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
23036         (Depends-on): Add stdio.
23037         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23038         (Include): Use <stdio.h> instead of vsnprintf.h.
23039         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23040         HAVE_DECL_VSNPRINTF.
23041         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
23042
23043         * modules/snprintf (Files): Remove lib/snprintf.h.
23044         (Depends-on): Add stdio.
23045         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
23046         (Include): Use <stdio.h> instead of snprintf.h.
23047         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
23048         HAVE_DECL_SNPRINTF.
23049         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
23050         * lib/getaddrinfo.c: Likewise.
23051
23052         * modules/stdio: New file.
23053         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
23054         * lib/snprintf.h: Remove file.
23055         * lib/vsnprintf.h: Remove file.
23056         * lib/.cppi-disable: Remove snprintf.h.
23057         * m4/stdio_h.m4: New file.
23058         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
23059
23060 2007-02-20  Jim Meyering  <jim@meyering.net>
23061
23062         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
23063         used by e.g., mingw.  From Bruno Haible.
23064
23065 2007-02-19  Bruno Haible  <bruno@clisp.org>
23066
23067         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
23068         warnings.
23069         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23070
23071 2007-02-19  Bruno Haible  <bruno@clisp.org>
23072
23073         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
23074         from mingw users.
23075
23076 2007-02-19  Bruno Haible  <bruno@clisp.org>
23077
23078         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
23079         warnings.
23080         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
23081
23082 2007-02-19  Jim Meyering  <jim@meyering.net>
23083
23084         Don't use FD after a successful "fdopendir (fd)".
23085         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
23086         Reset it by calling dirfd on the just-obtained DIR*.
23087
23088         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
23089         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
23090
23091 2007-02-18  Bruno Haible  <bruno@clisp.org>
23092
23093         * lib/readlink.c: Include <unistd.h>.
23094         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
23095         HAVE_READLINK.
23096         * modules/readlink (Depends-on): Add unistd.
23097         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23098         (Include): Add <unistd.h>.
23099
23100         * lib/getlogin_r.h: Remove file.
23101         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
23102         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
23103         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
23104         HAVE_DECL_GETLOGIN_R.
23105         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
23106         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23107         (Include): Use <unistd.h> instead of getlogin_r.h.
23108
23109         * lib/getcwd.h: Remove file.
23110         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
23111         * lib/xgetcwd.c: Likewise.
23112         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
23113         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
23114         * modules/getcwd (Files): Remove lib/getcwd.h.
23115         (Depends-on): Add unistd.
23116         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23117         (Include): Use <unistd.h> instad of getcwd.h.
23118
23119         * lib/ftruncate.c: Include <unistd.h> first.
23120         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
23121         Set HAVE_FTRUNCATE.
23122         * modules/ftruncate (Depends-on): Add unistd.
23123         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23124
23125         * lib/fchdir.c: Include <unistd.h> first.
23126         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
23127         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
23128         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
23129         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23130         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
23131
23132         * lib/dup2.c: Include <unistd.h> first.
23133         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
23134         HAVE_DUP2.
23135         * modules/dup2 (Depends-on): Add unistd.
23136         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23137
23138         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
23139         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
23140         REPLACE_CHOWN. Don't define chown as a macro here.
23141         * modules/chown (Depends-on): Add unistd.
23142         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
23143
23144         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
23145         Add definition for GL_LINK_WARNING.
23146         (chown, dup2): New declarations.
23147         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
23148         link warning.
23149         (ftruncate): New declaration.
23150         (getcwd): New declaration, taken from old getcwd.h.
23151         (getlogin_r): New declaration, taken from old getlogin_r.h.
23152         (readlink): New declaration.
23153         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
23154         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
23155         (gl_PREREQ_UNISTD): Remove macro.
23156         (gl_UNISTD_MODULE_INDICATOR): New macro.
23157         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
23158         many new variables. Don't set UNISTD_H.
23159         * modules/unistd (Description): Change.
23160         (Depends-on): Add link-warning.
23161         (configure.ac): Update.
23162         (Makefile.am): Create unistd.h always. Substitute many new variables
23163         into it.
23164
23165 2007-02-18  Bruno Haible  <bruno@clisp.org>
23166
23167         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
23168         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
23169         HAVE_GETSUBOPT.
23170         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
23171         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
23172         * lib/getsubopt.h: Remove file.
23173         * modules/getsubopt (Files): Remove lib/getsubopt.h.
23174         (Depends-on): Add stdlib.
23175         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23176         (Includes): Use <stdlib.h> instead of getsubopt.h.
23177         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
23178         Set HAVE_GETSUBOPT.
23179         * lib/getsubopt.c: Don't include getsubopt.h.
23180
23181 2007-02-18  Bruno Haible  <bruno@clisp.org>
23182
23183         * modules/fchdir (Depends-on): Add dup2.
23184
23185 2007-02-18  Bruno Haible  <bruno@clisp.org>
23186
23187         * lib/stdlib_.h: Handle glibc's special invocation convention
23188         specially.
23189
23190 2007-02-18  Bruno Haible  <bruno@clisp.org>
23191
23192         * modules/stdlib-tests: New file.
23193         * tests/test-stdlib.c: New file.
23194
23195         * modules/mkstemp (Files): Remove lib/mkstemp.h.
23196         (Depends-on): Add stdlib.
23197         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23198         (Includes): Use <stdlib.h> instead of mkstemp.h.
23199         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23200         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
23201         * lib/mkstemp.c: Don't include mkstemp.h.
23202         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
23203         * lib/stdlib--.h: Don't include mkstemp.h.
23204
23205         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
23206         (Depends-on): Add stdlib.
23207         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
23208         (Includes): Use <stdlib.h> instead of mkdtemp.h.
23209         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
23210         HAVE_MKDTEMP.
23211         * lib/mkdtemp.c: Don't include mkdtemp.h.
23212         * lib/clean-temp.c: Don't include mkdtemp.h.
23213
23214         * modules/exit (Files): Remove lib/exit.h.
23215         (Depends-on): Add stdlib.
23216         (Makefile.am): Remove lib_SOURCES.
23217         (Include): Use <stdlib.h> instead of exit.h.
23218         * lib/argmatch.c: Don't include exit.h.
23219         * lib/execute.c: Likewise.
23220         * lib/pagealign_alloc.c: Likewise.
23221         * lib/pipe.c: Likewise.
23222         * lib/wait-process.c: Likewise.
23223         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
23224         * lib/exitfail.c: Likewise.
23225         * lib/savewd.c: Likewise.
23226         * lib/xsetenv.c: Likewise.
23227
23228         * modules/stdlib: New file.
23229         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
23230         and extra comments about mkstemp().
23231         * lib/exit.h: Remove file.
23232         * lib/mkdtemp.h: Remove file.
23233         * lib/mkstemp.h: Remove file.
23234         * m4/stdlib_h.m4: New file.
23235         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
23236
23237 2007-02-18  Bruno Haible  <bruno@clisp.org>
23238
23239         * modules/math-tests: New file.
23240         * tests/test-math.c: New file.
23241
23242         * modules/math: New file.
23243         * modules/mathl (Files): Remove lib/mathl.h.
23244         (Depends-on): Add math.
23245         (Makefile.am): Don't mention mathl.h.
23246         (Include): Use <math.h> instead of mathl.h.
23247         * lib/math_.h: New file.
23248         * lib/mathl.h: Remove file.
23249         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
23250         mathl.h.
23251         * lib/asinl.c: Likewise.
23252         * lib/atanl.c: Likewise.
23253         * lib/ceill.c: Likewise.
23254         * lib/cosl.c: Likewise.
23255         * lib/expl.c: Likewise.
23256         * lib/floorl.c: Likewise.
23257         * lib/frexpl.c: Likewise.
23258         * lib/ldexpl.c: Likewise.
23259         * lib/logl.c: Likewise.
23260         * lib/sincosl.c: Likewise.
23261         * lib/sinl.c: Likewise.
23262         * lib/sqrtl.c: Likewise.
23263         * lib/tanl.c: Likewise.
23264         * lib/trigl.c: Likewise.
23265         * m4/math_h.m4: New file.
23266         * MODULES.html.sh (Mathematics): Add math.
23267
23268 2007-02-17  Bruno Haible  <bruno@clisp.org>
23269
23270         * modules/wctype-tests: New file.
23271         * tests/test-wctype.c: New file.
23272
23273         * modules/wchar-tests: New file.
23274         * tests/test-wchar.c: New file.
23275
23276         * modules/unistd-tests: New file.
23277         * tests/test-unistd.c: New file.
23278
23279         * modules/time-tests: New file.
23280         * tests/test-time.c: New file.
23281
23282         * modules/sysexits-tests: New file.
23283         * tests/test-sysexits.c: New file.
23284
23285         * modules/sys_time-tests: New file.
23286         * tests/test-sys_time.c: New file.
23287
23288         * modules/sys_stat-tests: New file.
23289         * tests/test-sys_stat.c: New file.
23290
23291         * modules/sys_socket-tests: New file.
23292         * tests/test-sys_socket.c: New file.
23293
23294         * modules/sys_select-tests: New file.
23295         * tests/test-sys_select.c: New file.
23296
23297         * modules/string-tests: New file.
23298         * tests/test-string.c: New file.
23299
23300         * modules/stdbool-tests: New file.
23301         * tests/test-stdbool.c: New file.
23302
23303         * modules/netinet_in-tests: New file.
23304         * tests/test-netinet_in.c: New file.
23305
23306         * modules/inttypes-tests: New file.
23307         * tests/test-inttypes.c: New file.
23308
23309         * modules/fcntl-tests: New file.
23310         * tests/test-fcntl.c: New file.
23311
23312         * modules/byteswap-tests: New file.
23313         * tests/test-byteswap.c: New file.
23314
23315         * modules/arpa_inet-tests: New file.
23316         * tests/test-arpa_inet.c: New file.
23317
23318 2007-02-17  Bruno Haible  <bruno@clisp.org>
23319
23320         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
23321         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
23322         if the corresponding module is not enabled. Emit link warnings if
23323         the function is used nevertheless.
23324         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
23325         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
23326         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
23327         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
23328         * modules/inttypes (Depends-on): Add link-warning.
23329         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23330         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
23331         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
23332         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
23333         * modules/imaxdiv (configure.ac): Likewise.
23334         * modules/strtoimax (configure.ac): Likewise.
23335         * modules/strtoumax (configure.ac): Likewise.
23336
23337 2007-02-17  Bruno Haible  <bruno@clisp.org>
23338
23339         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
23340         gl_STRING_MODULE_INDICATOR_DEFAULTS.
23341         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
23342         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
23343
23344 2007-02-17  Bruno Haible  <bruno@clisp.org>
23345
23346         * modules/link-warning: New file.
23347         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
23348         * lib/string_.h (GL_LINK_WARNING): Remove definition.
23349         * modules/string (Depends-on): Add link-warning.
23350         (Makefile.am): Copy the contents of build-aux/link-warning.h into
23351         string.h.
23352         * MODULES.html.sh (Support for building libraries and executables): Add
23353         link-warning.
23354
23355 2007-02-17  Bruno Haible  <bruno@clisp.org>
23356
23357         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
23358         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
23359         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
23360         long lines.
23361
23362 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
23363             Bruno Haible  <bruno@clisp.org>
23364
23365         * modules/tmpfile: New file.
23366         * lib/tmpfile.c: New file.
23367         * m4/tmpfile.m4: New file.
23368         * MODULES.html.sh (func_all_modules): New section "Input/output".
23369
23370 2007-02-15  Bruno Haible  <bruno@clisp.org>
23371
23372         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
23373         (supports_delete_on_close): New function.
23374         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
23375
23376 2007-02-14  Bruno Haible  <bruno@clisp.org>
23377
23378         * modules/mbspcasecmp-tests: New file.
23379         * tests/test-mbspcasecmp.sh: New file.
23380         * tests/test-mbspcasecmp.c: New file.
23381
23382         New module mbspcasecmp.
23383         * modules/mbspcasecmp: New file.
23384         * lib/mbspcasecmp.c: New file.
23385         * lib/string_.h (strncasecmp): Change warning message.
23386         (mbspcasecmp): New declaration.
23387         * m4/mbspcasecmp.m4: New file.
23388         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23389         GNULIB_MBSPCASECMP.
23390         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
23391         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
23392
23393 2007-02-14  Bruno Haible  <bruno@clisp.org>
23394
23395         * modules/mbsncasecmp-tests: New file.
23396         * tests/test-mbsncasecmp.sh: New file.
23397         * tests/test-mbsncasecmp.c: New file.
23398
23399         New module mbsncasecmp.
23400         * modules/mbsncasecmp: New file.
23401         * lib/mbsncasecmp.c: New file.
23402         * lib/string_.h (mbsncasecmp): New declaration.
23403         * m4/mbsncasecmp.m4: New file.
23404         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23405         GNULIB_MBSNCASECMP.
23406         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
23407         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
23408
23409 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
23410
23411         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
23412         Verify that it doesn't overlap with our flags.
23413         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
23414         do not have the desired effect in multibyte locales; instead, use
23415         mbscasecmp.
23416         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
23417         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
23418         we don't require GNU fnmatch ourselves (if our users require it, they
23419         should do so explicitly).
23420
23421         Fix regex code so it doesn't rely on strcasecmp.
23422         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
23423         Otherwise, include gnulib's langinfo.h.
23424         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
23425         undesirable behavior in non-C locales.  Instead, rely on localecharset.
23426         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
23427         * modules/regex (FILES): Remove m4/codeset.m4.
23428         (Depends-on): Add localcharset.  Remove strcase.
23429
23430 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23431
23432         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
23433         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
23434
23435 2007-02-13  Bruno Haible  <bruno@clisp.org>
23436
23437         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
23438         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23439
23440 2007-02-12  Bruno Haible  <bruno@clisp.org>
23441
23442         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23443         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
23444         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
23445         time warning rather than a link error.
23446
23447 2007-02-12  Bruno Haible  <bruno@clisp.org>
23448
23449         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
23450         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
23451         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23452
23453 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23454
23455         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
23456         args, not 2.
23457
23458 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
23459
23460         New module 'time', so that apps can include <time.h> as per
23461         POSIX and GNU instead of separate include files like time_r.h
23462         and timegm.h.  This implementation tries out a simpler approach
23463         for replacing decls in standard include files (as compared to
23464         the string module), somewhat as an experiment.
23465
23466         * config/srclist.txt: Comment out mktime.c for now.
23467         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
23468         since it doesn't apply any more.  Use generic wording instead.
23469         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
23470         'time'.
23471         * lib/time_.h, m4/time_h.m4, modules/time: New files.
23472         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
23473         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
23474         Don't include <sys/types.h>; no longer needed since we assume C89.
23475         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
23476         * lib/strftime.c: Likewise.
23477         * lib/time_r.c: Likewise.
23478         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
23479         * lib/nanosleep.c: Include <time.h> first, to check interface.
23480         * lib/strptime.c: Likewise.
23481         * lib/time_r.c: Likewise.
23482         * lib/timegm.c: Likewise.
23483         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
23484         needed.
23485         * lib/timegm.c: Don't include timegm.h; no longer needed.
23486         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
23487         time.h now handles any problems in that area.
23488         (struct timespec, nanosleep): Remove; time.h now arranges for these.
23489         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
23490         that time.h defines struct timespec.
23491         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
23492         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
23493         handles that.
23494         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
23495         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
23496         needed.  Set REPLACE_LOCALTIME.
23497         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
23498         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
23499         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
23500         nanosleep; time_h.m4 now does that.  Don't require
23501         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
23502         module handles this now.
23503         * modules/getdate (Depends-on): Remove timespec.  Add time.
23504         * modules/nanosleep (Depends-on): Likewise.
23505         * modules/stat-time (Depends-on): Likewise.
23506         * modules/nanosleep (Include): Include time.h, not timespec.h.
23507         * modules/strptime (Files): Remove lib/strptime.h.
23508         (Depends-on): Add extensions, time.
23509         (Include): Include time.h, not strptime.h.
23510         * modules/time_r (Files): Remove lib/time_r.h.
23511         (Depends-on): Add time.
23512         (Include): Include time.h, not time_r.h.
23513         * modules/timegm: Likewise.
23514         * modules/timespec (Description): Now does timespec-related decls
23515         of our own, instead of struct timespec itself.
23516         (Depends-on): Add time; remove extensions.
23517         (Maintainer): Add self.
23518         * modules/utimecmp (Depends-on): Add time; remove timespec.
23519         * modules/utimens (Depends-on): Likewise.
23520         * modules/xnanosleep (Depends-on): Likewise.
23521
23522 2007-02-11  Bruno Haible  <bruno@clisp.org>
23523
23524         * lib/c-strstr.c: Include allocsa.h.
23525         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23526         * lib/c-strcasestr.c: Include allocsa.h.
23527         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23528         * lib/strcasestr.c: Include allocsa.h.
23529         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
23530         * lib/mbsstr.c: Include allocsa.h.
23531         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23532         allocsa/freesa instead of malloc/free.
23533         * lib/mbscasestr.c: Include allocsa.h.
23534         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
23535         allocsa/freesa instead of malloc/free.
23536         * modules/c-strstr (Depends-on): Add allocsa.
23537         * modules/c-strcasestr (Depends-on): Likewise.
23538         * modules/strcasestr (Depends-on): Likewise.
23539         * modules/mbsstr (Depends-on): Likewise.
23540         * modules/mbscasestr (Depends-on): Likewise.
23541
23542 2007-02-11  Bruno Haible  <bruno@clisp.org>
23543
23544         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
23545
23546         * modules/mbsspn-tests: New file.
23547         * tests/test-mbsspn.sh: New file.
23548         * tests/test-mbsspn.c: New file.
23549
23550 2007-02-11  Bruno Haible  <bruno@clisp.org>
23551
23552         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
23553
23554         * modules/mbspbrk-tests: New file.
23555         * tests/test-mbspbrk.sh: New file.
23556         * tests/test-mbspbrk.c: New file.
23557
23558 2007-02-11  Bruno Haible  <bruno@clisp.org>
23559
23560         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
23561         unneeded cast.
23562
23563         * modules/mbscspn-tests: New file.
23564         * tests/test-mbscspn.sh: New file.
23565         * tests/test-mbscspn.c: New file.
23566
23567 2007-02-11  Bruno Haible  <bruno@clisp.org>
23568
23569         * modules/mbscasecmp-tests: New file.
23570         * tests/test-mbscasecmp.sh: New file.
23571         * tests/test-mbscasecmp.c: New file.
23572
23573 2007-02-11  Bruno Haible  <bruno@clisp.org>
23574
23575         Ensure O(n) worst-case complexity of mbscasestr.
23576         * lib/mbscasestr.c: Include stdbool.h.
23577         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23578         functions.
23579         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
23580         the bookkeeping indicates that it's worth it.
23581         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
23582
23583         * modules/mbscasestr-tests: New file.
23584         * tests/test-mbscasestr1.c: New file.
23585         * tests/test-mbscasestr2.sh: New file.
23586         * tests/test-mbscasestr2.c: New file.
23587         * tests/test-mbscasestr3.sh: New file.
23588         * tests/test-mbscasestr3.c: New file.
23589         * tests/test-mbscasestr4.sh: New file.
23590         * tests/test-mbscasestr4.c: New file.
23591         * m4/locale-tr.m4: New file.
23592
23593 2007-02-11  Bruno Haible  <bruno@clisp.org>
23594
23595         Ensure O(n) worst-case complexity of mbsstr.
23596         * lib/mbsstr.c: Include stdbool.h.
23597         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
23598         functions.
23599         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
23600         bookkeeping indicates that it's worth it.
23601         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
23602
23603         * modules/mbsstr-tests: New file.
23604         * tests/test-mbsstr1.c: New file.
23605         * tests/test-mbsstr2.sh: New file.
23606         * tests/test-mbsstr2.c: New file.
23607         * tests/test-mbsstr3.sh: New file.
23608         * tests/test-mbsstr3.c: New file.
23609         * m4/locale-fr.m4: New file.
23610
23611 2007-02-11  Bruno Haible  <bruno@clisp.org>
23612
23613         * lib/mbsrchr.c (mbsrchr): Fix bug.
23614
23615         * modules/mbsrchr-tests: New file.
23616         * tests/test-mbsrchr.sh: New file.
23617         * tests/test-mbsrchr.c: New file.
23618
23619 2007-02-11  Bruno Haible  <bruno@clisp.org>
23620
23621         * lib/mbschr.c (mbschr): Fix bug.
23622
23623         * modules/mbschr-tests: New file.
23624         * tests/test-mbschr.sh: New file.
23625         * tests/test-mbschr.c: New file.
23626         * m4/locale-zh.m4: New file.
23627
23628 2007-02-11  Bruno Haible  <bruno@clisp.org>
23629
23630         Support for copying multibyte string iterators.
23631         * lib/mbiter.h: Include <string.h>.
23632         (mbiter_multi_copy): New function.
23633         (mbi_copy): New macro.
23634         * lib/mbuiter.h: Include <string.h>.
23635         (mbuiter_multi_copy): New function.
23636         (mbui_copy): New macro.
23637
23638 2007-02-11  Bruno Haible  <bruno@clisp.org>
23639
23640         New module mbslen.
23641         * modules/mbslen: New file.
23642         * lib/mbslen.c: New file.
23643         * lib/string_.h (mbslen): New declaration.
23644         * m4/mbslen.m4: New file.
23645         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23646         GNULIB_MBSLEN.
23647         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
23648         * MODULES.html.sh (Internationalization functions): Add mbslen.
23649
23650 2007-02-11  Bruno Haible  <bruno@clisp.org>
23651
23652         Ensure O(n) worst-case complexity of strcasestr substitute.
23653         * lib/strcasestr.c: Include stdbool.h.
23654         (knuth_morris_pratt): New function.
23655         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23656         bookkeeping indicates that it's worth it.
23657         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
23658
23659         * modules/strcasestr-tests: New file.
23660         * tests/test-strcasestr.c: New file.
23661
23662 2007-02-11  Bruno Haible  <bruno@clisp.org>
23663
23664         Ensure O(n) worst-case complexity of c_strcasestr.
23665         * lib/c-strcasestr.c: Include stdbool.h, string.h.
23666         (knuth_morris_pratt): New function.
23667         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
23668         the bookkeeping indicates that it's worth it.
23669         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
23670
23671         * modules/c-strcasestr-tests: New file.
23672         * tests/test-c-strcasestr.c: New file.
23673
23674 2007-02-11  Bruno Haible  <bruno@clisp.org>
23675
23676         Ensure O(n) worst-case complexity of c_strstr.
23677         * lib/c-strstr.c: Include stdbool.h, string.h.
23678         (knuth_morris_pratt): New function.
23679         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
23680         bookkeeping indicates that it's worth it.
23681         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
23682
23683         * lib/c-strstr.c: Complete rewrite for maintainability.
23684
23685         * modules/c-strstr-tests: New file.
23686         * tests/test-c-strstr.c: New file.
23687
23688 2007-02-11  Bruno Haible  <bruno@clisp.org>
23689
23690         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
23691         5.2.1 and earlier, whereby \055 was treated just like the range
23692         delimiter '-'.
23693         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23694
23695 2007-02-08  Bruno Haible  <bruno@clisp.org>
23696
23697         * modules/regex (Depends-on): Add stdbool.
23698         Reported by Dalibor Topic <robilad@kaffe.org>.
23699
23700 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
23701
23702         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
23703         Prefer returning from main to exiting from it.
23704         Remove unnecessary parens after sizeof.
23705
23706 2007-02-05  Bruno Haible  <bruno@clisp.org>
23707
23708         New module mbssep.
23709         * modules/mbssep: New file.
23710         * lib/mbssep.c: New file.
23711         * lib/string_.h (strsep): Add a conditional link warning.
23712         (mbssep): New declaration.
23713         * m4/mbssep.m4: New file.
23714         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23715         GNULIB_MBSSEP.
23716         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
23717         * MODULES.html.sh (Internationalization functions): Add mbssep.
23718
23719 2007-02-05  Bruno Haible  <bruno@clisp.org>
23720
23721         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
23722         Optimize search in case of 1 delimiter.
23723
23724 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23725
23726         * lib/acl.h: Include sys/types.h before sys/acl.h.
23727
23728 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
23729
23730         Merge upstream fix for glibc bugzilla #3957:
23731
23732         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
23733
23734         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
23735         bit for RE_HAT_LISTS_NOT_NEWLINE.
23736         (build_charclass_op): Remove bogus comment.
23737
23738 2007-02-05  Simon Josefsson  <simon@josefsson.org>
23739
23740         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
23741
23742 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23743
23744         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
23745         * lib/memmem.c [!defined _LIBC]: Include config.h.
23746
23747 2007-02-04  Bruno Haible  <bruno@clisp.org>
23748
23749         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
23750         warning message.
23751
23752 2007-02-04  Bruno Haible  <bruno@clisp.org>
23753
23754         New module mbstok_r.
23755         * modules/mbstok_r: New file.
23756         * lib/mbstok_r.c: New file.
23757         * lib/string_.h (strtok_r): Change argument names to match the
23758         comments. Add a conditional link warning.
23759         (mbstok_r): New declaration.
23760         * m4/mbstok_r.m4: New file.
23761         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23762         GNULIB_MBSTOK_R.
23763         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
23764         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
23765
23766 2007-02-04  Bruno Haible  <bruno@clisp.org>
23767
23768         New module mbsspn.
23769         * modules/mbsspn: New file.
23770         * lib/mbsspn.c: New file.
23771         * lib/string_.h (strspn): Add a conditional link warning.
23772         (mbsspn): New declaration.
23773         * m4/mbsspn.m4: New file.
23774         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23775         GNULIB_MBSSPN.
23776         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
23777         * MODULES.html.sh (Internationalization functions): Add mbsspn.
23778
23779 2007-02-04  Bruno Haible  <bruno@clisp.org>
23780
23781         New module mbspbrk.
23782         * modules/mbspbrk: New file.
23783         * lib/mbspbrk.c: New file.
23784         * lib/string_.h (strpbrk): Add a conditional link warning.
23785         (mbspbrk): New declaration.
23786         * m4/mbspbrk.m4: New file.
23787         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23788         GNULIB_MBSPBRK.
23789         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
23790         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
23791
23792 2007-02-04  Bruno Haible  <bruno@clisp.org>
23793
23794         New module mbscspn.
23795         * modules/mbscspn: New file.
23796         * lib/mbscspn.c: New file.
23797         * lib/string_.h (strcspn): Add a conditional link warning.
23798         (mbscspn): New declaration.
23799         * m4/mbscspn.m4: New file.
23800         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23801         GNULIB_MBSCSPN.
23802         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
23803         * MODULES.html.sh (Internationalization functions): Add mbscspn.
23804
23805 2007-02-04  Bruno Haible  <bruno@clisp.org>
23806
23807         New module mbscasestr, reduced goal of strcasestr.
23808         * modules/mbscasestr: New file.
23809         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
23810         (mbscasestr): Renamed from strcasestr.
23811         * lib/strcasestr.c: Don't include mbuiter.h.
23812         (strcasestr): Remove support for multibyte locales.
23813         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
23814         Change the conditional link warning.
23815         (mbscasestr): New declaration.
23816         * m4/mbscasestr.m4: New file.
23817         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
23818         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
23819         REPLACE_STRCASESTR.
23820         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
23821         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23822         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23823         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
23824         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
23825         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
23826         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
23827         (Depends-on): Remove mbuiter.
23828         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
23829
23830 2007-02-04  Bruno Haible  <bruno@clisp.org>
23831
23832         Simplify handling of strncasecmp.
23833         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
23834         the conditional link warning.
23835         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23836         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
23837         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
23838         * modules/strcase (configure.ac): Don't invoke
23839         gl_STRING_MODULE_INDICATOR.
23840         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
23841
23842 2007-02-04  Bruno Haible  <bruno@clisp.org>
23843
23844         New module mbscasecmp, reduced goal of strcasecmp.
23845         * modules/mbscasecmp: New file.
23846         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
23847         (mbscasecmp): Renamed from strcasecmp.
23848         * lib/strcasecmp.c: Don't include mbuiter.h.
23849         (strcasecmp): Remove support for multibyte locales.
23850         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
23851         Change the conditional link warning.
23852         (mbscasecmp): New declaration.
23853         * m4/mbscasecmp.m4: New file.
23854         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
23855         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
23856         REPLACE_STRCASECMP.
23857         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
23858         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23859         GNULIB_MBSCASECMP.
23860         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
23861         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
23862         * modules/strcase (Files): Remove m4/mbrtowc.m4.
23863         (Depends-on): Remove mbuiter.
23864         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
23865
23866 2007-02-04  Bruno Haible  <bruno@clisp.org>
23867
23868         New module mbsstr. Remove module strstr.
23869         * modules/mbsstr: New file.
23870         * modules/strstr: Remove file.
23871         * lib/mbsstr.c: Renamed from lib/strstr.c.
23872         (mbsstr): Renamed from strstr.
23873         * lib/string_.h (strstr): Remove declaration. Change the conditional
23874         link warning.
23875         (mbsstr): New declaration.
23876         * m4/mbsstr.m4: New file.
23877         * m4/strstr.m4: Remove file.
23878         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
23879         REPLACE_STRSTR.
23880         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
23881         Don't initialize GNULIB_STRSTR.
23882         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
23883         substitute GNULIB_STRSTR and REPLACE_STRSTR.
23884         * MODULES.html.sh (Internationalization functions): Add mbsstr.
23885         (Support for systems lacking ANSI C 89): Remove strstr.
23886
23887 2007-02-04  Bruno Haible  <bruno@clisp.org>
23888
23889         New module mbsrchr.
23890         * modules/mbsrchr: New file.
23891         * lib/mbsrchr.c: New file.
23892         * lib/string_.h (strrchr): Add a conditional link warning.
23893         (mbsrchr): New declaration.
23894         * m4/mbsrchr.m4: New file.
23895         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23896         GNULIB_MBSRCHR.
23897         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
23898         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
23899
23900 2007-02-04  Bruno Haible  <bruno@clisp.org>
23901
23902         New module mbschr.
23903         * modules/mbschr: New file.
23904         * lib/mbschr.c: New file.
23905         * lib/string_.h (strchr): Add a conditional link warning.
23906         (mbschr): New declaration.
23907         * m4/mbschr.m4: New file.
23908         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
23909         GNULIB_MBSCHR.
23910         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
23911         * MODULES.html.sh (Internationalization functions): Add mbschr.
23912
23913 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
23914
23915         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
23916
23917         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
23918
23919 2007-02-04  Bruno Haible  <bruno@clisp.org>
23920
23921         New module description section 'configure.ac-early'.
23922         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
23923         (func_get_autoconf_early_snippet): New function.
23924         (func_import, func_create_testdir): Use it. Remove special cases for
23925         modules 'extensions' and 'lock'.
23926         * modules/extensions (configure.ac-early): Require
23927         gl_USE_SYSTEM_EXTENSIONS.
23928         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
23929
23930 2007-02-04  Bruno Haible  <bruno@clisp.org>
23931
23932         Make use of gcj-4.3's -fsource and -ftarget option.
23933         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
23934         and if so try the options -fsource and -ftarget.
23935         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
23936         source_version, ftarget_option, target_version arguments.
23937         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
23938         (is_envjavac_oldgcj_14_14_usable): Renamed from
23939         is_envjavac_gcj_14_14_usable.
23940         (is_envjavac_oldgcj_14_13_usable): Renamed from
23941         is_envjavac_gcj_14_13_usable.
23942         (is_gcj_present): Update.
23943         (is_gcj_43, is_gcj43_usable): New functions.
23944         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
23945         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
23946         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
23947         try the options -fsource and -ftarget.
23948
23949 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
23950
23951         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
23952         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
23953         larger value.
23954
23955 2007-02-03  Jim Meyering  <jim@meyering.net>
23956
23957         Give tools a better chance to allocate space for very large buffers.
23958         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
23959
23960         Make pwd and readlink work also when run with an unreadable parent dir
23961         on systems with openat support.
23962         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
23963         provided getcwd function, even when we have openat support.
23964         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
23965
23966 2007-02-02  Bruno Haible  <bruno@clisp.org>
23967
23968         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
23969         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
23970         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
23971         portability problems if one of these functions is only used on specific
23972         platforms.
23973         Reported by Paul Eggert.
23974
23975 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
23976
23977         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
23978         is causing more trouble than it's curing.
23979         * lib/regex_internal.h (__mempcpy): Remove.
23980         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
23981         (and make the code a tad smaller to boot).
23982         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
23983
23984 2007-02-02  Jim Meyering  <jim@meyering.net>
23985
23986         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
23987         section, not in the Makefile.am: one.
23988
23989 2007-02-02  Eric Blake  <ebb9@byu.net>
23990
23991         * lib/strchrnul.c: Always include config.h first.
23992
23993         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
23994         gnulib strstr is not necessary here.
23995
23996 2007-02-02  Simon Josefsson  <simon@josefsson.org>
23997
23998         * m4/socklen.m4: Fix typo.
23999
24000 2007-02-02  Eric Blake  <ebb9@byu.net>
24001
24002         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
24003         * modules/netinet_in (Makefile.am): Likewise.
24004
24005 2007-02-01  Bruno Haible  <bruno@clisp.org>
24006
24007         * lib/string_.h (GL_LINK_WARNING): New macro.
24008         (strcasecmp, strstr, strcasestr): If provided by the system,
24009         conditionally define as a macro that leads to a warning instead of to
24010         an error.
24011         (strncasecmp): Conditionally define as a macro that leads to a warning.
24012
24013 2007-02-01  Karl Berry  <karl@gnu.org>
24014
24015         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
24016
24017 2007-02-01  Bruno Haible  <bruno@clisp.org>
24018
24019         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
24020         renamings.
24021
24022 2007-02-01  Eric Blake  <ebb9@byu.net>
24023
24024         * modules/regex (Depends-on): Revert dependence on mempcpy.
24025         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
24026         module's definition of mempcpy.
24027         Reported by Paul Eggert.
24028
24029 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
24030
24031         * lib/string_.h: If the gnulib module XYZ is not present, undefine
24032         the symbol XYZ before redefining it.  This fixes a problem with
24033         programs that don't use XYZ, when compiled on systems that define
24034         XYZ to something else.
24035
24036 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
24037
24038         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
24039         occurs when "mkdir -m foo" creates a setgid directory that is (1)
24040         writeable to group or other and (2) is intended to have a special
24041         mode bit that is set or cleared.  In such a case, the directory
24042         should be neither group- nor other-writeable until the special
24043         mode bits are right.
24044
24045 2007-01-31  Eric Blake  <ebb9@byu.net>
24046
24047         * modules/mountlist (Depends-on): Add strstr.
24048
24049         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
24050         bug.
24051         * modules/string (Makefile.am): Remove redundant replacement.
24052         * modules/regex (Depends-on): Add mempcpy.
24053
24054 2007-01-31  Bruno Haible  <bruno@clisp.org>
24055
24056         New module description field 'Link'.
24057         * gnulib-tool (func_usage): Document --extract-link-directive.
24058         (sed_extract_prog): Recognize 'Link' directive.
24059         (func_get_link_directive): New function.
24060         (func_import): Show summary of link directives.
24061         Handle --extract-link-directive option.
24062         * modules/acl (Link): New section.
24063         * modules/clock-time (Link): New section.
24064         * modules/euidaccess (Link): New section.
24065         * modules/gettext (Link): New section.
24066         * modules/iconv (Link): New section.
24067         * modules/lock (Link): New section.
24068         * modules/nanosleep (Link): New section.
24069         * modules/readline (Link): New section.
24070
24071 2007-01-27  Bruno Haible  <bruno@clisp.org>
24072
24073         Enforce the use of gnulib modules for unportable <string.h> functions.
24074         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
24075         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
24076         (gl_HEADER_STRING_H_BODY): Require it.
24077         * lib/string_.h: If the gnulib module XYZ is not present, redefine
24078         the symbol XYZ to one that gives a link error.
24079         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
24080         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
24081         * modules/mempcpy (configure.ac): Likewise.
24082         * modules/memrchr (configure.ac): Likewise.
24083         * modules/stpcpy (configure.ac): Likewise.
24084         * modules/stpncpy (configure.ac): Likewise.
24085         * modules/strcase (configure.ac): Likewise.
24086         * modules/strcasestr (configure.ac): Likewise.
24087         * modules/strchrnul (configure.ac): Likewise.
24088         * modules/strdup (configure.ac): Likewise.
24089         * modules/strndup (configure.ac): Likewise.
24090         * modules/strnlen (configure.ac): Likewise.
24091         * modules/strpbrk (configure.ac): Likewise.
24092         * modules/strsep (configure.ac): Likewise.
24093         * modules/strstr (configure.ac): Likewise.
24094         * modules/strtok_r (configure.ac): Likewise.
24095
24096 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
24097
24098         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
24099
24100 2007-01-30  Jim Meyering  <jim@meyering.net>
24101
24102         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
24103
24104 2007-01-29  Bruno Haible  <bruno@clisp.org>
24105
24106         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
24107         * lib/execute.c: Likewise.
24108         * lib/pipe.c: Likewise.
24109         * lib/printf-args.h: Likewise.
24110         * lib/printf-args.c: Likewise.
24111         * lib/printf-parse.c: Likewise.
24112         * lib/vasnprintf.c: Likewise.
24113
24114 2007-01-29  Eric Blake  <ebb9@byu.net>
24115
24116         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
24117         declaration.
24118
24119 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
24120
24121         * lib/strptime.h (strptime): Use 'restrict' for args where
24122         POSIX requires this.
24123         * lib/strptime.c (strptime): Likewise.
24124         Change license notice from LGPL to GPL, since gnulib-tool will
24125         change this as needed.
24126         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
24127         defined.
24128         Include "strptime.h" first, to check interface.
24129         Do not #undef _LIBC and _NL_CURRENT.
24130         Do not include <stdlib.h>; no longer needed.
24131         Include "time_r.h" and declare ptime_locale_status
24132         only if _LIBC is not defined.
24133         (__P): Remove unused macro.
24134         (match_string): Bring back glibc version, but use it only if _LIBC
24135         is defined.
24136         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
24137         Remove unnecessary assertion and abort() call.
24138         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
24139         * m4/strptime.m4: Fix serial number comment.
24140         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
24141         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
24142         (Depends-on): Add time_r.
24143
24144 2007-01-29  Bruno Haible  <bruno@clisp.org>
24145
24146         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24147         strptime.
24148         * modules/strptime (Depends-on): Add stdbool.
24149         * lib/strptime.h: Include <time.h> always. Add comments.
24150
24151 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
24152
24153         * modules/strptime: New file.
24154         * lib/strptime.h: New file.
24155         * lib/strptime.c: New file.
24156         * m4/strptime.m4: New file.
24157
24158 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
24159
24160         * MODULES.html.sh: New module mpsort.
24161         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
24162
24163         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
24164         a circularity problem with HP-UX ia64 reported by Bob Proulx in
24165         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
24166         All uses changed.
24167         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
24168         All uses changed.
24169         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
24170         to _Restrict_.
24171         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
24172         the parameter matches the prototype.
24173
24174 2007-01-28  Jim Meyering  <jim@meyering.net>
24175
24176         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
24177         sys/time.h here, reverting that part of the previous patch:
24178         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
24179
24180 2007-01-28  Bruno Haible  <bruno@clisp.org>
24181
24182         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
24183         value of $(SYS_TIME_H).
24184         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
24185         remove it conditionally, too. [added by Jim Meyering]
24186         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
24187         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24188         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
24189         GETTIMEOFDAY_REPLACEMENT to 1.
24190
24191 2007-01-28  Bruno Haible  <bruno@clisp.org>
24192
24193         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
24194         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
24195         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
24196         Set UNISTD_H instead of UNISTD_H2.
24197         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
24198
24199 2007-01-28  Bruno Haible  <bruno@clisp.org>
24200
24201         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
24202         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
24203
24204 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24205
24206         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
24207         (func_create_testdir): Ensure C locale for `grep' and `tr'
24208         character ranges.
24209         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
24210         ACLOCAL_AMFLAGS parsing state machine.
24211
24212 2007-01-27  Bruno Haible  <bruno@clisp.org>
24213
24214         * modules/unistr/base: Update.
24215
24216 2007-01-27  Bruno Haible  <bruno@clisp.org>
24217
24218         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
24219         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
24220         * modules/unistr/u32-mbtouc-unsafe: Renamed from
24221         modules/unistr/u32-mbtouc.
24222         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
24223         * lib/unistr.h: Update.
24224         * lib/linebreak.c: Update.
24225         * modules/unistr/u32-mbtouc: Renamed from
24226         modules/unistr/u32-mbtouc-safe.
24227         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
24228         * lib/unistr.h: Update.
24229         * lib/unistr/u32-to-u8.c: Update.
24230         * lib/unistr/u32-to-u16.c: Update.
24231
24232 2007-01-27  Bruno Haible  <bruno@clisp.org>
24233
24234         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
24235         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
24236         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
24237         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
24238         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
24239         * modules/unistr/u16-mbtouc-unsafe: Renamed from
24240         modules/unistr/u16-mbtouc.
24241         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
24242         * lib/unistr.h: Update.
24243         * lib/linebreak.c: Update.
24244         * modules/linebreak: Update.
24245         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
24246         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
24247         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
24248         * modules/unistr/u16-mbtouc: Renamed from
24249         modules/unistr/u16-mbtouc-safe.
24250         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
24251         * lib/unistr.h: Update.
24252         * lib/unistr/u16-to-u8.c: Update.
24253         * modules/unistr/u16-to-u8: Update.
24254         * lib/unistr/u16-to-u32.c: Update.
24255         * modules/unistr/u16-to-u32: Update.
24256
24257 2007-01-27  Bruno Haible  <bruno@clisp.org>
24258
24259         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
24260         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
24261         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
24262         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
24263         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
24264         * modules/unistr/u8-mbtouc-unsafe: Renamed from
24265         modules/unistr/u8-mbtouc.
24266         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
24267         * lib/unistr.h: Update.
24268         * lib/striconveh.c: Update.
24269         * modules/striconveh: Update.
24270         * lib/linebreak.c: Update.
24271         * modules/linebreak: Update.
24272         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
24273         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
24274         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
24275         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
24276         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
24277         * lib/unistr.h: Update.
24278         * lib/striconveh.c: Update.
24279         * modules/striconveh: Update.
24280         * lib/unistr/u8-to-u16.c: Update.
24281         * modules/unistr/u8-to-u16: Update.
24282         * lib/unistr/u8-to-u32.c: Update.
24283         * modules/unistr/u8-to-u32: Update.
24284
24285 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24286
24287         Sync from Libtool.
24288         * lib/argz.c: Do not include strings.h nor memory.h, include
24289         string.h unconditionally.  Patch by Simon Josefsson.
24290
24291 2007-01-27  Bruno Haible  <bruno@clisp.org>
24292
24293         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
24294         from gl_HEADER_STRING_H_BODY.
24295         (gl_HEADER_STRING_H_BODY): Require it.
24296         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
24297         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
24298         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
24299         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
24300         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
24301         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
24302         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24303         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
24304         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
24305         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
24306         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
24307         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
24308         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
24309         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24310         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
24311
24312 2007-01-27  Bruno Haible  <bruno@clisp.org>
24313
24314         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
24315         check_PROGRAMS into noinst_PROGRAMS.
24316         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
24317         check_PROGRAMS in this case.
24318         (func_import): Set for_test to false.
24319         (func_create_testdir): Set for_test to true.
24320
24321 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
24322             Bruno Haible  <bruno@clisp.org>
24323
24324         * modules/strcasestr (Files): Remove lib/strcasestr.h.
24325         (Depends-on): Add string.
24326         (Includes): Use <string.h> instead of strcasestr.h.
24327         * modules/string (Makefile.am): Also substitute the value of
24328         REPLACE_STRCASESTR.
24329         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
24330         assume strcasestr is declared in <string.h> not <strings.h>. Also
24331         set REPLACE_STRCASESTR.
24332         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
24333         REPLACE_STRCASESTR.
24334         * lib/strcasestr.h: Remove file.
24335         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
24336         * lib/string_.h (strcasestr): New declaration.
24337
24338 2007-01-27  Bruno Haible  <bruno@clisp.org>
24339
24340         * lib/string_.h: Use 'extern'.
24341
24342 2007-01-27  Jim Meyering  <jim@meyering.net>
24343
24344         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
24345         of set-but-not-used local, "q".
24346
24347         * lib/mempcpy.c: Include <config.h> before <string.h>.
24348         This fixes a compilation error on HP-UX, due to the system's
24349         "restrict"-using mempcpy prototype.
24350
24351 2007-01-26  Bruno Haible  <bruno@clisp.org>
24352
24353         Small optimization.
24354         * lib/javacomp.c: Include c-strstr.h.
24355          (is_envjavac_gcj): Use c_strstr instead of strstr.
24356         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
24357
24358 2007-01-26  Bruno Haible  <bruno@clisp.org>
24359
24360         * MODULES.html.sh (Unicode string functions): Add the new modules.
24361
24362         * modules/uniconv/u32-strconv-to-locale: New file.
24363         * lib/uniconv/u32-strconv-to-locale.c: New file.
24364
24365         * modules/uniconv/u16-strconv-to-locale: New file.
24366         * lib/uniconv/u16-strconv-to-locale.c: New file.
24367
24368         * modules/uniconv/u8-strconv-to-locale: New file.
24369         * lib/uniconv/u8-strconv-to-locale.c: New file.
24370
24371         * modules/uniconv/u32-strconv-from-locale: New file.
24372         * lib/uniconv/u32-strconv-from-locale.c: New file.
24373
24374         * modules/uniconv/u16-strconv-from-locale: New file.
24375         * lib/uniconv/u16-strconv-from-locale.c: New file.
24376
24377         * modules/uniconv/u8-strconv-from-locale: New file.
24378         * lib/uniconv/u8-strconv-from-locale.c: New file.
24379
24380         * modules/uniconv/u32-strconv-to-enc: New file.
24381         * lib/uniconv/u32-strconv-to-enc.c: New file.
24382         * modules/uniconv/u32-strconv-to-enc-tests: New file.
24383         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
24384
24385         * modules/uniconv/u16-strconv-to-enc: New file.
24386         * lib/uniconv/u16-strconv-to-enc.c: New file.
24387         * lib/uniconv/u-strconv-to-enc.h: New file.
24388         * modules/uniconv/u16-strconv-to-enc-tests: New file.
24389         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
24390
24391         * modules/uniconv/u8-strconv-to-enc: New file.
24392         * lib/uniconv/u8-strconv-to-enc.c: New file.
24393         * modules/uniconv/u8-strconv-to-enc-tests: New file.
24394         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
24395
24396         * modules/uniconv/u32-strconv-from-enc: New file.
24397         * lib/uniconv/u32-strconv-from-enc.c: New file.
24398         * modules/uniconv/u32-strconv-from-enc-tests: New file.
24399         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
24400
24401         * modules/uniconv/u16-strconv-from-enc: New file.
24402         * lib/uniconv/u16-strconv-from-enc.c: New file.
24403         * modules/uniconv/u16-strconv-from-enc-tests: New file.
24404         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
24405
24406         * modules/uniconv/u8-strconv-from-enc: New file.
24407         * lib/uniconv/u8-strconv-from-enc.c: New file.
24408         * lib/uniconv/u-strconv-from-enc.h: New file.
24409         * modules/uniconv/u8-strconv-from-enc-tests: New file.
24410         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
24411
24412         * modules/uniconv/u32-conv-from-enc: New file.
24413         * lib/uniconv/u32-conv-from-enc.c: New file.
24414         * modules/uniconv/u32-conv-from-enc-tests: New file.
24415         * tests/uniconv/test-u32-conv-from-enc.c: New file.
24416
24417         * modules/uniconv/u16-conv-from-enc: New file.
24418         * lib/uniconv/u16-conv-from-enc.c: New file.
24419         * lib/uniconv/u-conv-from-enc.h: New file.
24420         * modules/uniconv/u16-conv-from-enc-tests: New file.
24421         * tests/uniconv/test-u16-conv-from-enc.c: New file.
24422
24423         * modules/uniconv/u8-conv-from-enc: New file.
24424         * lib/uniconv/u8-conv-from-enc.c: New file.
24425         * modules/uniconv/u8-conv-from-enc-tests: New file.
24426         * tests/uniconv/test-u8-conv-from-enc.c: New file.
24427
24428         * modules/uniconv/base: New file.
24429         * lib/uniconv.h: New file.
24430
24431 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
24432
24433         * doc/gnulib-tool.texi (Initial import): Update to match current
24434         behavior with strdup module.
24435         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
24436         * lib/memmem.h: Remove; all uses removed.  This is now done
24437         by <string.h>.
24438         * lib/mempcpy.h: Likewise.
24439         * lib/memrchr.h: Likewise.
24440         * lib/stpcpy.h: Likewise.
24441         * lib/stpncpy.h: Likewise.
24442         * lib/strcase.h: Likewise.
24443         * lib/strchrnul.h: Likewise.
24444         * lib/strdup.h: Likewise.
24445         * lib/strndup.h: Likewise.
24446         * lib/strnlen.h: Likewise.
24447         * lib/strpbrk.h: Likewise.
24448         * lib/strsep.h: Likewise.
24449         * lib/strstr.h: Likewise.
24450         * lib/strtok_r.h: Likewise.
24451         * lib/string_.h: New file.
24452         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
24453         Rely on <string.h> instead.
24454         * lib/canon-host.c: Likewise.
24455         * lib/chdir-long.c: Likewise.
24456         * lib/concatpath.c: Likewise.
24457         * lib/exclude.c: Likewise.
24458         * lib/fchdir.c: Likewise.
24459         * lib/getaddrinfo.c: Likewise.
24460         * lib/getcwd.c: Likewise.
24461         * lib/getsubopt.c: Likewise.
24462         * lib/glob.c: Likewise.
24463         * lib/hard-locale.c: Likewise.
24464         * lib/iconvme.c: Likewise.
24465         * lib/javacomp.c: Likewise.
24466         * lib/mempcpy.c: Likewise.
24467         * lib/memrchr.c: Likewise.
24468         * lib/regex_internal.h: Likewise.
24469         * lib/stpncpy.c: Likewise.
24470         * lib/strcasecmp.c: Likewise.
24471         * lib/strchrnul.c: Likewise.
24472         * lib/strdup.c: Likewise.
24473         * lib/striconv.c: Likewise.
24474         * lib/striconveh.c: Likewise.
24475         * lib/striconveha.c: Likewise.
24476         * lib/strncasecmp.c: Likewise.
24477         * lib/strndup.c: Likewise.
24478         * lib/strnlen.c: Likewise.
24479         * lib/strsep.c: Likewise.
24480         * lib/strstr.c: Likewise.
24481         * lib/strtok_r.c: Likewise.
24482         * lib/userspec.c: Likewise.
24483         * lib/w32spawn.h: Likewise.
24484         * lib/xstrndup.c: Likewise.
24485         * lib/mountlist.c (strstr): Remove decl.
24486         * m4/string_h.m4: New file.
24487         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
24488         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
24489         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
24490         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
24491         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
24492         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
24493         Set REPLACE_STRCASECMP if necessary.
24494         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
24495         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
24496         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
24497         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
24498         HAVE_DECL_STRDUP if necessary.
24499         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
24500         since gl_FUNC_STRNDUP does that now.
24501         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
24502         Check for decl here...
24503         (gl_PREREQ_STRNLEN): ... not here.
24504         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
24505         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
24506         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
24507         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
24508         necessary.
24509         * modules/string: New file.
24510         * modules/memmem (Files): Remove special-purpose include file.
24511         (Depends-on): Add string.
24512         (Include): Include <string.h>, not the removed file.
24513         * modules/mempcpy: Likewise.
24514         * modules/memrchr: Likewise.
24515         * modules/stpcpy: Likewise.
24516         * modules/stpncpy: Likewise.
24517         * modules/strcase: Likewise.
24518         * modules/strchrnul: Likewise.
24519         * modules/strdup: Likewise.
24520         * modules/strndup: Likewise.
24521         * modules/strnlen: Likewise.
24522         * modules/strpbrk: Likewise.
24523         * modules/strsep: Likewise.
24524         * modules/strstr: Likewise.
24525         * modules/strtok_r: Likewise.
24526         * tests/test-dirname.c: Don't include "strdup.h", since
24527         <string.h> now suffices.
24528         * tests/test-memmem.c: Don't include "memmem.h", since
24529         <string.h> now suffices.
24530
24531 2007-01-25  Bruno Haible  <bruno@clisp.org>
24532
24533         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
24534         *resultp is 0.
24535
24536         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
24537         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
24538         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
24539         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
24540
24541         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
24542         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
24543         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
24544         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
24545         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
24546         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
24547
24548 2007-01-24  Bruno Haible  <bruno@clisp.org>
24549
24550         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
24551         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
24552         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
24553         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
24554         gl_FUNC_FTS_CORE.
24555         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
24556         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
24557         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24558         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
24559         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
24560         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
24561         gl_FUNC_FCHOWNAT.
24562         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
24563         gl_FUNC_STRFTIME.
24564         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
24565         Reported by Ralf Wildenhues.
24566
24567 2007-01-24  Bruno Haible  <bruno@clisp.org>
24568
24569         Drop AC_REQUIRE calls that are redundant with the module dependencies.
24570         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
24571         gl_GETADDRINFO.
24572         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
24573         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
24574         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
24575
24576 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
24577
24578         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
24579         Don't use 'exit'; just return from 'main'.
24580         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
24581
24582         * lib/fnmatch_.h: Readjust white space and comments to match
24583         glibc, to avoid spurious diffs.
24584
24585 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24586
24587         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
24588         2004-12-01 change by Jakub Jelinek, since this code won't compile
24589         if !LIBC.  Problem reported by Bob Proulx.
24590
24591 2007-01-23  Bruno Haible  <bruno@clisp.org>
24592
24593         * lib/striconveh.c: Include c-strcaseeq.h.
24594         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
24595         * modules/striconveh (Depends-on): Add c-strcaseeq.
24596
24597 2007-01-23  Bruno Haible  <bruno@clisp.org>
24598
24599         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
24600
24601         * modules/c-strcaseeq: New file.
24602         * lib/c-strcaseeq.h: New file.
24603
24604         * modules/streq: New file.
24605         * lib/streq.h: New file.
24606
24607 2007-01-23  Bruno Haible  <bruno@clisp.org>
24608
24609         * modules/striconveha-tests: New file.
24610         * tests/test-striconveha.c: New file.
24611
24612         * lib/striconveha.h: Include <stdbool.h>.
24613         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
24614         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
24615         (mem_iconveha_notranslit): Renamed from mem_iconveha.
24616         (mem_iconveha): New function.
24617         (str_iconveha_notranslit): Renamed from str_iconveha.
24618         (str_iconveha): New function.
24619         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
24620         c-strcase.
24621
24622 2007-01-23  Bruno Haible  <bruno@clisp.org>
24623
24624         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
24625         encodings without forgiving before trying any encoding with handler.
24626         (str_iconveha): Try all encodings without forgiving before trying any
24627         encoding with handler.
24628
24629 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
24630
24631         Import the following changes from libc.
24632
24633         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
24634
24635         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
24636
24637         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
24638
24639         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
24640         normal_bracket label.
24641
24642         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
24643
24644         [BZ #361]
24645         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
24646         to normal_bracket after fetching the next character.
24647
24648 2007-01-22  Bruno Haible  <bruno@clisp.org>
24649
24650         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
24651         argument.
24652         * lib/striconveh.c (iconv_carefully_1): New function.
24653         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
24654         argument.
24655         (str_cd_iconveh): Update.
24656         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
24657         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
24658         * tests/test-striconveh.c (MAGIC): New macro.
24659         (new_offsets): New function.
24660         (main): Test call with and without offsets.
24661
24662 2007-01-22  Bruno Haible  <bruno@clisp.org>
24663
24664         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
24665         * modules/sys_select (Makefile.am): Likewise.
24666         * modules/sys_socket (Makefile.am): Likewise.
24667         * modules/sys_time (Makefile.am): Likewise.
24668
24669 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
24670
24671         * modules/gettimeofday (License): Change from GPL to LGPL, since
24672         gettimeofday is a library function.
24673
24674 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24675
24676         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
24677
24678 2007-01-21  Bruno Haible  <bruno@clisp.org>
24679
24680         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
24681
24682 2007-01-21  Bruno Haible  <bruno@clisp.org>
24683
24684         * modules/striconveha: New file.
24685         * lib/striconveha.h: New file.
24686         * lib/striconveha.c: New file.
24687         * MODULES.html.sh (Internationalization functions): Add striconveha.
24688         * lib/striconv.c (str_iconv): Optimize the case of an empty input
24689         string.
24690         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
24691
24692 2007-01-21  Bruno Haible  <bruno@clisp.org>
24693
24694         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
24695         * lib/striconveh.c (str_iconveh): Likewise.
24696
24697 2007-01-21  Bruno Haible  <bruno@clisp.org>
24698
24699         * lib/striconveh.h (mem_iconveh): New declaration.
24700         * lib/striconveh.c (mem_iconveh): New function.
24701         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
24702
24703 2007-01-21  Bruno Haible  <bruno@clisp.org>
24704
24705         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
24706
24707         * lib/striconveh.h (mem_cd_iconveh): Change specification.
24708         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
24709         original result buffer.
24710         (str_cd_iconveh): Update.
24711         * tests/test-striconveh.c (main): Update.
24712
24713         * lib/striconv.h (mem_cd_iconv): Change specification.
24714         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
24715         result buffer.
24716         (str_cd_iconv): Update.
24717         * tests/test-striconv.c (main): Update.
24718
24719 2007-01-21  Bruno Haible  <bruno@clisp.org>
24720
24721         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
24722
24723 2007-01-20  Jim Meyering  <jim@meyering.net>
24724
24725         * lib/userspec.c (parse_with_separator): If a user or group string
24726         starts with "+", skip the corresponding name-to-ID look-up, since
24727         such a look-up must fail: user and group names may not include "+".
24728
24729 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
24730
24731         * lib/poll.c: Include sys/time.h and time.h unconditionally,
24732         since we now assume the sys_time module.
24733         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
24734         check for sys/time.h; no longer needed.
24735         * modules/poll (Depends-on): Depend on sys_time.
24736
24737 2007-01-18  Bruno Haible  <bruno@clisp.org>
24738
24739         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
24740         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24741
24742         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
24743         gettimeofday.
24744
24745         * tests/test-gettimeofday.c: Include <time.h>.
24746         (dummy): Remove variable.
24747
24748         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
24749         gl_HEADER_SYS_TIME_H.
24750         (gl_HEADER_SYS_TIME_H): New macro.
24751
24752         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
24753         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24754         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
24755         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
24756         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24757         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
24758         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
24759         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24760         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
24761         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
24762         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24763
24764         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
24765         last change; it caused a compilation error when cross-compiling to
24766         Cygwin.
24767
24768 2007-01-18  Jim Meyering  <jim@meyering.net>
24769
24770         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
24771         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
24772         than the race-prone "test -d sys || mkdir sys".
24773         (configure.ac): Use AC_PROG_MKDIR_P.
24774         * modules/sys_select: Likewise.
24775         * modules/sys_socket: Likewise.
24776         * modules/sys_time: Likewise.
24777
24778 2007-01-18  Eric Blake  <ebb9@byu.net>
24779
24780         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
24781         replace gettimeofday.
24782         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
24783         name, to avoid infinite recursion.
24784
24785 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
24786
24787         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
24788         module sys_time.
24789         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
24790         assume timespec.h defines struct timeval.
24791         * lib/settime.c: Likewise.
24792         * lib/utimens.c: Likewise.
24793         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
24794         since we now assume the gettimeofday module.
24795         * lib/tempname.c (__gen_tempname): Likewise.
24796         * lib/gettimeofday.h: Remove.
24797         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
24798         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
24799         Include <time.h>, for 'time()'.
24800         (localtime_buffer_addr): Also use this workaround if
24801         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
24802         to simplify the uses.  All uses changed.
24803         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
24804         that #undef is inside {}, and 'const' follows type name consistently.
24805         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
24806         (gettimeofday): Do not use the maximum possible value for
24807         tv->tv_usec, since that might break usages other than ls.c.
24808         Instead, we'll leave ls.c alone.  This undoes today's patch
24809         by Bruno.  Add a compile-time warning for 1s-clock resolution;
24810         we've never observed the problem but might as well keep the
24811         canary.
24812         * lib/nanosleep.c: Include timespec.h first, for interface check.
24813         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
24814         now assume the sys_time module.
24815         * lib/tempname.c: Likewise.
24816         * lib/timespec.h: Likewise.
24817         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
24818         needed.
24819         * lib/strftime.c: Likewise.
24820         * lib/timespec.h: Likewise.
24821         * lib/posixtm.c: Include posixtm.h first, for interface check.
24822         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
24823         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
24824         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
24825         * lib/sys_time_.h: New file.
24826         * lib/timespec.h (struct timespec): Use long int, not long.
24827         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
24828         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
24829         Remove obsolescent call to AC_HEADER_TIME.
24830         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
24831         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
24832         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
24833         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
24834         Likewise.
24835         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
24836         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
24837         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
24838         into the sys_time module.  Check for gettimeofday just once.
24839         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
24840         for gettimeofday signature to just check the signature.  Merely
24841         compile it, since linking doesn't test signature.  Improve test for
24842         whether gettimeofday.o is actually needed.
24843         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
24844         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
24845         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
24846         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24847         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
24848         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
24849         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
24850         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
24851         than worrying about sys/time.h.
24852         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
24853         Don't bother worrying about TIME_WITH_SYS_TIME.
24854         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
24855         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
24856         * m4/sys_time_h.m4: New file.
24857         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
24858         Don't include sys/time.h.  Return from main rather than exiting.
24859         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
24860         all uses changed.
24861         * modules/gethrxtime (Depends-on): Add sys_time.
24862         * modules/gettime (Depends-on): Likewise.
24863         * modules/gettimeofday (Depends-on): Likewise.
24864         * modules/nanosleep (Depends-on): Likewise.
24865         * modules/settime (Depends-on): Likewise.
24866         * modules/tempname (Depends-on): Likewise.
24867         * modules/utimens (Depends-on): Likewise.
24868         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
24869         (Include:) Change back to <sys/time.h>.
24870         (Maintainer:) Add self.
24871         * modules/sys_time: New file.
24872         * modules/tempname (Depends-on): Add gettimeofday.
24873         * tests/test-gettimeofday.c: Include <sys/time.h>
24874         rather than gettimeofday.h.
24875
24876 2007-01-17  Bruno Haible  <bruno@clisp.org>
24877
24878         * gnulib-tool (func_get_license): Revert last patch. Instead, let
24879         the license default to GPL.
24880         (func_create_testdir): Don't complain if a module is LGPL and its
24881         tests module depends on GPLed modules.
24882
24883 2007-01-17  Bruno Haible  <bruno@clisp.org>
24884
24885         * lib/gettimeofday.c (gettimeofday): Add code for the case
24886         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
24887         maximum possible value for tv->tv_usec, rather than the minimum one.
24888
24889 2005-10-08  Martin Lambers  <marlam@marlam.de>
24890 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
24891 2007-01-16  Bruno Haible  <bruno@clisp.org>
24892
24893         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
24894         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
24895         gl_FUNC_GETTIMEOFDAY.
24896         (Include): Add gettimeofday.h.
24897         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
24898         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
24899         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
24900         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
24901         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
24902         * lib/gettimeofday.h: New file.
24903         * lib/gettimeofday.c: Include <sys/timeb.h>.
24904         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
24905         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
24906         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
24907         fall back on time().
24908
24909         * tests/test-gettimeofday.c: New file.
24910         * modules/gettimeofday-tests: New file.
24911
24912 2007-01-16  Eric Blake  <ebb9@byu.net>
24913
24914         * modules/fnmatch (Depends-on): Depend on wchar.
24915         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
24916         * m4/fnmatch.m4: Likewise.
24917         * modules/mbchar (Makefile.am): Assume <wchar.h>.
24918         * m4/mbchar.m4: Likewise.
24919         * modules/mbswidth (Depends-on): Depend on wchar.
24920         * lib/mbswidth.c: Assume <wchar.h>.
24921         * m4/mbswidth.m4: Likewise.
24922         * modules/quotearg (Depends-on): Depend on wchar.
24923         * lib/quotearg.c: Assume <wchar.h>.
24924         * m4/quotearg.m4: Likewise.
24925         * modules/regex (Depends-on): Depend on wchar.
24926         * lib/regex_internal.h: Assume <wchar.h>.
24927         * m4/regex.m4: Likewise.
24928         * modules/stdint (Depends-on): Depend on wchar.
24929         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
24930         * m4/stdint.m4: Likewise.
24931         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
24932         * modules/strftime (Depends-on): Depend on wchar.
24933         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
24934         * modules/strtol (Depends-on): Depend on wchar.
24935         * lib/strtol.c: Assume <wchar.h>.
24936         * modules/wcwidth (Depends-on): Depend on wchar.
24937         * lib/wcwidth.h: Assume <wchar.h>.
24938         * m4/wcwidth.m4: Likewise.
24939
24940 2007-01-16  Bruno Haible  <bruno@clisp.org>
24941
24942         * modules/csharpexec-script: New, created from...
24943         * modules/csharpexec: ... this.
24944
24945 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
24946
24947         * modules/javaexec-script: New, created from...
24948         * modules/javaexec: ... this.
24949
24950 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24951
24952         * modules/poll (Dependencies): Add sys_select.
24953
24954 2007-01-15  Jim Meyering  <jim@meyering.net>
24955
24956         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
24957         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
24958         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
24959         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
24960
24961 2007-01-15  Bruno Haible  <bruno@clisp.org>
24962
24963         * modules/striconveh: New file.
24964         * lib/striconveh.h: New file.
24965         * lib/striconveh.c: New file.
24966         * MODULES.html.sh (Internationalization functions): Add striconveh.
24967
24968         * modules/striconveh-tests: New file.
24969         * tests/test-striconveh.c: New file.
24970
24971 2007-01-15  Bruno Haible  <bruno@clisp.org>
24972
24973         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
24974         not from GNU libiconv or GNU libc.
24975
24976 2007-01-15  Bruno Haible  <bruno@clisp.org>
24977
24978         * doc/gnulib-intro.texi (Copyright): Explain the different license
24979         terms for module descriptions, autoconf macros, tests, documentation.
24980
24981 2007-01-14  Bruno Haible  <bruno@clisp.org>
24982
24983         * modules/striconv-tests: New file.
24984         * tests/test-striconv.c: New file.
24985
24986 2007-01-14  Bruno Haible  <bruno@clisp.org>
24987
24988         * modules/iconv-tests: New file.
24989         * tests/test-iconv.c: New file.
24990
24991 2007-01-14  Bruno Haible  <bruno@clisp.org>
24992
24993         * gnulib-tool (func_get_license): For test modules, use the license of
24994         the main module.
24995
24996 2007-01-14  Bruno Haible  <bruno@clisp.org>
24997
24998         * modules/iconv (Include): Clarify that <iconv.h> can only be included
24999         if iconv is found to exist.
25000
25001 2007-01-14  Bruno Haible  <bruno@clisp.org>
25002
25003         * modules/c-ctype-tests: New file.
25004         * tests/test-c-ctype.c: New file.
25005
25006 2007-01-14  Bruno Haible  <bruno@clisp.org>
25007
25008         * modules/binary-io-tests: New file.
25009         * tests/test-binary-io.sh: New file.
25010         * tests/test-binary-io.c: New file.
25011
25012 2007-01-14  Bruno Haible  <bruno@clisp.org>
25013
25014         * modules/array-oset-tests: New file.
25015         * tests/test-array_oset.c: New file.
25016
25017 2007-01-14  Bruno Haible  <bruno@clisp.org>
25018
25019         * modules/array-list-tests: New file.
25020         * tests/test-array_list.c: New file.
25021
25022 2007-01-14  Bruno Haible  <bruno@clisp.org>
25023
25024         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
25025         and make.
25026         Reported by Simon Josefsson in
25027         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
25028
25029 2007-01-14  Bruno Haible  <bruno@clisp.org>
25030
25031         * modules/allocsa-tests: New file.
25032         * tests/test-allocsa.c: New file.
25033
25034 2007-01-14  Bruno Haible  <bruno@clisp.org>
25035
25036         * modules/fchdir (Depends-on): Add absolute-header.
25037         * modules/unistd (Depends-on): Likewise.
25038
25039 2006-12-30  Bruno Haible  <bruno@clisp.org>
25040
25041         * modules/fchdir: New file.
25042         * modules/unistd (Files): Add lib/unistd_.h.
25043         (Makefile.am): Generate unistd.h from unistd_.h.
25044         * lib/fchdir.c: New file.
25045         * lib/dirent_.h: New file.
25046         * lib/unistd_.h: New file.
25047         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
25048         * m4/fchdir.m4: New file.
25049         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
25050         (gl_HEADER_UNISTD): Invoke it.
25051         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
25052         function.
25053         * lib/backupfile.c (opendir, closedir): Undefine.
25054         * lib/chown.c (open, close): Undefine.
25055         * lib/clean-temp.c (open, close): Undefine.
25056         * lib/copy-file.c (open, close): Undefine.
25057         * lib/execute.c (open, close): Undefine.
25058         * lib/fsusage.c (open, close): Undefine.
25059         * lib/gc-gnulib.c (open, close): Undefine.
25060         * lib/getcwd.c (opendir, closedir): Undefine.
25061         * lib/glob.c (opendir, closedir): Undefine.
25062         * lib/javacomp.c (open, close): Undefine.
25063         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
25064         * lib/openat-proc.c (open, close): Undefine.
25065         * lib/pagealign_alloc.c (open, close): Undefine.
25066         * lib/pipe.c (open, close): Undefine.
25067         * lib/progreloc.c (open, close): Undefine.
25068         * lib/savedir.c (opendir, closedir): Undefine.
25069         * lib/utime.c (open, close): Undefine.
25070         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
25071
25072 2007-01-10  Bruno Haible  <bruno@clisp.org>
25073
25074         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
25075
25076 2007-01-12  Eric Blake  <ebb9@byu.net>
25077
25078         Provide a robust <wchar.h>.  Further simplifications are now
25079         possible in other modules, but not included here.
25080         * modules/wchar: New module.
25081         * m4/wchar.m4: New file.
25082         * lib/wchar_.h: Likewise.
25083         * modules/mbchar (Depends-on): Depend on wchar, as the first use
25084         of the new module.
25085         * MODULES.html.sh (Extended multibyte and wide character utilities):
25086         New section.
25087
25088 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
25089
25090         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
25091         to a reasonable default for memory allocation.
25092         (xreadlink): Don't allocate a huge buffer, to work around a buggy
25093         file system that reports garbage st_size values for symlinks.
25094         Problem reported by Liyang Hu.
25095
25096 2007-01-11  Simon Josefsson  <simon@josefsson.org>
25097
25098         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
25099         Emacs .#* auto-save files).
25100
25101 2007-01-11  Bruno Haible  <bruno@clisp.org>
25102
25103         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
25104         directory.
25105
25106 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
25107
25108         Use @...@ consistently in lib/wctype_.h.
25109         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
25110         on it being set to 1 or 0.
25111         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
25112         go back to AC_SUBSTing it.
25113         * modules/wctype (Makefile.am): Undo previous change.
25114
25115 2007-01-10  Eric Blake  <ebb9@byu.net>
25116
25117         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
25118         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
25119         * modules/wctype (Makefile.am): Likewise.
25120         Reported by Chris McGuire.
25121
25122 2007-01-10  Jim Meyering  <jim@meyering.net>
25123
25124         fts.c: a small readability/maintainability improvement
25125         * lib/fts.c (fts_read): Make this code slightly more readable and
25126         maintainable by hoisting the "sp->fts_cur = p" assignments to
25127         immediately follow the statements that set P.  Derived from
25128         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
25129
25130 2007-01-10  Eric Blake  <ebb9@byu.net>
25131
25132         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
25133         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
25134         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25135         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
25136         Reported by Chris McGuire.
25137
25138 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25139
25140         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
25141         in sed script.
25142
25143 2007-01-09  Bruno Haible  <bruno@clisp.org>
25144
25145         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
25146         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
25147         variables.
25148         (func_module): Use them.
25149
25150 2007-01-09  Bruno Haible  <bruno@clisp.org>
25151
25152         * modules/unistr/base: New file.
25153         * lib/unistr.h: New file.
25154
25155         * modules/unistr/u8-to-u16: New file.
25156         * lib/unistr/u8-to-u16.c: New file.
25157
25158         * modules/unistr/u8-to-u32: New file.
25159         * lib/unistr/u8-to-u32.c: New file.
25160
25161         * modules/unistr/u16-to-u8: New file.
25162         * lib/unistr/u16-to-u8.c: New file.
25163
25164         * modules/unistr/u16-to-u32: New file.
25165         * lib/unistr/u16-to-u32.c: New file.
25166
25167         * modules/unistr/u32-to-u8: New file.
25168         * lib/unistr/u32-to-u8.c: New file.
25169
25170         * modules/unistr/u32-to-u16: New file.
25171         * lib/unistr/u32-to-u16.c: New file.
25172
25173         * modules/unistr/u8-check: New file.
25174         * modules/unistr/u16-check: New file.
25175         * modules/unistr/u32-check: New file.
25176         * lib/unistr/u8-check.c: New file.
25177         * lib/unistr/u16-check.c: New file.
25178         * lib/unistr/u32-check.c: New file.
25179
25180         * modules/unistr/u8-chr: New file.
25181         * modules/unistr/u16-chr: New file.
25182         * modules/unistr/u32-chr: New file.
25183         * lib/unistr/u8-chr.c: New file.
25184         * lib/unistr/u16-chr.c: New file.
25185         * lib/unistr/u32-chr.c: New file.
25186
25187         * modules/unistr/u8-cmp: New file.
25188         * modules/unistr/u16-cmp: New file.
25189         * modules/unistr/u32-cmp: New file.
25190         * lib/unistr/u8-cmp.c: New file.
25191         * lib/unistr/u16-cmp.c: New file.
25192         * lib/unistr/u32-cmp.c: New file.
25193
25194         * modules/unistr/u8-cpy: New file.
25195         * modules/unistr/u16-cpy: New file.
25196         * modules/unistr/u32-cpy: New file.
25197         * lib/unistr/u8-cpy.c: New file.
25198         * lib/unistr/u16-cpy.c: New file.
25199         * lib/unistr/u32-cpy.c: New file.
25200         * lib/unistr/u-cpy.h: New file.
25201
25202         * modules/unistr/u8-cpy-alloc: New file.
25203         * modules/unistr/u16-cpy-alloc: New file.
25204         * modules/unistr/u32-cpy-alloc: New file.
25205         * lib/unistr/u8-cpy-alloc.c: New file.
25206         * lib/unistr/u16-cpy-alloc.c: New file.
25207         * lib/unistr/u32-cpy-alloc.c: New file.
25208         * lib/unistr/u-cpy-alloc.h: New file.
25209
25210         * modules/unistr/u8-endswith: New file.
25211         * modules/unistr/u16-endswith: New file.
25212         * modules/unistr/u32-endswith: New file.
25213         * lib/unistr/u8-endswith.c: New file.
25214         * lib/unistr/u16-endswith.c: New file.
25215         * lib/unistr/u32-endswith.c: New file.
25216         * lib/unistr/u-endswith.h: New file.
25217
25218         * modules/unistr/u8-mblen: New file.
25219         * modules/unistr/u16-mblen: New file.
25220         * modules/unistr/u32-mblen: New file.
25221         * lib/unistr/u8-mblen.c: New file.
25222         * lib/unistr/u16-mblen.c: New file.
25223         * lib/unistr/u32-mblen.c: New file.
25224
25225         * modules/unistr/u8-mbtouc: New file.
25226         * modules/unistr/u16-mbtouc: New file.
25227         * modules/unistr/u32-mbtouc: New file.
25228         * lib/unistr/u8-mbtouc.c: New file.
25229         * lib/unistr/u16-mbtouc.c: New file.
25230         * lib/unistr/u32-mbtouc.c: New file.
25231
25232         * modules/unistr/u8-mbtouc-safe: New file.
25233         * modules/unistr/u16-mbtouc-safe: New file.
25234         * modules/unistr/u32-mbtouc-safe: New file.
25235         * lib/unistr/u8-mbtouc-safe.c: New file.
25236         * lib/unistr/u16-mbtouc-safe.c: New file.
25237         * lib/unistr/u32-mbtouc-safe.c: New file.
25238
25239         * modules/unistr/u8-move: New file.
25240         * modules/unistr/u16-move: New file.
25241         * modules/unistr/u32-move: New file.
25242         * lib/unistr/u8-move.c: New file.
25243         * lib/unistr/u16-move.c: New file.
25244         * lib/unistr/u32-move.c: New file.
25245         * lib/unistr/u-move.h: New file.
25246
25247         * modules/unistr/u8-next: New file.
25248         * modules/unistr/u16-next: New file.
25249         * modules/unistr/u32-next: New file.
25250         * lib/unistr/u8-next.c: New file.
25251         * lib/unistr/u16-next.c: New file.
25252         * lib/unistr/u32-next.c: New file.
25253
25254         * modules/unistr/u8-prev: New file.
25255         * modules/unistr/u16-prev: New file.
25256         * modules/unistr/u32-prev: New file.
25257         * lib/unistr/u8-prev.c: New file.
25258         * lib/unistr/u16-prev.c: New file.
25259         * lib/unistr/u32-prev.c: New file.
25260
25261         * modules/unistr/u8-set: New file.
25262         * modules/unistr/u16-set: New file.
25263         * modules/unistr/u32-set: New file.
25264         * lib/unistr/u8-set.c: New file.
25265         * lib/unistr/u16-set.c: New file.
25266         * lib/unistr/u32-set.c: New file.
25267         * lib/unistr/u-set.h: New file.
25268
25269         * modules/unistr/u8-startswith: New file.
25270         * modules/unistr/u16-startswith: New file.
25271         * modules/unistr/u32-startswith: New file.
25272         * lib/unistr/u8-startswith.c: New file.
25273         * lib/unistr/u16-startswith.c: New file.
25274         * lib/unistr/u32-startswith.c: New file.
25275         * lib/unistr/u-startswith.h: New file.
25276
25277         * modules/unistr/u8-stpcpy: New file.
25278         * modules/unistr/u16-stpcpy: New file.
25279         * modules/unistr/u32-stpcpy: New file.
25280         * lib/unistr/u8-stpcpy.c: New file.
25281         * lib/unistr/u16-stpcpy.c: New file.
25282         * lib/unistr/u32-stpcpy.c: New file.
25283         * lib/unistr/u-stpcpy.h: New file.
25284
25285         * modules/unistr/u8-stpncpy: New file.
25286         * modules/unistr/u16-stpncpy: New file.
25287         * modules/unistr/u32-stpncpy: New file.
25288         * lib/unistr/u8-stpncpy.c: New file.
25289         * lib/unistr/u16-stpncpy.c: New file.
25290         * lib/unistr/u32-stpncpy.c: New file.
25291         * lib/unistr/u-stpncpy.h: New file.
25292
25293         * modules/unistr/u8-strcat: New file.
25294         * modules/unistr/u16-strcat: New file.
25295         * modules/unistr/u32-strcat: New file.
25296         * lib/unistr/u8-strcat.c: New file.
25297         * lib/unistr/u16-strcat.c: New file.
25298         * lib/unistr/u32-strcat.c: New file.
25299         * lib/unistr/u-strcat.h: New file.
25300
25301         * modules/unistr/u8-strchr: New file.
25302         * modules/unistr/u16-strchr: New file.
25303         * modules/unistr/u32-strchr: New file.
25304         * lib/unistr/u8-strchr.c: New file.
25305         * lib/unistr/u16-strchr.c: New file.
25306         * lib/unistr/u32-strchr.c: New file.
25307
25308         * modules/unistr/u8-strcmp: New file.
25309         * modules/unistr/u16-strcmp: New file.
25310         * modules/unistr/u32-strcmp: New file.
25311         * lib/unistr/u8-strcmp.c: New file.
25312         * lib/unistr/u16-strcmp.c: New file.
25313         * lib/unistr/u32-strcmp.c: New file.
25314
25315         * modules/unistr/u8-strcpy: New file.
25316         * modules/unistr/u16-strcpy: New file.
25317         * modules/unistr/u32-strcpy: New file.
25318         * lib/unistr/u8-strcpy.c: New file.
25319         * lib/unistr/u16-strcpy.c: New file.
25320         * lib/unistr/u32-strcpy.c: New file.
25321         * lib/unistr/u-strcpy.h: New file.
25322
25323         * modules/unistr/u8-strcspn: New file.
25324         * modules/unistr/u16-strcspn: New file.
25325         * modules/unistr/u32-strcspn: New file.
25326         * lib/unistr/u8-strcspn.c: New file.
25327         * lib/unistr/u16-strcspn.c: New file.
25328         * lib/unistr/u32-strcspn.c: New file.
25329         * lib/unistr/u-strcspn.h: New file.
25330
25331         * modules/unistr/u8-strdup: New file.
25332         * modules/unistr/u16-strdup: New file.
25333         * modules/unistr/u32-strdup: New file.
25334         * lib/unistr/u8-strdup.c: New file.
25335         * lib/unistr/u16-strdup.c: New file.
25336         * lib/unistr/u32-strdup.c: New file.
25337         * lib/unistr/u-strdup.h: New file.
25338
25339         * modules/unistr/u8-strlen: New file.
25340         * modules/unistr/u16-strlen: New file.
25341         * modules/unistr/u32-strlen: New file.
25342         * lib/unistr/u8-strlen.c: New file.
25343         * lib/unistr/u16-strlen.c: New file.
25344         * lib/unistr/u32-strlen.c: New file.
25345         * lib/unistr/u-strlen.h: New file.
25346
25347         * modules/unistr/u8-strmblen: New file.
25348         * modules/unistr/u16-strmblen: New file.
25349         * modules/unistr/u32-strmblen: New file.
25350         * lib/unistr/u8-strmblen.c: New file.
25351         * lib/unistr/u16-strmblen.c: New file.
25352         * lib/unistr/u32-strmblen.c: New file.
25353
25354         * modules/unistr/u8-strmbtouc: New file.
25355         * modules/unistr/u16-strmbtouc: New file.
25356         * modules/unistr/u32-strmbtouc: New file.
25357         * lib/unistr/u8-strmbtouc.c: New file.
25358         * lib/unistr/u16-strmbtouc.c: New file.
25359         * lib/unistr/u32-strmbtouc.c: New file.
25360
25361         * modules/unistr/u8-strncat: New file.
25362         * modules/unistr/u16-strncat: New file.
25363         * modules/unistr/u32-strncat: New file.
25364         * lib/unistr/u8-strncat.c: New file.
25365         * lib/unistr/u16-strncat.c: New file.
25366         * lib/unistr/u32-strncat.c: New file.
25367         * lib/unistr/u-strncat.h: New file.
25368
25369         * modules/unistr/u8-strncmp: New file.
25370         * modules/unistr/u16-strncmp: New file.
25371         * modules/unistr/u32-strncmp: New file.
25372         * lib/unistr/u8-strncmp.c: New file.
25373         * lib/unistr/u16-strncmp.c: New file.
25374         * lib/unistr/u32-strncmp.c: New file.
25375
25376         * modules/unistr/u8-strncpy: New file.
25377         * modules/unistr/u16-strncpy: New file.
25378         * modules/unistr/u32-strncpy: New file.
25379         * lib/unistr/u8-strncpy.c: New file.
25380         * lib/unistr/u16-strncpy.c: New file.
25381         * lib/unistr/u32-strncpy.c: New file.
25382         * lib/unistr/u-strncpy.h: New file.
25383
25384         * modules/unistr/u8-strnlen: New file.
25385         * modules/unistr/u16-strnlen: New file.
25386         * modules/unistr/u32-strnlen: New file.
25387         * lib/unistr/u8-strnlen.c: New file.
25388         * lib/unistr/u16-strnlen.c: New file.
25389         * lib/unistr/u32-strnlen.c: New file.
25390         * lib/unistr/u-strnlen.h: New file.
25391
25392         * modules/unistr/u8-strpbrk: New file.
25393         * modules/unistr/u16-strpbrk: New file.
25394         * modules/unistr/u32-strpbrk: New file.
25395         * lib/unistr/u8-strpbrk.c: New file.
25396         * lib/unistr/u16-strpbrk.c: New file.
25397         * lib/unistr/u32-strpbrk.c: New file.
25398         * lib/unistr/u-strpbrk.h: New file.
25399
25400         * modules/unistr/u8-strrchr: New file.
25401         * modules/unistr/u16-strrchr: New file.
25402         * modules/unistr/u32-strrchr: New file.
25403         * lib/unistr/u8-strrchr.c: New file.
25404         * lib/unistr/u16-strrchr.c: New file.
25405         * lib/unistr/u32-strrchr.c: New file.
25406
25407         * modules/unistr/u8-strspn: New file.
25408         * modules/unistr/u16-strspn: New file.
25409         * modules/unistr/u32-strspn: New file.
25410         * lib/unistr/u8-strspn.c: New file.
25411         * lib/unistr/u16-strspn.c: New file.
25412         * lib/unistr/u32-strspn.c: New file.
25413         * lib/unistr/u-strspn.h: New file.
25414
25415         * modules/unistr/u8-strstr: New file.
25416         * modules/unistr/u16-strstr: New file.
25417         * modules/unistr/u32-strstr: New file.
25418         * lib/unistr/u8-strstr.c: New file.
25419         * lib/unistr/u16-strstr.c: New file.
25420         * lib/unistr/u32-strstr.c: New file.
25421         * lib/unistr/u-strstr.h: New file.
25422
25423         * modules/unistr/u8-strtok: New file.
25424         * modules/unistr/u16-strtok: New file.
25425         * modules/unistr/u32-strtok: New file.
25426         * lib/unistr/u8-strtok.c: New file.
25427         * lib/unistr/u16-strtok.c: New file.
25428         * lib/unistr/u32-strtok.c: New file.
25429         * lib/unistr/u-strtok.h: New file.
25430
25431         * modules/unistr/u8-uctomb: New file.
25432         * modules/unistr/u16-uctomb: New file.
25433         * modules/unistr/u32-uctomb: New file.
25434         * lib/unistr/u8-uctomb.c: New file.
25435         * lib/unistr/u16-uctomb.c: New file.
25436         * lib/unistr/u32-uctomb.c: New file.
25437
25438         * MODULES.html.sh (Unicode string functions): Add the new modules.
25439
25440 2007-01-08  Bruno Haible  <bruno@clisp.org>
25441
25442         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
25443         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
25444         subdirectories.
25445
25446 2007-01-08  Karl Berry  <karl@gnu.org>
25447
25448         * doc/error.texi: mention that main() fns must set program_name
25449         when progname is used.
25450
25451 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
25452
25453         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
25454         WCTYPE_H is empty, for the benefit of builds from non-distclean
25455         directories.  Problem reported by Eric Blake in
25456         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
25457
25458 2007-01-08  Bruno Haible  <bruno@clisp.org>
25459
25460         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
25461         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
25462         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
25463         PROVIDE_CANONICALIZE_FILENAME_MODE.
25464         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
25465
25466 2007-01-08  Bruno Haible  <bruno@clisp.org>
25467
25468         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
25469         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
25470         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
25471         * lib/fts.c: Likewise.
25472         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
25473
25474 2006-12-25  Bruno Haible  <bruno@clisp.org>
25475
25476         * modules/utf8-ucs4-safe: New file.
25477         * lib/utf8-ucs4-safe.h: New file.
25478         * lib/unistr/utf8-ucs4-safe.c: New file.
25479
25480         * modules/utf16-ucs4-safe: New file.
25481         * lib/utf16-ucs4-safe.h: New file.
25482         * lib/unistr/utf16-ucs4-safe.c: New file.
25483
25484         * MODULES.html.sh (Unicode string functions): Add the new modules.
25485
25486 2007-01-08  Bruno Haible  <bruno@clisp.org>
25487
25488         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
25489         (Depends-on): Add unitypes.
25490         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25491         (u8_mbtouc_aux): Move out to separate file.
25492         (u8_mbtouc): Use ucs4_t, uint8_t types.
25493         * lib/unistr/utf8-ucs4.c: New file.
25494
25495         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
25496         (Depends-on): Add unitypes.
25497         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
25498         (u16_mbtouc_aux): Move out to separate file.
25499         (u16_mbtouc): Use ucs4_t, uint16_t types.
25500         * lib/unistr/utf16-ucs4.c: New file.
25501
25502         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
25503         (Depends-on): Add unitypes.
25504         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
25505         (u8_uctomb_aux): Move out to separate file.
25506         (u8_uctomb): Use ucs4_t, uint8_t types.
25507         * lib/unistr/ucs4-utf8.c: New file.
25508
25509         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
25510         (Depends-on): Add unitypes.
25511         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
25512         (u16_uctomb_aux): Move out to separate file.
25513         (u16_uctomb): Use ucs4_t, uint16_t types.
25514         * lib/unistr/ucs4-utf16.c: New file.
25515
25516 2006-12-25  Bruno Haible  <bruno@clisp.org>
25517
25518         * modules/unitypes: New file.
25519         * lib/unitypes.h: New file.
25520         * MODULES.html.sh (func_all_modules): New section "Unicode string
25521         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
25522         this section. Add unitypes.
25523
25524 2007-01-08  Bruno Haible  <bruno@clisp.org>
25525
25526         Avoid variable names that conflict with those from libtool.
25527         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
25528         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
25529         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
25530         library_names_spec to acl_library_names_spec, hardcode_* to
25531         acl_hardcode_*.
25532         Reported by Ralf Wildenhues.
25533
25534 2007-01-08  Bruno Haible  <bruno@clisp.org>
25535
25536         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
25537         definition.
25538         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
25539         definition.
25540         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
25541         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
25542         definition.
25543         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
25544         definition.
25545         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
25546         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
25547         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25548         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
25549         definition.
25550         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
25551         definition.
25552         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
25553         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
25554         GC_USE_<algorithm>.
25555         * lib/gc-libgcrypt.c: Likewise.
25556         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
25557         * modules/gc-arctwo (configure.ac): Likewise.
25558         * modules/gc-des (configure.ac): Likewise.
25559         * modules/gc-hmac-md5 (configure.ac): Likewise.
25560         * modules/gc-hmac-sha1 (configure.ac): Likewise.
25561         * modules/gc-md2 (configure.ac): Likewise.
25562         * modules/gc-md4 (configure.ac): Likewise.
25563         * modules/gc-md5 (configure.ac): Likewise.
25564         * modules/gc-random (configure.ac): Likewise.
25565         * modules/gc-rijndael (configure.ac): Likewise.
25566         * modules/gc-sha1 (configure.ac): Likewise.
25567
25568 2007-01-08  Bruno Haible  <bruno@clisp.org>
25569
25570         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
25571         macro definition.
25572         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
25573         definition.
25574         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
25575         definition.
25576         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
25577         * modules/fcntl-safer (configure.ac): Likewise.
25578         * modules/fopen-safer (configure.ac): Likewise.
25579         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
25580         GNULIB_FWRITEERROR macro definition.
25581
25582 2007-01-08  Bruno Haible  <bruno@clisp.org>
25583
25584         * m4/gnulib-common.m4: New file.
25585         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
25586         (func_get_filelist): Add m4/gnulib-common.m4.
25587
25588 2007-01-08  Bruno Haible  <bruno@clisp.org>
25589
25590         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
25591         command.
25592
25593 2007-01-08  Jim Meyering  <jim@meyering.net>
25594
25595         Use a more robust test for a "can't happen" condition.
25596         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
25597         narrowed the st_size value.  Presuming the "can't happen" condition
25598         is true, that narrowing could conceivably convert an invalid st_size
25599         value into a valid one.  Instead, use a change based on Matthew
25600         Woehlke's original patch.
25601
25602         Slight readability improvement: use an assert-like macro
25603         in place of literal "abort ()" uses.
25604         * lib/fts.c (fts_assert): Define.
25605         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
25606         Use this macro instead of a bare 'abort'.
25607
25608 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
25609
25610         Don't worry about using IRIX 5.3's wctype.h broken definitions;
25611         simply work around them.
25612         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
25613         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
25614         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
25615         declaring.
25616         Don't bother to define as macros, since the standard doesn't require it.
25617         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
25618         longer worry about IRIX 5.3.
25619         (HAVE_WCTYPE_CTMP_BUG): Remove.
25620
25621 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25622
25623         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
25624         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
25625         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
25626         Problems reported by Georg Schwarz for IRIX 5.3.
25627
25628         * gnulib-tool (autoconf_minversion): Take the maximum version number
25629         found, not the minimum.  Problem reported by James Youngman.
25630
25631 2007-01-03  Karl Berry  <karl@gnu.org>
25632
25633         * doc/error.texi: new file, explaining interaction with progname.
25634         * doc/gnulib.texi: include it.  Update copyright.
25635
25636 2007-01-03  Simon Josefsson  <simon@josefsson.org>
25637
25638         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
25639         AC_CANONICAL_HOST, to improve autobuild outputs.
25640
25641 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
25642             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
25643
25644         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
25645         sockets, server sockets, and other file descriptors.  Count errors
25646         to compute the return value.  Reorder the code a bit to be easier
25647         to follow.  Don't set event bits that were not requested (except
25648         POLLERR and POLLHUP).
25649
25650 2007-01-01  Bruno Haible  <bruno@clisp.org>
25651
25652         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
25653
25654 2007-01-03  Jim Meyering  <jim@meyering.net>
25655
25656         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
25657
25658 2007-01-02  Bruno Haible  <bruno@clisp.org>
25659
25660         * modules/settime (Include): Require timespec.h.
25661         * modules/nanosleep (Include): Likewise.
25662
25663 2007-01-01  Bruno Haible  <bruno@clisp.org>
25664
25665         * gnulib-tool (func_emit_copyright_notice): Bump year.
25666         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
25667
25668 2007-01-01  Bruno Haible  <bruno@clisp.org>
25669
25670         Improve support for OpenBSD.
25671         * build-aux/config.rpath (libname_spec): Export.
25672         (library_names_spec): New variable. Export.
25673         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
25674         library_names_spec from the config.rpath output. Locate shared library
25675         through the name pattern in library_names_spec.
25676
25677 2007-01-01  Eric Blake  <ebb9@byu.net>
25678
25679         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
25680
25681 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
25682
25683         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
25684         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
25685         assume the C locale, and avoid an "eval" that could cause trouble.
25686         Problem with SORT reported by Bob Proulx.
25687
25688         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
25689         Define.  Trivial patch from Henning Nielsen Lund, originally
25690         sent to bug-grep@gnu.org today.
25691
25692 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
25693
25694         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
25695         struct stat.  Problem reported by Henning Nielsen Lund.
25696         * lib/acl.c: Include acl.h first, to check interface.  Don't
25697         bother to include sys/types.h and sys/stat.h again.
25698
25699 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25700
25701         Import the following change from libc; problem reported by
25702         Sven Verdoolaege.
25703
25704         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
25705
25706         [BZ #1373]
25707         * lib/argp.h: Remove __NTH for __argp_usage inline function.
25708
25709 2006-12-28  Jim Meyering  <jim@meyering.net>
25710
25711         * build-aux/announce-gen: Do not assume that the package
25712         builds any of tar.gz, tar.bz2, and .xdelta files.
25713         Suggestion from Simon Josefsson.
25714
25715 2006-12-28  Simon Josefsson  <simon@josefsson.org>
25716
25717         * modules/announce-gen: New file.
25718
25719 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
25720
25721         * lib/mbchar.h: Just include <wctype.h>; the wctype module
25722         handles its gotchas now.
25723         * lib/mbswidth.c: Likewise.
25724         * lib/wcwidth.h: Likewise.
25725         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
25726         and iswcntrl; the wctype module does this stuff now.
25727         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
25728         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
25729         * modules/mbchar (Depends-on): Add wctype.
25730         * modules/mbswidth (Depends-on): Likewise.
25731         * modules/wcwidth (Depends-on): Likewise.
25732
25733 2006-12-27  Eric Blake  <ebb9@byu.net>
25734
25735         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
25736         module uses more than what <wctype.h> is required to provide.
25737
25738 2006-12-26  Eric Blake  <ebb9@byu.net>
25739
25740         * gnulib-tool (sed_extract_prog): Avoid space-tab.
25741
25742 2006-12-26  Eric Blake  <ebb9@byu.net>
25743
25744         * modules/absolute-header: New module.
25745         * modules/fcntl (Depends-on): Depend on it.
25746         * modules/inttypes (Depends-on): Likewise.
25747         * modules/stdint (Depends-on): Likewise.
25748         * modules/sys_stat (Depends-on): Likewise.
25749         * modules/wctype (Depends-on): Likewise.
25750         * MODULES.html.sh (Support for building libraries and
25751         executables): Document it.
25752
25753 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
25754
25755         * gnulib-tool (SED): Remove, undoing previous change.
25756         The problem was that it broke coreutils on Solaris, because
25757         "sed --posix" leaked into a makefile.
25758         (sed): New alias, if 'alias' and GNU sed.
25759
25760 2006-12-24  Jim Meyering  <jim@meyering.net>
25761
25762         Work around an fchownat bug in glibc-2.4:
25763         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
25764         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
25765         in spite of the -P option.
25766         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
25767         New macros.
25768         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
25769         * modules/openat (Files): Add lib/fchownat.c.
25770         * lib/openat.c (fchownat): Don't define here.  Move to...
25771         * lib/fchownat.c: ...this new file.
25772
25773 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25774
25775         Fix bug reported by Bruno Haible in
25776         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
25777         where quotearg.c didn't compile on Mac OS X 10.2 because it
25778         lacks <wchar.h> and wint_t.
25779         * lib/wctype_.h (__wctype_wint_t): New type.
25780         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
25781         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
25782         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
25783         Arg is now of type __wctype_wint_t, not wint_t.
25784         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
25785         substitute HAVE_WINT_T.
25786         * modules/wctype (Files): Add m4/wint_t.m4.
25787         (wctype.h): Substitute HAVE_WINT_T.
25788
25789 2006-12-23  Bruno Haible  <bruno@clisp.org>
25790
25791         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
25792
25793 2006-12-23  Bruno Haible  <bruno@clisp.org>
25794
25795         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
25796         S_ISLNK.
25797         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
25798         mingw.
25799
25800 2006-12-22  Bruno Haible  <bruno@clisp.org>
25801
25802         * lib/copy-file.c: Include acl.h.
25803         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
25804         Close the file descriptors only after being done with copy_acl.
25805         * modules/copy-file (Depends-on): Add acl.
25806
25807 2006-12-22  Bruno Haible  <bruno@clisp.org>
25808
25809         * gnulib-tool (SED): New variable.
25810         Use $SED instead of sed everywhere.
25811
25812 2006-12-22  Bruno Haible  <bruno@clisp.org>
25813
25814         * modules/no-c++: New file.
25815         * m4/no-c++.m4: New file.
25816         * MODULES.html.sh (Support for building libraries and executables):
25817         Add no-c++.
25818
25819 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
25820
25821         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
25822         Include <limits.h>, and use its INT_MAX to rewrite the
25823         j loop so that it does not overflow 'int'.  Problem reported by
25824         Ralf Wildenhues in
25825         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
25826         Play it safe by shifting left by 1 rather than multiplying by 2,
25827         as GCC is less likely to optimize this away when the value
25828         is signed (when it assumes overflow leads to undefined behavior).
25829         Also, don't assume time_t uses two's complement.
25830
25831 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
25832
25833         * MODULES.html.sh: New module wctype.
25834         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
25835         * lib/fnmatch.c: Don't bother to include <wchar.h> before
25836         <wctype.h>, since the new wctype module should fix this.
25837         * lib/quotearg.c: Include <wctype.h> unconditionally, since
25838         the wctype module should arrange for it.
25839         * lib/regex_internal.h: Likewise.
25840         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
25841         since the wctype module should handle this now.
25842         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
25843         * modules/fnmatch (Depends-on): Add wctype.
25844         * modules/quotearg (Depends-on): Likewise.
25845         * modules/regex (Depends-on): Likewise.
25846
25847 2006-12-19  Bruno Haible  <bruno@clisp.org>
25848
25849         * lib/strdup.h [C++]: Wrap definitions in extern "C".
25850         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
25851
25852 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25853
25854         * modules/savewd (Depends-on): Fix dependency on fcntl.
25855
25856 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25857
25858         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
25859         conforms to C99, rather than relying on the user's environment
25860         setting of STDINT_H.
25861
25862 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
25863         and Eric Blake  <ebb9@byu.net>
25864
25865         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
25866         This is more consistent with the other defines here.
25867         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
25868         Port to z/OS.  Problem reported by Paul Gilmartin.
25869         Change local vars to use gl_ prefix rather than ac_.
25870         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
25871         with other defines.
25872         * modules/double-slash-root: New module.
25873         * modules/dirname (Files): Remove m4/double-slash-root.m4.
25874         (Depends-on): Add double-slash-root.
25875         * MODULES.html.sh (File system functions): Mention new module.
25876
25877 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
25878
25879         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
25880         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
25881         This is for the benefit of gzip, which doesn't do i18n.
25882
25883 2006-12-12  Jim Meyering  <jim@meyering.net>
25884
25885         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
25886         Reported by Andreas Schwab <schwab@suse.de>.
25887
25888 2006-12-12  Bruno Haible  <bruno@clisp.org>
25889
25890         Merge these changes.
25891         2006-09-05  Bruno Haible  <bruno@clisp.org>
25892         * lib/iconvme.c (iconv_string): No need to save and restore errno when
25893         iconv_alloc succeeded.
25894         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
25895         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
25896         test for " && dest " at the end - dest is always != NULL there. Call
25897         iconv with 4xNULL arguments initially, to reset the state. Call iconv
25898         with 2xNULL arguments, also to flush the state storage. Handle the
25899         IRIX iconv behaviour. Realloc the final result, to throw away unused
25900         memory.
25901
25902 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
25903
25904         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
25905         and fchmodat unconditionally, since glibc 2.4 has them.
25906         Problem reported by Arkadiusz Miskiewicz.
25907
25908 2006-12-10  Bruno Haible  <bruno@clisp.org>
25909
25910         * gnulib-tool (func_import): Show the include files only for those
25911         modules that are copied and specified.
25912         Reported by Karl Berry.
25913
25914 2006-12-08  Jim Meyering  <jim@meyering.net>
25915
25916         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
25917         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
25918
25919         * build-aux/announce-gen: Add two new options, both optional:
25920         --bootstrap-tools=TOOL_LIST
25921               a comma-separated list of tools, e.g.,
25922               autoconf,automake,bison,gnulib
25923         --gnulib-snapshot-date=DATE
25924               if gnulib is in the bootstrap tool list,
25925               then report this as the snapshot date.
25926               If not specified, use the current date/time.
25927               If you specify a date here, be sure it's UTC.
25928
25929 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25930
25931         * tests/test-argp-2.sh: Fix test to match actual output.
25932         (func_compare): Fix sed script to be portable.
25933
25934 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
25935
25936         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
25937         workaround for this case.  It is not autoconfigured now; offhand
25938         it's hard to see how to autoconfigure it.
25939
25940 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
25941
25942         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
25943         a directory that is about to be chowned.  Such a directory's
25944         initial file permissions should permit the owner only and this
25945         should not be changed until after the chown, since the group and
25946         other bits would be incorrect if they granted permission before
25947         the chown.
25948
25949         Fix porting problem for iswctype reported by Georg Schwarz in:
25950         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
25951         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
25952         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
25953         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
25954         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
25955
25956 2006-12-03  Jim Meyering  <jim@meyering.net>
25957
25958         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
25959         p->fts_statp may not yet be defined.
25960         (fts_read): Instead, set it in the caller, once p->fts_statp is
25961         sure to be defined, and corresponds to a top-level directory.
25962         This bug made du -x fail.  Here's the coreutils test case:
25963         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
25964         Reported by Mike Frysinger.
25965
25966 2006-12-01  Jim Meyering  <jim@meyering.net>
25967
25968         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
25969         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
25970         Reported by Simon Josefsson.
25971
25972 2006-11-30  Jim Meyering  <jim@meyering.net>
25973
25974         * m4/warning.m4: Use the all-permissive copyright notice
25975         recommended by RMS (rather than LGPL).
25976         * m4/vararrays.m4: Likewise.
25977         * m4/flexmember.m4: Likewise.
25978
25979 2006-11-29  Bruno Haible  <bruno@clisp.org>
25980
25981         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
25982         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
25983         using +=.
25984         Reported by Simon Josefsson <simon@josefsson.org>.
25985
25986 2006-11-28  James Youngman <jay@gnu.org>
25987
25988         * README: Advise users that they might find the bug-gnulib@gnu.org
25989         and autotools-announce@gnu.org mailing lists useful.
25990
25991 2006-11-28  Bruno Haible  <bruno@clisp.org>
25992
25993         * m4/ptrdiff_max.m4: Remove file.
25994
25995 2006-11-21  Bruno Haible  <bruno@clisp.org>
25996
25997         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
25998         _AC_COMPUTE_INT.
25999         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26000         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
26001         _AC_COMPUTE_INT.
26002         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26003         * m4/size_max.m4 (gl_SIZE_MAX): 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-28  Jim Meyering  <jim@meyering.net>
26008
26009         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
26010         warning from "gcc -Wshadow" about shadowing the builtin.
26011
26012 2006-11-27  Bruno Haible  <bruno@clisp.org>
26013
26014         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
26015         _AC_COMPUTE_INT.
26016         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
26017
26018 2006-11-27  Bruno Haible  <bruno@clisp.org>
26019             Paul Eggert  <eggert@cs.ucla.edu>
26020
26021         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
26022
26023 2006-11-26  Bruno Haible  <bruno@clisp.org>
26024
26025         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
26026         noinst_LTLIBRARIES.
26027
26028 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
26029             Bruno Haible  <bruno@clisp.org>
26030
26031         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
26032         if compiling with "gcc -ansi".
26033
26034 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
26035
26036         Fix some incompatibilities with gcc -ansi -pedantic.
26037         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
26038         if compiling pedantically with GCC, unless it's C99 or later.
26039         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
26040         it mishandles gcc -ansi -pedantic as well.
26041         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
26042         if gcc -pedantic.
26043         * lib/regexec.c (check_node_accept_bytes): Don't use auto
26044         initializers for struct if -pedantic, unless it's C99 or later.
26045
26046 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
26047
26048         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
26049         Don't close an fd more than once. Identical atimes indicate
26050         success, not failure.
26051
26052 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
26053
26054         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
26055
26056 2006-11-23  Jim Meyering  <jim@meyering.net>
26057
26058         * build-aux/announce-gen: New file.  From coreutils.
26059
26060 2006-11-22  Jim Meyering  <jim@meyering.net>
26061
26062         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
26063         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
26064         (fts_read): Use a temporary to narrow the overused st_size member
26065         before using it in a switch statement.  Reported by Matthew Woehlke.
26066
26067         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
26068         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
26069
26070 2006-11-20  Bruno Haible  <bruno@clisp.org>
26071
26072         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
26073         changequote instead of pairs of brackets.
26074         Reported by Andreas Schwab <schwab@suse.de>.
26075
26076 2006-11-21  Jim Meyering  <jim@meyering.net>
26077
26078         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
26079         so as to remain compatible with older compilers.
26080         Patch from Michael Deutschmann.
26081
26082 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26083
26084         * MODULES.html.sh (File system functions): Add openat.
26085
26086         * lib/openat.h (rpl_fstatat): New macro, if
26087         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
26088         (fstatat): Define to rpl_fstatat under the same conditions,
26089         unless COMPILING_FSTATAT.
26090         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
26091         seems to have the bug.
26092         * lib/fstatat.c: New file.
26093         * modules/openat (Files): Add it.
26094
26095 2006-11-20  Bruno Haible  <bruno@clisp.org>
26096
26097         * Makefile: New file.
26098
26099 2006-11-20  Jim Meyering  <jim@meyering.net>
26100
26101         The beginnings of syntax-related checks for gnulib.
26102         * lib/Makefile: New file.
26103         * lib/t-idcache: New script.  Ensure that the two halves of
26104         idcache.c stay in sync.
26105
26106         * lib/idcache.c: Adjust comments in user- and group- portions to
26107         be more accurate, and to be consistent with one another.
26108
26109 2006-11-20  Jim Meyering  <jim@meyering.net>
26110
26111         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
26112         continue using the flexible array member (thus, this module performs
26113         half as many malloc calls), with the addition that...
26114         (getgroup, getuser): Consistently record a non-match via an empty
26115         "name" string, and map an empty string match to a NULL return value.
26116         * modules/idcache (Depends-on): Re-add flexmember.
26117
26118         * lib/idcache.c (getuser): Remove all uses of the register keyword.
26119         (getuidbyname, getgroup, getgidbyname): Likewise.
26120
26121         Use cleaner syntax: NULL rather than 0.
26122         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
26123
26124 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
26125
26126         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
26127         It mishandled the case where the group was missing.
26128         Problem reported by Greg Schafer.
26129         * modules/idcache: Likewise.
26130
26131 2006-11-18  Jim Meyering  <jim@meyering.net>
26132
26133         * check-module (%exempt_header): Add exception for some
26134         conditionally-included headers.
26135
26136         * modules/i-ring (Depends-on): Add verify.
26137         (License): Change to LGPL.
26138
26139 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
26140
26141         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
26142         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
26143         and inttostr.h.  Use snprintf rather than uinttostr, so that
26144         LGPLed code doesn't depend on GPLed.
26145
26146 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
26147
26148         * modules/inline (License): Change from GPL to LGPL.
26149
26150 2006-11-17  Jim Meyering  <jim@meyering.net>
26151
26152         * modules/d-type (License): Switch to LGPL.
26153
26154 2006-11-15  Bruno Haible  <bruno@clisp.org>
26155
26156         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
26157
26158 2006-11-15  Eric Blake  <ebb9@byu.net>
26159
26160         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
26161         the module dependency.
26162
26163 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
26164             Bruno Haible  <bruno@clisp.org>
26165
26166         * gnulib-tool (func_create_testdir): Add license consistency check.
26167
26168 2006-11-15  Eric Blake  <ebb9@byu.net>
26169
26170         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
26171         random "(cached)" in configure output.
26172
26173 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26174
26175         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
26176         test for conforming inttypes.h is both announced and cached.
26177
26178         * MODULES.html.sh (seen_modules, seen_files): New variables.
26179         (func_module): Rewrite to use a few less gnulib-tool and sed
26180         invocations.  Avoid a couple of quadratic algorithms for ...
26181         (missed_modules, missed_files): ... these, with ...
26182         (func_append, func_tmpdir): ... these new functions, from
26183         gnulib-tool.  Analogously, install traps for cleanup.
26184
26185         * tests/test-gc.c (main): Remove unused variables.
26186         * tests/test-read-file.c: Include stdlib.h, for 'free'.
26187
26188 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
26189
26190         * modules/inttostr (License): Change to LGPL.
26191
26192 2006-11-14  Eric Blake  <ebb9@byu.net>
26193
26194         * modules/tempname (License): Change to LGPL.
26195
26196 2006-11-14  Eric Blake  <ebb9@byu.net>
26197
26198         * doc/functions.texi (Function Portability): *printf functions on
26199         Cygwin now understand all POSIX size specifiers.
26200
26201 2006-11-14  Bruno Haible  <bruno@clisp.org>
26202
26203         * modules/c-ctype (License): Change to LGPL.
26204
26205 2006-11-12  Bruno Haible  <bruno@clisp.org>
26206
26207         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26208         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
26209         for GNOME libraries, for which the include files are installed in
26210         subdirectories of $prefix/include.
26211
26212 2006-11-12  Bruno Haible  <bruno@clisp.org>
26213
26214         * m4/lib-link.m4: Require at least autoconf-2.54.
26215         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
26216         name to underscores for the --with option.
26217
26218 2006-11-13  Bruno Haible  <bruno@clisp.org>
26219
26220         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
26221         the tests directory.
26222         Reported by Ralf Wildenhues.
26223
26224 2006-11-13  Bruno Haible  <bruno@clisp.org>
26225
26226         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
26227         (func_emit_initmacro_end): Undo the override here.
26228         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
26229         Works around the famous automake error in coreutils.
26230
26231 2006-11-13  Eric Blake  <ebb9@byu.net>
26232
26233         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
26234         element, not its node.
26235
26236 2006-11-12  Bruno Haible  <bruno@clisp.org>
26237
26238         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
26239         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
26240
26241 2006-11-12  Bruno Haible  <bruno@clisp.org>
26242
26243         * gnulib-tool: New option --local-symlink.
26244         (func_usage): Document it.
26245         (lsymbolic): New variable.
26246         (func_import, func_create_testdir): If --symlink was not specified,
26247         test whether --local-symlink was specified and the file comes from
26248         the local_gnulib_dir.
26249
26250 2006-11-12  Bruno Haible  <bruno@clisp.org>
26251
26252         * gnulib-tool (func_ln): New function.
26253         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
26254
26255 2006-11-12  Bruno Haible  <bruno@clisp.org>
26256
26257         Finish support for source files in subdirectories.
26258         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
26259         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
26260         AUTOMAKE_OPTIONS.
26261         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
26262
26263 2006-11-12  Bruno Haible  <bruno@clisp.org>
26264
26265         * gnulib-tool (func_get_automake_snippet): Synthesize also an
26266         EXTRA_lib_SOURCES augmentation.
26267         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
26268
26269 2006-11-12  Jim Meyering  <jim@meyering.net>
26270
26271         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
26272         file descriptors.  This also averts a failure on systems with
26273         native openat support when a traversed directory lacks "x" access.
26274         * lib/fts_.h: Include "i-ring.h"
26275         (struct FTS) [fts_fd_ring]: New member.
26276         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
26277         (FCHDIR): Add parentheses.
26278         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
26279         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
26280         When descending, rather than simply closing the previous
26281         fts_cwd_fd value, push that file descriptor onto the ring.
26282         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
26283         (fts_open): Initialize the new fd_ring member.
26284         (fts_close): Clear the ring.
26285         (fts_safe_changedir): When possible, use our new fd_ring to skip
26286         the diropen and fstat and dev/ino comparison that would normally
26287         accompany a virtual `chdir ("..")'.
26288
26289         * modules/fts (Depends-on): Add i-ring.
26290         * modules/i-ring: New module.
26291         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
26292         * m4/i-ring.m4: New file.
26293
26294 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26295
26296         * gnulib-tool (func_create_testdir): Fix replacement of
26297         `build-aux' in configure.ac.  Run autotools in gltests
26298         subdirectory.
26299         (func_create_testdir, func_create_megatestdir, test): There is
26300         no need for '--force' in most autotool invocations in a new
26301         tree.  Actually fail the whole test if any of the tools, or the
26302         configure or make stages fail.
26303
26304         Sync from Automake.
26305         * build-aux/gnupload: Revert last change.  Add pointer to upload
26306         instructions of the GNU Maintenance Instructions.
26307         Suggestion by Karl Berry.
26308
26309 2006-11-10  Jim Meyering  <jim@meyering.net>
26310
26311         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
26312
26313 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26314
26315         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
26316         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
26317         (bind_textdomain_codeset) [! ENABLE_NLS]:
26318         Evaluate all the arguments.  That way, callers get compatible behavior
26319         if the arguments have side effects.  Also, it avoids some GCC
26320         diagnostics in some cases; Joel E. Denny reported problems when Bison
26321         was configured with --enable-gcc-warnigs.
26322
26323 2006-11-10  Jim Meyering  <jim@meyering.net>
26324
26325         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
26326         relevant options in CFLAGS (like -O, -fno-inline) are taken into
26327         account.
26328
26329 2006-11-10  Jim Meyering  <jim@meyering.net>
26330
26331         * modules/inline: New file/module.
26332         * modules/xalloc (Files): Remove m4/inline.m4.
26333         (Depends-on): Add inline, instead.
26334         * modules/oset: Likewise.
26335         * modules/list: Likewise.
26336
26337 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26338
26339         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
26340         Problem reported by Matthew Woehlke.
26341
26342 2006-11-09  Bruno Haible  <bruno@clisp.org>
26343
26344         * lib/tempname.c (gen_tempname): Remove variant that invokes
26345         __gen_tempname.
26346         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
26347         __gen_tempname.
26348
26349 2006-11-08  Bruno Haible  <bruno@clisp.org>
26350
26351         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
26352         to 'yes' instead of 'cross-compiling'.
26353
26354 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
26355
26356         * lib/quotearg.h (quotearg_free): New decl.
26357         * lib/quotearg.c (quotearg_free): New function.
26358         (slot0, nslots, slotvec0, slotvec):
26359         Now file-scope so that quotearg_free can get at them.
26360
26361 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26362
26363         Sync from Automake.
26364         * build-aux/gnupload: Add missing 'gnu' to example URL.
26365         Report by Karl Berry.
26366
26367 2006-11-08  Bruno Haible  <bruno@clisp.org>
26368
26369         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
26370         Suggested by Paul Eggert.
26371
26372 2006-11-08  Jim Meyering  <jim@meyering.net>
26373
26374         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
26375         It's already included if !_LIBC.
26376         (fts_safe_changedir): Add a comment.
26377
26378 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26379
26380         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
26381         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
26382         Matthew Woehlke.
26383
26384         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
26385         definitions up, to avoid colliding with change below.
26386         (static_inline) [HAVE_INLINE]: New macro.
26387         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
26388         Provide extern decls when !HAVE_INLINE.  Do not define unless
26389         static_inline is defined, either by us or by xmalloc.c.  Use
26390         static_inline rather than static inline.
26391         (XCALLOC): Optimize sizeof(T) = 1 case.
26392         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
26393
26394 2006-11-07  Bruno Haible  <bruno@clisp.org>
26395
26396         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
26397         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
26398         AC_C_INLINE.
26399         * modules/xalloc (Files): Add m4/inline.m4.
26400
26401 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26402
26403         * README: Fix typo.
26404         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
26405         (Miscellanous Notes): ...from this.
26406
26407 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
26408
26409         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
26410         Mention that offsetof should be used instead of sizeof.
26411         From Bruno Haible.
26412
26413 2006-11-07  Bruno Haible  <bruno@clisp.org>
26414
26415         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
26416
26417 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26418
26419         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26420         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
26421         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26422         (gl_tree_add_before, gl_tree_add_after):
26423         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
26424         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
26425         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
26426         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
26427         (gl_linked_add_after, gl_linked_add_at): Likewise.
26428         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
26429         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
26430         (gl_tree_add_before, gl_tree_add_after): Likewise.
26431         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
26432         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
26433         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
26434
26435 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26436
26437         * lib/gl_oset.h: Use C comment style, not C++ comment style.
26438
26439 2006-11-06  Bruno Haible  <bruno@clisp.org>
26440
26441         * m4/inline.m4: New file.
26442         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
26443         * modules/list (Files): Add m4/inline.m4.
26444         * modules/oset (Files): Likewise.
26445
26446 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
26447
26448         * lib/idcache.c: Include <stddef.h>, for offsetof.
26449         (struct userid.name): Change from char * to a flexible array member.
26450         All uses changed.
26451         * modules/idcache (Depends-on): Add flexmember.
26452
26453         * MODULES.html.sh (Core language properties): New module flexmember.
26454         * modules/flexmember, m4/flexmember.m4: New files.
26455
26456         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
26457         inline functions that are identical with the old xnmalloc_inline,
26458         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
26459         that we can avoid some unnecessary integer multiplications and
26460         divisions in the common case where the element size is known at
26461         compile time.
26462         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
26463         needed.
26464         (xnboundedmalloc): Remove.
26465         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
26466         arguments, for consistency with rest of this header.
26467         (xcharalloc): Rewrite using XNMALLOC.
26468         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
26469         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
26470         versions have been moved to lib/xalloc.h and renamed to be the
26471         non-*_inline versions.
26472         (xmalloc, xrealloc): Implement without reference to the xnmalloc
26473         and xnrealloc functions, since those functions are now inline and
26474         now call us.
26475         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
26476         renaming described above.
26477         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
26478         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
26479         captures the dependency in AC_C_INLINE.
26480
26481         New module canonicalize-lgpl, proposed by Charles Wilson in
26482         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
26483         with a few small changes afterwards.
26484         * MODULES.html.sh (File system functions): New module
26485         canonicalize-lgpl.
26486         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
26487         and canonicalize_file_name.
26488         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
26489         * modules/canonicalize-lgpl: New files.
26490
26491 2006-11-05  Bruno Haible  <bruno@clisp.org>
26492
26493         * gnulib-tool (func_import, func_create_testdir): Create directories
26494         also for files in subdirectories of lib/.
26495
26496 2006-11-05  Bruno Haible  <bruno@clisp.org>
26497
26498         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
26499         ANSI C compliant.
26500
26501 2006-11-03  Bruno Haible  <bruno@clisp.org>
26502
26503         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
26504         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
26505         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
26506         (xnboundedmalloc): New inline function.
26507         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
26508         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
26509         xmalloc.
26510         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
26511         xmalloc.
26512         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
26513         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
26514         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
26515         xmalloc.
26516         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26517         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
26518         xmalloc.
26519         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
26520         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26521         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
26522         xmalloc.
26523         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
26524         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
26525         gl_tree_add_after): Use XMALLOC instead of xmalloc.
26526         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
26527         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
26528         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
26529         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
26530
26531 2006-11-03  Bruno Haible  <bruno@clisp.org>
26532
26533         * lib/c-ctype.h [C++]: Define functions without name mangling.
26534         * lib/fwriteerror.h [C++]: Likewise.
26535         * lib/gcd.h [C++]: Likewise.
26536         * lib/linebreak.h [C++]: Likewise.
26537
26538 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26539
26540         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
26541         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
26542         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
26543         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
26544         Check for functions and headers just once.
26545         Check for declaration of canonicalize_file_name.
26546         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
26547
26548 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26549
26550         * gnulib-tool (func_import): Fix typo in actioncmd.
26551
26552 2006-11-02  Bruno Haible  <bruno@clisp.org>
26553
26554         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
26555         newline sequence in the Makefile.am snippet as a space, like "make"
26556         does.
26557         Reported by Roger Persson <perrog@gmail.com>.
26558
26559 2006-11-01  Bruno Haible  <bruno@clisp.org>
26560
26561         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
26562         already declared in <string.h>.
26563         * lib/strcase.h (strncasecmp): Don't declare it if yes.
26564
26565 2006-11-01  Bruno Haible  <bruno@clisp.org>
26566
26567         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
26568         * lib/strcase.h: Include <string.h>.
26569         (strcasecmp): Define to rpl_strcasecmp here.
26570
26571 2006-11-01  Bruno Haible  <bruno@clisp.org>
26572
26573         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
26574
26575 2006-11-01  Eric Blake  <ebb9@byu.net>
26576
26577         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
26578
26579         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
26580
26581 2006-10-29  Bruno Haible  <bruno@clisp.org>
26582
26583         Make it compile in C++ mode.
26584         * lib/full-write.c (full_rw): Add a cast.
26585
26586 2006-11-01  Bruno Haible  <bruno@clisp.org>
26587
26588         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
26589         be POSIX compliant.
26590         Reported by Roger Persson <perrog@gmail.com>.
26591
26592 2006-11-01  Eric Blake  <ebb9@byu.net>
26593
26594         * lib/getopt_.h: Fix comments.
26595
26596 2006-10-31  Eric Blake  <ebb9@byu.net>
26597
26598         * modules/tmpdir (Depends-on): Add sys_stat.
26599         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
26600         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
26601         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
26602         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
26603         tempname.
26604
26605 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
26606
26607         Avoid some C++ diagnostics reported by Bruno Haible.
26608         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
26609         xmalloc.
26610         (quotearg_alloc): Use xcharalloc rather than xmalloc.
26611         (struct slotvec): Move to top level.
26612         (quotearg_n_options): Rewrite to avoid xmalloc.
26613         * lib/xalloc.h (xcharalloc): New function.
26614         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
26615         [defined __cplusplus]: Add function template that provides result
26616         type propagation.  This part of the change is from Bruno Haible.
26617
26618 2006-10-29  Bruno Haible  <bruno@clisp.org>
26619
26620         Make it compile in C++ mode.
26621         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
26622         * lib/strnlen1.c (strnlen1): Cast memchr result.
26623         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
26624         * lib/clean-temp.c (string_equals, string_hash): Add casts.
26625         (create_temp_dir): Rename local variable 'template'.
26626         (compile_csharp_using_sscli): Add cast.
26627         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
26628         * lib/findprog.c (find_in_path): Likewise.
26629         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
26630         * lib/wait-process.c (register_slave_subprocess): Likewise.
26631
26632 2006-10-22  Bruno Haible  <bruno@clisp.org>
26633
26634         * modules/tsearch: New file.
26635         * lib/tsearch.h: New file.
26636         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
26637         * m4/tsearch.m4: New file.
26638         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
26639
26640 2006-10-29  Eric Blake  <ebb9@byu.net>
26641
26642         * lib/arcfour.c: Assume config.h.
26643         * lib/arctwo.c: Likewise.
26644         * lib/base64.c: Likewise.
26645         * lib/check-version.c: Likewise.
26646         * lib/crc.c: Likewise.
26647         * lib/des.c: Likewise.
26648         * lib/gc-gnulib.c: Likewise.
26649         * lib/gc-libgcrypt.c: Likewise.
26650         * lib/gc-pbkdf2-sha1.c: Likewise.
26651         * lib/getaddrinfo.c: Likewise.
26652         * lib/getdelim.c: Likewise.
26653         * lib/getline.c: Likewise.
26654         * lib/hmac-md5.c: Likewise.
26655         * lib/hmac-sha1.c: Likewise.
26656         * lib/iconvme.c: Likewise.
26657         * lib/md2.c: Likewise.
26658         * lib/md4.c: Likewise.
26659         * lib/memxor.c: Likewise.
26660         * lib/read-file.c: Likewise.
26661         * lib/readline.c: Likewise.
26662         * lib/rijndael-alg-fst.c: Likewise.
26663         * lib/rijndael-api-fst.c: Likewise.
26664         * lib/xgetdomainname.c: Likewise.
26665
26666 2006-10-28  Eric Blake  <ebb9@byu.net>
26667
26668         * lib/xstrndup.c: Assume config.h.
26669
26670 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
26671
26672         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
26673         stat-macros.h is now for our own macros, whereas stat_h is for
26674         macros in the <sys/stat.h> name space.
26675         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
26676         (STAT_MACROS_H): Remove.
26677         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
26678         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
26679         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
26680         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
26681         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
26682         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
26683         Move these macros to ...
26684         * lib/stat_.h: here.  Don't include stat-macros.h.
26685         * lib/canonicalize.c: Don't include stat-macros.h.
26686         * lib/chown.c: Likewise.
26687         * lib/euidaccess.c: Likewise.
26688         * lib/file-type.c: Likewise.
26689         * lib/filemode.c: Likewise.
26690         * lib/glob.c: Likewise.
26691         * lib/isapipe.c: Likewise.
26692         * lib/lchown.c: Likewise.
26693         * lib/lstat.c: Likewise.
26694         * lib/mkdir-p.c: Likewise.
26695         * lib/rmdir.c: Likewise.
26696         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
26697         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
26698         unless mkdir isn't declared, to speed up 'configure'.
26699         Always create sys/stat.h, since it's unlikely any real sys/stat.h
26700         would define all the S_* symbols.
26701         * modules/canonicalize (Depends-on):
26702         Depend on sys_stat, not stat-macros.
26703         * modules/chown: Likewise.
26704         * modules/euidaccess: Likewise.
26705         * modules/filemode: Likewise.
26706         * modules/file-type: Likewise.
26707         * modules/glob: Likewise.
26708         * modules/isapipe: Likewise.
26709         * modules/lchown: Likewise.
26710         * modules/lstat: Likewise.
26711         * modules/mkancesdirs: Likewise.
26712         * modules/rmdir: Likewise.
26713         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
26714         * modules/modechange: Likewise.
26715         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
26716         (configure.ac): Remove gl_STAT_MACROS.
26717         * modules/sys_stat (Depends-on): Remove stat-macros.
26718
26719 2006-10-27  Bruno Haible  <bruno@clisp.org>
26720
26721         * m4/signed.m4: Remove file.
26722         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
26723         invocation.
26724         * modules/vasnprintf (Files): Remove m4/signed.m4.
26725
26726 2006-10-27  Bruno Haible  <bruno@clisp.org>
26727
26728         Update to GNU gettext 0.16.
26729         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
26730         m4/inttypes-h.m4, m4/signed.m4.
26731         * m4/gettext.m4: Update to GNU gettext 0.16.
26732         * m4/intl.m4: New file, from GNU gettext.
26733         * m4/intldir.m4: New file, from GNU gettext.
26734         * config/srclist.txt: Update
26735
26736 2006-10-27  Eric Blake  <ebb9@byu.net>
26737
26738         * MODULES.html.sh: Document tempname.
26739         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
26740         dependencies.
26741         (Files): Move lib/tempname.c...
26742         * modules/tempname: ...to this new module.
26743         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
26744         (gl_PREREQ_TEMPNAME): Move...
26745         * m4/tempname.m4: ...to this new file.
26746         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
26747         * modules/sys_stat (Depends-on): Add stat-macros.
26748         * lib/stat_.h (includes): Pick up stat macros.
26749         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
26750         if stat macros are broken.
26751         * lib/tempname.c (includes): No need to include "stat-macros.h".
26752         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
26753         (direxists, __path_search) [!_LIBC]: Don't compile these in
26754         gnulib; the tmpdir module covers that.
26755         * lib/tempname.h: New file.
26756
26757 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
26758
26759         * COPYING: Explain how gnulib-tool converts licence headers.
26760         Almost all wording by Eric Blake.
26761
26762 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
26763
26764         * lib/mbchar.h (is_basic_table): Make read-only.
26765         * lib/mbchar.c (is_basic_table): Likewise.
26766         Reported by John Darrington.
26767
26768 2006-10-25  Bruno Haible  <bruno@clisp.org>
26769
26770         * lib/progname.h (set_program_name): Undefine before defining.
26771
26772 2006-10-25  Bruno Haible  <bruno@clisp.org>
26773
26774         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
26775         false for non-gcc C++ compilers.
26776         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26777
26778 2006-10-24  Bruno Haible  <bruno@clisp.org>
26779
26780         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
26781         iconv implementations like Irix iconv.
26782
26783 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26784
26785         * modules/vararrays: New file.
26786         * m4/vararrays.m4: New file, taken from diffutils.
26787         * MODULES.html.sh: New module vararrays.
26788
26789 2006-10-24  Karl Berry  <karl@gnu.org>
26790
26791         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
26792         Don't call GNU Unix.
26793
26794 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26795
26796         * users.txt: Add Libtool.
26797
26798         Sync from Libtool:
26799
26800         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26801
26802         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
26803         to gnulib's policy of including config.h unconditionally.
26804
26805 2006-10-24  Bruno Haible  <bruno@clisp.org>
26806
26807         * modules/wcwidth (Files): Add m4/wint_t.m4.
26808         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
26809         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
26810
26811 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26812
26813         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
26814         to pacify GCC with some -W flags enabled.  Problem reported by
26815         Bruno Haible.
26816
26817 2006-10-24  Jim Meyering  <jim@meyering.net>
26818
26819         * MODULES.html.sh: Remove uinttostr.  It's not a module.
26820         Reported by Karl Berry.
26821
26822 2006-10-23  Bruno Haible  <bruno@clisp.org>
26823
26824         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
26825
26826 2006-10-24  Bruno Haible  <bruno@clisp.org>
26827
26828         * lib/gl_list.h: Use C comment style, not C++ comment style.
26829
26830 2006-10-23  Eric Blake  <ebb9@byu.net>
26831
26832         * lib/getaddrinfo.c (includes): Add missing include.
26833
26834 2006-10-23  Bruno Haible  <bruno@clisp.org>
26835             Paul Eggert  <eggert@cs.ucla.edu>
26836
26837         Ability to rename obstack_free.
26838         * lib/obstack.h (__obstack_free): New macro. Declare instead of
26839         obstack_free.
26840         (obstack_free): Invoke the __obstack_free macro.
26841         * lib/obstack.c (obstack_free): Use __obstack_free macro.
26842
26843 2006-10-23  Bruno Haible  <bruno@clisp.org>
26844             Paul Eggert  <eggert@cs.ucla.edu>
26845
26846         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
26847         __argc, __argv from the declaration. (They are defined as macros on
26848         mingw.)
26849
26850 2006-10-22  Bruno Haible  <bruno@clisp.org>
26851
26852         * doc/gnulib-intro.texi: New file.
26853         * doc/gnulib.texi: Include it.
26854
26855 2006-10-21  Bruno Haible  <bruno@clisp.org>
26856
26857         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
26858         "Introduction", "Miscellanous Notes", "Particular Modules".
26859
26860 2006-10-21  Bruno Haible  <bruno@clisp.org>
26861
26862         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
26863         Change mostlyclean-local rule to avoid sh syntax error from bash
26864         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
26865
26866 2006-10-23  Jim Meyering  <jim@meyering.net>
26867
26868         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
26869         in place of snprintf.
26870
26871         * modules/inttostr (Files): Add lib/uinttostr.c.
26872         * lib/uinttostr.c (inttostr): New file/function.
26873         * lib/inttostr.h (uinttostr): Declare.
26874         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
26875         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
26876         Add uinttostr.
26877         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
26878
26879 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26880
26881         * lib/canonicalize.c (ELOOP): Define if not already defined.
26882         Problem reported by Bruno Haible in
26883         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
26884
26885 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
26886
26887         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
26888         Problem reported by Perry Smith and Ville Laurikari.
26889
26890         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
26891         uses.
26892
26893 2006-10-19  Bruno Haible  <bruno@clisp.org>
26894
26895         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
26896         for mingw.
26897
26898 2006-10-19  Bruno Haible  <bruno@clisp.org>
26899
26900         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
26901         Needed for mingw.
26902
26903 2006-10-19  Bruno Haible  <bruno@clisp.org>
26904
26905         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
26906
26907 2006-10-19  Bruno Haible  <bruno@clisp.org>
26908
26909         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
26910         it.
26911
26912 2006-10-19  Bruno Haible  <bruno@clisp.org>
26913
26914         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
26915         invocation.
26916
26917 2006-10-19  Bruno Haible  <bruno@clisp.org>
26918
26919         * gnulib-tool (func_create_testdir): Don't include ftruncate and
26920         mountlist by default.
26921
26922 2006-10-16  Bruno Haible  <bruno@clisp.org>
26923
26924         * lib/c-strstr.c: Include c-strstr.h.
26925
26926 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
26927
26928         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
26929         in a slash.
26930
26931 2006-10-18  Bruno Haible  <bruno@clisp.org>
26932
26933         * lib/lock.h [C++]: Wrap definitions in extern "C".
26934
26935 2006-10-18  Bruno Haible  <bruno@clisp.org>
26936
26937         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
26938         gl_LIBOBJS list.
26939
26940 2006-10-18  Bruno Haible  <bruno@clisp.org>
26941
26942         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
26943
26944 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
26945
26946         * lib/xstrtol.h: Include gettext.h.
26947         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
26948         Problem reported by Eric Blake.
26949         * modules/xstrtol (Depends-on): Add gettext-h.
26950
26951 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
26952
26953         * lib/strftime.c (advance): New macro.
26954         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
26955         incomplete type, so you can't add 0 to it.  Problem and patch
26956         reported by Eelco Dolstra for dietlibc.
26957
26958 2006-10-18  Jim Meyering  <jim@meyering.net>
26959
26960         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
26961         type for a local, and rename it: s/up/user_proc/.
26962
26963 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
26964
26965         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
26966         READ_UTMP_USER_PROCESS.
26967         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
26968
26969 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26970
26971         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
26972         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
26973
26974 2006-10-17  Eric Blake  <ebb9@byu.net>
26975
26976         * lib/sigprocmask.c (sigprocmask): Fix typo.
26977
26978         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
26979
26980         * modules/clean-temp (Makefile.am): Don't add to make output...
26981         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
26982         config.h.
26983
26984 2006-10-17  Bruno Haible  <bruno@clisp.org>
26985
26986         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
26987         differently if DEFAULT_TEXT_DOMAIN is set.
26988
26989 2006-10-16  Bruno Haible  <bruno@clisp.org>
26990
26991         * lib/clean-temp.c: Include fwriteerror.h.
26992
26993 2006-10-16  Bruno Haible  <bruno@clisp.org>
26994
26995         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
26996
26997 2006-10-16  Bruno Haible  <bruno@clisp.org>
26998
26999         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
27000         * lib/sigprocmask.h: Include <sys/types.h>.
27001         (sigset_t): Use the system's definition if present.
27002
27003 2006-10-17  Eric Blake  <ebb9@byu.net>
27004
27005         * lib/xvasprintf.c (includes): Assume config.h.
27006         * lib/xasprintf.c (includes): Likewise.
27007
27008 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
27009
27010         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
27011         at least as wide as intmax_t.
27012
27013 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
27014
27015         (Imported from Automake.)
27016         * build-aux/gnupload: Update to version 1.1 of directive file.
27017
27018 2006-10-16  Eric Blake  <ebb9@byu.net>
27019
27020         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
27021         match Automake 1.10a.
27022
27023 2006-10-14  Bruno Haible  <bruno@clisp.org>
27024
27025         * modules/sigprocmask: New file.
27026         * lib/sigprocmask.h: New file.
27027         * lib/sigprocmask.c: New file.
27028         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
27029         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
27030         request sigprocmask.o.
27031         (gl_PREREQ_SIGPROCMASK): New macro.
27032         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
27033         (Depends-on): Add sigprocmask.
27034         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
27035         gt_SIGNALBLOCKING. Test for 'raise' only once.
27036         * lib/fatal-signal.c: Include sigprocmask.h.
27037         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
27038         unblock_fatal_signals): Define always.
27039         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
27040         sigprocmask.
27041
27042 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
27043
27044         Sync from Automake.
27045         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
27046         which incorrectly sets the mode of an existing destination
27047         directory.  In some cases the unpatched install-sh could do the
27048         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
27049         system.  We hope this is rare in practice, but it's clearly worth
27050         fixing.  Problem reported by Alex Unleashed in
27051         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
27052         Also, don't bother to check for -m bugs unless we're using -m;
27053         suggested by Stepan Kasal.
27054
27055 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27056
27057         Sync from Automake.
27058         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
27059         `-c' flag, so they appear at the same position as in %FASTDEP%
27060         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
27061         which ignores unknown options only after the first non-option.
27062         Bug report against M4 by Nelson H. F. Beebe.
27063
27064 2006-10-13  Jim Meyering  <jim@meyering.net>
27065
27066         Fix a bug in yesterday's change.
27067         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
27068         p->fts_statp->st_dev would be used uninitialized.
27069         Ensures that we always call fts_stat on the very first entry.
27070         Miklos Szeredi reported that find -xdev stopped working.
27071
27072 2006-10-12  Bruno Haible  <bruno@clisp.org>
27073
27074         * gnulib-tool (func_get_automake_snippet): Append an automatically
27075         computed EXTRA_DIST augmentation.
27076         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
27077         * modules/alloca-opt (Makefile.am): Likewise.
27078         * modules/allocsa (Makefile.am): Likewise.
27079         * modules/arcfour (Makefile.am): Likewise.
27080         * modules/arctwo (Makefile.am): Likewise.
27081         * modules/argmatch (Makefile.am): Likewise.
27082         * modules/argz (Makefile.am): Likewise.
27083         * modules/atexit (Makefile.am): Likewise.
27084         * modules/backupfile (Makefile.am): Likewise.
27085         * modules/byteswap (Makefile.am): Likewise.
27086         * modules/c-strtod (Makefile.am): Likewise.
27087         * modules/c-strtold (Makefile.am): Likewise.
27088         * modules/calloc (Makefile.am): Likewise.
27089         * modules/canon-host (Makefile.am): Likewise.
27090         * modules/canonicalize (Makefile.am): Likewise.
27091         * modules/chdir-long (Makefile.am): Likewise.
27092         * modules/chdir-safer (Makefile.am): Likewise.
27093         * modules/check-version (Makefile.am): Likewise.
27094         * modules/chown (Makefile.am): Likewise.
27095         * modules/cloexec (Makefile.am): Likewise.
27096         * modules/close-stream (Makefile.am): Likewise.
27097         * modules/closeout (Makefile.am): Likewise.
27098         * modules/crc (Makefile.am): Likewise.
27099         * modules/csharpexec (Makefile.am): Likewise.
27100         * modules/cycle-check (Makefile.am): Likewise.
27101         * modules/des (Makefile.am): Likewise.
27102         * modules/dev-ino (Makefile.am): Likewise.
27103         * modules/dirfd (Makefile.am): Likewise.
27104         * modules/dirname (Makefile.am): Likewise.
27105         * modules/dup2 (Makefile.am): Likewise.
27106         * modules/eealloc (Makefile.am): Likewise.
27107         * modules/error (Makefile.am): Likewise.
27108         * modules/euidaccess (Makefile.am): Likewise.
27109         * modules/exclude (Makefile.am): Likewise.
27110         * modules/exitfail (Makefile.am): Likewise.
27111         * modules/fcntl-safer (Makefile.am): Likewise.
27112         * modules/fcntl (Makefile.am): Likewise.
27113         * modules/file-type (Makefile.am): Likewise.
27114         * modules/fileblocks (Makefile.am): Likewise.
27115         * modules/filemode (Makefile.am): Likewise.
27116         * modules/filenamecat (Makefile.am): Likewise.
27117         * modules/fnmatch (Makefile.am): Likewise.
27118         * modules/fopen-safer (Makefile.am): Likewise.
27119         * modules/fpending (Makefile.am): Likewise.
27120         * modules/fprintftime (Makefile.am): Likewise.
27121         * modules/free (Makefile.am): Likewise.
27122         * modules/fsusage (Makefile.am): Likewise.
27123         * modules/ftruncate (Makefile.am): Likewise.
27124         * modules/fts (Makefile.am): Likewise.
27125         * modules/gc-arcfour (Makefile.am): Likewise.
27126         * modules/gc-des (Makefile.am): Likewise.
27127         * modules/gc-hmac-md5 (Makefile.am): Likewise.
27128         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
27129         * modules/gc-md4 (Makefile.am): Likewise.
27130         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27131         * modules/gc-sha1 (Makefile.am): Likewise.
27132         * modules/gc (Makefile.am): Likewise.
27133         * modules/getaddrinfo (Makefile.am): Likewise.
27134         * modules/getcwd (Makefile.am): Likewise.
27135         * modules/getdelim (Makefile.am): Likewise.
27136         * modules/getdomainname (Makefile.am): Likewise.
27137         * modules/getgroups (Makefile.am): Likewise.
27138         * modules/gethostname (Makefile.am): Likewise.
27139         * modules/gethrxtime (Makefile.am): Likewise.
27140         * modules/getline (Makefile.am): Likewise.
27141         * modules/getloadavg (Makefile.am): Likewise.
27142         * modules/getlogin_r (Makefile.am): Likewise.
27143         * modules/getndelim2 (Makefile.am): Likewise.
27144         * modules/getopt (Makefile.am): Likewise.
27145         * modules/getpagesize (Makefile.am): Likewise.
27146         * modules/getpass-gnu (Makefile.am): Likewise.
27147         * modules/getpass (Makefile.am): Likewise.
27148         * modules/getsubopt (Makefile.am): Likewise.
27149         * modules/gettime (Makefile.am): Likewise.
27150         * modules/gettimeofday (Makefile.am): Likewise.
27151         * modules/getugroups (Makefile.am): Likewise.
27152         * modules/getusershell (Makefile.am): Likewise.
27153         * modules/glob (Makefile.am): Likewise.
27154         * modules/group-member (Makefile.am): Likewise.
27155         * modules/hard-locale (Makefile.am): Likewise.
27156         * modules/hash (Makefile.am): Likewise.
27157         * modules/hmac-md5 (Makefile.am): Likewise.
27158         * modules/hmac-sha1 (Makefile.am): Likewise.
27159         * modules/human (Makefile.am): Likewise.
27160         * modules/idcache (Makefile.am): Likewise.
27161         * modules/imaxabs (Makefile.am): Likewise.
27162         * modules/imaxdiv (Makefile.am): Likewise.
27163         * modules/inet_ntop (Makefile.am): Likewise.
27164         * modules/inet_pton (Makefile.am): Likewise.
27165         * modules/intprops (Makefile.am): Likewise.
27166         * modules/inttostr (Makefile.am): Likewise.
27167         * modules/inttypes (Makefile.am): Likewise.
27168         * modules/isapipe (Makefile.am): Likewise.
27169         * modules/javaversion (Makefile.am): Likewise.
27170         * modules/lchmod (Makefile.am): Likewise.
27171         * modules/lchown (Makefile.am): Likewise.
27172         * modules/localcharset (Makefile.am): Likewise.
27173         * modules/long-options (Makefile.am): Likewise.
27174         * modules/lstat (Makefile.am): Likewise.
27175         * modules/malloc (Makefile.am): Likewise.
27176         * modules/mathl (Makefile.am): Likewise.
27177         * modules/mbchar (Makefile.am): Likewise.
27178         * modules/md2 (Makefile.am): Likewise.
27179         * modules/md4 (Makefile.am): Likewise.
27180         * modules/md5 (Makefile.am): Likewise.
27181         * modules/memcasecmp (Makefile.am): Likewise.
27182         * modules/memchr (Makefile.am): Likewise.
27183         * modules/memcmp (Makefile.am): Likewise.
27184         * modules/memcoll (Makefile.am): Likewise.
27185         * modules/memcpy (Makefile.am): Likewise.
27186         * modules/memmem (Makefile.am): Likewise.
27187         * modules/memmove (Makefile.am): Likewise.
27188         * modules/mempcpy (Makefile.am): Likewise.
27189         * modules/memrchr (Makefile.am): Likewise.
27190         * modules/memset (Makefile.am): Likewise.
27191         * modules/memxor (Makefile.am): Likewise.
27192         * modules/mkancesdirs (Makefile.am): Likewise.
27193         * modules/mkdir-p (Makefile.am): Likewise.
27194         * modules/mkdir (Makefile.am): Likewise.
27195         * modules/mkdtemp (Makefile.am): Likewise.
27196         * modules/mkstemp (Makefile.am): Likewise.
27197         * modules/mktime (Makefile.am): Likewise.
27198         * modules/modechange (Makefile.am): Likewise.
27199         * modules/mountlist (Makefile.am): Likewise.
27200         * modules/nanosleep (Makefile.am): Likewise.
27201         * modules/obstack (Makefile.am): Likewise.
27202         * modules/openat (Makefile.am): Likewise.
27203         * modules/pagealign_alloc (Makefile.am): Likewise.
27204         * modules/pathmax (Makefile.am): Likewise.
27205         * modules/physmem (Makefile.am): Likewise.
27206         * modules/poll (Makefile.am): Likewise.
27207         * modules/posixtm (Makefile.am): Likewise.
27208         * modules/posixver (Makefile.am): Likewise.
27209         * modules/putenv (Makefile.am): Likewise.
27210         * modules/quote (Makefile.am): Likewise.
27211         * modules/quotearg (Makefile.am): Likewise.
27212         * modules/raise (Makefile.am): Likewise.
27213         * modules/read-file (Makefile.am): Likewise.
27214         * modules/readline (Makefile.am): Likewise.
27215         * modules/readlink (Makefile.am): Likewise.
27216         * modules/readtokens (Makefile.am): Likewise.
27217         * modules/readutmp (Makefile.am): Likewise.
27218         * modules/realloc (Makefile.am): Likewise.
27219         * modules/regex (Makefile.am): Likewise.
27220         * modules/rename-dest-slash (Makefile.am): Likewise.
27221         * modules/rename (Makefile.am): Likewise.
27222         * modules/rijndael (Makefile.am): Likewise.
27223         * modules/rmdir (Makefile.am): Likewise.
27224         * modules/rpmatch (Makefile.am): Likewise.
27225         * modules/safe-read (Makefile.am): Likewise.
27226         * modules/safe-write (Makefile.am): Likewise.
27227         * modules/same-inode (Makefile.am): Likewise.
27228         * modules/same (Makefile.am): Likewise.
27229         * modules/save-cwd (Makefile.am): Likewise.
27230         * modules/savedir (Makefile.am): Likewise.
27231         * modules/setenv (Makefile.am): Likewise.
27232         * modules/settime (Makefile.am): Likewise.
27233         * modules/sha1 (Makefile.am): Likewise.
27234         * modules/sig2str (Makefile.am): Likewise.
27235         * modules/snprintf (Makefile.am): Likewise.
27236         * modules/stat-macros (Makefile.am): Likewise.
27237         * modules/stat-time (Makefile.am): Likewise.
27238         * modules/stdbool (Makefile.am): Likewise.
27239         * modules/stdint (Makefile.am): Likewise.
27240         * modules/stdlib-safer (Makefile.am): Likewise.
27241         * modules/stpcpy (Makefile.am): Likewise.
27242         * modules/stpncpy (Makefile.am): Likewise.
27243         * modules/strcase (Makefile.am): Likewise.
27244         * modules/strcasestr (Makefile.am): Likewise.
27245         * modules/strchrnul (Makefile.am): Likewise.
27246         * modules/strcspn (Makefile.am): Likewise.
27247         * modules/strdup (Makefile.am): Likewise.
27248         * modules/strerror (Makefile.am): Likewise.
27249         * modules/strftime (Makefile.am): Likewise.
27250         * modules/strndup (Makefile.am): Likewise.
27251         * modules/strnlen (Makefile.am): Likewise.
27252         * modules/strpbrk (Makefile.am): Likewise.
27253         * modules/strsep (Makefile.am): Likewise.
27254         * modules/strstr (Makefile.am): Likewise.
27255         * modules/strtod (Makefile.am): Likewise.
27256         * modules/strtoimax (Makefile.am): Likewise.
27257         * modules/strtok_r (Makefile.am): Likewise.
27258         * modules/strtol (Makefile.am): Likewise.
27259         * modules/strtoll (Makefile.am): Likewise.
27260         * modules/strtoul (Makefile.am): Likewise.
27261         * modules/strtoull (Makefile.am): Likewise.
27262         * modules/strtoumax (Makefile.am): Likewise.
27263         * modules/strverscmp (Makefile.am): Likewise.
27264         * modules/sys_socket (Makefile.am): Likewise.
27265         * modules/sys_stat (Makefile.am): Likewise.
27266         * modules/sysexits (Makefile.am): Likewise.
27267         * modules/time_r (Makefile.am): Likewise.
27268         * modules/timegm (Makefile.am): Likewise.
27269         * modules/timespec (Makefile.am): Likewise.
27270         * modules/tmpfile-safer (Makefile.am): Likewise.
27271         * modules/trim (Makefile.am): Likewise.
27272         * modules/unistd-safer (Makefile.am): Likewise.
27273         * modules/unlinkdir (Makefile.am): Likewise.
27274         * modules/unlocked-io (Makefile.am): Likewise.
27275         * modules/userspec (Makefile.am): Likewise.
27276         * modules/utime (Makefile.am): Likewise.
27277         * modules/utimecmp (Makefile.am): Likewise.
27278         * modules/utimens (Makefile.am): Likewise.
27279         * modules/vasnprintf (Makefile.am): Likewise.
27280         * modules/vasprintf (Makefile.am): Likewise.
27281         * modules/vsnprintf (Makefile.am): Likewise.
27282         * modules/xalloc (Makefile.am): Likewise.
27283         * modules/xgetcwd (Makefile.am): Likewise.
27284         * modules/xnanosleep (Makefile.am): Likewise.
27285         * modules/xreadlink (Makefile.am): Likewise.
27286         * modules/xstrtod (Makefile.am): Likewise.
27287         * modules/xstrtol (Makefile.am): Likewise.
27288         * modules/xstrtold (Makefile.am): Likewise.
27289         * modules/yesno (Makefile.am): Likewise.
27290         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
27291
27292 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27293
27294         * modules/error (Makefile.am): Distribute files through
27295         EXTRA_DIST, not lib_SOURCES.
27296
27297 2006-10-12  Eric Blake  <ebb9@byu.net>
27298
27299         * modules/error (Makefile.am): Distribute files in /lib.
27300         * modules/obstack (Makefile.am): Likewise.
27301
27302 2006-10-12  Bruno Haible  <bruno@clisp.org>
27303
27304         * modules/acl (Makefile.am): Distribute all files in lib/ through
27305         EXTRA_DIST.
27306         * modules/arcfour (Makefile.am): Likewise.
27307         * modules/arctwo (Makefile.am): Likewise.
27308         * modules/argmatch (Makefile.am): Likewise.
27309         * modules/argz (Makefile.am): Likewise.
27310         * modules/atexit (Makefile.am): Likewise.
27311         * modules/backupfile (Makefile.am): Likewise.
27312         * modules/c-strtod (Makefile.am): Likewise.
27313         * modules/c-strtold (Makefile.am): Likewise.
27314         * modules/calloc (Makefile.am): Likewise.
27315         * modules/canon-host (Makefile.am): Likewise.
27316         * modules/canonicalize (Makefile.am): Likewise.
27317         * modules/chdir-long (Makefile.am): Likewise.
27318         * modules/chdir-safer (Makefile.am): Likewise.
27319         * modules/check-version (Makefile.am): Likewise.
27320         * modules/chown (Makefile.am): Likewise.
27321         * modules/cloexec (Makefile.am): Likewise.
27322         * modules/close-stream (Makefile.am): Likewise.
27323         * modules/closeout (Makefile.am): Likewise.
27324         * modules/crc (Makefile.am): Likewise.
27325         * modules/cycle-check (Makefile.am): Likewise.
27326         * modules/des (Makefile.am): Likewise.
27327         * modules/dirfd (Makefile.am): Likewise.
27328         * modules/dirname (Makefile.am): Likewise.
27329         * modules/dup2 (Makefile.am): Likewise.
27330         * modules/euidaccess (Makefile.am): Likewise.
27331         * modules/exclude (Makefile.am): Likewise.
27332         * modules/exitfail (Makefile.am): Likewise.
27333         * modules/fcntl-safer (Makefile.am): Likewise.
27334         * modules/file-type (Makefile.am): Likewise.
27335         * modules/fileblocks (Makefile.am): Likewise.
27336         * modules/filemode (Makefile.am): Likewise.
27337         * modules/filenamecat (Makefile.am): Likewise.
27338         * modules/fnmatch (Makefile.am): Likewise.
27339         * modules/fopen-safer (Makefile.am): Likewise.
27340         * modules/fpending (Makefile.am): Likewise.
27341         * modules/fprintftime (Makefile.am): Likewise.
27342         * modules/free (Makefile.am): Likewise.
27343         * modules/fsusage (Makefile.am): Likewise.
27344         * modules/ftruncate (Makefile.am): Likewise.
27345         * modules/fts (Makefile.am): Likewise.
27346         * modules/gc (Makefile.am): Likewise.
27347         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
27348         * modules/getaddrinfo (Makefile.am): Likewise.
27349         * modules/getcwd (Makefile.am): Likewise.
27350         * modules/getdelim (Makefile.am): Likewise.
27351         * modules/getdomainname (Makefile.am): Likewise.
27352         * modules/getgroups (Makefile.am): Likewise.
27353         * modules/gethostname (Makefile.am): Likewise.
27354         * modules/gethrxtime (Makefile.am): Likewise.
27355         * modules/getline (Makefile.am): Likewise.
27356         * modules/getloadavg (Makefile.am): Likewise.
27357         * modules/getlogin_r (Makefile.am): Likewise.
27358         * modules/getopt (Makefile.am): Likewise.
27359         * modules/getpass (Makefile.am): Likewise.
27360         * modules/getpass-gnu (Makefile.am): Likewise.
27361         * modules/getsubopt (Makefile.am): Likewise.
27362         * modules/gettime (Makefile.am): Likewise.
27363         * modules/gettimeofday (Makefile.am): Likewise.
27364         * modules/getugroups (Makefile.am): Likewise.
27365         * modules/getusershell (Makefile.am): Likewise.
27366         * modules/glob (Makefile.am): Likewise.
27367         * modules/group-member (Makefile.am): Likewise.
27368         * modules/hard-locale (Makefile.am): Likewise.
27369         * modules/hash (Makefile.am): Likewise.
27370         * modules/hmac-md5 (Makefile.am): Likewise.
27371         * modules/hmac-sha1 (Makefile.am): Likewise.
27372         * modules/human (Makefile.am): Likewise.
27373         * modules/idcache (Makefile.am): Likewise.
27374         * modules/imaxabs (Makefile.am): Likewise.
27375         * modules/imaxdiv (Makefile.am): Likewise.
27376         * modules/inet_ntop (Makefile.am): Likewise.
27377         * modules/inet_pton (Makefile.am): Likewise.
27378         * modules/inttostr (Makefile.am): Likewise.
27379         * modules/isapipe (Makefile.am): Likewise.
27380         * modules/lchown (Makefile.am): Likewise.
27381         * modules/long-options (Makefile.am): Likewise.
27382         * modules/lstat (Makefile.am): Likewise.
27383         * modules/malloc (Makefile.am): Likewise.
27384         * modules/mathl (Makefile.am): Likewise.
27385         * modules/mbchar (Makefile.am): Likewise.
27386         * modules/md2 (Makefile.am): Likewise.
27387         * modules/md4 (Makefile.am): Likewise.
27388         * modules/md5 (Makefile.am): Likewise.
27389         * modules/memcasecmp (Makefile.am): Likewise.
27390         * modules/memchr (Makefile.am): Likewise.
27391         * modules/memcmp (Makefile.am): Likewise.
27392         * modules/memcoll (Makefile.am): Likewise.
27393         * modules/memcpy (Makefile.am): Likewise.
27394         * modules/memmem (Makefile.am): Likewise.
27395         * modules/memmove (Makefile.am): Likewise.
27396         * modules/mempcpy (Makefile.am): Likewise.
27397         * modules/memrchr (Makefile.am): Likewise.
27398         * modules/memset (Makefile.am): Likewise.
27399         * modules/memxor (Makefile.am): Likewise.
27400         * modules/mkancesdirs (Makefile.am): Likewise.
27401         * modules/mkdir (Makefile.am): Likewise.
27402         * modules/mkdir-p (Makefile.am): Likewise.
27403         * modules/mkdtemp (Makefile.am): Likewise.
27404         * modules/mkstemp (Makefile.am): Likewise.
27405         * modules/mktime (Makefile.am): Likewise.
27406         * modules/modechange (Makefile.am): Likewise.
27407         * modules/mountlist (Makefile.am): Likewise.
27408         * modules/nanosleep (Makefile.am): Likewise.
27409         * modules/openat (Makefile.am): Likewise.
27410         * modules/pagealign_alloc (Makefile.am): Likewise.
27411         * modules/physmem (Makefile.am): Likewise.
27412         * modules/poll (Makefile.am): Likewise.
27413         * modules/posixtm (Makefile.am): Likewise.
27414         * modules/posixver (Makefile.am): Likewise.
27415         * modules/putenv (Makefile.am): Likewise.
27416         * modules/quote (Makefile.am): Likewise.
27417         * modules/quotearg (Makefile.am): Likewise.
27418         * modules/raise (Makefile.am): Likewise.
27419         * modules/read-file (Makefile.am): Likewise.
27420         * modules/readline (Makefile.am): Likewise.
27421         * modules/readlink (Makefile.am): Likewise.
27422         * modules/readtokens (Makefile.am): Likewise.
27423         * modules/readutmp (Makefile.am): Likewise.
27424         * modules/realloc (Makefile.am): Likewise.
27425         * modules/regex (Makefile.am): Likewise.
27426         * modules/rename (Makefile.am): Likewise.
27427         * modules/rename-dest-slash (Makefile.am): Likewise.
27428         * modules/rijndael (Makefile.am): Likewise.
27429         * modules/rmdir (Makefile.am): Likewise.
27430         * modules/rpmatch (Makefile.am): Likewise.
27431         * modules/safe-read (Makefile.am): Likewise.
27432         * modules/safe-write (Makefile.am): Likewise.
27433         * modules/same (Makefile.am): Likewise.
27434         * modules/save-cwd (Makefile.am): Likewise.
27435         * modules/savedir (Makefile.am): Likewise.
27436         * modules/setenv (Makefile.am): Likewise.
27437         * modules/settime (Makefile.am): Likewise.
27438         * modules/sha1 (Makefile.am): Likewise.
27439         * modules/sig2str (Makefile.am): Likewise.
27440         * modules/snprintf (Makefile.am): Likewise.
27441         * modules/stdlib-safer (Makefile.am): Likewise.
27442         * modules/stpcpy (Makefile.am): Likewise.
27443         * modules/stpncpy (Makefile.am): Likewise.
27444         * modules/strcase (Makefile.am): Likewise.
27445         * modules/strcasestr (Makefile.am): Likewise.
27446         * modules/strchrnul (Makefile.am): Likewise.
27447         * modules/strcspn (Makefile.am): Likewise.
27448         * modules/strdup (Makefile.am): Likewise.
27449         * modules/strerror (Makefile.am): Likewise.
27450         * modules/strftime (Makefile.am): Likewise.
27451         * modules/strndup (Makefile.am): Likewise.
27452         * modules/strnlen (Makefile.am): Likewise.
27453         * modules/strpbrk (Makefile.am): Likewise.
27454         * modules/strsep (Makefile.am): Likewise.
27455         * modules/strstr (Makefile.am): Likewise.
27456         * modules/strtod (Makefile.am): Likewise.
27457         * modules/strtoimax (Makefile.am): Likewise.
27458         * modules/strtok_r (Makefile.am): Likewise.
27459         * modules/strtol (Makefile.am): Likewise.
27460         * modules/strtoll (Makefile.am): Likewise.
27461         * modules/strtoul (Makefile.am): Likewise.
27462         * modules/strtoull (Makefile.am): Likewise.
27463         * modules/strtoumax (Makefile.am): Likewise.
27464         * modules/strverscmp (Makefile.am): Likewise.
27465         * modules/time_r (Makefile.am): Likewise.
27466         * modules/timegm (Makefile.am): Likewise.
27467         * modules/tmpfile-safer (Makefile.am): Likewise.
27468         * modules/unistd-safer (Makefile.am): Likewise.
27469         * modules/unlinkdir (Makefile.am): Likewise.
27470         * modules/userspec (Makefile.am): Likewise.
27471         * modules/utime (Makefile.am): Likewise.
27472         * modules/utimecmp (Makefile.am): Likewise.
27473         * modules/utimens (Makefile.am): Likewise.
27474         * modules/vasnprintf (Makefile.am): Likewise.
27475         * modules/vasprintf (Makefile.am): Likewise.
27476         * modules/vsnprintf (Makefile.am): Likewise.
27477         * modules/xalloc (Makefile.am): Likewise.
27478         * modules/xgetcwd (Makefile.am): Likewise.
27479         * modules/xnanosleep (Makefile.am): Likewise.
27480         * modules/xreadlink (Makefile.am): Likewise.
27481         * modules/xstrtod (Makefile.am): Likewise.
27482         * modules/xstrtol (Makefile.am): Likewise.
27483         * modules/xstrtold (Makefile.am): Likewise.
27484         * modules/yesno (Makefile.am): Likewise.
27485
27486 2006-10-12  Jim Meyering  <jim@meyering.net>
27487
27488         * m4/getloadavg.m4: Revert the change below.
27489
27490         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
27491         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
27492         fail with a symlink, which is what coreutils' ./bootstrap now
27493         creates by default.
27494
27495 2006-10-12  Bruno Haible  <bruno@clisp.org>
27496
27497         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
27498         mingw.
27499         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
27500         MSVC and mingw explicitly.
27501
27502 2006-10-11  Simon Josefsson  <jas@extundo.com>
27503             Bruno Haible  <bruno@clisp.org>
27504
27505         Add support for multiple gnulib-tool invocations in the scope of a
27506         single configure.ac file.
27507         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
27508         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
27509         with the same contents as the _LIBADD variable.
27510         (func_emit_initmacro_start, func_emit_initmacro_end,
27511         func_emit_initmacro_done): New functions.
27512         (func_import, func_create_testdir): Invoke them. Allow the identifiers
27513         gl_LIBOBJS and gl_LTLIBOBJS.
27514
27515 2006-10-11  Bruno Haible  <bruno@clisp.org>
27516
27517         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
27518         (func_create_testdir): Don't create po/Makefile.am, don't invoke
27519         autoreconf. Instead, invoke autopoint explicitly but move back the
27520         *.m4 files from gnulib.
27521
27522 2006-10-11  Bruno Haible  <bruno@clisp.org>
27523
27524         * gnulib-tool (func_usage): Make module names after --create-testdir
27525         optional.
27526         (func_create_testdir): If no module was specified, use nearly all
27527         modules.
27528
27529 2006-10-12  Jim Meyering  <jim@meyering.net>
27530
27531         Big performance improvement for fts-based tools that use FTS_NOSTAT.
27532         Avoid spurious inode-mismatch problems on non-POSIX file systems.
27533         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
27534         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
27535         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
27536         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
27537         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
27538         (fts_set_stat_required): New function.
27539         (fts_open): Defer the calls to fts_stat, if possible or requested.
27540         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
27541         into fts_stat itself.
27542         (fts_read): Perform any required (deferred) fts_stat call.
27543         (fts_build): Likewise, for the directory we're about to open and read.
27544         In the readdir loop, carefully decide whether each entry will require
27545         an eventual call to fts_stat, using dirent.d_type info if available.
27546         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
27547         a command line argument into this function.  Update all callers.
27548         Map a return value of FTS_DOT to FTS_D for a command line argument.
27549         * modules/fts (Depends-on): Add d-type.  Alphabetize.
27550         Thanks to Miklos Szeredi for his tenacity and for the initial
27551         bug report about "find" failing on a FUSE-based file system.
27552
27553         * lib/fts.c (fts_open): Use consistent indentation.
27554
27555 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
27556
27557         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
27558         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
27559         reported by Jim Meyering.  All uses of cache variables renamed
27560         to match Autoconf's.
27561         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
27562         the other one.
27563
27564         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
27565         Fix misspelling in diagnostic.
27566
27567 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27568
27569         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
27570         defined.  Problem reported by Matthew Woehlke.
27571
27572         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
27573         Add support for Tandem NonStop R series.
27574         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
27575         Use new macro.
27576
27577         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
27578         (has_trailing_slash): Omit size arg; all callers changed.
27579         Omit 'inline', since it doesn't help performance and we'd
27580         need to configure it.
27581         Don't count //, ///, etc. as having a trailing slash.
27582         As a side effect, this removes a C99ism reported by Matthew Woehlke.
27583         (rpl_rename_dest_slash): On failure, use rename's errno rather
27584         than (in some cases) an incorrect or junk errno.
27585         Simplify code by removing need to compute length; this does
27586         cause it to make two passes instead of one over the file name,
27587         but it's worth it.
27588
27589         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
27590         change, since Autoconf's version may no longer be appropriate now
27591         that we are using CVS Autoconf's version.  Add support for Tandem.
27592
27593 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27594             Bruno Haible  <bruno@clisp.org>
27595
27596         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
27597         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
27598         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
27599         gl_AC_TYPE_LONG_LONG.
27600
27601         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
27602         instead of HAVE_LONG_LONG.
27603         * lib/printf-args.c (printf_fetchargs): Likewise.
27604         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
27605         * lib/vasnprintf.c (VASNPRINTF): Likewise.
27606         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
27607         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
27608         gl_AC_TYPE_LONG_LONG.
27609
27610 2006-10-11  Bruno Haible  <bruno@clisp.org>
27611
27612         * m4/longlong.m4: Add comments.
27613         * m4/ulonglong.m4: Likewise.
27614
27615 2006-10-10  Bruno Haible  <bruno@clisp.org>
27616
27617         Make it possible to #define stpcpy, strdup to aliases.
27618         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
27619         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
27620
27621 2006-10-10  Bruno Haible  <bruno@clisp.org>
27622
27623         Make it possible to #define gcd to an alias.
27624         * lib/gcd.c: Include config.h.
27625
27626 2006-10-10  Bruno Haible  <bruno@clisp.org>
27627
27628         Make it possible to #define c_isascii to an alias.
27629         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
27630         defined. Undefine the macros before defining them, to avoid gcc
27631         warnings.
27632         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
27633         define NO_C_CTYPE_MACROS early.
27634
27635 2006-10-10  Bruno Haible  <bruno@clisp.org>
27636
27637         Make it possible to #define set_program_name to an alias.
27638         * lib/progname.c: Don't undefine set_program_name; instead, undefine
27639         ENABLE_RELOCATABLE early.
27640
27641 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
27642
27643         Port to Tandem NSK OSS, which has 64-bit signed int but at most
27644         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
27645         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
27646         More generally, don't assume that 64-bit signed int is available
27647         if unsigned int is, and vice versa.
27648         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
27649         unsigned symbols, not on their signed counterparts.
27650         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
27651         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
27652         (UINT64_C, UINTMAX_C):
27653         Likewise.
27654         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
27655         unsigned counterparts.
27656         (Have_long_long, Unsigned): New macros.
27657         (Int): Renamed from INT.
27658         (strtoimax): Use the new macros.
27659         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
27660         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
27661         * modules/inttypes (inttypes.h): Substitute
27662         HAVE_UNSIGNED_LONG_LONG_INT.
27663         * modules/stdint (stdint.h): Likewise.
27664         (Files): Add m4/ulonglong.m4.
27665
27666 2006-10-10  Bruno Haible  <bruno@clisp.org>
27667
27668         Fix a gcc -Wshadow warning.
27669         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
27670         to 'bucket'.
27671         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
27672         gl_linked_indexof_from_to): Likewise.
27673         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
27674         Likewise.
27675         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
27676         Likewise.
27677         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
27678         Reported by Eric Blake.
27679
27680 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
27681
27682         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
27683         for NetBSD.  Problem reported by Bruno Haible.
27684
27685 2006-10-09  Jim Meyering  <jim@meyering.net>
27686
27687         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
27688         Patch from Bruno Haible.
27689
27690 2006-10-09  Jim Meyering  <jim@meyering.net>
27691
27692         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
27693         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
27694         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
27695
27696 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27697
27698         Don't include <config.h> twice; this doesn't work in some cases,
27699         e.g., when config.h has "#define intmax_t long long int" and
27700         we include <config.h>, <inttypes.h>, <config.h> in that order.
27701         Problem reported by Matthew Woehlke in:
27702         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
27703         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
27704         * lib/fts-cycle.c: Don't include config.h.
27705         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
27706         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
27707         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
27708         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
27709         inttypes.h.
27710         * lib/xstrtoumax.c: Likewise.
27711         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
27712         __strtol and the like, so that this module is more like its siblings.
27713         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
27714         Remove; no longer needed now that we assume gnulib inttypes.h.
27715
27716 2006-10-08  Bruno Haible  <bruno@clisp.org>
27717
27718         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
27719         option.
27720
27721 2006-10-07  Jim Meyering  <jim@meyering.net>
27722
27723         * modules/inttypes (inttypes.h): Revert what seems to have been
27724         an inadvertent part of today's change: use "|", not "/" in the
27725         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
27726
27727 2006-10-07  Bruno Haible  <bruno@clisp.org>
27728
27729         * modules/sublist: New file.
27730
27731 2006-10-07  Bruno Haible  <bruno@clisp.org>
27732
27733         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
27734         * modules/argz (argz.h): Likewise.
27735         * modules/arpa_inet (arpa/inet.h): Likewise.
27736         * modules/byteswap (byteswap.h): Likewise.
27737         * modules/configmake (configmake.h): Likewise.
27738         * modules/fcntl (fcntl.h): Likewise.
27739         * modules/fnmatch (fnmatch.h): Likewise.
27740         * modules/getopt (getopt.h): Likewise.
27741         * modules/glob (glob.h): Likewise.
27742         * modules/inttypes (inttypes.h): Likewise.
27743         * modules/netinet_in (netinet/in.h): Likewise.
27744         * modules/poll (poll.h): Likewise.
27745         * modules/stdbool (stdbool.h): Likewise.
27746         * modules/stdint (stdint.h): Likewise.
27747         * modules/sys_select (sys/select.h): Likewise.
27748         * modules/sys_socket (sys/socket.h): Likewise.
27749         * modules/sys_stat (sys/stat.h): Likewise.
27750         * modules/sysexits (sysexits.h): Likewise.
27751         * modules/unistd (unistd.h): Likewise.
27752         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
27753         Add a "DO NOT EDIT" comment to the generated file.
27754         (func_import): Likewise for gnulib-comp.m4.
27755
27756 2006-10-07  Bruno Haible  <bruno@clisp.org>
27757
27758         * lib/gl_sublist.h: New file.
27759         * lib/gl_sublist.c: New file.
27760
27761 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
27762
27763         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
27764         name (relative to the original working directory) and the file
27765         name component (relative to the temporary working directory).  All
27766         callers changed.
27767         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
27768         * lib/mkdir-p.c (make_dir_parents): Likewise.
27769         * lib/mkdir-p.h (make_dir_parents): Likewise.
27770
27771 2006-10-06  Eric Blake  <ebb9@byu.net>
27772
27773         Define several macros for use by the clean-temp module.
27774         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
27775         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
27776         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
27777
27778         * lib/clean-temp.h (close_stream_temp): New declaration.
27779         * lib/clean-temp.c (includes): Pull in headers according to what
27780         other modules are in use.
27781         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
27782
27783 2006-10-06  Bruno Haible  <bruno@clisp.org>
27784
27785         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
27786         instead of fopen, fwriteerror.
27787
27788 2006-10-06  Bruno Haible  <bruno@clisp.org>
27789
27790         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
27791         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
27792         int.
27793         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
27794         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
27795         Return an error indicator.
27796         Suggested by Eric Blake.
27797
27798 2006-10-06  Bruno Haible  <bruno@clisp.org>
27799
27800         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
27801         Reported by Eric Blake.
27802
27803 2006-10-06  Bruno Haible  <bruno@clisp.org>
27804
27805         * modules/closeout (Description): Mention stderr too.
27806
27807 2006-10-06  Bruno Haible  <bruno@clisp.org>
27808         and Paul Eggert  <eggert@cs.ucla.edu>
27809
27810         * lib/closeout.c (close_stdout): Also close stderr.
27811         * lib/closeout.h: Update comment.
27812
27813 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
27814
27815         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
27816         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
27817         * lib/dirchownmod.c: Include lchown.h.
27818         * lib/lchown.c: Don't include files that lchown.h now includes.
27819         Don't declare chown, since lchown.h now does that.
27820         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
27821         (lchown): Define to rpl_chown if lchown is declared but
27822         does not exist.  Declare using a prototype if lchown is not
27823         declared.  Add a copyright notice.
27824         * lib/mkstemp.h: Include <unistd.h>.
27825         * lib/openat.c: Include lchown.h.
27826
27827         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
27828         we now test for that separately.
27829         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
27830         rather than O_NOFOLLOW, when testing whether it's possible to
27831         avoid a race condition reliably.
27832         * lib/savewd.c (savewd_chdir): Likewise.
27833
27834         Remove macros that are no longer needed now that stdint.h is
27835         reliable.
27836         * lib/fsusage.c (UINTMAX_MAX): Remove.
27837         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
27838         * lib/utimecmp.c (SIZE_MAX): Remove.
27839
27840         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
27841
27842         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
27843         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
27844         O_NOATIME works.
27845
27846 2006-10-05  Bruno Haible  <bruno@clisp.org>
27847
27848         * lib/gl_list.h (gl_sortedlist_search_from_to,
27849         gl_sortedlist_indexof_from_to): New declarations.
27850         (gl_list_implementation): New fields sortedlist_search_from_to,
27851         sortedlist_indexof_from_to.
27852         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
27853         inline functions.
27854         * lib/gl_list.c (gl_sortedlist_search_from_to,
27855         gl_sortedlist_indexof_from_to): New functions.
27856         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
27857         function.
27858         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
27859         (gl_array_sortedlist_search_from_to): New function.
27860         (gl_array_list_implementation): Update.
27861         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
27862         function.
27863         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
27864         (gl_carray_sortedlist_search_from_to): New function.
27865         (gl_carray_list_implementation): Update.
27866         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
27867         gl_linked_sortedlist_indexof_from_to): New functions.
27868         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27869         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27870         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
27871         gl_tree_sortedlist_indexof_from_to): New functions.
27872         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27873         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27874         Update.
27875         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27876         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
27877         Update.
27878
27879 2006-10-05  Bruno Haible  <bruno@clisp.org>
27880
27881         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
27882         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
27883         (struct gl_list_implementation): Add fields search_from_to,
27884         indexof_from_to. Remove fields search, indexof.
27885         (gl_list_search): Use the search_from_to method.
27886         (gl_list_search_from, gl_list_search_from_to): New functions.
27887         (gl_list_indexof): Use the indexof_from_to method.
27888         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27889         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
27890         (gl_list_search_from, gl_list_search_from_to): New functions.
27891         (gl_list_indexof): Use the indexof_from_to method.
27892         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
27893         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
27894         gl_array_indexof. Add start_index, end_index arguments.
27895         (gl_array_search_from_to): Renamed from gl_array_search. Add
27896         start_index, end_index arguments.
27897         (gl_array_remove, gl_array_list_implementation): Update.
27898         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
27899         gl_carray_indexof. Add start_index, end_index arguments.
27900         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
27901         start_index, end_index arguments.
27902         (gl_carray_remove, gl_carray_list_implementation): Update.
27903         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
27904         gl_linked_search. Add start_index, end_index arguments.
27905         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
27906         start_index, end_index arguments.
27907         (gl_linked_remove): Update.
27908         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27909         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27910         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
27911         field to 'size_t'.
27912         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
27913         gl_tree_search. Add start_index, end_index arguments.
27914         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27915         start_index, end_index arguments.
27916         (gl_tree_remove): Update.
27917         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27918         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27919         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
27920         function.
27921         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
27922         gl_tree_search. Add start_index, end_index arguments.
27923         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
27924         start_index, end_index arguments.
27925         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27926         Update.
27927         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27928
27929 2006-10-05  Bruno Haible  <bruno@clisp.org>
27930
27931         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
27932
27933         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
27934         fwriteerror_temp): New declarations.
27935         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
27936         (descriptors): New variable.
27937         (cleanup): First, close the descriptors.
27938         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
27939         fclose_temp, fwriteerror_temp): New functions.
27940
27941 2006-10-04  Jim Meyering  <jim@meyering.net>
27942
27943         * lib/fts.c (fts_open): Tiny comment change.
27944
27945 2006-10-04  Bruno Haible  <bruno@clisp.org>
27946
27947         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
27948         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
27949         gl_LOCK_BODY.
27950         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
27951         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
27952         gl_LOCK_EARLY_BODY.
27953         (gl_LOCK): Require gl_LOCK_BODY.
27954
27955 2006-10-04  Bruno Haible  <bruno@clisp.org>
27956
27957         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
27958         (gl_oset_search_atleast): New declaration.
27959         (struct gl_oset_implementation): Add field 'search_atleast'.
27960         (gl_oset_search_atleast): New inline function.
27961         * lib/gl_oset.c (gl_oset_search_atleast): New function.
27962         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
27963         (gl_array_oset_implementation): Update.
27964         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
27965         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
27966         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
27967
27968 2006-10-04  Bruno Haible  <bruno@clisp.org>
27969
27970         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
27971
27972 2006-10-03  Bruno Haible  <bruno@clisp.org>
27973
27974         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
27975         from gl_avltreehash_list_implementation.
27976
27977 2006-10-03  Bruno Haible  <bruno@clisp.org>
27978
27979         * lib/gl_oset.c (gl_oset_add): Fix return type.
27980
27981 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
27982
27983         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
27984
27985 2006-10-02  Eric Blake  <ebb9@byu.net>
27986
27987         * modules/strnlen (Depends-on): Add extensions.
27988
27989 2006-10-02  Eric Blake  <ebb9@byu.net>
27990
27991         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
27992         definition in 2.60+.
27993
27994 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
27995
27996         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
27997         checks.
27998
27999 2006-10-02  Bruno Haible  <bruno@clisp.org>
28000
28001         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
28002         to the AUTOMAKE_OPTIONS.
28003         Reported by Jim Meyering.
28004
28005 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
28006
28007         Work around bug in Solaris 10 /proc file system:
28008         /proc/self/fd/NNN/.. isn't the parent directory of
28009         the directory whose file descriptor is NNN.  This needs to
28010         be worked around at run time, not compile time, since a
28011         program might be built on Solaris 8, where things work, and
28012         run on Solaris 10.
28013         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
28014         to use the following interface instead:
28015         (OPENAT_BUFFER_SIZE): New macro.
28016         (openat_proc_name): New function.
28017         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
28018         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
28019         Likewise.
28020         * lib/openat-proc.c: New file.
28021         * modules/openat (Files): Add lib/openat-proc.c.
28022         (Depends-on): Add same-inode, stdbool.
28023         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
28024
28025 2006-09-29  Bruno Haible  <bruno@clisp.org>
28026
28027         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
28028         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
28029         argument. Set stdout_closed before testing for ferror, not after.
28030         (fwriteerror, fwriteerror_no_ebadf): New functions.
28031
28032 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28033
28034         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
28035
28036 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
28037
28038         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
28039         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
28040
28041 2006-09-28  Jim Meyering  <jim@meyering.net>
28042
28043         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
28044         Include <unistd.h>.
28045
28046 2006-09-28  Bruno Haible  <bruno@clisp.org>
28047
28048         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
28049         * modules/linkedhash-list (Depends-on): Likewise.
28050         * modules/rbtreehash-list (Depends-on): Likewise.
28051
28052 2006-09-28  Bruno Haible  <bruno@clisp.org>
28053
28054         * lib/strndup.h: Simplify the redefinition of strndup.
28055         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
28056         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
28057
28058 2006-09-28  Bruno Haible  <bruno@clisp.org>
28059
28060         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
28061         * lib/gl_linkedhash_list.c: Likewise.
28062         * lib/gl_rbtreehash_list.c: Likewise.
28063
28064 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
28065
28066         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
28067         getaddrinfo.
28068
28069         * lib/__fpending.h: Don't include <stdio_ext.h> unless
28070         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
28071         it causes <stdio_ext.h> to cause a compile-time error.
28072         Problem reported by Nelson H. F. Beebe.
28073         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
28074         of HAVE_DECL___PENDING.
28075
28076         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
28077         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
28078         declaration.
28079
28080 2006-09-27  Jim Meyering  <jim@meyering.net>
28081
28082         This file could end up with a definition for a function
28083         named __strndup, rather than rpl_strndup on a system with
28084         incomplete weak_alias support.
28085         * lib/strndup.c (strndup): Rename from __strndup.
28086         Remove #defines that used to map __strndup to strndup.
28087         Don't use K&R prototypes.
28088         Remove LIBC-related code, since this file is not sync'd with glibc.
28089         * lib/strndup.h: Revamp, accordingly.
28090         * m4/strndup.m4: Modernize.
28091
28092 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
28093
28094         * modules/savewd (Depends-on): Add 'raise'.
28095         * lib/savewd.c: Include <signal.h>, for 'raise'.
28096
28097 2006-09-26  Jim Meyering  <jim@meyering.net>
28098
28099         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
28100         when we detect Darwin 8.7.0's acl_get_file bug.
28101         Rearrange to perform the new (below) run-test while $LIBS
28102         contains any acl-related library.  Set USE_ACL at the end.
28103         (gl_ACL_GET_FILE): New function.
28104
28105 2006-09-26  Eric Blake  <ebb9@byu.net>
28106
28107         * lib/verror.c: Include <config.h> unconditionally.
28108
28109 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
28110
28111         * modules/clock-time (Maintainer): Add self.
28112         * modules/getlogin_r (Depends-on): Add extensions.
28113
28114 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28115
28116         * modules/clock-time: New module.
28117         * modules/nanosleep (Depends-on): Add clock-time.
28118         * modules/gethrxtime (Depends-on): Likewise.
28119         * modules/gettime (Depends-on): Likewise.
28120         * modules/settime (Depends-on): Likewise.
28121
28122         * modules/fts-lgpl: Depend on openat.
28123         * modules/mkancesdirs: Depend on savewd.
28124         * modules/mkdir-p: Likewise.
28125
28126 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28127
28128         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
28129
28130         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
28131         `gl_have_arbitrary_file_name_length_limit' to
28132         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
28133         actually works between configure runs.
28134
28135 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28136             Bruno Haible  <bruno@clisp.org>
28137
28138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
28139
28140 2006-09-25  Jim Meyering  <jim@meyering.net>
28141
28142         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
28143         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
28144
28145 2006-09-25  Eric Blake  <ebb9@byu.net>
28146
28147         * gnulib-tool (func_import, func_create_testdir): Fix typos in
28148         exec's in 2006-09-18 patch when shuffling fds.
28149
28150 2006-09-25  Bruno Haible  <bruno@clisp.org>
28151
28152         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
28153         Reported by Jim Meyering.
28154
28155 2006-09-24  Jim Meyering  <jim@meyering.net>
28156
28157         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
28158         compare a pointer against a literal "0".  That caused failures with
28159         at least HP-UX's hpcc.
28160
28161 2006-09-22  Simon Josefsson  <jas@extundo.com>
28162
28163         * modules/gc-sha1:
28164         * modules/gc-md4:
28165         * modules/gc-hmac-sha1:
28166         * modules/gc-hmac-md5:
28167         * modules/gc-des:
28168         * modules/gc-arcfour: Distribute more files.
28169
28170 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28171
28172         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
28173         (gl_linked_iterator_from_to): Initialize struct completely.
28174         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
28175         (gl_tree_iterator_from_to): Likewise
28176         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
28177         * lib/gl_array_list.c [lint] (gl_array_iterator)
28178         (gl_array_iterator_from_to): Likewise.
28179         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
28180         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
28181         (gl_carray_iterator_from_to): Likewise.
28182
28183         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
28184         * lib/md4.c (md4_process_block): Remove unused variable.
28185         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
28186         parentheses for clarity.
28187
28188 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28189
28190         * modules/bison-i18n (Depends-on): Add gettext.
28191
28192 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28193
28194         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
28195         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
28196         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
28197         also add missing comma that caused broken test.
28198         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
28199         stdlib.h, for `abort'.
28200         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
28201         variables.
28202         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
28203         include unistd.h if present, for `rmdir'.
28204         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
28205         variables.
28206         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
28207         in the process include standard headers for prototypes.
28208         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
28209         gets declared on GNU/Linux.
28210         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
28211         unistd.h, for `rmdir'.
28212         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
28213
28214         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
28215         always true.
28216         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
28217
28218         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
28219
28220 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28221
28222         * gnulib-tool (func_version): Create output all at once.  This
28223         may help avoid triggering unnecessary SIGPIPEs, and at any
28224         rate it doesn't hurt.
28225
28226 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28227             Bruno Haible  <bruno@clisp.org>
28228
28229         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
28230         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
28231         * m4/signed.m4 (bh_C_SIGNED): Likewise.
28232
28233         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
28234         (gl_FUNC_VASPRINTF): Invoke it.
28235
28236 2006-09-22  Bruno Haible  <bruno@clisp.org>
28237
28238         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
28239         getloadavg.c as first argument.
28240
28241 2006-09-22  Bruno Haible  <bruno@clisp.org>
28242
28243         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
28244         at the beginning of the gl_INIT macro.
28245         * modules/getloadavg (configure.ac): Pass $gl_source_base to
28246         gl_GETLOADAVG.
28247
28248 2006-09-22  Bruno Haible  <bruno@clisp.org>
28249
28250         * gnulib-tool (func_create_megatestdir): Don't include the config-h
28251         module.
28252         Suggested by Ralf Wildenhues.
28253
28254 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
28255
28256         Import this patch from libc:
28257
28258         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
28259
28260         * lib/regex_internal.c (re_string_reconstruct): Handle
28261         offset < pstr->valid_raw_len && pstr->offsets_needed case.
28262         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
28263         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
28264         re_string_context_at.
28265
28266         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
28267         now requires it.
28268         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
28269         gl_REGEX now does it for us.
28270         (gl_REGEX): Add test taken from
28271         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
28272
28273         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
28274         Check that large offsets work.  Modernize Autoconf usages.
28275         Prefer "yes" to mean a good thing rather than a bad.
28276         Don't put "#define mkstemp" in config.h, as this might interfere
28277         with standard system headers that "#define mkstemp mkstemp64".
28278
28279         * modules/mkstemp (Depends-on): Add extensions, so that
28280         mkstemp is visible on some platforms.
28281         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
28282         (Include): Change to "mkstemp.h" from <stdlib.h>.
28283         (Files): Add mkstemp.h.
28284
28285         * lib/mkstemp.h: New file, since some standard headers
28286         #define mkstemp.
28287         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
28288         Include "mkstemp.h".
28289         Make the _LIBC code resemble glibc original more,
28290         e.g., use K&R style.
28291         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
28292         (mkstemp): Remove, since mkstemp.h does this for us.
28293         * lib/stdlib--.h: Include mkstemp.h.
28294
28295         Import this patch from libc:
28296
28297         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28298
28299         * lib/tempname.c (__gen_tempname): Change attempts_min
28300         into a macro.  Use preprocessor to decide how to initialize
28301         attempts [Coverity CID 67].
28302
28303 2006-09-20  Bruno Haible  <bruno@clisp.org>
28304
28305         * lib/mkdtemp.c: Import from libc.
28306         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
28307                 * sysdeps/posix/tempname.c (__gen_tempname): Change
28308                 attempts_min into a macro.  Use preprocessor to decide how to
28309                 initialize attempts [Coverity CID 67].
28310         2001-11-27  Paul Eggert  <eggert@twinsun.com>
28311                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
28312                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
28313
28314 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28315
28316         * gnulib-tool (func_exit): New function, to allow to pass the
28317         exit status portably through the trap.  Use everywhere.
28318         (--help, --version): Signal a write error.
28319         (trap): catch SIGPIPE, for write errors.
28320         Exit at the end of the trap, with the correct exit status.
28321
28322 2006-09-19  Karl Berry  <karl@gnu.org>
28323
28324         * doc/gnulib.texi: note about the license texinfo files.
28325
28326 2006-09-19  Eric Blake  <ebb9@byu.net>
28327
28328         * gnulib-tool: Avoid space-tab.
28329
28330 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28331
28332         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
28333         that prevented coreutils 6.1 from building.  Problem reported
28334         by Petter Reinholdtsen.
28335
28336 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
28337
28338         * gnulib-tool (avoidlist): Fix typo that broke options like
28339         --avoid=lock that are used by coreutils bootstrap.
28340
28341 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
28342
28343         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
28344         more systematically.
28345
28346 2006-09-18  Jim Meyering  <jim@meyering.net>
28347
28348         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
28349
28350 2006-09-18  Bruno Haible  <bruno@clisp.org>
28351
28352         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
28353
28354 2006-09-18  Bruno Haible  <bruno@clisp.org>
28355
28356         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
28357         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
28358         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
28359         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
28360         * m4/gettext.m4: Require autoconf >= 2.52.
28361         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
28362         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
28363         of gl_cv_header_inttypes_h.
28364
28365 2006-09-18  Bruno Haible  <bruno@clisp.org>
28366
28367         * lib/javaversion.c: Include configmake.h.
28368
28369 2006-09-18  Bruno Haible  <bruno@clisp.org>
28370
28371         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
28372         avoid that the while loops be executed in a subshell.
28373
28374 2006-09-18  Bruno Haible  <bruno@clisp.org>
28375
28376         * MODULES.html.sh (func_module): Break long lines.
28377         Suggested by Bruce Korb <bkorb@gnu.org>.
28378
28379 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28380
28381         Speed up by a factor of 1.12.
28382         * gnulib-tool (nl): New variable.
28383         (func_import): Rewrite include directive extraction to only read each
28384         directive once.
28385
28386 2006-09-17  Bruno Haible  <bruno@clisp.org>
28387
28388         * modules/javaversion (Makefile.am): Remove DEFS setting.
28389         (Depends-on): Add configmake, for PKGDATADIR definition.
28390
28391 2006-09-17  Bruno Haible  <bruno@clisp.org>
28392
28393         * gnulib-tool (func_create_testdir): Rewrite all files at once.
28394
28395 2006-09-17  Bruno Haible  <bruno@clisp.org>
28396
28397         * gnulib-tool (func_append): New function, stolen from libtool.m4.
28398         (func_modules_transitive_closure, func_modules_add_dummy,
28399         func_modules_to_filelist, func_import, func_create_testdir,
28400         func_create_megatestdir, ...): Use it wherever possible.
28401         Suggested by Ralf Wildenhues.
28402
28403 2006-09-16  Karl Berry  <karl@gnu.org>
28404
28405         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
28406         to avoid sectioning errors.
28407         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
28408         [ifinfo]: blank line after @center-ed titles.
28409         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
28410         Spell FSF address consistently with others.
28411         (These changes approved by rms.)
28412
28413 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28414
28415         Speed up by a factor of 1.61.
28416         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
28417         already checked module names again.
28418
28419 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28420
28421         Speed up by a factor of 1.13.
28422         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
28423         for new_files, and the input to func_add_or_update.
28424
28425 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28426
28427         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
28428         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
28429
28430 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28431
28432         * modules/mkancesdirs (Depends-on): Add fcntl.
28433         * modules/savewd: New file.
28434         * MODULES.html.sh (File system functions): Add savewd.
28435
28436         * modules/configmake (Makefile.am): Add support for the
28437         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
28438
28439 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28440
28441         * m4/savewd.m4: New file.
28442
28443 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
28444
28445         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
28446         (dirchownmod): New arg FD.  All callers changed.
28447         Use FD rather than opening the directory ourself, as opening is
28448         now the caller's responsibility.
28449         * lib/dirchownmod.h: Likewise.
28450         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
28451         hosts that require <sys/types.h> before <sys/stat.h>.  Include
28452         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
28453         (test_dir): Remove.
28454         (mkancesdirs): Return length of prefix of FILE that has already
28455         been made, or -2 if there is a child doing the work.  Redo
28456         algorithm so that it is O(N) rather than O(N**2).  Optimize away
28457         ".", and treat ".." specially since it might stray back into
28458         already-created areas.  Use a subprocess if necessary.  New arg
28459         WD; all users changed.  MAKE_DIR function should now return 1
28460         if it creates a directory that is not readable.  Return -2 if
28461         a child process is spun off.
28462         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
28463         Adjust signature to match code.
28464         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
28465         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
28466         all users changed.
28467         * lib/savewd.c, lib/savewd.h: New files.
28468
28469 2006-09-15  Jim Meyering  <jim@meyering.net>
28470
28471         * modules/rename-dest-slash: New module.
28472         * MODULES.html.sh (posix_compat): Add it here.
28473
28474         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
28475
28476 2006-09-15  Jim Meyering  <jim@meyering.net>
28477
28478         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
28479         file.
28480
28481         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
28482
28483 2006-09-15  Jim Meyering  <jim@meyering.net>
28484
28485         * lib/rename-dest-slash.c (has_trailing_slash): Use
28486         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
28487         (rpl_rename_dest_slash): Perform the cheaper trailing slash
28488         test before testing whether SRC is a directory.
28489         Suggestions from Bruno Haible.
28490
28491         Avoid a warning about an unused variable.
28492         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
28493         into the #ifdef block where it's used.
28494
28495         * lib/rename-dest-slash.c: New file.
28496
28497 2006-09-14  Bruno Haible  <bruno@clisp.org>
28498
28499         * lib/allocsa.c: Include <config.h> unconditionally.
28500         * lib/asnprintf.c: Likewise.
28501         * lib/asprintf.c: Likewise.
28502         * lib/c-strcasecmp.c: Likewise.
28503         * lib/c-strcasestr.c: Likewise.
28504         * lib/c-strncasecmp.c: Likewise.
28505         * lib/c-strstr.c: Likewise.
28506         * lib/classpath.c: Likewise.
28507         * lib/clean-temp.c: Likewise.
28508         * lib/concatpath.c: Likewise.
28509         * lib/copy-file.c: Likewise.
28510         * lib/csharpcomp.c: Likewise.
28511         * lib/csharpexec.c: Likewise.
28512         * lib/execute.c: Likewise.
28513         * lib/fatal-signal.c: Likewise.
28514         * lib/findprog.c: Likewise.
28515         * lib/fwriteerror.c: Likewise.
28516         * lib/gl_array_list.c: Likewise.
28517         * lib/gl_array_oset.c: Likewise.
28518         * lib/gl_avltree_list.c: Likewise.
28519         * lib/gl_avltree_oset.c: Likewise.
28520         * lib/gl_avltreehash_list.c: Likewise.
28521         * lib/gl_carray_list.c: Likewise.
28522         * lib/gl_linked_list.c: Likewise.
28523         * lib/gl_linkedhash_list.c: Likewise.
28524         * lib/gl_list.c: Likewise.
28525         * lib/gl_oset.c: Likewise.
28526         * lib/gl_rbtree_list.c: Likewise.
28527         * lib/gl_rbtree_oset.c: Likewise.
28528         * lib/gl_rbtreehash_list.c: Likewise.
28529         * lib/imaxabs.c: Likewise.
28530         * lib/imaxdiv.c: Likewise.
28531         * lib/javacomp.c: Likewise.
28532         * lib/javaexec.c: Likewise.
28533         * lib/javaversion.c: Likewise.
28534         * lib/linebreak.c: Likewise.
28535         * lib/localcharset.c: Likewise.
28536         * lib/lock.c: Likewise.
28537         * lib/mbchar.c: Likewise.
28538         * lib/mbswidth.c: Likewise.
28539         * lib/mkdtemp.c: Likewise.
28540         * lib/pipe.c: Likewise.
28541         * lib/printf-args.c: Likewise.
28542         * lib/printf-parse.c: Likewise.
28543         * lib/progname.c: Likewise.
28544         * lib/progreloc.c: Likewise.
28545         * lib/readlink.c: Likewise.
28546         * lib/sh-quote.c: Likewise.
28547         * lib/stpcpy.c: Likewise.
28548         * lib/stpncpy.c: Likewise.
28549         * lib/strcasecmp.c: Likewise.
28550         * lib/strcasestr.c: Likewise.
28551         * lib/strcspn.c: Likewise.
28552         * lib/striconv.c: Likewise.
28553         * lib/strncasecmp.c: Likewise.
28554         * lib/strnlen1.c: Likewise.
28555         * lib/strstr.c: Likewise.
28556         * lib/strtok_r.c: Likewise.
28557         * lib/tls.c: Likewise.
28558         * lib/tmpdir.c: Likewise.
28559         * lib/unicodeio.c: Likewise.
28560         * lib/unsetenv.c: Likewise.
28561         * lib/vasnprintf.c: Likewise.
28562         * lib/vasprintf.c: Likewise.
28563         * lib/wait-process.c: Likewise.
28564         * lib/xallocsa.c: Likewise.
28565         * lib/xsetenv.c: Likewise.
28566         * lib/xstriconv.c: Likewise.
28567
28568 2006-09-13  Simon Josefsson  <jas@extundo.com>
28569
28570         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
28571         that internally, suggested by Ralf Wildenhues
28572         <Ralf.Wildenhues@gmx.de>.
28573
28574 2006-09-13  Simon Josefsson  <jas@extundo.com>
28575
28576         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
28577         @LIBOBJS@.
28578         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28579
28580 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
28581
28582         * lib/_fpending.c: Include <config.h> unconditionally, since we no
28583         longer worry about uses that don't define HAVE_CONFIG_H.
28584         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
28585         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
28586         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
28587         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
28588         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
28589         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
28590         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
28591         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
28592         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
28593         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
28594         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
28595         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
28596         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
28597         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
28598         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
28599         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
28600         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
28601         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
28602         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
28603         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
28604         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
28605         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
28606         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
28607         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
28608         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
28609         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
28610         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
28611         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
28612         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
28613         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
28614         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
28615         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
28616         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
28617         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
28618         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
28619         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
28620         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
28621         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
28622         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
28623         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
28624         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
28625         Likewise.
28626
28627 2006-09-13  Eric Blake  <ebb9@byu.net>
28628
28629         * lib/getopt.c: Fix typo in last commit.
28630
28631 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28632
28633         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
28634         dgettext.
28635
28636 2006-09-12  Jim Meyering  <jim@meyering.net>
28637
28638         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
28639         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
28640         Reported by Nelson H. F. Beebe.
28641
28642 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
28643
28644         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
28645         program_invocation_name and program_invocation_short_name are
28646         initialized.
28647         * lib/argp-namefrob.h: Move declarations of program_invocation_name
28648         and program_invocation_short_name to argp.h, so they are visible
28649         to user programs.
28650         * lib/argp.h: Likewise
28651
28652 2006-09-10  Bruno Haible  <bruno@clisp.org>
28653
28654         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
28655         m4/inttypes_h.m4, m4/uintmax_t.m4.
28656
28657 2006-09-10  Bruno Haible  <bruno@clisp.org>
28658
28659         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
28660         gl_AC_TYPE_UINTMAX_T.
28661
28662 2006-09-10  Bruno Haible  <bruno@clisp.org>
28663
28664         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
28665
28666 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
28667
28668         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
28669         convention.  Text proposed by Bruno Haible.
28670         (struct argp_option): Document the use of N_() wrappers.
28671
28672         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
28673         '\v', and translate the two parts separately, instead of feeding
28674         the whole string to gettext.  This allows to exclude
28675         '\v' from the strings visible to the translator by writing doc
28676         strings as N_("..") "\v" N_("..").
28677
28678 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
28679
28680         * config/srclist.txt: Undo latest change; the bug was fixed.
28681
28682 2006-09-09  Bruno Haible  <bruno@clisp.org>
28683
28684         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
28685         assignments if building a library without libtool.
28686         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
28687         in func_emit_lib_Makefile_am.
28688         (func_import): When building a static library libfoo.a, arrange to
28689         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
28690         (func_create_testdir): Likewise.
28691         * modules/gc (configure.ac, Makefile.am): If building statically,
28692         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
28693         * modules/iconvme (configure.ac, Makefile.am): Likewise.
28694         * modules/striconv (configure.ac, Makefile.am): Likewise.
28695         Based on a suggestion by Ralf Wildenhues.
28696
28697 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28698
28699         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
28700         Check for unistd.h too, since Autoconf doesn't assume POSIX.
28701         Also:
28702
28703         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28704         Add year_2050_test to catch glibc bug 2821
28705         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28706
28707         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
28708         Prefer #ifdef to #if.
28709
28710         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
28711         Return from 'main' instead of calling 'exit'.
28712
28713 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28714
28715         * lib/mktime.c (guess_time_tm): Fix bug where mktime
28716         returned the maximum time_t value rather than (time_t) -1.
28717         Problem originally reported by William Bardwell
28718         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
28719
28720         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28721         Moved to here ...
28722         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
28723         ... from here.
28724
28725 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
28726
28727         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
28728         2821 is fixed.
28729
28730 2006-09-08  Jim Meyering  <jim@meyering.net>
28731
28732         Don't make generated files read-only.  That would bother too many
28733         people.  However, do retain the ability to work when targets are
28734         read-only: remove the destination and temporary files before writing
28735         them (when generated via sed or echo), or by using the -f option for
28736         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
28737         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28738         * modules/byteswap, modules/configmake, modules/fcntl:
28739         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28740         * modules/localcharset, modules/netinet_in, modules/poll:
28741         * modules/stdbool, modules/stdint, modules/sys_select:
28742         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28743
28744 2006-09-08  Jim Meyering  <jim@meyering.net>
28745
28746         Avoid new build failure on FreeBSD 6.0.
28747         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
28748         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
28749         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
28750
28751 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28752
28753         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
28754
28755 2006-09-07  Jim Meyering  <jim@meyering.net>
28756
28757         Fix global typo in last change: use chmod u-w, not chmod u-x.
28758         Spotted by Paul Eggert and Bruce Korb.
28759         * modules/alloca-opt, modules/argz, modules/arpa_inet:
28760         * modules/byteswap, modules/configmake, modules/fcntl:
28761         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
28762         * modules/localcharset, modules/netinet_in, modules/poll:
28763         * modules/stdbool, modules/stdint, modules/sys_select:
28764         * modules/sys_socket, modules/sys_stat, modules/sysexits:
28765
28766 2006-09-06  Jim Meyering  <jim@meyering.net>
28767
28768         Make generated files be read-only.
28769         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
28770         Ensure that each generated file is now read-only.
28771         * modules/argz: Likewise.
28772         * modules/arpa_inet: Likewise.
28773         * modules/byteswap: Likewise.
28774         * modules/configmake: Likewise.
28775         * modules/fcntl: Likewise.
28776         * modules/fnmatch: Likewise.
28777         * modules/getopt: Likewise.
28778         * modules/glob: Likewise.
28779         * modules/inttypes: Likewise.
28780         * modules/netinet_in: Likewise.
28781         * modules/poll: Likewise.
28782         * modules/stdbool: Likewise.
28783         * modules/stdint: Likewise.
28784         * modules/sys_select: Likewise.
28785         * modules/sys_socket: Likewise.
28786         * modules/sys_stat: Likewise.
28787         * modules/sysexits: Likewise.
28788         * modules/localcharset: Same as above, but continue using temporary
28789         file named "t-$@" (why different?) rather than the "$@-t" used
28790         everywhere else.
28791
28792         * modules/sysexits (Makefile.am): Replace literal occurrences
28793         of "sysexit.h" more readable, and more consistent, "$@".
28794
28795 2006-09-06  Bruno Haible  <bruno@clisp.org>
28796
28797         * modules/striconv: New file.
28798         * modules/xstriconv: New file.
28799         * MODULES.html.sh (Internationalization functions): Add striconv,
28800         xstriconv.
28801
28802 2006-09-06  Bruno Haible  <bruno@clisp.org>
28803
28804         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
28805         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
28806         not using libtool correctly.
28807
28808 2006-09-06  Bruno Haible  <bruno@clisp.org>
28809
28810         * lib/striconv.h: New file.
28811         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
28812         iconvstring.c.
28813         * lib/xstriconv.h: New file.
28814         * lib/xstriconv.c: New file.
28815
28816 2006-09-06  Bruno Haible  <bruno@clisp.org>
28817
28818         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
28819         lib_..._LDFLAGS.
28820
28821 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28822
28823         * lib/argz_.h: Sync from Libtool.
28824
28825         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
28826                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
28827
28828         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
28829
28830 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28831
28832         * modules/trim: New file.
28833
28834 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
28835
28836         * lib/trim.h: New file.
28837         * lib/trim.c: New file.
28838
28839 2006-09-05  Bruno Haible  <bruno@clisp.org>
28840
28841         * MODULES.html.sh (String handling): Add trim.
28842
28843 2006-09-04  Karl Berry  <karl@gnu.org>
28844
28845         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
28846         until next release.
28847
28848 2006-09-03  Bruno Haible  <bruno@clisp.org>
28849
28850         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
28851         correctly.
28852
28853 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28854
28855         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
28856         not gl_GETLOADAVG.  Omit unneeded semicolons.
28857         Problems reported by Ralf Wildenhues in
28858         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28859         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
28860         at the end, which is the usual gnulib style.
28861
28862         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
28863         of doing all the work ourselves.
28864         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
28865         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
28866
28867 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28868
28869         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
28870         Problem reported by Ralf Wildenhues in
28871         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
28872
28873         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
28874         HAVE_STRUCT_STATFS_F_FSTYPENAME.
28875
28876 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
28877
28878         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
28879         yesterday's patch by changing test -n to test -z.
28880
28881 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28882
28883         * modules/getloadavg (Files): Add m4/getloadavg.m4.
28884         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
28885         the former is now obsolescent.
28886
28887         * modules/chdir-long (Depends-on): Add fcntl.
28888
28889 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28890
28891         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
28892         obsolescent, and programs should use gnulib instead.
28893         * m4/getloadavg.m4: New file, with contents taken from Autoconf
28894         but with prefixes changed.
28895
28896 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
28897
28898         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
28899         or stdbool.h, because they might not exist while configuring.
28900
28901         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
28902         Don't include unistd.h or limits.h; not needed, since chdir-long.h
28903         does that for us.
28904         (O_DIRECTORY): Remove.
28905
28906 2006-08-31  Eric Blake  <ebb9@byu.net>
28907
28908         * gnulib-tool: Don't let emacs change spaces to TAB.
28909
28910 2006-08-31  Bruno Haible  <bruno@clisp.org>
28911
28912         * gnulib-tool: When calling func_import more than once, do it in a
28913         subshell.
28914         Reported by Eric Blake <ebb9@byu.net>.
28915
28916 2006-08-31  Bruno Haible  <bruno@clisp.org>
28917
28918         * gnulib-tool (nl): Remove variable.
28919         (sed_transform_lib_file): Use more robust test for config-h module.
28920         (func_import): Fix typo in 2006-08-25 patch.
28921
28922 2006-08-31  Bruno Haible  <bruno@clisp.org>
28923
28924         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
28925         specified, augment Makefile.am variables instead of assigning them.
28926
28927 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28928
28929         Work around a bug in both the Linux and SunOS 64-bit kernels:
28930         nanosleep mishandles sleeps for longer than 2**31 seconds.
28931         Problem reported by Frank v Waveren in
28932         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28933         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
28934         Check for nanosleep bug.
28935         (LIB_NANOSLEEP): Append clock_gettime library if needed.
28936
28937 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28938
28939         Work around a bug in both the Linux and SunOS 64-bit kernels:
28940         nanosleep mishandles sleeps for longer than 2**31 seconds.
28941         Problem reported by Frank v Waveren in
28942         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
28943         * lib/nanosleep.c (BILLION): New constant.
28944         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
28945         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
28946         implementation.
28947
28948 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28949
28950         * modules/nanosleep (Depends-on): Add gettime.
28951
28952 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
28953         and Simon Josefsson  <jas@extundo.com>
28954         and Oskar Liljeblad  <oskar@osk.mine.nu>
28955
28956         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
28957         * gnulib-tool (func_import): New license type 'unmodifiable license
28958         text'.
28959         * modules/fdl: Use it.  Longer description.
28960         * module/gpl, module/lgpl: New files.
28961
28962 2006-08-30  Jim Meyering  <jim@meyering.net>
28963
28964         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
28965         shadowing the parameter.
28966
28967 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28968
28969         Sync from Libtool:
28970
28971         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28972
28973         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
28974         sharing with gnulib.  Report by Eric Blake.
28975
28976 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28977
28978         * modules/isapipe: New file.
28979         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
28980
28981 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28982
28983         * modules/configmake (Makefile.am): Add a comment, and omit
28984         the CONFIGMAKE_ prefix from generated macro names.  Suggested
28985         by Bruno Haible.
28986
28987 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28988
28989         * m4/isapipe.m4: New file.
28990
28991 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
28992
28993         * lib/isapipe.c, lib/isapipe.h: New files.
28994
28995 2006-08-29  Jim Meyering  <jim@meyering.net>
28996
28997         * modules/configmake (Makefile.am): Make configmake.h depend on
28998         Makefile.  Otherwise, a stale configmake.h could hang around.
28999
29000 2006-08-29  Eric Blake  <ebb9@byu.net>
29001
29002         * lib/error.c (error_at_line, print_errno_message): Match libc, after
29003         resolution of upstream bug 3044.
29004
29005 2006-08-29  Bruno Haible  <bruno@clisp.org>
29006
29007         * modules/localcharset (Depends-on): Add configmake.
29008         (Makefile.am): Remove setting of LIBDIR through DEFS.
29009
29010 2006-08-29  Bruno Haible  <bruno@clisp.org>
29011
29012         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
29013         defined.
29014
29015 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29016
29017         * modules/fcntl: New file.
29018         * modules/chdir-safer (Depends-on): Add fcntl.
29019         * modules/fts: Likewise.
29020         * modules/mkdir-p: Likewise.
29021
29022         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
29023         This undoes the most recent change, since we're now addressing the
29024         problem in a different way.
29025
29026         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
29027         into output, since the output might be called Makefile.am even
29028         if $makefile_name is something different.
29029         (func_import): Use $makefile_am rather than
29030         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
29031         empty.
29032
29033         * modules/inttypes (Files): Add m4/inttypes-h.m4.
29034
29035 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29036
29037         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
29038         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
29039         recent change to stdint.m4, since we're now addressing the problem in a
29040         different way.
29041
29042 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29043
29044         * m4/fcntl_h.m4: New file.
29045
29046 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
29047
29048         * lib/fcntl_.h: New file.
29049         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
29050         the fcntl module.
29051         * lib/dirchownmod.c: Likewise.
29052         * lib/fts.c: Likewise.
29053
29054         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
29055         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
29056         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
29057         just before including <inttypes.h>, to avoid circular inclusion.
29058
29059 2006-08-28  Jim Meyering  <jim@meyering.net>
29060
29061         * doc/visibility.texi: Actually read and correct the grammar of the
29062         sentence affected by yesterday's change.
29063
29064 2006-08-28  Eric Blake  <ebb9@byu.net>
29065
29066         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
29067         needs wrapper.
29068
29069 2006-08-28  Eric Blake  <ebb9@byu.net>
29070
29071         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
29072
29073 2006-08-28  Eric Blake  <ebb9@byu.net>
29074
29075         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
29076
29077 2006-08-28  Bruno Haible  <bruno@clisp.org>
29078
29079         * modules/c-strstr: New file, from GNU gettext.
29080         * MODULES.html.sh (String handling): Add c-strstr.
29081
29082 2006-08-28  Bruno Haible  <bruno@clisp.org>
29083
29084         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
29085         macros.
29086         Reported by Eric Blake.
29087
29088 2006-08-28  Bruno Haible  <bruno@clisp.org>
29089
29090         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
29091         (VASNPRINTF): Return a string of length > INT_MAX without failing.
29092         * lib/vasprintf.c: Include errno.h, limits.h.
29093         (EOVERFLOW): New fallback definition.
29094         (vasprintf): Test here whether the string length is > INT_MAX.
29095         * lib/vsnprintf.c: Include errno.h, limits.h.
29096         (EOVERFLOW): New fallback definition.
29097         (vsnprintf): Fix bug when generated string was too long for the buffer.
29098         Test here whether the string length is > INT_MAX.
29099
29100 2006-08-28  Bruno Haible  <bruno@clisp.org>
29101
29102         * lib/inttypes_.h (SCNX*): Remove definitions.
29103         Reported by Eric Blake.
29104
29105 2006-08-28  Bruno Haible  <bruno@clisp.org>
29106
29107         * lib/c-strstr.h: New file, from GNU gettext.
29108         * lib/c-strstr.c: New file, from GNU gettext.
29109
29110 2006-08-28  Bruno Haible  <bruno@clisp.org>
29111
29112         * gnulib-tool: Reorder some statements.
29113
29114 2006-08-28  Bruno Haible  <bruno@clisp.org>
29115
29116         * gnulib-tool: New option --makefile-name.
29117         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
29118         $makefile_name.
29119         (func_import): Write $makefile_name to the cache file, and read it from
29120         there unless explicitly specified. Use $makefile_name as file name
29121         instead of Makefile.am. Adjust the recommendations accordingly.
29122
29123 2006-08-28  Bruno Haible  <bruno@clisp.org>
29124
29125         * gnulib-tool (func_verify_module): Check against misapplying patch.
29126
29127 2006-08-28  Bruno Haible  <bruno@clisp.org>
29128
29129         * gnulib-tool (func_relativize, func_relconcat): New functions.
29130         Give an error if --local-dir is given with --update.
29131         Remove trailing slashes from $local_gnulib_dir.
29132         (func_import): Store the relativized $local_gnulib_dir in
29133         gnulib-cache.m4, and read it from there if not specified explicitly.
29134
29135 2006-08-28  Bruno Haible  <bruno@clisp.org>
29136
29137         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
29138         is the current directory. Respect also $local_gnulib_dir.
29139
29140 2006-08-28  Bruno Haible  <bruno@clisp.org>
29141             Simon Josefsson  <jas@extundo.com>
29142
29143         BeOS portability.
29144         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
29145
29146 2006-08-27  Jim Meyering  <jim@meyering.net>
29147
29148         * doc/visibility.texi: Remove duplicate word: "pointer".
29149
29150 2006-08-26  Bruno Haible  <bruno@clisp.org>
29151
29152         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
29153         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
29154         (Makefile.am): Create inttypes.h from inttypes_.h.
29155         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
29156
29157         * modules/imaxabs: New file.
29158
29159         * modules/imaxdiv: New file.
29160
29161 2006-08-26  Bruno Haible  <bruno@clisp.org>
29162
29163         * m4/inttypes.m4: New file.
29164         * m4/_inttypes_h.m4: Remove file.
29165         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
29166         PRI_MACROS_BROKEN.
29167         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
29168
29169         * m4/imaxabs.m4: New file.
29170
29171         * m4/imaxdiv.m4: New file.
29172
29173 2006-08-26  Bruno Haible  <bruno@clisp.org>
29174
29175         * lib/inttypes_.h: New file.
29176         * lib/inttypes.h: Remove file.
29177         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
29178
29179         * lib/imaxabs.c: New file.
29180
29181         * lib/imaxdiv.c: New file.
29182
29183 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29184
29185         New config-h module, so that "make" output needn't be cluttered
29186         by -DHAVE_CONFIG_H.
29187         * MODULES.html.sh (Support for building libraries and executables):
29188         Add config-h.
29189         * modules/config-h: New file.
29190         * gnulib-tool (nl, sed_transform_lib_file): New vars.
29191         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
29192         the config-h module is used.
29193
29194         New configmake module, so that "make" output needn't be cluttered
29195         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
29196         * MODULES.html.sh (Support for building libraries and executables):
29197         Add configmake.
29198         * modules/configmake: New file.
29199
29200 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
29201
29202         * m4/config-h.m4: New file.
29203
29204 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29205
29206         * config/srclist.txt: Add elisp-comp.
29207
29208 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
29209
29210         * MODULES.html.sh (Support for building libraries and executables):
29211         Add elisp-comp.
29212         * build-aux/elisp-comp: New file.
29213         * modules/elisp-comp: New file.
29214
29215 2006-08-24  Bruno Haible  <bruno@clisp.org>
29216
29217         * gnulib-tool (func_create_testdir): Use non-default values of
29218         sourcebase and m4base.
29219
29220 2006-08-24  Bruno Haible  <bruno@clisp.org>
29221
29222         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
29223         HTML structure.
29224
29225 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
29226
29227         * modules/openat (Depends-on): Add lchown.
29228
29229 2006-08-23  Bruno Haible  <bruno@clisp.org>
29230
29231         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
29232         of gl_LOCK_EARLY instead of gl_LOCK.
29233
29234 2006-08-23  Bruno Haible  <bruno@clisp.org>
29235
29236         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
29237         on OSF/1 to no.
29238         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
29239
29240 2006-08-23  Bruno Haible  <bruno@clisp.org>
29241
29242         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
29243         as unusable.
29244
29245         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
29246         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
29247         (gl_LOCK): New macro.
29248
29249 2006-08-22  Simon Josefsson  <jas@extundo.com>
29250
29251         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
29252         to md5 module.
29253
29254 2006-08-22  Simon Josefsson  <jas@extundo.com>
29255
29256         * MODULES.html.sh: Add "Support for maintaining and release
29257         projects".
29258
29259         * build-aux/gnupload: New file, from coreutils.
29260
29261 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29262
29263         Avoid the need for AC_LIBSOURCES in m4 macros.
29264         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
29265         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
29266         * modules/check-version (EXTRA_DIST): Add check-version.h.
29267         * modules/crc (EXTRA_DIST): Add crc.h.
29268         * modules/des (EXTRA_DIST): Add des.h.
29269         * modules/gc (EXTRA_DIST): Add gc.h.
29270         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
29271         * modules/getline (EXTRA_DIST): Add getline.h.
29272         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
29273         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
29274         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
29275         * modules/md2 (EXTRA_DIST): Add md2.h.
29276         * modules/md4 (EXTRA_DIST): Add md4.h.
29277         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
29278         * modules/read-file (EXTRA_DIST): Add read-file.h.
29279         * modules/readline (EXTRA_DIST): Add readline.h.
29280         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
29281         rijndael-api-fst.h.
29282
29283 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29284
29285         * m4/rijndael.m4 (gl_ARCFOUR):
29286         * m4/arctwo.m4 (gl_ARCTWO):
29287         * m4/check-version.m4 (gl_CHECK_VERSION):
29288         * m4/crc.m4 (gl_CRC):
29289         * m4/des.m4 (gl_DES):
29290         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
29291         * m4/gc.m4 (gl_GC):
29292         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
29293         * m4/getline.m4 (gl_FUNC_GETLINE):
29294         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
29295         * m4/hmac-md5.m4 (gl_HMAC_MD5):
29296         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
29297         * m4/md2.m4 (gl_MD2):
29298         * m4/md4.m4 (gl_MD4):
29299         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
29300         * m4/read-file.m4 (gl_FUNC_READ_FILE):
29301         * m4/readline.m4 (gl_FUNC_READLINE):
29302         * m4/rijndael.m4 (gl_RIJNDAEL):
29303         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29304         to get the necessary .h files and whatnot.
29305
29306 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
29307
29308         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
29309         gnulib rather than the other way around.
29310         * config/srclistvars.sh (COREUTILS): Remove.
29311
29312 2006-08-22  Jim Meyering  <jim@meyering.net>
29313
29314         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
29315
29316         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
29317
29318 2006-08-22  Eric Blake  <ebb9@byu.net>
29319
29320         * modules/regexprops-generic: New file.
29321         * MODULES.html.sh (Support for building documentation): List it.
29322
29323 2006-08-22  Eric Blake  <ebb9@byu.net>
29324
29325         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
29326         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
29327         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
29328         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
29329
29330 2006-08-22  Bruno Haible  <bruno@clisp.org>
29331
29332         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
29333         and lib_LTLIBRARIES like the other lib_* variables.
29334
29335 2006-08-22  Bruno Haible  <bruno@clisp.org>
29336
29337         * build-aux/x-to-1.in: New file, from GNU gettext.
29338
29339 2006-08-22  Bruno Haible  <bruno@clisp.org>
29340
29341         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
29342         <utmpx.h> exists.
29343
29344 2006-08-22  Bruno Haible  <bruno@clisp.org>
29345
29346         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
29347         <utmpx.h> exists.
29348
29349 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29350
29351         BeOS portability.
29352         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
29353         exist.
29354         Problem reported by Bruno Haible.
29355
29356 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29357
29358         Avoid the need for AC_LIBSOURCES in m4 macros.
29359         * modules/acl (EXTRA_DIST): Add acl.h.
29360         * modules/argmatch (Files): Add m4/argmatch.m4.
29361         (configure.ac): Add gl_ARGMATCH.
29362         (EXTRA_DIST): Renamed from lib_SOURCES, for
29363         consistency with the other modules.  Remove argmatch.c.
29364         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
29365         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
29366         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
29367         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
29368         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
29369         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
29370         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
29371         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
29372         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
29373         * modules/closeout (EXTRA_DIST): Add closeout.h.
29374         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
29375         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
29376         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
29377         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
29378         dirname.h; remove basename.c and stripslash.c.
29379         * modules/exclude (EXTRA_DIST): Add exclude.h.
29380         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
29381         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
29382         * modules/file-type (EXTRA_DIST): Add file-type.h.
29383         * modules/filemode (EXTRA_DIST): Add filemode.h.
29384         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
29385         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29386         * modules/fpending (EXTRA_DIST): Add __fpending.h.
29387         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
29388         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
29389         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
29390         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
29391         * modules/getdate (EXTRA_DIST): Add getdate.c.
29392         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
29393         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
29394         * modules/getpass (EXTRA_DIST): Add getpass.h.
29395         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
29396         * modules/group-member (EXTRA_DIST): Add group-member.h.
29397         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
29398         * modules/hash (EXTRA_DIST): Add hash.h.
29399         * modules/human (EXTRA_DIST): Add human.h.
29400         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
29401         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
29402         * modules/lchown (EXTRA_DIST): Add lchown.h.
29403         * modules/long-options (EXTRA_DIST): Add long-options.h.
29404         * modules/lstat (EXTRA_DIST): Add lstat.h.
29405         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
29406         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
29407         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
29408         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
29409         * modules/memxor (EXTRA_DIST): Add memxor.h.
29410         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
29411         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
29412         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
29413         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
29414         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
29415         * modules/physmem (EXTRA_DIST): Add physmem.h.
29416         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
29417         * modules/posixver (EXTRA_DIST): Add posixver.h.
29418         * modules/quote (EXTRA_DIST): Add quote.h.
29419         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
29420         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
29421         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
29422         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
29423         regex_internal.h regexec.c.
29424         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
29425         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
29426         * modules/same (EXTRA_DIST): Add same.h.
29427         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
29428         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
29429         * modules/savedir (EXTRA_DIST): Add savedir.h.
29430         * modules/sha1 (EXTRA_DIST): Add sha1.h.
29431         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
29432         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
29433         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
29434         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
29435         * modules/strdup (EXTRA_DIST): Add strdup.h.
29436         * modules/strftime (EXTRA_DIST): Add strftime.h.
29437         * modules/strndup (EXTRA_DIST): Add strndup.h.
29438         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
29439         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
29440         * modules/time_r (EXTRA_DIST): Add time_r.h.
29441         * modules/timespec (EXTRA_DIST): Add timespec.h.
29442         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
29443         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
29444         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
29445         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
29446         * modules/userspec (EXTRA_DIST): Add userspec.h.
29447         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
29448         * modules/utimens (EXTRA_DIST): Add utimens.h.
29449         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
29450         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
29451         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
29452         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
29453         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
29454         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
29455         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
29456         * modules/yesno (EXTRA_DIST): Add yesno.h.
29457
29458 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
29459
29460         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
29461
29462         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
29463         * m4/dev-ino.m4, same-inode.m4: Remove.
29464
29465         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
29466         * m4/acl.m4 (AC_FUNC_ACL):
29467         * m4/backupfile.m4 (gl_BACKUPFILE):
29468         * m4/c-strtod.m4 (gl_C99_STRTOLD):
29469         * m4/canon-host.m4 (gl_CANON_HOST):
29470         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
29471         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
29472         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
29473         * m4/cloexec.m4 (gl_CLOEXEC):
29474         * m4/close-stream.m4 (gl_CLOSE_STREAM):
29475         * m4/closeout.m4 (gl_CLOSEOUT):
29476         * m4/dirfd.m4 (gl_FUNC_DIRFD):
29477         * m4/dirname.m4 (gl_DIRNAME):
29478         * m4/exclude.m4 (gl_EXCLUDE):
29479         * m4/exitfail.m4 (gl_EXITFAIL):
29480         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
29481         * m4/file-type.m4 (gl_FILE_TYPE):
29482         * m4/filemode.m4 (gl_FILEMODE):
29483         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
29484         * m4/fpending.m4 (gl_FUNC_FPENDING):
29485         * m4/fprintftime.m4 (gl_FPRINTFTIME):
29486         * m4/fts.m4 (gl_FUNC_FTS):
29487         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
29488         * m4/getdate.m4 (gl_GETDATE):
29489         * m4/gethrxtime.m4 (gl_GETHRXTIME):
29490         * m4/getpagesize.m4 (gl_GETPAGESIZE):
29491         * m4/getpass.m4 (gl_FUNC_GETPASS):
29492         * m4/gettime.m4 (gl_GETTIME):
29493         * m4/getugroups.m4 (gl_GETUGROUPS):
29494         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
29495         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
29496         * m4/hard-locale.m4 (gl_HARD_LOCALE):
29497         * m4/hash.m4 (gl_HASH):
29498         * m4/idcache.m4 (gl_IDCACHE):
29499         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
29500         * m4/lchown.m4 (gl_FUNC_LCHOWN):
29501         * m4/long-options.m4 (gl_LONG_OPTIONS):
29502         * m4/lstat.m4 (gl_FUNC_LSTAT):
29503         * m4/md5.m4 (gl_MD5):
29504         * m4/memcasecmp.m4 (gl_MEMCASECMP):
29505         * m4/memcoll.m4 (gl_MEMCOLL):
29506         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
29507         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
29508         * m4/memxor.m4 (gl_MEMXOR):
29509         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
29510         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
29511         * m4/modechange.m4 (gl_MODECHANGE):
29512         * m4/mountlist.m4 (gl_MOUNTLIST):
29513         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
29514         * m4/openat.m4 (gl_FUNC_OPENAT):
29515         * m4/pathmax.m4 (gl_PATHMAX):
29516         * m4/physmem.m4 (gl_PHYSMEM):
29517         * m4/posixtm.m4 (gl_POSIXTM):
29518         * m4/posixver.m4 (gl_POSIXVER):
29519         * m4/quote.m4 (gl_QUOTE):
29520         * m4/quotearg.m4 (gl_QUOTEARG):
29521         * m4/readtokens.m4 (gl_READTOKENS):
29522         * m4/readutmp.m4 (gl_READUTMP):
29523         * m4/regex.m4 (gl_REGEX):
29524         * m4/safe-read.m4 (gl_SAFE_READ):
29525         * m4/safe-write.m4 (gl_SAFE_WRITE):
29526         * m4/same.m4 (gl_SAME):
29527         * m4/save-cwd.m4 (gl_SAVE_CWD):
29528         * m4/savedir.m4 (gl_SAVEDIR):
29529         * m4/settime.m4 (gl_SETTIME):
29530         * m4/sha1.m4 (gl_SHA1):
29531         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
29532         * m4/stat-macros.m4 (gl_STAT_MACROS):
29533         * m4/stat-time.m4 (gl_STAT_TIME):
29534         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
29535         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
29536         * m4/strdup.m4 (gl_FUNC_STRDUP):
29537         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
29538         * m4/strndup.m4 (gl_FUNC_STRNDUP):
29539         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
29540         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
29541         * m4/time_r.m4 (gl_TIME_R):
29542         * m4/timespec.m4 (gl_TIMESPEC):
29543         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
29544         * m4/unlinkdir.m4 (gl_UNLINKDIR):
29545         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
29546         * m4/userspec.m4 (gl_USERSPEC):
29547         * m4/utimecmp.m4 (gl_UTIMECMP):
29548         * m4/utimens.m4 (gl_UTIMENS):
29549         * m4/xalloc.m4 (gl_XALLOC):
29550         * m4/xgetcwd.m4 (gl_XGETCWD):
29551         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
29552         * m4/xreadlink.m4 (gl_XREADLINK):
29553         * m4/xstrtod.m4 (gl_XSTRTOD):
29554         * m4/yesno.m4 (gl_YESNO):
29555         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
29556         to get the necessary .h files and whatnot.
29557
29558 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
29559             Bruno Haible  <bruno@clisp.org>
29560
29561         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
29562         /bin/sh understanding of '!' conditional negation.
29563
29564 2006-08-21  Jim Meyering  <jim@meyering.net>
29565
29566         * modules/openat (Depends-on): Really alphabetize.
29567
29568         * modules/acl (Depends-on): Add error and quote.
29569
29570         * check-module (find_included_lib_files): Add at-func.c to the
29571         ok-to-include-more-than-once white list.
29572
29573         * modules/openat (Depends-on): Add lstat.  Alphabetize.
29574
29575 2006-08-21  Bruno Haible  <bruno@clisp.org>
29576
29577         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
29578         Emit a pkgdata_DATA variable only if some snippets add contents to it.
29579         Reported by Martin Lambers <marlam@marlam.de>.
29580
29581 2006-08-21  Bruno Haible  <bruno@clisp.org>
29582
29583         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
29584         specify an installation location, don't emit a noinst_LIBRARIES or
29585         noinst_LTLIBRARIES assignment.
29586
29587 2006-08-21  Bruno Haible  <bruno@clisp.org>
29588
29589         BeOS portability.
29590         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
29591         BeOS has mbrtowc() but no <wctype.h>.
29592
29593 2006-08-21  Bruno Haible  <bruno@clisp.org>
29594
29595         BeOS portability.
29596         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
29597         exist.
29598
29599 2006-08-21  Bruno Haible  <bruno@clisp.org>
29600
29601         BeOS portability.
29602         * lib/mbchar.h: Include <wctype.h> only if it exists.
29603
29604 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29605
29606         Remove files that are no longer needed by their respective modules.
29607         * m4/obstack.m4: Remove.
29608         * m4/strerror_r.m4: Remove.
29609         * m4/uint32_t.m4: Remove.
29610         * m4/uintptr_t.m4: Remove.
29611         * m4/ullong_max.m4: Remove.
29612         * m4/xstrtoimax.m4: Remove.
29613         * m4/xstrtoumax.m4: Remove.
29614
29615         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
29616         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
29617         dependencies now capture this.
29618
29619         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
29620         Do not use AC_LIBSOURCES, since gnulib modules now do this.
29621         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
29622         * m4/human.m4 (gl_HUMAN): Likewise.
29623         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
29624         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
29625
29626         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
29627
29628         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
29629         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
29630         stdint.
29631         * m4/human.m4 (gl_HUMAN): Likewise.
29632         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
29633         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
29634         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29635         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29636         * m4/xstrtol (gl_XSTRTOL): Likewise.
29637
29638         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
29639         AC_TYPE_LONG_LONG_INT.
29640         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
29641         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
29642         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
29643         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
29644
29645         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
29646         on stdbool.
29647
29648         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
29649         (gl_PREREQ_XSTRTOUL): Remove.
29650
29651         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
29652
29653         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
29654         mode.
29655
29656 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29657
29658         Add and change modules to make it easier for coreutils to use
29659         gnulib-tool.
29660         * modules/backupfile (Files): Remove m4/d-ino.m4.
29661         (Depends-on): Add d-ino.
29662         * modules/cycle-check (Depends-on): Add stdint.
29663         (lib_SOURCES): Add cycle-check.h.
29664         * modules/d-ino: New module.
29665         * modules/d-type: New module.
29666         * modules/error (Files): Remove m4/strerror_r.m4.
29667         * modules/filemode (Files): Add m4/st_dm_mode.m4.
29668         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
29669         m4/inttypes_h.m4, m4/uintmax_t.m4.
29670         (Depends-on): Add stdint.
29671         (lib_SOURCES): Add fsusage.h.
29672         * modules/getcwd (Files): Remove d-ino.m4.
29673         (Depends-on): Add d-ino.
29674         * modules/getndelim2 (Depends-on): Add stdint.
29675         * modules/glob (Files): Remove m4/d-type.m4.
29676         (Depends-on): Add d-type.
29677         * modules/host-os: New module.
29678         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
29679         m4/inttypes_h.m4, m4/uintmax_t.m4.
29680         * Depends-on: Add stdint.
29681         (lib_SOURCES): Add human.h.
29682         * modules/inttostr (Files): Remove m4/intmax_t.m4,
29683         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
29684         m4/uintmax_t.m4, m4/ulonglong.m4.
29685         (Depends-on): Add stdint.
29686         (EXTRA_DIST): Add inttostr.h.
29687         * modules/lchmod: New module.
29688         * modules/link-follow: New module.
29689         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
29690         (Depends-on): Add lchmod.
29691         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
29692         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
29693         (Depends-on): Add stdint.
29694         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
29695         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
29696         (Depends-on): Add stdint.
29697         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
29698         * modules/perl: New module.
29699         * modules/regex (Depends-on): Add stdint.
29700         * modules/rmdir-errno: New module.
29701         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29702         m4/intmax_t.m4.
29703         (Depends-on): Add stdint.
29704         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
29705         m4/uintmax_t.m4.
29706         (Depends-on): Add stdint.
29707         * modules/unlink-busy: New module.
29708         * modules/utimecmp (Depends-on): Add stdint.
29709         * modules/uptime: New module.
29710         * modules/winsz-ioctl: New module.
29711         * modules/winsz-termios: New module.
29712         * modules/xnanosleep (Depends-on): Add nanosleep.
29713         * modules/ullong_max: Remove.
29714         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
29715         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
29716         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
29717         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
29718         (Depends-on): Add inttypes.
29719         (lib_SOURCES): Add xstrtol.h.
29720         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
29721         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
29722         * MODULES.html.sh: Move 'assert' into the assert section.
29723         Move 'dummy' into the linking section.
29724         Remove ullong_max.
29725         Add section for compatibility checks for POSIX:2001 functions,
29726         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
29727         winsz-ioctl, and winsz-termios into it.
29728         Add lchmod.
29729         Add top-level Misc section and put host-os, perl, and uptime
29730         into it.
29731
29732 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
29733
29734         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
29735         now assume the stdint module.  Do not include inttypes.h.
29736         * lib/fsusage.h: Likewise.
29737         * lib/getndelim2.c: Likewise.
29738         * lib/human.h: Likewise.
29739         * lib/inttostr.h: Likewise.
29740         * lib/obstack.c: Likewise.
29741         * lib/regex_internal.h: Likewise.
29742         * lib/tempname.c: Likewise.
29743         * lib/utimecmp.c: Likewise.
29744         * lib/xstrtol.h: Likewise.
29745
29746         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
29747
29748         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
29749         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
29750         * lib/xtime.h: Likewise.
29751
29752 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29753
29754         * modules/openat (Files): Add lib/fchmodat.c.
29755         Fixes problem reported by Jay Youngman.
29756
29757 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
29758
29759         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
29760         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
29761
29762 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
29763             Bruno Haible  <bruno@clisp.org>
29764
29765         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
29766         and is a script that invokes bison. Tighten the code. Add comments.
29767
29768 2006-08-18  Jim Meyering  <jim@meyering.net>
29769
29770         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
29771         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
29772         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
29773         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
29774
29775 2006-08-18  Bruno Haible  <bruno@clisp.org>
29776
29777         * modules/bison-i18n: New file.
29778         * MODULES.html.sh (Internationalization functions): Add it.
29779
29780 2006-08-18  Bruno Haible  <bruno@clisp.org>
29781
29782         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
29783         sys/statvfs.h. When getmntinfo was found, check its declaration and
29784         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
29785
29786 2006-08-18  Bruno Haible  <bruno@clisp.org>
29787
29788         * m4/bison-i18n.m4: New file, from bison.
29789
29790 2006-08-18  Bruno Haible  <bruno@clisp.org>
29791
29792         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
29793         (ME_DUMMY): Treat "kernfs" as a dummy.
29794         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
29795
29796 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29797
29798         Update from coreutils.
29799
29800         2006-08-15  Jim Meyering  <jim@meyering.net>
29801
29802         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
29803
29804         2006-01-17  Jim Meyering  <jim@meyering.net>
29805
29806         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
29807
29808         2006-01-11  Jim Meyering  <jim@meyering.net>
29809
29810         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
29811         Check for the lchmod function.
29812
29813 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
29814
29815         Update from coreutils.
29816
29817         * lib/__fpending.h: Add copyright notice.
29818         * lib/fprintftime.h: Likewise.
29819         * lib/savedir.c: Use (C) in copyright notice.
29820         * lib/savedir.h: Likewise.
29821
29822         2006-08-15  Jim Meyering  <jim@meyering.net>
29823
29824         * lib/at-func.c: New file, with the logic of all emulated at-functions.
29825         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
29826         in support of the EXPECTED_ERRNO macro.
29827         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
29828         definitions.  Instead, define the appropriate symbols and include
29829         "at-func.c".
29830         * lib/mkdirat.c (mkdirat): Likewise.
29831         * lib/fchmodat.c (fchmodat): Likewise.
29832         (ENOSYS): Remove definition.
29833         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
29834         it.  Don't include "unistd--.h" -- it wasn't ever used.
29835
29836         2006-01-17  Jim Meyering  <jim@meyering.net>
29837
29838         Rewrite fts.c not to change the current working directory,
29839         by using openat, fstatat, fdopendir, etc..
29840
29841         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
29842         (HAVE_OPENAT_SUPPORT): Define.
29843         [_LIBC] (fchdir): Don't undef or define; no longer used.
29844         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
29845         Now, this `function' always succeeds, and consumes its file descriptor
29846         parameter -- so callers must not close such FDs.  Update callers.
29847         (diropen_fd, opendirat, cwd_advance_fd): New functions.
29848         (diropen): Add parameter, SP.  Adjust all callers.
29849         Implement using diropen_fd, rather than open.
29850         (fts_open): Initialize new member, fts_cwd_fd.
29851         Remove fts_rft-setting code.
29852         (fts_close): Close fts_cwd_fd, if necessary.
29853         (__opendir2): Define in terms of opendir or opendirat,
29854         depending on whether the FST_NOCHDIR flag is set.
29855         (fts_build): Since fts_safe_changedir consumes its FD, and since
29856         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
29857         and close the dup'd file descriptor upon failure.
29858         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
29859         (fts_safe_changedir): Tweak semantics to reflect that this function
29860         now calls cwd_advance_fd and hence consumes its FD argument.
29861         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
29862         [struct FTS] (fts_rft): Remove now-unused member.
29863         [struct FTS] (fts_cycle.state): Improve comment.
29864
29865         * lib/openat.c (openat_needs_fchdir): New function.
29866         * lib/openat.h (openat_needs_fchdir): Declare it.
29867
29868 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
29869
29870         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
29871         Problem and fix reported by Pádraig Brady in
29872         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
29873
29874 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29875
29876         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
29877
29878 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29879
29880         * lib/memcoll.c (memcoll): Optimize for the common case where the
29881         arguments are bytewise equal.
29882
29883 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29884
29885         * doc/regexprops-generic.texi: Add a copyright notice.
29886
29887 2006-08-15  Bruno Haible  <bruno@clisp.org>
29888
29889         * modules/tmpdir (License): Change to LGPL.
29890
29891 2006-08-15  Bruno Haible  <bruno@clisp.org>
29892
29893         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
29894         module.
29895
29896 2006-08-14  Simon Josefsson  <jas@extundo.com>
29897
29898         * config/srclist.txt: Add gnupload.
29899
29900 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29901
29902         Change copyright notice from LGPL 2 to GPL 2, since that's the
29903         standard form used in the gnulib repository.
29904         * tests/test-lock.c: Likewise.
29905         * tests/test-stdint.c: Likewise.
29906         * tests/test-tls.c: Likewise.
29907
29908         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
29909         prelude-manager.  User shorter URLs for GNU projects, without '?'.
29910         Add copyright notice.
29911
29912         * check-module: Add copyright notice.  Output a copyright
29913         notice if "--version" is specified.
29914         * modules/COPYING: New file.
29915         * tests/test-getaddrinfo.c: Add copyright notice.
29916         * tests/test-verify.c: Likewise.
29917
29918 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29919
29920         Change copyright notice from LGPL 2 to GPL 2, since that's the
29921         standard form used in the gnulib repository.
29922         * lib/lock.c: LGPL -> GPL.
29923         * lib/lock.h: Likewise.
29924         * lib/strnlen1.c: Likewise.
29925         * lib/strnlen1.h: Likewise.
29926         * lib/tls.c: Likewise.
29927         * lib/tls.h: Likewise.
29928         * lib/tmpdir.c: Likewise.
29929
29930         * lib/TODO: Remove; this belongs only in coreutils.
29931
29932 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29933
29934         Add copyright notices to long-enough files that lack them, since
29935         otherwise the files aren't clearly free.  Use the same notice that
29936         getdate.texi already uses.
29937         * doc/alloca-opt.texi: Add copyright notice.
29938         * doc/alloca.texi: Likewise.
29939         * doc/ctime.texi: Likewise.
29940         * doc/functions.texi: Likewise.
29941         * doc/gcd.texi: Likewise.
29942         * doc/gnulib-tool.texi: Likewise.
29943         * doc/inet_ntoa.texi: Likewise.
29944         * doc/visibility.texi: Likewise.
29945
29946         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
29947         * doc/quote.texi: Add copyright notice.
29948
29949         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
29950         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
29951         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
29952         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
29953         is now obsolete, and give a pointer to the Sun list.
29954         Add copyright notice.
29955
29956 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29957
29958         * config/srclistvars.sh: Add copyright notice.
29959
29960 2006-08-14  Eric Blake  <ebb9@byu.net>
29961
29962         Import the following change from libc:
29963
29964         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
29965
29966         Upstream bug 2997.
29967         * lib/misc/error.c: Add space between program name and message if file
29968         name is missing.
29969
29970 2006-08-12  Karl Berry  <karl@gnu.org>
29971
29972         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
29973         remove, these originate in gnulib now.
29974
29975 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29976
29977         * doc/Makefile (standards.info standards.html standards.dvi):
29978         Also depend on make-stds.texi.
29979
29980 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
29981
29982         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
29983         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
29984
29985         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
29986         in wchar_t.  Problem reported by Eric Blake.
29987
29988         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
29989         LEN is smaller than SIZE.  Suggested by Bruno Haible.
29990         Also, help the compiler to keep LEN in a register.
29991
29992 2006-08-11  Eric Blake  <ebb9@byu.net>
29993
29994         * users.txt: Sort.  Add tar.
29995
29996 2006-08-11  Bruno Haible  <bruno@clisp.org>
29997
29998         * users.txt: New file.
29999
30000 2006-08-11  Bruno Haible  <bruno@clisp.org>
30001
30002         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
30003         before <wchar.h>. Needed for OSF/1 and BSD/OS.
30004
30005 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30006
30007         * modules/snprintf (Depends-on): Remove minmax.
30008         (Maintainer): Add self and Bruno.
30009
30010 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
30011
30012         * lib/.cppi-disable: Add snprintf.h, socket_.h.
30013         * lib/snprintf.c: Include <errno.h> and <limits.h>.
30014         (EOVERFLOW): Define if the system does not.
30015         Do not include "minmax.h"; it wasn't used.
30016         (snprintf): Don't assume size_t promotes to an unsigned type.
30017         Fix bug when generated string was too long for the buffer: the
30018         buffer's contents are supposed to be the initial prefix of the
30019         output.  Don't assume vasnprintf returns EOVERFLOW if the size
30020         exceeds INT_MAX; do the check ourselves.
30021
30022         Import the following changes from libc:
30023
30024         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
30025
30026         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
30027         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
30028         set wc to the byte which couldn't be converted.
30029         (re_string_reconstruct): Don't clear valid_raw_len before calling
30030         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
30031         tip_context using re_string_context_at.
30032
30033         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
30034
30035         * lib/posix/regex.h: g++ still cannot handled [restrict].
30036
30037         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
30038
30039         * lib/posix/regex.h: Remove special handling for VMS.
30040
30041 2006-08-10  Jim Meyering  <jim@meyering.net>
30042
30043         * modules/same-inode: New module.
30044         * modules/dev-ino: New module.
30045         * modules/cycle-check: Depend on these modules, rather than simply
30046         including their .h files.
30047         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
30048         required via m4/cycle-check.m4.
30049         * modules/same: Depend on new same-inode module, rather than
30050         including same-inode.h.
30051         * modules/chdir-safer: New file.
30052
30053         * modules/chown (Depends-on): Add stat-macros.
30054
30055 2006-08-10  Jim Meyering  <jim@meyering.net>
30056
30057         * m4/cycle-check.m4: New file.
30058         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
30059         * m4/dev-ino.m4, m4/same-inode.m4: New files.
30060
30061 2006-08-10  Eric Blake  <ebb9@byu.net>
30062
30063         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
30064         in from original proposal.
30065
30066 2006-08-10  Eric Blake  <ebb9@byu.net>
30067         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
30068
30069         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
30070         namespace.
30071
30072 2006-08-10  Bruno Haible  <bruno@clisp.org>
30073
30074         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
30075         as well.
30076
30077 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30078
30079         Sync from coreutils.
30080
30081         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
30082
30083         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
30084         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
30085
30086 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30087
30088         * modules/restrict: Remove; no longer needed now that we assume
30089         Autoconf 2.59 or later.
30090         * MODULES.html.sh: Remove 'restrict'.
30091         * modules/argp (Depends-on): Remove 'restrict'.
30092         * modules/base64 (Depends-on): Likewise.
30093         * modules/gc (Depends-on): Likewise.
30094         * modules/getaddrinfo (Depends-on): Likewise.
30095         * modules/glob (Depends-on): Likewise.
30096         * modules/inet_ntop (Depends-on): Likewise.
30097         * modules/inet_pton (Depends-on): Likewise.
30098         * modules/memxor (Depends-on): Likewise.
30099         * modules/regex (Depends-on): Likewise.
30100         * modules/strtok_r (Depends-on): Likewise.
30101         * modules/time_r (Depends-on): Likewise.
30102
30103 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
30104
30105         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
30106         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
30107         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
30108         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
30109         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
30110         * m4/memxor.m4 (gl_MEMXOR): Likewise.
30111         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
30112         gl_C_RESTRICT replaced by AC_C_RESTRICT.
30113
30114         Merge from coreutils.
30115         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
30116         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
30117         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
30118         * m4/time_r.m4 (gl_TIME_R): Likewise.
30119
30120 2006-08-09  Karl Berry  <karl@gnu.org>
30121
30122         * config/srclist.txt: no more gettext-tools, per Bruno.
30123
30124 2006-08-08  Eric Blake  <ebb9@byu.net>
30125
30126         * modules/verror: New module.
30127         * MODULES.html.sh: Document it.
30128
30129 2006-08-08  Eric Blake  <ebb9@byu.net>
30130
30131         * lib/verror.h, lib/verror.c: New files.
30132
30133 2006-08-08  Eric Blake  <ebb9@byu.net>
30134
30135         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
30136         verror_at_line output complies with GNU Coding Standards even when
30137         file is NULL.
30138
30139 2006-08-07  Bruno Haible  <bruno@clisp.org>
30140
30141         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
30142         versions of AIX.
30143         Reported by Ralf Wildenhues.
30144
30145 2006-08-07  Bruno Haible  <bruno@clisp.org>
30146
30147         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
30148         in an AC_DEFUN. Needed so that the autoconf snippets can use
30149         AC_REQUIRE.
30150
30151 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30152
30153         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30154         Initialize pkgdata_DATA.
30155         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
30156         overriding it.
30157
30158 2006-08-06  Eric Blake  <ebb9@byu.net>
30159
30160         * lib/error.h: Fold in some upstream changes from glibc.
30161         * lib/error.c: Likewise.
30162
30163 2006-08-04  Bruno Haible  <bruno@clisp.org>
30164
30165         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30166         Make the mostlyclean-local rule depend on mostlyclean-generic.
30167         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
30168
30169 2006-07-31  Bruno Haible  <bruno@clisp.org>
30170
30171         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
30172         <stdlib.h>, <string.h>.
30173
30174 2006-07-30  Bruno Haible  <bruno@clisp.org>
30175
30176         * modules/readlink (License): Change to LGPL.
30177
30178 2006-07-30  Bruno Haible  <bruno@clisp.org>
30179
30180         * modules/javaversion (Makefile.am): Distribute javaversion.java and
30181         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
30182         set PKGDATADIR to point to it.
30183
30184 2006-07-30  Bruno Haible  <bruno@clisp.org>
30185
30186         * modules/csharpexec (configure.ac): Comment out macro invocation.
30187         * modules/javaexec (configure.ac): Likewise.
30188         * modules/javacomp-script (configure.ac): Likewise.
30189
30190         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
30191
30192 2006-07-30  Bruno Haible  <bruno@clisp.org>
30193
30194         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
30195         linked-list.
30196
30197 2006-07-30  Bruno Haible  <bruno@clisp.org>
30198
30199         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
30200
30201 2006-07-30  Bruno Haible  <bruno@clisp.org>
30202
30203         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30204         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
30205         get removed.
30206
30207 2006-07-29  Bruno Haible  <bruno@clisp.org>
30208
30209         Make it possible for gnulib-tool to work with locally modified or
30210         augmented gnulib repositories.
30211         * gnulib-tool (func_usage): Document --local-dir option.
30212         (local_gnulib_dir): New variable.
30213         Handle --local-dir option.
30214         (func_lookup_file): New function.
30215         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
30216         (func_get_description, func_get_filelist, func_get_description,
30217         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
30218         func_get_automake_snippet, func_get_include_directive,
30219         func_get_license, func_get_maintainer): Use func_lookup_file.
30220         (func_import, func_create_testdir): Use func_lookup_file.
30221
30222 2006-07-29  Bruno Haible  <bruno@clisp.org>
30223
30224         * modules/setenv (Depends-on): Add unistd.
30225
30226 2006-07-29  Bruno Haible  <bruno@clisp.org>
30227
30228         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
30229
30230 2006-07-29  Bruno Haible  <bruno@clisp.org>
30231
30232         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
30233
30234 2006-07-29  Bruno Haible  <bruno@clisp.org>
30235
30236         * gnulib-tool (import, update): If there is no Makefile.am, look at
30237         aclocal.m4, instead of bailing out.
30238
30239 2006-07-29  Bruno Haible  <bruno@clisp.org>
30240
30241         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
30242         Categorize the options by when they are useful.
30243
30244 2006-07-29  Bruno Haible  <bruno@clisp.org>
30245
30246         * gnulib-tool (func_usage): Document option --no-libtool.
30247         Handle option --no-libtool.
30248         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
30249         for changed semantics of $libtool variable.
30250         (func_import): Likewise. If libtool is not used, show this through
30251         an option --no-libtool.
30252         (func_create_testdir): Update.
30253
30254 2006-07-29  Bruno Haible  <bruno@clisp.org>
30255
30256         * gnulib-tool (func_import): Extend error message about missing
30257         --doc-base.
30258
30259 2006-07-29  Bruno Haible  <bruno@clisp.org>
30260
30261         * gnulib-tool (func_import): Don't create the $docbase directory if
30262         there is no file to store there.
30263
30264 2006-07-29  Bruno Haible  <bruno@clisp.org>
30265
30266         * gnulib-tool (autoconf_minversion): If a --dir option is given and
30267         relevant, look for configure.ac there, not in the current directory.
30268         Also use a simple search for AC_PREREQ, not "autoconf --trace".
30269
30270 2006-07-29  Bruno Haible  <bruno@clisp.org>
30271
30272         * gnulib-tool (SORT): New variable.
30273         (func_usage): Undocument --assume-autoconf option.
30274         Remove --assume-autoconf option handling.
30275         (autoconf_minversion): Determine from the contents of configure.ac.
30276         (func_import): Remove autoconf_minversion handling.
30277         Suggested by Eric Blake.
30278
30279 2006-07-29  Bruno Haible  <bruno@clisp.org>
30280
30281         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
30282
30283 2006-07-29  Bruno Haible  <bruno@clisp.org>
30284
30285         * config/srclist.txt (*setenv.[ch]): Remove rules.
30286
30287 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30288
30289         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
30290
30291 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30292
30293         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
30294         arpa/inet.h.
30295
30296 2006-07-28  Simon Josefsson  <jas@extundo.com>
30297
30298         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
30299         * modules/inet_pton (Depends-on): Likewise.
30300
30301 2006-07-28  Simon Josefsson  <jas@extundo.com>
30302
30303         * m4/netinet_in_h.m4: New file.
30304
30305 2006-07-28  Simon Josefsson  <jas@extundo.com>
30306
30307         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
30308         #include's.
30309
30310 2006-07-28  Simon Josefsson  <jas@extundo.com>
30311
30312         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
30313         #include's.
30314
30315 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
30316
30317         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
30318         setgid on directories only if they set these bits.
30319         * lib/modechange.h: Remove obsolete comment about masks.
30320
30321 2006-07-28  Eric Blake  <ebb9@byu.net>
30322
30323         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
30324         macro expansion.
30325
30326 2006-07-28  Bruno Haible  <bruno@clisp.org>
30327
30328         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
30329
30330 2006-07-28  Bruno Haible  <bruno@clisp.org>
30331
30332         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
30333
30334 2006-07-28  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
30337         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
30338         Define fallbacks.
30339         Avoids link error on FreeBSD 4.x.
30340         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
30341
30342         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
30343         encoding.
30344         * lib/mbswidth.c (iswcntrl): Likewise.
30345
30346 2006-07-27  Bruno Haible  <bruno@clisp.org>
30347
30348         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
30349         test.
30350
30351 2006-07-27  Bruno Haible  <bruno@clisp.org>
30352
30353         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
30354         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
30355         defined.
30356
30357 2006-07-26  Eric Blake  <ebb9@byu.net>
30358
30359         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
30360
30361 2006-07-26  Eric Blake  <ebb9@byu.net>
30362
30363         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
30364         like mingw that lack mkstemp.
30365         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
30366         avoid compilation warning on mingw.
30367
30368 2006-07-26  Bruno Haible  <bruno@clisp.org>
30369
30370         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
30371         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
30372         INT_FAST*_MIN, INTPTR_MIN.
30373
30374 2006-07-25  Bruno Haible  <bruno@clisp.org>
30375
30376         * modules/version-etc (Depends-on): Add stdarg.
30377
30378 2006-07-25  Bruno Haible  <bruno@clisp.org>
30379
30380         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
30381         complex commands.
30382
30383 2006-07-25  Bruno Haible  <bruno@clisp.org>
30384
30385         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
30386         defined in <stdarg.h> or config.h.
30387
30388 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30389
30390         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
30391         (gl_STDIO_SAFER): Remove.
30392
30393 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
30394
30395         * MODULES.html.sh (File stream based Input/Output):
30396         Add fopen-safer, tmpfile-safer; remove stdio-safer.
30397         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
30398         * modules/fopen-safer, modules/tmpfile-safer: New files.
30399         * modules/stdio-safer: Remove.
30400
30401 2006-07-24  Bruno Haible  <bruno@clisp.org>
30402
30403         * modules/tmpdir: New file.
30404         * MODULES.html.sh (File system functions): Add it.
30405
30406 2006-07-24  Bruno Haible  <bruno@clisp.org>
30407
30408         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
30409         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
30410
30411 2006-07-24  Bruno Haible  <bruno@clisp.org>
30412
30413         * modules/clean-temp: New file.
30414
30415 2006-07-24  Bruno Haible  <bruno@clisp.org>
30416
30417         * m4/tmpdir.m4: New file, from GNU gettext.
30418
30419 2006-07-24  Bruno Haible  <bruno@clisp.org>
30420
30421         * lib/tmpdir.h: New file, from GNU gettext.
30422         * lib/tmpdir.c: New file, from GNU gettext.
30423
30424 2006-07-24  Bruno Haible  <bruno@clisp.org>
30425
30426         * lib/clean-temp.h: New file, from GNU gettext.
30427         * lib/clean-temp.c: New file, from GNU gettext.
30428
30429 2006-07-23  Eric Blake  <ebb9@byu.net>
30430
30431         * modules/stdio-safer (Files): Add tmpfile-safer.c.
30432         (Depends-on): Add binary-io.
30433
30434 2006-07-23  Eric Blake  <ebb9@byu.net>
30435
30436         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
30437
30438 2006-07-23  Eric Blake  <ebb9@byu.net>
30439
30440         * lib/tmpfile-safer.c: New file.
30441         * lib/stdio-safer.h (fopen_safer): Add prototype.
30442         * lib/stdio--.h (tmpfile): Make safer.
30443
30444 2006-07-23  Bruno Haible  <bruno@clisp.org>
30445
30446         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
30447         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
30448         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
30449         gl_linked_remove_at): Use it.
30450
30451 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
30452         and Simon Josefsson <jas@extundo.com>
30453
30454         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
30455
30456         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
30457
30458 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30459
30460         * modules/close-stream: New file.
30461         * modules/closeout (Description): Make it clear that it exits
30462         with a diagnostic on error.
30463         (Depends-on): Add close-stream.  Remove fpending, stdbool.
30464         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
30465
30466 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30467
30468         * m4/close-stream.m4: New file.
30469
30470 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
30471
30472         * lib/close-stream.c, lib/close-stream.h: New files.
30473
30474 2006-07-22  Bruno Haible  <bruno@clisp.org>
30475
30476         Merge from GNU gettext 0.15.
30477
30478         2006-05-01  Bruno Haible  <bruno@clisp.org>
30479
30480                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
30481
30482         2006-07-22  Bruno Haible  <bruno@clisp.org>
30483
30484                 * modules/javaversion: New file.
30485                 * MODULES.html.sh (Java): Add javaversion.
30486
30487         2006-03-12  Bruno Haible  <bruno@clisp.org>
30488
30489                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
30490
30491         2005-12-04  Bruno Haible  <bruno@clisp.org>
30492
30493                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
30494                 (untested).
30495
30496         2006-06-21  Bruno Haible  <bruno@clisp.org>
30497
30498                 Avoid warnings from recent versions of mcs.
30499                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
30500                 -o, -L, -r any more. Use options documented since mcs-1.0
30501                 instead. Similarly for -g.
30502
30503         2005-12-04  Bruno Haible  <bruno@clisp.org>
30504
30505                 * build-aux/csharpcomp.sh.in: Suffix for resources is
30506                 .resources, not .resource.
30507
30508         2005-07-09  Bruno Haible  <bruno@clisp.org>
30509
30510                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
30511                 add a .dll suffix.
30512                 Reported by Mark Junker <mjscod@gmx.de>.
30513
30514         2006-07-22  Bruno Haible  <bruno@clisp.org>
30515
30516                 * modules/gettext: Upgrade to gettext-0.15.
30517                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
30518                 m4/visibility.m4.
30519                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
30520
30521 2006-07-22  Bruno Haible  <bruno@clisp.org>
30522
30523         Merge from GNU gettext 0.15.
30524
30525         2006-03-25  Bruno Haible  <bruno@clisp.org>
30526
30527                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
30528
30529         2006-07-21  Bruno Haible  <bruno@clisp.org>
30530
30531                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
30532                 "1.1".
30533
30534         2006-05-09  Bruno Haible  <bruno@clisp.org>
30535
30536                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
30537                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
30538                 for the conftestver execution.
30539
30540         2006-05-01  Bruno Haible  <bruno@clisp.org>
30541
30542                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
30543                 optional target-version argument. Verify that the compiler
30544                 groks source of the specified source-version, or add -source
30545                 option as necessary. Verify that the compiler produces
30546                 bytecode in the specified target-version, or add -target and
30547                 -source options as necessary. Make the result of the test
30548                 available as variable CONF_JAVAC. Also log error output in
30549                 config.log.
30550
30551         2006-03-11  Bruno Haible  <bruno@clisp.org>
30552
30553                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
30554
30555         2006-05-09  Bruno Haible  <bruno@clisp.org>
30556
30557                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
30558                 CLASSPATH_SEPARATOR to a semicolon.
30559
30560         2006-03-12  Bruno Haible  <bruno@clisp.org>
30561
30562                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
30563                 available as variable CONF_JAVA, for subsequent autoconf
30564                 tests. Also log error output in config.log.
30565
30566         2006-07-19  Bruno Haible  <bruno@clisp.org>
30567
30568                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
30569                 that getline works on glibc2 systems. Needed to avoid trouble
30570                 in relocatable.c.
30571                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
30572
30573         2005-12-04  Bruno Haible  <bruno@clisp.org>
30574
30575                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
30576                 launcher (untested).
30577
30578         2005-12-04  Bruno Haible  <bruno@clisp.org>
30579
30580                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
30581
30582         2006-07-22  Bruno Haible  <bruno@clisp.org>
30583
30584                 * gettext.m4: Update from GNU gettext-0.15.
30585                 * nls.m4: Likewise.
30586                 * po.m4: Likewise.
30587                 * inttypes-pri.m4: Likewise.
30588                 * inttypes-h.m4: Renamed from inttypes.m4.
30589                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
30590
30591 2006-07-22  Bruno Haible  <bruno@clisp.org>
30592
30593         Merge from GNU gettext 0.15.
30594
30595         2005-07-05  Bruno Haible  <bruno@clisp.org>
30596
30597                 * printf-args.c (printf_fetchargs): Work around broken
30598                 definition of wint_t on mingw.
30599
30600         2005-02-12  Bruno Haible  <bruno@clisp.org>
30601
30602                 * xallocsa.h: Add extern "C" for C++.
30603
30604         2006-05-17  Bruno Haible  <bruno@clisp.org>
30605
30606                 Cygwin portability.
30607                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
30608
30609         2006-04-30  Bruno Haible  <bruno@clisp.org>
30610
30611                 * progreloc.c: Include <mach-o/dyld.h> if available.
30612                 (find_executable): Use _NSGetExecutablePath when possible.
30613
30614         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
30615
30616                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
30617                 function.
30618
30619         2005-12-29  Bruno Haible  <bruno@clisp.org>
30620
30621                 * progreloc.c (set_program_name_and_installdir): Fix
30622                 compilation error.
30623
30624         2005-12-04  Bruno Haible  <bruno@clisp.org>
30625
30626                 Cygwin portability.
30627                 * progreloc.c: Include <windows.h> also on Cygwin.
30628                 (find_executable): Add support for Cygwin.
30629                 (set_program_name_and_installdir): Handle also platforms with
30630                 nonempty EXEEXT.
30631
30632         2006-07-11  Bruno Haible  <bruno@clisp.org>
30633
30634                 * javacomp.c: Fix a comment.
30635                 Reported by Jim Meyering.
30636
30637         2006-04-30  Bruno Haible  <bruno@clisp.org>
30638
30639                 * javacomp.h (compile_java_class): Add source_version,
30640                 target_version arguments.
30641                 * javacomp.c: Rewritten to choose only a compiler that
30642                 respects the specified source_version and target_version.
30643
30644         2006-06-27  Bruno Haible  <bruno@clisp.org>
30645
30646                 Assume correct S_ISDIR macro.
30647                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
30648
30649         2006-07-22  Bruno Haible  <bruno@clisp.org>
30650
30651                 * javaversion.h: New file, from GNU gettext.
30652                 * javaversion.c: New file, from GNU gettext.
30653                 * javaversion.java: New file, from GNU gettext.
30654                 * javaversion.class: New file, from GNU gettext.
30655
30656         2006-05-17  Bruno Haible  <bruno@clisp.org>
30657
30658                 Cygwin portability.
30659                 * javaexec.c (execute_java_class): Test for jview program
30660                 also on Cygwin.
30661
30662         2006-04-09  Bruno Haible  <bruno@clisp.org>
30663
30664                 * fatal-signal.c: Don't include string.h.
30665                 (at_fatal_signal): Use a copying loop instead of memcpy.
30666
30667         2005-12-04  Bruno Haible  <bruno@clisp.org>
30668
30669                 * csharpexec.c: Add support for 'clix' launcher (untested).
30670                 (execute_csharp_using_sscli): New function.
30671                 (execute_csharp_program): Call it.
30672
30673         2006-06-21  Bruno Haible  <bruno@clisp.org>
30674
30675                 Avoid warnings from recent versions of mcs.
30676                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
30677                 -o, -L, -r any more. Use options documented since mcs-1.0
30678                 instead. Similarly for -g.
30679
30680         2005-07-09  Bruno Haible  <bruno@clisp.org>
30681
30682                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
30683                 add a .dll suffix.
30684                 Reported by Mark Junker <mjscod@gmx.de>.
30685
30686         2006-06-17  Bruno Haible  <bruno@clisp.org>
30687
30688                 * config.charset: Update for NetBSD 3.0.
30689
30690         2006-05-17  Bruno Haible  <bruno@clisp.org>
30691
30692                 Cygwin portability.
30693                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
30694
30695         2006-05-16  Bruno Haible  <bruno@clisp.org>
30696
30697                 * localcharset.c [CYGWIN]: Include <windows.h>.
30698                 (get_charset_aliases): For Cygwin, return the same CPxxx
30699                 aliases list as under WIN32.
30700                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
30701                 the environment variables. Fall back to GetACP().
30702
30703         2006-04-05  Bruno Haible  <bruno@clisp.org>
30704
30705                 * config.charset: Update Juan Manuel Guerrero's address.
30706
30707         2005-02-12  Bruno Haible  <bruno@clisp.org>
30708
30709                 * allocsa.h: Add extern "C" for C++.
30710
30711         2005-02-10  Bruno Haible  <bruno@clisp.org>
30712
30713                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
30714                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
30715
30716         2006-07-22  Bruno Haible  <bruno@clisp.org>
30717
30718                 * gettext.h: Update to GNU gettext-0.15.
30719
30720 2006-07-22  Bruno Haible  <bruno@clisp.org>
30721
30722         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
30723         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
30724         lib-prefix.m4, longdouble.m4, ssize_t.m4.
30725
30726 2006-07-21  Eric Blake  <ebb9@byu.net>
30727
30728         * modules/stdlib-safer: New file.
30729         * MODULES.html.sh (File stream based Input/Output): Add
30730         stdlib-safer.
30731
30732 2006-07-21  Eric Blake  <ebb9@byu.net>
30733
30734         * lib/stdlib-safer.h: New file from coreutils, required by
30735         stdlib--.h.
30736
30737 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
30738
30739         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
30740
30741 2006-07-20  Bruno Haible  <bruno@clisp.org>
30742
30743         * gnulib-tool: Recognize new option --assume-autoconf.
30744         (autoconf_minversion): New variable.
30745         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
30746
30747 2006-07-20  Bruno Haible  <bruno@clisp.org>
30748
30749         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
30750
30751 2006-07-19  Derek R. Price  <derek@ximbiot.com>
30752
30753         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
30754         Reindent and repaginate.
30755
30756 2006-07-19  Derek Price  <derek@ximbiot.com>
30757
30758         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
30759         Correct grammar.
30760
30761 2006-07-17  Bruno Haible  <bruno@clisp.org>
30762
30763         * modules/list: New file.
30764         * modules/array-list: New file.
30765         * modules/carray-list, modules/carray-list-tests: New files.
30766         * modules/linked-list, modules/linked-list-tests: New files.
30767         * modules/avltree-list, modules/avltree-list-tests: New files.
30768         * modules/rbtree-list, modules/rbtree-list-tests: New files.
30769         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
30770         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
30771         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
30772         * modules/oset: New file.
30773         * modules/array-oset: New file.
30774         * modules/avltree-oset, modules/avltree-oset-tests: New files.
30775         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
30776         * tests/test-carray_list.c: New file.
30777         * tests/test-linked_list.c: New file.
30778         * tests/test-avltree_list.c: New file.
30779         * tests/test-rbtree_list.c: New file.
30780         * tests/test-linkedhash_list.c: New file.
30781         * tests/test-avltreehash_list.c: New file.
30782         * tests/test-rbtreehash_list.c: New file.
30783         * tests/test-avltree_oset.c: New file.
30784         * tests/test-rbtree_oset.c: New file.
30785         * MODULES.html.sh (Container data structures): New section.
30786
30787 2006-07-17  Bruno Haible  <bruno@clisp.org>
30788
30789         * m4/gl_list.m4: New file.
30790
30791 2006-07-17  Bruno Haible  <bruno@clisp.org>
30792
30793         * lib/gl_list.h: New file.
30794         * lib/gl_list.c: New file.
30795         * lib/gl_array_list.h: New file.
30796         * lib/gl_array_list.c: New file.
30797         * lib/gl_carray_list.h: New file.
30798         * lib/gl_carray_list.c: New file.
30799         * lib/gl_linked_list.h: New file.
30800         * lib/gl_linked_list.c: New file.
30801         * lib/gl_anylinked_list1.h: New file.
30802         * lib/gl_anylinked_list2.h: New file.
30803         * lib/gl_avltree_list.h: New file.
30804         * lib/gl_avltree_list.c: New file.
30805         * lib/gl_anyavltree_list1.h: New file.
30806         * lib/gl_anyavltree_list2.h: New file.
30807         * lib/gl_rbtree_list.h: New file.
30808         * lib/gl_rbtree_list.c: New file.
30809         * lib/gl_anyrbtree_list1.h: New file.
30810         * lib/gl_anyrbtree_list2.h: New file.
30811         * lib/gl_anytree_list1.h: New file.
30812         * lib/gl_anytree_list2.h: New file.
30813         * lib/gl_linkedhash_list.h: New file.
30814         * lib/gl_linkedhash_list.c: New file.
30815         * lib/gl_anyhash_list1.h: New file.
30816         * lib/gl_anyhash_list2.h: New file.
30817         * lib/gl_avltreehash_list.h: New file.
30818         * lib/gl_avltreehash_list.c: New file.
30819         * lib/gl_rbtreehash_list.h: New file.
30820         * lib/gl_rbtreehash_list.c: New file.
30821         * lib/gl_anytreehash_list1.h: New file.
30822         * lib/gl_anytreehash_list2.h: New file.
30823
30824         * lib/gl_oset.h: New file.
30825         * lib/gl_oset.c: New file.
30826         * lib/gl_array_oset.h: New file.
30827         * lib/gl_array_oset.c: New file.
30828         * lib/gl_avltree_oset.h: New file.
30829         * lib/gl_avltree_oset.c: New file.
30830         * lib/gl_rbtree_oset.h: New file.
30831         * lib/gl_rbtree_oset.c: New file.
30832         * lib/gl_anytree_oset.h: New file.
30833
30834 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30835
30836         * m4/mkancesdirs.m4: New file.
30837         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
30838         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
30839         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
30840         it.
30841
30842 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30843
30844         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
30845         * lib/mkancesdirs.h: New files.
30846         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
30847         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
30848         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
30849         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
30850         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
30851         callers changed.  Revamp internals significantly, by not
30852         attempting to create directories that are temporarily more
30853         permissive than the final results.  Do not attempt to use
30854         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
30855         This removes some race conditions, fixes some bugs, and simplifies
30856         things.  Use new dirchownmod function to do owner and mode changes.
30857         * lib/mkdir-p.h: Likewise.
30858         * lib/modechange.c (octal_to_mode): New function.
30859         (struct mode_change): New member mentioned.
30860         (make_node_op_equals): New arg mentioned.  All callers changed.
30861         (mode_compile): Keep track of which mode bits the user has explicitly
30862         mentioned.
30863         (mode_adjust): New arg DIR, so that we implement the X op correctly.
30864         New arg PMODE_BITS, to keep track of which mode bits the user
30865         mentioned; it treats S_ISUID and S_ISGID speciall.
30866         All callers changed.
30867         * lib/modechange.h: Likewise.
30868
30869 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
30870
30871         * MODULES.html.sh: Add mkancestors.
30872         * modules/mkancesdirs: New module.
30873         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
30874         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
30875         The chdir-safer and afs files are now orphans; I'll remove them
30876         unless someone speaks up.
30877         Add lib/dirchownmod.c, lib/dirchownmod.h.
30878         (Depends-on): Remove alloca, chown, save-cwd, dirname.
30879         Add lchown, mkancesdirs.
30880         (Maintainer): Add self.
30881
30882 2006-07-15  Karl Berry  <karl@gnu.org>
30883
30884         * gnulib-tool: help message wording/arrangement.
30885
30886 2006-07-14  Simon Josefsson  <jas@extundo.com>
30887
30888         * doc/gnulib.texi (Libtool and Windows): New section.
30889
30890 2006-07-12  Simon Josefsson  <jas@extundo.com>
30891
30892         * modules/gendocs (License): Fix license, approved by Karl.
30893
30894 2006-07-12  Eric Blake  <ebb9@byu.net>
30895
30896         * MODULES.html.sh: Add gendocs.
30897
30898 2006-07-11  Eric Blake  <ebb9@byu.net>
30899
30900         * modules/fdl: New module, to install doc/fdl.texi.
30901         * MODULES.html.sh: Add new section for documentation modules.
30902         * gnulib-tool: Avoid space-tab.
30903         (--doc-base): New option, to manage files from doc.
30904
30905 2006-07-11  Eric Blake  <ebb9@byu.net>
30906
30907         * m4/absolute-header.m4: Fix comments to match recent change.
30908
30909 2006-07-11  Eric Blake  <ebb9@byu.net>
30910
30911         * gnulib-tool: List --doc-base before --tests-base.
30912
30913 2006-07-11  Derek R. Price  <derek@ximbiot.com>
30914
30915         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
30916
30917 2006-07-11  Bruno Haible  <bruno@clisp.org>
30918
30919         * README: Mention where to put documentation.
30920
30921 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30922
30923         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
30924
30925 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30926
30927         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
30928         to stdint.m4.
30929
30930 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
30931
30932         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
30933         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
30934         "no/such/file/stdint.h" when there is no such file, so that
30935         the resulting C code can be parsed by dodgy compilers.
30936         Problems reported by Bob Proulx.
30937
30938 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30939
30940         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
30941         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30942         macros into the GNU _D_EXACT_NAMLEN.
30943         * lib/savedir.c:  Likewise.
30944         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
30945
30946 2006-07-10  Derek R. Price  <derek@ximbiot.com>
30947         and Paul Eggert  <eggert@cs.ucla.edu>
30948
30949         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
30950         * m4/savedir.m4:
30951         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
30952         macros into the GNU _D_EXACT_NAMLEN.
30953
30954 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30955
30956         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
30957         around the absolute name, to work around a problem with the HP-UX
30958         11.23 native C compiler, reported by Bob Proulx.
30959
30960 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30961
30962         * doc/maintain.texi, make-stds.texi: Sync from
30963         <http://savannah.gnu.org/projects/gnustandards>.
30964
30965 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
30966
30967         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
30968
30969 2006-07-09  Jim Meyering  <jim@meyering.net>
30970
30971         * m4/glob.m4: Remove a doubled word in a comment.
30972
30973 2006-07-09  Jim Meyering  <jim@meyering.net>
30974
30975         * lib/argp-pv.c: Remove a doubled word in a comment.
30976         * lib/check-version.c (check_version): Likewise.
30977         * lib/javacomp.c (compile_java_class): Likewise.
30978
30979 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
30980
30981         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
30982         for the benefit of people using Autoconf 2.60.  If you want to
30983         support older Autoconf versions you can copy m4/onceonly_2_57.m4
30984         (or m4/onceonly.m4, if pre-2.57) manually.
30985
30986 2006-07-08  Jim Meyering  <jim@meyering.net>
30987
30988         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
30989         comment.
30990         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
30991         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
30992         comment.
30993
30994 2006-07-08  Jim Meyering  <jim@meyering.net>
30995
30996         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
30997
30998 2006-07-07  Simon Josefsson  <jas@extundo.com>
30999
31000         * tests/test-crc.c: Change expected crc value, the test vector
31001         were probably computed using the old broken crc.c?
31002
31003 2006-07-06  Simon Josefsson  <jas@extundo.com>
31004
31005         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
31006         now the canonical place for the M4 file).
31007
31008         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
31009         from the sys_socket dependency now.
31010
31011         * modules/inet_pton (Files): Ditto.
31012
31013         * modules/inet_ntop (Files): Ditto.
31014
31015 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
31016
31017         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
31018         not gl_PREREQ_GETUSERSHELL.
31019
31020 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31021
31022         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
31023         with only one argument, for Autoconf 2.60.
31024         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
31025         expand to nothing, so add a shell command to avoid syntax error.
31026         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
31027
31028 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31029
31030         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
31031
31032 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31033
31034         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
31035         no longer needed.  Check for isblank decl.
31036         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
31037         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
31038         of existence.
31039
31040 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31041
31042         * lib/getloadavg.c: Use __VMS, not VMS.
31043         * lib/getopt.c: Likewise.
31044         * lib/getpagesize.h: Likewise.
31045         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
31046         and probably does not work.
31047
31048 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
31049
31050         * lib/.cppi-disable: Add wcwidth.
31051         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
31052         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
31053         (ISGRAPH): Remove.  All uses changed to isgraph.
31054         (FOLD) [!defined _LIBC]: Remove special case.
31055         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
31056         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
31057         HAVE_ISBLANK.
31058         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
31059         case.
31060
31061 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31062
31063         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
31064         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
31065         brackets.  Other minor changes to suppress some compiler
31066         warnings.
31067
31068 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31069         and Paul Eggert  <eggert@cs.ucla.edu>
31070
31071         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
31072         of invoking obsolescent AC_HEADER_DIRENT macro.
31073         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
31074         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
31075         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
31076         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
31077         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
31078         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31079         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
31080         * m4/readdir.m4: Remove; no longer needed.
31081
31082 2006-07-06  Derek R. Price  <derek@ximbiot.com>
31083         and Paul Eggert  <eggert@cs.ucla.edu>
31084
31085         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
31086         Don't worry about this obsolete case any more.
31087         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
31088         directories.
31089         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
31090         worry about this obsolete case any more.
31091         * lib/fts.c: Likewise.
31092         * lib/getcwd.c: Likewise.
31093         * lib/glob.h: Likewise.
31094         * lib/savedir.c: Likewise.
31095
31096 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31097
31098         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
31099         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
31100         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
31101         needed.
31102         All uses removed.
31103         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31104         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31105         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
31106         needed.
31107         * m4/getdate.m4 (gl_GETDATE): Likewise.
31108         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31109         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31110         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31111         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31112         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
31113         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31114         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
31115         needed.
31116
31117 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
31118
31119         * lib/memcasecmp.c: Include <limits.h>.
31120         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
31121         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
31122         Don't assume isdigit succeeds only on '0' through '9'.
31123
31124 2006-07-05  Eric Blake  <ebb9@byu.net>
31125
31126         * modules/getaddrinfo (Depends-on): Add snprintf.
31127
31128 2006-07-05  Eric Blake  <ebb9@byu.net>
31129
31130         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
31131         to avoid 'header present but could not be compiled' on cygwin.
31132
31133 2006-07-05  Eric Blake  <ebb9@byu.net>
31134
31135         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
31136         missing from netdb.h.
31137         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
31138
31139 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31140
31141         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
31142         no longer needed.
31143         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
31144         * m4/getdate.m4 (gl_GETDATE): Likewise.
31145         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
31146         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
31147         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
31148         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
31149         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
31150
31151 2006-07-05  Derek R. Price  <derek@ximbiot.com>
31152
31153         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
31154         All uses of is_space replaced by isspace.
31155         * lib/exit.h: Don't talk about STDC_HEADERS.
31156         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
31157         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
31158         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
31159         replaced by isprint etc.
31160         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
31161         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31162         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
31163         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
31164         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
31165         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
31166
31167 2006-07-05  Bruno Haible  <bruno@clisp.org>
31168
31169         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
31170         the function exists, before testing against AIX.
31171         Reported by Martin Lambers <marlam@marlam.de>.
31172
31173 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31174
31175         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
31176         From Mark D. Baushke.
31177
31178 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
31179
31180         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
31181         to the absolute name, not just one, to bypass Sun C 5.8's
31182         "warning: #include of /usr/include/... may be non-portable".
31183
31184 2006-07-04  Eric Blake  <ebb9@byu.net>
31185
31186         * modules/dirname-tests: New test module.
31187         * tests/test-dirname.c: New file, replacing dirname.c
31188         TEST_DIRNAME section that was recently deleted.
31189
31190 2006-07-04  Bruno Haible  <bruno@clisp.org>
31191
31192         Assume ANSI C header files and <ctype.h> functions.
31193         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
31194         (mbsnwidth): Use isprint, iscntrl instead.
31195
31196 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31197
31198         Merge from coreutils.
31199         * MODULES.html.sh: Add xstrtold.
31200         * modules/xstrtold: New file.
31201         * modules/cycle-check (Files): Add lib/same-inode.h.
31202         * modules/dirname (Files): Add m4/double-slash-root.m4.
31203         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
31204         * modules/mkdir-p (Files): Add lib/same-inode.h.
31205         * modules/same (Files): Add lib/same-inode.h.
31206
31207 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31208
31209         * m4/absolute-header.m4: Renamed from full-header-path.m4.
31210         This is to keep the terminology clean; POSIX talks about
31211         "absolute pathnames", not "full pathnames", but the GNU
31212         Coding Standards say to use "path" for something else;
31213         so use "absolute" to keep both sides happy.
31214         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
31215         Set gl_absolute_header, not gl_full_header_path.
31216         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
31217         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
31218         All uses changed.
31219
31220         Merge from coreutils.
31221
31222         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31223
31224         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
31225         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
31226         want to require the building of c-strtod.o.
31227         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
31228         needs -lm directly.
31229         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
31230
31231         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31232
31233         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
31234         --as-needed option if available.  Problem reported by Albert Chin in
31235         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
31236         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
31237         cc merely issues a bunch of annoying warnings for --as-needed
31238         (this problem was reported by Bob Proulx).  Also, try linking with
31239         -lm to detect a bug in binutils 2.16 (this problem was reported
31240         by Ralf Wildenhues).
31241
31242         2006-06-18  Jim Meyering  <jim@meyering.net>
31243
31244         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
31245         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
31246         macro.
31247         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
31248         also check for glibc-2.4's abort-inducing bug.
31249
31250         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
31251         Low-probability clean-up should be to use rmdir to get rid of
31252         the just-created directory, not unlink.
31253
31254         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
31255         configure fail, and request a bug report to inform us about it.
31256         Add a comment that, barring reports to the contrary, in 2007 we'll
31257         assume ftruncate is universally available.
31258
31259         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31260
31261         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
31262
31263         2006-03-12  Jim Meyering  <jim@meyering.net>
31264
31265         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
31266         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
31267         * m4/same.m4 (gl_SAME): Likewise.
31268         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
31269
31270         2006-03-11  Eric Blake  <ebb9@byu.net>
31271
31272         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
31273         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
31274         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
31275         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
31276
31277 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
31278
31279         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
31280         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
31281         reported by Mark D. Baushke, one in
31282         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
31283
31284         Merge from coreutils.
31285
31286         * lib/.cppi-disable: Add stdint_.h.
31287         * lib/.cvsignore: Add stdint.h.
31288
31289         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
31290
31291         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
31292         both double and long double versions.
31293         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
31294         * lib/xstrtold.c: New file.
31295         * lib/xstrtod.h (xstrtold): New decl.
31296
31297         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
31298
31299         * lib/filemode.c (setst): Remove.
31300         (strmode): Rewrite to avoid setst.  This makes the code shorter,
31301         (arguably) clearer, and the generated code is a bit smaller on my
31302         Debian GNU/Linux stable x86 host.
31303
31304         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
31305
31306         * lib/filemode.c: Include "filemode.h" first, to test the interface.
31307         Assume that filemode.h includes sys/types.h and sys/stat.h.
31308         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
31309         (ftypelet): Reorder to put common cases first, for efficiency.
31310         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
31311         to do 'M'.
31312         (strmode): Renamed from mode_string, and now stores 12 bytes instead
31313         of 10, for compatibility with FreeBSD.  All callers changed.
31314         (filemodestring): Now stores 12 bytes instead of 10, and sets file
31315         types that can't be deduced solely from st_mode.  First arg is now a
31316         const pointer.
31317         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
31318         (strmode): Renamed from mode_string.
31319         (filemodestring): New decl.
31320         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
31321         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
31322         needed.
31323         (S_ISPORT, S_ISWHT): New macros, if not already defined.
31324
31325         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
31326
31327         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
31328         fsusage.h now does that.  Include fsusage.h first, to test interface.
31329         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
31330         at most one method (the old code could have generated decls that
31331         didn't conform to C89, not that this was ever exercised).
31332         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
31333
31334         2006-03-19  Jim Meyering  <jim@meyering.net>
31335
31336         Work even in a chroot where d_ino values for entries in "/"
31337         don't match the stat.st_ino values for the same names.
31338         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
31339         number, iterate through all entries again, using lstat instead.
31340         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
31341         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
31342
31343         * lib/getcwd.c (__getcwd): Clarify a comment.
31344         Use memcpy in place of a call to strcpy.
31345
31346         2006-03-12  Jim Meyering  <jim@meyering.net>
31347
31348         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
31349         matches that of the current directory (which we're about to chdir ".."
31350         out of), then save the dev-ino of the parent, instead.
31351
31352         * lib/same-inode.h (SAME_INODE): New file/macro.
31353         * lib/chdir-safer.c (SAME_INODE): Remove definition.
31354         Include "same-inode.h", instead.
31355         * lib/same.c: Likewise.
31356         * lib/cycle-check.h: Include "same-inode.h".
31357         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
31358         * lib/cycle-check.c (SAME_INODE): Remove definition.
31359         * lib/root-dev-ino.h: Include "same-inode.h".
31360
31361         2006-03-11  Eric Blake  <ebb9@byu.net>
31362
31363         * lib/same.c (same_name): s/base_name/last_component/
31364         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
31365         * lib/filenamecat.c (file_name_concat): Likewise.
31366
31367         2006-03-11  Eric Blake  <ebb9@byu.net>,
31368                     Paul Eggert  <eggert@cs.ucla.edu>
31369
31370         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
31371         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
31372         drive prefix.
31373         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
31374         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
31375         (last_component): New method.
31376         * lib/dirname.c (dir_len): Determine when drive letters need a
31377         subsequent slash.  Preserve // when it is special.
31378         (dir_name): Don't append dot when drive letter is absolute.
31379         [TEST_DIRNAME]: Move into a full-blown gnulib test.
31380         * lib/basename.c (base_name): New semantics - malloc the result.
31381         Preserve // when it is special.  Preserve relative files that look
31382         like drive letters.
31383         (base_len): Preserve // when it is special.
31384         (last_component): New method, similar to old base_name semantics.
31385         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
31386         base_name.  Strip redundant slashes from ///.
31387
31388 2006-07-03  Jim Meyering  <jim@meyering.net>
31389
31390         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
31391         macro is used before the first cycle_check call.
31392
31393 2006-07-03  Eric Blake  <ebb9@byu.net>
31394
31395         * modules/dirname (Depends-on): Add xstrndup.
31396
31397 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31398
31399         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
31400         test cases, so that config.log is a bit easier to follow.
31401
31402 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
31403
31404         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
31405         both are 64 bits, since this seems to be the tradition, and this
31406         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
31407         we ever run into a host that prefers long long to long in this
31408         case, we'll need another configure-time test.  Problem reported by
31409         Jim Meyering.
31410
31411 2006-07-02  Eric Blake  <ebb9@byu.net>
31412
31413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
31414
31415 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31416
31417         * modules/inttypes (Depends-on): No longer depends on stdint.
31418         * modules/stdint (Description): Say more about assumptions.
31419         Say that the fast types might differ.  Say macros are used.
31420         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
31421         (Makefile.am): Revise list of substituted symbols to match
31422         new stdint.m4.
31423         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
31424         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
31425         * tests/test-stdint.c (verify_same_types)
31426         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
31427         the code conforms to C99/C89.
31428         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
31429         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
31430
31431 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31432
31433         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
31434         but fix a bug, by requiring at least 64 bits.
31435         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31436         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
31437         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
31438         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
31439
31440         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
31441         changes.  Make 2.59 a prerequisite.  Check and substitute for
31442         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
31443         inttypes.h.  Do not use special include files; just use the
31444         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
31445         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
31446         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
31447         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
31448         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
31449         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
31450         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
31451         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
31452         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
31453         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
31454         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
31455         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
31456         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
31457         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
31458         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
31459         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
31460         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
31461         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
31462         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
31463         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
31464         WINT_MAX.  Check for C99 conformance more strictly, by detecting
31465         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
31466         not check for things that C99 does not require, e.g., int8_t.  If
31467         a test isn't needed unless <stdint.h> isn't working, and is
31468         unlikely to be needed for any other reason, then don't do it
31469         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
31470         size_t, since we assume C89 freestanding at least.  Do not check
31471         for sig_atomic_t, wchar_t, or wint_t, since the code now does
31472         the right thing even if the types are not defined.  Instead use:
31473         (gl_STDINT_TYPE_PROPERTIES): New macro.
31474         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
31475         testing whether <sys/types.h> clashes, as Autoconf does this for
31476         us now.  All uses removed.
31477         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
31478         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
31479         (gl_CHECK_TYPE_SAME):
31480         Remove; no longer needed.
31481         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
31482         exists, since we'll return 0 anyway in that case.
31483         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
31484
31485 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
31486
31487         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
31488         possible collision with system files.
31489         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
31490         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
31491         WCHAR_MIN and WCHAR_MAX in this case.
31492         (<stddef.h>): Do not include; no longer needed.
31493         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
31494         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
31495         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
31496         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
31497         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
31498         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
31499         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
31500         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
31501         !defined(__c99))]: Include in this case too, since it's harmless
31502         now.
31503         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
31504         dangerous to do so.
31505         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
31506         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
31507         (_STDINT_MIN, _STDINT_MAX): New macros.
31508         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
31509         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
31510         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
31511         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
31512         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
31513         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
31514         macros, not typedefs; this simplifies things quite a bit.
31515         Use long int for all types narrower than int64_t.
31516         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
31517         Define in terms of long long int or int64_t or long int,
31518         not int64_t or int32_t.  This saves some compile-time testing.
31519         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
31520         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
31521         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
31522         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
31523         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
31524         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
31525         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
31526         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
31527         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
31528         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
31529         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31530         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31531         undef any previous version and define our own version, for
31532         simplicity and consistency with the new macros for types.
31533         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
31534         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
31535         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
31536         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
31537         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
31538         @WINT_T_SUFFIX@ to keep things simple here.
31539         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
31540         Simplify by assuming typical 8/16/32/64 host, since we're
31541         already doing that elsewhere anyway.
31542         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
31543         and assume long long int is 64 bits if available.  This
31544         speeds up 'configure'.
31545
31546 2006-07-01  Eric Blake  <ebb9@byu.net>
31547
31548         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
31549         Reported by Andreas Buening.
31550
31551 2006-07-01  Eric Blake  <ebb9@byu.net>
31552
31553         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
31554
31555 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
31556
31557         * lib/getaddrinfo.c: fixed typo
31558
31559 2006-06-29  Jim Meyering  <jim@meyering.net>
31560
31561         * modules/strftime (Maintainer): Add my name, since with the
31562         FPRINTFTIME changes strftime.c has forked from glibc.
31563
31564 2006-06-29  Eric Blake  <ebb9@byu.net>
31565
31566         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
31567
31568 2006-06-29  Eric Blake  <ebb9@byu.net>
31569
31570         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
31571
31572 2006-06-29  Eric Blake  <ebb9@byu.net>
31573
31574         * lib/stat_.h: New file.
31575
31576 2006-06-29  Eric Blake  <ebb9@byu.net>
31577
31578         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
31579         unused static function.
31580
31581 2006-06-29  Eric Blake  <ebb9@byu.net>
31582
31583         * doc/functions.texi (Function Portability): Document missing lstat
31584         on mingw.
31585
31586 2006-06-29  Eric Blake  <ebb9@byu.net>
31587
31588         * MODULES.html.sh: Add sys_stat.
31589         * modules/sys_stat: New module.
31590         * modules/mkstemp (Depends-on): Add sys_stat.
31591
31592 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31593
31594         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
31595
31596 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31597
31598         * m4/c-bs-a.m4: Removed.
31599
31600 2006-06-29  Derek R. Price  <derek@ximbiot.com>
31601
31602         * lib/strftime.c: Assume strftime() exists.
31603
31604 2006-06-29  Derek Price  <derek@ximbiot.com>
31605
31606         * modules/c-bs-a: Removed - \a is C89.
31607         * MODULES.html.sh: Remove c-bs-a.
31608
31609 2006-06-29  Bruno Haible  <bruno@clisp.org>
31610
31611         * modules/wcwidth (License): Change to LGPL.
31612
31613 2006-06-28  Simon Josefsson  <jas@extundo.com>
31614
31615         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
31616         on _WIN32.
31617
31618         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
31619         getnameinfo.
31620
31621 2006-06-28  Simon Josefsson  <jas@extundo.com>
31622
31623         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
31624
31625 2006-06-28  Simon Josefsson  <jas@extundo.com>
31626
31627         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
31628         functions there.  It will succeed on Windows XP, but on Windows
31629         2000 and (presumably) earlier, it will fail, and use the internal
31630         re-implementation.
31631         (use_win32_p): New function.
31632         (getaddrinfo): Use strtoul on servname, to support numeric ports.
31633         Support AI_NUMERICSERV to disable getservbyname.
31634         (getnameinfo): New function, only supports
31635         NI_NUMERICHOST|NI_NUMERICSERV for now.
31636
31637         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
31638         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
31639         getnameinfo.
31640
31641 2006-06-28  Eric Blake  <ebb9@byu.net>
31642
31643         * modules/wcwidth: New file.
31644         * modules/mbchar (Depends-on): Add wcwidth.
31645         * modules/mbswidth (Depends-on): Add wcwidth.
31646         * MODULES.html.sh: Add wcwidth.
31647
31648 2006-06-28  Eric Blake  <ebb9@byu.net>
31649
31650         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
31651         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
31652
31653 2006-06-28  Eric Blake  <ebb9@byu.net>
31654
31655         * lib/xvasprintf.h: Fix comments.
31656
31657 2006-06-28  Eric Blake  <ebb9@byu.net>
31658
31659         * lib/mbchar.h (wcwidth): Include wcwidth.h.
31660         * lib/mbswidth.c (wcwidth): Move from here...
31661         * lib/wcwidth.h: ...to this new file.
31662
31663 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31664
31665         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
31666
31667         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
31668         it's obsolete.
31669         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
31670
31671 2006-06-28  Derek R. Price  <derek@ximbiot.com>
31672
31673         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
31674         Autoconf 2.60 says this stuff was obsolete.
31675
31676 2006-06-28  Bruno Haible  <bruno@clisp.org>
31677
31678         * modules/wcwidth (Files): Add m4/wchar_t.m4.
31679
31680 2006-06-28  Bruno Haible  <bruno@clisp.org>
31681
31682         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
31683         gt_TYPE_WCHAR_T.
31684
31685 2006-06-28  Bruno Haible  <bruno@clisp.org>
31686
31687         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
31688         declaration for wcwidth.
31689         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
31690
31691 2006-06-28  Bruno Haible  <bruno@clisp.org>
31692
31693         * lib/mkdtemp.c [MINGW]: Include <io.h>.
31694         (mkdir): Define using _mkdir.
31695
31696 2006-06-28  Bruno Haible  <bruno@clisp.org>
31697
31698         * lib/getaddrinfo.h: Fix POSIX URL.
31699         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
31700         _WIN32.
31701         (use_win32_p): Make static.
31702         (getaddrinfo): Reject service name if it is empty or does not consist
31703         solely of decimal digits, or if its value is > 65535.
31704         (getnameinfo): Remove useless casts.
31705
31706 2006-06-27  Simon Josefsson  <jas@extundo.com>
31707
31708         * modules/sys_select: New file, suggested by Bruno Haible, Paul
31709         Eggert and Martin Lambers.
31710
31711 2006-06-27  Simon Josefsson  <jas@extundo.com>
31712
31713         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
31714         Eggert and Martin Lambers.
31715
31716 2006-06-27  Bruno Haible  <bruno@clisp.org>
31717
31718         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
31719         result to 0, not to empty.
31720         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
31721
31722 2006-06-27  Bruno Haible  <bruno@clisp.org>
31723
31724         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
31725
31726 2006-06-26  Simon Josefsson  <jas@extundo.com>
31727
31728         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
31729         present.
31730
31731 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
31732
31733         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
31734         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
31735         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
31736
31737 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
31738
31739         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
31740
31741 2006-06-26  Bruno Haible  <bruno@clisp.org>
31742
31743         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
31744
31745 2006-06-26  Bruno Haible  <bruno@clisp.org>
31746
31747         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
31748
31749 2006-06-26  Bruno Haible  <bruno@clisp.org>
31750
31751         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
31752         SGI C compiler in pre-C99 mode.
31753         Suggested by Mark D. Baushke and Larry Jones.
31754
31755 2006-06-26  Bruno Haible  <bruno@clisp.org>
31756
31757         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
31758         WCHAR_MAX.
31759         Reported by Mark D. Baushke and Larry Jones.
31760
31761 2006-06-26  Bruno Haible  <bruno@clisp.org>
31762
31763         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
31764         in pre-C99 mode.
31765         Suggested by Mark D. Baushke and Larry Jones.
31766
31767 2006-06-23  Simon Josefsson  <jas@extundo.com>
31768             Bruno Haible  <bruno@clisp.org>
31769
31770         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
31771         Emit mostlyclean-local rule.
31772         (func_emit_tests_Makefile_am): Likewise.
31773         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
31774
31775 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
31776
31777         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
31778
31779 2006-06-23  Bruno Haible  <bruno@clisp.org>
31780
31781         * tests/test-stdint.c: Update to match ISO C 99 Technical
31782         Corrigendum 1.
31783
31784 2006-06-23  Bruno Haible  <bruno@clisp.org>
31785
31786         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
31787
31788 2006-06-23  Bruno Haible  <bruno@clisp.org>
31789
31790         * lib/stdint_.h: Treat IRIX like OpenBSD.
31791
31792 2006-06-23  Bruno Haible  <bruno@clisp.org>
31793
31794         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
31795         ISO C 99 Technical Corrigendum 1.
31796
31797 2006-06-22  Simon Josefsson  <jas@extundo.com>
31798
31799         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
31800         MinGW.
31801
31802 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
31803
31804         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
31805         needed.  Some compiler complained about some of them.  Problem reported
31806         by Larry Jones in
31807         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
31808
31809 2006-06-21  Simon Josefsson  <jas@extundo.com>
31810
31811         * tests/test-getaddrinfo.c: New file.
31812
31813         * modules/getaddrinfo-tests: New file.
31814
31815         * MODULES.html.sh: Add inet_pton.
31816
31817         * modules/inet_pton: New file.
31818
31819 2006-06-21  Simon Josefsson  <jas@extundo.com>
31820
31821         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
31822         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
31823         of using the (limited) gnulib implementation on Windows XP.
31824
31825         * m4/inet_pton.m4: New file.
31826
31827 2006-06-21  Simon Josefsson  <jas@extundo.com>
31828
31829         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
31830         variable.
31831
31832         * lib/socket_.h: Don't define WINVER.
31833
31834         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
31835         slightly modified to work in gnulib.
31836
31837 2006-06-21  Simon Josefsson  <jas@extundo.com>
31838
31839         * doc/gnulib.texi (Windows sockets): Add.
31840
31841 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
31842
31843         * lib/read-file.c (fread_file): Start with buffer allocation of
31844         0 bytes rather than 1 byte; this simplifies the code.
31845         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
31846         code to free buffer and save/restore errno.
31847         (internal_read_file): Remove unused local.
31848
31849 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
31850
31851         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
31852         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
31853         Problem reported by Denis Excoffier in
31854         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
31855
31856 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31857
31858         * modules/sys_socket, modules/socklen: Include sys/types since
31859         FreeBSD 4.x's sys/socket.h needs it.
31860
31861 2006-06-19  Simon Josefsson  <jas@extundo.com>
31862
31863         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
31864
31865 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
31866
31867         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
31868
31869 2006-06-19  Bruno Haible  <bruno@clisp.org>
31870
31871         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
31872         and FULL_PATH_INTTYPES_H in angle brackets.
31873         Reported by Mark D. Baushke <mdb@gnu.org>.
31874
31875 2006-06-17  Eric Blake  <ebb9@byu.net>
31876
31877         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
31878         errno.
31879
31880 2006-06-17  Bruno Haible  <bruno@clisp.org>
31881
31882         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
31883         <sys/inttypes.h>.
31884
31885 2006-06-17  Bruno Haible  <bruno@clisp.org>
31886
31887         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
31888         whether errno is declared. Assume <errno.h> declares errno.
31889
31890 2006-06-17  Bruno Haible  <bruno@clisp.org>
31891
31892         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
31893
31894 2006-06-17  Bruno Haible  <bruno@clisp.org>
31895
31896         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
31897         problem on Solaris 2.5.1.
31898
31899 2006-06-16  Eric Blake  <ebb9@byu.net>
31900
31901         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
31902         * lib/unicodeio.c [!defined errno]: Likewise.
31903         * lib/strtol.c [!defined errno]: Likewise.
31904         * lib/strtod.c [!defined errno]: Likewise.
31905
31906 2006-06-15  Eric Blake  <ebb9@byu.net>
31907
31908         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
31909
31910 2006-06-15  Eric Blake  <ebb9@byu.net>
31911
31912         * config/srclist.txt (ssize_t.m4): Lose sync.
31913
31914 2006-06-15  Bruno Haible  <bruno@clisp.org>
31915
31916         * modules/stdint (Files): Include m4/full-header-path.m4,
31917         m4/size_max.m4, m4/wchar_t.m4.
31918         (Makefile.am): Many more substitutions.
31919         * modules/stdint-tests: New file.
31920         * tests/test-stdint.c: New file.
31921
31922 2006-06-15  Bruno Haible  <bruno@clisp.org>
31923
31924         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
31925         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
31926         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
31927         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
31928         gl_CHECK_TYPE_SAME): New macros.
31929
31930 2006-06-15  Bruno Haible  <bruno@clisp.org>
31931
31932         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
31933
31934 2006-06-15  Bruno Haible  <bruno@clisp.org>
31935
31936         * lib/stdint_.h: Rewritten to be fully auto-configured.
31937         Fixes bug on HP-UX/IA64.
31938
31939 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
31940
31941         * lib/getdate.y (__attribute__): Don't define if already defined.
31942         Problem reported by Larry Jones.
31943         * lib/utimens.c (__attribute__): Likewise.
31944
31945 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
31946
31947         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
31948         reported by Andreas Schwab.
31949
31950 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31951             Bruno Haible  <bruno@clisp.org>
31952
31953         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
31954         check for the declaration of strnlen and a run test that exposes the
31955         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
31956         rpl_strndup.
31957
31958 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31959             Bruno Haible  <bruno@clisp.org>
31960
31961         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
31962
31963 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31964
31965         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
31966         compile test, for Tru64 4.0D.
31967
31968 2006-05-28  Karl Berry  <karl@gnu.org>
31969
31970         * config/srclist.txt (printf-args.c): lose sync.
31971
31972 2006-05-26  Martin Lambers  <marlam@marlam.de>
31973
31974         * lib/getpass.c: Updates the test for the native W32 API, and adds
31975         missing includes, thus fixing compilation warnings.
31976
31977 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
31978
31979         * lib/exclude.c (exclude_fnmatch): New function.
31980         (excluded_file_name): Call exclude_fnmatch.
31981         * lib/exclude.h (excluded_file_name): New prototype
31982
31983 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
31984
31985         * lib/tempname.c (small_open, large_open): New macros.
31986         (__open, __open64) [!_LIBC]: Remove.
31987         (__gen_tempname): Use small_open and large_open instead of __open
31988         and __open64.  This fixes a portability bug on HP-UX 11.11i
31989         reported by Simon Wing-Tang in
31990         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
31991
31992 2006-05-24  Bruno Haible  <bruno@clisp.org>
31993
31994         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
31995         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
31996         Reported by Thorsten Maerz <torte@netztorte.de> via
31997         Aaron Stone <aaron@serendipity.cx>.
31998
31999 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32000
32001         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
32002         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
32003         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
32004         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
32005         not really conditional on the cache.
32006         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
32007
32008 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
32009
32010         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
32011         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
32012         (my_usleep): Don't mishandle maximum value.
32013
32014 2006-05-19  Jim Meyering  <jim@meyering.net>
32015
32016         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
32017
32018 2006-05-17  Bruno Haible  <bruno@clisp.org>
32019
32020         Cygwin portability.
32021         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
32022
32023 2006-05-17  Bruno Haible  <bruno@clisp.org>
32024
32025         * lib/stdint_.h: Fix recognition of Cygwin.
32026
32027 2006-05-15  Bruno Haible  <bruno@clisp.org>
32028
32029         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
32030         on libtool patch by Ralf Wildenhues.
32031
32032 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
32033
32034         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
32035         test for C99 conformance; (bool) 0.5 is an integer constant
32036         expression, but (bool) -0.5 is not.  Problem reported by Fedor
32037         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
32038
32039 2006-05-11  Simon Josefsson  <jas@extundo.com>
32040
32041         * m4/xvasprintf.m4: Fix obvious typo.
32042
32043 2006-05-11  Jim Meyering  <jim@meyering.net>
32044
32045         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
32046         James Lemley.
32047
32048 2006-05-10  Simon Josefsson  <jas@extundo.com>
32049
32050         * lib/md4.c: Typo fix, update copyright years.
32051         (K1, K2): Don't use L because it turn computations into 64-bit on
32052         64-bit platforms.
32053
32054 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
32055
32056         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
32057         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
32058         unwanted sign propagation, e.g., on hosts with 64-bit int.
32059         There still are some problems with reeelly weird theoretical hosts
32060         (e.g., 33-bit int) but it's not worth worrying about now.
32061         * lib/sha1.c (rol): Likewise.
32062         (K1, K2, K3, K4): Remove unnecessary L suffix.
32063
32064 2006-05-10  Bruno Haible  <bruno@clisp.org>
32065
32066         * lib/des.c: Cast to avoid warnings.
32067
32068 2006-05-09  Bruno Haible  <bruno@clisp.org>
32069
32070         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
32071         (Depends-on): Depend also on xsize, stdarg.
32072         (configure.ac): Add gl_XVASPRINTF.
32073
32074 2006-05-09  Bruno Haible  <bruno@clisp.org>
32075
32076         * m4/xvasprintf.m4: New file.
32077
32078 2006-05-09  Bruno Haible  <bruno@clisp.org>
32079
32080         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
32081         (EOVERFLOW): Define fallback value.
32082         (xstrcat): New function.
32083         (xvasprintf): Recognize the special case of a string concatenation.
32084
32085 2006-05-08  Eric Blake  <ebb9@byu.net>
32086
32087         * gnulib-tool (func_version): Base copyright year on CVS date.
32088         (func_emit_copyright_notice): New function.
32089         (func_emit_lib_Makefile_am): Use it.
32090         (func_emit_tests_Makefile_am): Likewise.
32091         (func_import): Likewise.
32092
32093 2006-05-08  Bruno Haible  <bruno@clisp.org>
32094
32095         * modules/stdarg: New file.
32096         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
32097
32098 2006-05-08  Bruno Haible  <bruno@clisp.org>
32099
32100         * m4/stdarg.m4: New file, from GNU gettext.
32101
32102 2006-05-08  Bruno Haible  <bruno@clisp.org>
32103
32104         * config/srclist.txt (build-aux/config.rpath): different from latest
32105         release.
32106
32107 2006-05-08  Bruno Haible  <bruno@clisp.org>
32108
32109         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
32110
32111 2006-05-05  Jim Meyering  <jim@meyering.net>
32112
32113         * m4/warning.m4: New file, derived from bison's file by the same name.
32114
32115 2006-05-03  Bruno Haible  <bruno@clisp.org>
32116
32117         * lib/stdint_.h: Shorter URL.
32118         * lib/inttypes.h: Likewise.
32119
32120 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32121
32122         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
32123
32124 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32125
32126         * lib/verify.h: Document the internals better.  Most of this change
32127         was written by Bruno Haible.
32128
32129 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
32130
32131         * doc/verify.texi: New file, partly based on a proposal by
32132         Bruno Haible.
32133
32134 2006-05-02  Bruno Haible  <bruno@clisp.org>
32135
32136         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
32137         test from here...
32138         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
32139
32140 2006-04-29  Bruno Haible  <bruno@clisp.org>
32141
32142         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
32143         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
32144
32145 2006-04-29  Bruno Haible  <bruno@clisp.org>
32146
32147         * gnulib-tool: Make --update option actually work.
32148
32149 2006-04-29  Bruno Haible  <bruno@clisp.org>
32150
32151         * doc/gcd.texi: New file.
32152         * doc/gnulib.texi: Include it.
32153
32154 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
32155
32156         * lib/getdate.y (get_date): When adding relative date, start with the
32157         initial time, not with the result of the first mktime call.
32158
32159 2006-04-25  Bruno Haible  <bruno@clisp.org>
32160
32161         * gnulib-tool (func_import): Output the include directives in three
32162         blocks, sorted separately.
32163         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32164
32165 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32166
32167         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
32168         to define main with arguments, for C++.  Reported by Eric Blake.
32169         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
32170         Prefer 'int main ()' to 'int main (void)', for C++.
32171         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
32172         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
32173         for 'main', for C99 and C++.
32174
32175 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
32176
32177         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
32178         Don't assume that exit status -1 is valid.
32179         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32180         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
32181         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
32182         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
32183         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
32184         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
32185         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
32186         functions can be used without declaring them, or that you can
32187         exit with status -1.
32188         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
32189
32190 2006-04-24  Karl Berry  <karl@gnu.org>
32191
32192         * config/srclist.txt (longdouble.m4): sync lost.
32193
32194 2006-04-24  Eric Blake  <ebb9@byu.net>
32195
32196         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
32197
32198 2006-04-24  Bruno Haible  <bruno@clisp.org>
32199
32200         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
32201         poll() implementation in AIX.
32202         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32203
32204 2006-04-24  Bruno Haible  <bruno@clisp.org>
32205
32206         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
32207         assigned exactly once.
32208
32209 2006-04-23  Claudio Fontana  <claudio@gnu.org>
32210             Bruno Haible  <bruno@clisp.org>
32211
32212         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
32213         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
32214         for AM_CPPFLAGS.
32215
32216 2006-04-23  Bruno Haible  <bruno@clisp.org>
32217
32218         * modules/copy-file: Depend on unistd.
32219         * modules/execute: Likewise.
32220         * modules/fatal-signal: Likewise.
32221         * modules/findprog: Likewise.
32222         * modules/mkdtemp : Likewise.
32223         * modules/pipe: Likewise.
32224         * modules/wait-process: Likewise.
32225
32226 2006-04-23  Bruno Haible  <bruno@clisp.org>
32227
32228         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
32229         condition was already detected.
32230         Reported by Ben Pfaff <blp@cs.stanford.edu>.
32231
32232 2006-04-23  Bruno Haible  <bruno@clisp.org>
32233
32234         * lib/copy-file.c: Include <unistd.h> unconditionally.
32235         * lib/execute.c: Likewise.
32236         * lib/fatal-signal.c: Likewise.
32237         * lib/findprog.c: Likewise.
32238         * lib/mkdtemp.c: Likewise.
32239         * lib/pipe.h: Likewise.
32240         * lib/pipe.c: Likewise.
32241         * lib/wait-process.h: Likewise.
32242
32243 2006-04-23  Bruno Haible  <bruno@clisp.org>
32244
32245         * gnulib-tool (func_usage): Fix --import description. Document
32246         --update.
32247         (func_import): Create temporary file in a temporary directory, if
32248         --dry-run is specified. Silence errors from 'grep' when there are no
32249         m4 files in $m4dir.
32250         (func_create_testdir): Silence errors from 'grep' when there are no
32251         m4 files in $m4dir.
32252         Reported by Karl Berry <karl@freefriends.org>.
32253
32254 2006-04-20  Bruno Haible  <bruno@clisp.org>
32255
32256         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
32257         one argument, so that the code will be portable to Autoconf 2.60.
32258         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
32259         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
32260         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
32261
32262 2006-04-19  Derek Price  <derek@ximbiot.com>
32263             Eric Blake  <ebb9@byu.net>
32264
32265         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
32266         rather than "/full/path.h".  Update comment to match.  Shorten &
32267         generalize m4_translit call via AS_TR_CPP.
32268
32269 2006-04-19  Derek Price  <derek@ximbiot.com>
32270             Eric Blake  <ebb9@byu.net>
32271
32272         * lib/inttypes.h: Correct grammar in comment.
32273
32274 2006-04-18  Derek Price  <derek@ximbiot.com>
32275             Paul Eggert  <eggert@cs.ucla.edu>
32276
32277         * modules/inttypes: New file.
32278         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
32279
32280 2006-04-18  Derek Price  <derek@ximbiot.com>
32281             Paul Eggert  <eggert@cs.ucla.edu>
32282
32283         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
32284         New files.
32285
32286 2006-04-18  Derek Price  <derek@ximbiot.com>
32287             Paul Eggert  <eggert@cs.ucla.edu>
32288
32289         * lib/inttypes.h: New file.
32290         * lib/strtoimax.c: Assume <inttypes.h>.
32291
32292 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
32293
32294         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
32295         isn't mounted.  Problem reported by Kir Kolyshkin.
32296
32297 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
32298
32299         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
32300         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
32301         Derek R. Price.
32302         * lib/regex.h (RE_DUP_MAX): Update comment to match current
32303         implementation.
32304
32305 2006-04-12  Eric Blake  <ebb9@byu.net>
32306
32307         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
32308         is now done automatically by the corresponding Autoconf macro.
32309
32310 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
32311
32312         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
32313         time_r.h.
32314
32315 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32316
32317         Merge regex changes from libc, removing some of our
32318         POSIX-conformance changes that were rejected and redoing them in a
32319         less-intrusive way.
32320
32321         * lib/regcomp.c (re_compile_internal, init_dfa):
32322         Length arg is now size_t, not Idx.  All uses changed.
32323         (peek_token): Forward decl now says internal_function.
32324         (__re_error_msgid, __re_error_msgid_idx):
32325         Now static rather than extern with attribute_hidden.
32326         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
32327         For some reason libc prefers K&R style defns for external functions.
32328         (regerror) [!defined _LIBC]: Likewise.
32329         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
32330         (seek_collating_symbol_entry, lookup_collation_sequence_value):
32331         (build_range_exp, build_collating_symbol):
32332         Use K&R-style defn.
32333         (re_compile_fastmap): Use '\0' to memset, not 0.
32334         (utf8_sb_map): Make the calculations more obvious.
32335         (init_dfa, parse_bracket_exp, build_charclass_op):
32336         Call calloc and cast result, as glibc does.
32337         (init_word_char, fetch_token, peek_token, peek_token_bracket):
32338         (build_range_exp, build_collating_symbol):
32339         Now internal functions.
32340
32341         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
32342
32343         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
32344         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
32345         Don't depend on VMS; depend on __VMS instead, for POSIX
32346         namespace cleanness.
32347         (regoff_t): Define to ssize_t, not long int.
32348
32349         Remove the REG_ macros named below.  Instead, make the old names
32350         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
32351         __USE_GNU_REGEX.
32352         (REG_BACKSLASH_ESCAPE_IN_LISTS):
32353         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
32354         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
32355         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
32356         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
32357         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
32358         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
32359         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
32360         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
32361         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
32362         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
32363         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
32364         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
32365         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
32366         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
32367         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
32368         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
32369         (REG_NREGS):
32370         Remove.  All uses replaced by the old RE_* names.
32371         (RE_BACKSLASH_ESCAPE_IN_LISTS):
32372         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
32373         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
32374         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
32375         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
32376         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
32377         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
32378         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
32379         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
32380         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
32381         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
32382         Don't bother having these macros be independent of each others'
32383         values, since they no longer exist in the POSIX name space.
32384
32385         Rename the following member names back to their old names,
32386         unless !__USE_GNU_REGEX.  All uses changed back.
32387         (buffer): Renamed from re_buffer.
32388         (allocated): Renamed from re_allocated.
32389         (used): Renamed from re_used.
32390         (syntax): Renamed from re_syntax.
32391         (fastmap): Renamed from re_fastmap.
32392         (translate): Renamed from re_translate.
32393         (can_be_null): Renamed from re_can_be_null.
32394         (regs_allocated): Renamed from re_regs_allocated.
32395         (fastmap_accurate): Renamed from re_fastmap_accurate.
32396         (no_sub): Renamed from re_no_sub.
32397         (not_bol): Renamed from re_not_bol.
32398         (not_eol): Renamed from re_not_eol.
32399         (newline_anchor): Renamed from re_newline_anchor.
32400         (num_regs): Renamed from rm_num_regs.
32401         (start): Renamed from rm_start.
32402         (end): Renamed from rm_end.
32403
32404         (free_state): Move up a bit.
32405
32406         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
32407         #define to be empty.
32408         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
32409         when that is what is intended.
32410         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
32411         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
32412         (MAX): New macro.
32413         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
32414         All uses changed back to re_malloc, etc.  It's now the caller's
32415         responsibility to check for overflow; all callers changed.
32416         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
32417         (re_x2nrealloc): Remove.
32418         (free_state): Remove decl.
32419
32420         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
32421         (re_set_registers, re_exec):
32422         Use K&R-style defn.
32423
32424         2006-01-31  Roland McGrath  <roland@redhat.com>
32425
32426         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
32427         Reported by Mike Frysinger <vapier@gentoo.org>.
32428
32429         2006-01-15  Andreas Jaeger  <aj@suse.de>
32430
32431         [BZ #1950]
32432         * lib/regex_internal.c (re_string_reconstruct): Adjust for
32433         build_wcs_upper_buffer change.
32434         (build_wcs_upper_buffer): Change return type.
32435
32436         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
32437
32438         * lib/regex_internal.h: Include <stdint.h> if available.
32439
32440         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
32441
32442         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
32443
32444         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
32445
32446         * lib/regcomp.c: Adjust for changed secondary hash function.
32447
32448         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
32449
32450         * lib/regex.h: Pretty printing.
32451         Clean up namespace a bit.
32452
32453         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
32454
32455         * lib/regexec.c (update_cur_sifted_state, check_arrival,
32456         check_arrival_add_next_nodes): Avoid using uninitialized variable.
32457
32458         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32459                     Ulrich Drepper  <drepper@redhat.com>
32460
32461         [BZ #1302]
32462         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
32463         changed.
32464         (bitset_word_t): Renamed from bitset_word.  All uses changed.
32465
32466         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
32467
32468         [BZ #281]
32469         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
32470         * lib/regcomp.c: Remove unnecessary uses of
32471         unsigned RE_TRANSLATE_TYPE.
32472         * lib/regex_internal.h: Likewise.
32473         * lib/regex_internal.c: Likewise.
32474         * lib/regexec.c: Likewise.
32475         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
32476
32477         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
32478
32479         * lib/regexec.c (find_recover_state): Remove unnecessary
32480         initialization.
32481         (transit_state_bkref): Make DFA a const pointer.
32482         (get_subexp): Likewise.
32483         (check_arrival): Likewise.
32484         (update_cur_sifted_state): Likewise.
32485         (re_search_internal): Likewise.
32486         (prune_impossible_nodes): Likewise.
32487         (acquire_init_state_context): Likewise.
32488         (proceed_next_node): Likewise.
32489         (set_regs): Likewise.
32490         (free_fail_stack_return): Likewise.
32491         (check_arrival_expand_ecl): Mark DFA parameter as const.
32492         (check_arrival_expand_ecl_sub): Likewise.
32493         (check_subexp_limits): Likewise.
32494         (sub_epsilon_src_nodes):  Likewise.
32495         (add_epsilon_src_nodes):  Likewise.
32496         (merge_state_array): Likewise.
32497         (update_regs): Likewise.
32498         (build_trtable): Likewise.
32499         (sift_states_backward): Mark MCTX parameter as const.
32500         (build_sifted_states): Likewise.
32501         (update_cur_sifted_state): Likewise.
32502         (sift_states_mkref): Likewise.
32503         (check_arrival_expand_ecl): Mark eclosure as const.
32504         (check_dst_limits_calc_pos_1): Likewise.
32505         * lib/regex_internal.h (re_match_context_t): Make dfa a const
32506         pointer.
32507
32508         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
32509
32510         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
32511         (transit_state_sb): Likewise.
32512         (transit_state_mb): Likewise.
32513         (sift_states_iter_mb): Likewise.
32514         (check_arrival_add_next_nodes): Likewise.
32515         (check_node_accept_bytes): Change first parameter to pointer-to-const.
32516         [_LIBC] (re_search_2_stub): Use mempcpy.
32517
32518         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
32519         mbrtowc for very simple UTF-8 case.
32520
32521         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
32522         a pointer-to-const.
32523         (re_acquire_state_context): Likewise.
32524         * lib/regex_internal.h: Adjust prototypes.
32525
32526         * lib/regex.c: Prevent using C++ compilers.
32527
32528         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
32529         (re_acquire_state_context): Likewise.
32530
32531 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32532
32533         * modules/regex (Depends-on): Add ssize_t.
32534
32535 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32536
32537         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
32538         translation table.
32539
32540 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
32541
32542         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
32543
32544 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
32545             Bruno Haible  <bruno@clisp.org>
32546
32547         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
32548         <sys/types.h> and <inttypes.h>.
32549
32550 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32551
32552         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
32553         `__error_t_defined', so argp.h will not typedef the former.
32554
32555 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
32556
32557         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
32558         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
32559         glibc names.  Even if glibc is changed to conform to POSIX, the
32560         traditional names will be available anyway, since regex depends on
32561         the extensions module.  Also, fix a longstanding typo in the
32562         implementation of Spencer ERE test #75 from grep 2.3.  Problems
32563         reported by Emanuele Giaquinta.  Also, change sense of cached
32564         variable, so that the message makes sense.
32565
32566 2006-03-24  Simon Josefsson  <jas@extundo.com>
32567
32568         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
32569         including some doc fixes.
32570         (base64_encode_alloc): Fix +1 bug on allocation failures.
32571
32572 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32573
32574         * lib/base64.c (base64_encode): Do not read past end of array with
32575         unsanitized input on systems with CHAR_BIT > 8.
32576
32577 2006-03-24  Eric Blake  <ebb9@byu.net>
32578
32579         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
32580
32581 2006-03-22  Karl Berry  <karl@gnu.org>
32582
32583         * config/srclist.txt (*setenv.[ch]): get from coreutils.
32584         * config/srclistvars.sh (COREUTILS): new var.
32585
32586 2006-03-17  Jim Meyering  <jim@meyering.net>
32587
32588         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
32589         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
32590
32591 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32592
32593         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
32594         no longer needs it.  Instead, check that regoff_t is as least
32595         as wide as ptrdiff_t.
32596
32597         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
32598         so that our regex.h stays compatible with the installed regex.
32599         This is helpful for installers who configure --without-included-regex.
32600         Problem reported by Emanuele Giaquinta.
32601
32602 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
32603
32604         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
32605         Typedef to long int, not to off_, as POSIX will likely change
32606         in that direction.
32607
32608 2006-03-15  Eric Blake  <ebb9@byu.net>
32609
32610         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
32611
32612 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32613
32614         * lib/argp-help.c (validate_uparams): Fix typo
32615         * lib/argp-parse.c (argp_default_options): Consistently begin help
32616         messages with a lowercase letter.
32617
32618 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
32619
32620         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
32621         overrun buffers and shouldn't be used (much as gets shouldn't be
32622         used).
32623         * lib/time_r.c (asctime_r, ctime_r): Likewise.
32624
32625 2006-03-08  Simon Josefsson  <jas@extundo.com>
32626
32627         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
32628         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32629
32630 2006-03-08  Simon Josefsson  <jas@extundo.com>
32631
32632         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
32633         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32634
32635 2006-03-08  Simon Josefsson  <jas@extundo.com>
32636
32637         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
32638         signal that configure disabled the device.
32639
32640 2006-03-08  Simon Josefsson  <jas@extundo.com>
32641
32642         * build-aux/maint.mk: Fix refresh-po, to handle no translated
32643         languages.
32644
32645 2006-03-07  Simon Josefsson  <jas@extundo.com>
32646
32647         * modules/getopt (Depends-on): Add unistd.
32648
32649         * modules/unistd: New file.
32650
32651 2006-03-07  Simon Josefsson  <jas@extundo.com>
32652
32653         * modules/gc-random: New file.
32654
32655 2006-03-07  Simon Josefsson  <jas@extundo.com>
32656
32657         * m4/unistd_h.m4: New file.
32658
32659 2006-03-07  Simon Josefsson  <jas@extundo.com>
32660
32661         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
32662         test to be side-effect free by storing the result in the cache
32663         variable gl_cv_lib_readline, and moving the assignment of
32664         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
32665         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
32666
32667 2006-03-07  Simon Josefsson  <jas@extundo.com>
32668
32669         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
32670         error on missing devices (the functions will return an error).
32671
32672         * m4/gc.m4: Move random stuff to gc-random.m4
32673
32674 2006-03-07  Simon Josefsson  <jas@extundo.com>
32675
32676         * lib/unistd_.h: New file.
32677
32678 2006-03-07  Simon Josefsson  <jas@extundo.com>
32679
32680         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
32681
32682 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32683
32684         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
32685         Problem reported by Juan Manuel Guerrero.
32686
32687 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32688
32689         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
32690         the unistd module.
32691         * lib/getlogin_r.c: Likewise.
32692         * lib/getlogin_r.h: Likewise.
32693         * lib/glob.c: Likewise.
32694         * lib/pagealign_alloc.c: Likewise.
32695         * lib/unistd_.h: Remove; no longer needed.
32696
32697 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
32698
32699         * MODULES.html.sh (Support for systems lacking POSIX:2001):
32700         Add unistd.
32701         * modules/c-stack (Depends-on): Add unistd.
32702         * modules/getlogin_r: Likewise.
32703         * modules/glob: Likewise.
32704         * modules/pagealign_alloc: Likewise.
32705         * modules/unistd (Files): Remove lib/unistd_.h.
32706         (EXTRA_DIST): Remove.
32707         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
32708         need unistd_.h.
32709         (MOSTLYCLEANFILES): Remove unistd.h-t.
32710
32711 2006-03-03  Simon Josefsson  <jas@extundo.com>
32712
32713         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
32714
32715 2006-03-03  Simon Josefsson  <jas@extundo.com>
32716
32717         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
32718         libidn and bison.
32719
32720 2006-03-03  Simon Josefsson  <jas@extundo.com>
32721
32722         * build-aux/maint.mk: Add indent target.
32723
32724 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
32725
32726         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
32727         our replacement poll.h in any case, to avoid a differing
32728         declaration from a system header.  Seen on AIX.
32729
32730 2006-03-01  Simon Josefsson  <jas@extundo.com>
32731
32732         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
32733         <kasal@ucw.cz>.
32734
32735 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32736
32737         * modules/gettime (Depends-on): Add extensions module.
32738         * modules/nanosleep (Depends-on): Likewise.
32739         * modules/settime (Depends-on): Likewise.
32740
32741 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
32742
32743         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
32744         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
32745         pedantically.
32746         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
32747         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
32748
32749         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
32750         not "==".  Reported by Ralf Wildenhues.
32751
32752 2006-03-01  Karl Berry  <karl@gnu.org>
32753
32754         * doc/Copyright/request-*: new files, synced from gnuorg.
32755
32756 2006-03-01  Karl Berry  <karl@gnu.org>
32757
32758         * config/srclist.txt (Copyright/*): new entries.
32759
32760 2006-02-28  Simon Josefsson  <jas@extundo.com>
32761
32762         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
32763
32764 2006-02-27  Simon Josefsson  <jas@extundo.com>
32765
32766         * lib/base64.h: Indent #define's.  From Jim Meyering
32767         <jim@meyering.net>.
32768
32769 2006-02-27  Jim Meyering  <jim@meyering.net>
32770
32771         Revert the change of 2006-02-24, so these files can continue
32772         to be sync'd from gettext.
32773         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
32774         of `config.h'.
32775
32776 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32777
32778         * modules/intprops: New file.
32779         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
32780         Add intprops.
32781         * modules/getloadavg (Files): Remove lib/intprops.h.
32782         (Depends-on): Add intprops.
32783         * modules/human: Likewise.
32784         * modules/inttostr: Likewise.
32785         * modules/openat: Likewise.
32786         * modules/sig2str: Likewise.
32787         * modules/userspec: Likewise.
32788         * modules/utimecmp: Likewise.
32789         * modules/xnanosleep: Likewise.
32790         * modules/xstrtol: Likewise.
32791
32792 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
32793
32794         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
32795         * modules/lock-tests (TESTS): Use $(EXEEXT).
32796         * modules/tls-tests: Likewise.
32797         * modules/argp-tests: Likewise.
32798         (check_PROGRAMS): New var, replacing...
32799         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
32800
32801 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32802
32803         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
32804         `config.h'.
32805
32806 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
32807
32808         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
32809
32810 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32811
32812         Sync from coreutils.
32813         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
32814         gl_CHDIR_SAFER.
32815
32816 2006-02-22  Jim Meyering  <jim@meyering.net>
32817
32818         Sync from coreutils.
32819         * m4/chdir-safer.m4: New file.
32820
32821 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
32822
32823         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
32824         AT_FDCWD exceeds INT_MAX.
32825         * lib/openat.h (AT_FDCWD): Likewise.
32826
32827 2006-02-17  Eric Blake  <address@hidden>
32828
32829         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
32830
32831 2006-02-16  Simon Josefsson  <jas@extundo.com>
32832
32833         * modules/getaddrinfo (Depends-on): Add sys_socket.
32834
32835 2006-02-15  Simon Josefsson  <jas@extundo.com>
32836
32837         * build-aux/maint.mk: Add dsyntax-check rule.
32838
32839 2006-02-15  Eric Blake  <ebb9@byu.net>
32840
32841         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
32842         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
32843         'present but cannot compile' warnings on cygwin.
32844         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
32845         use ws2tcpip.h if sys/socket.h works.
32846         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
32847         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
32848
32849 2006-02-14  Simon Josefsson  <jas@extundo.com>
32850
32851         * modules/maintainer-makefile (Files): Rename.
32852
32853         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
32854         and (the local) Makefile.cfg to maint-cfg.mk.
32855
32856         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
32857         to the latter.
32858
32859         * modules/maintainer-makefile: New module.
32860
32861         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
32862         severaly stripped to make it possible to build it up from scratch
32863         with reliable tests.
32864
32865         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
32866         fixes to permit overriding the default actions when configure and
32867         makefile are not available.
32868
32869 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
32870
32871         Sync from coreutils.
32872         * modules/lstat (Depends-on): Don't depend on xalloc.
32873         (License): Change from GPL to LGPL, since this is now simply a
32874         replacement for a libc function.
32875
32876 2006-02-14  Jim Meyering  <jim@meyering.net>
32877
32878         Sync from coreutils.
32879
32880         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
32881         failure on deficient systems, and simplify gnulib lgpl dependencies.
32882         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
32883         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
32884
32885         * lib/xalloc-die.c: Remove unused definition of N_.
32886
32887 2006-02-14  Jim Meyering  <jim@meyering.net>
32888
32889         Sync from coreutils.
32890         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
32891         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
32892         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
32893         double-quote uses of that variable, to accommodate the rare case in
32894         which getmntent is available in none of the libraries checked.  This
32895         happens at least on FreeBSD 5.0.
32896
32897 2006-02-13  Simon Josefsson  <jas@extundo.com>
32898
32899         * gnulib-tool (Usage): Fix --import, from
32900         karl@freefriends.org (Karl Berry).
32901
32902 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
32903
32904         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
32905
32906 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
32907
32908         * lib/argp-namefrob.h: Restore changes accidentally lost during the
32909         "autoupdate" on 2005-12-12.
32910
32911 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32912
32913         * modules/closeout (Depends-on): Remove atexit.
32914
32915 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
32916
32917         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
32918         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
32919
32920 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
32921
32922         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
32923         __EXTENSIONS__ if this causes compilation to fail.  Problem
32924         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
32925         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
32926
32927 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
32928
32929         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
32930         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
32931         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
32932         All uses changed.
32933
32934 2006-01-26  Simon Josefsson  <jas@extundo.com>
32935
32936         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
32937         prototype is visible on mingw32.
32938
32939         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
32940         for mingw32.
32941
32942         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
32943         mingw32).
32944
32945 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
32946
32947         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
32948         attempt to open for write; this always fails, at least on POSIX
32949         hosts.  This reinstates the 2006-01-09 change, which was
32950         inadvertently removed.
32951
32952 2006-01-26  Bruno Haible  <bruno@clisp.org>
32953
32954         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
32955         Reported by Paul Eggert.
32956
32957 2006-01-26  Bruno Haible  <bruno@clisp.org>
32958             Paul Eggert  <eggert@cs.ucla.edu>
32959
32960         * lib/stdbool_.h (_Bool)
32961         [(! (defined __cplusplus || defined __BEOS__)
32962           && !defined __GNUC__
32963           && !(defined __HP_cc || defined __xlc__
32964                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
32965                || defined __sgi))]:
32966         #define to signed char in these cases too; this simplifies
32967         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
32968         etc., separately) and makes it more conservative.
32969
32970 2006-01-25  Simon Josefsson  <jas@extundo.com>
32971
32972         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
32973         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
32974         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
32975
32976 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
32977
32978         * lib/argp-namefrob.h: Bugfix. Remove stray #
32979
32980 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
32981
32982         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
32983         so that we test the test.
32984         Check for yet another HP-UX cc bug involving *bool |= bool.
32985
32986 2006-01-25  Karl Berry  <karl@gnu.org>
32987
32988         * config/srclist.txt (vasnprintf.c): sync lost.
32989
32990 2006-01-25  Jim Meyering  <jim@meyering.net>
32991
32992         Sync from the stable (b5) branch of coreutils:
32993
32994         * lib/fts.c (fts_children): Don't let close() clobber errno from
32995         failed fchdir().
32996
32997         * lib/fts.c (fts_stat): When following a symlink-to-directory,
32998         don't necessarily interpret stat-fails+lstat-succeeds as indicating
32999         a dangling symlink.  That can also happen at least for ELOOP.
33000         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
33001         FYI, this bug predates the inclusion of fts.c in coreutils.
33002
33003         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
33004         in their own block, so pre-c99 compilers don't object.
33005
33006         Avoid the double-free (first in fts_read, second in fts_close) that
33007         would occur when an `active' directory is made inaccessible (e.g.,
33008         via chmod a-x) during a traversal.
33009         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33010         before returning.  Reproduce this failure by
33011         mkdir -p a/b; cd a; chmod a-x . b
33012         Reported by Stavros Passas.
33013
33014 2006-01-25  Jim Meyering  <jim@meyering.net>
33015
33016         * lib/fileblocks.c: Remove more useless parentheses.
33017         * lib/readutmp.h: Likewise.
33018
33019 2006-01-25  Bruno Haible  <bruno@clisp.org>
33020
33021         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
33022         warnings.
33023         Reported by Paul Eggert.
33024
33025 2006-01-25  Bruno Haible  <bruno@clisp.org>
33026
33027         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
33028         rid of a trap command. For Solaris sh.
33029         Reported by Mark D. Baushke <mdb@gnu.org>.
33030
33031 2006-01-24  Simon Josefsson  <jas@extundo.com>
33032
33033         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
33034         Bruno.
33035
33036 2006-01-24  Karl Berry  <karl@gnu.org>
33037
33038         * config/srclist.txt (argp-namefrob.h): sync lost.
33039
33040 2006-01-24  Jim Meyering  <jim@meyering.net>
33041
33042         * modules/openat (Files): Add lib/intprops.h.
33043         From Mark D. Baushke.
33044
33045 2006-01-24  Jim Meyering  <jim@meyering.net>
33046
33047         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
33048         Reported by Mark D. Baushke.
33049
33050 2006-01-24  Jim Meyering  <jim@meyering.net>
33051
33052         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
33053
33054 2006-01-24  Bruno Haible  <bruno@clisp.org>
33055
33056         * modules/strnlen (Maintainer): Change from glibc to all.
33057
33058 2006-01-24  Bruno Haible  <bruno@clisp.org>
33059
33060         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
33061         Patch by Paul Eggert.
33062
33063 2006-01-24  Bruno Haible  <bruno@clisp.org>
33064
33065         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
33066         already has it.
33067         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
33068         2005-11-26.
33069
33070         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
33071         'signed char' to avoid problems with the built-in _Bool type.
33072         Reported by Paul Eggert on 2005-11-26.
33073
33074 2006-01-24  Bruno Haible  <bruno@clisp.org>
33075
33076         * gnulib-tool (func_import): Avoid constructing complicated sed
33077         expressions inside backquote.
33078         Report and solution by Mark D. Baushke <mdb@gnu.org>.
33079
33080 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
33081
33082         These changes imported from libc.
33083         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
33084         test and two separate function calls.
33085         * lib/strndup.c (__strndup): Add libc_hidden_def.
33086
33087 2006-01-23  Simon Josefsson  <jas@extundo.com>
33088
33089         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
33090         Remove the test_*_SOURCES variable: automake infers it by default.
33091         * modules/tls-tests: Likewise.
33092
33093 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33094
33095         Work around porting bugs reported by Dieter in
33096         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
33097         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
33098         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
33099         Include "getopt.h" first, to check interface.
33100         (getenv): Declare only if defined HAVE_DECL_GETENV &&
33101         !HAVE_DECL_GETENV.
33102         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
33103         (__strndup): Revert to K&R-style function dfns, the glibc style.
33104         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
33105         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
33106         Include strnlen.h first, to get prototype properly.
33107         (strnlen): Renamed from __strnlen.
33108         Remove weak alias.
33109
33110 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33111
33112         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
33113
33114 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
33115
33116         * config/srclist.txt: Adjust to reflect glibc reorganization.
33117         This affects only comments.
33118
33119 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
33120
33121          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
33122          Reported by Bruce Korb <bkorb@gnu.org>.
33123
33124 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
33125
33126         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
33127         to pacify gcc -Wswitch-default.
33128
33129 2006-01-22  Bruno Haible  <bruno@clisp.org>
33130
33131         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
33132         temporary buffer for sprintf, take into account the precision also
33133         for 'd', 'i', 'u', 'o', 'x', 'X'.
33134
33135 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33136
33137         * modules/argp-tests: New module
33138         * tests/test-argp.c: New file
33139         * tests/test-argp-2.sh: New file
33140
33141 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
33142
33143         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
33144         (__argp_base_name): Removed
33145         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
33146         typo.
33147         (__argp_base_name): Provide macro definition or extern declaration
33148         depending on the configuration
33149
33150 2006-01-20  Simon Josefsson  <jas@extundo.com>
33151
33152         * modules/inet_ntop (Depends-on): Depend on sys_socket.
33153
33154 2006-01-20  Simon Josefsson  <jas@extundo.com>
33155
33156         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
33157
33158 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
33159
33160         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
33161         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
33162         Suggested by Bruno Haible.
33163
33164 2006-01-20  Karl Berry  <karl@gnu.org>
33165
33166         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
33167         until changes propagate, I guess.
33168
33169 2006-01-19  Simon Josefsson  <jas@extundo.com>
33170
33171         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
33172
33173 2006-01-19  Simon Josefsson  <jas@extundo.com>
33174
33175         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
33176
33177 2006-01-19  Simon Josefsson  <jas@extundo.com>
33178
33179         * gnulib-tool: Set check_PROGRAMS.
33180
33181         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33182         modules/des-tests, modules/gc-arcfour-tests,
33183         modules/gc-arctwo-tests, modules/gc-des-tests,
33184         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33185         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33186         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33187         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33188         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33189         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
33190         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
33191         test_*_SOURCES.
33192
33193 2006-01-18  Simon Josefsson  <jas@extundo.com>
33194
33195         * modules/socklen (Depends-on): Depend on sys_socket.
33196
33197 2006-01-18  Simon Josefsson  <jas@extundo.com>
33198
33199         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
33200         modules/des-tests, modules/gc-arcfour-tests,
33201         modules/gc-arctwo-tests, modules/gc-des-tests,
33202         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
33203         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
33204         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
33205         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
33206         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
33207         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
33208         $(EXEEXT) to automake TESTS variable, for mingw32.
33209
33210 2006-01-17  Simon Josefsson  <jas@extundo.com>
33211
33212         * modules/socklen (Include): Need sys/socket.h.
33213
33214 2006-01-17  Bruno Haible  <bruno@clisp.org>
33215
33216         * modules/ssize_t (Include): Add <sys/types.h>.
33217
33218 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
33219
33220         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
33221         it's not portable and it doesn't work with cross-compiles.
33222         Problem reported by Bruno Haible.  Fix missing-$ typo in
33223         'test "gl_cv_ignore_unused_libraries" ...' that prevented
33224         -zignore from being used with Sun's C compiler.
33225
33226 2006-01-12  Simon Josefsson  <jas@extundo.com>
33227
33228         * lib/base64.c: Fix warning, reported by Bruno Haible
33229         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
33230
33231 2006-01-12  Bruno Haible  <bruno@clisp.org>
33232
33233         * modules/ldd: New file.
33234         * build-aux/ldd.sh.in: New file.
33235         * MODULES.html.sh (Support for building libraries and executables): Add
33236         ldd.
33237
33238 2006-01-12  Bruno Haible  <bruno@clisp.org>
33239
33240         * m4/ldd.m4: New file.
33241
33242 2006-01-12  Bruno Haible  <bruno@clisp.org>
33243
33244         * gnulib-tool (func_import, func_create_testdir): Don't go into an
33245         endless loop while replacing $auxdir with build-aux.
33246
33247 2006-01-11  Simon Josefsson  <jas@extundo.com>
33248
33249         * lib/stdint_.h (SIZE_MAX): Add missing (.
33250
33251 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
33252
33253         Sync from coreutils.
33254         * lib/md5.c: Fix commentary typos.
33255         (alignof, UNALIGNED_P): No need for a GCC-specific version.
33256         * lib/md5.h (__attribute__): Remove; unused.
33257         * lib/sha1.c: Fix commentary to match md5 better.
33258         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
33259         so that we don't need to worry about alignment.  All uses changed.
33260         This merges the 2005-10-28 md5 change into sha1.
33261
33262 2006-01-11  Jim Meyering  <jim@meyering.net>
33263
33264         Sync from coreutils.
33265         * lib/md5.c (OP): Fix spacing.
33266
33267 2006-01-11  Bruno Haible  <bruno@clisp.org>
33268
33269         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33270         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
33271         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
33272
33273 2006-01-11  Bruno Haible  <bruno@clisp.org>
33274
33275         Ensure automatic ordering between gl_LOCK and gl_ARGP.
33276         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
33277         the "early" section as well.
33278
33279 2006-01-11  Bruno Haible  <bruno@clisp.org>
33280
33281         Avoid "ar: no archive members specified" error on MacOS X.
33282         * gnulib-tool (func_modules_add_dummy): New function.
33283         (func_import, func_create_testdir): Invoke it.
33284
33285 2006-01-11  Bruno Haible  <bruno@clisp.org>
33286
33287         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
33288         with $auxdir in AC_CONFIG_FILES statements.
33289
33290 2006-01-11  Bruno Haible  <bruno@clisp.org>
33291
33292         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33293         Initialize also noinst_HEADERS to empty.
33294
33295 2006-01-11  Bruno Haible  <bruno@clisp.org>
33296
33297         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
33298         variables.
33299         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
33300         autoreconf.
33301
33302 2006-01-11  Bruno Haible  <bruno@clisp.org>
33303
33304         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
33305         overridable by the user.
33306         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
33307
33308 2006-01-10  Simon Josefsson  <jas@extundo.com>
33309
33310         * modules/sys_socket: New file.
33311
33312 2006-01-10  Simon Josefsson  <jas@extundo.com>
33313
33314         * m4/sys_socket_h.m4: New file.
33315
33316 2006-01-10  Simon Josefsson  <jas@extundo.com>
33317
33318         * lib/socket_.h: New file.
33319
33320 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33321
33322         * modules/readutmp (Maintainer): Add myself.
33323
33324 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33325
33326         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
33327         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
33328         People who are still concerned with buggy memcmp implementations
33329         can invoke gl_FUNC_MEMCMP themselves.
33330
33331 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
33332
33333         * lib/regex_internal.h (BITSET_WORD_BITS):
33334         Work around a bug in 64-bit PGC (before version 6.1-2), where the
33335         preprocessor mishandles large unsigned values as if they were signed.
33336         Problem reported by Claudio Fontana in
33337         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
33338
33339 2006-01-10  Jim Meyering  <jim@meyering.net>
33340
33341         Avoid the double-free (first in fts_read, second in fts_close) that
33342         would occur when an `active' directory is made inaccessible (e.g.,
33343         via chmod a-x) during a traversal.
33344         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
33345         before returning.  Reproduce this failure by
33346         mkdir -p a/b; cd a; chmod a-x . b
33347         Reported by Stavros Passas.
33348
33349         Sync from coreutils.
33350         * lib/sha1.c: Tweak grammar in a comment.
33351
33352 2006-01-10  Jim Meyering  <jim@meyering.net>
33353
33354         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
33355         Patch by Joerg Sonnenberger.
33356
33357 2006-01-10  Bruno Haible  <bruno@clisp.org>
33358
33359         * modules/readutmp: Depend on module free.
33360         * modules/strtok_r: Depend on module restrict.
33361
33362 2006-01-10  Bruno Haible  <bruno@clisp.org>
33363
33364         * modules/gettext (configure.ac): Add an invocation of
33365         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
33366
33367 2006-01-10  Bruno Haible  <bruno@clisp.org>
33368
33369         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
33370         Reported by Werner Lemberg <wl@gnu.org>.
33371
33372 2006-01-10  Bruno Haible  <bruno@clisp.org>
33373
33374         * lib/localcharset.c: Update from GNU gettext.
33375
33376 2006-01-10  Bruno Haible  <bruno@clisp.org>
33377
33378         * lib/argp.h (__const): Remove macro. Use const instead.
33379         * lib/argp-fmtstream.h (__const): Likewise.
33380         * lib/glob_.h (__const): Remove macro.
33381         * lib/glob-libc.h: Use const instead of __const.
33382
33383 2006-01-10  Bruno Haible  <bruno@clisp.org>
33384
33385         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
33386         variable.
33387         Needed to avoid an automake error regarding the 'gettext' module.
33388
33389 2006-01-09  Simon Josefsson  <jas@extundo.com>
33390
33391         * modules/inet_ntop (Depends-on): Add restrict.
33392
33393 2006-01-09  Simon Josefsson  <jas@extundo.com>
33394
33395         * modules/gc-rijndael-tests (License): Put under LGPL.
33396
33397         * modules/gc-des-tests (License): Likewise.
33398
33399         * modules/gc-arcfour-tests (License): Likewise.
33400
33401         * modules/gc-arctwo-tests (License): Likewise.
33402
33403         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
33404
33405         * modules/gc-hmac-sha1-tests (Files): Likewise.
33406
33407         * modules/gc-hmac-md5-tests (License): Likewise.
33408
33409         * modules/gc-sha1-tests (License): Likewise.
33410
33411         * modules/gc-md5-tests (License): Likewise.
33412
33413         * modules/gc-md4-tests (License): Likewise.
33414
33415         * modules/gc-md2-tests (License): Likewise.
33416
33417         * modules/gc-tests (License): Likewise.
33418
33419         * modules/des-tests (License): Likewise.
33420
33421         * modules/md4-tests (License): Likewise.
33422
33423         * modules/md2-tests (License): Likewise.
33424
33425 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33426
33427         Sync from coreutils:
33428
33429         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
33430         * modules/lib-ignore: New file.
33431         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
33432         chdir-safer.m4, lchmod.m4.
33433         * modules/openat: Add mkdirat.c, openat-priv.h.
33434
33435 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33436
33437         Sync from coreutils.
33438         * m4/lib-ignore.m4: New file.
33439         * m4/lchmod.m4: New file.
33440
33441 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33442
33443         Sync from coreutils.
33444         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
33445         for write access: POSIX says that must fail.
33446         * lib/fts.c (diropen): Likewise.
33447         * lib/save-cwd.c (save_cwd): Likewise.
33448         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
33449         well, for minor improvements on hosts that lack O_DIRECTORY.
33450         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
33451         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
33452         Fall back on chown if open failed with EACCES.
33453
33454         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
33455         Report an error at compile-time if only a 1-second nominal clock
33456         resolution is found.
33457
33458         * lib/lchmod.h: New file.
33459         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
33460         (make_dir_parents): Use lchown rather than chown, and
33461         lchmod rather than chmod.
33462
33463         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
33464         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
33465         "proc" reported by n0dalus.
33466
33467         * lib/mountlist.c: Include <limits.h>.
33468         (dev_from_mount_options)
33469         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
33470         New function.  It no longer assumes "dev=" has the System V meaning
33471         on Linux (since it doesn't).  It also parses "dev=" more carefully.
33472         (read_file_system_list)
33473         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
33474         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
33475         dev= in that case.
33476
33477         * lib/posixtm.h (PDS_PRE_2000): New macro.
33478         * lib/posixtm.c (year): Arg is now syntax_bits rather than
33479         allow_century.  All usages changed.  Reject dates outside the range
33480         1969-1999 if PDS_PRE_2000 is used.
33481
33482 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
33483
33484         Sync from coreutils.
33485         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
33486         (Time of day items): Mention the possibility of leap seconds.
33487         Problem reported by Dr. David Alan Gilbert.
33488
33489 2006-01-09  Jim Meyering  <jim@meyering.net>
33490
33491         Sync from coreutils.
33492
33493         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
33494
33495         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
33496
33497         * lib/modechange.c (mode_compile): Reject an invalid mode string
33498         that starts with an octal digit.  From Andreas Gruenbacher.
33499
33500         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
33501         and dup to open_safer and dup_safer, respectively.
33502         (openat_permissive): Fix typo in comment.
33503
33504         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
33505         "gettext.h"; either no longer needed or are guaranteed by openat.h.
33506         (_): Remove; no longer needed.
33507         (openat): Renamed from rpl_openat; no need for rpl_openat
33508         since openat.h renames openat for us.
33509         Replace most of the body with a call to openat_permissive,
33510         to avoid duplicate code.
33511         Port to (probably hypothetical) environments were mode_t is
33512         wider than int.
33513         (openat_permissive): Require mode arg, so that we can check
33514         types better.  Put it just after flags.  Change cwd failure
33515         indicator from pointer-to-bool to pointer-to-errno-value.
33516         All callers changed.
33517         Invoke openat_save_fail and/or openat_restore_fail if
33518         cwd_errno is null, so that openat can call us.
33519         (openat_permissive, fdopendir, fstatat, unlinkat):
33520         Simplify errno handling to avoid some duplicate code,
33521         as it's OK to set errno on success.
33522         * lib/openat.h: Revamp code so that function macros depend on
33523         __OPENAT_PREFIX only, not also on AT_FDCWD.
33524         (openat_ro): Remove.  Caller changed to use openat_permissive.
33525         (openat_permissive): Now a macro, if not a function.
33526         (openat_restore_fail, openat_save_fail): Now always functions,
33527         since mkdirat needs them even if __OPENAT_PREFIX is defined.
33528
33529         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
33530         and openat.c.
33531         * lib/mkdirat.c: Include openat-priv.h.
33532         Remove definitions of macros defined therein.
33533         * lib/openat.c: Likewise.
33534
33535         * lib/mkdirat.c (mkdirat): New file and function.
33536         * lib/openat.h (mkdirat): Declare.
33537
33538         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
33539
33540         * lib/openat.h (openat_permissive): Declare.
33541         (openat_ro): Define.
33542
33543         * lib/openat.c (EXPECTED_ERRNO): New macro.
33544         (openat_permissive): New function -- used in remove.c rewrite.
33545         (all functions): Set errno just before returning, only if there
33546         was an actual failure.
33547         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
33548
33549         Emulate openat-family functions using Linux's procfs, if possible.
33550         Idea and some code based on Ulrich Drepper's glibc changes.
33551
33552         * lib/openat.c: (BUILD_PROC_NAME): New macro.
33553         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
33554         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
33555         before falling back on save_cwd and restore_cwd.
33556         (fdopendir, fstatat, unlinkat): Likewise.
33557
33558         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
33559         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
33560
33561         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
33562         as second argument to va_arg.  Otherwise, some versions of gcc
33563         warn that `if this code is reached, the program will abort'.
33564
33565 2006-01-09  Jim Meyering  <jim@meyering.net>
33566
33567         Sync from coreutils.
33568         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
33569         Require openat-priv.h.
33570
33571 2006-01-09  Bruno Haible  <bruno@clisp.org>
33572
33573         * modules/strnlen (Include): Use strnlen.h.
33574
33575 2006-01-09  Bruno Haible  <bruno@clisp.org>
33576
33577         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
33578
33579 2006-01-09  Bruno Haible  <bruno@clisp.org>
33580
33581         * lib/sysexit_.h (EX_OK): New macro.
33582         Suggested by Martin Lambers <marlam@marlam.de>.
33583
33584 2006-01-09  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
33587         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
33588
33589 2006-01-09  Bruno Haible  <bruno@clisp.org>
33590
33591         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
33592         numbers.
33593
33594 2006-01-09  Bruno Haible  <bruno@clisp.org>
33595
33596         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
33597         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
33598         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
33599         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
33600
33601 2006-01-09  Bruno Haible  <bruno@clisp.org>
33602
33603         * build-aux/javacomp.sh.in: New file, moved from lib/.
33604         * modules/javacomp-script (Files): Update.
33605         (configure.ac): Add AC_CONFIG_FILES invocation.
33606         (EXTRA_DIST): Remove variable.
33607
33608         * build-aux/javaexec.sh.in: New file, moved from lib/.
33609         * modules/javaexec (Files): Update.
33610         (configure.ac): Add AC_CONFIG_FILES invocation.
33611         (EXTRA_DIST): Remove javaexec.sh.in.
33612
33613         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
33614         * modules/csharpcomp-script (Files): Update.
33615         (configure.ac): Add AC_CONFIG_FILES invocation.
33616         (EXTRA_DIST): Remove variable.
33617
33618         * build-aux/csharpexec.sh.in: New file, moved from lib/.
33619         * modules/csharpexec (Files): Update.
33620         (configure.ac): Add AC_CONFIG_FILES invocation.
33621         (EXTRA_DIST): Remove csharpexec.sh.in.
33622
33623 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33624
33625         Sync from coreutils.
33626
33627         Add POSIX ACL support
33628         * lib/acl.h (copy_acl, set_acl): Add declarations.
33629         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
33630         systems other than Linux.
33631         (chmod_or_fchmod): New function: use fchmod when possible,
33632         and chmod otherwise.
33633         (file_has_acl): Add a POSIX ACL implementation, with a
33634         Linux-specific subcase.
33635         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
33636         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
33637         acls are unsupported.
33638         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
33639         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
33640         are unsupported.
33641
33642 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
33643
33644         Sync from coreutils.
33645         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
33646
33647 2006-01-07  Bruno Haible  <bruno@clisp.org>
33648
33649         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
33650         gl_EARLY.
33651
33652 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33653
33654         * lib/strftime.c (tzname): Don't declare if it is already #defined.
33655         Problem reported for Mingw by Mark Junker.
33656
33657 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
33658
33659         * README: Gnulib normally doesn't generate a tarball.
33660
33661 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
33662
33663         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
33664         long int, not int, for nanosecond counts, so that people who are
33665         used to POSIX struct timespec won't be surprised.  Reported by Jim
33666         Meyering.
33667
33668 2005-12-28  Bruno Haible  <bruno@clisp.org>
33669
33670         * build-aux/config.rpath: Update from GNU gettext.
33671
33672 2005-12-16  Jim Meyering  <jim@meyering.net>
33673
33674         * modules/fprintftime: New module.
33675         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
33676
33677 2005-12-16  Jim Meyering  <jim@meyering.net>
33678
33679         * m4/fprintftime.m4: New file.
33680
33681 2005-12-16  Jim Meyering  <jim@meyering.net>
33682
33683         * lib/fprintftime.c, lib/fprintftime.h: New files.
33684
33685 2005-12-15  Simon Josefsson  <jas@extundo.com>
33686
33687         * modules/socklen (configure.ac): Fix M4 macro name, to align with
33688         new m4/socklen.m4.
33689
33690 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33691
33692         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
33693         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
33694
33695 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33696
33697         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
33698         * lib/argp-help.c (fill_in_uparams): Check if the constructed
33699         struct uparams is valid. Fall back to the default values if it is
33700         not.
33701
33702 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33703
33704         * modules/argp (Files): Add argp-pin.c
33705         (Depends-on): dirname
33706         (lib_SOURCES): Add argp-pin.c
33707
33708 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33709
33710         * m4/argp.m4:  Check if program_invocation_name and
33711         program_invocation_short_name are declared and define appropriate
33712         macros if they are not.
33713
33714 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
33715
33716         * lib/argp-help.c (__argp_base_name): New function
33717         (__argp_short_program_name): Rewrite using __argp_base_name
33718         * lib/argp-namefrob.h: Define program_invocation_name and
33719         program_invocation_short_name if requested
33720         (__argp_base_name): Add prototype
33721         * lib/argp-parse.c (argp_def): Use gettext wrappers
33722         (argp_default_parser): Use __argp_base_name
33723         * lib/argp-pin.c: New file. Defines program_invocation_name and
33724         program_invocation_short_name on systems that lack them.
33725
33726 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33727
33728         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
33729         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33730         porting problem reported by Georg Schwarz in
33731         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33732
33733 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
33734
33735         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
33736         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
33737         porting problem reported by Georg Schwarz in
33738         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
33739
33740 2005-12-05  Bruno Haible  <bruno@clisp.org>
33741
33742         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
33743         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
33744         Reported by Mark Junker <mjscod@gmx.de>.
33745
33746 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
33747
33748         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
33749         Use implementation from Albert Chin, with some
33750         comments/corrections by Stepan Kasal and myself.
33751
33752 2005-12-02  Bruno Haible  <bruno@clisp.org>
33753
33754         * gnulib-tool (func_import): Accept GPLed build tool modules when
33755         --lgpl is given.
33756         * modules/csharpcomp-script: New file.
33757         * modules/csharpcomp: Depend on it.
33758         * modules/javacomp-script: New file.
33759         * modules/javacomp: Depend on it.
33760         Suggested by Simon Josefsson.
33761
33762 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
33763
33764         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
33765         statement, to work around an HP-UX 10.20 compiler bug reported by
33766         Peter O'Gorman.
33767
33768 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33769
33770         * modules/savedir (Depends-on): Add openat.
33771
33772 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
33773
33774         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
33775         (uintmax_t) [defined uintmax_t]: Do not declare.
33776         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
33777         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
33778         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
33779         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
33780         sake of portability to weird hosts that C allows (though we don't
33781         know of any practical examples).
33782
33783         * lib/savedir.h (fdsavedir): New decl.
33784         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
33785         contains most of the former guts of savedir.
33786         (savedir): Use savedirstream.
33787         Include "openat.h".
33788
33789 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
33790
33791         * modules/obstack (Files): Add m4/ulonglong.m4.
33792         Problem reported by Davide Angelocola.
33793
33794 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
33795
33796         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
33797         coreutils no longer futzes with rounding modes.
33798
33799 2005-11-14  Jim Meyering  <jim@meyering.net>
33800
33801         * lib/mkstemp-safer.c: Include <config.h>, required for possible
33802         replacement of mkstemp.
33803
33804 2005-11-10  Simon Josefsson  <jas@extundo.com>
33805
33806         * lib/readline.c: Remove EOL.
33807
33808 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33809
33810         * modules/gethrxtime (Depends-on): Add gettime.
33811
33812 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33813
33814         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
33815         or gettimeofday; no longer needed.
33816
33817 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
33818
33819         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
33820         time business.
33821         (gethrxtime) [! (HAVE_NANOUPTIME
33822         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
33823         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
33824         our own approximation.
33825
33826 2005-11-08  Eric Blake  <ebb9@byu.net>
33827
33828         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33829
33830 2005-11-08  Eric Blake  <ebb9@byu.net>
33831
33832         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
33833
33834 2005-11-04  Bruno Haible  <bruno@clisp.org>
33835
33836         * gnulib-tool: Implement --update mode.
33837
33838 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33839
33840         Fix porting problem reported by Theodoros V. Kalamatianos.
33841         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
33842         Don't assume that futimes failing means we must fail.
33843
33844 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
33845
33846         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
33847         variables to suggest the intended function of the PATH_MAX check.
33848
33849 2005-10-30  Kean Johnston  <jkj@sco.com>
33850
33851         Trivial changes to support SCO systems.
33852         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
33853         as PATH_MAX.
33854         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
33855         where __ptr is null when no I/O is pending.
33856
33857 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
33858
33859         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
33860         leave errno alone.  Problem reported by Dmitry V. Levin.
33861
33862 2005-10-28  Simon Josefsson  <jas@extundo.com>
33863
33864         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
33865         Test more.
33866
33867         * tests/test-gc-md2.c, tests/test-md2.c: New files.
33868
33869         * modules/md2, modules/md2-tests: New files.
33870
33871 2005-10-28  Simon Josefsson  <jas@extundo.com>
33872
33873         * m4/inet_ntop.m4: More tests.
33874
33875         * m4/gc-md2.m4, md2.m4: New file.
33876
33877 2005-10-28  Simon Josefsson  <jas@extundo.com>
33878
33879         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
33880         "restrict" keywords, as per POSIX.  Protect the function
33881         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
33882         Don't use K&R prototypes.  Check the sprintf return values.
33883         Re-define EAFNOSUPPORT if not present.  Indent.
33884
33885         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
33886         suggested by Bruno Haible <bruno@clisp.org>.
33887
33888         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
33889
33890         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
33891
33892         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
33893         libgcrypt).
33894
33895         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
33896
33897         * lib/md2.h, lib/md2.c: New files.
33898
33899 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
33900
33901         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
33902         errno alone.  Problem reported by Frederic Jolliton.
33903
33904 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
33905
33906         * modules/verify (License): Change from GPL to LGPL.  This is a
33907         tiny module and there are apparently near-equivalents that are
33908         under the BSD license.
33909
33910 2005-10-24  Simon Josefsson  <jas@extundo.com>
33911
33912         * modules/sha1: Relicense to LGPL.
33913
33914 2005-10-24  Simon Josefsson  <jas@extundo.com>
33915
33916         * lib/md4.h: Shrink buffer size, now that we changed the type.
33917
33918 2005-10-23  Simon Josefsson  <jas@extundo.com>
33919
33920         * gnulib-tool (func_import): Fix --tests-base.
33921
33922 2005-10-22  Simon Josefsson  <jas@extundo.com>
33923
33924         * modules/arcfour (Depends-on): Need stdint.
33925
33926 2005-10-22  Simon Josefsson  <jas@extundo.com>
33927
33928         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
33929         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
33930
33931 2005-10-22  Simon Josefsson  <jas@extundo.com>
33932
33933         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
33934         suggested by Bruno Haible <bruno@clisp.org>.
33935
33936 2005-10-22  Simon Josefsson  <jas@extundo.com>
33937
33938         * lib/crc.h: Include stddef.h, for size_t.
33939
33940 2005-10-22  Simon Josefsson  <jas@extundo.com>
33941
33942         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
33943         arcfour_context struct (simplify test vector testing in GNU
33944         Shishi).
33945
33946 2005-10-21  Simon Josefsson  <jas@extundo.com>
33947
33948         * modules/des, modules/des-tests: New files.
33949
33950         * modules/gc-des, modules/gc-des-tests: New files.
33951
33952         * tests/test-des.c, tests/test-gc-des.c: New file.
33953
33954 2005-10-21  Simon Josefsson  <jas@extundo.com>
33955
33956         * modules/arctwo, modules/arctwo-tests: New files.
33957
33958         * tests/test-arctwo.c: New file.
33959
33960         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
33961
33962         * tests/test-gc-arctwo.c: New file.
33963
33964 2005-10-21  Simon Josefsson  <jas@extundo.com>
33965
33966         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
33967         Bruno Haible <bruno@clisp.org>.
33968
33969         * m4/gc-des.m4: New file.
33970
33971 2005-10-21  Simon Josefsson  <jas@extundo.com>
33972
33973         * m4/arctwo.m4: New file.
33974
33975         * m4/gc-arctwo.m4: New file.
33976
33977 2005-10-21  Simon Josefsson  <jas@extundo.com>
33978
33979         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
33980         block.
33981
33982 2005-10-21  Simon Josefsson  <jas@extundo.com>
33983
33984         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
33985         <bruno@clisp.org>.
33986
33987         * lib/hmac-sha1.c (hmac_sha1): Likewise.
33988
33989         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
33990         Bruno Haible <bruno@clisp.org>.
33991
33992         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
33993         <bruno@clisp.org>.
33994
33995 2005-10-21  Simon Josefsson  <jas@extundo.com>
33996
33997         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
33998
33999 2005-10-21  Simon Josefsson  <jas@extundo.com>
34000
34001         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
34002
34003 2005-10-21  Simon Josefsson  <jas@extundo.com>
34004
34005         * lib/des.h, lib/des.c: New files.
34006
34007         * lib/gc-gnulib.c: Support DES.c
34008
34009 2005-10-21  Simon Josefsson  <jas@extundo.com>
34010
34011         * lib/arctwo.h, lib/arctwo.c: New files.
34012
34013         * lib/gc-gnulib.c: Support ARCTWO.
34014
34015 2005-10-21  Simon Josefsson  <jas@extundo.com>
34016
34017         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
34018         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34019
34020 2005-10-21  Simon Josefsson  <jas@extundo.com>
34021
34022         * gnulib-tool (func_import, func_create_testdir): Define automake
34023         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
34024         Makefile.am snippet),
34025         suggested by Bruno Haible <bruno@clisp.org>.
34026
34027         * modules/gc (Makefile.am): Use it.
34028
34029 2005-10-21  Bruno Haible  <bruno@clisp.org>
34030
34031         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
34032         patch.
34033
34034 2005-10-19  Simon Josefsson  <jas@extundo.com>
34035
34036         * tests/test-gc-rijndael.c: New file.
34037
34038         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
34039
34040 2005-10-19  Simon Josefsson  <jas@extundo.com>
34041
34042         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
34043         interface too.
34044
34045 2005-10-19  Simon Josefsson  <jas@extundo.com>
34046
34047         * tests/test-gc-arcfour.c: New file.
34048
34049         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
34050
34051 2005-10-19  Simon Josefsson  <jas@extundo.com>
34052
34053         * modules/gc-md4, modules/gc-md4-tests: New file.
34054
34055         * tests/test-gc-md4.c: New file.
34056
34057 2005-10-19  Simon Josefsson  <jas@extundo.com>
34058
34059         * m4/gc-md4.m4: New file.
34060
34061 2005-10-19  Simon Josefsson  <jas@extundo.com>
34062
34063         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
34064         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
34065         <kasal@ucw.cz>.
34066
34067 2005-10-19  Simon Josefsson  <jas@extundo.com>
34068
34069         * m4/gc-arcfour.m4: New file.
34070
34071         * m4/gc-rijndael.m4: New file.
34072
34073 2005-10-19  Simon Josefsson  <jas@extundo.com>
34074
34075         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
34076
34077 2005-10-19  Simon Josefsson  <jas@extundo.com>
34078
34079         * lib/gc-gnulib.c: Support ARCFOUR.
34080
34081 2005-10-19  Simon Josefsson  <jas@extundo.com>
34082
34083         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
34084         support.
34085
34086         * lib/gc.h: Add ECB enum type.
34087
34088         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
34089
34090 2005-10-18  Simon Josefsson  <jas@extundo.com>
34091
34092         * tests/test-md5.c: New file.
34093
34094         * modules/md5-tests: New file.
34095
34096 2005-10-18  Simon Josefsson  <jas@extundo.com>
34097
34098         * tests/test-md4.c: New file.
34099
34100         * modules/md4, modules/md4-tests: New files.
34101
34102 2005-10-18  Simon Josefsson  <jas@extundo.com>
34103
34104         * m4/md4.m4: New file.
34105
34106 2005-10-18  Simon Josefsson  <jas@extundo.com>
34107
34108         * lib/md4.h, lib/md4.c: New files, based on md5.?.
34109
34110 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
34111
34112         * gnulib-tool (func_create_testdir): Omit the second check whether
34113         BUILT_SOURCES in nonempty.
34114
34115 2005-10-17  Simon Josefsson  <jas@extundo.com>
34116
34117         * tests/test-rijndael.c: New file.
34118
34119 2005-10-17  Simon Josefsson  <jas@extundo.com>
34120
34121         * modules/sha1: Depend on stdint instead of md5.
34122
34123         * modules/md5: Depend on stdint, remove uint32_t.
34124
34125 2005-10-17  Simon Josefsson  <jas@extundo.com>
34126
34127         * modules/gc-sha1-tests: New file.
34128
34129         * tests/test-gc-sha1.c: New file.
34130
34131 2005-10-17  Simon Josefsson  <jas@extundo.com>
34132
34133         * m4/md5.m4: Remove call to uint32_t.m4.
34134
34135 2005-10-17  Simon Josefsson  <jas@extundo.com>
34136
34137         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
34138
34139         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
34140         md5.h.
34141
34142         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
34143
34144         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
34145
34146 2005-10-17  Simon Josefsson  <jas@extundo.com>
34147
34148         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
34149
34150 2005-10-17  Simon Josefsson  <jas@extundo.com>
34151
34152         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
34153
34154 2005-10-17  Simon Josefsson  <jas@extundo.com>
34155
34156         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
34157
34158         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
34159
34160 2005-10-17  Bruno Haible  <bruno@clisp.org>
34161
34162         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
34163         that it can also be used in a test.
34164
34165 2005-10-16  Bruno Haible  <bruno@clisp.org>
34166
34167         * gnulib-tool (func_emit_tests_Makefile_am): Also define
34168         TESTS_ENVIRONMENT, so that individual tests can augment it.
34169
34170         * gnulib-tool (func_create_testdir): Use an intermediate target for
34171         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
34172         macros, like $(ALLOCA_H), which cannot be passed through the command
34173         line.
34174
34175 2005-10-15  Simon Josefsson  <jas@extundo.com>
34176
34177         * modules/rijndael-tests: New file.
34178
34179         * modules/rijndael: New file.
34180
34181 2005-10-15  Simon Josefsson  <jas@extundo.com>
34182
34183         * m4/rijndael.m4: New file.
34184
34185 2005-10-15  Simon Josefsson  <jas@extundo.com>
34186
34187         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
34188
34189         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
34190
34191 2005-10-14  Simon Josefsson  <jas@extundo.com>
34192
34193         * tests/test-arcfour.c: New file.
34194
34195         * modules/arcfour, modules/arcfour-tests: New files.
34196
34197 2005-10-14  Simon Josefsson  <jas@extundo.com>
34198
34199         * m4/arcfour.m4: New file.
34200
34201 2005-10-14  Simon Josefsson  <jas@extundo.com>
34202
34203         * lib/arcfour.h, lib/arcfour.c: New files.
34204
34205 2005-10-14  Roland McGrath  <roland@redhat.com>
34206
34207         Import from libc.  [BZ #1331]
34208         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
34209         macro argument.
34210         Reported by Matej Vela <vela@debian.org>.
34211
34212 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34213
34214         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
34215         include <wchar.h>; no longer needed.
34216
34217 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
34218
34219         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
34220
34221 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
34222         and  Ulrich Drepper  <drepper@redhat.com>
34223
34224         Import from libc.
34225         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
34226         instead of inline stream orientation test and two separate
34227         function calls.  Pay no attention to USE_IN_LIBIO.
34228
34229 2005-10-13  Simon Josefsson  <jas@extundo.com>
34230
34231         * modules/gc-hmac-md5-tests: New file.
34232
34233         * tests/test-gc-hmac-sha1.c: New file.
34234
34235         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
34236
34237         * modules/gc-hmac-md5-tests: New file.
34238
34239         * tests/test-gc-md5.c: New file.
34240
34241         * modules/gc-md5-tests: New file.
34242
34243 2005-10-13  Simon Josefsson  <jas@extundo.com>
34244
34245         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
34246         Move memory allocation outside of loop.
34247
34248 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
34249
34250         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
34251         intermediate directory is in a read-only file system.  Problem
34252         reported by Eric Blake.
34253
34254 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
34255
34256         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
34257
34258 2005-10-12  Simon Josefsson  <jas@extundo.com>
34259
34260         * tests/test-hmac-sha1.c: New file.
34261
34262         * modules/hmac-sha1-tests: New file.
34263
34264         * modules/hmac-sha1: New file.
34265
34266 2005-10-12  Simon Josefsson  <jas@extundo.com>
34267
34268         * modules/gc-sha1: New file.
34269
34270 2005-10-12  Simon Josefsson  <jas@extundo.com>
34271
34272         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
34273
34274         * tests/test-gc-pbkdf2-sha1.c: New file.
34275
34276 2005-10-12  Simon Josefsson  <jas@extundo.com>
34277
34278         * modules/gc-md5, modules/gc-hmac-md5: New files.
34279
34280         * modules/gc (Files): Remove md5, memxor and hmac files.
34281
34282 2005-10-12  Simon Josefsson  <jas@extundo.com>
34283
34284         * m4/gc-pbkdf2-sha1.m4: New file.
34285
34286         * m4/gc-hmac-sha1.m4: New file.
34287
34288         * m4/gc-sha1: New file.
34289
34290         * m4/hmac-sha1.m4: New file.
34291
34292 2005-10-12  Simon Josefsson  <jas@extundo.com>
34293
34294         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
34295
34296         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
34297
34298 2005-10-12  Simon Josefsson  <jas@extundo.com>
34299
34300         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
34301         suggested by Bruno Haible <bruno@clisp.org>.
34302
34303 2005-10-12  Simon Josefsson  <jas@extundo.com>
34304
34305         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
34306
34307 2005-10-12  Simon Josefsson  <jas@extundo.com>
34308
34309         * lib/gc-pbkdf2-sha1.c: New file.
34310
34311         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
34312
34313 2005-10-12  Simon Josefsson  <jas@extundo.com>
34314
34315         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
34316
34317         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
34318
34319 2005-10-12  Simon Josefsson  <jas@extundo.com>
34320
34321         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
34322         GC_USE_HMAC_MD5, respectively.
34323
34324         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
34325         (gc_md5): Fix typo.
34326
34327         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
34328
34329         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
34330
34331         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
34332
34333 2005-10-12  Bruno Haible  <bruno@clisp.org>
34334
34335         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
34336         Reported by Stepan Kasal <kasal@ucw.cz>.
34337
34338 2005-10-11  Simon Josefsson  <jas@extundo.com>
34339
34340         * tests/test-crc.c: New file.
34341
34342         * modules/crc, modules/crc-tests: New files.
34343
34344 2005-10-11  Simon Josefsson  <jas@extundo.com>
34345
34346         * m4/crc.m4: New file.
34347
34348 2005-10-11  Simon Josefsson  <jas@extundo.com>
34349
34350         * lib/gc.h: Add gc_hash and gc_hash_buffer.
34351
34352         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
34353
34354         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
34355
34356 2005-10-11  Simon Josefsson  <jas@extundo.com>
34357
34358         * lib/crc.h, lib/crc.c: New files.
34359
34360         * lib/gc.h (gc_hash_buffer): Add doc.
34361
34362 2005-10-11  Bruno Haible  <bruno@clisp.org>
34363
34364         * modules/c-strcasestr: New file.
34365         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
34366
34367 2005-10-11  Bruno Haible  <bruno@clisp.org>
34368
34369         * modules/c-strcase: New file.
34370         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
34371
34372 2005-10-11  Bruno Haible  <bruno@clisp.org>
34373
34374         * lib/strcasecmp.c: Include limits.h.
34375         (strcasecmp): Avoid integer overflow on exotic platforms.
34376         * lib/strncasecmp.c: Include limits.h.
34377         (strncasecmp): Avoid integer overflow on exotic platforms.
34378         Reported by Paul Eggert.
34379
34380 2005-10-11  Bruno Haible  <bruno@clisp.org>
34381
34382         * lib/c-strcasestr.h: New file, from GNU gettext.
34383         * lib/c-strcasestr.c: New file, from GNU gettext.
34384
34385 2005-10-11  Bruno Haible  <bruno@clisp.org>
34386
34387         * lib/c-strcase.h: New file, from GNU gettext.
34388         * lib/c-strcasecmp.c: New file, from GNU gettext.
34389         * lib/c-strncasecmp.c: New file, from GNU gettext.
34390
34391 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
34392
34393         * modules/mempcpy (License): GPL -> LGPL.
34394         * modules/strchrnul (License): Likewise.
34395         * modules/sysexits (License): Likewise.
34396
34397 2005-10-08  Simon Josefsson  <jas@extundo.com>
34398
34399         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
34400
34401 2005-10-07  Simon Josefsson  <jas@extundo.com>
34402
34403         * m4/memxor.m4: Remove gl_C_RESTRICT call.
34404
34405 2005-10-06  Simon Josefsson  <jas@extundo.com>
34406
34407         * tests/test-hmac-md5.c: New file.
34408
34409         * modules/hmac-md5-tests: New file.
34410
34411         * modules/hmac-md5: New file.
34412
34413 2005-10-06  Simon Josefsson  <jas@extundo.com>
34414
34415         * m4/hmac-md5.m4: New file.
34416
34417         * m4/memxor.m4: Require gl_C_RESTRICT.
34418
34419 2005-10-06  Simon Josefsson  <jas@extundo.com>
34420
34421         * lib/memxor.c (memxor): Avoid casts and warnings.
34422
34423 2005-10-06  Simon Josefsson  <jas@extundo.com>
34424
34425         * lib/hmac-md5.c: New file.
34426
34427         * lib/hmac.h: New file.
34428
34429 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
34430
34431         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
34432         promotes to int, not unsigned int, to catch the AIX 5.3
34433         compiler bug.
34434
34435 2005-10-05  Simon Josefsson  <jas@extundo.com>
34436
34437         * modules/memxor: New file.
34438
34439         * modules/iconv (Files): Move config.rpath to havelib, it is used
34440         there.
34441
34442         * modules/havelib (Files): Add config.rpath.
34443
34444 2005-10-05  Simon Josefsson  <jas@extundo.com>
34445
34446         * m4/memxor.m4: New file.
34447
34448 2005-10-05  Simon Josefsson  <jas@extundo.com>
34449
34450         * lib/memxor.c (memxor): Fix compiler error.
34451
34452         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
34453         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
34454
34455         * lib/memxor.h, lib/memxor.c: New files.
34456
34457         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
34458         we assume all systems have it, suggested by Jim Meyering
34459         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
34460         any systems lack sys/socket.h; mingw32 is known to lack it, but we
34461         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
34462         same reasons.
34463
34464 2005-10-05  Simon Josefsson  <jas@extundo.com>
34465
34466         * config/srclist.txt: Add glibc bug 1423 for md5.h.
34467
34468 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
34469
34470         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
34471         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
34472         needed, since the source code now assumes these .h files.
34473
34474 2005-10-05  Derek Price  <derek@ximbiot.com>
34475
34476         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
34477
34478 2005-10-05  Bruno Haible  <bruno@clisp.org>
34479
34480         * modules/stdint (License): Change to LGPL.
34481
34482 2005-10-04  Simon Josefsson  <jas@extundo.com>
34483
34484         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
34485         D. Baushke" <mdb@gnu.org>.
34486
34487 2005-10-04  Bruno Haible  <bruno@clisp.org>
34488
34489         * lib/verify.h (verify_true): Provide alternative definition for C++.
34490
34491 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
34492
34493         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
34494         (SSIZE_MAX): New macro, if not already defined.
34495         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
34496         than 2 GiB.
34497
34498 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34499
34500         Sync from coreutils.
34501         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
34502         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
34503         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
34504         ULLONG_MAX doesn't work with 2.7.2.1.
34505
34506 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34507
34508         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
34509         From Ben Pfaff.
34510
34511         * modules/exclude (Depends-on): Depend on verify.
34512         * modules/strtoimax (Depends-on): Likewise.
34513         * modules/utimecmp (Depends-on): Likewise.
34514
34515 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
34516
34517         * lib/exclude.c: Include verify.h.
34518         (verify): Remove.  All callers changed to use verify.h's version.
34519         * lib/strtoimax.c: Likewise.
34520         * lib/utimecmp.c: Likewis.e
34521
34522         Sync from coreutils.
34523         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
34524         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
34525         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
34526         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
34527         bother returning ENOSYS if settimeofday or stime fails; just let
34528         them return whatever errno they want to return.
34529         * lib/utimens.c: Include unistd.h, for dup2.
34530         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
34531         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
34532
34533 2005-10-02  Jim Meyering  <jim@meyering.net>
34534
34535         Sync from coreutils.
34536         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
34537         from glibc-2.2.5 that fails for read-only files.
34538
34539 2005-10-02  Jim Meyering  <jim@meyering.net>
34540
34541         Sync from coreutils.
34542         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
34543         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
34544         `#if HAVE_CONFIG_H'.
34545         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
34546         Remove AT_FDCWD test.
34547         Do not consume the fd unless successful.
34548         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
34549         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
34550         block, so that we don't even try to compile it if settimeofday is
34551         available.  This works around a compilation failure on OSF1 V5.1,
34552         due to stime requiring a `long int*' while tv_sec is `int'.
34553
34554 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
34555
34556         Sync from coreutils.
34557         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
34558         against `yes', rather than just testing for nonempty.
34559
34560 2005-10-01  Simon Josefsson  <jas@extundo.com>
34561
34562         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
34563         and Darwin.
34564
34565         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
34566         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
34567         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
34568         freeaddrinfo and gai_strerror are declared by the POSIX headers.
34569         Check if struct addrinfo is declared.
34570
34571 2005-10-01  Simon Josefsson  <jas@extundo.com>
34572
34573         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
34574         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
34575         AI_* and EAI_* definitions.  Protect function declarations.
34576
34577 2005-10-01  Jim Meyering  <jim@meyering.net>
34578
34579         Sync from coreutils.
34580
34581         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
34582         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
34583         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
34584         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34585         in the inet and nsl libraries.  Required on Solaris 5.7.
34586
34587 2005-10-01  Jim Meyering  <jim@meyering.net>
34588
34589         Sync from coreutils.
34590         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
34591         in the inet and nsl libraries.  Required on Solaris 5.7.
34592
34593 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
34594
34595         * lib/getdelim.c (getdelim): Remove unused variables.
34596
34597 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
34598
34599         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
34600         so that the code works even with ancient cpp.  Portability problem
34601         with GCC 2.7.2.1 reported by Thomas M.Ott.
34602
34603 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
34604
34605         * modules/regex (Depends-on): Add strcase.
34606
34607         * modules/gethostname (Licence): Change from GPL to LGPL, since
34608         gethostname.c is a trivial implementation of a standard library
34609         function.
34610         * modules/poll (License): Change from GPL to LGPL, since it's
34611         derived from LGPL code.
34612
34613 2005-09-27  Jim Meyering  <jim@meyering.net>
34614
34615         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
34616         HAVE_CONFIG_H.
34617
34618         * lib/intprops.h (signed_type_or_expr__): Define.
34619         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
34620         for unsigned types.
34621
34622 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
34623
34624         * lib/verify.h (verify_expr): Remove, replacing with:
34625         (verify_true): New macro that returns true instead of void.
34626         (verify_type__): Remove.
34627         (verify): Use verify_true rather than verify_type__.
34628
34629 2005-09-26  Bruno Haible  <bruno@clisp.org>
34630
34631         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
34632         is necessary.
34633         (lib_SOURCES): Remove mbchar.c.
34634         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
34635         (Files): Add m4/mbrtowc.m4.
34636         * modules/mbiter: Likewise.
34637         * modules/mbuiter: Likewise.
34638
34639 2005-09-26  Bruno Haible  <bruno@clisp.org>
34640
34641         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
34642         compile mbchar.c if they are not both present.
34643         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
34644         * m4/mbiter.m4 (gl_MBITER): Likewise.
34645         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
34646         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
34647         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
34648
34649 2005-09-25  Jim Meyering  <jim@meyering.net>
34650
34651         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
34652         also uses socklen_t.
34653
34654 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
34655
34656         * lib/utimens.c (ENOSYS): Define if not already defined.
34657         (futimens): Support having a null PATH if the file descriptor
34658         is nonnegative.
34659
34660         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
34661         Remove.
34662         (__attribute): Define to empty unless GCC 3.1 or later.
34663         This works around a core dump on OpenBSD 3.4, which has GCC
34664         2.95.3, which dumps core when given __attribute__(()).  It also
34665         simplifies other tests, since we really don't want to bother with
34666         worrying about which ancient version of GCC supported what.
34667         Original problem reported by Yoann Vandoorselaere, with part of
34668         the fix suggested by Derek Price.
34669
34670 2005-09-24  Jim Meyering  <jim@meyering.net>
34671
34672         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
34673         so we can once again use a positive bitfield width of 1 -- now we
34674         don't have to explain why we were using a bitfield width of 2.
34675
34676 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34677
34678         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
34679         and similarly for the other external symbols.  Problem reported
34680         by James Gallager.
34681
34682         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
34683         bug reported by Jim Meyering.
34684
34685         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
34686         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
34687         not needed, since socklen is a prerequisite module.
34688
34689 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
34690
34691         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
34692         Problem reported by Eric Blake.
34693         (getaddrinfo): Initialize se so that it's not garbage.
34694         Redo internal storage allocation so that it doesn't make unportable
34695         assumptions about alignment.
34696         Fix a memory leak.
34697
34698         * lib/utimens.c (futimens): Use futimesat if available.
34699         Prefer it to futimes since it doesn't have the futimes bug.
34700
34701         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
34702         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
34703         Instead, declare a function that returns a pointer to an array,
34704         and use verify_type__ to declare the size of the array.
34705         Problem and germ of a solution reported by Bruno Haible.
34706         (verify_type__): Use 2, not 1, for bitfield size, to avoid
34707         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
34708
34709 2005-09-23  Jim Meyering  <jim@meyering.net>
34710
34711         Sync from coreutils.
34712         Correct build failure (socklen_t not defined) on at least
34713         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
34714         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
34715
34716 2005-09-23  Jim Meyering  <jim@meyering.net>
34717
34718         * modules/getaddrinfo (Depends-on): Add socklen.
34719
34720 2005-09-23  Bruno Haible  <bruno@clisp.org>
34721
34722         * tests/test-verify.c: New file.
34723
34724 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34725
34726         Sync from coreutils.
34727
34728         * modules/argmatch (Depends-on): Add verify.
34729         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
34730         unistd-safer.
34731         * modules/save-cwd (Depends-on): Likewise.
34732
34733         * modules/openat (Files): Add lib/openat-die.c.
34734         (Depends-on): Remove error, exitfail.
34735         Add dirname.
34736
34737         * modules/verify: New file.
34738         * MODULES.html.sh (Diagnostics <assert.h>): New section,
34739         with "verify" module.
34740
34741 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34742
34743         Sync from coreutils.
34744
34745         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
34746         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
34747         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
34748         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
34749         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
34750         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
34751         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
34752         Don't bother checking for string.h, stdlib.h, unistd.h.
34753         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
34754         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
34755         module's job.
34756         * m4/jm-macros.m4 (gl_MACROS): Likewise.
34757         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
34758
34759         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
34760         (gl_GETDATE): Use it.
34761
34762         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
34763
34764 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34765
34766         Sync from coreutils.
34767
34768         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
34769         stat-time.h.
34770         * lib/argmatch.h: Include verify.h
34771         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
34772         (ARGMATCH_ASSERT): Remove; unused.
34773         * lib/canonicalize.c: Assume STDC_HEADERS.
34774         * lib/exclude.c: Include "strcase.h".
34775         * lib/regex_internal.h [!defined _LIBC]: Likewise.
34776         * lib/getusershell.c: Include stdio--.h rather than stdio.h
34777         and stdio-safer.h.
34778         (getusershell): Call fopen, not fopen_safer.
34779         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
34780         Do not include unistd-safer.h.
34781         (save_cwd): Don't call fd_safer; no longer needed
34782         now that we include fcntl--.h.
34783
34784         * lib/getdate.y (relative_time): New type.
34785         (RELATIVE_TIME_0): New constant.
34786         (parser_control): Use relative_time instead of doing it ourselves.
34787         (%union): Add new relative_time rel member.
34788         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
34789         Now typeless.
34790         (relunit, relunit_snumber): Now of type rel.
34791         (zone, rel, relunit, get_date): Adjust to above changes.
34792
34793         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
34794         Do not include unistd-safer.h.
34795         (getloadavg): Don't call fd_safer; no longer needed
34796         now that we include fcntl--.h.
34797
34798         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
34799         (make_dir_parents): Treat ENOSYS like EEXIST.
34800
34801         Improve quality of diagnostics on restore_cwd failure.
34802         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
34803         (make_dir_parents): Last arg is now int * (for errno), not bool *.
34804         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
34805         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
34806         each time through the loop.  Do not diagnose restore_cwd failure;
34807         that is the caller's job (and perhaps the caller does not care).
34808
34809         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
34810         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
34811         If the file already exists but is not a directory, don't bother
34812         to try to make its parents.
34813         Close potential file descriptor leak if we can't chdir("/") (!).
34814         Don't always return true if chdir($PWD) fails; return true only
34815         if the requested action was done successfully (except for the
34816         chdir($PWD)).
34817         Don't log final directory unless we actually made it.
34818         Refactor to avoid duplicate code to fix up permissions.
34819         Don't attempt to fix up parent permissions if chdir($PWD) fails.
34820
34821         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
34822         to make it a bit faster and (I hope) clearer.
34823         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
34824         Fix bug in formats like %2N.
34825
34826         * lib/verify.h: New file.
34827
34828 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
34829
34830         Sync from coreutils.
34831         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
34832
34833 2005-09-22  Jim Meyering  <jim@meyering.net>
34834
34835         Sync from coreutils.
34836
34837         * m4/lstat.m4 (gl_FUNC_LSTAT):
34838         Use AC_LIBSOURCES to require lstat.c and lstat.h.
34839         Remove obsolete comment.
34840         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
34841         * m4/xstrtod.m4: Likewise.
34842
34843         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
34844
34845 2005-09-22  Jim Meyering  <jim@meyering.net>
34846
34847         Sync from coreutils.
34848
34849         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
34850
34851         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
34852         the .tm_year member, since otherwise gcc-4.0 would now warn about
34853         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
34854
34855         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
34856         order to avoid an unsuppressible warning from gcc on 64-bit systems.
34857
34858         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
34859         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
34860         when run in a time zone for which daylight savings time is in effect
34861         for the starting date.
34862
34863         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
34864         stop us from restricting permissions of just-created absolute-named
34865         directories.
34866         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
34867         to restore initial working directory.
34868         * lib/mkdir-p.c (make_dir_parents): New parameter:
34869         different_working_dir, to tell caller if/when we change the working
34870         directory and are unable to return to the initial one.
34871         * lib/mkdir-p.h (make_dir_parents): Update prototype.
34872         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
34873         `return false'.  This fixes a bug introduced on 2004-07-30.
34874
34875         * lib/openat.c (fdopendir): Be sure to close the supplied
34876         file descriptor before returning.  This makes our replacement
34877         implementation a little closer to Solaris's, where fdopendir
34878         ties the file descriptor to the returned DIR* pointer.
34879         * lib/openat.c (unlinkat): New function.
34880         * lib/openat.h (unlinkat): Add prototype.
34881         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
34882         (openat_restore_fail): Rename from openat_restore_die.
34883         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
34884
34885         Provide an alternative to exiting immediately upon save_cwd or
34886         restore_cwd failure.  Now, an application can arrange e.g.,
34887         to perform a longjump in that case.
34888         * lib/openat.c: Include dirname.h.
34889         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
34890         (rpl_openat, fdopendir, fstatat): Call openat_save_die
34891         and openat_restore_die rather than calling error directly.
34892         Don't include "error.h" or "exitfail.h"; they're no longer needed.
34893
34894         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
34895         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
34896         define.
34897
34898         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
34899         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
34900                             int utc, int nanoseconds);
34901         Background:
34902         date should not have to allocate a megabyte of virtual memory to
34903         handle a format argument like +%1048575T.  When implemented with
34904         strftime, it must allocate such a buffer, use strftime to fill it
34905         in, print it, then free it.
34906         With fprintftime, it simply prints everything and exits.
34907         With no need for memory allocation, that's one fewer way to fail.
34908         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
34909         optional field width, not before, so we accept %9:z, not %:9z.
34910         (my_strftime): Be sure to use L_('x') for literals.
34911
34912         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
34913         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
34914         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
34915         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
34916         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
34917         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
34918         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
34919         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
34920         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
34921         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
34922         * lib/xgethostname.c, lib/xreadlink.c:
34923         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
34924
34925         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
34926         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
34927         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
34928         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
34929         and don't include <sys/file.h>).
34930
34931 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
34932
34933         Sync from coreutils.
34934
34935         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
34936         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
34937         [!LDAV_DONE]: Avoid unused variable warning.
34938
34939 2005-09-21  Bruno Haible  <bruno@clisp.org>
34940
34941         * lib/unicodeio.h (unicode_to_mb): New declaration.
34942
34943 2005-09-20  Derek Price  <derek@ximbiot.com>
34944
34945         * lib/getaddrinfo.c: Don't include <netdb.h> included from
34946         getaddrinfo.h.
34947
34948 2005-09-20  Bruno Haible  <bruno@clisp.org>
34949
34950         * gnulib-tool: Remove trailing slashes from the values specified for
34951         --source-base, --m4-base, --tests-base, --aux-dir.
34952         Suggested by Simon Josefsson <jas@extundo.com>.
34953
34954 2005-09-20  Bruno Haible  <bruno@clisp.org>
34955
34956         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
34957         func_modules_to_filelist, func_import, func_create_testdir): Make all
34958         sorting results locale-independent, so that gnulib-cache.m4 doesn't
34959         change when gnulib-tool is invoked in a different locale.
34960
34961 2005-09-19  Simon Josefsson  <jas@extundo.com>
34962
34963         * m4/socklen.m4: Fix typo.
34964
34965 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34966
34967         Use a consistent style for including <config.h>.
34968         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
34969         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
34970         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
34971         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
34972         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
34973         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
34974         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
34975         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
34976         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
34977         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
34978         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
34979         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
34980         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
34981         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
34982         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
34983         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
34984         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
34985         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
34986         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
34987         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
34988         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
34989         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
34990         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
34991         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
34992         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
34993         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
34994         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
34995         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
34996         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
34997         lib/xstrtoumax.c, lib/yesno.c:
34998         Standardize inclusion of config.h.
34999         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
35000         lib/inttostr.h:  Removed inclusion of config.h from header files.
35001         * lib/inttostr.c:  Adjusted in-tree users.
35002         * lib/timespec.h: Remove superfluous warning to include config.h.
35003         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
35004         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
35005         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
35006         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
35007         config.h with HAVE_CONFIG_H.
35008
35009 2005-09-19  Jim Meyering  <jim@meyering.net>
35010
35011         * modules/pathmax (License): Change to LGPL.
35012
35013 2005-09-19  Derek Price  <derek@ximbiot.com>
35014
35015         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
35016
35017 2005-09-19  Bruno Haible  <bruno@clisp.org>
35018
35019         * gnulib-tool (import): Provide default for --tests-base.
35020
35021 2005-09-19  Bruno Haible  <bruno@clisp.org>
35022
35023         * doc/quote.texi: New file, extracted from gnulib.texi.
35024         * doc/ctime.texi: New file, extracted from gnulib.texi.
35025         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
35026         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
35027         * doc/gnulib.texi: Include them.
35028
35029 2005-09-18  Bruno Haible  <bruno@clisp.org>
35030
35031         Portability fix.
35032         * gnulib-tool (func_readlink): New function.
35033         (func_ln_if_changed): Use it.
35034
35035 2005-09-18  Bruno Haible  <bruno@clisp.org>
35036
35037         * gnulib-tool: Support --with-tests also with --import.
35038         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
35039         (func_import): Use variables $testsbase and $inctests. Emit a
35040         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
35041         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
35042         SUBDIRS += $testsdir.
35043         (func_create_testdir): Update.
35044
35045 2005-09-18  Bruno Haible  <bruno@clisp.org>
35046
35047         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
35048         instead of $dry_run.
35049         (func_cp_if_changed, func_mv_if_changed): Remove functions.
35050         (func_ln_if_changed): Don't handle dry-run here.
35051         (func_import): In dry-run mode, detect more precisely which actions
35052         would be performed, and don't use "...ing" verbs.
35053
35054 2005-09-18  Bruno Haible  <bruno@clisp.org>
35055
35056         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
35057         (func_import): Use join on two temporary files instead of three nested
35058         loops, in order to determine which files are new or old.
35059
35060 2005-09-18  Bruno Haible  <bruno@clisp.org>
35061
35062         * gnulib-tool (func_import): Comment out code that spits out the
35063         new files with --dry-run.
35064
35065 2005-09-18  Bruno Haible  <bruno@clisp.org>
35066
35067         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
35068
35069 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35070
35071         * lib/stat-time.h: New file.
35072         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
35073         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
35074         in a different way.
35075         (timespec_cmp): New function.
35076         * lib/utimecmp.c: Include stat-time.h.
35077         (SYSCALL_RESOLUTION): Depend on whether various struct stat
35078         members exist, not on the obsolescent ST_MTIM_NSEC.
35079         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
35080
35081 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35082
35083         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
35084
35085 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
35086
35087         * MODULES.html.sh (File system functions): Add stat-time.
35088         * modules/stat-time: New file.
35089         * modules/timespec (Files): Remove m4/st_mtim.m4; this
35090         is now done in a different way, by the stat-time module.
35091         * modules/utimecmp (Depends-on): Add stat-time.
35092
35093 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
35094
35095         * m4/st_mtim.m4: Remove.  Superseded by...
35096         * m4/stat-time.m4: New file.
35097         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
35098         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
35099
35100 2005-09-15  Derek Price  <derek@ximbiot.com>
35101
35102         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
35103
35104 2005-09-15  Derek Price  <derek@ximbiot.com>
35105
35106         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
35107         * lib/regex_internal.c: Ditto, using this...
35108         (__GNUC_PREREQ): ...new macro.
35109         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
35110         using...
35111         (__GNUC_PREREQ): ...this new macro.
35112
35113         * lib/strstr.h: Include string.h. Define strstr as a macro here.
35114
35115 2005-09-15  Derek Price  <derek@ximbiot.com>
35116             Paul Eggert  <eggert@cs.ucla.edu>
35117
35118         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
35119         changes, consolidating in...
35120         * lib/regex_internal.h: ...this file.
35121
35122 2005-09-13  Jim Meyering  <jim@meyering.net>
35123
35124         * lib/canon-host.c: Filter through gnu indent and reword comments
35125         slightly.
35126         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
35127
35128 2005-09-13  Derek Price  <derek@ximbiot.com>
35129
35130         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
35131         failure.
35132         Reported by Jim Meyering  <jim@meyering.net>.
35133
35134 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
35135
35136         * lib/base64.c: Typo.
35137         (base64_encode): Put b64str in initialized data section.
35138
35139 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
35140
35141         Merge glibc and coreutils changes into gnulib, plus a few
35142         extra fixes.
35143         * lib/md5.c: Use #error rather than a string.
35144         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
35145         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
35146         (__attribute__): Define to empty for non recent-GCC.
35147         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
35148         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
35149         Renamed from their non-__ counterparts, with new macros replacing
35150         them if not _LIBC.  Add __THROW attribute.
35151         (rol): Remove.
35152         (struct md5_ctx): Align buffer if using GCC.
35153         * lib/sha1.h (struct sha1_ctx): Likewise.
35154         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
35155         The old name was backwards.
35156         (NOTSWAP): Remove; not used.
35157         (rol): New macro, moved here from md5.h.
35158         (sha1_process_block): Remove a FIXME that doesn't make sense.
35159
35160 2005-09-12  Derek Price  <derek@ximbiot.com>
35161
35162         Return usable errors from canon-host.
35163         * lib/canon-host.h: New file.
35164         * lib/canon-host.c (canon_host): Wrap...
35165         (canon_host_r): ...this new function, which now relies exclusively on
35166         getaddrinfo.
35167         (ch_strerror): New function.
35168         (last_cherror): New global.
35169         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
35170         interface.
35171         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
35172         void *.
35173         (freeaddrinfo): Free ai->ai_canonname when set.
35174
35175 2005-09-12  Derek Price  <derek@ximbiot.com>
35176
35177         Make canon-host require getaddrinfo.
35178         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
35179         AC_LIBSOURCE canon-host.h.  Call...
35180         (gl_PREREQ_CANON_HOST): ...this new function, which requires
35181         gl_GETADDRINFO.
35182         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
35183
35184 2005-09-12  Derek Price  <derek@ximbiot.com>
35185
35186         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
35187         LGPL.
35188         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
35189
35190 2005-09-12  Derek Price  <derek@ximbiot.com>
35191
35192         * lib/gai_strerror.c: Include config.h when available.  Include
35193         getaddrinfo.h before other headers to test interface.
35194         Reported by Larry Jones <lawrence.jones@ugs.com>.
35195
35196 2005-09-12  Derek Price  <derek@ximbiot.com>
35197             Paul Eggert  <eggert@cs.ucla.edu>
35198
35199         * modules/glob (Files): Add glob-libc.h.
35200
35201 2005-09-12  Derek Price  <derek@ximbiot.com>
35202             Paul Eggert  <eggert@cs.ucla.edu>
35203
35204         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
35205         glob_.h, glob-libc.h.
35206         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
35207
35208 2005-09-12  Derek Price  <derek@ximbiot.com>
35209             Paul Eggert  <eggert@cs.ucla.edu>
35210
35211         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
35212         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
35213         protecting things that should be done only in gnulib contexts.
35214         * lib/glob_.h: New file, containing only the glob things needed for
35215         gnulib.
35216         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
35217         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
35218         (glob, globfree, glob_pattern_p): Now defined simply in terms of
35219         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
35220         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
35221         and to respect the namespace rules better.
35222
35223 2005-09-08  Simon Josefsson  <jas@extundo.com>
35224
35225         * modules/socklen: New file.
35226
35227 2005-09-08  Simon Josefsson  <jas@extundo.com>
35228
35229         * m4/socklen.m4: New file.
35230
35231 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35232
35233         * modules/utimens (Files): Add m4/utimbuf.m4, since
35234         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
35235         Reported by Sergey Poznyakoff.
35236
35237 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35238
35239         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
35240         definitions, since that's the preferred style in glibc.
35241         Fix a minor spacing issue, and update copyright notice to match
35242         glibc's.
35243
35244 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
35245
35246         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
35247
35248 2005-09-06  Simon Josefsson  <jas@extundo.com>
35249
35250         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
35251         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
35252
35253 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35254
35255         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
35256         warning.
35257
35258 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
35259
35260         * config/srclist.txt: Add glibc bug 1302.
35261
35262 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
35263
35264         Change bitset word type from unsigned int to unsigned long int,
35265         as this has better performance on typical 64-bit hosts.
35266         Port bitset code to hosts with unusual word sizes.
35267         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
35268         (build_collating_symbol):
35269         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
35270         argument is a bitset.  This is merely a style issue, but it makes
35271         it clearer that an entire array is expected.
35272         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
35273         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
35274         Port to the case where bitset_word is not the same as unsigned int.
35275         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35276         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
35277         Likewise.
35278         * lib/regexec.c (check_dst_limits_calc_pos_1,
35279         check_subexp_matching_top):
35280         (build_trtable, group_nodes_into_DFAstates):
35281         Likewise.
35282         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
35283         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
35284         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
35285         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
35286         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
35287         * lib/regcomp.c (optimize_subexps, lower_subexp):
35288         Work even if bitset_word has holes in its bitwise representation.
35289         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
35290         * lib/regexec.c (check_dst_limits_calc_pos_1,
35291         check_subexp_matching_top):
35292         Likewise.
35293         * lib/regex_internal.c (re_string_reconstruct):
35294         Don't assume UCHAR_MAX == 255.
35295         * lib/regex_internal.h (bitset_set_all): Likewise.
35296         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
35297         All uses changed.
35298         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
35299         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
35300         All uses changed.
35301         (BITSET_WORD_MAX): New macro.
35302         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
35303         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
35304         (bitset_empty, bitset_copy):
35305         Prefer sizeof (bitset) to multiplying it out ourselves.
35306         (bitset_not_merge): Remove; unused.
35307         (bitset_contain): Return bool, not unsigned int with one bit on.
35308         All callers changed.
35309         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
35310         alignment than re_node_set; do this by defining a new internal
35311         type struct dests_alloc and using it to allocate memory.
35312
35313 2005-09-05  Bruno Haible  <bruno@clisp.org>
35314
35315         * gnulib-tool (func_import): Fix comparison in handling of symbolic
35316         links.
35317
35318 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
35319
35320         * modules/size_max (Makefile.am): Add size_max.h
35321
35322 2005-09-04  Derek Price  <derek@ximbiot.com>
35323
35324         * gnulib-tool (func_import): Fix reversed $symbolic logic.
35325
35326 2005-09-03  Simon Josefsson  <jas@extundo.com>
35327
35328         * gnulib-tool: Fix typo.
35329
35330 2005-09-03  Simon Josefsson  <jas@extundo.com>
35331
35332         * config/srclist.txt: Add glibc bug 1293.
35333
35334 2005-09-03  Derek Price  <derek@ximbiot.com>
35335
35336         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
35337         From Larry Jones <lawrence.jones@ugs.com>.
35338
35339 2005-09-02  Simon Josefsson  <jas@extundo.com>
35340
35341         * modules/socklen: New file.
35342
35343 2005-09-02  Simon Josefsson  <jas@extundo.com>
35344
35345         * modules/havelib: New module.
35346
35347         * modules/gettext, modules/iconv, modules/lock, modules/readline:
35348         Use havelib.
35349
35350 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35351
35352         Check for arithmetic overflow when calculating sizes, to prevent
35353         some buffer-overflow issues.  These patches are conservative, in the
35354         sense that when I couldn't determine whether an overflow was possible,
35355         I inserted a run-time check.
35356         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
35357         macros.
35358         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
35359         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
35360         (re_xnrealloc, re_x2nrealloc): New inline functions.
35361         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
35362         parse_bracket_exp):
35363         (build_equiv_class, build_charclass): Check for arithmetic overflow
35364         in size expression calculations.
35365         * lib/regex_internal.c (re_string_realloc_buffers):
35366         (build_wcs_upper_buffer, re_node_set_add_intersect):
35367         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
35368         (re_dfa_add_node, register_state): Likewise.
35369         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
35370         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
35371         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
35372         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
35373
35374 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
35375
35376         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
35377         m4/ulonglong.m4.  Problem reported by Martin Lambers.
35378
35379 2005-09-02  Bruno Haible  <bruno@clisp.org>
35380
35381         Support for lib vs. lib64 distinction on biarch platforms.
35382         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
35383         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
35384         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
35385
35386 2005-09-02  Bruno Haible  <bruno@clisp.org>
35387
35388         * gnulib-tool (import): In the other first-use case, provide defaults
35389         as well.
35390
35391 2005-09-02  Bruno Haible  <bruno@clisp.org>
35392
35393         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
35394         patches not yet found in the latest gettext release.
35395
35396 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35397
35398         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
35399         to avoid a collision with bits/local_lim.h in glibc.
35400         All uses changed.  Problem reported by Dmitry V. Levin in
35401         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
35402
35403         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
35404         bugs in int versus size_t comparisons.
35405         (re_string_context_at): Fix bug where the code assumed that
35406         Idx is signed.
35407
35408         Use bool where appropriate.
35409         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
35410         All callers changed.
35411         (calc_eclosure_iter): Likewise, for ROOT arg.
35412         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
35413         (build_charclass_op): Likewise, for NON_MATCH arg.
35414         * lib/regex_internal.c (re_string_allocate, re_string_construct):
35415         (re_string_construct_common): Likewise, for ICASE arg.
35416         * lib/regexec.c (re_search_2_stub, re_search_stub):
35417         Likewise, for RET_LEN arg.
35418         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
35419         (set_regs): Likewise, for FL_BACKTRACK arg.
35420         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
35421         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
35422         (calc_eclosure_iter, parse_bracket_exp):
35423         Use bool for internal variables that are booleans.
35424         * lib/regexec.c (re_search_internal, check_matching,
35425         proceed_next_node):
35426         (set_regs, build_sifted_states, sift_states_bkref):
35427         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
35428         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
35429         (find_collation_sequence_value):
35430         Likewise.
35431         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
35432         (re_node_set_compare):
35433         Return bool, not int. All callers changed.
35434         * lib/regexec.c (check_halt_node_context, check_dst_limits):
35435         (build_trtable, check_node_accept): Likewise.
35436         * lib/regex_internal.h: Include stdbool.h.
35437
35438         Fix bugs uncovered when converting to bool.
35439         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
35440         failure instead of charging ahead blindly.
35441         * lib/regex_internal.c (register_state): Likewise.
35442         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
35443         for freeing internal storage.
35444         (group_nodes_into_DFA_states): Use unsigned int, not int, for
35445         bitset pieces used as boolean, to avoid undefined behavior
35446         on hosts that do int overflow checking.
35447
35448 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
35449
35450         * config/srclist.txt: Add glibc bugs 1285-1287.
35451
35452 2005-09-01  Jim Meyering  <jim@meyering.net>
35453
35454         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
35455         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
35456         Require gl_STAT_MACROS, too.
35457
35458 2005-09-01  Bruno Haible  <bruno@clisp.org>
35459
35460         * gnulib-tool (import): In the first-use case, provide defaults.
35461
35462 2005-09-01  Bruno Haible  <bruno@clisp.org>
35463
35464         * gnulib-tool (func_import): Remove the .tmp files.
35465
35466 2005-09-01  Bruno Haible  <bruno@clisp.org>
35467
35468         * gnulib-tool (func_import): Fix handling of symbolic links.
35469
35470 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35471
35472         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
35473         old glibc regex code mishandles strings longer than 2**31 bytes.
35474         This patch fixes this when the regex code is used in gnulib
35475         (i.e., outside glibc).
35476
35477         This patch should not affect the use of the regex code inside
35478         glibc.  No doubt this problem also needs to be handled for glibc
35479         as well, but the result will be an incompatible change to the
35480         glibc ABI, and the old ABI will have to be supported too.  That
35481         can be the the subject for another patch.
35482
35483         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
35484         governing whether the rest of this patch is active.  By default,
35485         the macro is disabled and the patch has no effect.
35486         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
35487         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
35488         (struct re_pattern_buffer, re_search, re_search_2, re_match):
35489         (re_match_2, re_set_registers): Use the new types.
35490         * lib/regex_internal.h (Idx, re_hashval_t): New types.
35491         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
35492         New macros.
35493         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
35494         (re_string_context_at, bin_tree_t, re_dfastate_t):
35495         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
35496         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
35497         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
35498         (re_string_char_size_at, re_string_wchar_at):
35499         (re_string_elem_size_at):
35500         Use the new types and macros to port to 64-bit hosts.
35501         Use unsigned types for internal values, so that the code
35502         mostly works even for arrays larger than SSIZE_MAX.
35503         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
35504         (search_duplicated_node, calc_eclosure_iter, fetch_number):
35505         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
35506         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
35507         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
35508         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
35509         (calc_inveclosure, parse_dup_op, build_range_exp):
35510         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
35511         (fetch_number, create_token_tree, mark_opt_subexp):
35512         Likewise.
35513         * lib/regex_internal.c (re_string_construct_common,
35514         create_ci_newstate):
35515         (create_cd_newstate, re_string_allocate, re_string_construct):
35516         (re_string_realloc_buffers, build_wcs_upper_buffer):
35517         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
35518         (re_string_reconstruct, re_string_peek_byte_case):
35519         (re_string_fetch_byte_case, re_string_context_at):
35520         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
35521         (re_node_set_init_copy, re_node_set_add_intersect):
35522         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35523         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35524         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
35525         (re_acquire_state, re_acquire_state_context, register_state):
35526         Likewise.
35527         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
35528         search_cur_bkref_entry):
35529         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
35530         (re_search_internal, re_search_2_stub, re_search_stub)
35531         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
35532         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
35533         (update_cur_sifted_state, check_dst_limits):
35534         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35535         (check_subexp_limits, sift_states_bkref, merge_state_array):
35536         (check_subexp_matching_top, get_subexp, get_subexp_sub):
35537         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
35538         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
35539         (expand_bkref_cache, check_node_accept_bytes):
35540         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
35541         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
35542         (acquire_init_state_context, check_halt_node_context):
35543         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
35544         (sift_states_backward, clean_state_log_if_needed):
35545         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
35546         (find_recover_state, transit_state_sb, transit_state_mb):
35547         (transit_state_bkref, build_trtable, match_ctx_clean):
35548         Likewise.
35549         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
35550         to work around an assumption that REG_MISSING is negative.
35551
35552         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
35553         (seek_collating_symbol_entry) [defined _LIBC]:
35554         (lookup_collation_sequence_value) [defined _LIBC]:
35555         (build_range_exp, build_collating_symbol) [defined _LIBC]:
35556         Use prototypes rather than old-style function definitions.
35557         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
35558         (transit_state_sb) [0]:
35559         (find_collation_sequence_value) [defined _LIBC]: Likewise.
35560
35561         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
35562         rm_eo.
35563
35564         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
35565         (optimize_subexps, lower_subexp):
35566         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
35567         since the signed shift might overflow.  Use 1u<<31 instead.
35568         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
35569         Likewise.
35570         * lib/regexec.c (check_dst_limits_calc_pos_1,
35571         check_subexp_matching_top): Likewise.
35572
35573         * lib/regcomp.c (optimize_subexps, lower_subexp):
35574         Use CHAR_BIT rather than 8, for clarity.
35575         * lib/regexec.c (check_dst_limits_calc_pos_1):
35576         (check_subexp_matching_top): Likewise.
35577         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
35578         have to worry about portability issues when shifting it left.
35579         Remove no-longer-needed test for table_size > 0.
35580         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
35581         in a word, as the resulting behavior is undefined.
35582         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
35583         in one case, a <= should have been an <, and in another case the
35584         whole test was missing.
35585         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
35586         the standard name CHAR_BIT.
35587         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
35588         this is not true on one's complement and signed-magnitude hosts.
35589
35590         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
35591         next_last_offset.
35592         (struct re_dfa_t): Remove unused member states_alloc.
35593         * lib/regcomp.c (init_dfa): Don't initialize unused members.
35594
35595 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35596
35597         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
35598         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
35599         and large-file glibc and in 32-bit large-file Solaris.
35600
35601 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35602
35603         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
35604         lengths fit in regoff_t; this isn't true if regoff_t is the same
35605         width as size_t.
35606         * lib/regex.c (re_search_internal): 5th arg is LAST_START
35607         (= START + RANGE) instead of RANGE.  This avoids overflow
35608         problems when regoff_t is the same width as size_t.
35609         All callers changed.
35610         (re_search_2_stub): Check for overflow when adding the
35611         sizes of the two strings.
35612         (re_search_stub): Check for overflow when adding START
35613         to RANGE; if it occurs, substitute the extreme value.
35614
35615 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
35616
35617         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
35618
35619 2005-08-31  Jim Meyering  <jim@meyering.net>
35620
35621         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
35622         a pointer-to-const.
35623         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
35624         (register_state): Likewise.
35625         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
35626         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
35627         (group_nodes_into_DFAstates): Likewise.
35628
35629 2005-08-31  Jim Meyering  <jim@meyering.net>
35630
35631         * check-module: Add a FIXME comment.
35632
35633 2005-08-31  Eric Blake  <ebb9@byu.net>
35634
35635         * modules/unistd-safer (Files): Add unistd--.h.
35636         * modules/stdio-safer (Files): Add stdio--.h.
35637
35638 2005-08-31  Derek Price  <derek@ximbiot.com>
35639
35640         * lib/getdelim.c (getdelim): Return EOF on EOF.
35641         Reported by Larry Jones <lawrence.jones@ugs.com>.
35642
35643 2005-08-31  Bruno Haible  <bruno@clisp.org>
35644
35645         Avoid unnecessary diffs in the generated lib/Makefile.am.
35646         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
35647         the generated files.
35648         (func_import): Don't set cmd.
35649
35650 2005-08-31  Bruno Haible  <bruno@clisp.org>
35651
35652         * lib/strstr.c: Include <stddef.h>, for NULL.
35653         * lib/strcasestr.c: Likewise.
35654         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
35655
35656 2005-08-31  Bruno Haible  <bruno@clisp.org>
35657
35658         * gnulib-tool: New option --macro-prefix.
35659         (func_import): Use macro_prefix.
35660         (import): Handle option --macro-prefix.
35661
35662 2005-08-31  Bruno Haible  <bruno@clisp.org>
35663
35664         * gnulib-tool (import): Rename most ac_* variables to cached_*.
35665         Also use new variables cached_lgpl, cached_libtool.
35666
35667 2005-08-31  Bruno Haible  <bruno@clisp.org>
35668
35669         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
35670         always instantiating them.
35671
35672 2005-08-31  Bruno Haible  <bruno@clisp.org>
35673
35674         * gnulib-tool (func_import): Read the previous cached settings
35675         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
35676         earlier added by gnulib but are now dropped. Warn when a gnulib file
35677         overwrites a non-gnulib file.
35678
35679 2005-08-31  Bruno Haible  <bruno@clisp.org>
35680
35681         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
35682         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
35683         projects that don't keep autogenerated files in CVS. Put into
35684         actioncmd only the specified modules, not the transitive closure.
35685
35686 2005-08-31  Bruno Haible  <bruno@clisp.org>
35687
35688         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
35689         Create directories that shall be filled.
35690         (import): Don't look for gl_* macros in configure.ac. Recurse across
35691         all directories containing a gnulib-cache.m4 files, if meaningful.
35692
35693 2005-08-31  Bruno Haible  <bruno@clisp.org>
35694
35695         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
35696         (import): Set seen_libtool when we see gl_LIBTOOL.
35697
35698 2005-08-31  Bruno Haible  <bruno@clisp.org>
35699
35700         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
35701         declaration macro definitions from generated gnulib.m4.
35702
35703 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
35704
35705         * lib/iconvme.h: Add prototype for iconv_alloc.
35706
35707 2005-08-29  Simon Josefsson  <jas@extundo.com>
35708
35709         * lib/iconvme.c: Fix errno.
35710
35711 2005-08-29  Bruno Haible  <bruno@clisp.org>
35712
35713         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
35714         that it works when the directory contains spaces.
35715
35716 2005-08-29  Bruno Haible  <bruno@clisp.org>
35717
35718         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
35719
35720 2005-08-29  Bruno Haible  <bruno@clisp.org>
35721
35722         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
35723         Emit more advice.
35724
35725 2005-08-29  Bruno Haible  <bruno@clisp.org>
35726         and Stepan Kasal  <kasal@ucw.cz>
35727
35728         * check-module: If more parameters are given, check each of them
35729         separately; add more exceptions, as noted by Jim Meyering.
35730         (check_module): New procedure.
35731         (%exempt_header): Now contains all exceptions.
35732
35733 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
35734
35735         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
35736
35737 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
35738
35739         * lib/iconvme.c: Split iconv_string into iconv_alloc.
35740
35741 2005-08-28  Bruno Haible  <bruno@clisp.org>
35742
35743         * m4/gnulib-tool.m4: New file.
35744
35745 2005-08-27  Jim Meyering  <jim@meyering.net>
35746
35747         * modules/unistd-safer (Files): Add pipe-safer.c.
35748         * modules/fcntl-safer (Files): Add creat-safer.c.
35749
35750 2005-08-27  Jim Meyering  <jim@meyering.net>
35751
35752         * m4/stdlib-safer.m4: New file.  From coreutils.
35753         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
35754         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
35755         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
35756         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
35757         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
35758
35759 2005-08-27  Jim Meyering  <jim@meyering.net>
35760
35761         * lib/fopen-safer.c: Merge minor changes from coreutils.
35762         * lib/dup-safer.c: Likewise.
35763         * lib/fd-safer.c: Likewise.
35764
35765         Merge from coreutils.
35766         * lib/stdio--.h: New file.
35767         * lib/stdlib--.h: New file.
35768         * lib/mkstemp-safer.c: New file.
35769
35770         GNU tar needs these.
35771         * lib/pipe-safer.c: New file.
35772         * lib/creat-safer.c: New file.
35773         * lib/fcntl--.h (creat): Define to creat_safer.
35774         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
35775         * lib/unistd--.h (pipe): Define to pipe_safer.
35776         * lib/unistd-safer.h: Declare pipe_safer.
35777
35778 2005-08-26  Simon Josefsson  <jas@extundo.com>
35779
35780         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
35781         Haible <bruno@clisp.org>.
35782
35783 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
35784
35785         * lib/regex_internal.h: Remove all references to
35786         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
35787         or better.
35788         (bitset_not, bitset_merge, bitset_not_merge):
35789         (bitset_mask, re_string_allocate, re_string_construct):
35790         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
35791         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
35792         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
35793         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
35794         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
35795         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
35796         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
35797         (re_acquire_state_context):
35798         Remove unnecessary forward decls.
35799         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
35800         Put __attribute at function definition,
35801         now that the function decl has been removed.
35802         * lib/regex_internal.c (re_string_peek_byte_case):
35803         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
35804         Likewise.
35805
35806 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
35807
35808         * m4/regex.m4: Add AC_PREREQ(2.50).
35809         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
35810
35811 2005-08-25  Simon Josefsson  <jas@extundo.com>
35812
35813         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
35814         __fsetlocking.
35815
35816 2005-08-25  Simon Josefsson  <jas@extundo.com>
35817
35818         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
35819         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
35820         GLIBC specific code.
35821
35822 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35823
35824         Make regex safe for g++.  This fixes one real bug (an "err"
35825         that should have been "*err").  g++ problem reported by
35826         Sam Steingold.
35827         * lib/regex_internal.h (re_calloc): New macro, consistent with
35828         re_malloc etc.  All callers of calloc changed to use re_calloc.
35829         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
35830         not int.  All callers changed.
35831         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
35832         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
35833         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
35834         (find_recover_state): Change "err" to "*err"; this fixes what
35835         appears to be a real bug.
35836         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
35837         versus int.
35838
35839 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35840
35841         * modules/regex (Depends-on): Add malloc, since the code
35842         assumes that !malloc(0) means failure.
35843
35844 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35845
35846         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
35847
35848         alloca modernization/simplification for regex.
35849         * lib/regex.c: Remove portability cruft for alloca.  This no longer
35850         needs to be at the start of the file, and can be moved into
35851         regex_internal.h and simplified.
35852         * lib/regex_internal.h: Include <alloca.h>.
35853         (__libc_use_alloca) [!defined _LIBC]: New macro.
35854         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
35855         now works outside glibc.
35856
35857 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
35858
35859         * config/srclist.txt: Add glibc bugs 1241, 1245.
35860
35861 2005-08-25  Jim Meyering  <jim@meyering.net>
35862
35863         * lib/open-safer.c: Include <config.h>.
35864         Otherwise, we'd lose LARGEFILE support in any file using
35865         e.g. "fcntl--.h"
35866
35867 2005-08-25  Bruno Haible  <bruno@clisp.org>
35868
35869         * m4/minmax.m4: Require autoconf 2.52.
35870         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
35871         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
35872         alternatives of translit over the alphabet.
35873         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
35874
35875 2005-08-24  Simon Josefsson  <jas@extundo.com>
35876
35877         * tests/test-getpass.c: New file.
35878
35879 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35880
35881         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
35882         for GNU regex features.
35883
35884 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
35885
35886         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
35887         * lib/regex.h (regerror): Likewise.
35888
35889         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
35890         requires this.  (The code never needed it.)
35891
35892         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
35893         All uses of recently-renamed identifiers changed to use the new,
35894         POSIX-compliant names.  The code will build and run just fine
35895         without these changes, but it's better to eat our own dog food
35896         and use the standard-conforming names.
35897
35898         * lib/regex.h: Fix a multitude of POSIX name space violations.
35899         These changes have an effect only for programs that define
35900         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
35901         do not change anything for programs compiled in the normal way.
35902         Also, there is no effect on the ABI.
35903
35904         (_REGEX_SOURCE): New macro.
35905         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
35906         defined and _GNU_SOURCE is not; this fixes a name space violation.
35907
35908         Rename the following macros to obey POSIX requirements.
35909         The old names are still visible as macros if _REGEX_SOURCE is defined.
35910         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
35911         RE_BACKSLASH_ESCAPE_IN_LISTS.
35912         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
35913         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
35914         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
35915         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
35916         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
35917         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
35918         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
35919         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
35920         (REG_INTERVALS): renamed from RE_INTERVALS.
35921         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
35922         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
35923         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
35924         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
35925         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
35926         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
35927         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
35928         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
35929         RE_UNMATCHED_RIGHT_PAREN_ORD.
35930         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
35931         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
35932         (REG_DEBUG): renamed from RE_DEBUG.
35933         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
35934         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
35935         unusual, since we can't clash with the POSIX REG_ICASE.
35936         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
35937         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
35938         (REG_NO_SUB): renamed from RE_NO_SUB.
35939         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
35940         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
35941         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
35942         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
35943         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
35944         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
35945         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
35946         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
35947         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
35948         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
35949         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
35950         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
35951         RE_SYNTAX_POSIX_MINIMAL_BASIC.
35952         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
35953         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
35954         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
35955         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
35956         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
35957         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
35958         (REG_FIXED): Renamed from REGS_FIXED.
35959         (REG_NREGS): Renamed from RE_NREGS.
35960
35961         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
35962         of other REG_* macros, since POSIX says the user is allowed to
35963         #undef these macros selectively.
35964
35965         (reg_errcode_t): Update comment stating what other tables need
35966         to be consistent.
35967
35968         Rename the following enum values to obey POSIX requirements.
35969         The old names are still visible as macros.
35970         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
35971         is not defined, since GNU is supposed to be a superset of POSIX as
35972         much as possible, and since we want reg_errcode_t to be a signed
35973         type for implementation consistency.
35974         (_REG_NOERROR): Renamed from REG_NOERROR.
35975         (_REG_NOMATCH): Renamed from REG_NOMATCH.
35976         (_REG_BADPAT): Renamed from REG_BADPAT.
35977         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
35978         (_REG_ECTYPE): Renamed from REG_ECTYPE.
35979         (_REG_EESCAPE): Renamed from REG_EESCAPE.
35980         (_REG_ESUBREG): Renamed from REG_ESUBREG.
35981         (_REG_EBRACK): Renamed from REG_EBRACK.
35982         (_REG_EPAREN): Renamed from REG_EPAREN.
35983         (_REG_EBRACE): Renamed from REG_EBRACE.
35984         (_REG_BADBR): Renamed from REG_BADBR.
35985         (_REG_ERANGE): Renamed from REG_ERANGE.
35986         (_REG_ESPACE): Renamed from REG_ESPACE.
35987         (_REG_BADRPT): Renamed from REG_BADRPT.
35988         (_REG_EEND): Renamed from REG_EEND.
35989         (_REG_ESIZE): Renamed from REG_ESIZE.
35990         (_REG_ERPAREN): Renamed from REG_ERPAREN.
35991         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
35992         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
35993         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
35994         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
35995
35996         (_REG_RE_NAME, _REG_RM_NAME): New macros.
35997         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
35998         changed.  But support the old name if the new one is not defined
35999         and if _REGEX_SOURCE.
36000
36001         Change the following member names in struct re_pattern_buffer.
36002         The old names are still supported if !_REGEX_SOURCE.
36003         The new names are always supported, regardless of _REGEX_SOURCE.
36004         (re_buffer): Renamed from buffer.
36005         (re_allocated): Renamed from allocated.
36006         (re_used): Renamed from used.
36007         (re_syntax): Renamed from syntax.
36008         (re_fastmap): Renamed from fastmap.
36009         (re_translate): Renamed from translate.
36010         (re_can_be_null): Renamed from can_be_null.
36011         (re_regs_allocated): Renamed from regs_allocated.
36012         (re_fastmap_accurate): Renamed from fastmap_accurate.
36013         (re_no_sub): Renamed from no_sub.
36014         (re_not_bol): Renamed from not_bol.
36015         (re_not_eol): Renamed from not_eol.
36016         (re_newline_anchor): Renamed from newline_anchor.
36017
36018         Change the following member names in struct re_registers.
36019         The old names are still supported if !_REGEX_SOURCE.
36020         The new names are always supported, regardless of _REGEX_SOURCE.
36021         (rm_num_regs): Renamed from num_regs.
36022         (rm_start): Renamed from start.
36023         (rm_end): Renamed from end.
36024
36025         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
36026         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
36027         Prepend __ to parameter names.
36028
36029         Undo yesterday's changes.
36030
36031 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
36032
36033         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
36034         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
36035         lib/regex.c.
36036
36037 2005-08-24  Jim Meyering  <jim@meyering.net>
36038
36039         Sync from coreutils.
36040         * m4/fcntl-safer.m4: New file.
36041
36042         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
36043         and object files for this module.
36044
36045 2005-08-24  Jim Meyering  <jim@meyering.net>
36046
36047         Sync from coreutils.
36048         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
36049
36050 2005-08-24  Jim Meyering  <jim@meyering.net>
36051
36052         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
36053         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
36054
36055 2005-08-24  Jim Meyering  <jim@meyering.net>
36056
36057         * modules/fcntl-safer: New module.
36058         * modules/fts (Depends-on): Add fcntl-safer.
36059         * MODULES.html.sh (File descriptor based Input/Output):
36060         Add fcntl-safer.
36061
36062 2005-08-24  Bruno Haible  <bruno@clisp.org>
36063
36064         Support for unit test modules.
36065         * modules/README: Mention tests modules.
36066         * modules/TEMPLATE-TESTS: New file.
36067         * gnulib-tool: New options --extract-tests-module, --with-tests and
36068         --tests-base (unused for the moment).
36069         (testsbase, inctests): New variables.
36070         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
36071         (func_verify_module): Exclude TEMPLATE-TESTS.
36072         (func_verify_nontests_module, func_verify_tests_module): New functions.
36073         (func_get_dependencies): Add implicit dependency for tests modules.
36074         (func_get_tests_module): New function.
36075         (func_modules_transitive_closure): When --with-tests was specified,
36076         include the unit tests as well, unless explicitly avoided.
36077         (func_emit_lib_Makefile_am): Ignore the tests modules here.
36078         (func_emit_tests_Makefile_am): New function.
36079         (func_create_testdir): When --with-tests was specified, emit a
36080         tests/ directory.
36081         * MODULES.html.sh (Future developments): Update.
36082
36083 2005-08-24  Bruno Haible  <bruno@clisp.org>
36084
36085         * modules/tls-tests: New file.
36086         * tests/test-tls.c: New file, from GNU gettext.
36087
36088 2005-08-24  Bruno Haible  <bruno@clisp.org>
36089
36090         * modules/lock-tests: New file.
36091         * tests/test-lock.c: New file, from GNU gettext.
36092
36093 2005-08-24  Bruno Haible  <bruno@clisp.org>
36094
36095         * lib/lock.h: Add multiple inclusion guard.
36096         * lib/tls.h: Add multiple inclusion guard.
36097
36098 2005-08-24  Bruno Haible  <bruno@clisp.org>
36099
36100         * gnulib-tool: Add support for the --aux-dir option to
36101         --create-testdir, --create-megatestdir, --test, --megatest.
36102         (func_create_testdir, func_create_megatestdir): Optionally emit a
36103         AC_CONFIG_AUX_DIR directive.
36104         (create-testdir, create-megatestdir, test, megatest): Provide a
36105         default value for $auxdir.
36106
36107 2005-08-24  Bruno Haible  <bruno@clisp.org>
36108
36109         * gnulib-tool (import): Use compound statement instead of subshell
36110         where possible.
36111
36112 2005-08-24  Bruno Haible  <bruno@clisp.org>
36113
36114         * gnulib-tool (import): Change --aux-dir default to "build-aux".
36115
36116 2005-08-24  Bruno Haible  <bruno@clisp.org>
36117
36118         * gnulib-tool (func_version): Update.
36119
36120 2005-08-24  Bruno Haible  <bruno@clisp.org>
36121
36122         * gnulib-tool (func_import, func_create_testdir,
36123         func_create_megatestdir): Quote all autoconf macro arguments.
36124
36125 2005-08-24  Bruno Haible  <bruno@clisp.org>
36126
36127         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
36128         option --force, because --force causes the aclocal.m4 of each
36129         subdirectory to be newer than the corresponding config.h.in.
36130
36131 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36132
36133         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
36134         All contents moved to gl_REGEX.
36135         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
36136         assume that it does.
36137
36138 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36139
36140         * lib/regex.h (REG_NOSYS)
36141         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
36142         Define, since POSIX requires it as of 2001.
36143         (_REG_ENOSYS)
36144         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
36145         New private symbol, used to keep the enum signed in all cases.
36146         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
36147         Youngman in
36148         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
36149
36150         * lib/regex_internal.c (re_string_skip_chars, register_state):
36151         (calc_state_hash):
36152         Remove forward decls; no longer needed now that we use prototypes.
36153         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
36154         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
36155         (clean_state_log_if_needed): Likewise.
36156
36157 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
36158
36159         * config/srclist.txt: Add glibc bugs 1231-1233.
36160
36161 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36162
36163         Fix problems reported by Sam Steingold in
36164         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
36165         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
36166         assumed that reg_errcode_t is a signed type, which is not
36167         necessarily true if _XOPEN_SOURCE is not defined.
36168         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
36169         since some compilers warn about it otherwise.
36170
36171 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36172
36173         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
36174         (init_word_char, create_initial_state, duplicate_node_closure):
36175         (fetch_token, peek_token_bracket, build_range_exp):
36176         (build_collating_symbol): Remove forward decls; no longer needed
36177         now that we use prototypes.
36178
36179         * lib/regcomp.c:
36180         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
36181         (re_compile_fastmap_iter, regcomp, regerror, regfree):
36182         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
36183         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
36184         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
36185         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
36186         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
36187         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
36188         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
36189         (build_range_exp, build_collating_symbol, parse_bracket_exp):
36190         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
36191         (build_charclass, build_charclass_op, fetch_number, create_tree):
36192         (create_token_tree, mark_opt_subexp, duplicate_tree):
36193         Use prototypes rather than old-style definitions.
36194
36195         * lib/regex_internal.c:
36196         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
36197         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
36198         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
36199         (re_string_reconstruct, re_string_peek_byte_case):
36200         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
36201         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
36202         (re_node_set_init_copy, re_node_set_add_intersect):
36203         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
36204         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
36205         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
36206         (re_acquire_state, re_acquire_state_context, register_state):
36207         (create_ci_newstate, create_cd_newstate, free_state):
36208         Likewise.
36209         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
36210         re_search_2):
36211         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
36212         (re_search_internal, prune_impossible_nodes):
36213         (acquire_init_state_context, check_matching, static):
36214         (check_halt_node_context, check_halt_state_context, proceed_next_node):
36215         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
36216         (update_regs, sift_states_backward, build_sifted_states):
36217         (clean_state_log_if_needed, merge_state_array):
36218         (update_cur_sifted_state, add_epsilon_src_nodes):
36219         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
36220         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
36221         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
36222         (find_recover_state, check_subexp_matching_top, transit_state_mb):
36223         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
36224         (check_arrival, check_arrival_add_next_nodes):
36225         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
36226         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
36227         (check_node_accept_bytes, check_node_accept, extend_buffers):
36228         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
36229         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
36230         (sift_ctx_init):
36231         Likewise.
36232
36233         * lib/regex_internal.h:
36234         (re_string_allocate, re_string_construct, re_string_reconstruct):
36235         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
36236         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
36237         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
36238         (re_string_context_at, re_string_peek_byte_case):
36239         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
36240         is defined, since we now use prototypes always.
36241
36242         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
36243         C89 or better.  All uses removed.
36244
36245 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
36246
36247         * config/srclist.txt: Add glibc bugs 1220-1227.
36248
36249 2005-08-20  Jim Meyering  <jim@meyering.net>
36250
36251         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
36252         of unused local, dfa.
36253
36254 2005-08-20  Bruno Haible  <bruno@clisp.org>
36255
36256         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
36257
36258 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36259
36260         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
36261         (re_node_set_insert_last, re_dfa_add_node):
36262         Rename local variables to avoid GCC shadowing warnings.
36263
36264 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36265
36266         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
36267         [defined lint]: Suppress bogus uninitialized-variable warnings.
36268
36269         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
36270         and let the caller return REG_ESPACE if out of space.  This
36271         removes an uninitialied-variable warning with GCC 4.0.1, and also
36272         avoids taking the address of a local variable.  All callers
36273         changed.
36274
36275 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
36276
36277         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
36278         $LIBCSRC/posix/regexec.c.
36279         Add glibc bug 1217 for regcomp.c.
36280
36281 2005-08-19  Jim Meyering  <jim@meyering.net>
36282
36283         * lib/regexec.c (proceed_next_node): Redo local variables to
36284         avoid GCC shadowing warnings.
36285
36286 2005-08-18  Bruno Haible  <bruno@clisp.org>
36287
36288         * lib/strstr.c (strstr): Fix return value in multibyte case.
36289         * lib/strcasestr.c (strcasestr): Likewise.
36290
36291 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
36292
36293         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
36294
36295 2005-08-17  Jim Meyering  <jim@meyering.net>
36296
36297         Make the %s format (seconds since the epoch) work for a negative
36298         number and when used with a zero-padded field width, e.g. %015s.
36299
36300         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
36301         label so that it precedes the code to set `digits'.  Otherwise,
36302         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
36303         print `00-22'.  Now, it prints `-0022', as it should.
36304
36305 2005-08-17  Bruno Haible  <bruno@clisp.org>
36306
36307         * modules/strstr (Files): Add m4/mbrtowc.m4.
36308         (Depends-on): Add mbuiter.
36309
36310 2005-08-17  Bruno Haible  <bruno@clisp.org>
36311
36312         * modules/strcasestr: New file.
36313         * MODULES.html.sh (String handling, based on ANSI C 89): Add
36314         strcasestr.
36315
36316 2005-08-17  Bruno Haible  <bruno@clisp.org>
36317
36318         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
36319
36320 2005-08-17  Bruno Haible  <bruno@clisp.org>
36321
36322         * modules/mbuiter: New file.
36323         * MODULES.html.sh (Extended multibyte and wide character utilities):
36324         Add mbuiter.
36325
36326 2005-08-17  Bruno Haible  <bruno@clisp.org>
36327
36328         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
36329         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
36330
36331 2005-08-17  Bruno Haible  <bruno@clisp.org>
36332
36333         * m4/strcasestr.m4: New file.
36334
36335 2005-08-17  Bruno Haible  <bruno@clisp.org>
36336
36337         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
36338         * lib/strstr.c: Completely rewritten, with multibyte locale support.
36339
36340 2005-08-17  Bruno Haible  <bruno@clisp.org>
36341
36342         * lib/strcasestr.h: New file.
36343         * lib/strcasestr.c: New file.
36344
36345 2005-08-17  Bruno Haible  <bruno@clisp.org>
36346
36347         * lib/strcasecmp.c: Use mbuiter.h.
36348
36349 2005-08-17  Bruno Haible  <bruno@clisp.org>
36350
36351         * lib/mbuiter.h: New file.
36352
36353 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
36354
36355         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
36356         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
36357         and gl_GETOPT are both invoked via different paths (as happens
36358         with GNU tar CVS because it uses both argp and getopt), the former
36359         wins.
36360
36361 2005-08-16  Bruno Haible  <bruno@clisp.org>
36362
36363         * modules/tls: New file.
36364         * MODULES.html.sh (Multithreading): Add tls.
36365
36366 2005-08-16  Bruno Haible  <bruno@clisp.org>
36367
36368         * modules/strnlen1: New file.
36369         * MODULES.html.sh (String handling): Add strnlen1.
36370
36371 2005-08-16  Bruno Haible  <bruno@clisp.org>
36372
36373         * modules/strcase (Files): Add m4/mbrtowc.m4.
36374         (Depends-on): Add strnlen1, mbchar.
36375
36376 2005-08-16  Bruno Haible  <bruno@clisp.org>
36377
36378         * modules/mbiter: New file.
36379         * MODULES.html.sh (Extended multibyte and wide character utilities):
36380         Add mbiter.
36381
36382 2005-08-16  Bruno Haible  <bruno@clisp.org>
36383
36384         * modules/mbfile: New file.
36385         * MODULES.html.sh (Extended multibyte and wide character utilities):
36386         Add mbfile.
36387
36388 2005-08-16  Bruno Haible  <bruno@clisp.org>
36389
36390         * modules/mbchar: New file.
36391         * MODULES.html.sh (Extended multibyte and wide character utilities):
36392         New section.
36393
36394 2005-08-16  Bruno Haible  <bruno@clisp.org>
36395
36396         * m4/tls.m4: New file, from GNU gettext.
36397
36398 2005-08-16  Bruno Haible  <bruno@clisp.org>
36399
36400         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
36401         always.
36402         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
36403
36404 2005-08-16  Bruno Haible  <bruno@clisp.org>
36405
36406         * m4/mbiter.m4: New file.
36407
36408 2005-08-16  Bruno Haible  <bruno@clisp.org>
36409
36410         * m4/mbfile.m4: New file.
36411
36412 2005-08-16  Bruno Haible  <bruno@clisp.org>
36413
36414         * m4/mbchar.m4: New file.
36415
36416 2005-08-16  Bruno Haible  <bruno@clisp.org>
36417
36418         * lib/tls.h: New file, from GNU gettext.
36419         * lib/tls.c: New file, from GNU gettext.
36420
36421 2005-08-16  Bruno Haible  <bruno@clisp.org>
36422
36423         * lib/strnlen1.h: New file.
36424         * lib/strnlen1.c: New file.
36425
36426 2005-08-16  Bruno Haible  <bruno@clisp.org>
36427
36428         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
36429         (mbi_init): Update.
36430         (mbi_avail, mbi_advance): Let the iteration end before the terminating
36431         NUL byte, not after it.
36432
36433 2005-08-16  Bruno Haible  <bruno@clisp.org>
36434
36435         * lib/strcase.h (strcasecmp): Add note in comments.
36436         * lib/strncasecmp.c: Use code from strcasecmp.c.
36437         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
36438         (strcasecmp): Work correctly in multibyte locales.
36439
36440 2005-08-16  Bruno Haible  <bruno@clisp.org>
36441
36442         * lib/mbiter.h: New file.
36443
36444 2005-08-16  Bruno Haible  <bruno@clisp.org>
36445
36446         * lib/mbfile.h: New file.
36447
36448 2005-08-16  Bruno Haible  <bruno@clisp.org>
36449
36450         * lib/mbchar.h: New file.
36451         * lib/mbchar.c: New file.
36452
36453 2005-08-16  Bruno Haible  <bruno@clisp.org>
36454
36455         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
36456         the valid ones. Makes the comparison operations transitive:
36457         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
36458         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
36459
36460 2005-08-15  Simon Josefsson  <jas@extundo.com>
36461
36462         * modules/ssize_t (License): Change to 'unlimited'.
36463
36464         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
36465
36466 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36467
36468         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
36469         Add comments for each pending glibc patch.
36470
36471 2005-08-15  Bruno Haible  <bruno@clisp.org>
36472
36473         * lib/regex.h (__restrict_arr): Don't define to __restrict if
36474         __cplusplus is defined.
36475
36476 2005-08-14  Jim Meyering  <jim@meyering.net>
36477
36478         Sync from coreutils.
36479
36480         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
36481         Use the hash-table-based cycle-detection code not just when
36482         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
36483         Reported by James Youngman in
36484         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
36485         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
36486         FTS_TIGHT_CYCLE_CHECK.
36487         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
36488         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
36489         once again.
36490         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
36491         * lib/fts.c (fd_safer): Remove decl.
36492         Include fcntl--.h rather than unistd-safer.h
36493         (fts_safe_changedir): Don't call fd_safer; no longer needed
36494         now that we include fcntl--.h.
36495
36496 2005-08-12  Simon Josefsson  <jas@extundo.com>
36497
36498         * modules/getndelim2: Use ssize_t module.
36499         * modules/getnline: Likewise.
36500         * modules/safe-read: Likewise.
36501         * modules/xreadlink: Likewise.
36502
36503         * modules/ssize_t: New file.
36504
36505 2005-08-12  Simon Josefsson  <jas@extundo.com>
36506
36507         * m4/readline.m4: Look for termcap, curses or ncurses if required.
36508
36509 2005-08-12  Simon Josefsson  <jas@extundo.com>
36510
36511         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
36512         ssize_t.
36513
36514 2005-08-12  Simon Josefsson  <jas@extundo.com>
36515
36516         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
36517         readline, getdelim and check_version.
36518         (Support for systems lacking ISO C 99: Sizes of integer types):
36519         Add size_max.
36520
36521 2005-08-12  Bruno Haible  <bruno@clisp.org>
36522
36523         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
36524
36525 2005-08-11  Simon Josefsson  <jas@extundo.com>
36526
36527         * modules/readline: New file.
36528
36529         * modules/strnlen (Files): Add strnlen.h.
36530
36531 2005-08-11  Simon Josefsson  <jas@extundo.com>
36532
36533         * m4/readline.m4: New file.
36534
36535 2005-08-11  Simon Josefsson  <jas@extundo.com>
36536
36537         * lib/readline.h, readline.c: New file.
36538
36539 2005-08-11  Simon Josefsson  <jas@extundo.com>
36540
36541         * doc/gnulib.texi (Initial import, Finishing touches): Mention
36542         gl_AVOID.
36543
36544 2005-08-11  Bruno Haible  <bruno@clisp.org>
36545
36546         * lib/strnlen.h (strnlen): Change parameter name to match comment.
36547
36548 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
36549
36550         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
36551
36552 2005-08-10  Simon Josefsson  <jas@extundo.com>
36553
36554         * tests/test-iconvme.c: New file.
36555
36556 2005-08-10  Simon Josefsson  <jas@extundo.com>
36557
36558         * m4/strnlen.m4: New file.
36559
36560         * m4/strndup.m4: Don't check for strnlen declaration, done in
36561         strnlen.m4.
36562
36563 2005-08-10  Simon Josefsson  <jas@extundo.com>
36564
36565         * lib/strndup.c: Use strnlen.h.
36566
36567         * lib/strnlen.h: New file.
36568
36569 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
36570
36571         * README: Typos.
36572
36573 2005-08-02  Simon Josefsson  <jas@extundo.com>
36574
36575         * modules/readline: New file.
36576
36577 2005-08-02  Simon Josefsson  <jas@extundo.com>
36578
36579         * modules/getdelim: New file.
36580
36581         * modules/getline: Rewrite, don't use getndelim2.
36582
36583 2005-08-02  Simon Josefsson  <jas@extundo.com>
36584
36585         * m4/getline.m4: Separate out getdelim stuff into separate module.
36586
36587         * m4/getdelim.m4: New file.
36588
36589 2005-08-02  Simon Josefsson  <jas@extundo.com>
36590
36591         * lib/getline.h, getline.c: Rewrite.
36592
36593         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
36594
36595 2005-07-31  Bruno Haible  <bruno@clisp.org>
36596
36597         * lib/lock.h (gl_lock_initializer): New macro.
36598         (gl_lock_define_initialized): Use it.
36599         (gl_rwlock_initializer): New macro.
36600         (gl_rwlock_define_initialized): Use it.
36601         (gl_recursive_lock_initializer): New macro.
36602         (gl_recursive_lock_define_initialized): Use it.
36603
36604 2005-07-30  Karl Berry  <karl@gnu.org>
36605
36606         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
36607         Report from Ben Pfaff, regarding getopt.
36608
36609 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
36610
36611         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
36612         normal way.
36613         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
36614         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
36615         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
36616         (gl_GETOPT): Use the new macros.  Most of the implementation
36617         is moved to the new macros.  This is for programs like Emacs
36618         that don't want all the functionality of gl_GETOPT.
36619
36620 2005-07-26  Bruno Haible  <bruno@clisp.org>
36621
36622         * m4/lock.m4: Update from GNU gettext.
36623
36624 2005-07-26  Bruno Haible  <bruno@clisp.org>
36625
36626         * lib/lock.h: Update from GNU gettext.
36627         * lib/lock.c: Update from GNU gettext.
36628
36629 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
36630
36631         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
36632         obsolescent AC_TRY_RUN.  Include the default includes files, for
36633         'exit'.
36634
36635 2005-07-24  Bruno Haible  <bruno@clisp.org>
36636
36637         * modules/visibility: New file.
36638         * MODULES.html.sh (Misc): Add visibility.
36639
36640 2005-07-24  Bruno Haible  <bruno@clisp.org>
36641
36642         * m4/visibility.m4: New file.
36643
36644 2005-07-24  Bruno Haible  <bruno@clisp.org>
36645
36646         * doc/visibility.texi: New file.
36647
36648 2005-07-22  Bruno Haible  <bruno@clisp.org>
36649
36650         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
36651         $(ALLOCA_H), redundant through BUILT_SOURCES.
36652         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
36653         redundant through BUILT_SOURCES.
36654         * modules/byteswap (Makefile.am): Remove explicit dependency on
36655         $(BYTESWAP_H), redundant through BUILT_SOURCES.
36656         * modules/fnmatch (Makefile.am): Remove explicit dependency on
36657         $(FNMATCH_H), redundant through BUILT_SOURCES.
36658         * modules/getopt (Makefile.am): Remove explicit dependency on
36659         $(GETOPT_H), redundant through BUILT_SOURCES.
36660         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
36661         redundant through BUILT_SOURCES.
36662         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
36663         redundant through BUILT_SOURCES.
36664         * modules/stdbool (Makefile.am): Remove explicit dependency on
36665         $(STDBOOL_H), redundant through BUILT_SOURCES.
36666         * modules/stdint (Makefile.am): Remove explicit dependency on
36667         $(STDINT_H), redundant through BUILT_SOURCES.
36668         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
36669         Remove explicit dependency on $(SYSEXITS_H).
36670         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
36671
36672 2005-07-18  Simon Josefsson  <jas@extundo.com>
36673
36674         * lib/check-version.c (check_version): Accept identical versions too.
36675
36676 2005-07-18  Bruno Haible  <bruno@clisp.org>
36677
36678         * modules/lock: New file.
36679         * MODULES.html.sh (Multithreading): New section.
36680
36681 2005-07-18  Bruno Haible  <bruno@clisp.org>
36682
36683         * m4/lock.m4: New file, from GNU gettext.
36684
36685 2005-07-18  Bruno Haible  <bruno@clisp.org>
36686
36687         * lib/lock.h: New file, from GNU gettext.
36688         * lib/lock.c: New file, from GNU gettext.
36689
36690 2005-07-18  Bruno Haible  <bruno@clisp.org>
36691
36692         * lib/lock.h (gl_once_t): New type.
36693         (gl_once_define, gl_once): New macros.
36694         * lib/lock.c (fresh_once): New variable.
36695         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
36696         functions.
36697
36698 2005-07-16  Simon Josefsson  <jas@extundo.com>
36699
36700         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
36701         workaround, suggested by Bruno.
36702
36703 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36704
36705         * modules/xalloc (Depends-on): Add xalloc-die.
36706         * modules/xvasprintf (Depends-on): Add xalloc-die.
36707
36708 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
36709
36710         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
36711         with a minor change.
36712
36713 2005-07-15  Bruno Haible  <bruno@clisp.org>
36714
36715         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
36716         When using lib/poll.c, define poll as rpl_poll.
36717
36718 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
36719
36720         * modules/argp (Depends-on): Remove unlocked-io.
36721
36722 2005-07-14  Derek Price  <derek@ximbiot.com>
36723
36724         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
36725         for glob symlink bug.
36726
36727 2005-07-14  Bruno Haible  <bruno@clisp.org>
36728
36729         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
36730         Instead, test for *_unlocked function declarations directly.
36731
36732 2005-07-11  Simon Josefsson  <jas@extundo.com>
36733
36734         * modules/size_max: New file.
36735
36736         * modules/xsize: Depend on size_max module for size_max.m4.
36737
36738 2005-07-11  Simon Josefsson  <jas@extundo.com>
36739
36740         * lib/size_max.h: New file.
36741
36742 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
36743
36744         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
36745         copyright symbol and the year.
36746         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
36747         (version_etc_va): Use parameterized copyright notice.
36748         Reword to conform to the current GNU coding standards.
36749
36750 2005-07-11  Karl Berry  <karl@gnu.org>
36751
36752         * doc/gnulib.texi (Quoting): new node.
36753         (Initial import): more info, from Patrice.
36754
36755 2005-07-11  Bruno Haible  <bruno@clisp.org>
36756
36757         * gnulib-tool (func_usage): Document option --avoid.
36758         (Command line options): Handle --avoid.
36759         (func_acceptable): New function.
36760         (func_modules_transitive_closure): Use it.
36761
36762 2005-07-11  Bruno Haible  <bruno@clisp.org>
36763
36764         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
36765         Reported by Jim Meyering.
36766
36767 2005-07-10  Bruno Haible  <bruno@clisp.org>
36768
36769         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
36770         Needed when size_t is smaller than 'unsigned int'.
36771         Reported by Paul Eggert.
36772
36773 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36774
36775         * modules/argp (Depends-on): Add unlocked-io
36776
36777 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
36778
36779         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
36780         block of defines.
36781
36782 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
36783
36784         * config/srclist.txt: Comment out regcomp.c, since we have a porting
36785         fix now.
36786
36787 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
36788         and Paul Eggert  <eggert@cs.ucla.edu>
36789
36790         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
36791         in wint_t, not wchar_t.  Remove now-unnecessary cast.
36792
36793 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36794
36795         * modules/regex (Files): Add lib/regex_internal.c,
36796         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
36797         (Depends-on): Add extensions.
36798         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
36799
36800 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36801
36802         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
36803         pathconf.
36804         * m4/same.m4 (gl_SAME): Likewise.
36805         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
36806
36807         * m4/regex.m4: Adjust to new libc regex implementation.
36808         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
36809         all the .c and .h parts of (the new) regex.
36810         Quote the m4 stuff better.
36811         Check for RE_ICASE bug of old gnulib.
36812         Check for REG_STARTEND of recent libc.
36813         Rename local variables from jm_* to gl_*.
36814         Quote operand of "test -f".
36815         Say "recent enough" version of libc, not "version 2".
36816         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
36817         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
36818         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
36819         Remove check for btowc, isascii.
36820         Require AM_LANGINFO_CODESET.
36821
36822 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36823
36824         * lib/regex.c, regex.h: Sync from libc.
36825         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
36826         * lib/regexec.c:
36827         New files, synced from libc, except that regex_internal.h
36828         currently has a small porting fix.
36829
36830 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
36831
36832         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
36833         regex_internal.c, regexec.c.
36834         Add regex_internal.h too, but as a comment, since the libc version
36835         is currently broken in gnulib mode.
36836
36837 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
36838
36839         Support programs like Emacs that use gnulib but not gettext.
36840         * MODULES.html.sh (Internationalization functions): Add gettext-h.
36841         * modules/gettext-h: New file.
36842         * modules/gettext (Files): Remove lib/gettext.h.
36843         (Depends-on): Add gettext-h.
36844         (Makefile.am): Remove lib_SOURCES.
36845         * modules/argmatch, modules/c-stack, modules/closeout:
36846         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
36847         * modules/execute, modules/file-type, modules/getaddrinfo:
36848         * modules/getopt, modules/human, modules/javacomp:
36849         * modules/javaexec, modules/mkdir-p, modules/obstack:
36850         * modules/openat, modules/pagealign_alloc, modules/pipe:
36851         * modules/quotearg, modules/regex, modules/rpmatch:
36852         * modules/unicodeio, modules/userspec, modules/version-etc:
36853         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
36854         * modules/xsetenv:
36855         Depend on gettext-h, not gettext.
36856
36857 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
36858
36859         * gnulib-tool (func_import): Add support for 'public domain' license.
36860         * modules/alloca, modules/atexit, modules/memmove:
36861         Now public domain, not GPL.
36862         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
36863         * modules/realloc, modules/strerror, modules/strtod:
36864         Now LGPL, not GPL.
36865
36866 2005-07-05  Bruno Haible  <bruno@clisp.org>
36867
36868         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
36869         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
36875
36876 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36877
36878         Remove the dependency of the strftime module on the tzset module.
36879         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
36880         gl_FUNC_TZSET_CLOBBER.
36881
36882 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
36883
36884         Remove the dependency of the strftime module on the tzset module.
36885         * lib/strftime.c (my_strftime)
36886         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
36887         Copy the input structure, to work around some of the bug with
36888         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
36889         Solaris releases, you should also use the tzset module, but we won't
36890         require it as a dependency any more since we don't want LGPLed code
36891         to depend on GPLed code.
36892
36893 2005-07-02  Jim Meyering  <jim@meyering.net>
36894
36895         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
36896         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
36897         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
36898         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
36899
36900 2005-07-02  Jim Meyering  <jim@meyering.net>
36901
36902         * lib/backupfile.c (backup_args): Change a `0' to NULL.
36903
36904 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
36905
36906         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
36907         declares only 'struct timespec;' (!).
36908
36909 2005-07-01  Jim Meyering  <jim@meyering.net>
36910
36911         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
36912         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
36913         * lib/save-cwd.c, tempname.c:
36914         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
36915         and don't include <sys/file.h>).
36916
36917 2005-06-29  Jim Meyering  <jim@meyering.net>
36918
36919         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
36920         type name.  Use the variable name instead.
36921         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
36922         Likewise.
36923
36924 2005-06-28  Simon Josefsson  <jas@extundo.com>
36925
36926         * modules/check-version (Files): Add check-version.m4.
36927
36928 2005-06-28  Simon Josefsson  <jas@extundo.com>
36929
36930         * m4/check-version.m4: New file, suggested by Jim Meyering
36931         <jim@meyering.net>.
36932
36933 2005-06-28  Simon Josefsson  <jas@extundo.com>
36934
36935         * lib/check-version.h, lib/check-version.c: New files.
36936
36937 2005-06-28  Simon Josefsson  <jas@extundo.com>
36938
36939         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
36940         collision with global variable.  Better indentation.  Don't
36941         increment buffer pointer beyond buffer end.  Based on comments
36942         from Paul Eggert <eggert@cs.ucla.edu>.
36943
36944         * lib/base64.h: Indent.
36945
36946 2005-06-28  Simon Josefsson  <jas@extundo.com>
36947
36948         * doc/gnulib.texi (Library version handling): New section.
36949
36950 2005-06-28  Jim Meyering  <jim@meyering.net>
36951
36952         * check-module (find_included_lib_files): Hard-code another
36953         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
36954         but modules/fts-lgpl (correctly) does not list those files.
36955
36956         * modules/canonicalize (Files): Add lib/pathmax.h.
36957
36958 2005-06-25  Simon Josefsson  <jas@extundo.com>
36959
36960         * modules/check-version: New file.
36961
36962 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
36963
36964         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
36965         initializer of struct addrinfo, as an indication that we don't
36966         care how many members the structure has.
36967
36968 2005-06-24  Derek Price  <derek@ximbiot.com>
36969         and Bruno Haible  <bruno@clisp.org>
36970
36971         Remove stat module & update lstat.
36972         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
36973         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36974         * m4/stat.m4: Remove this file.
36975
36976 2005-06-24  Derek Price  <derek@ximbiot.com>
36977         and Bruno Haible  <bruno@clisp.org>
36978
36979         Remove stat module & update lstat.
36980         * lib/stat.c: Remove this file...
36981         (slash_aware_lstat): ...moving this content and its support...
36982         * lib/lstat.c (rpl_lstat): ...into here.
36983         * lib/lstat.h: New file.
36984
36985 2005-06-24  Derek Price  <derek@ximbiot.com>
36986         and Bruno Haible  <bruno@clisp.org>
36987
36988         Remove stat module & update lstat.
36989         * config/srclist.txt (libc sources): Remove stat.
36990
36991 2005-06-24  Derek Price  <derek@ximbiot.com>
36992         and Bruno Haible  <bruno@clisp.org>
36993
36994         Remove stat module & update lstat.
36995         * MODULES.html.sh (stat): Remove.
36996         * MODULES.html: Regenerated.
36997         * modules/lstat (Description): Correct function name.
36998         (Files): Add "lstat.h".
36999         (Depends-on): Remove stat, add xalloc, stat-macros.
37000         * modules/stat: Remove this file.
37001         (Include): Add "lstat.h", remove <sys/stat.h>.
37002
37003 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
37004
37005         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
37006         (ranged_convert): Don't save conversion in a temporary struct.
37007         This causes a warning with GCC 4.0.0, and anyway in the typical
37008         case it's not worth the extra 100 bytes or so of code.
37009         (ranged_convert, __mktime_internal): When calling a function via a
37010         pointer P, use P () rather than (*P) (), as we now assume C89 or
37011         better.
37012
37013 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
37014
37015         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
37016         "who -r" failed to give output.  Problem reported by Tim Waugh.
37017
37018         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
37019         (xcalloc): Use it to avoid needless tests.
37020         Problem reported by Jim Meyering.
37021
37022 2005-06-20  Derek Price  <derek@ximbiot.com>
37023
37024         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
37025         unnecessary for Autoconfs > 2.59c.
37026
37027 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37028
37029         * lib/argp.h (__option_is_short): Check upper limit of
37030         __key. Isprint() requires its argument to have the value
37031         of an unsigned char or EOF.
37032
37033 2005-06-16  Jim Meyering  <jim@meyering.net>
37034
37035         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
37036         when either N or S is zero.
37037
37038 2005-06-16  Derek Price  <derek@ximbiot.com>
37039
37040         * m4/bison.m4: Declare YACC & YFLAGS precious.
37041
37042 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
37043
37044         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
37045         multibyte string or pattern, fall back on unibyte matching.
37046         Problem reported by James Youngman.
37047
37048 2005-06-08  Bruno Haible  <bruno@clisp.org>
37049
37050         * modules/csharpcomp: New file.
37051         * MODULES.html.sh (C#): Add csharpcomp.
37052
37053 2005-06-08  Bruno Haible  <bruno@clisp.org>
37054
37055         * m4/csharpcomp.m4: New file, from GNU gettext.
37056
37057 2005-06-08  Bruno Haible  <bruno@clisp.org>
37058
37059         * lib/csharpcomp.h: New file, from GNU gettext.
37060         * lib/csharpcomp.c: New file, from GNU gettext.
37061         * lib/csharpcomp.sh.in: New file, from GNU gettext.
37062
37063 2005-06-08  Bruno Haible  <bruno@clisp.org>
37064
37065         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
37066         warning on mingw.
37067
37068 2005-06-07  Derek Price  <derek@ximbiot.com>
37069
37070         Sync from CVS.
37071         * lib/glob_.h: Indent nested #ifdef.
37072
37073 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37074
37075         Sync from coreutils.
37076         Use "file name" when talking about file names, instead of "filename"
37077         or "path", as per the GNU coding standards.
37078         * lib/mkdir-p.c: Renamed from makepath.c.
37079         (make_dir_parents): Renamed from make_path.  All callers changed.
37080         * lib/mkdir-p.h: Likewise.  All includers changed.
37081         * lib/filenamecat.c: Renamed from path-concat.c.
37082         (file_name_concat): Renamed from path_concat.  All callers changed.
37083         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
37084         * lib/filenamecat.h: Likewise.  All includers changed.
37085         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
37086         in comments or local variable names.
37087         * lib/basename.c: Likewise.
37088         * lib/canonicalize.c, canonicalize.h: Likewise.
37089         * lib/dirname.c, dirname.h: Likewise.
37090         * lib/euidaccess.c: Likewise.
37091         * lib/exclude.c: Likewise
37092         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
37093         * lib/fsusage.c, fsuage.h: Likewise.
37094         * lib/fts.c, fts_.h: Likewise.
37095         * lib/getcwd.c: Likewise.
37096         * lib/getloadavg.c: Likewise.
37097         * lib/mkstemp.c: Likewise.
37098         * lib/mountlist.c, mountlist.h: Likewise.
37099         * lib/openat.c, openat.h: Likewise.
37100         * lib/readlink-stub.c: Likewise.
37101         * lib/readutmp.c, readutmp.h: Likewise.
37102         * lib/rename.c: Likewise.
37103         * lib/rmdir.c: Likewise.
37104         * lib/same.c: Likewise.
37105         * lib/savedir.c: Likewise.
37106         * lib/stripslash.c: Likewise.
37107         * lib/tempname.c: Likewise.
37108         * lib/xreadlink.c: Likewise.
37109         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
37110         All uses changed.
37111         * lib/exclude.h: Likewise.
37112
37113         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
37114         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37115         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
37116         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37117         * lib/pathmax.h: Include <limits.h> unconditionally, since other
37118         files have been getting away with it for years (MORE/BSD 4.3
37119         is extinct now).
37120         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
37121         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
37122
37123         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
37124         Define to 256, not 255, as per modern POSIX.
37125
37126 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37127
37128         Sync from coreutils.
37129         Use "file name" when talking about file names, instead of "filename"
37130         or "path", as per the GNU coding standards.
37131         * MODULES.html.sh: mkdir-p renamed from makepath.
37132         filenamecat renamed from path-concat.
37133         * modules/filenamecat: Renamed from modules/path-concat.
37134         (Files): filenamecat.h and filenamecat.c renamed from
37135         path-concat.h and path-concat.c.
37136         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
37137         (Include): filenamecat.h, not path-concat.h.
37138         * modules/mkdir-p: Renamed from modules/makepath.
37139         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
37140         makepath.c.
37141         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
37142         (Include): mkdir-p.h, not makepath.h.
37143
37144 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
37145
37146         Sync from coreutils.
37147         * m4/mkdir-p.m4: Renamed from makepath.m4.
37148         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
37149         Rename files from makepath.c to mkdir-p.c, and from
37150         makepath.h to mkdir-p.h.
37151         * m4/filenamecat.m4: Renamed from path-concat.m4.
37152         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
37153         Rename files from path-concat.c to filenamecat.c,
37154         and from path-concat.h to filenamecat.h.
37155         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
37156         "file name" in local variables or comments.
37157         * m4/rename.m4: Likewise.
37158
37159 2005-06-01  Bruno Haible  <bruno@clisp.org>
37160
37161         * modules/csharpexec: New file.
37162         * MODULES.html.sh (C#): New section.
37163
37164 2005-06-01  Bruno Haible  <bruno@clisp.org>
37165
37166         * m4/csharp.m4: New file, from GNU gettext.
37167         * m4/csharpexec.m4: New file, from GNU gettext.
37168
37169 2005-06-01  Bruno Haible  <bruno@clisp.org>
37170
37171         * lib/csharpexec.h: New file, from GNU gettext.
37172         * lib/csharpexec.c: New file, from GNU gettext.
37173         * lib/csharpexec.sh.in: New file, from GNU gettext.
37174
37175 2005-05-31  Derek Price  <derek@ximbiot.com>
37176             Paul Eggert  <eggert@cs.ucla.edu>
37177
37178         Sync from cvs.
37179         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37180
37181 2005-05-31  Derek Price  <derek@ximbiot.com>
37182             Paul Eggert  <eggert@cs.ucla.edu>
37183
37184         Sync from cvs.
37185         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
37186
37187 2005-05-29  Derek Price  <derek@ximbiot.com>
37188
37189         * config/srclist.txt (glob_.h, glob.c): Add these files.
37190
37191 2005-05-29  Derek Price  <derek@ximbiot.com>
37192
37193         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
37194         * modules/glob: New file.
37195         * modules/getlogin_r: Add link to POSIX spec in description.
37196
37197 2005-05-29  Derek Price  <derek@ximbiot.com>
37198             Paul Eggert  <eggert@cs.ucla.edu>
37199
37200         * m4/glob.m4: New file.
37201
37202 2005-05-29  Derek Price  <derek@ximbiot.com>
37203             Paul Eggert  <eggert@cs.ucla.edu>
37204
37205         * lib/glob_.h, lib/glob.c: New files.
37206
37207 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37208
37209         * modules/fts (Files): Remove m4/inttypes-pri.m4.
37210         * modules/fts-lgpl (Depends-on): Remove gettext.
37211
37212 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37213
37214         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
37215         and don't require gt_INTTYPES_PRI.
37216
37217 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
37218
37219         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
37220
37221         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
37222         the configuration hassle isn't worth it.
37223         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
37224         (LONGEST_MODIFIER, PRIuMAX): Remove.
37225
37226 2005-05-27  Bruno Haible  <bruno@clisp.org>
37227
37228         * lib/getlogin_r.h: Remove second include of <stddef.h>.
37229
37230 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
37231
37232         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
37233         _POSIX_PTHREAD_SEMANTICS for Solaris.
37234
37235 2005-05-25  Derek Price  <derek@ximbiot.com>
37236
37237         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
37238
37239 2005-05-25  Derek Price  <derek@ximbiot.com>
37240             Paul Eggert  <eggert@cs.ucla.edu>
37241
37242         * modules/getlogin_r, m4/getlogin_r.m4: New files.
37243         * lib/getlogin_r.c, getlogin_r.h: New files.
37244
37245 2005-05-25  Bruno Haible  <bruno@clisp.org>
37246             Derek Price  <derek@ximbiot.com>
37247
37248         * lib/getlogin_r.h: Simplify API documentation.
37249
37250 2005-05-23  Derek Price  <derek@ximbiot.com>
37251
37252         * modules/minmax (Files): Add m4/minmax.m4.
37253         (configure.ac): Add gl_MINMAX.
37254
37255 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
37256
37257         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
37258         so that unistd-safer.h (GPL'ed code) need not be included.
37259
37260 2005-05-22  Bruno Haible  <bruno@clisp.org>
37261
37262         * m4/minmax.m4: New file.
37263         Based on a patch by Derek Price <derek@ximbiot.com>.
37264
37265 2005-05-22  Bruno Haible  <bruno@clisp.org>
37266
37267         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
37268         (INT64_MIN): Fix definition.
37269         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
37270
37271         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
37272         NEED_SIGNED_INT_TYPES.
37273
37274         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
37275         HAVE_SYSTEM_INTTYPES.
37276
37277 2005-05-22  Bruno Haible  <bruno@clisp.org>
37278
37279         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
37280         Also include <sys/param.h> if it defines MIN, MAX.
37281         Based on a patch by Derek Price <derek@ximbiot.com>.
37282
37283 2005-05-21  Jim Meyering  <jim@meyering.net>
37284
37285         * modules/fts (Files): Add m4/inttypes-pri.m4.
37286         (Depends-on): Add lstat and remove gettext.  Alphabetize.
37287
37288 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37289
37290         New fts module.
37291         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
37292         (setup_dir, free_dir): New functions.
37293         (enter_dir, leave_dir): Define trivial
37294         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
37295         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
37296         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
37297         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
37298         Move to fts-cycle.c.
37299         (fts_open): Use setup_dir.
37300         (fts_close): Use free_dir.
37301         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
37302         This adds a label and some gotos, but the alternatives were messier.
37303         Check for memory allocation failure when entering a dir.
37304         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
37305         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
37306         (FTS): New member fts_cycle, that is a union that contains the
37307         old active_dir_ht and cycle_state.  All uses changed to mention
37308         fts_cycle.ht and fts_cycle.state.
37309         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
37310         fts.c, with the following changes:
37311         (setup_dir, free_dir): New functions.
37312         (enter_dir): Now returns bool.  Return true if successful, false
37313         if memory exhausted.  All callers changed.
37314         Do not bother partly cleaning up on
37315         memory allocation failure; that is free_dir's job.
37316         However, free ad if hash_insert fails, to avoid memory leak.
37317         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
37318         fts->fts_options to see which union member to use.
37319
37320 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37321
37322         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
37323         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
37324
37325 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
37326
37327         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
37328
37329 2005-05-20  Jim Meyering  <jim@meyering.net>
37330
37331         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
37332         Now a macro, to pacify GCC.
37333
37334 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37335
37336         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
37337         of -1.
37338
37339 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
37340
37341         * lib/chown.c (rpl_chown): Return -1 on failure.
37342
37343 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37344
37345         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
37346         Don't check for stddef.h.
37347         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
37348         don't use its results.
37349         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
37350         since we include them unconditionally.  Don't require
37351         AM_STDBOOL_H, since stdbool is a prerequisite.
37352         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
37353         since we assume C89 or better.
37354         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
37355         as we don't use their results.
37356         Don't check for fchdir, memmove, memset, strrchr, as we use
37357         them unconditionally.
37358         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
37359         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
37360
37361 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
37362
37363         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
37364         Include <stddef.h> unconditionally, since we assume C89 now.
37365         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
37366         * lib/fts.c: Include fts_.h first, to check interface.
37367         Do not include intprops.h; no longer needed.
37368         Include cycle-check.h and hash.h, since fts_.h no longer does.
37369         Remove unnecessary casts of closedir to void.
37370         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
37371         decide whether to decrement nlinks.
37372         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
37373         (FTS): Use struct hash_table * instead of Hash_table, so that
37374         we no longer need to include hash.h here.
37375
37376 2005-05-18  Jim Meyering  <jim@meyering.net>
37377
37378         * modules/dirfd (License): Change to LGPL.  Most of the code
37379         is already in the public domain.
37380
37381 2005-05-18  Jim Meyering  <jim@meyering.net>
37382
37383         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
37384         Reported by Yoann Vandoorselaere.
37385
37386 2005-05-17  Jim Meyering  <jim@meyering.net>
37387
37388         * m4/fts.m4: New file, from coreutils.
37389
37390 2005-05-17  Jim Meyering  <jim@meyering.net>
37391
37392         * lib/fts.c, lib/fts_.h: New files, from coreutils.
37393
37394 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37395
37396         Sync from coreutils.
37397         * m4/unlinkdir.m4: New file.
37398
37399 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37400
37401         Sync from coreutils.
37402         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
37403         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
37404         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
37405         White space changes only.
37406         * lib/makepath.c (make_path): Port to hosts where leading "//" is
37407         special.
37408         * lib/yesno.c: Include getline.h, not ctype.h.
37409         (yesno): Don't remove leading white space; POSIX doesn't allow it.
37410         Use getline to remove arbitrary restriction on response length.
37411
37412 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
37413
37414         * config/srclist-update: Spell out "Street" in FSF postal
37415         mail address; this is the style the FSF seems to prefer.
37416
37417         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
37418         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
37419         this updates FSF postal mail address.
37420
37421         Sync from coreutils.
37422         * modules/unlinkdir: New file.
37423         * modules/yesno (Depends-on): Add getline.
37424         * MODULES.html.sh (File system functions): Add unlinkdir.
37425
37426 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37427
37428         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
37429         lib/strsep.h:
37430         Change the initial comment to refer to GPL, not LGPL.
37431         gnulib-tool will change it to LGPL as needed.
37432
37433         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
37434         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
37435         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
37436         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
37437         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
37438         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
37439         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
37440         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
37441         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
37442         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
37443         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
37444         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
37445         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
37446         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
37447         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
37448         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
37449         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
37450         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
37451         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
37452         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
37453         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
37454         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
37455         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
37456         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
37457         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
37458         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
37459         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
37460         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
37461         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
37462         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
37463         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
37464         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
37465         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
37466         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
37467         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
37468         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
37469         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
37470         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
37471         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
37472         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
37473         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
37474         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
37475         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
37476         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
37477         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
37478         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
37479         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
37480         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
37481         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
37482         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
37483         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
37484         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
37485         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
37486         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
37487         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
37488         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
37489         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
37490         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
37491         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
37492         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
37493         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
37494         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
37495         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
37496         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
37497         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
37498         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
37499         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
37500         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
37501         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
37502         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
37503         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
37504         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
37505         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
37506         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
37507         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
37508         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
37509         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
37510         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
37511         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
37512         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
37513         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
37514         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
37515         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
37516         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
37517         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
37518         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
37519         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
37520         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
37521         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
37522         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
37523         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
37524         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
37525         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
37526         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
37527         lib/yesno.c, lib/yesno.h:
37528         Update FSF postal mail address.
37529
37530 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
37531
37532         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
37533         tests/test-memmem.c, tests/test-stpncpy.c:
37534         Update FSF postal mail address.
37535
37536 2005-05-13  Bruno Haible  <bruno@clisp.org>
37537
37538         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
37539         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
37540         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
37541         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
37542         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
37543         Add support for 64-bit integers in the MSVC compiler.
37544
37545 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
37546
37547         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
37548
37549 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
37550
37551         * gnulib-tool (func_import): Sort and uniquify recommended includes.
37552
37553 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
37554
37555         * doc/getdate.texi (General date syntax): Don't say that date
37556         date --iso-8601=ns generates acceptable dates; it doesn't yet.
37557         Problem reported by Nic Ferrier.
37558
37559 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37560
37561         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
37562         specified in ai_socktype. Fix invalid ai_protocol
37563         check. ai_protocol is usually set to 0 or depending on
37564         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
37565         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
37566         ai_socktype / ai_protocol in the returned addrinfo structure.
37567
37568 2005-05-10  Simon Josefsson  <jas@extundo.com>
37569
37570         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
37571         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
37572
37573 2005-05-10  Karl Berry  <karl@gnu.org>
37574
37575         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
37576         (from http://www.gnu.org/licenses).
37577         * doc/COPYING.LIB: also rename to COPYING.LESSER.
37578         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
37579         fdl.texi suffices.
37580
37581 2005-05-10  Karl Berry  <karl@gnu.org>
37582
37583         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
37584         (COPYING.DOC): remove.
37585
37586         * config/srclist-update: new FSF address.
37587
37588 2005-05-10  Derek Price  <derek@ximbiot.com>
37589
37590         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
37591         possible.
37592
37593 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37594             Bruno Haible  <bruno@clisp.org>
37595
37596         * modules/inet_ntop: New file.
37597         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
37598         inet_ntop.
37599
37600 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37601             Bruno Haible  <bruno@clisp.org>
37602
37603         * m4/inet_ntop.m4: New file.
37604
37605 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37606             Bruno Haible  <bruno@clisp.org>
37607
37608         * lib/inet_ntop.h: New file.
37609         * lib/inet_ntop.c: New file, from glibc with modifications.
37610
37611 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
37612
37613         * modules/time_r (License): Change to LGPL.
37614         * modules/extensions (License): Change to LGPL.  Actually,
37615         the license is more permissive than that, but currently gnulib-tool
37616         doesn't know how to handle more-permissive licenses.
37617
37618         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
37619         Problem reported by Dave Love.
37620
37621 2005-05-08  Jim Meyering  <jim@meyering.net>
37622
37623         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
37624         blank.
37625
37626 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
37627
37628         * modules/argmatch (Depends-on): Add stdbool.
37629         * modules/backupfile (Depends-on): Likewise.
37630         * modules/chdir-long (Depends-on): Likewise.
37631         * modules/closeout (Depends-on): Likewise.
37632         * modules/cycle-check (Depends-on): Likewise.
37633         * modules/dirname (Depends-on): Likewise.
37634         * modules/fnmatch (Depends-on): Likewise.
37635         * modules/fsusage (Depends-on): Likewise.
37636         * modules/fwriteerror (Depends-on): Likewise.
37637         * modules/getcwd (Depends-on): Likewise.
37638         * modules/getloadavg (Depends-on): Likewise.
37639         * modules/hard-locale (Depends-on): Likewise.
37640         * modules/makepath (Depends-on): Likewise.
37641         * modules/mountlist (Depends-on): Likewise.
37642         * modules/nanosleep (Depends-on): Likewise.
37643         * modules/posixtm (Depends-on): Likewise.
37644         * modules/quotearg (Depends-on): Likewise.
37645         * modules/readtokens (Depends-on): Likewise.
37646         * modules/readtokens0 (Depends-on): Likewise.
37647         * modules/readutmp (Depends-on): Likewise.
37648         * modules/save-cwd (Depends-on): Likewise.
37649         * modules/strftime (Depends-on): Likewise.
37650         * modules/userspec (Depends-on): Likewise.
37651         * modules/utimecmp (Depends-on): Likewise.
37652         * modules/xgetcwd (Depends-on): Likewise.
37653         * modules/xnanosleep (Depends-on): Likewise.
37654         * modules/xstrtod (Depends-on): Likewise.
37655         * modules/yesno (Depends-on): Likewise.
37656
37657 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
37658
37659         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
37660         needless checks.
37661
37662 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37663
37664         Merge from coreutils.  Among other things,
37665         add bulletproofing for cases where stdin, stdout, or stderr are closed.
37666         * lib/fd-safer.c: New file.
37667         * lib/fcntl-safer.h, open-safer.c: Remove.
37668         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
37669         * lib/dup-safer.c: Include unistd-safer.h first.
37670         Don't include errno.h.
37671         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
37672         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
37673         * lib/file-type.c: Rely on file-type.h change.
37674         * lib/getloadavg.c: Include unistd-safer.h.
37675         (getloadavg): Use safer open.
37676         * lib/getusershell.c: Include "stdio-safer.h".
37677         (getusershell): Use safer fopen.
37678         * lib/long-options.c (long_options): Use NULL rather than 0.
37679         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
37680         'free'.
37681         * lib/modechange.c: Likewise.
37682         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
37683         (MODE_DONE): New constant.
37684         (struct mode_change): Remove 'next' member.
37685         (make_node_op_equals): New function; like the old one of the
37686         same name, except it allocates an array.
37687         (mode_compile, mode_create_from_ref): Use it.
37688         (mode_compile): Allocate result as an array, not a linked list.
37689         Parse octal string ourself, so that we catch mistakes like "+0".
37690         (mode_adjust): Arg is an array, not a linked list.
37691         * lib/modechange.c: Include stat-macros.h, xalloc.h.
37692         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
37693         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
37694         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
37695         Remove.  This is now stat-macros.h's job.
37696         (talloc): Remove.  All callers replaced by xalloc, so that
37697         our invokers don't have to worry about reporting memory failures.
37698         (make_node_op_equals): Remove.
37699         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37700         New constants.
37701         (struct mode_change): Moved here from modechange.h.
37702         (mode_append_entry): Remove.
37703         (mode_compile): Remove MASKED_OPS arg, since it encouraged
37704         apps to have incorrect behavior.  Use simpler algorithm for head
37705         and tail.  Don't futz with umask; that's now the job of mode_adjust.
37706         Detect more invalid usages rather than having somewhat-random behavior.
37707         Don't insert an "a=" action, as that leads to incorrect behavior.
37708         (mode_compile, mode_create_from_ref): Return NULL on error instead
37709         of an enum, since now there's only one way to have an error.  All
37710         callers changed.
37711         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
37712         at the correct time.  Simplify calculation of "+u" and its ilk.
37713         Don't mishandle "+X".
37714         (mode_free): Remove "register" and localize decls.
37715         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
37716         (struct mode_change): Move to modechange.c; callers don't
37717         need to see this stuff.
37718         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
37719         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
37720         (mode_change, mode_adjust): Reflect the new signatures noted above.
37721         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
37722         that might redefine system include files.
37723         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
37724         (my_usleep): Use NULL rather than (void *) 0.
37725         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
37726         Use siginterrupt to specify that system calls should be interrupted.
37727         (rpl_nanosleep): Move initialization of suspended closer to call of
37728         my_usleep.
37729         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
37730         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
37731         (desirable_utmp_entry): New function.
37732         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
37733         using x2nrealloc, to simplify logic.
37734         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
37735         size calculation.  Do not assume utmp file is a regular file.
37736         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
37737         (READ_UTMP_CHECK_PIDS): New constant.
37738         * lib/save-cwd.c: Include unistd-safer.h.
37739         (save_cwd): Use fd_safer.
37740         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
37741         [!_LIBC] Include "stat-macros.h" instead.
37742         * lib/unistd-safer.h (fd_safer): New decl.
37743
37744 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37745
37746         * modules/getloadavg (Depends-on): Add unistd-safer.
37747         * modules/getusershell (Depends-on): Add stdio-safer.
37748         * modules/lstat (Depends-on): Remove xalloc.
37749         * modules/mkstemp (Depends-on): Add stat-macros.
37750         * modules/modechange (Depends-on): Remove xstrtol.
37751         Add stat-macros, xalloc.
37752         * modules/save-cwd (Depends-on): Add unistd-safer.
37753         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
37754         * modules/unistd-safer (Files): Add lib/fd-safer.c
37755         (Makefile.am): Remove lib_SOURCES.
37756
37757         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
37758         Remove fcntl-safer; unistd-safer supersedes it.
37759
37760 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37761
37762         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
37763         AC_HEADER_STAT.
37764         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
37765         (gl_PREREQ_CHOWN): Remove.
37766         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
37767         it.  Don't require AC_HEADER_STAT.
37768         (gl_PREREQ_LSTAT): Remove.
37769         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
37770         Don't require AC_HEADER_STAT.
37771         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
37772         (gl_PREREQ_RMDIR): Remove.
37773         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
37774         mention stat-macros.h or AC_HEADER_STAT, since we'll make
37775         the stat-macros module a prerequisite.
37776         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
37777         * m4/filemode.m4 (gl_FILEMODE): Likewise.
37778         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
37779         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
37780         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
37781         variable names.
37782         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
37783         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
37784         variable prefixes.
37785         * m4/fcntl-safer.m4: Remove.
37786         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
37787         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
37788         Invoke gl_PREREQ_FD_SAFER.
37789         (gl_PREREQ_FD_SAFER): New macro.
37790         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
37791         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
37792         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
37793         Remove duplicate call to AC_LIBOBJ(readutmp).
37794         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
37795
37796         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
37797         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
37798
37799 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
37800
37801         * MODULES.html.sh (Misc): Add byteswap.
37802
37803 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37804
37805         * modules/getcwd (Depends-on): Add extensions.
37806         * modules/openat (Depends-on): Likewise.
37807
37808 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37809
37810         * modules/byteswap: New file.
37811
37812 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37813
37814         * m4/byteswap.m4: New file.
37815
37816 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
37817
37818         * lib/byteswap_.h: New file.
37819
37820 2005-04-25  Karl Berry  <karl@gnu.org>
37821
37822         * m4/gettext.m4: Update from GNU gettext 0.14.4.
37823
37824 2005-04-25  Albert Chin  <china@thewrittenword.com>
37825
37826         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
37827         Toolkit C bug.
37828
37829 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
37830
37831         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
37832         (func_ln_if_changed) Remove forcibly for no error message
37833         in case file does not exist.
37834
37835 2005-04-19  Simon Josefsson  <jas@extundo.com>
37836
37837         * gnulib-tool (Options): Make --symlink mean --symbolic.
37838
37839 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
37840
37841         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
37842
37843 2005-04-16  Simon Josefsson  <jas@extundo.com>
37844
37845         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
37846
37847 2005-04-15  Simon Josefsson  <jas@extundo.com>
37848
37849         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
37850
37851 2005-04-15  Simon Josefsson  <jas@extundo.com>
37852
37853         * gnulib-tool: Rename --symlink to --symbolic.
37854
37855 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
37856
37857         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
37858         symbolic links to files instead of copying/moving.  Add --aux-dir,
37859         specifying directory relative --dir where auxiliary build tools
37860         are placed.
37861
37862 2005-04-14  Bruno Haible  <bruno@clisp.org>
37863
37864         * modules/allocsa (License): Change to LGPL.
37865         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
37866
37867 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
37868
37869         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
37870         that "UTC +1 second" continues to work.  Problem reported
37871         by Dmitry V. Levin.
37872         (relunit_snumber): New rule.
37873         (relunit): Use it.
37874
37875 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
37876
37877         * lib/getdate.y (universal_time_zone_table): New constant.
37878         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
37879         universal_time_zone_table.
37880         (lookup_zone): Prefer universal_time_zone_table to
37881         local_time_zone_table, so that "GMT" time stamps are allowed in
37882         London during the summer.  Problem reported by Ian Abbott.
37883
37884 2005-04-12  Jim Meyering  <jim@meyering.net>
37885
37886         * lib/human.c (humblock): Set *options even when returning due to
37887         xstrtoumax conversion failure.  Thanks to a used-uninitialized
37888         warning from gcc-4.
37889
37890 2005-04-09  Jim Meyering  <jim@meyering.net>
37891
37892         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
37893         -Wuninitialized: initialize tm0.tm_year.
37894
37895 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
37896
37897         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
37898         count, since there's no maximum.  All uses changed.
37899         Add member dsts_seen.
37900         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
37901         not being INT_MAX.
37902         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
37903         Use pc_rels_seen to decide whther a date is absolute.
37904
37905         * lib/getdate.y (number): Don't overwrite year.
37906         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
37907         check.
37908
37909 2005-04-02  Simon Josefsson  <jas@extundo.com>
37910
37911         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
37912         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
37913
37914 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
37915
37916         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
37917         where no absolute path name can be longer than PATH_MAX.
37918
37919 2005-03-27  Jim Meyering  <jim@meyering.net>
37920
37921         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
37922
37923 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
37924
37925         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
37926         "one's complement" -> "ones' complement" in comment, as per Knuth.
37927         "value of type" -> "type or expression" in comment.
37928         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
37929
37930 2005-03-26  Jim Meyering  <jim@meyering.net>
37931
37932         Comment nits.
37933         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
37934         Correct typos: s/or/of/.
37935
37936 2005-03-26  Jim Meyering  <jim@meyering.net>
37937
37938         * modules/check-include-files: Move to ../ and rename to...
37939         * check-module: ...this.
37940
37941 2005-03-25  Jim Meyering  <jim@meyering.net>
37942
37943         * modules/xvasprintf (Files): Add xalloc.h.
37944
37945 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37946
37947         * modules/gettext (Files): config/config.rpath ->
37948         build-aux/config.rpath
37949         * modules/iconv (Files): Likewise.
37950         Problem reported by Oskar Liljeblad.
37951
37952 2005-03-23  Jim Meyering  <jim@meyering.net>
37953
37954         * modules/check-include-files: New script to check for
37955         missing dependencies, multiple includes, etc.
37956
37957         * modules/c-strtold (Depends-on): Add xalloc.
37958         * modules/c-strtod (Depends-on): Add xalloc.
37959         * modules/hash (Depends-on): Add xalloc.
37960         (Files): Remove lib/xalloc.h.
37961
37962         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
37963         * modules/userspec (Files): Add lib/inttostr.h.
37964
37965 2005-03-23  Jim Meyering  <jim@meyering.net>
37966
37967         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
37968
37969 2005-03-22  Jim Meyering  <jim@meyering.net>
37970
37971         * modules/stat-macros: New module.
37972         * modules/canonicalize, modules/euidaccess, modules/file-type,
37973         * modules/filemode, modules/lchown, modules/makepath,
37974         * modules/rmdir, modules/stat: Depend on new stat-macros module
37975         rather than listing lib/stat-macros.h manually.
37976         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
37977
37978 2005-03-22  Jim Meyering  <jim@meyering.net>
37979
37980         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
37981
37982 2005-03-22  Bruno Haible  <bruno@clisp.org>
37983
37984         * config/srclist.txt: Replace target directory 'config' with
37985         'build-aux'.
37986         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
37987         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
37988         ../build-aux/.
37989
37990 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
37991
37992         * modules/chdir-long (Depends-on): Add mempcpy.
37993
37994         * modules/acl, modules/backupfile, modules/c-strtod,
37995         modules/c-strtold, modules/canon-host, modules/canonicalize,
37996         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
37997         modules/exclude, modules/exitfail, modules/file-type,
37998         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
37999         modules/getdate, modules/getline, modules/getpagesize,
38000         modules/getpass, modules/getugroups, modules/group-member,
38001         modules/hard-locale, modules/hash, modules/human, modules/idcache,
38002         modules/inttostr, modules/long-options, modules/makepath,
38003         modules/md5, modules/memcasecmp, modules/memcoll,
38004         modules/modechange, modules/mountlist, modules/path-concat,
38005         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
38006         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
38007         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
38008         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
38009         modules/strftime, modules/strndup, modules/strverscmp,
38010         modules/timespec, modules/unlocked-io, modules/userspec,
38011         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
38012         modules/yesno:
38013         Remove lib_SOURCES line from Makefile.am section, as this is now
38014         done automatically by the corresponding Autoconf macro.
38015
38016 2005-03-21  Jim Meyering  <jim@meyering.net>
38017
38018         Changes imported from coreutils.
38019
38020         * lib/cycle-check.c: Don't include xalloc.h.
38021
38022         * lib/path-concat.c: Don't include assert.h.
38023         (path_concat): Remove assertion that would have triggered
38024         for ABASE starting with more than one slash.
38025         Reported by Andreas Schwab.
38026
38027         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
38028         properly when ABASE is an absolute file name.
38029         Correct the description of this function.
38030         Include <assert.h>.
38031         Add an assertion and a test driver.
38032         This fixes a bug introduced on 2004-07-02.
38033         Andreas Schwab reported the resulting failure of cp --parents:
38034         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
38035
38036 2005-03-21  Jim Meyering  <jim@meyering.net>
38037
38038         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
38039         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
38040
38041 2005-03-21  Jim Meyering  <jim@meyering.net>
38042         and  Paul Eggert  <eggert@cs.ucla.edu>
38043
38044         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
38045         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
38046         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
38047         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
38048         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
38049         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
38050         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
38051         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
38052         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
38053         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
38054         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
38055         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
38056         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
38057         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
38058         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
38059         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
38060         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
38061         for these modules.
38062
38063 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
38064
38065         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
38066         (which shouldn't happen), generate nothing instead of returning 0
38067         immediately, so that nstrftime (NULL, ...) doesn't return 0.
38068
38069 2005-03-16  Bruno Haible  <bruno@clisp.org>
38070
38071         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
38072         HAVE_LONGLONG_64BIT.
38073
38074 2005-03-16  Bruno Haible  <bruno@clisp.org>
38075
38076         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
38077         HAVE_LONGLONG_64BIT.
38078
38079 2005-03-16  Bruno Haible  <bruno@clisp.org>
38080
38081         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
38082         HAVE_LONGLONG_64BIT.
38083
38084 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38085
38086         * lib/strftime.c (my_strftime): Prepend space to format so that we can
38087         reliably distinguish strftime failure from empty output on POSIX
38088         hosts.
38089
38090 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
38091
38092         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
38093         (iconv_string): Don't guess a size-zero buffer, as that might cause
38094         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
38095         result would be 'too large', where 'too large' is (heuristically)
38096         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
38097         overflow concerns.  This will prevent some unwanted malloc failures
38098         when the inputs are very large.
38099
38100 2005-03-15  Karl Berry  <karl@gnu.org>
38101
38102         * config/srclist.txt (config.rpath): from gettext.
38103         * config/config.rpath: update.
38104
38105 2005-03-15  Bruno Haible  <bruno@clisp.org>
38106
38107         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
38108         to 'negate'.
38109
38110         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
38111         variable.
38112
38113         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
38114         results.
38115
38116 2005-03-14  Simon Josefsson  <jas@extundo.com>
38117
38118         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
38119         <fx@gnu.org>.
38120
38121 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
38122
38123         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
38124         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
38125         intprops.h.
38126         * lib/strtol.c: Likewise.
38127
38128 2005-03-14  Jim Meyering  <jim@meyering.net>
38129
38130         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
38131         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
38132         to be nonzero so that we (and caller) can detect the difference
38133         between a valid zero-length expansion and an error return, even
38134         when the underlying strftime fails before writing anything into
38135         that location.
38136
38137 2005-03-14  Bruno Haible  <bruno@clisp.org>
38138
38139         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
38140         Update from GNU gettext 0.14.3.
38141
38142 2005-03-10  Jim Meyering  <jim@meyering.net>
38143
38144         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
38145
38146 2005-03-10  Jim Meyering  <jim@meyering.net>
38147
38148         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
38149         so that this module works on systems without fchdir.
38150
38151 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
38152
38153         Factor int-properties macros into a single file, except for
38154         glibc-related files.
38155         * lib/intprops.h: New file.
38156         * lib/getloadavg.c: Include it instead of limits.h.
38157         (INT_STRLEN_BOUND): Remove.
38158         * lib/human.c: Include intprops.h.
38159         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
38160         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
38161         302/1000.
38162         * lib/inttostr.h: Include intprops.h instead of limits.h.
38163         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
38164         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
38165         for consistency with intprops.h.
38166         (time_t_is_integer, twos_complement_arithmetic): Use them.
38167         * lib/sig2str.h: Include <signal.h>, intprops.h.
38168         (INT_STRLEN_BOUND): Remove.
38169         * lib/strftime.c (TYPE_SIGNED): Remove.
38170         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
38171         * lib/strtol.c: Adjust comments to match intprops.h.
38172         * lib/userspec.c: Include intprops.h.
38173         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
38174         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
38175         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
38176         instead of rolling our own expressions.
38177         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
38178
38179         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
38180         instead of int.
38181         (my_strftime): Do not mishandle years close to INT_MAX, by doing
38182         the right thing even if adding 1900 would overflow.  Similarly
38183         for tm_mon + 1 and tm_yday + 1.
38184         Make %Y always equivalent to %C%y, and similarly for %G and %g.
38185         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
38186         (DO_SIGNED_NUMBER): New macro.
38187         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
38188
38189 2005-03-07  Bruno Haible  <bruno@clisp.org>
38190
38191         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
38192
38193 2005-03-07  Bruno Haible  <bruno@clisp.org>
38194
38195         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
38196
38197 2005-03-04  Derek R. Price  <derek@ximbiot.com>
38198
38199         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
38200         (func_import): Only replace files via --import when they have actually
38201         changed.
38202
38203 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38204
38205         * m4/mmap-anon.m4: New file.
38206         * m4/pagealign_alloc.m4: New file.
38207
38208 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38209             Bruno Haible  <bruno@clisp.org>
38210
38211         * modules/pagealign_alloc: New file.
38212         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
38213
38214 2005-03-03  Derek R. Price  <derek@ximbiot.com>
38215             Bruno Haible  <bruno@clisp.org>
38216
38217         * lib/pagealign_alloc.h: New file.
38218         * lib/pagealign_alloc.c: New file.
38219
38220 2005-03-03  Bruno Haible  <bruno@clisp.org>
38221
38222         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
38223         Use an all-permissive copyright notice, recommended by RMS.
38224
38225 2005-03-02  Bruno Haible  <bruno@clisp.org>
38226
38227         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
38228         of AIX, the replacement has to be done only after <string.h> is
38229         included, therefore not in config.h. stpncpy.h does the replacement,
38230         and stpncpy.c uses it.
38231
38232 2005-03-02  Bruno Haible  <bruno@clisp.org>
38233
38234         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
38235         stpncpy.c uses it.
38236
38237 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38238
38239         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
38240         The workaround isn't strictly needed for POSIX conformance, and
38241         it's too much of a pain to configure and maintain.  We'll ask
38242         people to fix their kernels instead.
38243         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
38244         (NANOSLEEP_BUG_WORKAROUND): Remove.
38245         (xnanosleep): Remove the workaround.
38246
38247 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38248
38249         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
38250         Reported by Derek Price.
38251         (Include): Add "timespec.h".
38252
38253         * modules/xnanosleep (Depends-on): Remove gethrxtime.
38254
38255 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38256
38257         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
38258         to detect nanosleep bug.
38259
38260 2005-03-01  Bruno Haible  <bruno@clisp.org>
38261
38262         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
38263
38264 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
38265
38266         * modules/gethrxtime: New file.
38267         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
38268         (Depends-on): Add gethrxtime.
38269         (configure.ac): Add gl_XNANOSLEEP.
38270         (Makefile.am): Remove lib_SOURCES line.
38271
38272 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38273
38274         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
38275         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
38276
38277 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38278
38279         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
38280         * lib/timespec.h (gettime): Return void, since it always
38281         succeeds now.  All uses changed.
38282         * lib/gettime.c (gettime) Likewise.
38283         [HAVE_NANOTIME]: Prefer nanotime.
38284         Assume gettimeofday succeeds, as POSIX requires.
38285         Assime time () succeeds, since other code already does.
38286         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
38287         (timespec_subtract): Remove.
38288         (NANOSLEEP_BUG_WORKAROUND): New constant.
38289         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
38290         things considerably.  Use it only on GNU/Linux hosts, since the
38291         workaround shouldn't be needed elsewhere.
38292
38293 2005-02-24  Bruno Haible  <bruno@clisp.org>
38294
38295         * modules/gettext (Files): Add m4/glibc2.m4.
38296
38297 2005-02-24  Bruno Haible  <bruno@clisp.org>
38298
38299         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
38300         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
38301         * m4/progtest.m4:
38302         Update from GNU gettext 0.14.2.
38303         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
38304
38305 2005-02-24  Bruno Haible  <bruno@clisp.org>
38306
38307         * lib/localcharset.c: Update from GNU gettext 0.14.2.
38308         * lib/config.charset: Update from GNU gettext 0.14.2.
38309
38310 2005-02-24  Bruno Haible  <bruno@clisp.org>
38311
38312         * lib/gettext.h: Update from GNU gettext 0.14.2.
38313
38314 2005-02-23  Simon Josefsson  <jas@extundo.com>
38315
38316         * m4/iconvme.m4: New file.
38317
38318 2005-02-23  Jim Meyering  <jim@meyering.net>
38319
38320         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
38321         change.
38322         Thanks to Bruno Haible for catching it.
38323
38324 2005-02-22  Simon Josefsson  <jas@extundo.com>
38325
38326         * modules/iconvme: New file.
38327
38328         * MODULES.html.sh: Add iconvme.
38329
38330 2005-02-22  Simon Josefsson  <jas@extundo.com>
38331
38332         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
38333
38334 2005-02-22  Simon Josefsson  <jas@extundo.com>
38335
38336         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
38337
38338 2005-02-22  Jim Meyering  <jim@meyering.net>
38339
38340         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
38341         s/ifndef/ifdef/.
38342
38343 2005-02-20  Neil Conway  <neilc@samurai.com>
38344
38345         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
38346         returned by OSX/Darwin if the specified buffer is not large
38347         enough for the hostname.
38348
38349 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38350
38351         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
38352         pass it to _help, otherwise the latter coredumps trying to
38353         dereference state.root_argp.
38354
38355 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38356
38357         * modules/chdir-long (Depends-on): Add memrchr.
38358         * modules/memrchr (Files): Add lib/memrchr.h.
38359         (Include): "memrchr.h".
38360
38361 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38362
38363         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
38364
38365 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38366
38367         * lib/memrchr.h: New file.
38368         * lib/chdir-long.c: Include it.
38369         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
38370         Don't bother including stddef.h.
38371
38372 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38373
38374         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
38375         inclusion.
38376         Include <sys/types.h>, for dev_t.
38377         (ME_DUMMY, ME_REMOTE): Move from here....
38378         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
38379         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
38380         Dmitry V. Levin.
38381         Include mountlist.h first, to test the interface.
38382
38383 2005-01-29  Bruno Haible  <bruno@clisp.org>
38384
38385         * lib/progname.c (program_name): Initialize.
38386         Needed when linking statically on MacOS X.
38387
38388 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38389
38390         Sync from coreutils.
38391         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
38392         (Depends-on): Add c-strtod.
38393         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
38394
38395 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38396
38397         Sync from coreutils.
38398         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
38399
38400         Remove files that are specific to coreutils.
38401         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
38402
38403 2005-01-28  Bruno Haible  <bruno@clisp.org>
38404
38405         * modules/javacomp: New file.
38406         * MODULES.html.sh (Java): Add javacomp.
38407
38408 2005-01-28  Bruno Haible  <bruno@clisp.org>
38409
38410         * m4/javacomp.m4: New file, from GNU gettext.
38411
38412 2005-01-28  Bruno Haible  <bruno@clisp.org>
38413
38414         * lib/javacomp.sh.in: New file, from GNU gettext.
38415         * lib/javacomp.h: New file, from GNU gettext.
38416         * lib/javacomp.c: New file, from GNU gettext.
38417
38418 2005-01-26  Simon Josefsson  <jas@extundo.com>
38419
38420         * lib/gai_strerror.c: Use GPL in header.
38421
38422 2005-01-26  Bruno Haible  <bruno@clisp.org>
38423
38424         * modules/javaexec: New file.
38425         * MODULES.html.sh (Java): Add javaexec.
38426
38427 2005-01-26  Bruno Haible  <bruno@clisp.org>
38428
38429         * m4/javaexec.m4: New file, from GNU gettext.
38430
38431 2005-01-26  Bruno Haible  <bruno@clisp.org>
38432
38433         * lib/javaexec.sh.in: New file, from GNU gettext.
38434         * lib/javaexec.h: New file, from GNU gettext.
38435         * lib/javaexec.c: New file, from GNU gettext.
38436
38437 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38438
38439         * modules/lchown (Depends-on): Remove lchown.h
38440
38441 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38442
38443         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
38444         must be defined if the header file was not found, in order
38445         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
38446
38447 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38448
38449         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
38450         initializers for struct pentry_state.
38451         (__argp_error): Check return value of __asprintf
38452         (__argp_failure): Translate error message
38453
38454         * lib/argp-parse.c: Removed braces around the expansion of N_()
38455
38456 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
38457
38458         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
38459         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
38460         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
38461         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
38462         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
38463         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
38464         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
38465         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
38466         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
38467         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
38468         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
38469         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
38470         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
38471         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
38472         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
38473         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
38474         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
38475         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
38476         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
38477         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
38478         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
38479         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
38480         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
38481         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
38482         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
38483         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
38484         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
38485         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
38486         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
38487         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
38488         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
38489         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
38490         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
38491         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
38492         xstrtol.m4, xstrtoumax.m4, yesno.m4:
38493         Use an all-permissive copyright notice, recommended by RMS.
38494
38495 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
38496
38497         * modules/chdir-long (Depends-on): Remove mempcpy.
38498
38499 2005-01-21  Jim Meyering  <jim@meyering.net>
38500
38501         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
38502         same value as for Solaris 9.
38503
38504         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
38505         component length.  This included changing the parameter to be
38506         of type `char *' rather than `char const *'.
38507         * lib/chdir-long.h (chdir_long): Update prototype.
38508
38509         * lib/openat.c (fdopendir, fstatat): New functions.
38510         * lib/openat.h: Include headers required for use of DIR and struct
38511         stat.
38512         [AT_SYMLINK_NOFOLLOW]: Define.
38513         (fdopendir, fstatat): Add prototypes.
38514
38515 2005-01-21  Bruno Haible  <bruno@clisp.org>
38516
38517         * modules/classpath: New file.
38518         * MODULES.html.sh (Java): Add classpath.
38519
38520 2005-01-21  Bruno Haible  <bruno@clisp.org>
38521
38522         * lib/classpath.h: New file, from GNU gettext.
38523         * lib/classpath.c: New file, from GNU gettext.
38524
38525 2005-01-20  Simon Josefsson  <jas@extundo.com>
38526
38527         * modules/version-etc-fsf: New file.
38528
38529 2005-01-20  Simon Josefsson  <jas@extundo.com>
38530
38531         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
38532         * lib/version-etc.c: Remove version_etc_copyright.
38533         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
38534         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
38535
38536 2005-01-20  Simon Josefsson  <jas@extundo.com>
38537
38538         * lib/base64.h (isbase64): Add.
38539
38540         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
38541         using a unsigned prototype, don't inline.
38542         (base64_decode): Use it.
38543
38544 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38545
38546         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
38547         it.
38548
38549 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38550
38551         * lib/save-cwd.c (save_cwd): Remove code to support the case
38552         where fchdir is missing or flaky.
38553
38554 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
38555
38556         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
38557
38558 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
38559
38560         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
38561         AC_LIBSOURCES now does this.
38562         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
38563         with new ullong_max module.
38564
38565 2005-01-19  Bruno Haible  <bruno@clisp.org>
38566
38567         * modules/sh-quote: New file.
38568         * MODULES.html.sh (Executing programs): Add sh-quote.
38569
38570 2005-01-19  Bruno Haible  <bruno@clisp.org>
38571
38572         * lib/sh-quote.h: New file, from GNU gettext.
38573         * lib/sh-quote.c: New file, from GNU gettext.
38574
38575 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38576
38577         Merge from coreutils.
38578         * m4/ullong_max.m4: New file.
38579         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
38580         (gl_MACROS): Assume localeconv exists.
38581
38582 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38583
38584         Merge changes from coreutils, as described below in several
38585         changelogs dated today.
38586
38587         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
38588         (O_DIRECTORY): Remove; not needed here, since "." must be
38589         a directory.  All uses removed.
38590         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
38591         universal on Suns, and we also need to test for IRIX.
38592         Revamp code to use 'if' rather than '#if'.
38593         Avoid unnecessary comparison of cwd->desc to 0.
38594
38595         * lib/utimens.c (futimens): Robustify the previous patch, by checking
38596         for known valid error numbers rather than observed invalid ones.
38597
38598 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
38599
38600         * modules/ullong_max: New file.
38601
38602         * modules/chdir-long, modules/openat: New files.
38603         * modules/save-cwd (Depends-on): Depend on chdir-long.
38604         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
38605
38606 2005-01-18  Jim Meyering  <jim@meyering.net>
38607
38608         Merge from coreutils.
38609         * m4/chdir-long.m4, m4/openat.m4: New files.
38610         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
38611         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
38612         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
38613         is sane and DOES follow symlinks.  Besides, testing 20 different
38614         systems found no broken chown implementations.
38615         Prompted by a change in rsync's copy of this macro.
38616         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
38617
38618         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
38619
38620         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
38621         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
38622         NULL-means-set-to-current-time semantics.
38623         Remove temporary file immediately, rather than waiting
38624         for configure's at-exit trap code to do it.
38625
38626 2005-01-18  Jim Meyering  <jim@meyering.net>
38627
38628         * lib/version-etc.c (version_etc_copyright): Update copyright date.
38629
38630         * lib/utimens.c (futimens): Account for the fact that futimes
38631         can also fail with errno == ENOSYS or errno == ENOENT.
38632         Patch from Dmitry V. Levin.
38633
38634         Change the name of the robust chdir function from chdir to chdir_long.
38635         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
38636         (restore_cwd): Use chdir_long, not chdir.
38637         * lib/chdir-long.c: Renamed from chdir.c.
38638         * lib/chdir-long.h: Renamed from chdir.h.
38639         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
38640         Hurd.
38641
38642 2005-01-18  Bruno Haible  <bruno@clisp.org>
38643
38644         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
38645         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
38646         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
38647         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
38648         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
38649         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
38650         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
38651         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
38652         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
38653         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
38654         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
38655         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
38656         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
38657         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
38658         Use an all-permissive copyright notice, recommended by RMS.
38659
38660 2005-01-18  Bob Proulx  <bob@proulx.com>
38661
38662         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
38663         simplify offsetof() macro construct to avoid compile failure with
38664         native HP-UX 11.0 ANSI C compiler.
38665
38666 2005-01-17  Bruno Haible  <bruno@clisp.org>
38667
38668         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
38669         redundant because stpncpy.m4 takes care of it.
38670
38671 2005-01-17  Bruno Haible  <bruno@clisp.org>
38672
38673         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
38674
38675 2005-01-17  Bruno Haible  <bruno@clisp.org>
38676
38677         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
38678         used.
38679
38680 2005-01-17  Bruno Haible  <bruno@clisp.org>
38681
38682         * lib/fwriteerror.h (fwriteerror): Change specification to include
38683         fclose.
38684         * lib/fwriteerror.c: Include <stdbool.h>.
38685         (fwriteerror): At the end, close the file stream. Record whether
38686         stdout was already closed.
38687
38688 2005-01-17  Bruno Haible  <bruno@clisp.org>
38689
38690         * lib/execute.c (environ): Declare if needed.
38691         * lib/pipe.c (environ): Likewise.
38692         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
38693
38694 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38695
38696         * modules/argp: Depend on vsnprintf
38697
38698 2005-01-10  Jim Meyering  <jim@meyering.net>
38699
38700         * modules/closeout (Depends-on): Add atexit.
38701
38702 2005-01-06  Bruno Haible  <bruno@clisp.org>
38703
38704         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
38705
38706 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
38707
38708         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
38709         definitions to be after all include files, to avoid collisions.
38710         Problem reported by Bob Proulx.
38711
38712 2005-01-04  Jim Meyering  <jim@meyering.net>
38713
38714         Changes imported from coreutils.
38715         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
38716         as the mkstemp template, use a temporary directory and an
38717         8.3-friendly template to avoid trouble on systems like DJGPP.
38718         Reported by Juan M. Guerrero via Stepan Kasal.
38719         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
38720         close. Remove the temporary directory right away, rather than waiting
38721         for configure's at-exit trap code to do it.
38722         Suggestion from Stepan Kasal.
38723
38724 2005-01-01  Simon Josefsson  <jas@extundo.com>
38725
38726         * gnulib-tool: Print #include directives when --import'ing.
38727
38728 2004-12-28  Simon Josefsson  <jas@extundo.com>
38729
38730         * tests/test-base64.c: Include required header files.  Remove
38731         unused variables.
38732
38733 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38734
38735         * modules/error (Depends-on): Remove gettext.
38736
38737 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
38738
38739         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
38740         not needed.  This removes a dependency on the gettext module.
38741         [defined _LIBC]: Do not include <libintl.h>; not needed.
38742
38743 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38744
38745         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
38746         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
38747
38748 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
38749
38750         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
38751         HAVE_DECL_STRTOLD.
38752
38753 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38754
38755         * modules/getdate (Depends-on): Remove alloca-opt.
38756
38757 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38758
38759         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
38760
38761 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
38762
38763         * lib/argp-parse.c: Include <stddef.h>.
38764         (alignof, alignto): New macros.
38765         (parser_init): Don't assume that void * is aligned sufficiently
38766         for struct option.
38767
38768         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
38769         need to extend the stack.
38770         (YYINITDEPTH): New macro, so that the initial stack isn't overly
38771         large.
38772
38773 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
38774
38775         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
38776
38777 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38778
38779         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
38780         (2004-10-24) change.  Apparently this was a false alarm.
38781
38782         * modules/getdate: Depend on alloca-opt, not alloca.
38783
38784 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
38785
38786         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
38787         Remove now-obsolete comment about AIX.
38788         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
38789         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
38790         (YYMAXDEPTH): New macro.
38791
38792 2004-12-18  Simon Josefsson  <jas@extundo.com>
38793
38794         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
38795
38796 2004-12-18  Bruno Haible  <bruno@clisp.org>
38797
38798         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
38799
38800 2004-12-18  Bruno Haible  <bruno@clisp.org>
38801
38802         * lib/fatal-signal.c (fatal_signals): Make non-const.
38803         (init_fatal_signals): New function.
38804         (uninstall_handlers, install_handlers): Ignore signals that were set to
38805         SIG_IGN.
38806         (at_fatal_signal): Call init_fatal_signals.
38807         (init_fatal_signal_set): Likewise. Ignore signals that were set to
38808         SIG_IGN.
38809         Reported by Paul Eggert.
38810
38811 2004-12-18  Bruno Haible  <bruno@clisp.org>
38812
38813         * doc/alloca.texi: New file.
38814         * doc/alloca-opt.texi: New file.
38815
38816 2004-12-17  Jim Meyering  <jim@meyering.net>
38817
38818         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
38819         Otherwise, install-sh could exit with improper exit status when
38820         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
38821
38822 2004-12-16  Simon Josefsson  <jas@extundo.com>
38823
38824         * tests/test-base64.c: Add license.
38825
38826 2004-12-15  Stepan Kasal  <address@hidden>
38827
38828         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
38829
38830 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
38831
38832         * modules/getcwd (Files): Add m4/d-ino.m4.
38833         Suggested by Mark D. Baushke.
38834
38835 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38836
38837         * lib/getdate.y (textint): New member "negative".
38838         (time_zone_hhmm): New function.
38839         Expect 14 shift-reduce conflicts, not 13.
38840         (o_colon_minutes): New rule.
38841         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
38842         (yylex): Set the "negative" member of signed numbers.
38843
38844 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
38845
38846         * doc/getdate.texi (Time of day items, Time zone items):
38847         Describe new formats +00:00, UTC+00:00.
38848
38849 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
38850
38851         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
38852         spurious "-l"s.  Problem reported by Stepan Kasal.
38853
38854 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
38855
38856         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
38857         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
38858
38859 2004-12-04  Simon Josefsson  <jas@extundo.com>
38860
38861         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
38862         Vandoorselaere <yoann@prelude-ids.org>.
38863
38864 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38865
38866         Changes imported from coreutils.
38867         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
38868         exist.
38869         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
38870
38871 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38872
38873         Changes imported from coreutils.
38874         * lib/hard-locale.c: Assume <locale.h> exists.
38875         Include "strdup.h".
38876         (GLIBC_VERSION): New macro.
38877         (hard_locale): Assume setlocale exists.
38878         Rewrite to avoid #ifdef.
38879         Use strdup rather than malloc + strcpy.
38880         * lib/human.c: Assume <locale.h> exists.
38881         (human_readable): Assume localeconv exists.
38882
38883 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
38884
38885         * modules/hard-locale (Depends-on): Add strdup.
38886
38887 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
38888
38889         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
38890         convert T2, not T.  (Imported from libc.)
38891
38892 2004-11-30  Simon Josefsson  <jas@extundo.com>
38893
38894         * modules/restrict (License): Change to LGPL.
38895
38896 2004-11-30  Simon Josefsson  <jas@extundo.com>
38897
38898         * m4/restrict.m4: Add copyright and copying conditions.
38899
38900 2004-11-30  Simon Josefsson  <jas@extundo.com>
38901
38902         * m4/base64.m4: New file.
38903
38904 2004-11-30  Simon Josefsson  <jas@extundo.com>
38905
38906         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
38907         base64.
38908
38909         * tests/test-base64.c: New file.
38910
38911         * modules/base64: New file.
38912
38913 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38914
38915         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
38916         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
38917
38918         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
38919
38920 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
38921
38922         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
38923         (__getcwd.c): Don't restore errno; glibc doesn't.
38924         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
38925         first, falling back to our code only if its results look suspicious.
38926         Ensure that the resulting buffer is only as large as necessary.
38927
38928         * lib/readutmp.c: Include readutmp.h first.
38929         Include <errno.h>, since readutmp.h no longer does that.
38930         * lib/readutmp.h: Don't include <errno.h>,
38931         <sys/param.h>, <time.h>; not needed to establish interface.
38932         (errno): Remove decl.
38933         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
38934         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
38935         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
38936
38937 2004-11-28  Simon Josefsson  <jas@extundo.com>
38938
38939         * lib/base64.h, base64.c: New file.
38940
38941 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
38942
38943         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
38944
38945 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
38946
38947         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
38948         (Depends-on): Remove pathmax, same.  Add mempcpy.
38949         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
38950         (Makefile.am): Append getcwd.h to lib_SOURCES.
38951         (Include): Add getcwd.h.
38952         (Maintainer): Change from Jim Meyering to "all, glibc",
38953         since getdate now uses intended-for-glibc code.
38954         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
38955         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
38956
38957 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
38958
38959         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
38960         HP's ANSI C compiler.
38961         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
38962         Declaring int functions causes warnings on some modern systems and
38963         shouldn't be needed to compile on ancient ones.
38964         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
38965         defined.
38966
38967         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
38968         with the following changes.
38969         (__set_errno): Parenthesize properly.
38970         Include <stdbool.h>.
38971         (MIN, MAX, MATCHING_INO): New macros.
38972         (__getcwd): Define with prototype, not K&R form.
38973         Use heuristics to allocate default buffer on stack if possible.
38974         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
38975         behavior, and to avoid the PATH_MAX limit when computing
38976         ../../../../...
38977         Use MATCHING_INO to compare inode number to file.
38978         Check for arithmetic overflow in size calculations.
38979         Fix bug in reallocation of dot array that caused getcwd to fail
38980         on directories nested deeper than 75.
38981         Be more careful about saving errno on error.
38982         Do not use realloc; use only free+malloc, as this is a bit
38983         more flexible and avoids a needless copy operation.
38984         Do not inspect st_dev and st_ino for symbolic links; POSIX
38985         doesn't specify the latter.
38986         Check for closedir errors.
38987         Avoid needless casts.
38988         Use "#ifdef weak_alias" around weak_alias, to be like other
38989         glibc code.
38990         The following changes to getcwd.c have effect only when used in
38991         gnulib; they have no effect inside glibc proper.
38992         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
38993         as alloca isn't used.
38994         (alloca, __alloca): Likewise.
38995         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
38996         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
38997         unconditionally, as gnulib assumes C89 or better.
38998         Do not include <sys/param.h>.
38999         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
39000         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
39001         better.
39002         (NULL) [!defined NULL]: Remove; we assume C89 or better.
39003         Include <dirent.h> in a way that is compatible with modern Autoconf.
39004         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
39005         New macros, if not already defined.
39006         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
39007         Use "_LIBC", not "defined _LIBC", for consistency.
39008         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
39009         a mempcpy module.
39010         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
39011         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
39012         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
39013         credit only to Jim Meyering and adjust the copyright dates.
39014         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
39015         <stdlib.h>, <unistd.h>, "pathmax.h".
39016         Instead, include "xgetcwd.h" (first) and "getcwd.h".
39017         (INITIAL_BUFFER_SIZE): Remove.
39018         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
39019
39020 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
39021
39022         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
39023         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
39024         Use the _ONCE methods, for efficiency.
39025         Check for fcntl.h.  In test program, include <errno.h>
39026         and <fcntl.h> if available.  Remove old K&R cruft from
39027         test program.  Check for common errors in GNU/Linux,
39028         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
39029         don't do AC_LIBOBJ, as that's getcwd.m4's job.
39030         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
39031         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
39032         name accordingly.
39033         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
39034         accommodate new getcwd.c.
39035         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
39036         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
39037         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
39038         that's all we need now.
39039
39040 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39041
39042         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
39043         argp-parse.c depends on getopt internals, that means we should
39044         always use our getopt, to be on the safe side.
39045         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
39046         order not to spoil the result of an eventual previous invocation
39047         of gl_GETOPT_SUBSTITUTE.
39048
39049 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39050
39051         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
39052         redefinition warnings. To avoid them, include the defines
39053         in `#if !defined __need_getopt ... #endif'. The only place
39054         where __getopt_argv_const is used is in definitions
39055         of getopt_long and getopt_long_only below, which are as well
39056         protected by `#ifndef __need_getopt'.
39057         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
39058         __need_getopt after including <stdio.h> and <unistd.h> These
39059         headers might have defined it.
39060
39061 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39062
39063         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
39064
39065 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
39066
39067         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
39068         (futimens): New function, which uses futimes if available.
39069         (futimens, utimens): Support timespec==NULL, with same semantics
39070         as utime and utimens.
39071         * lib/utimens.h (futimens): New decl.
39072
39073 2004-11-23  Jim Meyering  <jim@meyering.net>
39074
39075         * lib/getopt_.h: Remove trailing blanks.
39076
39077 2004-11-23  Jim Meyering  <jim@meyering.net>
39078
39079         * lib/__fpending.c: Add comment.
39080
39081 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
39082
39083         * modules/canonicalize (Depends-on): Add xreadlink.
39084         Problem reported by James Youngman.
39085
39086 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
39087
39088         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
39089         New macros.
39090         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
39091         optopt): Use them instead of invoking ## directly; otherwise, the
39092         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
39093
39094 2004-11-19  Bruno Haible  <bruno@clisp.org>
39095
39096         * lib/strtok_r.c: Move comments from here...
39097         * lib/strtok_r.h: ... to here.
39098
39099 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39100
39101         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
39102         implementations that mishandle size_t overflow.
39103
39104 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
39105
39106         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
39107         might fail.  Problem reported by Yoann Vandoorselaere.
39108         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
39109         implementations that mishandle size_t overflow.
39110
39111 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39112
39113         * modules/canon-host (Depends-on): Add strdup.
39114
39115 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39116
39117         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
39118
39119 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39120
39121         * lib/canon-host.c: Include "strdup.h".
39122         (canon_host): Use getaddrinfo if available, so that IPv6 works.
39123         Use strdup instead of malloc/strcpy to duplicate strings.
39124
39125         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
39126         (human_space_before_unit): New constant.
39127         * lib/human.c (human_readable): Support it.
39128
39129         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
39130         (xgetcwd): Set errno correctly when failing.
39131         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
39132         the failure is actually due to a PATH_MAX problem.
39133
39134         Further getopt changes to make it more likely that glibc will
39135         buy the changes back.
39136         * lib/getopt.c (POSIXLY_CORRECT): New constant.
39137         (getopt): Use it, so to preserve glibc semantic
39138         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
39139         when compiling for libc.
39140         * lib/getopt_.h (__getopt_argv_const): Bring it back.
39141         (getopt_long, getopt_long_only): Use it.
39142
39143         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39144         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
39145         (getopt): Argv is now char * const *, as per standard.
39146         (_getopt_internal_r, _getopt_internal): Argv is now char **,
39147         not char *__getopt_argv_const *.
39148         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39149         _getopt_long_only_r): Likewise.
39150         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
39151         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39152         _getopt_long_r, _getopt_long_only_r): Likewise.
39153         * lib/getopt_.h (__getopt_argv_const): Remove.
39154         (getopt): Argv is now char * const *, as per standard.
39155
39156         * lib/getdate.y (tORDINAL): New token.
39157         (day, relunit): Allow it for relative times.
39158         (relative_time_table): Use tORDINAL for ordinals.
39159
39160 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
39161
39162         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
39163         Document that "second" isn't allowed as an ordinal number.
39164
39165 2004-11-16  Jim Meyering  <jim@meyering.net>
39166
39167         * modules/closeout (Depends-on): Add fpending.
39168
39169 2004-11-15  Jim Meyering  <jim@meyering.net>
39170
39171         * lib/closeout.c: Include "__fpending.h" once again.
39172         Include <stdbool.h>.
39173         (close_stdout): Don't fail just because stdout was closed initially,
39174         since some programs don't write to stdout in the normal course of
39175         operation (other than --version and --help), and we don't want this
39176         function to make e.g. `touch file >&-' fail.
39177         But do fail if it was closed and someone has tried to write to it.
39178         E.g., `printf foo >&-' must fail.
39179
39180 2004-11-13  Jim Meyering  <jim@meyering.net>
39181
39182         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
39183
39184 2004-11-12  Simon Josefsson  <jas@extundo.com>
39185
39186         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
39187         small doc fix is still pending.
39188
39189 2004-11-11  Simon Josefsson  <jas@extundo.com>
39190
39191         * modules/strtok_r: New file.
39192
39193         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39194         strtok_r.
39195
39196 2004-11-11  Simon Josefsson  <jas@extundo.com>
39197
39198         * m4/strtok_r.m4: New file.
39199
39200         * m4/getopt.m4: Replace opterr.
39201
39202 2004-11-11  Simon Josefsson  <jas@extundo.com>
39203
39204         * lib/strtok_r.h, strtok_r.c: New file.
39205
39206 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39207
39208         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
39209         of replacing opterr, getopt, etc.  This should handle the
39210         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
39211
39212 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
39213
39214         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
39215         we can stop lying to compilers about the constness of argv when we
39216         are compiled outside glibc.
39217         (getopt, getopt_long, getopt_long_only): Use it.
39218         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
39219         _getopt_internal, getopt): Likewise.
39220         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
39221         _getopt_long_only_r): Likewise.
39222         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
39223         _getopt_long_r, _getopt_long_only_r): Likewise.
39224
39225         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
39226         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
39227         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
39228         the other external symbols.
39229         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
39230         declaration, since the above renaming now works around collisions.
39231
39232 2004-11-11  Jim Meyering  <jim@meyering.net>
39233
39234         * lib/linebreak.c: Remove trailing blanks.
39235         * lib/alloca_.h: Likewise.
39236         * lib/acosl.c: Likewise.
39237         * lib/euidaccess.c: Likewise.
39238         * lib/allocsa.h: Likewise.
39239
39240 2004-11-10  Simon Josefsson  <jas@extundo.com>
39241
39242         * m4/getaddrinfo.m4: New file.
39243
39244 2004-11-10  Simon Josefsson  <jas@extundo.com>
39245
39246         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
39247
39248 2004-11-10  Simon Josefsson  <jas@extundo.com>
39249
39250         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39251         getaddrinfo.
39252
39253         * modules/getaddrinfo: New file.
39254
39255 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39256
39257         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
39258
39259 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
39260
39261         * lib/mktime.c (SHR): New macro, which is a portable
39262         substitute for >> that should work even on Crays.
39263         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
39264         Problem reported by Mark D. Baushke in
39265         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
39266         * lib/getdate.y (SHR): Likewise.
39267         (tm_diff): Use it.
39268         * lib/strftime.c (SHR): Likewise.
39269         (tm_diff): Use it.
39270         * lib/quotearg.c (struct quoting_options): Use unsigned int for
39271         quote_these_too, so that right shifts are well defined.  All uses
39272         changed.
39273
39274 2004-11-10  Jim Meyering  <jim@meyering.net>
39275
39276         Ensure that no close failure goes unreported.
39277         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
39278         return early when it seems there's nothing to flush.
39279         Don't include __fpending.h.
39280
39281 2004-11-10  Jim Meyering  <jim@meyering.net>
39282
39283         * modules/closeout (Depends-on): Remove fpending.
39284
39285 2004-11-10  Jim Meyering  <jim@meyering.net>
39286
39287         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
39288
39289 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39290
39291         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
39292         gl_FUNC_STRFTIME.
39293         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
39294         and AC_REQUIRE when possible, to avoid duplicate checks.
39295         Check for <wchar.h>.
39296
39297 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
39298
39299         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
39300
39301 2004-11-09  Bruno Haible  <bruno@clisp.org>
39302
39303         * m4/sockpfaf.m4: New file.
39304
39305 2004-11-05  Bruno Haible  <bruno@clisp.org>
39306
39307         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
39308         Reported by Mark D. Baushke <mdb@cvshome.org>.
39309
39310 2004-11-04  Bruno Haible  <bruno@clisp.org>
39311
39312         2004-09-11  Bruno Haible  <bruno@clisp.org>
39313                 * allocsa.valgrind: New file.
39314         2004-02-06  Bruno Haible  <bruno@clisp.org>
39315                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
39316                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
39317                 Reported by Christopher Seip <chris.seip@hp.com>.
39318
39319 2004-11-04  Bruno Haible  <bruno@clisp.org>
39320
39321         * modules/allocsa (Files): Add lib/allocsa.valgrind.
39322         (Makefile.am): Distribute it.
39323
39324 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
39325
39326         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
39327         with errno == ERANGE if the buffer is too small.
39328         Problem reported by Mark D. Baushke.
39329
39330 2004-11-03  Albert Chin  <china@thewrittenword.com>
39331             Paul Eggert  <eggert@cs.ucla.edu>
39332
39333         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
39334         equivalent, substitute $ac_type for equivalent type rather than
39335         blindly using uint32_t *always* which won't work if uint32_t is not
39336         available.  Define _UINT32_T to work around typedef of uint32_t if
39337         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
39338         2.5.1.
39339
39340 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39341
39342         * m4/jm-macros.m4: Sync from coreutils.
39343         (gl_MACROS): Check for mbrlen, for pathchk.
39344         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
39345
39346 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39347
39348         * lib/xreadlink.c (MAXSIZE): New macro.
39349         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
39350         size does not exceed MAXSIZE.  Avoid cast.
39351         As suggested by Mark D. Baushke in
39352         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
39353         if readlink fails with buffer size just under MAXSIZE, try again
39354         with MAXSIZE.
39355
39356 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
39357
39358         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
39359
39360 2004-11-02  Derek R. Price  <derek@ximbiot.com>
39361         and  Paul Eggert  <eggert@cs.ucla.edu>
39362
39363         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
39364         (get_date): Overparenthesize to avoid GCC warning.
39365
39366 2004-11-02  Bruno Haible  <bruno@clisp.org>
39367
39368         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
39369         returns void.
39370
39371 2004-11-02  Bruno Haible  <bruno@clisp.org>
39372
39373         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
39374         function returns void.
39375
39376 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39377
39378         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
39379         fflush_unlocked, flockfile, funlockfile, funlockfile,
39380         fputs_unlocked, putc_unlocked.
39381
39382 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
39383
39384         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39385         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
39386         already declared.
39387
39388 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39389
39390         * modules/getdate (Files): Add doc/getdate.texi.
39391         (Depends-on): Add setenv, xalloc.
39392
39393 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39394
39395         * lib/getdate.y: Add support for TZ="foo" within a date string.
39396         Fix some bugs near time_t boundaries.  Reject dates with
39397         out-of-range components, e.g., "Sept 31".
39398         Include <stdlib.h>, "setenv.h", "xalloc.h".
39399         (ISDIGIT_LOCALE): Remove; unused.
39400         Note that the TZ and time functions used here are not reentrant.
39401         (mktime_ok, get_tz): New functions.
39402         (TZBUFSIZE): New constant.
39403         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
39404         This requires that we sometimes generate our own TZ="XXX..." setting.
39405
39406 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
39407
39408         * doc/getdate.texi: New file, from coreutils with modifications for
39409         the new TZ parsing.
39410
39411 2004-10-27  Derek R. Price  <derek@ximbiot.com>
39412
39413         * lib/mktime.c (not_equal_tm): Remove redundant check.
39414
39415 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39416
39417         * modules/regex (lib_SOURCES): Add regex.c.
39418         Reported by James Youngman in
39419         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
39420
39421 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
39422
39423         * lib/getdate.y: Use Bison 1.875 features, and some minor
39424         code cleanups.  This change does not affect semantics.
39425         Don't include <stdlib.h>; no longer needed.
39426         Don't include unlocked-io.h; only the "#if TEST" code uses
39427         stdio, and performance isn't crucial there.
39428         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
39429         Bison 1.875 features as described below.
39430         All uses of "PC." replaced by "pc->".
39431         (YYSTYPE): Add a forward declaration.
39432         (yylex, yyerror): Use full prototypes in forward decls.
39433         Use "%pure-parser" rather than obsolescent "%pure_parser".
39434         Use %parse-param and %lex-param instead of obsolescent
39435         YYPARSE_PARAM and YYLEX_PARAM.
39436         (meridian_table, month_and_day_table, time_units_table,
39437         relative_time_table, time_zone_table, military_table,
39438         lookup_zone, lookup_word, get_date):
39439         Use NULL instead of 0 where appropriate.
39440         (to_hour): Avoid abort (), to avoid a dependency on
39441         stdlib.h.
39442         (yyerror, yylex): Now accepts parser_control * arg.
39443         (main) [TEST]: Use '\0' rather than 0 for char.
39444
39445 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39446
39447         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
39448
39449 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
39450
39451         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
39452         It's now the caller's responsibility to handle the case where
39453         !HAVE_GETPAGESIZE && !defined getpagesize.
39454
39455         * lib/mktime.c (leapyear): Arg is long int, not int.
39456
39457 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
39458
39459         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
39460
39461 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
39462
39463         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
39464         missing.  Problem reported by James Youngman.
39465
39466 2004-10-16  Simon Josefsson  <jas@extundo.com>
39467
39468         * gnulib-tool: Fix comments.  Fix parse problem.
39469         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
39470
39471 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
39472
39473         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
39474         implementation of getopt_long.  Problem reported by Alexander Taler in:
39475         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
39476
39477 2004-10-15  Bruno Haible  <bruno@clisp.org>
39478
39479         * gnulib-tool: Untabify. Initialize supplied_libname.
39480         (func_usage): More homogenous output.
39481         (func_modules_transitive_closure, func_modules_to_filelist,
39482         func_emit_lib_Makefile_am): New functions.
39483         (func_import): New function, extracted from big case statement. Use
39484         func_get_license, func_modules_transitive_closure,
39485         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
39486         opt_lgpl. Don't use test -a, as it's not portable.
39487         (func_create_testdir): Use func_modules_transitive_closure,
39488         func_modules_to_filelist, func_emit_lib_Makefile_am.
39489
39490 2004-10-15  Bruno Haible  <bruno@clisp.org>
39491
39492         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
39493
39494 2004-10-15  Bruno Haible  <bruno@clisp.org>
39495
39496         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
39497         the portions belonging to each module.
39498         Suggested by Derek Robert Price <derek@ximbiot.com>.
39499
39500 2004-10-12  Simon Josefsson  <jas@extundo.com>
39501
39502         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
39503         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
39504         to real functions.
39505
39506 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39507
39508         * modules/vsnprintf: New file.
39509
39510 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39511
39512         * m4/vsnprintf.m4: New file.
39513
39514 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39515
39516         * lib/vsnprintf.h: New file.
39517         * lib/vsnprintf.c: New file.
39518
39519 2004-10-11  Bruno Haible  <bruno@clisp.org>
39520
39521         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
39522         vsnprintf.
39523
39524 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39525
39526         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
39527
39528 2004-10-07  Bruno Haible  <bruno@clisp.org>
39529
39530         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
39531         fits into the provided buffer.
39532
39533 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39534
39535         * lib/diacrit.c, diacrit.h: Add GPL notice.
39536
39537         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
39538         notice.
39539         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
39540         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
39541         This avoids a potential constant-folding bug.
39542
39543 2004-10-05  Bruno Haible  <bruno@clisp.org>
39544
39545         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
39546         for the declaration of strsep.
39547
39548 2004-10-05  Bruno Haible  <bruno@clisp.org>
39549
39550         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
39551
39552 2004-10-04  Simon Josefsson  <jas@extundo.com>
39553
39554         * modules/memmem: New file.
39555         * tests/test-memmem.c: New file.
39556         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
39557
39558 2004-10-04  Simon Josefsson  <jas@extundo.com>
39559
39560         * m4/memmem.m4: New file.
39561
39562 2004-10-04  Simon Josefsson  <jas@extundo.com>
39563
39564         * lib/memmem.h: New file.
39565         * lib/memmem.c: New file, taken from glibc.
39566
39567 2004-10-04  Simon Josefsson  <jas@extundo.com>
39568
39569         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
39570         '#ifdef USE_UNLOCKED_IO'.
39571
39572 2004-10-04  Simon Josefsson  <jas@extundo.com>
39573
39574         * config/srclist.txt: Add memmem from glibc.
39575
39576 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39577
39578         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
39579
39580         * modules/argmatch, modules/argp, modules/closeout, modules/error,
39581         modules/exclude, modules/getdate, modules/getline,
39582         modules/getndelim2, modules/getpass, modules/getpass-gnu,
39583         modules/getusershell, modules/linebuffer, modules/md5,
39584         modules/mountlist, modules/posixtm, modules/readtokens,
39585         modules/readutmp, modules/regex, modules/sha1,
39586         modules/version-etc, modules/yesno:
39587         Remove dependency on unlocked-io.
39588
39589 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39590
39591         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
39592
39593         * m4/unlocked-io.m4: Add copyright notice.
39594         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
39595
39596 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39597
39598         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
39599         * lib/xmalloc.c (xmemdup): Likewise.
39600         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
39601         XFREE): Remove these long-obsolescent macros.
39602         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
39603         * lib/xstrdup.c: Remove.
39604
39605         * lib/regex.c (re_comp): Cast gettext return value to char *,
39606         Problem reported by Martin Neitzel via Mark D. Baushke.
39607
39608 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
39609
39610         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
39611         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
39612         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
39613         regex.c, sha1.c, version-etc.c, yesno.c:
39614         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
39615         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
39616         the includer's responsibility.
39617
39618         Sync from coreutils.
39619
39620         * lib/modechange.c (mode_compile): Don't decrement a pointer that
39621         points to the start of a string, as the C Standard says the
39622         resulting behavior is undefined.
39623
39624         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
39625         simple -> simple_backups, numbered_existing ->
39626         numbered_existing_backups, numbered -> numbered_backups
39627         to avoid shadowing problems.  All uses changed.
39628         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
39629         * lib/backupfile.c (check_extension, numbered_backup):
39630         Rename locals to avoid shadowing 'basename'.
39631         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
39632         once.
39633
39634         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
39635         * lib/.cvsignore: Add getopt.h.
39636
39637 2004-10-04  Bruno Haible  <bruno@clisp.org>
39638
39639         * modules/README: New file.
39640         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
39641         not a module.
39642
39643 2004-10-02  Jim Meyering  <jim@meyering.net>
39644
39645         * lib/dirfd.h, getpagesize.h: Add copyright notice.
39646
39647 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39648
39649         * modules/strsep: New file.
39650
39651 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39652
39653         * m4/strsep.m4: New file.
39654
39655 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39656
39657         * lib/strsep.h: New file.
39658         * lib/strsep.c: New file.
39659
39660 2004-10-01  Simon Josefsson  <jas@extundo.com>
39661
39662         * lib/snprintf.c (snprintf): Handle size==0.
39663
39664 2004-10-01  Simon Josefsson  <jas@extundo.com>
39665             Bruno Haible  <bruno@clisp.org>
39666
39667         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
39668         (snprintf): Declare 'args'.
39669
39670 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
39671
39672         * lib/snprintf.c: Remove comments as to why each header is needed.
39673
39674 2004-10-01  Bruno Haible  <bruno@clisp.org>
39675
39676         * MODULES.html.sh: Add strsep.
39677
39678 2004-09-30  Simon Josefsson  <jas@extundo.com>
39679
39680         * modules/snprintf: New file.
39681
39682 2004-09-30  Simon Josefsson  <jas@extundo.com>
39683
39684         * m4/snprintf.m4: New file.
39685
39686 2004-09-30  Simon Josefsson  <jas@extundo.com>
39687
39688         * lib/snprintf.h, lib/snprintf.c: New files.
39689
39690 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
39691
39692         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
39693         (hol_entry_help): Never translate an empty string.
39694         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
39695         * lib/argp.h (OPTION_NO_TRANS): New option.
39696
39697 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39698
39699         * modules/argp (Maintainer): Replace Simon Josefsson
39700         by Sergey Poznyakoff.
39701
39702 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39703
39704         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
39705         changes merged back into glibc.
39706
39707 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
39708
39709         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
39710
39711 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
39712
39713         * lib/xvasprintf.c: Include xalloc.h.
39714         (xvasprintf): Use xalloc_die, not xmalloc_die.
39715
39716 2004-09-29  Bruno Haible  <bruno@clisp.org>
39717
39718         * modules/alloca-opt: New file, derived from modules/alloca.
39719         * modules/allocsa: Depend on alloca-opt instead of alloca.
39720         * modules/setenv: Likewise.
39721         * modules/vasnprintf: Likewise.
39722         * MODULES.html.sh: Add alloca-opt.
39723
39724 2004-09-28  Simon Josefsson  <jas@extundo.com>
39725
39726         * gnulib-tool: New parameter --lgpl, to asseert that modules are
39727         LGPL, and to replace license template from GPL to LGPL.
39728
39729 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39730
39731         * modules/dummy: Change license to LGPL.
39732
39733 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
39734
39735         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
39736
39737 2004-09-24  Simon Josefsson  <jas@extundo.com>
39738
39739         * modules/minmax (License): Change from GPL to LGPL.
39740
39741 2004-09-23  Simon Josefsson  <jas@extundo.com>
39742
39743         * gnulib-tool (--import): Typo.
39744
39745 2004-09-23  Simon Josefsson  <jas@extundo.com>
39746
39747         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
39748
39749 2004-09-22  Bruno Haible  <bruno@clisp.org>
39750
39751         * modules/*: Add 'License' field.
39752         * gnulib-tool: Accept --extract-license option.
39753         (func_get_license): New function.
39754
39755 2004-09-21  Bruno Haible  <bruno@clisp.org>
39756
39757         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
39758         Reported by Simon Josefsson.
39759
39760 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39761
39762         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
39763         gl_AC_TYPE_LONG_LONG.
39764
39765 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39766
39767         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
39768
39769 2004-09-18  Simon Josefsson  <jas@extundo.com>
39770         and  Paul Eggert  <eggert@cs.ucla.edu>
39771
39772         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
39773         calls with autoreconf.  Define GL_LIB.
39774
39775 2004-09-14  Karl Berry  <karl@gnu.org>
39776
39777         * config/srclist.txt: unsync setenv.c, sigh.
39778
39779 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39780
39781         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
39782         Problem reported by Bruno Haible in:
39783         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
39784
39785 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
39786
39787         * config/srclist.txt: Comment out argp-pvh.c.
39788
39789 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
39790
39791         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
39792         in case some system header has #define'd it.  Problem reported by
39793         Soeren D. Schulze in
39794         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
39795
39796 2004-09-09  Karl Berry  <karl@gnu.org>
39797
39798         * regex.[ch]: delete from the root.  These were supposed to be
39799                 synced with emacs cvs, but this has not happened for about
39800                 a year, and anyway nothing else uses emacs regex.[ch].
39801                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
39802                 lib/regex[.ch] is untouched.
39803
39804 2004-09-09  Bruno Haible  <bruno@clisp.org>
39805
39806         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
39807
39808 2004-09-09  Bruno Haible  <bruno@clisp.org>
39809
39810         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
39811         modifications.
39812         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
39813
39814 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39815
39816         * modules/xvasprintf: New file.
39817         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
39818
39819 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
39820
39821         * lib/xvasprintf.h: New file.
39822         * lib/xvasprintf.c: New file.
39823         * lib/xasprintf.c: New file.
39824
39825 2004-09-08  Bruno Haible  <bruno@clisp.org>
39826
39827         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
39828
39829 2004-09-08  Bruno Haible  <bruno@clisp.org>
39830
39831         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
39832         length is > INT_MAX.
39833         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
39834         more.
39835
39836 2004-09-08  Bruno Haible  <bruno@clisp.org>
39837
39838         * lib/stdint_.h: New file, taken from GNU clisp.
39839
39840 2004-09-08  Bruno Haible  <bruno@clisp.org>
39841             Oskar Liljeblad  <oskar@osk.mine.nu>
39842
39843         * modules/stdint: New file.
39844         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
39845
39846 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39847
39848         Import from coreutils.
39849         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
39850         strings on unbounded length.  alloca's performance benefits aren't
39851         that important here.
39852         (V_STRDUP): Remove.
39853         (parse_with_separator): New function, with most of the internals
39854         of the old parse_user_spec.  Allow user to omit both user and group,
39855         for compatibility with FreeBSD.
39856         Clone only the user name, not the entire spec.
39857         Do not set *uid, *gid unless entirely successful.
39858         Avoid memory leak in some failing cases.
39859         Fix regression for USER.GROUP reported by Dmitry V. Levin in
39860         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
39861         (parse_user_spec): Rewrite to use parse_with_separator.
39862
39863 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39864
39865         * modules/userspec: Don't depend on alloca.
39866
39867 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
39868
39869         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
39870
39871 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
39872
39873         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
39874         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
39875         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
39876
39877 2004-08-16  Simon Josefsson  <jas@extundo.com>
39878
39879         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
39880         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
39881         Add --dry-run for --import.
39882         Let user provided command line parameters override configure.ac
39883         settings.
39884
39885 2004-08-12  Simon Josefsson  <jas@extundo.com>
39886
39887         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
39888         as discussed with Paul Eggert in threads rooted at
39889         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
39890         and
39891         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
39892         Before, the test was empty, and relied on ELIDE_CODE in source
39893         code.)
39894         (gl_PREREQ_GETOPT): New macro.
39895         (gl_GETOPT): Use them.
39896
39897 2004-08-12  Simon Josefsson  <jas@extundo.com>
39898
39899         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
39900         * lib/getopt_.h: Renamed from getopt.h.
39901
39902 2004-08-12  Simon Josefsson  <jas@extundo.com>
39903
39904         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
39905         Change default library name from libfoo to libgnu.
39906         Now, if you have a configure.ac that says:
39907                 gl_SOURCE_BASE(gl)
39908                 gl_M4_BASE(gl/m4)
39909                 gl_MODULES(error getopt etcetera)
39910                 gl_INIT
39911         you can import all you need by running:
39912                 ../gnulib/gnulib-tool --import
39913
39914         * modules/getopt (Files): Rename getopt.h to getopt_.h.
39915         (Makefile.am): Rewrite, use logic from argz.
39916         (Include): Use <getopt.h> instead of "getopt.h".
39917
39918 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39919
39920         * modules/argp (Files): Add m4/unlocked-io.m4.
39921         (Depends-on): Add extensions.
39922
39923 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39924
39925         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
39926         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
39927         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
39928         Check for program_invocation_name, program_invocation_short_name,
39929         flockfile, funlockfile, features.h, _getopt_long_only_r.
39930
39931 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39932
39933         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
39934         its complicated substitute.
39935         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
39936         and program_invocation_name.
39937         (__argp_basename) [!_LIBC]: Remove; the only use was
39938         replaced by its body.
39939         (__argp_short_program_name): Change condition from
39940         !defined __argp_short_program_name to
39941         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
39942         to match argp-namefrob.h.
39943         (__argp_failure): Don't assume strerror_r returns char *.
39944         * lib/argp-parse.c (N_): Define unconditionally.
39945         (argp_default_options): Fill out initializers with 0 to avoid
39946         gcc warnings.
39947
39948 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
39949
39950         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
39951         getopt1.c.
39952
39953 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39954
39955         Merge from coreutils.
39956
39957         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
39958
39959         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
39960         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
39961
39962 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39963
39964         Merge from coreutils.
39965
39966         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
39967         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
39968         for Reliant Unix 5.43.
39969
39970         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
39971         (union fooround): Use uintmax_t, not long int.
39972         The rest is a merge from libc:
39973         [defined _LIBC]: Include <shlib-compat.h>.
39974         (_obstack) [defined _LIBC]: Remove after 2.3.4.
39975
39976         * lib/settime.c (settime): Recode to avoid warning with
39977         Sun Forte C 6U2.
39978
39979         * lib/strverscmp.c: Convert to UTF-8.
39980
39981 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
39982
39983         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
39984         m4/uintmax_t.m4.
39985
39986 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
39987
39988         * modules/xalloc-die: New file.
39989         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
39990
39991         * modules/md5 (Files): Add m4/uint32_t.m4.
39992         * modules/sha1: Renamed from modules/sha.
39993         (Files):
39994         Rename lib/sha.h to lib/sha1.h.
39995         Rename lib/sha.c to lib/sha1.c.
39996         Rename m4/sha.m4 to m4/sha1.m4.
39997         (lib_SOURCES): Likewise.
39998         (configure.ac): Rename gl_SHA to gl_SHA1.
39999         (Include): sha.h -> sha1.h.
40000
40001 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40002
40003         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
40004         * m4/sha1.m4: Renamed from sha.m4.
40005         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
40006
40007 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
40008
40009         * lib/obstack.h (obstack_empty_p):
40010         Don't assume that chunk->contents is suitably aligned.
40011         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
40012         Likewise. Problem reported by Benno in
40013         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
40014
40015         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
40016         readable.  This could be improved further but it'd take some work.
40017
40018 2004-08-08  Simon Josefsson  <jas@extundo.com>
40019
40020         * modules/xgethostname (Depends-on): Remove exit and error (not
40021         used).
40022
40023         * modules/getpass-gnu: Add getpass.h.
40024         (Depends-on): Add stdbool.
40025         * modules/getpass: Add getpass.h.
40026
40027 2004-08-08  Simon Josefsson  <jas@extundo.com>
40028
40029         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
40030         Check getpass declaration.
40031
40032 2004-08-08  Simon Josefsson  <jas@extundo.com>
40033
40034         * lib/xgethostname.c: Don't include error.h (not used).
40035
40036         * lib/getpass.h: Add.
40037         * lib/getpass.c: Include getpass.h first.
40038
40039 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
40040
40041         * lib/xalloc-die.c: New file.
40042         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
40043         All uses removed.
40044         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
40045         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
40046         xalloc-die.c.
40047         (_, N_, xalloc_die): Move to xalloc-die.c.
40048         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
40049         so that we needn't mess with xalloc_msg_memory_exhausted.
40050
40051         * lib/sha1.h: Renamed from sha.h.
40052         (SHA1_H): Renamed from _SHA_H.
40053         (sha1_ctx): Renamed from sha_ctx.
40054         (sha1_init_ctx): Renamed from sha_init_ctx.
40055         (sha1_process_block): Renamed from sha_process_block.
40056         (sha1_process_bytes): Renamed from sha_process_bytes.
40057         (sha1_finish_ctx): Renamed from sha_finish_ctx.
40058         (sha1_read_ctx): Renamed from sha_read_ctx.
40059         (sha1_stream): Renamed from sha_stream.
40060         (sha1_buffer): Renamed from sha_buffer.
40061         * lib/sha1.c: Likewise; renamed from sha.c.
40062         Do not include <sys/types.h>.
40063         Include <stddef.h> rather than <stdlib.h>.
40064
40065 2004-08-08  Bruno Haible  <bruno@clisp.org>
40066
40067         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
40068         FILESYSTEM_PREFIX_LEN.
40069         * lib/progreloc.c: Likewise.
40070         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
40071
40072 2004-08-06  Simon Josefsson  <jas@extundo.com>
40073
40074         * modules/progname (Depends-on): Don't depend on stdbool.
40075
40076 2004-08-06  Simon Josefsson  <jas@extundo.com>
40077
40078         * modules/getsubopt: New file.
40079         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40080         getsubopt.
40081
40082 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40083
40084         More merge from coreutils.
40085
40086         * m4/utimens.m4, m4/utimecmp.m4: New files.
40087         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
40088         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
40089         prereq.m4, sha.m4: Import changes from coreutils.
40090
40091 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40092
40093         More merge from coreutils.
40094         * modules/raise, modules/readtokens0, modules/utimens:
40095         * modules/utimecmp, module/xnanosleep: New files.
40096         * modules/strftime: Add lib/strftime.h.
40097         Change include from <time.h> to "strftime.h".
40098         * modules/yesno: Add lib/yesno.h.
40099         * modules/backupfile: Remove lib/addext.c.
40100         * modules/euidaccess: Add stat-macros.h.
40101         * modules/canonicalize, modules/euidaccess,
40102         modules/filemode, modules/lchown, modules/makepath,
40103         modules/rmdir, modules/stat: Likewise.
40104
40105 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
40106
40107         Merge from tar.
40108         * lib/argp-help.c (make_hol, hol_append): Don't assume that
40109         SIZE_MAX is a valid preprocessor constant.
40110         (__argp_basename): Change from "#ifndef _LIBC"
40111         to "#ifndef __argp_short_program_name", so that
40112         we don't compile these functions for tar.
40113
40114         More merges from coreutils.
40115         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
40116         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
40117         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
40118         * lib/addext.c: Remove; no longer needed.
40119         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
40120         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
40121         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
40122         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
40123         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
40124         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
40125         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
40126         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
40127         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
40128         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
40129         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
40130         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
40131         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
40132         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
40133         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
40134         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
40135         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
40136         Import changes from coreutils.
40137
40138 2004-08-05  Simon Josefsson  <jas@extundo.com>
40139
40140         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
40141
40142 2004-08-05  Simon Josefsson  <jas@extundo.com>
40143
40144         * m4/getsubopt.m4: New file.
40145
40146 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40147
40148         Merge from coreutils.
40149
40150         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
40151         * m4/getcwd-path-max.m4: New files.
40152
40153         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
40154         FILESYSTEM_PREFIX_LEN ->
40155         FILE_SYSTEM_PREFIX_LEN.
40156         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
40157         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
40158         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
40159         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
40160
40161         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
40162         prerequisite modules now handle the DOS stuff.
40163         Don't check for unistd.h.
40164
40165 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40166
40167         Merge from coreutils.
40168
40169         * lib/.gdb-history: Remove; this doesn't belong here.
40170
40171         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
40172         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
40173         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
40174         * lib/getcwd.c: New files.
40175
40176         * lib/dirname.h: Include <stdbool.h>.
40177         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
40178         for consistency with POSIX terminology.  All uses changed.
40179         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
40180         (strip_trailing_slashes): Use bool for booleans.
40181         * lib/stripslash.c (strip_trailing_slashes): Likewise.
40182
40183         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
40184         sometimes returns a positive errno value even when it succeeds.
40185         (print_errno_message) [!LIBC]: Fall back on strerror if
40186         __strerror_r fails.
40187
40188         * lib/path-concat.c (mempcpy): Don't define if a system header defines
40189         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
40190         (longest_relative_suffix): New function.
40191         (path_concat): Use it.  Assume first argument is not NULL.
40192         Port to DOS.  Omit redundant separators.
40193         Report an error instead of returning NULL.
40194         Use mempcpy instead of memcpy.
40195         (xpath_concat): Remove: not declared or used.
40196
40197         * lib/same.h: Include <stdbool.h>
40198         (same_name): Return bool, not int.
40199         * lib/same.c (same_name): Likewise.
40200         (errno): Don't declare; we assume C89 or better now.
40201
40202         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
40203         if not already defined.
40204
40205         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
40206         * lib/dup-safer.c (errno): Likewise.
40207
40208 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
40209
40210         Merge from coreutils.
40211         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
40212         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
40213         * modules/path-concat: Don't depend on strdup.
40214
40215 2004-08-03  Simon Josefsson  <jas@extundo.com>
40216
40217         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
40218         * lib/progname.h: Don't include stdbool.h.
40219
40220 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40221
40222         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
40223         * MODULES.html.sh (func_all_modules): Remove fatal.
40224
40225 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40226
40227         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
40228
40229 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
40230
40231         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
40232         working.
40233
40234 2004-08-02  Simon Josefsson  <jas@extundo.com>
40235
40236         * lib/getsubopt.h: New file, with comments from Bruno Haible.
40237         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
40238         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
40239
40240 2004-08-01  Simon Josefsson  <jas@extundo.com>
40241
40242         * lib/xgetdomainname.c: Include stdlib.h, for free().
40243
40244 2004-07-19  Bruno Haible  <bruno@clisp.org>
40245
40246         * MODULES.html.sh (func_all_modules): Add dummy.
40247
40248 2004-07-16  Simon Josefsson  <jas@extundo.com>
40249
40250         * modules/dummy: New file.
40251
40252 2004-07-16  Simon Josefsson  <jas@extundo.com>
40253
40254         * lib/dummy.c: New file.
40255
40256 2004-07-16  Bruno Haible  <bruno@clisp.org>
40257
40258         * lib/backupfile.h: Add extern "C" for C++.
40259         * lib/closeout.h: Likewise.
40260         * lib/copy-file.h: Likewise.
40261         * lib/findprog.h: Likewise.
40262         * lib/full-write.h: Likewise.
40263         * lib/pathname.h: Likewise.
40264         * lib/progname.h: Likewise.
40265         * lib/stpcpy.h: Likewise.
40266         * lib/stpncpy.h: Likewise.
40267         * lib/strcase.h: Likewise.
40268         * lib/strstr.h: Likewise.
40269         * lib/xalloc.h: Likewise.
40270
40271         * lib/mbswidth.h: Add extern "C" for C++.
40272         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
40273
40274 2004-07-13  Robert Millan  <robertmh@gnu.org>
40275
40276         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
40277
40278 2004-07-09  Simon Josefsson  <jas@extundo.com>
40279
40280         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
40281         failed without this.)
40282
40283 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40284
40285         * modules/chown (Files): Add lib/fchown-stub.c, since
40286         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
40287
40288 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
40289
40290         * lib/fchown-stub.c: New file.
40291
40292 2004-06-24  Jim Meyering  <jim@meyering.net>
40293
40294         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
40295
40296 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40297
40298         * modules/argz: Omit "#include".
40299
40300         * MODULES.html.sh (func_all_modules): Add calloc, to match
40301         2004-06-01 addition of calloc module.
40302
40303 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40304
40305         * m4/argz.m4: New file, which is autoupdated from libtool.
40306
40307 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40308
40309         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
40310         libtool.
40311
40312 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
40313
40314         * config/srclist-update: Don't insist on "USA." before the
40315         close-comment, as libtool omits the period and puts the */ on a
40316         separate line.
40317         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
40318         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
40319
40320 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
40321
40322         * modules/argz: New file.
40323         * MODULES.html.sh (func_all_modules): Add argz.
40324
40325 2004-06-12  Jim Meyering  <jim@meyering.net>
40326         and  Paul Eggert  <eggert@cs.ucla.edu>
40327
40328         * modules/hash (Files): Add lib/xalloc.h.
40329         * modules/pipe (Depends-on): Add wait-process.
40330         * modules/stat (Depends-on): Add xalloc.
40331         * modules/userspec (Files): Add lib/userspec.h.
40332         * modules/xstrto
40333
40334         Upgrade from gettext-0.13.
40335         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
40336         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
40337         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
40338
40339 2004-06-10  Jim Meyering  <jim@meyering.net>
40340
40341         * lib/calloc.c: New file.
40342
40343 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
40344
40345         * lib/getdate.y (yylex): Allow space between sign and number.
40346         Problem reported by Dan Jacobson.
40347
40348 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40349
40350         Merge from coreutils CVS.
40351
40352         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
40353         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
40354         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
40355         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
40356         xstrtol.m4: Fix copyright date and/or serial number.
40357
40358         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
40359         See if we need an fchown replacement.
40360         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
40361         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
40362         and use the replacement function if we detect either defect.
40363
40364         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
40365         gl_UTIMECMP.
40366
40367 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
40368         and  Jim Meyering  <jim@meyering.net>
40369
40370         Merge from coreutils CVS.
40371
40372         * lib/stat-macros.h: New file, with contents from file-type.h
40373         and coreutils' system.h.
40374         * lib/file-type.c: Include "stat-macros.h".
40375         * lib/file-type.h (file_type): Move all macro definitions to new file,
40376         stat-macros.h.
40377
40378         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
40379         Wrap old code with this conditional.
40380         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
40381         function that does not dereference symlinks.
40382         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
40383
40384         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
40385         dependency problems.
40386         (xreadlink): Accept new arg SIZE, for efficiency.
40387         All decls and uses changed.
40388         * lib/xreadlink.h: Include <stddef.h>, for size_t.
40389
40390         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
40391         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
40392
40393         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
40394         sysexits.h.
40395
40396 2004-06-01  Jim Meyering  <jim@meyering.net>
40397
40398         * m4/calloc.m4: New file.
40399
40400 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
40401
40402         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
40403         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
40404         Also, fix a typo in a diagnostic.
40405
40406 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40407
40408         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
40409         or AC_FUNC_REALLOC.
40410
40411 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
40412
40413         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
40414         macros to be defined.
40415         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
40416         the allocator returns NULL because the requested size is zero.
40417
40418 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
40419
40420         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
40421         var.  Add comment explaining why libc still defines it.  This
40422         merges the following patch from glibc:
40423         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
40424
40425 2004-05-20  Andreas Schwab  <schwab@suse.de>
40426
40427         * m4/free.m4: Replace free if it not known to work, not the other
40428         way round.
40429
40430 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
40431
40432         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
40433         present in glibc since revision 1.1 of this file.
40434         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
40435         obstack_alignment_mask, obstack_alloc, obstack_base,
40436         obstack_blank, obstack_blank_fast, obstack_chunk_size,
40437         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
40438         obstack_grow0, obstack_init, obstack_int_grow,
40439         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
40440         obstack_next_free, obstack_object_size, obstack_ptr_grow,
40441         obstack_ptr_grow_fast, obstack_room): Remove declarations of
40442         nonexistent functions.
40443
40444 2004-05-18  Karl Berry  <karl@gnu.org>
40445
40446         * config/srclist.txt: break link for vasnprintf.c.
40447
40448 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40449
40450         Port obstack to the AS/400, where pointers are 16 bytes wide and
40451         you cannot cast an integer to a valid pointer.  This patch is
40452         currently waiting to be integrated into glibc; see
40453         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
40454
40455         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
40456         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
40457         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
40458         (struct obstack): temp member is now a union of a pointer and
40459         an integer, instead of an integer.  All integer uses changed.
40460         This does not affect the physical layout of struct obstack,
40461         except on hosts (like the AS/400) where the size or alignment of
40462         void * is greater than that of ptrdiff_t.
40463         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
40464         __STDC__)]: Store temporary in pointer member of union, not
40465         integer member.
40466         * lib/obstack.c: Include <stddef.h>, for offsetof.
40467         (struct fooalign): Remove; it doesn't need a name.
40468         (union fooround): Change double to long double, and add void *.
40469         (DEFAULT_ALIGNMENT): Use offsetof to compute.
40470         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
40471         not a macro.  Hence the values are always int; so remove all
40472         casts-to-int in uses.
40473
40474 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
40475
40476         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
40477         we can get this patch merged into glibc.
40478
40479 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40480             Paul Eggert  <eggert@cs.ucla.edu>
40481
40482         * m4/argp: Depend on alloca.
40483
40484 2004-05-17  Derek R. Price  <derek@ximbiot.com>
40485             Paul Eggert  <eggert@cs.ucla.edu>
40486
40487         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
40488         freecoding.
40489
40490 2004-05-17  Bruno Haible  <bruno@clisp.org>
40491
40492         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
40493         precision that consists of a '.' followed by an empty digit string.
40494         Patch by Tor Lillqvist <tml@iki.fi>.
40495
40496 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40497
40498         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
40499         for backward compatibility with older code.  We need our own
40500         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
40501         it under some other name, and our alloca.h will define it.
40502
40503 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
40504             Derek Price  <derek@ximbiot.com>
40505
40506         * lib/alloca.c: Include <alloca.h>, to get our interface.
40507         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
40508         include <alloca.h> first.  Use C89 prototype for alloca; this
40509         requires including <stddef.h> for size_t.  Use extern "C" if C++.
40510         Use #elif for simplicity, since we can assume C89 now.
40511         Don't try to source the system alloca.h since it will not be found
40512         and to prevent recursively including its replacement.
40513         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
40514         * lib/regex.c: Likewise.
40515
40516 2004-05-16  Derek Price  <derek@ximbiot.com>
40517             Paul Eggert  <eggert@cs.ucla.edu>
40518
40519         getline cleanup.  This changes the getndelim2 API: both order of
40520         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
40521         no delimiter).
40522
40523         * lib/getline.c: Don't include stddef.h or stdio.h, since our
40524         interface does that.
40525         (getline): Always use getdelim, so that we don't have two
40526         copies of this code.
40527         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
40528         if available.
40529         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
40530         (GETNDELIM2_MAXIMUM): New macro.
40531         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
40532         instead of the old practice of delim2==0.  All callers changed.
40533         Return -1 on overflow, instead of returning junk.
40534         Do not set *linesize unless allocation succeeds.
40535         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
40536         that we include sys/types.h.
40537         * lib/getnline.h: Likewise.
40538         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
40539         (getndelim2): Reorder arguments.
40540         * lib/getnline.c (getnline, getndelim):
40541         Don't discard the NMAX argument.
40542         (getnline): Invoke getndelim, to avoid code duplication.
40543         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
40544         of (size_t) -1 by callers of the getnline family.
40545
40546 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40547
40548         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
40549         Check for gettimeofday.
40550         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
40551         Check for settimeofday, stime.
40552
40553 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
40554
40555         * lib/nanosleep.c (suspended): Change its type from int to
40556         sig_atomic_t volatile.
40557         (first_call): Make it private to rpl_nanosleep, and have it
40558         be zero initially as that's a bit faster.
40559         (my_usleep): Round up fractional times instead of truncating them,
40560         as this is the usual meaning for 'sleep'.
40561
40562         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
40563         doesn't work.
40564         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
40565         (ENOSYS): Define if not defined.
40566         (settime): Fall back on stime if it exists and settimeofday fails.
40567         But don't bother with fallbacks if a method fails with errno == EPERM.
40568
40569 2004-05-11  Jim Meyering  <jim@meyering.net>
40570
40571         Prior to this change, the save_cwd caller required read access to the
40572         current directory on most systems (ones with the fchdir function).
40573
40574         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
40575         fails, try write-only, and finally, resort to using xgetcwd.
40576
40577 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
40578
40579         * lib/obstack.c, obstack.h: Import changes from libc.
40580
40581 2004-04-28  Bruno Haible  <bruno@clisp.org>
40582
40583         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
40584         also implicitly appends .exe to executables.
40585         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
40586         accepts Windows pathnames.
40587         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40588         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40589         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
40590         Treat Cygwin like Windows, since it now accepts Windows pathnames.
40591         Reported by Derek Robert Price <derek@ximbiot.com>.
40592
40593 2004-04-21  Karl Berry  <karl@gnu.org>
40594
40595         * config/srclist.txt (localcharset.c): break sync.
40596
40597 2004-04-20  Paul Eggert  <eggert@twinsun.com>
40598
40599         * m4/host-os.m4: Add a copyright notice.
40600
40601 2004-04-20  Jim Meyering  <jim@meyering.net>
40602
40603         Change UTILS_ to gl_ in AC_DEFINE'd names.
40604         Change utils_- and jm_-prefixed variables, too.
40605         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
40606         UTILS_FUNC_MKDIR_TRAILING_SLASH.
40607         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
40608
40609         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
40610         Don't emit trailing blanks.
40611         Also rename jm_-prefixed variables to have gl_ prefix.
40612
40613         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
40614         Also rename jm_-prefixed variables to have gl_ prefix.
40615
40616         * m4/jm-macros.m4: Reflect the renamings.
40617         * m4/prereq.m4: Likewise.
40618
40619 2004-04-20  Jim Meyering  <jim@meyering.net>
40620
40621         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
40622         memory.
40623
40624 2004-04-20  Jim Meyering  <jim@meyering.net>
40625             Bruno Haible  <bruno@clisp.org>
40626
40627         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
40628         memory when realloc fails.
40629
40630 2004-04-19  Jim Meyering  <jim@meyering.net>
40631
40632         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
40633         now that readutmp.c may call `free (0)'.
40634
40635 2004-04-19  Bruno Haible  <bruno@clisp.org>
40636
40637         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
40638         * m4/inttypes_h.m4: Likewise.
40639         * m4/stdint_h.m4: Likewise.
40640         * m4/intmax_t.m4: Likewise.
40641         * m4/uintmax_t.m4: Likewise.
40642
40643 2004-04-18  Jim Meyering  <jim@meyering.net>
40644
40645         * m4/prereq.m4: Don't forbid jm_ prefix.
40646
40647         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
40648         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
40649         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
40650         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
40651         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
40652         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
40653         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
40654         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
40655         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
40656         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
40657         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
40658         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
40659         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
40660         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
40661         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
40662         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
40663         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
40664         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
40665         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
40666
40667 2004-04-18  Jim Meyering  <jim@meyering.net>
40668
40669         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
40670         failure, don't leak memory and do call END_UTMP_ENT.
40671
40672 2004-04-16  Jim Meyering  <jim@meyering.net>
40673
40674         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
40675         coreutils' stat program.
40676         (gl_PREREQ): Don't require jm_PREREQ_STAT.
40677
40678 2004-04-11  Paul Eggert  <eggert@twinsun.com>
40679
40680         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
40681         C89.
40682         (CHAR_BIT): Remove, since we assume C89.
40683         Include <stdint.h> if available, as per current Autoconf CVS advice.
40684
40685 2004-03-31  Jim Meyering  <jim@meyering.net>
40686
40687         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
40688         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
40689         * m4/xalloc.m4: Likewise.
40690
40691 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40692
40693         Merge from coreutils.
40694
40695         * m4/inttostr.m4: New file.
40696         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
40697         Require AM_STDBOOL_H and gl_TIMESPEC instead.
40698         Require gl_CLOCK_TIME.
40699         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
40700
40701 2004-03-30  Paul Eggert  <eggert@twinsun.com>
40702
40703         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
40704         not bool, to be more consistent with Unix conventions.
40705         Suggested by Bruno Haible.
40706
40707         Merge from coreutils.
40708
40709         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
40710         * lib/umaxtostr.c: New files.
40711
40712         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
40713         the usual <time.h> dance.
40714         (get_date): Change signature to support fractional time stamps.
40715         All callers changed.
40716         * lib/getdate.y: Include "getdate.h" first, as we can now
40717         assume C89 and don't need to worry about 'const'.
40718         Similarly, include "unlocked-io.h" near start, not in middle.
40719         Include <limits.h>.
40720         (textint.value): Use long int rather than int.
40721         (textint.digits): Use size_t rather than int.
40722         (BILLION, LOG10_BILLION): New constants.
40723         (parser_control): New member rel_ns.  Members day_ordinal,
40724         time_zone, month, day, hour, minutes, rel_year, rel_month,
40725         rel_day, rel_hour, rel_minutes, rel_seconds
40726         are now long int, not int.  Member seconds is now struct timespec,
40727         not int.  New member timespec_seen.  Members dates_seen, days_seen,
40728         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
40729         not int.
40730         (%union.intval): Now long int, not int.
40731         New member timespec.
40732         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
40733         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
40734         (spec): Now is a timespec or an item list.
40735         (timespec, items): New nonterminals.
40736         (time, rel, relunit, number, get_date):
40737         Add support for fractional seconds.
40738         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
40739         (gmtime, localtime, mktime): Remove decls; not needed with C89.
40740         (to_hour): First arg is now long int, not int.
40741         (to_year): Returns long int, not int.
40742         Don't treat year -70 like 70.
40743         (tm_diff): Returns long int, not int.
40744         (lookup_word): Use bool instead of int when appropriate.
40745         (yylex): Use size_t for count, not int.
40746         Detect overflow when parsing large integer constants.
40747         Add support for fractions.
40748         (get_date): Make pointers 'const' if possible.
40749         Use more-portable code to detect integer overflow.
40750         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
40751         Don't use ctime; it's not reliable if the year has >4 digits.
40752
40753         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
40754         This is for compatibility with BSD.
40755
40756         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
40757         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
40758         From coreutils' system.h.
40759
40760         * lib/userspec.c: Don't include "posixver.h".
40761         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
40762         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
40763         compatible extension.  Simplify code by removing a boolean int
40764         that was always nonzero if a string was nonnull.
40765
40766 2004-03-30  Jim Meyering  <jim@meyering.net>
40767
40768         Merge from coreutils.
40769
40770         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
40771         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
40772         on some systems one must include <grp.h> before it.
40773         Reported by Christian Krackowizer.
40774
40775 2004-03-30  Jim Meyering  <jim@meyering.net>
40776
40777         Merge from coreutils.
40778
40779         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
40780
40781         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
40782         an empty input stream.
40783
40784         * lib/readtokens.c: Include <stdbool.h>.
40785         (readtoken): Use `size_t' rather than int/long.
40786         All callers adjusted.
40787         Use `bool' rather than `int' where appropriate.
40788         Use memset rather than an explicit loop.
40789         Use x2nrealloc rather than xrealloc.
40790         Allow the use of `\0' as a delimiter.
40791         (readtokens): Likewise.
40792         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
40793
40794 2004-03-30  Jim Meyering  <jim@meyering.net>
40795
40796         * m4/realloc.m4: Remove file, since now it does no more than
40797         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
40798         the `configure.ac' section of module/realloc.
40799         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
40800
40801 2004-03-30  Bruno Haible  <bruno@clisp.org>
40802
40803         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
40804         nonnull.
40805
40806 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40807
40808         Merge changes to getloadavg.c from coreutils and Emacs.
40809
40810         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
40811         Define to an expression, not to the empty string.
40812         Include cloexec.h and xalloc.h.
40813         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
40814         Use set_cloexec_flag rather than rolling our own.
40815         * lib/cloexec.c, lib/cloexec.h: New files.
40816
40817 2004-03-29  Paul Eggert  <eggert@twinsun.com>
40818
40819         * m4/cloexec.m4: New file.
40820
40821 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40822
40823         * lib/getopt.h: Sync with libc CVS.
40824
40825 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40826             Bruno Haible  <bruno@clisp.org>
40827
40828         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
40829         mbswidth.
40830
40831 2004-03-18  Paul Eggert  <eggert@twinsun.com>
40832             Bruno Haible  <bruno@clisp.org>
40833
40834         * lib/mbswidth.h: Include <wchar.h> only if
40835         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
40836         <wchar.h>.
40837         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
40838
40839 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40840
40841         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
40842         Sync with libc CVS.
40843         * lib/getopt_int.h: New file, also synced from libc.
40844
40845 2004-03-09  Paul Eggert  <eggert@twinsun.com>
40846
40847         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
40848         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
40849         Bring back getopt.c, getopt.h, getopt1.c.
40850
40851 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40852
40853         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
40854         All uses changed.  Check for sa_sigaction member; this fixes
40855         a bug first reported by Jason Andrade in
40856         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40857
40858 2004-03-07  Paul Eggert  <eggert@twinsun.com>
40859
40860         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
40861         '#if' expressions.  Unlike the code it replaces, it does not
40862         depend on (defined _SC_PAGESIZE).  However, it does depend on
40863         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
40864         first reported by Jason Andrade in
40865         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
40866
40867 2004-02-25  Simon Josefsson  <jas@extundo.com>
40868
40869         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
40870
40871 2004-02-25  Simon Josefsson  <jas@extundo.com>
40872
40873         * lib/strdup.h: New file.
40874         * lib/strdup.c: Include it.
40875         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
40876         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
40877
40878 2004-02-23  Karl Berry  <karl@gnu.org>
40879
40880         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
40881         (from fencepost.gnu.org:/gd/gnuorg).
40882
40883 2004-02-23  Karl Berry  <karl@gnu.org>
40884
40885         * config/srclistvars.sh (GNUORG) [karl]: redefine.
40886         * config/srclist.txt: add maintain/standards documents.
40887
40888 2004-02-18  Bruno Haible  <bruno@clisp.org>
40889
40890         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
40891         Reported by Derek Robert Price <derek@ximbiot.com>.
40892
40893 2004-02-16  Karl Berry  <karl@gnu.org>
40894
40895         * config/mkinstalldirs, install-sh: update from automake.
40896
40897 2004-02-06  Karl Berry  <karl@gnu.org>
40898
40899         * m4/po.m4: update from gettext 0.14.1.
40900
40901 2004-02-06  Karl Berry  <karl@gnu.org>
40902
40903         * lib/config.charset: update from gettext 0.14.1.
40904
40905 2004-02-05  Paul Eggert  <eggert@twinsun.com>
40906
40907         Add comments and code, prompted by suggestions from Bruno Haible
40908         for sh-quote.
40909         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
40910         describing the enum quoting_style values.
40911         * lib/quotearg.c (quotearg_alloc): New function.
40912         (quotearg_buffer_restyled): Treat lone { and } as special.
40913         Treat = as special.  Work around bug with older shells
40914         that "see" a '\' that is really the 2nd byte of a multibyte char.
40915         Quote empty string with shell_quoting_style.
40916
40917 2004-02-03  Bruno Haible  <bruno@clisp.org>
40918
40919         * m4/pipe.m4: New file, from GNU gettext.
40920
40921 2004-02-03  Bruno Haible  <bruno@clisp.org>
40922
40923         * lib/pipe.h: New file, from GNU gettext.
40924         * lib/pipe.c: New file, from GNU gettext.
40925
40926 2004-01-27  Bruno Haible  <bruno@clisp.org>
40927
40928         * m4/execute.m4: New file, from GNU gettext.
40929
40930 2004-01-27  Bruno Haible  <bruno@clisp.org>
40931
40932         * lib/execute.h: New file, from GNU gettext.
40933         * lib/execute.c: New file, from GNU gettext.
40934         * lib/w32spawn.h: New file, from GNU gettext.
40935
40936 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40937
40938         Merge from diffutils.
40939
40940         * lib/file-type.c (file_type): Add typed memory objects.
40941         * lib/file-type.h (S_TYPEISTMO): New macro.
40942
40943         * lib/c-stack.h (c_stack_action): Remove argv argument.
40944         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
40945         (die): Don't calculate message unless segv_action returns.
40946         (get_stack_location, min_address_from_argv, max_address_from_argv,
40947         volatile stack_base, volatile_stack_size): Remove.
40948         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
40949         that every segmentation violation is a stack overflow.  (Ouch!)
40950         See Debian bug 136249 (still outstanding) for more info about why
40951         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
40952
40953 2004-01-24  Paul Eggert  <eggert@twinsun.com>
40954
40955         Exit-status fix from coreutils.
40956
40957         Use exit_failure consistently in place of EXIT_FAILURE,
40958         so that program exit statuses are consistent on failure.
40959
40960         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
40961         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
40962         * lib/argmatch.h: Comment fix to match the above.
40963         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
40964         Now a macro referring to exit_failure, instead of a separate
40965         variable.  Include "exitfail.h" to get it.
40966         * lib/xstrtol.h: Include "exitfail.h".
40967         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
40968
40969         * lib/long-options.c (parse_long_options): Use prototype
40970         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
40971         for clarity.
40972
40973 2004-01-21  Jim Meyering  <jim@meyering.net>
40974
40975         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
40976         so as not to conflict with a different-sized __mktime_internal
40977         function in GNU libc.
40978         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
40979         Problem building statically-linked `ls' reported by Michael Brunnbauer.
40980
40981 2004-01-20  Karl Berry  <karl@gnu.org>
40982
40983         * config/config.guess: update from config.
40984
40985         * config/srclistvars.sh: GNUWWWLICENSES for karl.
40986
40987 2004-01-20  Bruno Haible  <bruno@clisp.org>
40988
40989         Safer stack allocation.
40990         * lib/setenv.c: Include allocsa.h.
40991         (alloca): Remove fallback definition.
40992         (freea): Remove macro.
40993         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
40994         instead of freea.
40995
40996 2004-01-20  Bruno Haible  <bruno@clisp.org>
40997
40998         * m4/eealloc.m4: New file, from GNU gettext.
40999
41000 2004-01-20  Bruno Haible  <bruno@clisp.org>
41001
41002         * m4/allocsa.m4: New file, from GNU gettext.
41003
41004 2004-01-20  Bruno Haible  <bruno@clisp.org>
41005
41006         * lib/xallocsa.h: New file, from GNU gettext.
41007         * lib/xallocsa.c: New file, from GNU gettext.
41008
41009 2004-01-20  Bruno Haible  <bruno@clisp.org>
41010
41011         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
41012
41013 2004-01-20  Bruno Haible  <bruno@clisp.org>
41014
41015         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
41016         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
41017         specially.
41018
41019 2004-01-20  Bruno Haible  <bruno@clisp.org>
41020
41021         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
41022         patch.
41023
41024 2004-01-20  Bruno Haible  <bruno@clisp.org>
41025
41026         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
41027
41028 2004-01-20  Bruno Haible  <bruno@clisp.org>
41029
41030         * lib/eealloc.h: New file.
41031
41032 2004-01-20  Bruno Haible  <bruno@clisp.org>
41033
41034         * lib/binary-io.h: Avoid warnings on Cygwin.
41035
41036 2004-01-20  Bruno Haible  <bruno@clisp.org>
41037
41038         * lib/allocsa.h: New file, from GNU gettext.
41039         * lib/allocsa.c: New file, from GNU gettext.
41040
41041 2004-01-18  Karl Berry  <karl@gnu.org>
41042
41043         * doc/gpl.texi, doc/lgpl.texi: new files.
41044
41045 2004-01-18  Karl Berry  <karl@gnu.org>
41046
41047         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
41048         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
41049
41050 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41051
41052         Merge from coreutils.
41053
41054         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
41055         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
41056         (gl_DEFAULT_POSIX2_VERSION): Move
41057         the documentation from 'configure' into 'config.hin',
41058         so that 'configure --help' isn't burdened by it and
41059         we don't have to worry about its formatting there.
41060         Reword the documentation so that it's more succinct
41061         and can be run together into a single paragraph.
41062         * m4/same.m4 (gl_SAME): Check for pathconf.
41063
41064 2004-01-15  Paul Eggert  <eggert@twinsun.com>
41065
41066         Merge from coreutils.
41067
41068         * lib/posixver.c: Include posixver.h.
41069
41070         * lib/same.c: Include <stdbool.h>, <limits.h>.
41071         (_POSIX_NAME_MAX): Define if not defined.
41072         (MIN): New macro.
41073         (same_name): If file names are silently truncated, report
41074         that the file names are the same if they are the same after
41075         the silent truncation.
41076
41077         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
41078         conversion function.
41079         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
41080         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
41081         longer needed.
41082
41083 2004-01-15  Jim Meyering  <jim@meyering.net>
41084
41085         Merge from coreutils.
41086
41087         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
41088         if no library is required.
41089         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
41090         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
41091         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
41092         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
41093         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
41094         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
41095         value, $ac_cv_search_crypt, if it's "none required".
41096         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
41097         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
41098         not gl_FUNC_GETLOADAVG.
41099         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
41100         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
41101
41102 2004-01-15  Jim Meyering  <jim@meyering.net>
41103
41104         Merge from coreutils.
41105
41106         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
41107         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
41108         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
41109
41110         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
41111         optional configure-time default.
41112
41113         * lib/version-etc.c (version_etc_copyright): Update copyright date.
41114
41115         * lib/xreadlink.c (xreadlink): Correct outdated comment.
41116
41117 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
41118
41119         Merge from coreutils.
41120
41121         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
41122         value, $ac_cv_search_nanosleep, if it's "none required".
41123
41124 2004-01-14  Paul Eggert  <eggert@twinsun.com>
41125
41126         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
41127         with like-named macro in fnmatch.c.
41128         (EXT): Use an internal constant instead.
41129
41130         Merge fnmatch patches from glibc.
41131         * lib/fnmatch.c (mbsinit): Remove define.
41132         Add libc_hidden_ver (__fnmatch, fnmatch).
41133         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
41134         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
41135
41136 2004-01-14  Karl Berry  <karl@gnu.org>
41137
41138         * config/install-sh: update from automake.
41139
41140 2004-01-13  Karl Berry  <karl@gnu.org>
41141
41142         * config/install-sh: update from automake.
41143
41144 2004-01-09  Karl Berry  <karl@gnu.org>
41145
41146         * config/install-sh: update from automake.
41147
41148 2004-01-05  Karl Berry  <karl@gnu.org>
41149
41150         * config/config.{sub,guess}: update from config.
41151
41152 2003-12-31  Karl Berry  <karl@gnu.org>
41153
41154         * config/depcomp: update from automake.
41155
41156 2003-12-14  Karl Berry  <karl@gnu.org>
41157
41158         * lib/config.charset: update from gettext-runtime.
41159
41160 2003-12-03  Paul Eggert  <eggert@twinsun.com>
41161
41162         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
41163         Bug reported by Alfred M. Szmidt.
41164
41165 2003-12-03  Bruno Haible  <bruno@clisp.org>
41166
41167         * m4/gettext.m4: Upgrade from gettext-0.13.
41168         * m4/po.m4: Upgrade from gettext-0.13.
41169         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
41170         * m4/intmax.m4: New file, from gettext-0.13.
41171         * m4/printf-posix.m4: New file, from gettext-0.13.
41172
41173 2003-11-29  Karl Berry  <karl@gnu.org>
41174
41175         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
41176
41177 2003-11-25  Paul Eggert  <eggert@twinsun.com>
41178             Bruno Haible  <bruno@clisp.org>
41179
41180         * lib/printf-parse.h: Don't include sys/types.h.
41181         (ARG_NONE): New macro.
41182         (char_directive): Change type of *arg_index fields to size_t.
41183         * lib/printf-parse.c: Don't include sys/types.h.
41184         (SSIZE_MAX): Remove macro.
41185         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
41186         Remove unnecessary overflow check.
41187         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
41188         fields.
41189
41190 2003-11-25  Bruno Haible  <bruno@clisp.org>
41191
41192         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
41193
41194 2003-11-25  Bruno Haible  <bruno@clisp.org>
41195
41196         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
41197         gt_TYPE_SSIZE_T.
41198
41199 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41200
41201         * modules/alloca: Remove dependency on xalloc.
41202
41203 2003-11-24  Paul Eggert  <eggert@twinsun.com>
41204
41205         * lib/alloca.c: Remove dependency on xalloc module.
41206         (xalloc_die): Remove.
41207         (memory_full) [!defined emacs]: New macro.
41208         [!defined emacs]: Don't include xalloc.h.
41209         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
41210         address arithmetic overflows.  Change datatypes a bit to avoid
41211         unnecessary casts.
41212
41213 2003-11-22  Jim Meyering  <jim@meyering.net>
41214
41215         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
41216         s/size/size_t/.
41217
41218 2003-11-21  Karl Berry  <karl@gnu.org>
41219
41220         * config/config.{sub,guess}: update from config.
41221
41222 2003-11-18  Karl Berry  <karl@gnu.org>
41223
41224         * config/config.{sub,guess}: update from config.
41225
41226         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
41227
41228 2003-11-17  Paul Eggert  <eggert@twinsun.com>
41229
41230         * README: Mention that S+T cannot overflow if S is the size of
41231         an existing object and T is sufficiently small.
41232
41233 2003-11-17  Jim Meyering  <jim@meyering.net>
41234
41235         On systems without utime and without a utimes function capable of
41236         dealing with a NULL struct utimbuf* argument, this utime replacement
41237         could -- in unusual circumstances -- leak a file descriptor.
41238         * lib/utime.c: Include <unistd.h> and <errno.h>.
41239         (utime_null): Be sure to close `fd' and to preserve errno.
41240         Reported by Geoff Collyer via Arnold Robbins.
41241
41242 2003-11-17  Bruno Haible  <bruno@clisp.org>
41243
41244         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
41245         (Depends-on): Add xsize.
41246
41247 2003-11-17  Bruno Haible  <bruno@clisp.org>
41248
41249         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
41250
41251 2003-11-17  Bruno Haible  <bruno@clisp.org>
41252
41253         * lib/vasnprintf.c (alloca): Remove fallback definition.
41254         (freea): Remove definition.
41255         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
41256         Reported by Paul Eggert.
41257
41258 2003-11-16  Paul Eggert  <eggert@twinsun.com>
41259             Bruno Haible  <bruno@clisp.org>
41260
41261         Protect against address arithmetic overflow.
41262         * lib/printf-args.h: Include stddef.h.
41263         (arguments): Change type of field 'count' to size_t.
41264         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
41265         'unsigned int' where appropriate.
41266         * lib/printf-parse.h: Include sys/types.h.
41267         (char_directive): Change type of *arg_index fields to ssize_t.
41268         (char_directives): Change type of fields 'count', max_*_length to
41269         size_t.
41270         * lib/printf-parse.c: Include sys/types.h and xsize.h.
41271         (SSIZE_MAX): Define fallback value.
41272         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
41273         instead of 'int' where appropriate. Check a_allocated, d_allocated
41274         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
41275         * lib/vasnprintf.c: Include xsize.h.
41276         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
41277         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
41278         overflow. Avoid wraparound when converting a width or precision from
41279         decimal to binary.
41280
41281 2003-11-16  Bruno Haible  <bruno@clisp.org>
41282
41283         Update from GNU gettext.
41284         * lib/printf-parse.c: Generalize to it can be compiled for wide
41285         strings.
41286         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
41287         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
41288         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
41289         SNPRINTF): New macros.
41290         Don't include <alloca.h> if the file is used inside libintl.
41291         (local_wcslen): New function, for Solaris 2.5.1.
41292         (VASNPRINTF): Use it instead of wcslen.
41293
41294 2003-11-16  Bruno Haible  <bruno@clisp.org>
41295
41296         * lib/xsize.h (xmax): New function.
41297         (xsum, xsum3, xsum4): Declare as "pure" functions.
41298
41299 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41300
41301         * modules/xalloc (Files): Undo latest change, since xalloc.h
41302         no longer needs SIZE_MAX or PTRDIFF_MAX.
41303
41304 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41305
41306         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
41307         gl_PTRDIFF_MAX.
41308
41309 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41310
41311         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
41312         "return", to pacify some unknown compiler.  Problem reported
41313         by Joerg Schilling.
41314
41315 2003-11-12  Paul Eggert  <eggert@twinsun.com>
41316
41317         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
41318         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
41319         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
41320         heuristic is just as accurate as far as we know, and it removes a
41321         dependency on size_max.m4 and ptrdiff_max.m4.
41322
41323 2003-11-11  Bruno Haible  <bruno@clisp.org>
41324
41325         * modules/xsize (Files): Add m4/size_max.m4.
41326         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
41327
41328 2003-11-11  Bruno Haible  <bruno@clisp.org>
41329
41330         * m4/size_max.m4: New file.
41331         * m4/ptrdiff_max.m4: New file.
41332         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
41333         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
41334         (gl_XALLOC): Invoke it.
41335
41336 2003-11-11  Bruno Haible  <bruno@clisp.org>
41337
41338         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
41339         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
41340         defined.
41341
41342 2003-11-10  Paul Eggert  <eggert@twinsun.com>
41343
41344         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
41345         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
41346         rejected some allocations of exactly SIZE_MAX - 2 bytes.
41347         From Bruno Haible.
41348         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
41349         not (size_t) -1, since it's defined here.
41350
41351 2003-11-09  Karl Berry  <karl@gnu.org>
41352
41353         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
41354
41355 2003-11-06  Paul Eggert  <eggert@twinsun.com>
41356
41357         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
41358         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
41359         Reject sizes of exactly SIZE_MAX bytes.
41360         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
41361         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
41362
41363 2003-11-05  Bruno Haible  <bruno@clisp.org>
41364
41365         * lib/xsize.h: Include limits.h, to avoid a possible collision with
41366         SIZE_MAX defined in <limits.h> on Solaris.
41367
41368 2003-11-04  Jim Meyering  <jim@meyering.net>
41369
41370         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
41371         variable names, rather than @VAR@.
41372         * modules/poll: Likewise.
41373
41374 2003-11-04  Bruno Haible  <bruno@clisp.org>
41375
41376         * modules/xsize: New file.
41377         * modules/linebreak: Depend on xsize.
41378         * MODULES.html.sh (func_all_modules): Add xsize.
41379
41380 2003-11-04  Bruno Haible  <bruno@clisp.org>
41381
41382         * m4/xsize.m4: New file.
41383
41384 2003-11-04  Bruno Haible  <bruno@clisp.org>
41385
41386         * lib/xsize.h: New file.
41387         * lib/linebreak.c: Include xsize.h.
41388         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
41389         argument for overflow.
41390         Suggested by Paul Eggert.
41391
41392 2003-11-03  Karl Berry  <karl@gnu.org>
41393
41394         * config/config.{guess,sub}: update from config.
41395
41396 2003-11-03  Jim Meyering  <jim@meyering.net>
41397
41398         * modules/userspec (lib_SOURCES): Add userspec.h.
41399         (Include): Add "userspec.h".
41400         Improve description.
41401
41402 2003-11-03  Jim Meyering  <jim@meyering.net>
41403
41404         * lib/userspec.c: Include "userspec.h".
41405         * lib/userspec.h: New file.
41406
41407 2003-11-03  Bruno Haible  <bruno@clisp.org>
41408
41409         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
41410
41411 2003-11-03  Bruno Haible  <bruno@clisp.org>
41412
41413         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
41414         available, to avoid (extremely rare) race condition.
41415         Suggested by Paul Eggert.
41416
41417 2003-11-02  Karl Berry  <karl@gnu.org>
41418
41419         * config/srclist.txt (vasprintf.c): sync broken, sigh.
41420
41421 2003-10-31  Paul Eggert  <eggert@twinsun.com>
41422
41423         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
41424         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
41425         (read_filesystem_list): Set and use me_type_malloced.
41426         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
41427         whatever the type happens to be), for brevity and consistency.
41428         Check for size calculation overflow on Alphas running OSF/1.
41429
41430 2003-10-31  Jim Meyering  <jim@meyering.net>
41431
41432         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
41433
41434         * lib/linebuffer.c: Include <string.h> for declaration of memset.
41435
41436 2003-10-30  Paul Eggert  <eggert@twinsun.com>
41437             Bruno Haible  <bruno@clisp.org>
41438
41439         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
41440         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
41441
41442 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
41443
41444         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
41445         netbsd*-gnu*.  Suggested by Robert Millan.
41446
41447 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41448
41449         * modules/group-member: Depend on stdbool.
41450
41451 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41452
41453         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
41454
41455 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41456
41457         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
41458         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
41459         after the 'gnu' in these cases.  This fixes some bugs in the
41460         previous change, and is based on suggestions by Robert Millan.
41461
41462 2003-10-29  Paul Eggert  <eggert@twinsun.com>
41463
41464         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
41465         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
41466         no longer needed.
41467         * lib/quotearg.c (quotearg_n_options): Use it.
41468         * lib/group-member.c: Include <stdbool.h>.
41469         (free_group_info): Arg is now const *; don't free arg.
41470         (get_group_info): Now returns bool and accepts struct group_info *,
41471         rather than returning a malloc'ed struct group_info *.
41472         All uses changed.  Check for overflow in internal size calculation.
41473
41474         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
41475         rather than xmalloc/xrealloc.
41476         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
41477         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
41478         conformance bug: the old code used a pointer after freeing the
41479         storage that it addressed.
41480         * lib/hash.c (hash_initialize): Simplify the code by using
41481         xalloc_oversized rather than doing it by hand.
41482         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
41483         the buffer preserved.  Use free and xmalloc instead.
41484         * lib/quotearg.c (quotearg_n_options): Likewise.
41485         Use a simpler test for size overflow.  Don't use xalloc_oversized
41486         because unsigned int might be wider than size_t (!); this suggests
41487         that we should switch from unsigned int to size_t for slot numbers.
41488
41489 2003-10-28  Paul Eggert  <eggert@twinsun.com>
41490
41491         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
41492         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
41493         NetBSD kernels.  Requested by Richard Stallman.
41494
41495 2003-10-27  Paul Eggert  <eggert@twinsun.com>
41496
41497         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
41498         to allocate the returned structure.  Do not allocate a subarray,
41499         as x2nrealloc will do that.
41500         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
41501         instead of xnrealloc.
41502         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
41503
41504 2003-10-27  Bruno Haible  <bruno@clisp.org>
41505
41506         * lib/stdbool_.h: Better support for BeOS.
41507
41508 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41509
41510         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
41511         now uses inline.
41512
41513 2003-10-26  Paul Eggert  <eggert@twinsun.com>
41514
41515         * lib/xalloc.h (xalloc_oversized): New static inline function, for
41516         callers that want to do their own size-overflow checking.  Include
41517         <stdbool.h>, since xalloc_oversized returns bool.
41518         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
41519         to use xalloc_oversized.
41520
41521         Add two functions x2realloc, x2nrealloc, for programs that grow
41522         arrays dynamically by doubling their sizes.
41523         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
41524         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
41525         New functions.
41526
41527         Port to C99 semantics for 'inline' of external functions.
41528         Bug reported by Bruno Haible.
41529         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
41530         with the old contents of xnmalloc.
41531         (xnmalloc, xmalloc): Use it.
41532         (xnrealloc_inline): New static inline function,
41533         with the old contents of xnrealloc.
41534         (xnrealloc, xrealloc): Use it.
41535
41536         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
41537         that.
41538
41539 2003-10-26  Karl Berry  <karl@gnu.org>
41540
41541         * config/srclist.txt (COPYING.DOC): no longer available from
41542         /gd/gnuorg; don't know where the ultimate source is.
41543
41544 2003-10-25  Paul Eggert  <eggert@twinsun.com>
41545
41546         Fix several address-calculation bugs in the hash modules,
41547         plus some minor code cleanup.
41548
41549         * lib/hash.h: Include <stdbool.h>, for bool.
41550         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
41551         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
41552         hash_get_n_entries, hash_get_max_bucket_length,
41553         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
41554         hash_rehash): Use size_t rather than unsigned.
41555         * lib/hash.c (struct hash_table, hash_get_n_buckets,
41556         hash_get_n_buckets_used, hash_get_n_entries,
41557         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
41558         hash_get_entries, hash_do_for_each, hash_string, is_prime,
41559         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
41560         Likewise.
41561         (SIZE_MAX): Define if not defined.
41562         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
41563         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
41564         hash_print):
41565         Use const * when possible.
41566         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
41567         (check_tuning): Fix bug: if tuning parameters were very close to
41568         0 or 1, rounding errors could have caused subscript violations.
41569         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
41570         (hash_initialize): Add 'fail:' label
41571         to free table and return NULL, and use it to simplify code.
41572         Use calloc rather than clearing the storage ourself.
41573         (hash_initialize, hash_rehash): Check for arithmetic overflow in
41574         buffer size calculations.
41575         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
41576         Include <stddef.h>, for size_t.
41577         * lib/hash-pjw.c (hash_pjw): Likewise.
41578         Switch to method described by Bruno Haible.
41579         Include <limits.h>, for CHAR_BIT.
41580         (SIZE_BITS): New macro.
41581
41582 2003-10-23  Paul Eggert  <eggert@twinsun.com>
41583
41584         * m4/getline.m4 (AM_FUNC_GETLINE):
41585         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
41586         hosts.  Problem reported by Derek Robert Price in
41587         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
41588         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
41589         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
41590
41591 2003-10-21  Paul Eggert  <eggert@twinsun.com>
41592
41593         * lib/getndelim2.c (getndelim2): When size calculation overflows,
41594         ceiling the allocation at NMAX bytes rather than silently
41595         discarding input bytes before NMAX is reached.  This makes
41596         a difference only if NMAX exceeds SIZE_MAX / 2.
41597
41598         * lib/obstack.c: Merge from glibc.
41599         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
41600         Add libc_hidden_def (_obstack_newchunk).
41601         (_obstack_free) [! defined _LIBC]: Remove.
41602         [defined _LIBC]: Make a strong alias from obstack_free, rather than
41603         a clone of the function body.
41604         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
41605         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
41606
41607         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
41608         glibc.
41609         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
41610         arg to memcpy.
41611
41612         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
41613         (obstack_ptr_grow_fast, obstack_int_grow_fast):
41614         Don't use lvalue casts, as GCC plans to remove support for them
41615         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
41616         was also present in the non-GCC version, indicating that this
41617         code had always been buggy and had never been widely used.
41618         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
41619         Use the fast variant of each macro, rather than copying the
41620         definiens of the fast variant; that way, we'll be more likely to
41621         catch future bugs in the fast variants.
41622
41623 2003-10-20  Bruno Haible  <bruno@clisp.org>
41624
41625         * modules/wait-process: New file.
41626         * MODULES.html.sh (func_all_modules): Add wait-process.
41627
41628 2003-10-20  Bruno Haible  <bruno@clisp.org>
41629
41630         * m4/wait-process.m4: New file.
41631
41632 2003-10-20  Bruno Haible  <bruno@clisp.org>
41633
41634         * lib/wait-process.h: New file, from GNU gettext.
41635         * lib/wait-process.c: New file, from GNU gettext.
41636
41637 2003-10-19  Jim Meyering  <jim@meyering.net>
41638
41639         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
41640         HPUX 10.20.
41641
41642 2003-10-18  Karl Berry  <karl@gnu.org>
41643
41644         * config/config.guess: update from config.
41645
41646 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41647
41648         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
41649         (getgroups): First arg is int, not size_t.
41650         Don't let 'free' mangle errno.
41651
41652 2003-10-16  Paul Eggert  <eggert@twinsun.com>
41653
41654         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
41655
41656 2003-10-16  Karl Berry  <karl@gnu.org>
41657
41658         * config/config.{guess,sub}: update from config.
41659
41660 2003-10-16  Jim Meyering  <jim@meyering.net>
41661
41662         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
41663         memcpy.
41664
41665 2003-10-15  Paul Eggert  <eggert@twinsun.com>
41666
41667         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
41668         (SIZE_MAX): Remove.
41669         (new_exclude, add_exclude_file): Initial size no longer needs to
41670         be a power of 2.
41671         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
41672         our own address arithmetic overflow checking.
41673
41674         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
41675         (fnmatch): Do not alloca more than 2000 wide characters;
41676         instead, use malloc for large buffers.
41677         Check for address arithmetic overflow, and return -1
41678         with errno set to ENOMEM in that case.
41679         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
41680         (NEW_PATTERN): Do not alloca more than 8000 bytes;
41681         instead, return -1.  Check for address arithmetic overflow.
41682
41683 2003-10-14  Paul Eggert  <eggert@twinsun.com>
41684
41685         Handle invalid suffixes and overflow independently, so that
41686         callers can treat them independently as needed.  Fix some bugs in
41687         suffix handling, e.g., "100k@" was not diagnosed as an invalid
41688         suffix for a human-readable blocksize.  The major caller-visible
41689         change is the addition of a new
41690         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
41691         that both overflow and suffix chars were found.
41692
41693         * lib/human.c (humblock): Don't check separately for invalid suffix
41694         char; that is xstrtoumax's job (now that its bug is fixed).
41695         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
41696         INTMAX_MAX]: New macros.
41697         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
41698         TYPE_MAXIMUM): New macros.
41699         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
41700         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
41701         if overflow occurs, as it's what __strtol does and it's more useful
41702         in practice.
41703         (__xstrtol): If __strtol reports some error other than ERANGE,
41704         reflect it to the caller as LONGINT_INVALID.  If it reports
41705         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
41706         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
41707         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
41708         value.
41709         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
41710         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
41711         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
41712         [defined UINTMAX_MAX]: New macros.
41713
41714 2003-10-14  Bruno Haible  <bruno@clisp.org>
41715
41716         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
41717
41718 2003-10-14  Bruno Haible  <bruno@clisp.org>
41719
41720         * m4/sig_atomic_t: New file, from GNU gettext.
41721         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
41722
41723 2003-10-14  Bruno Haible  <bruno@clisp.org>
41724
41725         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
41726         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
41727         Also use volatile where needed.
41728
41729 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41730
41731         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
41732         Change maintainer from Bruno Haible to 'all'.
41733
41734 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41735
41736         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
41737
41738 2003-10-12  Paul Eggert  <eggert@twinsun.com>
41739
41740         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
41741         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
41742         and define in terms of the other primitives.
41743         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
41744         (SIZE_MAX): Define if not already defined.
41745         (array_size_overflow): New function.
41746         (xalloc_die): Abort instead of exiting if 'error' returns.
41747         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
41748         (xmalloc, xrealloc): Use them.
41749         (xcalloc): Check for address arithmetic overflow.
41750         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
41751         a bit faster than strcpy.
41752
41753 2003-10-10  Simon Josefsson  <jas@extundo.com>
41754
41755         * modules/argp (Depends-on): Add restrict and strcase.
41756
41757 2003-10-10  Simon Josefsson  <jas@extundo.com>
41758
41759         * m4/argp.m4: Add AC_C_INLINE.
41760
41761 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41762
41763         Merge getpass from libc, plus a few fixes.
41764
41765         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
41766         Include <stdbool.h>.
41767         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
41768         __fsetlocking to empty.
41769         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
41770         do include <bits/libc-lock.h>.
41771         Do not include <fcntl.h>; not needed.
41772         [_LIBC]: Include <wchar.h>.
41773         (NOTCANCEL_MODE): New macro.
41774         (flockfile, funlockfile) [_LIBC]: New macros.
41775         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
41776         [!_LIBC]: New macros.
41777         (call_fclose): New function.
41778         (getpass): Use it.  Save tty stream separately; this simplifies the
41779         code and makes it more reliable if stdin happens to equal stdout.
41780         Invoke __fsetlocking on tty.
41781         Handle thread cancellation if needed.
41782         Namespace cleanup (use __tcgetattr, __getline).
41783         Use bool for Booleans.
41784         [USE_IN_LIBIO]: Handle wide streams.
41785         [!_LIBC]: Unconditionally do the fseek, since we don't know what
41786         stream might go where.
41787
41788         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
41789         doesn't have to include <stdio.h> before us.
41790         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
41791         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
41792         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
41793         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
41794         if not declared, so that we can use getpass.c code from libc without
41795         rewriting it.
41796         (flockfile, ftrylockfile, funlockfile): New macros.
41797
41798 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41799
41800         * modules/getpass: Depend on stdbool.
41801
41802 2003-10-08  Paul Eggert  <eggert@twinsun.com>
41803
41804         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
41805
41806 2003-10-07  Karl Berry  <karl@gnu.org>
41807
41808         * config/config.{guess,sub}: update from config.
41809
41810 2003-10-06  Jim Meyering  <jim@meyering.net>
41811             Bruno Haible  <bruno@clisp.org>
41812
41813         This lets translators provide better translations for the
41814         "Written by ..." part of --version output.
41815         * lib/version-etc.h: Include stdarg.h.
41816         (version_etc_copyright): Declare as readonly.
41817         (version_etc): Make this function variadic with a NULL-terminated list
41818         of author name strings.
41819         (version_etc_va): New declaration.
41820         * lib/version-etc.c: Include stdarg.h, stdlib.h.
41821         (version_etc_copyright): Declare as readonly.
41822         (version_etc_va): New function. Provide a different translatable string
41823         for each possible number of authors < 10. Abbreviate when there are 10
41824         authors or more.
41825         (version_etc): Make this function variadic. Call version_etc_va.
41826         Suggestion from Gary V. Vaughan.
41827
41828         * lib/long-options.h (parse_long_options): Change prototype: the
41829         authors string is moved to the end and becomes variadic.
41830         * lib/long-options.c: Include stdarg.h.
41831         (parse_long_options): Make this function variadic, too.
41832         Call version_etc_va, not version_etc.
41833
41834 2003-10-06  Bruno Haible  <bruno@clisp.org>
41835
41836         * modules/version-etc-2: Remove file.
41837         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
41838
41839 2003-10-06  Bruno Haible  <bruno@clisp.org>
41840
41841         * modules/fatal-signal: New file.
41842         * MODULES.html.sh (func_all_modules): Add fatal-signal.
41843
41844 2003-10-06  Bruno Haible  <bruno@clisp.org>
41845
41846         * m4/fatal-signal.m4: New file.
41847         * m4/signalblocking.m4: New file, from GNU gettext.
41848
41849 2003-10-06  Bruno Haible  <bruno@clisp.org>
41850
41851         * lib/version-etc-2.h: Remove file.
41852         * lib/version-etc-2.c: Remove file.
41853
41854 2003-10-06  Bruno Haible  <bruno@clisp.org>
41855
41856         * lib/fatal-signal.h: New file, from GNU gettext.
41857         * lib/fatal-signal.c: New file, from GNU gettext.
41858
41859 2003-10-05  Paul Eggert  <eggert@twinsun.com>
41860
41861         * README: Rework advice for preventing empty .o files.
41862         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
41863         not <sys/types.h>.
41864
41865 2003-10-04  Karl Berry  <karl@gnu.org>
41866
41867         * lib/argp*: update from libc.
41868
41869 2003-10-04  Karl Berry  <karl@gnu.org>
41870
41871         * config/config.{guess,sub}: update from config.
41872
41873 2003-10-02  Bruno Haible  <bruno@clisp.org>
41874
41875         * modules/lchown (Include): Add lchown.h.
41876         * modules/time_r (Include): Use "..." syntax.
41877         * modules/xgetdomainname (Include): Add xgetdomainname.h.
41878
41879 2003-10-01  Simon Josefsson  <jas@extundo.com>
41880
41881         * MODULES.html.sh (func_all_modules): Move gethostname from section
41882         'based on' to section 'lacking' POSIX:2001.
41883
41884 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
41885
41886         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
41887         to output mode on the same stream.
41888
41889 2003-09-29  Paul Eggert  <eggert@twinsun.com>
41890
41891         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
41892         Fix arg typo in previous patch.
41893
41894 2003-09-28  Jim Meyering  <jim@meyering.net>
41895
41896         * lib/error.c: Correct cpp indentation.
41897
41898 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41899
41900         * modules/free: New file.
41901
41902 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41903
41904         * m4/free.m4: New file.
41905
41906 2003-09-27  Paul Eggert  <eggert@twinsun.com>
41907
41908         * lib/minmax.h (MIN, MAX)
41909         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
41910         Omit the special code that used __typeof__, since we worry that
41911         it could be more trouble than it's worth.  See:
41912         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
41913         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
41914
41915         * lib/free.c: New file.
41916
41917 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
41918
41919         Trivial fixes to Makefile.am parts of module listings.
41920         * modules/strstr: Append strstr.h to lib_SOURCES.
41921         * modules/strcase: Likewise, for strcase.h.
41922
41923 2003-09-27  Karl Berry  <karl@gnu.org>
41924
41925         * config/mkinstalldirs: update from automake.
41926
41927 2003-09-26  Paul Eggert  <eggert@twinsun.com>
41928
41929         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
41930         (error_tail): Do not loop, reallocating temporary buffer, since
41931         the output cannot contain more wide characters than the input
41932         contains bytes, the size must be big enough already.  This avoids
41933         one potential size overflow calculation.  Check for size overflow
41934         when calculating temporary buffer size.  Free temporary buffer
41935         when done, if it was allocated with malloc; this plugs a memory
41936         leak.  Remove casts from void * to pointers, that are no longer
41937         needed now that we're assuming C89 or better.
41938
41939         Merge error changes from glibc.
41940
41941         * lib/error.c, error.h: Update copyright notice header to match glibc.
41942         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
41943         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
41944         Disable cancellation while printing error.
41945         * lib/error.h: Prepend __ to parameter names.
41946
41947 2003-09-26  Jim Meyering  <jim@meyering.net>
41948
41949         * lib/error.c (error_tail): Move some declarations
41950         into inner scope where the local variables are used.
41951
41952 2003-09-26  Bruno Haible  <bruno@clisp.org>
41953
41954         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
41955         stpncpy().
41956         Don't define stpncpy through config.h; it's now done through stpncpy.h.
41957
41958 2003-09-26  Bruno Haible  <bruno@clisp.org>
41959
41960         * lib/stpncpy.h (gnu_stpncpy): New declaration.
41961         (stpncpy): Define as alias for gnu_stpncpy.
41962         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
41963
41964 2003-09-25  Simon Josefsson  <jas@extundo.com>
41965
41966         * lib/xgetdomainname.h: New file.
41967         * lib/xgetdomainname.c: New file.
41968
41969 2003-09-25  Simon Josefsson  <jas@extundo.com>
41970             Bruno Haible  <bruno@clisp.org>
41971
41972         * modules/getdomainname: New file.
41973         * modules/xgetdomainname: New file.
41974         * MODULES.html.sh (func_all_modules): Add getdomainname,
41975         xgetdomainname.
41976
41977 2003-09-25  Simon Josefsson  <jas@extundo.com>
41978             Bruno Haible  <bruno@clisp.org>
41979
41980         * m4/getdomainname.m4: New file.
41981
41982 2003-09-25  Simon Josefsson  <jas@extundo.com>
41983             Bruno Haible  <bruno@clisp.org>
41984
41985         * lib/getdomainname.h: New file.
41986         * lib/getdomainname.c: New file.
41987
41988 2003-09-25  Karl Berry  <karl@gnu.org>
41989
41990         * lib/argp-fmtstream.c, argp-help.c: update from libc.
41991
41992 2003-09-25  Karl Berry  <karl@gnu.org>
41993
41994         * config/install-sh: update from automake.
41995
41996 2003-09-25  Bruno Haible  <bruno@clisp.org>
41997
41998         * modules/version-etc-2: New file, from modules/version-etc with
41999         modifications.
42000         * MODULES.html.sh (func_all_modules): Add version-etc-2.
42001
42002 2003-09-25  Bruno Haible  <bruno@clisp.org>
42003
42004         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
42005         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
42006
42007 2003-09-24  Simon Josefsson  <jas@extundo.com>
42008
42009         * modules/xgethostname: Add xgethostname.h.
42010
42011 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42012
42013         * lib/linebuffer.c (freebuffer): Don't free the argument, just
42014         the buffer associated with the argument.  Bug reported by
42015         Simon Josefsson.
42016
42017 2003-09-24  Paul Eggert  <eggert@twinsun.com>
42018
42019         * README: Document assumptions that 'int' is at least 32 bits
42020         wide, that integer arithmetic is 2's complement without overflow,
42021         that there are no holes in integer values, that adding sizes of
42022         two nonoverlapping objects can't overflow, and that all-bits-zero
42023         yields scalar zero.  Fix spelling and capitalization typos.
42024
42025 2003-09-19  Karl Berry  <karl@gnu.org>
42026
42027         * lib/argp.h: update from libc.
42028
42029 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42030
42031         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
42032         to avoid spurious warnings like "AC_RUN_IFELSE was called before
42033         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
42034
42035 2003-09-17  Paul Eggert  <eggert@twinsun.com>
42036
42037         * gnulib-tool: Use "test -h", not "test -L", for portability
42038         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
42039         (tags_regexp): Remove, since \| doesn't conform to POSIX.
42040         (sed_extract_prog): Issue s commands one-by-one, rather than
42041         using \| in one s command.
42042
42043 2003-09-16  Paul Eggert  <eggert@twinsun.com>
42044
42045         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
42046         input error, instead of returning NULL the next time we are called
42047         (and therefore losing track of errno).
42048
42049 2003-09-16  Bruno Haible  <bruno@clisp.org>
42050
42051         * gnulib-tool (func_create_testdir): Warn about duplicated
42052         dependencies.
42053
42054 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42055
42056         * modules/argmatch, modules/fatal, modules/obstack,
42057         modules/xalloc, modules/xgethostname: Sort dependencies by
42058         importance, not alphabetically.
42059
42060 2003-09-15  Paul Eggert  <eggert@twinsun.com>
42061
42062         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
42063         fails, so that the caller gets the proper errno.
42064
42065         * lib/readutmp.c (read_utmp): Likewise.
42066         Check for fstat error.  Close stream and free storage
42067         when failing.
42068
42069 2003-09-14  Karl Berry  <karl@gnu.org>
42070
42071         * config/srclist.txt (strdup.c): disable for c89 changes.
42072
42073 2003-09-14  Jim Meyering  <jim@meyering.net>
42074
42075         * lib/getloadavg.c: Correct cpp indentation.
42076         * lib/strdup.c: Likewise.
42077         * lib/vasnprintf.c: Likewise.
42078
42079 2003-09-14  Bruno Haible  <bruno@clisp.org>
42080
42081         * modules/fwriteerror: New file.
42082         * MODULES.html.sh (func_all_modules): Add fwriteerror.
42083
42084 2003-09-14  Bruno Haible  <bruno@clisp.org>
42085
42086         * lib/fwriteerror.h: New file.
42087         * lib/fwriteerror.c: New file.
42088
42089 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42090
42091         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
42092         modules/xgethostname, modules/xalloc: Depend on exit.
42093
42094 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42095
42096         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
42097
42098         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
42099         and AC_MINIX, too, so that their extensions are available.
42100
42101         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
42102         This macro has been superseded by gl_BACKUPFILE.
42103
42104         More patches to assume C89 or better.
42105
42106         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
42107
42108         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
42109         unconditionally.
42110         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
42111         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
42112         Include <string.h>, <stdlib.h> unconditionally.
42113         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
42114         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
42115         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
42116         headers or for string.h.
42117         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
42118         or strtoul.
42119
42120         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
42121         headers.
42122         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
42123         * m4/userspec.m4 (gl_USERSPEC): Likewise.
42124         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
42125         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
42126         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42127         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
42128         memcpy, memset.
42129         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
42130         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
42131         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
42132         strtol.
42133         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
42134         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
42135         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
42136         strtoul.
42137
42138 2003-09-12  Paul Eggert  <eggert@twinsun.com>
42139
42140         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
42141         * lib/obstack.c [!defined _LIBC]: Likewise.
42142         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
42143         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
42144         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
42145
42146         More changes to assume C89 or better.
42147
42148         * lib/error.c (error_tail): Assume vprintf.
42149
42150         * lib/argmatch.c (getenv): Remove decl.
42151         * lib/progreloc.c (get_full_program_name): Define via prototype.
42152         * lib/setenv.c (clearenv): Likewise.
42153         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
42154         needed.
42155         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
42156         (malloc, memcpy): Remove decls.
42157         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
42158         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
42159         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42160         (memcpy): Remove macro.
42161         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
42162         (__P): Remove.  All uses removed.
42163         (PTR): Remove.  All uses changed to void *.
42164         (CHAR_BIT, NULL): Remove.
42165         (spaces, zeros, memset_space, memset_zero)
42166         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
42167         Remove.
42168         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
42169         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
42170         Define with prototype.
42171         Remove now-unnecessary prototype decl.
42172         (extra_args_spec): Assume ANSI C.  All uses changed.
42173         (extra_args_spec_iso): Remove.
42174         (my_strftime, emacs_strftimeu): Define via prototype.
42175         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
42176         unconditionally.
42177         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
42178         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
42179         (strtoul, strtol): Remove decls.
42180         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
42181         LONG_MAX): Remove.
42182         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
42183         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
42184         (LOCALE_PARAM_PROTO): New macro.
42185         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
42186         (INTERNAL (strtol), strtol): Define with a prototype.
42187         (PARAMS): Remove.  All uses removed.
42188         * lib/tempname.c: Include <string.h> unconditionally.
42189         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
42190         * lib/xgethostname.c (main): Define with a prototype.
42191         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
42192         Include <stdlib.h> unconditionally.
42193         (calloc, malloc, realloc, free): Remove decls.
42194         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
42195         Include <stdlib.h> unconditionally.  Sort include file names.
42196         (strtod): Remove.
42197         (xstrtod): Define with a prototype.
42198         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
42199         (strtol, strtoul): Remove decls.
42200
42201 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42202
42203         More patches to assume C89 or better.
42204         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
42205         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
42206         string.h, memchr, STDC_HEADERS.
42207
42208 2003-09-11  Paul Eggert  <eggert@twinsun.com>
42209
42210         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
42211         Include <stdlib.h>, <string.h> unconditionally.
42212         Remove now-unnecessary cast to char *.
42213         * lib/strnlen.c: Include <string.h> unconditionally.
42214         * lib/yesno.c (yesno): Define with a prototype.
42215
42216 2003-09-11  Bruno Haible  <bruno@clisp.org>
42217
42218         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
42219
42220 2003-09-10  Jim Meyering  <jim@meyering.net>
42221
42222         * lib/error.c: Correct indentation of cpp directives.
42223
42224 2003-09-10  Bruno Haible  <bruno@clisp.org>
42225
42226         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
42227         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
42228         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
42229         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
42230         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
42231         <stdlib.h> and <string.h> checks.
42232         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
42233         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
42234
42235 2003-09-10  Bruno Haible  <bruno@clisp.org>
42236
42237         * lib/strcspn.c: Include <string.h> unconditionally.
42238         * lib/strpbrk.c: Include <string.h> unconditionally.
42239         * lib/strstr.c: Include <string.h> unconditionally.
42240         * lib/unicodeio.c: Include <string.h> unconditionally.
42241         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
42242         * lib/unsetenv.c: Likewise.
42243         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
42244         * lib/yesno.c: Include <stdlib.h> unconditionally.
42245         (rpmatch): Add prototype.
42246
42247 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42248
42249         More patches to assume C89 or better.
42250         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
42251         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
42252         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
42253         or for string.h.
42254         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
42255         stdlib.h.
42256         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
42257         C headers.
42258         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
42259         string.h.
42260         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
42261         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
42262         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
42263         or for string.h.
42264         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
42265         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
42266         C headers.
42267         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
42268         memcpy.
42269         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
42270         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
42271         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
42272         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
42273         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
42274         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
42275         string.h, free.
42276         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
42277         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
42278         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
42279         C headers, or for string.h.
42280         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
42281         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
42282         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
42283         headers, memory.h, stdlib.h, string.h, strings.h.
42284         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
42285         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
42286         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
42287         strchr.
42288         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
42289         headers, memory.h, string.h.
42290         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
42291         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
42292         free.
42293         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
42294         headers.
42295         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
42296         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
42297         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
42298         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
42299         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
42300
42301 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42302
42303         More K&R removal.
42304
42305         * lib/acosl.c (main): Use a prototype.
42306         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
42307         tanl.c: Likewise.
42308
42309         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
42310
42311         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
42312         (getopt, etopt_long, getopt_long_only, _getopt_internal)
42313         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
42314         with a prototype.
42315         * lib/getopt.c (const): Remove macro.
42316         Include <string.h> unconditionally.
42317         (my_index): Remove; all uses changed to strchr.
42318         (strlen): Remove decl.
42319         (exchange): Remove forward decl; no longer needed.
42320         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
42321         Define with prototype.
42322         * lib/getopt1.c (const): Remove macro.
42323         (getopt_long, getopt_long_only, main): Define with prototype.
42324
42325         * lib/getugroups.c: Include <string.h> unconditionally.
42326
42327         * lib/getusershell.c: Include <stdlib.h> unconditionally.
42328         (getusershell, setusershell, endusershell, readname, main):
42329         Define with prototypes.
42330
42331         * lib/group-member.c: Include group-member.h first.
42332         Include <stdlib.h> unconditionally.
42333
42334         * lib/hard-locale.c: Include hard-locale.h first.
42335         Include <stdlib.h>, <string.h> unconditionally.
42336
42337         * lib/hash.c (free, malloc): Remove decls.
42338         Include <stdlib.h> unconditionally.
42339
42340         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
42341         (getenv): Do not declare.
42342
42343         * lib/idcache.c: Include <string.h> unconditionally.
42344
42345         * lib/long-options.c: Include long-options.h first, to test interface.
42346         Include <stdlib.h> unconditionally.
42347
42348         * lib/makepath.c: Include makepath.h first, to test interface.
42349         Include <stdlib.h> and <string.h> unconditionally.
42350
42351         * lib/linebuffer.c: Include <stdlib.h>.
42352         (free): Remove decl.
42353
42354         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
42355         stddef.h. rpl_malloc returns void *, not char *.
42356         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
42357         prototype.
42358
42359         * lib/md5.h: Include <limits.h> unconditionally.
42360         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
42361         (__P): Remove; all uses removed.
42362         * lib/md5.c: Include "md5.h" first.
42363         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
42364         md5_buffer, md5_process_bytes, md5_process_block):
42365         Define with prototypes.
42366         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
42367         * lib/sha.c: Include "sha.h" first.
42368         Include <stdlib.h>, <string.h> unconditionally.
42369
42370         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
42371         * lib/memcmp.c (__ptr_t): Likewise.
42372         * lib/memrchr.c (__ptr_t): Likewise.
42373         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
42374         Include <string.h> unconditionally.
42375         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
42376         * lib/memchr.c: Include <stdlib.h> unconditionally.
42377         * lib/memchr.c (LONG_MAX): Remove.
42378         * lib/memrchr.c (LONG_MAX): Likewise.
42379         * lib/memchr.c (__memchr): Define via a prototype.
42380         * lib/memrchr.c (__memrchr): Likewise.
42381         * lib/memcmp.c (__P): Remove, and remove all uses.
42382         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
42383         Remove forward decls; no longer needed.
42384         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
42385         Use types required by C89 in prototype.
42386
42387         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
42388         * lib/savedir.c: Likewise.
42389         * lib/mkdir.c (free): Remove decl.
42390         * lib/rmdir.c (rmdir): Define with a prototype.
42391         * lib/savedir.c: Include savedir.h first, to test interface.
42392
42393         * lib/mktime.c (STDC_HEADERS): Remove.
42394         Include <stdlib.h>, <string.h> unconditionally.
42395
42396         * lib/modechange.c: Include <stdlib.h> unconditionally.
42397         (malloc): Remove decl.
42398
42399         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
42400         (free): Remove decl.
42401
42402         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
42403         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
42404         (This type really should be intptr_t, but that's a C99ism.)
42405         (_obstack_memcpy): Remove: all uses changed to memcpy.
42406         Include <string.h> unconditionally.
42407         (struct obstack): Assume __STDC__ for types of members
42408         chunkfun, freefun, extra_arg.
42409         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
42410         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
42411         obstack_begin, obstack_specify_allocation,
42412         obstack_specify_allocation_with_arg, obstack_chunkfun,
42413         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
42414         Remove unprototyped decls and the macros that use them.
42415         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
42416         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
42417         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
42418         (defined __STDC__ && __STDC__)]:
42419         Remove nonprototyped code.
42420         Include <stdlib.h> unconditionally.
42421         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
42422         _obstack_allocated_p, _obstack_free, obstack_free,
42423         _obstack_memory_used, print_and_abort):
42424         Define using prototypes.
42425         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
42426         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
42427         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
42428         obstack_next_free, obstack_object_size, obstack_room) [0]:
42429         Remove unused, unprototyped code.
42430
42431         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
42432
42433         * lib/physmem.c (physmem_total, physmem_available, main): Define
42434         with prototypes.
42435
42436         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
42437         (main): Define with a prototype.
42438
42439         * lib/posixver.c (getenv): Remove decl.
42440
42441         * lib/putenv.c (malloc): Returns void *, not char *.
42442         Include <string.h> unconditionally.
42443         (strchr, memcpy, NULL): Do not define.
42444
42445         * lib/readtokens.c: Include readtokens.h first, to test interface.
42446         Include <stdlib.h>, <string.h> unconditionally.
42447         (init_tokenbuffer): Define with a prototype.
42448
42449         * lib/regex.c (PARAMS): Remove.  All uses removed.
42450         All uses of _RE_ARGS removed, too.
42451         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
42452         unconditionally.
42453         (bzero): Assume memset exists.
42454         (memcmp, memcpy, NULL): Remove.
42455         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
42456         char, or assignments to local vars of type signed char.
42457         (init_syntax_once, PREFIX(extract_number_and_incr),
42458         PREFIX(print_partial_compiled_pattern),
42459         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
42460         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
42461         PREFIX(regex_grow_registers), PREFIX(regex_compile),
42462         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
42463         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
42464         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
42465         wcs_compile_range, byte_compile_range, truncate_wchar,
42466         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
42467         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
42468         count_mbs_length, wcs_re_match_2_internal,
42469         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
42470         PREFIX(alt_match_null_string_p),
42471         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
42472         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
42473         regfree, PREFIX(extract_number)): Define with prototype.  Remove
42474         now-unnecessary declaration, if any.
42475         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
42476         regcomp, regexec):
42477         Remove now-unnecessary casts among pointer types.
42478         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
42479
42480         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
42481         (free): Remove decl.
42482
42483         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
42484
42485         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
42486         (free): Remove decl.
42487
42488         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
42489         * lib/xgetcwd.c: Likewise.
42490
42491         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
42492         (free): Remove decl.
42493
42494         * lib/strchrnul.c (strchrnul): Define with a prototype.
42495         Fix bug: c_in was not converted to char before searching.
42496
42497         The following changes are not K&R related:
42498
42499         * lib/group-member.h: Include <sys/types.h>, so that this file is
42500         self-contained.
42501         * lib/makepath.h: Likewise.
42502
42503         * lib/getusershell.c (readname, default_index, line_size, readname):
42504         Use size_t, not int, for sizes.
42505         (readname): If the size overflows, report an error instead of
42506         looping forever.
42507
42508 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42509
42510         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
42511         libc.
42512
42513 2003-09-09  Paul Eggert  <eggert@twinsun.com>
42514
42515         * README: New section: portability guidelines.
42516
42517 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42518
42519         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
42520         C89 spec.
42521
42522 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
42523
42524         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
42525
42526 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42527
42528         Assume C89 or better; remove K&R cruft.
42529         A few of these changes were first proposed by Derek Robert Price
42530         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
42531
42532         * lib/addext.c: Include <string.h> unconditionally.
42533         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
42534         Don't declare getenv or malloc.
42535
42536         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
42537         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
42538         (NULL): Remove.
42539         (find_stack_direction, alloca): Use prototypes.
42540
42541         * lib/atexit.c (atexit): Define using a prototype.
42542
42543         * lib/basename.c, dirname.c, stripslash.c:
42544         Include <string.h> unconditionally.
42545
42546         * lib/bcopy.c: Include <stddef.h>.
42547         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
42548
42549         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
42550
42551         * lib/error.h (error, error_at_line, error_print_progname)
42552         [! (defined (__STDC__) && __STDC__)]: Remove decls.
42553         * lib/error.c: Include error.h first, to check interface.
42554         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42555         (VA_START): Remove; all uses changeed to va_start.
42556         (exit, strerror): Remove decls.
42557         (error_print_progname): Prototype uncondionally.
42558         Don't include <errno.h>; no longer needed.
42559         (private_strerror): Remove.
42560         (error_tail): Always define.
42561         (error, error_at_line): Assume C89 or better; always use prototypes.
42562         * lib/fatal.c: Include "fatal.h" first, to test interface.
42563         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
42564         (VA_START): Remove; all uses changed to va_start.
42565         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
42566         this case.
42567         (exit): Remove decl.
42568         (fatal): Prototype unconditionally.  Assume va_start works.
42569         Abort at end, to pacify gcc.
42570
42571         * lib/euidaccess.c (main): Define with a prototype.
42572
42573         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
42574
42575         * lib/exitfail.c: Include <stdlib.h> unconditionally.
42576
42577         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
42578         prototypes.
42579         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
42580         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
42581         (getenv): Remove decl.
42582         (fnmatch): Define using a prototype.
42583         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
42584         (FCT): Define using a prototype.
42585
42586         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
42587
42588         * lib/gethostname.c: Include <stddef.h>.
42589         (gethostname): Define with prototype.  Length is size_t, not int.
42590
42591 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42592
42593         Assume C89 or better; remove K&R cruft.
42594         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
42595         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
42596         string.h, getenv, malloc.
42597         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
42598         headers.
42599         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
42600         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
42601         do not check for strerror.
42602         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
42603         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
42604         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
42605         do not check for doprnt or vprintf.
42606         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
42607         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
42608
42609 2003-09-08  Paul Eggert  <eggert@twinsun.com>
42610
42611         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
42612         getversion.c should have been removed then, but was accidentally
42613         preserved.
42614
42615         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
42616         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
42617
42618 2003-09-08  Karl Berry  <karl@gnu.org>
42619
42620         * config/config.sub, config.guess, srclistvars.sh: update from savannah
42621                 config, forget about prep.
42622
42623         * config/depcomp, missing: update from automake.
42624
42625 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42626
42627         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
42628         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42629
42630 2003-09-07  Paul Eggert  <eggert@twinsun.com>
42631
42632         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
42633         copy_tm_result.  Bug reported by Simon Josefsson in
42634         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
42635
42636 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42637
42638         * m4/time_r.m4: New file.
42639         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
42640         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
42641         is. Check for timegm declaration.
42642         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
42643         Do not check for gmtime_r.
42644         Replace mktime if __mktime_internal does not exist and if mktime
42645         hasn't been replaced already.
42646
42647 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42648
42649         * lib/time_r.c, lib/time_r.h: New files.
42650
42651         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
42652         __localtime_r.
42653         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
42654         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
42655
42656         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
42657         __gmtime_r.
42658         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
42659         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
42660         Include <time_r.h>.
42661
42662         * lib/timegm.c: Switch to glibc implementation, with the following
42663         changes:
42664         [defined HAVE_CONFIG_H]: Include <config.h>.
42665         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
42666         (__mktime_internal) [!defined _LIBC]: New decl.
42667         (__gmtime_r) [!defined _LIBC]: New macro and function.
42668         (timegm): Use a prototype, since gnulib assumes C89.
42669         Do not bother declaring tmp to be const, as it's not really usefu.
42670         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
42671         (timegm): Declare only if HAVE_DECL_TIMEGM.
42672
42673 2003-09-06  Paul Eggert  <eggert@twinsun.com>
42674
42675         * MODULES.html.sh (func_all_modules): Add time_r.
42676         * modules/time_r: New file.
42677         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
42678         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
42679
42680 2003-09-03  Paul Eggert  <eggert@twinsun.com>
42681
42682         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
42683         Bug reported by Lute Kamstra in
42684         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
42685
42686         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
42687         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
42688         course with correspondingly smaller numbers for tomorrow and
42689         yesterday.  From Tadayoshi Funaba.  Originally installed into
42690         sh-utils on 1999-08-07, but the patch got lost (I guess during the
42691         coreutils merge?).
42692
42693 2003-08-31  Simon Josefsson  <jas@extundo.com>
42694
42695         * modules/timegm: New file.
42696         * MODULES.html.sh (func_all_modules): Add timegm.
42697
42698 2003-08-31  Simon Josefsson  <jas@extundo.com>
42699
42700         * m4/timegm.m4: New file.
42701
42702 2003-08-31  Simon Josefsson  <jas@extundo.com>
42703
42704         * lib/timegm.h: New file.
42705         * lib/timegm.c: New file.  Based on
42706         wget-1.8.2/src/http.c:mktime_from_utc.
42707
42708 2003-08-31  Karl Berry  <karl@gnu.org>
42709
42710         * lib/argp.h: update from libc.
42711
42712 2003-08-28  Bruno Haible  <bruno@clisp.org>
42713
42714         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
42715         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
42716         followed by '#define fnmatch fnmatch_posix' gives an error.
42717
42718 2003-08-28  Bruno Haible  <bruno@clisp.org>
42719
42720         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
42721         warning on QNX, which defines O_BINARY to 000000.
42722
42723 2003-08-27  Jim Meyering  <jim@meyering.net>
42724
42725         * m4/mkstemp.m4: Require that the system mkstemp be able to create
42726         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
42727         would fail after 32.  Reported by Danny Levinson.  Details here:
42728         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
42729
42730 2003-08-24  Bruno Haible  <bruno@clisp.org>
42731
42732         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
42733         MSVC7 <stdio.h> is included later.
42734
42735 2003-08-22  Simon Josefsson  <jas@extundo.com>
42736
42737         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
42738
42739 2003-08-20  Karl Berry  <karl@gnu.org>
42740
42741         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
42742
42743 2003-08-20  Bruno Haible  <bruno@clisp.org>
42744
42745         * modules/progname: New file.
42746         * MODULES.html.sh (func_all_modules): Add progname.
42747
42748 2003-08-20  Bruno Haible  <bruno@clisp.org>
42749
42750         * lib/progname.h: New file, from GNU gettext.
42751         * lib/progname.c: New file, from GNU gettext.
42752         * lib/progreloc.c: New file, from GNU gettext.
42753
42754 2003-08-19  Jim Meyering  <jim@meyering.net>
42755
42756         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
42757         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
42758
42759 2003-08-19  Bruno Haible  <bruno@clisp.org>
42760
42761         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
42762         more.
42763
42764 2003-08-19  Bruno Haible  <bruno@clisp.org>
42765
42766         * lib/xstrdup.c: Assume <string.h> exists.
42767
42768 2003-08-18  Paul Eggert  <eggert@twinsun.com>
42769
42770         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
42771         in makefile rules.
42772
42773 2003-08-18  Jim Meyering  <jim@meyering.net>
42774
42775         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
42776         * m4/lib-ld.m4: Likewise.
42777
42778 2003-08-18  Jim Meyering  <jim@meyering.net>
42779
42780         * lib/setenv.h: Indent nested cpp directive.
42781         * lib/vasnprintf.c: Remove trailing blanks.
42782
42783 2003-08-17  Simon Josefsson  <jas@extundo.com>
42784
42785         * modules/xstrndup: New file.
42786         * MODULES.html.sh (func_all_modules): Add xstrndup.
42787
42788 2003-08-17  Simon Josefsson  <jas@extundo.com>
42789
42790         * modules/argp: Fix autoconf macro name. Add more dependencies.
42791
42792 2003-08-17  Simon Josefsson  <jas@extundo.com>
42793
42794         * m4/xstrndup.m4: New file.
42795
42796 2003-08-17  Simon Josefsson  <jas@extundo.com>
42797
42798         * m4/argp.m4: New file.
42799
42800 2003-08-17  Simon Josefsson  <jas@extundo.com>
42801             Bruno Haible  <bruno@clisp.org>
42802
42803         * lib/xstrndup.h: New file.
42804         * lib/xstrndup.c: New file.
42805
42806 2003-08-17  Bruno Haible  <bruno@clisp.org>
42807
42808         * modules/strndup (Files, Include): Add lib/strndup.h.
42809
42810 2003-08-17  Bruno Haible  <bruno@clisp.org>
42811
42812         * modules/euidaccess (Files): Add lib/euidaccess.h.
42813
42814 2003-08-17  Bruno Haible  <bruno@clisp.org>
42815
42816         * lib/strndup.h: New file.
42817
42818 2003-08-17  Bruno Haible  <bruno@clisp.org>
42819
42820         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
42821         like AC_GNU_SOURCE.
42822         * modules/extensions (configure.ac): Comment out the invocation of
42823         gl_USE_SYSTEM_EXTENSIONS.
42824
42825 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42826
42827         Merges from coreutils, etc.
42828         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
42829         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
42830         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
42831         fixing a typo.
42832         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
42833         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
42834
42835 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42836
42837         Document merge from coreutils.
42838         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
42839         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
42840         * modules/utime: Add m4/utimes-null.m4.
42841
42842 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42843
42844         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
42845         space, undoing this 2003-08-12 change:
42846         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42847
42848 2003-08-16  Paul Eggert  <eggert@twinsun.com>
42849
42850         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
42851         strtoul.c from libc, undoing this 2003-08-12 change:
42852         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
42853
42854 2003-08-16  Jim Meyering  <jim@meyering.net>
42855
42856         Merges from coreutils.
42857         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
42858         prefix.  Adjust cache variables similarly.  Create 500 rather than
42859         just 300 files, to exercise bug on Darwin6.5, too.
42860         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
42861         $missing_dir.
42862         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
42863         AM_SYS_POSIX_TERMIOS.
42864         Reported by mkc@mathdogs.com.
42865         Also change use of $am_cv_sys_posix_termios
42866         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
42867         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
42868         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
42869         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
42870         in /proc/mounts until it finds one with matching device number.  This
42871         is unnecessary when the FILE argument *is* a mount point.  No stat call
42872         is necessary in that case.  So, disable the statvfs-testing code on
42873         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
42874         as RedHat bug# 84846.
42875         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42876         to 1MB, so as not to render systems with no stack size limit (e.g.,
42877         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42878         Include <unistd.h>.  On some systems,
42879         it is required for the definition of _SC_PAGESIZE.
42880
42881 2003-08-16  Jim Meyering  <jim@meyering.net>
42882
42883         Merge from coreutils.
42884         * lib/xstrtoimax.c: #else #if -> #elif.
42885         * lib/xstrtoumax.c: Likewise.
42886
42887 2003-08-16  Jim Meyering  <jim@meyering.net>
42888
42889         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
42890         * m4/utimes.m4: Removed.
42891         * m4/utimes-null.m4: Renamed from utimes.m4.
42892
42893         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
42894         to 1MB, so as not to render systems with no stack size limit (e.g.,
42895         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
42896         Include <unistd.h>.  On some systems,
42897         it is required for the definition of _SC_PAGESIZE.
42898
42899 2003-08-16  Jim Meyering  <jim@meyering.net>
42900         and Paul Eggert  <eggert@cs.ucla.edu>
42901
42902         Merges from coreutils, etc.
42903
42904         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
42905         using the latest version from cvs.  This avoids problems with #line
42906         directives using a vendor (Sun) compiler.
42907         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
42908         Don't set GETGROUPS_LIB here; now it's
42909         done via getgroups.m4's wrapper function.
42910         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
42911         rather than just in sh-util/configure.in, so that the
42912         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
42913         same.
42914         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
42915         AC_FUNC_GETLOADAVG where to find getloadavg.c.
42916         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
42917         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
42918         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
42919         Remove code that is now done by the newly-required macros.
42920         Append $(EXEEXT) to DF_PROG.
42921         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
42922         Do not invoke or require the following here,
42923         since prereq.m4 or some gnulib .m4 now does this for us:
42924         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
42925         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
42926         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
42927         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
42928         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
42929         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
42930         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
42931         AC_FUNC_OBSTACK.
42932         Do not replace the following functions, as this is now the job
42933         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
42934         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
42935         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
42936         atexit getpass, strdup, getpagesize.
42937         Replace 'raise'.
42938         Do not check for the following functions, as this is now the job
42939         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
42940         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
42941         setregid.
42942         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
42943         Check for sys/sysctl.h.
42944         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
42945         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
42946         of checking for ssize_t ourselves.
42947
42948         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
42949         Require every macro that gnulib/modules/* suggests for us.
42950         (jm_PREREQ_ADDEXT): New macro.
42951         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
42952         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
42953
42954         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
42955         (gl_PHYSMEM): Use it.
42956         Also check for `table' function.
42957         Check for new headers and functions.
42958         Add check for sys/sysmp.h.
42959         With suggestions from Kaveh Ghazi.
42960         Ignore headers that are present but cannot be compiled.  This
42961         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
42962         C 5.4.
42963
42964 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42965
42966         Document merge from coreutils.
42967         * modules/userspec: Depend on posixver.
42968         * modules/strftime: Depend on tzset.
42969
42970 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42971
42972         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
42973         rather than tab, after '#' in shell-script copyright notices.
42974         Suggested by Bruno Haible.
42975
42976 2003-08-15  Paul Eggert  <eggert@twinsun.com>
42977
42978         * config/srclist-update: Use three spaces, rather than tab, after '#'
42979         in shell-script copyright notices.  Suggested by Bruno Haible.
42980         Remove unnecessary parenthesization in regular expression.
42981
42982 2003-08-15  Jim Meyering  <jim@meyering.net>
42983
42984         Merge from coreutils.
42985         * lib/xgethostname.c: Include <stdlib.h>.
42986         (xghostname): Don't exit for anything other than memory-related
42987         failure; just return NULL.
42988         * lib/userspec.c: Include "posixver.h".
42989         (parse_user_spec): Accept `.' as a separator only
42990         in pre-POSIX-200112 mode.
42991         * lib/strtoimax.c: Use #elif rather than #else #if.
42992         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
42993         Remove function, now that we can rely on a working tzset function.
42994         [!_LIBC]: Ensure that the required autoconf test has been run.
42995         [!defined _NL_CURRENT && HAVE_STRFTIME]:
42996         Use underlying_strftime for %r.
42997         * lib/sha.c: Merge in some clean-up and optimization changes from
42998         glibc.
42999         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
43000         Ensure that it is a multiple of 64.
43001         Rearrange loop exit tests so as to avoid performing an
43002         additional fread after encountering an error or EOF.
43003         * lib/realloc.c: Update copyright date.
43004
43005 2003-08-15  Jim Meyering  <jim@meyering.net>
43006         and Paul Eggert  <eggert@twinsun.com>
43007
43008         Merge from coreutils.
43009         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
43010         member but strut utmpx does not.  Needed for AIX 4.3.3.
43011         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
43012
43013 2003-08-15  Jim Meyering  <jim@meyering.net>
43014         and Paul Eggert  <eggert@cs.ucla.edu>
43015
43016         Merges from coreutils, etc.
43017         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
43018         Require gl_FUNC_TZSET_CLOBBER.
43019         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
43020         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
43021         members.
43022
43023 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43024
43025         Help the merge from coreutils.
43026         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
43027         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
43028         * m4/tzset.m4: Use it too.
43029
43030 2003-08-14  Paul Eggert  <eggert@twinsun.com>
43031
43032         * modules/tzset: New file.
43033
43034 2003-08-14  Jim Meyering  <jim@meyering.net>
43035
43036         Merges from coreutils.
43037         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
43038         variable names, rather than @FNMATCH_H@.
43039         * modules/alloca: Likewise for $(ALLOCA_H).
43040
43041         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
43042         the three copies of the literal target, `fnmatch.h'.
43043         * modules/alloca (alloca.h): Likewise.
43044
43045 2003-08-14  Jim Meyering  <jim@meyering.net>
43046
43047         Merge from coreutils.
43048         * m4/tzset.m4: New file.
43049         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
43050         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
43051         otherwise, AIX 5.1 systems would end up using the latter.
43052         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
43053         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
43054         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
43055         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
43056
43057 2003-08-14  Jim Meyering  <jim@meyering.net>
43058
43059         Merge from coreutils.
43060         * lib/obstack.h: Whitespace changes.
43061         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
43062         and xcalloc return values.
43063         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
43064         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
43065         hang on OSF/1 5.1 for DIR on both local and remote file systems.
43066         Reported by (and fix confirmed by) Nelson H. F. Beebe.
43067         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
43068         error from mntctl.
43069         Use mntctl's return value to drive the entry-processing loop, since
43070         we can't rely on the value of the vmt_length member in the last
43071         entry.  On some systems doing so could result in exhausting
43072         virtual memory.  Based in part on a patch from Mike Jetzer.
43073
43074 2003-08-14  Jim Meyering  <jim@meyering.net>
43075         and Paul Eggert  <eggert@twinsun.com>
43076
43077         Merges from coreutils, plus other fixes.
43078         * lib/physmem.c: Merge in portability changes from gcc/libiberty
43079         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
43080         for credits and details.  Thanks to Kaveh Ghazi for helping
43081         to keep these files in sync.
43082         (ARRAY_SIZE): Define it.
43083         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
43084         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
43085         (memcasecmp): Don't assume size_t fits in unsigned int.
43086         Remove casts and duplicate code.
43087         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
43088         (memcpy): Remove definition.
43089         Merge in some clean-up and optimization changes from glibc.
43090         [BLOCKSIZE]: Move definition to top of file.
43091         Ensure that it is a multiple of 64.
43092         Rearrange loop exit tests so as to avoid performing an
43093         additional fread after encountering an error or EOF.
43094         * lib/md5.h (md5_uintptr): Define.
43095         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
43096         return to the initial working directory.  Preserve errno
43097         for caller.
43098         * lib/idcache.c: Include "xalloc.h".
43099         (xmalloc, xrealloc): Remove decls.
43100         (getuser): Remove casts no longer required in C89.
43101         * lib/human.c: Include stdio.h, for sprintf.
43102         * lib/group-member.c: Include "xalloc.h".
43103         (xmalloc, xrealloc): Remove decls.
43104         (get_group_info): Remove casts no longer required in C89.
43105         * lib/getusershell.c (readname): Remove casts no longer required in
43106         C89.
43107         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
43108         * lib/getline.c: Whitespace fix, from coreutils.
43109
43110 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43111
43112         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
43113         Check for isascii.
43114
43115         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43116         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43117         Undo previous (whitespace-only) change.
43118
43119 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43120
43121         * lib/exclude.c: Include <ctype.h>
43122         (IN_CTYPE_DOMAIN): New macro.
43123         (is_space): New fn.
43124         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
43125         and empty lines.
43126
43127         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43128         Undo previous (whitespace-only) change.
43129
43130 2003-08-13  Paul Eggert  <eggert@twinsun.com>
43131
43132         * config/srclist-update: Change update back to the old behavior,
43133         leaving whitespace alone.  Use one 'sed' command rather than a
43134         pipeline.
43135         (fixlicense): Now a variable, not a function.
43136         (remove_trailing_blanks): Remove.
43137         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
43138         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43139         Undo previous (whitespace-only) change.
43140
43141 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43142
43143         Merge from coreutils.
43144         * modules/euidaccess: Add lib_SOURCES, include for new
43145         file euidaccess.h
43146
43147 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43148
43149         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
43150         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
43151         Normalize leading white space and remove trailing white space.
43152
43153         Merge from coreutils
43154         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
43155
43156         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
43157         0.12.1.  These files are now being upgraded automatically by
43158         ../config/srclist-update.
43159
43160 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43161
43162         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
43163         Normalize leading white space and remove trailing white space.
43164         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
43165         notice, as per ../config/srclist-update.
43166
43167         Merge from coreutils.
43168         * lib/euidaccess.h: New file.
43169         * lib/euidaccess.c: Include it.
43170         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
43171         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
43172         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
43173
43174 2003-08-12  Paul Eggert  <eggert@twinsun.com>
43175
43176         * config/srclist-update: Add copyright notice.
43177         (remove_id_lines, remove_trailing_blanks): New constants.
43178         (fixfile): Use them to normalize spacing a bit in copied files.
43179         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
43180         Normalize leading white space and remove trailing white space.
43181
43182         * config/texinfo.tex: Sync with texinfo.
43183
43184         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
43185         strtoul.c from libc, to merge coreutils whitespace changes.
43186
43187         * config/srclist.txt: Get the following m4 files from gettext:
43188         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
43189         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
43190         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
43191         wint_t.m4.
43192
43193 2003-08-12  Karl Berry  <karl@gnu.org>
43194
43195         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
43196         been made.
43197
43198 2003-08-11  Paul Eggert  <eggert@twinsun.com>
43199
43200         * modules/gnu-source, m4/gnu-source.m4:
43201         Remove; we're assuming Autoconf 2.54 or later now.
43202         Suggested by Bruno Haible.
43203         * MODULES.html.sh (func_all_modules): Remove gnu-source.
43204
43205 2003-08-11  Bruno Haible  <bruno@clisp.org>
43206
43207         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
43208
43209 2003-08-11  Bruno Haible  <bruno@clisp.org>
43210
43211         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
43212         (vasnprintf): Use it instead of wcslen.
43213
43214 2003-08-11  Bruno Haible  <bruno@clisp.org>
43215
43216         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
43217         value to ensure that _Bool promotes to int. Use #define for _Bool when
43218         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
43219
43220 2003-08-10  Karl Berry  <karl@gnu.org>
43221
43222         * lib/regex.h: update from libc (whitespace fix).
43223
43224 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43225
43226         Merge some files from coreutils.  These changes were
43227         originally made by Jim Meyering.
43228         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
43229         many older Unixes require this.
43230         * lib/alloca.c (alloca): Remove cast to argument of free;
43231         no longer needed in C89.
43232         * lib/alloca_.h, regex.h: Fix white space to match
43233         what GNU indent does.
43234
43235 2003-08-09  Paul Eggert  <eggert@twinsun.com>
43236
43237         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
43238         apparently Emacs's Unicode mode got confused before my 2003-08-05
43239         checkin.
43240
43241 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43242
43243         * m4/extensions.m4: New file.
43244         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
43245         Require gl_USE_SYSTEM_EXTENSIONS.
43246         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
43247         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
43248
43249 2003-08-08  Paul Eggert  <eggert@twinsun.com>
43250
43251         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
43252         * modules/extensions, modules/gnu-source: New files.
43253         * modules/timespec, modules/unlocked-io: Depend on extensions.
43254
43255 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43256
43257         * modules/restrict: New file.
43258         * MODULES.html.sh (func_all_modules): Add restrict.
43259         * modules/regex: Depend on restrict.
43260
43261 2003-08-07  Paul Eggert  <eggert@twinsun.com>
43262
43263         * m4/restrict.m4: New file.
43264         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
43265
43266 2003-08-07  Bruno Haible  <bruno@clisp.org>
43267
43268         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
43269         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
43270
43271 2003-08-07  Bruno Haible  <bruno@clisp.org>
43272
43273         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
43274         makes the module 'getndelim2' compatible with the module 'getline'.
43275
43276 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43277
43278         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
43279         byte with "\201" to avoid glitches when editing that source file
43280         with multi-gnome-terminal.
43281
43282 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43283
43284         * lib/bumpalloc.h: Remove.
43285
43286 2003-08-05  Paul Eggert  <eggert@twinsun.com>
43287
43288         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
43289         * modules/bumpalloc: Remove.
43290
43291 2003-08-04  Paul Eggert  <eggert@twinsun.com>
43292
43293         * lib/getloadavg.c: Change copyright notice and spacing to conform to
43294         GNU coding style.
43295
43296         Merge from coreutils.
43297         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
43298         1. From glibc.
43299         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
43300         from Karl Berry, implemented by Jim Meyering.
43301         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
43302         from Dmitry V. Levin.
43303         Remove anachronistic cast of xrealloc.
43304         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
43305         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
43306         type. Otherwise, it wouldn't compile with at least /bin/cc on
43307         ymp-cray-unicos9.0.2.X.
43308         Combine two mostly-identical uses of alloca into one.
43309         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
43310
43311 2003-08-04  Dave Love  <d.love@dl.ac.uk>
43312
43313         [From Emacs.]
43314
43315         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
43316         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
43317         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
43318         obsolete NLIST_NAME_UNION.
43319         [__GNU__]: Undef BSD and FSCALE.
43320         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
43321
43322 2003-08-03  Paul Eggert  <eggert@twinsun.com>
43323
43324         * lib/stdbool_.h (_Bool): Make it signed char, instead of
43325         an enum type, so that it's guaranteed to promote to int.  See:
43326         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
43327
43328 2003-08-03  Karl Berry  <karl@gnu.org>
43329
43330         * config/depcomp: update from automake.
43331
43332 2003-07-31  Paul Eggert  <eggert@twinsun.com>
43333
43334         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
43335         (strerror): Don't assume that a printable int fits in 14 bytes.
43336
43337 2003-07-31  Bruno Haible  <bruno@clisp.org>
43338
43339         * modules/getpass-gnu: New file.
43340         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
43341
43342 2003-07-31  Bruno Haible  <bruno@clisp.org>
43343
43344         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
43345
43346 2003-07-24  Karl Berry  <karl@gnu.org>
43347
43348         * config/missing: update from automake.
43349
43350 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
43351             Bruno Haible  <bruno@clisp.org>
43352
43353         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
43354         * lib/getline.c (getline, getdelim): Likewise.
43355         Remove _GNU_SOURCE define; now it's defined in config.h through
43356         m4/getline.m4.
43357
43358 2003-07-23  Karl Berry  <karl@gnu.org>
43359
43360         * config/config.sub: update from prep.
43361
43362 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43363
43364         * modules/xalloc (Depends-on): Add exitfail.
43365         * modules/xmemcoll: Likewise.
43366
43367 2003-07-22  Paul Eggert  <eggert@twinsun.com>
43368
43369         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
43370         over-parenthesization in macros.
43371
43372         Sync with coreutils.
43373
43374         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
43375         required by C99.
43376
43377         Use `exit_failure' for xalloc and xmemcoll instead of their own
43378         private exit-failure variables.
43379         * lib/xalloc.h (xalloc_exit_failure): Remove.
43380         * lib/xmalloc.c: Likewise.  Include exitfail.h.
43381         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
43382         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
43383         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
43384         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
43385
43386 2003-07-20  Jim Meyering  <jim@meyering.net>
43387
43388         * modules/closeout (Depends-on): Add exitfail.
43389         Suggestion from Bruno Haible.
43390
43391 2003-07-19  Karl Berry  <karl@gnu.org>
43392
43393         * config/config.sub: update from prep.
43394
43395 2003-07-18  Paul Eggert  <eggert@twinsun.com>
43396
43397         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
43398         Remove.
43399         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
43400         to test that it can stand by itself.  Include "exitfail.h".
43401         Clients should set exit_failure instead.
43402         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
43403
43404 2003-07-18  Bruno Haible  <bruno@clisp.org>
43405
43406         * modules/getndelim2: New file.
43407         * modules/getline: Share files with module getndelim2.
43408         * modules/getnline: Depend on getndelim2 instead of sharing files with
43409         it. Add getnline.c to lib_SOURCES.
43410         * MODULES.html.sh (func_all_modules): Add getndelim2.
43411
43412 2003-07-18  Bruno Haible  <bruno@clisp.org>
43413
43414         * m4/getndelim2.m4: New file.
43415         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
43416         invoke gl_PREREQ_GETNDELIM2.
43417         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
43418         gl_PREREQ_GETNDELIM2.
43419         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
43420         gl_GETNDELIM2.
43421
43422 2003-07-18  Bruno Haible  <bruno@clisp.org>
43423
43424         * lib/getndelim2.h: New file.
43425         * lib/getndelim2.c: Make into a module of its own. Include config.h,
43426         getndelim2.h.
43427         (getndelim2): Make non-static. Change return type to ssize_t.
43428         * lib/getline.h: Change argument names.
43429         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
43430         * lib/getnline.c: Include getndelim2.h.
43431
43432 2003-07-18  Andreas Schwab  <schwab@suse.de>
43433
43434         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
43435
43436 2003-07-17  Karl Berry  <karl@gnu.org>
43437
43438         * config/config.sub: update from prep.
43439
43440 2003-07-17  Bruno Haible  <bruno@clisp.org>
43441
43442         * modules/getnline: New file.
43443         * modules/getline: Add lib/getndelim2.c to source file list.
43444         * MODULES.html.sh (func_all_modules): Add getnline.
43445
43446 2003-07-17  Bruno Haible  <bruno@clisp.org>
43447
43448         * m4/getnline.m4: New file.
43449
43450 2003-07-17  Bruno Haible  <bruno@clisp.org>
43451
43452         * m4/Makefile.am.in: Remove file.
43453         * m4/Makefile.am: Remove file.
43454         * m4/Makefile.in: Remove file.
43455
43456 2003-07-17  Bruno Haible  <bruno@clisp.org>
43457
43458         * lib/getnline.h: New file.
43459         * lib/getnline.c: New file.
43460         * lib/getndelim2.c: New file, extracted from getline.c.
43461         (getndelim2): Renamed from getdelim2, with added nmax argument.
43462         * lib/getline.c: Include getndelim2.c.
43463         (getdelim2): Moved out to getndelim2.c.
43464         (getline, getdelim): Update.
43465
43466 2003-07-17  Bruno Haible  <bruno@clisp.org>
43467
43468         * lib/Makefile.am: Remove file.
43469         * lib/Makefile.in: Remove file.
43470
43471 2003-07-17  Bruno Haible  <bruno@clisp.org>
43472
43473         * configure.in: Remove file.
43474         * Makefile.in: Remove file.
43475
43476 2003-07-17  Bruno Haible  <bruno@clisp.org>
43477
43478         * MODULES.html.sh: Put the </BODY> right before </HTML>.
43479
43480 2003-07-16  Karl Berry  <karl@gnu.org>
43481
43482         * config/srclist-update: was running fixlicense twice, which caused
43483                 texinfo.tex to be nullified for some reason.  Simplify,
43484                 $gplsrc is no longer needed as far as I can see?
43485
43486 2003-07-16  Jim Meyering  <jim@meyering.net>
43487
43488         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
43489
43490 2003-07-15  Paul Eggert  <eggert@twinsun.com>
43491
43492         * config/srclist.txt: Get the following files from gettext-runtime/intl
43493         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
43494         ref-del.sin.  From Bruno Haible.
43495         * config/srclist-update (fixfile): Change grep pattern again, since the
43496         previous fix didn't work (there was another trailing $).  Use
43497         '[$]' to escape the $s.
43498
43499 2003-07-15  Karl Berry  <karl@gnu.org>
43500
43501         * lib/vasnprintf.c: update from gettext.
43502
43503 2003-07-15  Karl Berry  <karl@gnu.org>
43504
43505         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
43506         gets expanded when surrounded by '$'.
43507
43508 2003-07-15  Jim Meyering  <jim@meyering.net>
43509
43510         * modules/save-cwd: Don't depend on error.  From Derek Price.
43511
43512 2003-07-15  Jim Meyering  <jim@meyering.net>
43513
43514         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
43515
43516 2003-07-14  Simon Josefsson  <jas@extundo.com>
43517
43518         * modules/mempcpy: New file.
43519         * MODULES.html.sh (func_all_modules): Add mempcpy.
43520
43521 2003-07-14  Simon Josefsson  <jas@extundo.com>
43522
43523         * m4/mempcpy.m4: New file.
43524
43525 2003-07-14  Simon Josefsson  <jas@extundo.com>
43526
43527         * lib/mempcpy.h: New file.
43528         * lib/mempcpy.c: New file.
43529
43530 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43531
43532         * modules/getdate, modules/posixtm: Depend on mktime.
43533
43534 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43535
43536         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
43537         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
43538         unicodeio.c, unicodeio.h, unlocked-io.h:
43539         Switch from LGPL to GPL.
43540
43541 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43542
43543         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
43544         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
43545         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
43546         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
43547         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
43548         updated automatically by ../config/srclist-update.  This changes
43549         their license from LPGL to GPL.
43550
43551 2003-07-14  Paul Eggert  <eggert@twinsun.com>
43552
43553         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
43554         assumed to refer to the root of the most recent stable gettext version.
43555         * config/srclistvars.sh: Add defaults for eggert.
43556         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
43557         Match "This program" as well as "The program".  This is needed
43558         for gettext.
43559
43560 2003-07-14  Jim Meyering  <jim@meyering.net>
43561
43562         Don't emit diagnostics.  Let callers do that.
43563         * lib/save-cwd.c: Don't include "error.h".
43564         (save_cwd): Don't call error.  Ensure that errno is valid
43565         when returning nonzero.
43566
43567         * lib/save-cwd.h (restore_cwd): Update prototype.
43568         * lib/save-cwd.c (restore_cwd): Remove two parameters.
43569         Simplify.  Don't call error upon failure.  Let callers do that.
43570         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
43571         when auditing is enabled.  But don't bother updating the #if.
43572
43573 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
43574
43575         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
43576         it breaks C++ compilation.
43577         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
43578
43579 2003-07-10  Simon Josefsson  <jas@extundo.com>
43580
43581         * modules/strchrnul (Makefile.am): Add strchrnul.h.
43582
43583 2003-07-10  Jim Meyering  <jim@meyering.net>
43584
43585         * m4/clock_time.m4: Remove trailing blank.
43586         * m4/intmax_t.m4: Likewise.
43587
43588 2003-07-10  Jim Meyering  <jim@meyering.net>
43589
43590         * lib/vasnprintf.c: Remove trailing blanks.
43591         Make cpp indentation consistent.
43592
43593 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43594
43595         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
43596         posixver.c, strftime.c, strnlen.c, strverscmp.c:
43597         Switch from LGPL to GPL.
43598
43599 2003-07-09  Paul Eggert  <eggert@twinsun.com>
43600
43601         * config/srclist.txt: Sort sublists.  Add
43602         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
43603         that differ from gnulib for one reason or another; we'd like this list
43604         to be smaller but for now let's document what we have.
43605
43606 2003-07-08  Paul Eggert  <eggert@twinsun.com>
43607
43608         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
43609         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
43610         and sweeter "eval x=$x".
43611         * config/srclist.txt: Get lib/argp* from glibc.
43612
43613 2003-07-07  Paul Eggert  <eggert@twinsun.com>
43614
43615         * lib/mktime.c: Fix some boundary cases and remove need for floating
43616         point.
43617
43618         Issue a compile-time diagnostic if time_t is floating point, or if
43619         two's complement arithmetic is not in effect, or if arithmetic
43620         right shift does not propagate the sign.  These assumptions were
43621         all in the original code but they weren't checked.
43622
43623         (TIME_T_MIDPOINT, verify): New macros.
43624         (__isleap): Remove; it has integer overflow problems.
43625         (leapyear): New function, without those problems.
43626         (ydhms_tm_diff): Remove; splitting into two parts.
43627         (ydhms_diff): New function, containing the arithmetic part of
43628         the old ydhms_tm_diff function.  Issue a compile-time
43629         diagnostic if we are not using C99 integer division.
43630         Avoid casts when possible.
43631         (guess_time_tm): New function, containing the checking part of
43632         the old ydhms_tm_diff function.  Return the new value, rather than
43633         the difference between it and the old.  Accept a new argument T
43634         so that *T specifies the old value.  Check for overflow in the result.
43635
43636         (__mktime_internal): Use a time_t offset, not a long int offset.
43637         This undoes the 2003-06-04 change, which is no longer needed now
43638         that we have better overflow checking.
43639         (localtime_offset): Likewise.
43640
43641         (__mktime_internal): Avoid harmful overflow on hosts where time_t
43642         and long are 64-bit but int is only 32-bit.
43643         (ydhms_diff): Use long int to store year1 and yday1.
43644         Issue a compile-time diagnostic if long int is not wide enough.
43645
43646         (__mktime_internal): Use long int to store adjusted year and yday.
43647         Use plain C rather than preprocessor commands, if that doesn't
43648         affect efficiency.
43649         Check for overflow (and try to repair) after each probe
43650         rather than checking only at the very end.  This avoids some bugs
43651         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
43652         does not equal GMT offset at maximum time).
43653         Use integer to check for overflow rather than floating point; this
43654         is more portable to non-IEEE hosts, and is a tad faster.
43655         When we detect that we are oscillating between two values,
43656         don't check whether tm_isdst has the requested value, since
43657         we already know the answer.  When tm_isdst has the wrong value,
43658         use a different heuristic to find the right one, based on the
43659         extreme values actually observed in practice in tz2003a,
43660         rather than the (overly optimistic) "previous 3 calendar quarters".
43661
43662         (not_equal_tm, print_tm, check_result): Use "const T" rather than
43663         "T const" to accommodate glibc style.
43664         (check_result): Use less-confusing report format.  "long" -> "long int.
43665         (main): Likewise.
43666         Don't loop if the iteration overflows time_t.
43667         Allow a negative step in the iteration.
43668
43669 2003-07-06  Karl Berry  <karl@gnu.org>
43670
43671         * config/depcomp: update from automake.
43672         * config/config.sub: update from prep.
43673
43674 2003-07-03  Karl Berry  <karl@gnu.org>
43675
43676         * config/config.guess: update from prep.
43677
43678 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43679
43680         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
43681         xreadlink.c now includes it unconditionally.
43682
43683 2003-07-01  Paul Eggert  <eggert@twinsun.com>
43684
43685         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
43686         having it depend on HAVE_SYS_TYPES_H.
43687
43688 2003-07-01  Bruno Haible  <bruno@clisp.org>
43689
43690         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
43691         <sys/types.h> should be sufficient.
43692         Reported by Paul Eggert.
43693
43694 2003-06-26  Karl Berry  <karl@gnu.org>
43695
43696         * config/depcomp: update from automake.
43697
43698 2003-06-26  Bruno Haible  <bruno@clisp.org>
43699
43700         * modules/human: Depend on module stdbool.
43701
43702 2003-06-25  Bruno Haible  <bruno@clisp.org>
43703
43704         * modules/readlink: New file.
43705         * modules/xreadlink: Depend on it.
43706         * MODULES.html.sh (func_all_modules): Add readlink.
43707
43708 2003-06-25  Bruno Haible  <bruno@clisp.org>
43709
43710         * m4/readlink.m4: New file.
43711
43712 2003-06-25  Bruno Haible  <bruno@clisp.org>
43713
43714         * lib/readlink.c: New file.
43715
43716 2003-06-22  Karl Berry  <karl@gnu.org>
43717
43718         * config/srclist.txt: update mkinstalldirs from automake.
43719         * config/mkinstalldirs: update.
43720
43721 2003-06-22  Bruno Haible  <bruno@clisp.org>
43722
43723         Portability to mingw32.
43724         * m4/ssize_t.m4: New file, from GNU gettext.
43725         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
43726         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
43727
43728 2003-06-22  Bruno Haible  <bruno@clisp.org>
43729
43730         * modules/safe-read: Add m4/ssize_t.m4.
43731         * modules/xreadlink: Add m4/ssize_t.m4.
43732
43733 2003-06-20  Bruno Haible  <bruno@clisp.org>
43734
43735         Assume C89, so PARAMS isn't needed.
43736         * lib/unicodeio.h (PARAMS): Remove.
43737         * lib/unicodeio.c: Don't use PARAMS.
43738
43739 2003-06-18  Karl Berry  <karl@gnu.org>
43740
43741         * config/config.{guess,sub}: update from prep.
43742
43743 2003-06-18  Jim Meyering  <jim@meyering.net>
43744
43745         Merge changes from coreutils.
43746         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
43747         Remove explicit declarations of xmalloc and realloc.
43748         Include xalloc.h.
43749         (read_utmp): Remove anachronistic cast of xmalloc.
43750
43751 2003-06-17  Paul Eggert  <eggert@twinsun.com>
43752
43753         Assume C89, so PARAMS isn't needed.
43754         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
43755         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
43756         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
43757         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
43758         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
43759         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
43760         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
43761         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
43762         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
43763         lib/xstrtod.h, lib/xstrtol.h: Likewise.
43764         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
43765         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
43766         no longer needed. Anyway, config.h should always be included before any
43767         other file.
43768
43769 2003-06-11  Simon Josefsson  <jas@extundo.com>
43770
43771         * modules/sysexits: New file.
43772         * MODULES.html.sh (func_all_modules): Add sysexits.
43773
43774 2003-06-11  Simon Josefsson  <jas@extundo.com>
43775
43776         * lib/sysexit_.h: New file.
43777
43778 2003-06-11  Derek Price  <derek@ximbiot.com>
43779
43780         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
43781         necessary.
43782
43783 2003-06-11  Bruno Haible  <bruno@clisp.org>
43784
43785         * m4/sysexits.m4: New file.
43786
43787 2003-06-10  Simon Josefsson  <jas@extundo.com>
43788
43789         * lib/argp.h: New file, from glibc.
43790         * lib/argp-ba.c: New file, from glibc.
43791         * lib/argp-eexst.c: New file, from glibc.
43792         * lib/argp-fmtstream.c: New file, from glibc.
43793         * lib/argp-fmtstream.h: New file, from glibc.
43794         * lib/argp-fs-xinl.c: New file, from glibc.
43795         * lib/argp-help.c: New file, from glibc.
43796         * lib/argp-namefrob.h: New file, from glibc.
43797         * lib/argp-parse.c: New file, from glibc.
43798         * lib/argp-pv.c: New file, from glibc.
43799         * lib/argp-pvh.c: New file, from glibc.
43800         * lib/argp-xinl.c: New file, from glibc.
43801
43802 2003-06-10  Simon Josefsson  <jas@extundo.com>
43803
43804         * modules/strchrnul: New file.
43805
43806 2003-06-10  Simon Josefsson  <jas@extundo.com>
43807
43808         * modules/argp: New file.
43809
43810 2003-06-10  Simon Josefsson  <jas@extundo.com>
43811
43812         * m4/strchrnul.m4: New file.
43813
43814 2003-06-10  Simon Josefsson  <jas@extundo.com>
43815
43816         * lib/strchrnul.h: New file.
43817         * lib/strchrnul.c: New file.
43818
43819 2003-06-10  Bruno Haible  <bruno@clisp.org>
43820
43821         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
43822
43823 2003-06-07  Karl Berry  <karl@gnu.org>
43824
43825         * config/config.{guess,sub}: update from prep.
43826
43827 2003-06-07  Jim Meyering  <jim@meyering.net>
43828
43829         * modules/strtod: Use $(...) notation, not @...@ for
43830         AC_REPLACE'd variables.
43831         * modules/localcharset: Likewise.
43832
43833 2003-06-07  Jim Meyering  <jim@meyering.net>
43834
43835         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
43836         in place of my name in the copyright comment.
43837         Remove definition and uses of __P.
43838
43839         From coreutils.
43840         * lib/stat.c: Don't declare xmalloc explicitly.
43841         Instead, include "xalloc.h".
43842         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
43843         xrealloc, and xcalloc return values.
43844         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
43845         Improve comment.
43846         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
43847
43848 2003-06-07  Bruno Haible  <bruno@clisp.org>
43849
43850         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
43851         avoid AC_CONFIG_LINKS.
43852         * modules/fnmatch (Makefile.am): Use explicit creation rule for
43853         fnmatch.h, to avoid AC_CONFIG_LINKS.
43854         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
43855
43856 2003-06-07  Bruno Haible  <bruno@clisp.org>
43857
43858         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
43859         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
43860         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43861         directory.
43862         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
43863         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
43864         directory.
43865
43866 2003-06-06  Jim Meyering  <jim@meyering.net>
43867
43868         Merge from coreutils.
43869         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
43870         Consolidate declarations and initializations of *_base* locals.
43871
43872         Merge from coreutils.
43873         This avoids a core dump on systems without GNU putenv,
43874         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
43875         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
43876         (unsetenv): New static function, from GNU libc.
43877         (rpl_putenv): Use it.
43878
43879         * lib/modechange.c: Remove trailing blanks.
43880
43881         Merge from coreutils.
43882         * lib/fsusage.c: Remove declaration of statfs.
43883         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
43884
43885         * lib/posixtm.c: Include <stdbool.h> unconditionally.
43886
43887 2003-06-06  Jim Meyering  <jim@meyering.net>
43888
43889         * lib/stdbool_.h: Renamed from stdbool.h.in.
43890
43891 2003-06-06  Jim Meyering  <jim@meyering.net>
43892             Bruno Haible  <bruno@clisp.org>
43893
43894         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
43895         Adjust Makefile.am snippet not to redirect directly to target.
43896         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
43897
43898 2003-06-05  Paul Eggert  <eggert@twinsun.com>
43899
43900         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
43901         mismatch, look in future quarters as well as past.  This fixes a
43902         bug when processing fall-backwards gaps immediately after a long
43903         period of daylight-saving time.
43904
43905         * lib/mktime.c: Assume freestanding C89 or better.
43906         (HAVE_LIMITS_H): Remove.  Assume it's 1.
43907         (__P): Remove; not used.
43908         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
43909         (mktime, not_equal_tm, print_tm, check_result,
43910         main): Use prototypes.  Use const * where appropriate.
43911         (main): Fix typo in testing code that uncovered by above changes.
43912         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
43913
43914 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43915
43916         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
43917         locale.h, localeconv.  This merges changes from coreutils.
43918
43919         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
43920         It can be removed after the next Autoconf is released.
43921         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
43922         needed.
43923
43924 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43925
43926         * lib/mktime.c: Fix Debian bug 177940
43927         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
43928         (localtime_offset): Now long int, not time_t, because we want it
43929         to be guaranteed to be signed.  All uses changed.
43930         (__mktime_internal): If overflow would occur when adding offset,
43931         don't add it.
43932
43933         Merge 'human' changes from coreutils.  Rewrite to support
43934         locale-specific notations like thousands separators.
43935         * lib/human.c: Simplify authorship notice.
43936         Include human.h immediately after config.h.
43937         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
43938         <limits.h>: Do not include, since human.h does.
43939         (SIZE_MAX, UINTMAX_MAX): New macros.
43940         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
43941         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
43942         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
43943         (power_letter): Renamed from suffixes.
43944         (generate_suffix_backwards): Remove.
43945         (adjust_value): Now takes int style (because of human.h changes)
43946         and long double value (for greater precision on some platforms).
43947         (group_number): New function.
43948         (human_readable): Use it.  Use integer options, not enum.
43949         Put the options before the sizes in the arg list.
43950         Support all the new options.
43951         The old human_readable function has been removed;
43952         use inttostr.h instead.
43953         (human_readable, default_block_size, humblock):
43954         Use uintmax_t, not int, for block sizes.
43955         (human_readable_inexact, block_size_types): Remove.
43956         (block_size_opts): New constant.
43957         (human_options): Renamed from human_block_size, with new signature
43958         that allows block sizes up to UINTMAX_MAX.  All callers changed.
43959         * lib/human.h: Add copyright and authorship notice.
43960         Include <limits.h> and <stdbool.h> unconditionally.
43961         (PARAMS): Remove.  All uses removed.
43962         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
43963         (enum human_inexact_style): Remove tag; now a nameless enum.
43964         (human_floor, human_ceiling, human_round_to_even): Now have
43965         values 2, 0, 1 rather than -1, 1, 0.
43966         (human_group_digits, human_suppress_point_zero, human_autoscale,
43967         human_base_1024, human_SI, human_B): New constants.
43968         (human_readable_inexact, human_block_size): Remove.
43969         (human_readable): Size args are now uintmax_t, not int.
43970         (human_options): New decl.
43971
43972         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
43973         unnecessary now that we assume C89 or better.  This change
43974         imported from coreutils.
43975
43976         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
43977         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
43978         in the 2003-05-30 sync from glibc.
43979
43980         .h files should stand alone, but we shouldn't include <sys/types.h>
43981         if we can get away with just <stddef.h>.
43982
43983         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
43984         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
43985         rather than <sys/types.h>, as we merely need size_t.
43986         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
43987         to get size_t.
43988         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
43989         Include <stdio.h>, to get FILE.
43990         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
43991         memcasecmp.h has included <stddef.h> and all we need is size_t.
43992         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
43993         our interface, instead of including <sys/types.h>
43994
43995 2003-06-04  Paul Eggert  <eggert@twinsun.com>
43996
43997         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
43998         now, as glibc mktime is buggy on non-glibc systems.
43999
44000 2003-06-03  Karl Berry  <karl@gnu.org>
44001
44002         * config/config.sub: update from prep.
44003
44004 2003-06-02  Paul Eggert  <eggert@twinsun.com>
44005
44006         [from coreutils]
44007         Fix some minor time-related bugs with POSIX time arguments.
44008         Some valid time stamps were being rejected (notably -1, and
44009         time stamps before 1900 on 64-bit hosts).  And some invalid
44010         time stamps were being accepted, e.g. September 31.
44011
44012         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
44013         that we can return (time_t) -1 successfully.
44014         * lib/posixtm.c: Likewise.
44015         [HAVE_STDBOOL_H]: Include <stdbool.h>.
44016         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
44017         (t): Remove static var.
44018         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
44019         of static var.  All uses changed.
44020         (year): Do not reject years before 1900; they can occur with
44021         64-bit time_t.
44022         (posix_time_parse): Do not check for out-of-range components;
44023         that is now the caller's responsibility, since our checks were
44024         only approximations.
44025         (posixtime): Use mktime to check for out-of-range components,
44026         since it knows them exactly.
44027         If mktime returns (time_t) -1, check whether an error actually occurred
44028         by invoking localtime on -1.
44029         (main) [TEST_POSIXTIME]: Check for input data errors, and report
44030         posixtime failures better.
44031         Improve the test data (in comments only).
44032
44033 2003-06-02  Karl Berry  <karl@gnu.org>
44034
44035         * config/mkinstalldirs (version): new variable.
44036         (--version): new option.
44037         (usage): improve message.
44038
44039 2003-05-30  Karl Berry  <karl@gnu.org>
44040
44041         * lib/mktime.c: update from libc.
44042
44043 2003-05-30  Bruno Haible  <bruno@clisp.org>
44044
44045         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
44046         * config/config.rpath: Upgrade to gettext-0.12.1.
44047
44048 2003-05-30  Bruno Haible  <bruno@clisp.org>
44049
44050         * m4/gettext.m4: Upgrade to gettext-0.12.1.
44051         * m4/nls.m4: New file, from gettext-0.12.1.
44052         * m4/po.m4: New file, from gettext-0.12.1.
44053         * m4/progtest.m4: Upgrade to gettext-0.12.1.
44054
44055 2003-05-30  Bruno Haible  <bruno@clisp.org>
44056
44057         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
44058         * lib/localcharset.h: Likewise.
44059         * lib/localcharset.c: Likewise.
44060
44061 2003-05-29  Karl Berry  <karl@gnu.org>
44062
44063         * config/config.rpath: update from gettext.
44064
44065 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44066
44067         Assume the headers required for C89 freestanding compilers.
44068         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
44069         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
44070         * m4/human.m4 (gl_HUMAN): Likewise.
44071         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
44072         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
44073         * m4/userspec.m4 (gl_USERSPEC): Likewise.
44074         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
44075         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
44076         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
44077
44078 2003-05-28  Paul Eggert  <eggert@twinsun.com>
44079
44080         Assume the headers required for C89 freestanding compilers.
44081         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
44082         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
44083         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
44084         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
44085         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
44086         define, since <limits.h> is guaranteed to do that.
44087         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
44088         * lib/exclude.c: Include <stdbool.h> unconditionally.
44089         * lib/tempname.c: Include <stddef.h> unconditionally.
44090         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
44091         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
44092         <stddef.h> does that.
44093         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
44094         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
44095         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
44096         needed.
44097         * lib/xstrtol.c: Likewise.
44098         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
44099         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
44100
44101         * lib/addext.c (addext): Use assignment rather than cast, to avoid
44102         warnings on some platforms.
44103
44104         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
44105         arbitrarily.
44106
44107 2003-05-26  Jim Meyering  <jim@meyering.net>
44108
44109         Merge in a change from coreutils:
44110         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
44111         that is guaranteed to be `no'.  Use `no_such_member' to indicate
44112         that condition, rather than `-1' which is slightly misleading.
44113         Change the name of the cache variable to have the gl_ prefix.
44114         Prompted by a patch from Richard Dawe for DJGPP.
44115
44116 2003-05-24  Karl Berry  <karl@gnu.org>
44117
44118         * config/config.guess: update from prep.
44119
44120 2003-05-22  Karl Berry  <karl@gnu.org>
44121
44122         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
44123
44124 2003-05-20  Karl Berry  <karl@gnu.org>
44125
44126         * config/config.guess: update from prep.
44127
44128 2003-05-18  Karl Berry  <karl@gnu.org>
44129
44130         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
44131         might actually be set by the user.
44132
44133         * config/depcomp, install-sh, mdate-sh: update from automake.
44134
44135 2003-05-17  Bruno Haible  <bruno@clisp.org>
44136
44137         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
44138         invalid expansion for AC_EGREP_CPP.
44139         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
44140         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
44141         Suggested by Akim Demaille <akim@epita.fr> in
44142         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
44143
44144 2003-05-12  Jim Meyering  <jim@meyering.net>
44145
44146         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
44147         the space-padded-by-default conversion specifiers, %e, %k, %l.
44148
44149 2003-05-12  Bruno Haible  <bruno@clisp.org>
44150
44151         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
44152         the string is longer than 4 KB.
44153
44154 2003-05-11  Karl Berry  <karl@gnu.org>
44155
44156         * config/config.{guess,sub}: update from prep.
44157
44158 2003-05-09  Bruno Haible  <bruno@clisp.org>
44159
44160         * modules/error: Add m4/strerror_r.m4 to file list.
44161
44162 2003-05-03  Bruno Haible  <bruno@clisp.org>
44163
44164         Upgrade to Unicode-4.0.
44165         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
44166         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
44167         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
44168         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
44169         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
44170         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
44171         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
44172         Change width of U+E0100..U+E01EF from 1 to 0.
44173
44174 2003-04-25  Jim Meyering  <jim@meyering.net>
44175
44176         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
44177         of type size_t, not int.
44178
44179 2003-04-25  Bruno Haible  <bruno@clisp.org>
44180
44181         * lib/copy-file.c: Include <stddef.h>, for size_t.
44182
44183 2003-04-21  Paul Eggert  <eggert@twinsun.com>
44184
44185         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
44186         code which expansion is under static control.  Patch imported from
44187         Akim Demaille's patch to Bison; see
44188         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
44189
44190 2003-04-14  Bruno Haible  <bruno@clisp.org>
44191
44192         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
44193
44194 2003-04-11  Jim Meyering  <jim@meyering.net>
44195
44196         Merge changes from Coreutils.
44197
44198         2003-03-22  Jim Meyering  <jim@meyering.net>
44199
44200         * lib/strftime.c (widen): Cast alloca return value to proper type.
44201
44202         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
44203
44204         From GNU libc.
44205         * lib/strftime.c (my_strftime): Handle very large width
44206         specifications for numeric values correctly.  Improve checks for
44207         overflow.
44208
44209         2003-01-19  Jim Meyering  <jim@meyering.net>
44210
44211         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
44212         definitions.
44213         (nl_get_alt_digit) [! defined my_strftime]: Define.
44214         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
44215         _nl_get_alt_digit and _nl_get_walt_digit.
44216
44217         * lib/strftime.c (my_strftime): Merge in locale-related changes from
44218         libc. These changes have no effect outside of _LIBC.
44219
44220 2003-04-10  Bruno Haible  <bruno@clisp.org>
44221
44222         * modules/findprog: New file.
44223         * MODULES.html.sh (func_all_modules): Add it.
44224
44225 2003-04-10  Bruno Haible  <bruno@clisp.org>
44226
44227         * m4/findprog.m4: New file.
44228         * m4/eaccess.m4: New file.
44229
44230 2003-04-10  Bruno Haible  <bruno@clisp.org>
44231
44232         * lib/findprog.h: New file, from GNU gettext.
44233         * lib/findprog.c: New file, from GNU gettext.
44234
44235 2003-04-05  Jim Meyering  <jim@meyering.net>
44236
44237         Merge changes from Coreutils.
44238
44239         * lib/exclude.h (PARAMS): Remove definition and uses.
44240         * lib/exclude.c: Remove uses of `PARAMS'.
44241
44242         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
44243         Add test-cases for DOS filenames. Declare program_name.
44244         (main): Set up program_name.  Patch by Rich Dawe.
44245
44246         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
44247         error from mntctl.
44248         Use mntctl's return value to drive the entry-processing loop, since
44249         we can't rely on the value of the vmt_length member in the last
44250         entry.  On some systems doing so could result in exhausting
44251         virtual memory.  Based in part on a patch from Mike Jetzer.
44252
44253 2003-04-04  Bruno Haible  <bruno@clisp.org>
44254
44255         * modules/linebreak: New file.
44256         * MODULES.html.sh (func_all_modules): Add it.
44257
44258 2003-04-04  Bruno Haible  <bruno@clisp.org>
44259
44260         * m4/linebreak.m4: New file.
44261
44262 2003-04-04  Bruno Haible  <bruno@clisp.org>
44263
44264         * lib/linebreak.h: New file, from GNU gettext.
44265         * lib/linebreak.c: New file, from GNU gettext with slight
44266         modifications.
44267         * lib/lbrkprop.h: New file, from GNU gettext.
44268
44269 2003-04-03  Bruno Haible  <bruno@clisp.org>
44270
44271         * modules/utf8-ucs4: New file.
44272         * modules/utf16-ucs4: New file.
44273         * modules/ucs4-utf8: New file.
44274         * modules/ucs4-utf16: New file.
44275         * MODULES.html.sh (func_all_modules): Add them.
44276
44277 2003-04-03  Bruno Haible  <bruno@clisp.org>
44278
44279         * m4/utf-ucs4.m4: New file.
44280         * m4/ucs4-utf.m4: New file.
44281
44282 2003-04-03  Bruno Haible  <bruno@clisp.org>
44283
44284         * lib/utf8-ucs4.h: New file, from GNU gettext.
44285         * lib/utf16-ucs4.h: New file, from GNU gettext.
44286         * lib/ucs4-utf8.h: New file, from GNU gettext.
44287         * lib/ucs4-utf16.h: New file, from GNU gettext.
44288
44289 2003-04-02  Bruno Haible  <bruno@clisp.org>
44290
44291         * modules/binary-io: New file.
44292         * MODULES.html.sh (func_all_modules): Add it.
44293
44294 2003-04-02  Bruno Haible  <bruno@clisp.org>
44295
44296         * lib/binary-io.h: New file, from GNU gettext.
44297
44298 2003-04-01  Bruno Haible  <bruno@clisp.org>
44299
44300         * modules/pathname: New file.
44301         * MODULES.html.sh (func_all_modules): Add it.
44302
44303 2003-04-01  Bruno Haible  <bruno@clisp.org>
44304
44305         * lib/pathname.h: New file, from GNU gettext.
44306         * lib/concatpath.c: New file, from GNU gettext.
44307
44308 2003-03-30  Bruno Haible  <bruno@clisp.org>
44309
44310         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
44311
44312 2003-03-30  Bruno Haible  <bruno@clisp.org>
44313
44314         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
44315         function chown() doesn't exist.
44316
44317 2003-03-28  Bruno Haible  <bruno@clisp.org>
44318
44319         * modules/copy-file: New file.
44320         * MODULES.html.sh (func_all_modules): Add it.
44321
44322 2003-03-28  Bruno Haible  <bruno@clisp.org>
44323
44324         * m4/copy-file.m4: New file.
44325
44326 2003-03-28  Bruno Haible  <bruno@clisp.org>
44327
44328         * lib/copy-file.h: New file, from GNU gettext.
44329         * lib/copy-file.c: New file, from GNU gettext.
44330
44331 2003-03-18  Jim Meyering  <jim@meyering.net>
44332
44333         * lib/quote.c (quote_n): Fix typo in comment.
44334
44335 2003-03-18  Bruno Haible  <bruno@clisp.org>
44336
44337         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
44338         checking.
44339         * m4/onceonly_2_57.m4: Likewise.
44340
44341 2003-03-17  Bruno Haible  <bruno@clisp.org>
44342
44343         * m4/onceonly.m4: Require autoconf 2.54 or newer.
44344         (m4_quote): Remove macro.
44345         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
44346
44347 2003-03-14  Jim Meyering  <jim@meyering.net>
44348
44349         Merge changes from Coreutils.
44350         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
44351         to be const, in order to avoid warnings.
44352         (obstack_room): Likewise.
44353         (obstack_empty_p): Likewise.
44354
44355 2003-03-14  Bruno Haible  <bruno@clisp.org>
44356
44357         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
44358         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
44359
44360 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44361
44362         Merge changes from Bison.
44363         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
44364         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
44365         when compiling Bison 1.875's `bitset bset = obstack_alloc
44366         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
44367         * lib/hash.c: Include <stdbool.h> unconditionally.
44368
44369 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44370
44371         * m4/onceonly.m4 (m4_quote): New macro.
44372         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
44373         Quote AC_FOREACH variable-expansions properly.
44374
44375 2003-03-13  Paul Eggert  <eggert@twinsun.com>
44376
44377         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
44378
44379 2003-03-09  Paul Eggert  <eggert@twinsun.com>
44380
44381         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
44382         Reported by Bruce Becker; see:
44383         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
44384
44385 2003-03-03  Paul Eggert  <eggert@twinsun.com>
44386             Bruno Haible  <bruno@clisp.org>
44387
44388         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
44389         Reported by John Hughes, see
44390         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
44391
44392 2003-02-20  Bruno Haible  <bruno@clisp.org>
44393
44394         * MODULES.html.sh (func_all_modules): Add poll.
44395
44396 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44397
44398         * modules/poll: New file.
44399
44400 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44401
44402         * lib/poll_.h: New file.
44403         * lib/poll.c: New file.
44404
44405 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
44406
44407         * m4/poll.m4: New file.
44408
44409 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44410
44411         * modules/mathl: New file.
44412
44413 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44414
44415         * lib/mathl.h: New file.
44416         * lib/acosl.c: New file.
44417         * lib/asinl.c: New file.
44418         * lib/atanl.c: New file.
44419         * lib/ceill.c: New file.
44420         * lib/cosl.c: New file.
44421         * lib/expl.c: New file.
44422         * lib/floorl.c: New file.
44423         * lib/frexpl.c: New file.
44424         * lib/ldexpl.c: New file.
44425         * lib/logl.c: New file.
44426         * lib/sincosl.c: New file.
44427         * lib/sinl.c: New file.
44428         * lib/sqrtl.c: New file.
44429         * lib/tanl.c: New file.
44430         * lib/trigl.c: New file.
44431         * lib/trigl.h: New file.
44432
44433 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
44434
44435         * m4/mathl.m4: New file.
44436
44437 2003-02-18  Bruno Haible  <bruno@clisp.org>
44438
44439         * MODULES.html.sh (func_all_modules): Add mathl.
44440
44441 2003-02-17  Bruno Haible  <bruno@clisp.org>
44442
44443         * modules/mkdtemp: New module.
44444         * MODULES.html.sh (func_all_modules): Add it.
44445
44446 2003-02-17  Bruno Haible  <bruno@clisp.org>
44447
44448         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
44449
44450 2003-02-17  Bruno Haible  <bruno@clisp.org>
44451
44452         * lib/mkdtemp.h: New file, from GNU gettext.
44453         * lib/mkdtemp.c: New file, from GNU gettext.
44454
44455 2003-02-02  Jim Meyering  <jim@meyering.net>
44456
44457         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
44458         e.g. glibc-2.2.93.
44459
44460 2003-01-31  Bruno Haible  <bruno@clisp.org>
44461
44462         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
44463         'rpl_rename'.
44464         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
44465         'rpl_strnlen'.
44466         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
44467         'rpl_strtod'.
44468         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
44469         'rpl_utime'.
44470
44471 2003-01-31  Bruno Haible  <bruno@clisp.org>
44472
44473         * lib/rename.c: #undef rename before defining rpl_rename.
44474         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
44475
44476 2003-01-30  Bruno Haible  <bruno@clisp.org>
44477
44478         * modules/vasnprintf, modules/vasprintf: New modules.
44479         * MODULES.html.sh (func_all_modules): Add them.
44480
44481 2003-01-30  Bruno Haible  <bruno@clisp.org>
44482
44483         * m4/signed.m4: New file, from GNU gettext.
44484         * m4/longdouble.m4: New file, from GNU gettext.
44485         * m4/wchar_t.m4: New file, from GNU gettext.
44486         * m4/wint_t.m4: New file, from GNU gettext.
44487         * m4/vasnprintf.m4: New file.
44488         * m4/vasprintf.m4: New file.
44489
44490 2003-01-30  Bruno Haible  <bruno@clisp.org>
44491
44492         * lib/printf-args.h: New file, from GNU gettext.
44493         * lib/printf-args.c: New file, from GNU gettext.
44494         * lib/printf-parse.h: New file, from GNU gettext.
44495         * lib/printf-parse.c: New file, from GNU gettext.
44496         * lib/vasnprintf.h: New file, from GNU gettext.
44497         * lib/vasnprintf.c: New file, from GNU gettext.
44498         * lib/asnprintf.c: New file, from GNU gettext.
44499         * lib/vasprintf.h: New file, from GNU gettext with modifications.
44500         * lib/vasprintf.c: New file, from GNU gettext.
44501         * lib/asprintf.c: New file, from GNU gettext.
44502
44503 2003-01-29  Bruno Haible  <bruno@clisp.org>
44504
44505         * modules/stpncpy: New module.
44506         * MODULES.html.sh (func_all_modules): Add it.
44507
44508 2003-01-29  Bruno Haible  <bruno@clisp.org>
44509
44510         * m4/stpncpy.m4: New file.
44511
44512 2003-01-29  Bruno Haible  <bruno@clisp.org>
44513
44514         * lib/stpncpy.h: New file, from GNU gettext with modifications.
44515         * lib/stpncpy.c: New file, from GNU gettext with modifications.
44516
44517 2003-01-28  Bruno Haible  <bruno@clisp.org>
44518
44519         * modules/c-ctype: New module.
44520         * MODULES.html.sh (func_all_modules): Add it.
44521
44522 2003-01-28  Bruno Haible  <bruno@clisp.org>
44523
44524         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
44525         Paul Eggert.
44526         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
44527         Paul Eggert.
44528
44529 2003-01-27  Bruno Haible  <bruno@clisp.org>
44530
44531         * modules/xsetenv: New module.
44532         * MODULES.html.sh (func_all_modules): Add it.
44533
44534 2003-01-27  Bruno Haible  <bruno@clisp.org>
44535
44536         * lib/xsetenv.h: New file, from GNU gettext.
44537         * lib/xsetenv.c: New file, from GNU gettext.
44538
44539 2003-01-23  Jim Meyering  <jim@meyering.net>
44540
44541         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
44542         from working on systems without dirfd (at least Irix and OSF1/Tru64).
44543
44544 2003-01-23  Bruno Haible  <bruno@clisp.org>
44545
44546         * modules/minmax: New module.
44547         * MODULES.html.sh (func_all_modules): Add it.
44548
44549 2003-01-23  Bruno Haible  <bruno@clisp.org>
44550
44551         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
44552         Eggert.
44553
44554 2003-01-22  Bruno Haible  <bruno@clisp.org>
44555
44556         * modules/exit: New module.
44557         * MODULES.html.sh (func_all_modules): Add it.
44558
44559 2003-01-22  Bruno Haible  <bruno@clisp.org>
44560
44561         * lib/exit.h: New file, from GNU gettext.
44562
44563 2003-01-19  Bruno Haible  <bruno@clisp.org>
44564
44565         * gnulib-tool: Recognize option --extract-maintainer.
44566         (func_get_maintainer): New function.
44567         * modules/*: Add Maintainer entry.
44568
44569 2003-01-16  Jim Meyering  <jim@meyering.net>
44570
44571         * m4/regex.m4: The `regex' struct is both input and output.
44572         Initialize it before each use.  Patch by Tim Waugh.
44573
44574 2003-01-16  Bruno Haible  <bruno@clisp.org>
44575
44576         * MODULES.html.sh: Add a table of contents. Add the module name as
44577         leftmost column. Add hyperlinks.
44578
44579 2003-01-15  Bruno Haible  <bruno@clisp.org>
44580
44581         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
44582
44583 2003-01-15  Bruno Haible  <bruno@clisp.org>
44584
44585         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
44586         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
44587         suffix.
44588
44589 2003-01-15  Bruno Haible  <bruno@clisp.org>
44590
44591         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
44592
44593 2003-01-15  Bruno Haible  <bruno@clisp.org>
44594
44595         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
44596         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
44597
44598 2003-01-14  Jim Meyering  <jim@meyering.net>
44599
44600         * lib/same.c (same_name): Tweak a comment.
44601
44602 2003-01-14  Bruno Haible  <bruno@clisp.org>
44603
44604         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
44605         when a string comparison is sufficient.
44606
44607 2003-01-14  Bruno Haible  <bruno@clisp.org>
44608
44609         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
44610         'unsigned int'.
44611
44612 2003-01-14  Bruno Haible  <bruno@clisp.org>
44613
44614         * lib/hash-pjw.c: Add comment about low quality of this function.
44615
44616 2003-01-13  Bruno Haible  <bruno@clisp.org>
44617
44618         * modules/stpcpy: Distribute lib/stpcpy.h.
44619         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
44620
44621 2003-01-13  Bruno Haible  <bruno@clisp.org>
44622
44623         * modules/*: Add a description.
44624         * modules/strpbrk: Fix Makefile.am snippet.
44625         * modules/strtoimax: Fix dependencies.
44626         * modules/strtoumax: Likewise.
44627
44628 2003-01-13  Bruno Haible  <bruno@clisp.org>
44629
44630         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
44631         * modules/alloca (Makefile.am): All object files depend on alloca.h.
44632         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
44633
44634 2003-01-13  Bruno Haible  <bruno@clisp.org>
44635
44636         * gnulib-tool (func_create_testdir): Store config/* files in the main
44637         directory.
44638         * config.rpath: Move to ...
44639         * config/config.rpath: ... here.
44640         * modules/gettext: Contains config/config.rpath, not config.rpath.
44641         * modules/iconv: Likewise.
44642
44643 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44644
44645         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44646         to avoid collisions with libcurses and libreadline.
44647
44648         * m4/getstr.m4: Remove.
44649         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
44650
44651 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44652
44653         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44654         to avoid collisions with libcurses and libreadline.
44655
44656         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
44657         * lib/getstr.h, getstr.c: Remove.
44658         * lib/getline.c: Include "getline.h", to check interface.
44659         Move body of old getstr.c here: this defines MIN_CHUNK and
44660         declares getdelim2, which is renamed from getstr.
44661         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
44662
44663         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
44664         All uses changed.
44665         * lib/linebuffer.h: Likewise.
44666         (readline): Remove backward-compatibility macro.
44667
44668 2003-01-12  Paul Eggert  <eggert@twinsun.com>
44669
44670         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
44671         to avoid collisions with libcurses and libreadline.
44672         * getstr: Remove.
44673         * MODULES.html.sh: Remove getstr.
44674         * modules/getline: Depend on unlocked-io, not getstr.
44675
44676 2003-01-12  Jim Meyering  <jim@meyering.net>
44677
44678         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
44679
44680 2003-01-10  Bruno Haible  <bruno@clisp.org>
44681
44682         * modules/alloca: Change Makefile.am requirements. Simplify Include
44683         requirements. Add lib/alloca_.h to file list.
44684
44685 2003-01-10  Bruno Haible  <bruno@clisp.org>
44686
44687         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
44688
44689 2003-01-10  Bruno Haible  <bruno@clisp.org>
44690
44691         * lib/alloca_.h: New file.
44692         * lib/getdate.y: Unconditionally include alloca.h.
44693         * lib/makepath.c: Likewise.
44694         * lib/setenv.c: Likewise.
44695         * lib/userspec.c: Likewise.
44696
44697 2003-01-09  Karl Berry  <karl@gnu.org>
44698
44699         * MODULES.html.sh: include `dirname $0` in PATH, to find
44700         gnulib-tool.
44701
44702 2003-01-09  Bruno Haible  <bruno@clisp.org>
44703
44704         * modules/stdbool: Change configure.ac, Makefile.am requirements.
44705         Simplify Include requirements. Add lib/stdbool.h.in to file list.
44706
44707 2003-01-09  Bruno Haible  <bruno@clisp.org>
44708
44709         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
44710
44711 2003-01-09  Bruno Haible  <bruno@clisp.org>
44712
44713         * lib/stdbool.h.in: New file.
44714
44715 2003-01-09  Bruno Haible  <bruno@clisp.org>
44716
44717         * gnulib-tool (func_all_modules): Ignore files ending in ~.
44718         * MODULES.html.sh: Likewise.
44719
44720 2003-01-08  Jim Meyering  <jim@meyering.net>
44721
44722         * lib/full-write.c: Undefine and define-away `const' after inclusion
44723         of errno.h, not before.  Suggestion from Bruno Haible.
44724
44725 2003-01-08  Bruno Haible  <bruno@clisp.org>
44726
44727         * modules/full-read: Depend on full-write.
44728
44729 2003-01-08  Bruno Haible  <bruno@clisp.org>
44730
44731         * lib/safe-read.c: Include specification header first, to ensure its
44732         selfcontainedness.
44733         * lib/full-write.c: Likewise.
44734
44735 2003-01-07  Jim Meyering  <jim@meyering.net>
44736
44737         * lib/full-write.c: Rework so that it may serve to define full_read,
44738         too.
44739         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
44740
44741 2003-01-07  Bruno Haible  <bruno@clisp.org>
44742
44743         * lib/strtoimax.c: Include <stdint.h> as an alternative to
44744         <inttypes.h>.
44745         * lib/xstrtol.h: Likewise.
44746         * lib/xstrtoimax.c: Likewise.
44747         * lib/xstrtoumax.c: Likewise.
44748         * lib/human.h: Likewise.
44749
44750         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
44751         on systems that have <inttypes.h> but not <stdint.h>.
44752
44753 2003-01-07  Bruno Haible  <bruno@clisp.org>
44754
44755         * MODULES.html.sh: Add copyright notice.
44756         (missed_files): Omit CVS directory entries.
44757         (func_module): Make it work with sed-3.02.
44758         * MODULES.txt: Remove file.
44759
44760 2003-01-06  Jim Meyering  <jim@meyering.net>
44761
44762         * lib/version-etc.c: Update year in translatable copyright string.
44763
44764 2003-01-03  Karl Berry  <karl@gnu.org>
44765
44766         * config/config.{guess,sub}: update from prep.
44767
44768 2003-01-02  Karl Berry  <karl@gnu.org>
44769
44770         * doc/COPYING.DOC: belatedly updated to 1.2.
44771
44772 2003-01-01  Karl Berry  <karl@gnu.org>
44773
44774         * gnulib-tool (func_verify_module): report module name $module in
44775         error message, not $1.
44776         * gnulib-tool (create-testdir): don't complain if destdir couldn't
44777         be created, only if it doesn't exist.
44778         * gnulib-tool (last_checkin_date): don't expand the $Date here.
44779
44780 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44781
44782         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
44783
44784 2002-12-31  Paul Eggert  <eggert@twinsun.com>
44785
44786         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
44787         memcmp if strcoll doesn't work.
44788
44789 2002-12-31  Bruno Haible  <bruno@clisp.org>
44790
44791         * lib/utime.c (utime_null): No need to call ftruncate if the file was
44792         nonempty.
44793
44794 2002-12-31  Bruno Haible  <bruno@clisp.org>
44795
44796         * lib/memcoll.c (STRCOLL): New macro.
44797         (memcoll): Use it.
44798
44799 2002-12-31  Bruno Haible  <bruno@clisp.org>
44800
44801         * lib/localcharset.h: New file.
44802         * lib/localcharset.c: Include it.
44803         * lib/unicodeio.c: Likewise.
44804
44805 2002-12-31  Bruno Haible  <bruno@clisp.org>
44806
44807         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
44808         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
44809
44810 2002-12-31  Bruno Haible  <bruno@clisp.org>
44811
44812         * lib/getline.h: Include <stddef.h>, for size_t.
44813
44814         * lib/unicodeio.h: Include <stddef.h>, for size_t.
44815         * lib/unicodeio.c: Don't include <stddef.h>.
44816
44817 2002-12-31  Bruno Haible  <bruno@clisp.org>
44818
44819         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
44820         HAVE_TM_ZONE.
44821
44822 2002-12-24  Karl Berry  <karl@gnu.org>
44823
44824         * config/config.guess: update from prep.
44825
44826 2002-12-24  Bruno Haible  <bruno@clisp.org>
44827
44828         General infrasructure.
44829         * m4/README: Rewritten.
44830         * m4/onceonly.m4: New file.
44831         * m4/onceonly_2_57.m4: New file.
44832
44833         Module atexit.
44834         * m4/atexit.m4: New file.
44835
44836         Module strtod.
44837         * m4/strtod.m4: New file.
44838
44839         Module strtol.
44840         * m4/strtol.m4: New file.
44841
44842         Module strtoul.
44843         * m4/strtoul.m4: New file.
44844
44845         Module memchr.
44846         * m4/memchr.m4: New file.
44847
44848         Module memcmp.
44849         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
44850         (jm_FUNC_MEMCMP): Invoke it.
44851
44852         Module memcpy.
44853         * m4/memcpy.m4: New file.
44854
44855         Module memmove.
44856         * m4/memmove.m4: New file.
44857
44858         Module memset.
44859         * m4/memset.m4: New file.
44860
44861         Module strcspn.
44862         * m4/strcspn.m4: New file.
44863
44864         Module strpbrk.
44865         * m4/strpbrk.m4: New file.
44866
44867         Module strstr.
44868         * m4/strstr.m4: New file.
44869
44870         Module strerror.
44871         * m4/strerror.m4: New file.
44872
44873         Module mktime.
44874         * m4/mktime.m4: Renamed from jm-mktime.m4.
44875         (gl_PREREQ_MKTIME): New macro.
44876         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
44877
44878         Module malloc.
44879         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
44880         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
44881         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
44882
44883         Module realloc.
44884         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
44885         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
44886         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
44887
44888         Module strftime.
44889         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
44890         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
44891         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
44892         gl_TM_GMTOFF.
44893         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
44894
44895         Module xalloc.
44896         * m4/xalloc.m4: New file.
44897
44898         Module alloca.
44899         * m4/alloca.m4: New file.
44900
44901         Module putenv.
44902         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
44903         (jm_FUNC_PUTENV): Invoke it.
44904
44905         Module setenv.
44906         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
44907         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
44908         when invoked twice.
44909         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
44910         gt_FUNC_SETENV.
44911
44912         Module memrchr.
44913         * m4/memrchr.m4: New file.
44914
44915         Module stpcpy.
44916         * m4/stpcpy.m4: New file.
44917
44918         Module strcase.
44919         * m4/strcase.m4: New file.
44920
44921         Module strdup.
44922         * m4/strdup.m4: New file.
44923
44924         Module strnlen.
44925         * m4/strnlen.m4: New file.
44926
44927         Module strndup.
44928         * m4/strndup.m4: New file.
44929
44930         Module xstrtod.
44931         * m4/xstrtod.m4: New file.
44932
44933         Module xstrtol.
44934         * m4/xstrtol.m4: New file.
44935
44936         Module getdate.
44937         * m4/getdate.m4: New file.
44938
44939         Module unlocked-io.
44940         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
44941         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
44942         * m4/jm-glibc-io.m4n: Remove file.
44943
44944         Module long-options.
44945         * m4/long-options.m4: New file.
44946
44947         Module md5.
44948         * m4/md5.m4: New file.
44949
44950         Module sha.
44951         * m4/sha.m4: New file.
44952
44953         Module getstr.
44954         * m4/getstr.m4: New file.
44955
44956         Module getline.
44957         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
44958         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
44959         <sys/types.h>, for size_t. Use the function name gnu_getline, not
44960         simply getline. Infoke gl_PREREQ_GETLINE.
44961
44962         Module obstack.
44963         * m4/obstack.m4: New file.
44964
44965         Module hash.
44966         * m4/hash.m4: New file.
44967
44968         Module readtokens.
44969         * m4/readtokens.m4: New file.
44970
44971         Module strverscmp.
44972         * m4/strverscmp.m4: New file.
44973
44974         Module stdbool.
44975         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
44976         OSF/1.
44977
44978         Module strtoll.
44979         * m4/strtoll.m4: New file.
44980
44981         Module strtoull.
44982         * m4/strtoull.m4: New file.
44983
44984         Module strtoimax.
44985         * m4/strtoimax.m4: New file.
44986
44987         Module strtoumax.
44988         * m4/strtoumax.m4: New file.
44989
44990         Module xstrtoimax.
44991         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
44992         jm_AC_PREREQ_XSTRTOIMAX.
44993         Moved the strtol prerequisites to strtol.m4.
44994         Moved the strtoll prerequisites to strtoll.m4.
44995         Moved the strtoimax prerequisites to strtoimax.m4.
44996
44997         Module xstrtoumax.
44998         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
44999         jm_AC_PREREQ_XSTRTOUMAX.
45000         Moved the strtoul prerequisites to strtoul.m4.
45001         Moved the strtoull prerequisites to strtoull.m4.
45002         Moved the strtoumax prerequisites to strtoumax.m4.
45003
45004         Module chown.
45005         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
45006         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
45007
45008         Module dup2.
45009         * m4/dup2.m4: New file.
45010
45011         Module ftruncate.
45012         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
45013         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
45014
45015         Module getgroups.
45016         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
45017         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
45018
45019         Module gettimeofday.
45020         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
45021         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
45022         gl_PREREQ_GETTIMEOFDAY.
45023
45024         Module mkdir.
45025         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
45026         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
45027
45028         Module mkstemp.
45029         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
45030         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
45031         jm_AC_TYPE_UINTMAX_T.
45032         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
45033
45034         Module stat.
45035         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
45036         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
45037
45038         Module lstat.
45039         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
45040         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
45041
45042         Module timespec.
45043         * m4/timespec.m4 (gl_TIMESPEC): New macro.
45044         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
45045         * m4/st_mtim.m4: Indentation.
45046
45047         Module nanosleep.
45048         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
45049         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
45050         gl_PREREQ_NANOSLEEP.
45051
45052         Module regex.
45053         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
45054         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
45055         (gl_REGEX): New macro.
45056
45057         Module rename.
45058         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
45059         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
45060
45061         Module rmdir.
45062         * m4/rmdir.m4: New file.
45063
45064         Module utime.
45065         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
45066         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
45067         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
45068
45069         Module dirname.
45070         * m4/dirname.m4: New file.
45071
45072         Module getopt.
45073         * m4/getopt.m4: New file.
45074
45075         Module unistd-safer.
45076         * m4/unistd-safer.m4: New file.
45077
45078         Module fnmatch.
45079         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
45080         declaration.
45081         (gl_PREREQ_FNMATCH_EXTRA): New macro.
45082         (gl_FUNC_FNMATCH_POSIX): New macro.
45083         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
45084         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
45085         simply fnmatch.
45086
45087         Module exclude.
45088         * m4/exclude.m4: New file.
45089
45090         Module human.
45091         * m4/human.m4: New file.
45092
45093         Module acl.
45094         * m4/acl.m4: Nop.
45095
45096         Module backupfile.
45097         * m4/backupfile.m4: New file.
45098         * m4/d-ino.m4: Indentation.
45099
45100         Module fsusage.
45101         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
45102         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
45103         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
45104
45105         Module dirfd.
45106         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
45107         requirements.
45108
45109         Module euidaccess.
45110         * m4/euidaccess.m4: New file.
45111
45112         Module file-type.
45113         * m4/file-type.m4: New file.
45114
45115         Module fileblocks.
45116         * m4/fileblocks.m4: New file.
45117
45118         Module filemode.
45119         * m4/filemode.m4: New file.
45120
45121         Module isdir.
45122         * m4/isdir.m4: New file.
45123
45124         Module lchown.
45125         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
45126         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
45127
45128         Module makepath.
45129         * m4/makepath.m4: New file.
45130
45131         Module modechange.
45132         * m4/modechange.m4: New file.
45133
45134         Module mountlist.
45135         * m4/mountlist.m4: New file.
45136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
45137         Indentation.
45138
45139         Module path-concat.
45140         * m4/path-concat.m4: New file.
45141
45142         Module pathmax.
45143         * m4/pathmax.m4: New file.
45144
45145         Module same.
45146         * m4/same.m4: New file.
45147
45148         Module save-cwd.
45149         * m4/save-cwd.m4: New file.
45150
45151         Module savedir.
45152         * m4/savedir.m4: New file.
45153
45154         Module xgetcwd.
45155         * m4/xgetcwd.m4: New file.
45156         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
45157
45158         Module xreadlink.
45159         * m4/xreadlink.m4: New file.
45160
45161         Module safe-read.
45162         * m4/safe-read.m4: New file.
45163
45164         Module safe-write.
45165         * m4/safe-write.m4: New file.
45166
45167         Module closeout.
45168         * m4/closeout.m4: New file.
45169
45170         Module stdio-safer.
45171         * m4/stdio-safer.m4: New file.
45172
45173         Module getpass.
45174         * m4/getpass.m4: New file.
45175
45176         Module getugroups.
45177         * m4/getugroups.m4: New file.
45178
45179         Module group-member.
45180         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
45181         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
45182
45183         Module idcache.
45184         * m4/idcache.m4: New file.
45185
45186         Module userspec.
45187         * m4/userspec.m4: New file.
45188
45189         Module gettime.
45190         * m4/clock_time.m4: New file.
45191         * m4/gettime.m4: New file.
45192
45193         Module settime.
45194         * m4/settime.m4: New file.
45195
45196         Module posixtm.
45197         * m4/posixtm.m4: New file.
45198
45199         Module gethostname.
45200         * m4/gethostname.m4: New file.
45201
45202         Module canon-host.
45203         * m4/canon-host.m4: New file.
45204
45205         Module gettext.
45206         * m4/codeset.m4: New file, from gettext-0.11.5.
45207         * m4/gettext.m4: New file, from gettext-0.11.5.
45208         * m4/glibc21.m4: New file, from gettext-0.11.5.
45209         * m4/iconv.m4: New file, from gettext-0.11.5.
45210         * m4/intdiv0.m4: New file, from gettext-0.11.5.
45211         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
45212         * m4/inttypes.m4: New file, from gettext-0.11.5.
45213         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
45214         * m4/isc-posix.m4: New file, from gettext-0.11.5.
45215         * m4/lcmessage.m4: New file, from gettext-0.11.5.
45216         * m4/lib-ld.m4: New file, from gettext-0.11.5.
45217         * m4/lib-link.m4: New file, from gettext-0.11.5.
45218         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
45219         * m4/progtest.m4: New file, from gettext-0.11.5.
45220         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
45221         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
45222         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
45223
45224         Module localcharset.
45225         * m4/localcharset.m4: New file.
45226
45227         Module hard-locale.
45228         * m4/hard-locale.m4: New file.
45229
45230         Module mbswidth.
45231         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
45232         onceonly macros.
45233         * m4/mbrtowc.m4: Add comment.
45234
45235         Module memcasecmp.
45236         * m4/memcasecmp.m4: New file.
45237
45238         Module memcoll.
45239         * m4/memcoll.m4: New file.
45240
45241         Module unicodeio.
45242         * m4/unicodeio.m4: New file.
45243
45244         Module rpmatch.
45245         * m4/rpmatch.m4: New file.
45246
45247         Module yesno.
45248         * m4/yesno.m4: New file.
45249
45250         Module exitfail.
45251         * m4/exitfail.m4: New file.
45252
45253         Module c-stack.
45254         * m4/c-stack.m4 (gl_C_STACK): New macro.
45255         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
45256
45257         Module error.
45258         * m4/error.m4 (gl_ERROR): New macro.
45259         (jm_PREREQ_ERROR): Use onceonly macros.
45260
45261         Module fatal.
45262         * m4/fatal.m4: New file.
45263
45264         Module getloadavg.
45265         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
45266         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
45267
45268         Module getpagesize.
45269         * m4/getpagesize.m4: New file.
45270
45271         Module getusershell.
45272         * m4/getusershell.m4: New file.
45273
45274         Module physmem.
45275         * m4/physmem.m4: New file.
45276
45277         Module posixver.
45278         * m4/posixver.m4: New file.
45279
45280         Module quotearg.
45281         * m4/quotearg.m4: New file.
45282
45283         Module quote.
45284         * m4/quote.m4: New file.
45285
45286         Module readutmp.
45287         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
45288
45289         Module sig2str.
45290         * m4/sig2str.m4: New file.
45291
45292         Other.
45293         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
45294         ulonglong.m4.
45295         * m4/intmax_t.m4: New file.
45296         * m4/d-type.m4: Indentation.
45297         * m4/jm-macros.m4: Update.
45298         * m4/prereq.m4 (jm_PREREQ): Update.
45299         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
45300         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
45301         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
45302         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
45303         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
45304         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
45305         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
45306         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
45307         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
45308         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
45309         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
45310         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
45311         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
45312         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
45313         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
45314         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
45315         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
45316         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
45317         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
45318
45319 2002-12-24  Bruno Haible  <bruno@clisp.org>
45320
45321         * MODULES.txt: Update according to m4/ changes.
45322
45323         Module gettext.
45324         * config.rpath: New file, from gettext-0.11.5.
45325
45326         * modules/*: New module descriptions.
45327         * gnulib-tool: New file.
45328         * MODULES.html.sh: New file.
45329
45330 2002-12-21  Karl Berry  <karl@gnu.org>
45331
45332         * doc/fdl.texi: update to version 1.2.
45333
45334 2002-12-19  Karl Berry  <karl@gnu.org>
45335
45336         * config/config.guess: update from prep.
45337
45338 2002-12-18  Bruno Haible  <bruno@clisp.org>
45339
45340         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
45341         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
45342
45343 2002-12-17  Bruno Haible  <bruno@clisp.org>
45344
45345         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
45346         stdlib.h, string.h.
45347
45348 2002-12-17  Bruno Haible  <bruno@clisp.org>
45349
45350         * lib/canon-host.c (strdup): Remove unused declaration.
45351
45352         * lib/fsusage.c: Include full_read.h.
45353         (get_fs_usage): Use full_read instead of safe_read.
45354
45355         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
45356
45357 2002-12-12  Karl Berry  <karl@gnu.org>
45358
45359         * config/config.guess: update from prep.
45360
45361 2002-12-11  Bruno Haible  <bruno@clisp.org>
45362
45363         * m4/setenv.m4: New file, from gettext-0.11.5.
45364
45365 2002-12-11  Bruno Haible  <bruno@clisp.org>
45366
45367         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
45368         not unsetenv().
45369         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
45370         modifications:
45371
45372         2002-12-11  Bruno Haible  <bruno@clisp.org>
45373
45374                 * setenv.c (alloca): Fall back to malloc.
45375                 (freea): New macro.
45376                 (setenv): Use freea() to free memory allocated with alloca().
45377
45378         2002-11-13  Bruno Haible  <bruno@clisp.org>
45379
45380                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
45381                 function declarations.
45382                 * unsetenv.c (unsetenv): Likewise.
45383
45384         2002-03-04  Bruno Haible  <bruno@clisp.org>
45385
45386                 Portability to AIX 4.3.3.
45387                 * unsetenv.c: New file, extracted from setenv.c.
45388                 * setenv.c: Move the unsetenv() function to unsetenv.c.
45389
45390         2001-12-20  Bruno Haible  <bruno@clisp.org>
45391
45392                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
45393                 use malloc instead. For SunOS 4.
45394
45395         2001-12-11  Bruno Haible  <bruno@clisp.org>
45396
45397                 * setenv.c: Declare alloca.
45398                 (compar_fn_t): New typedef.
45399                 (KNOWN_VALUE, STORE_VALUE): Use it.
45400
45401         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
45402         setenv.h.
45403
45404 2002-12-10  Paul Eggert  <eggert@twinsun.com>
45405
45406         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
45407         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
45408         Choose values that are less likely to collide with system fnmatch
45409         options.
45410         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
45411         defined (e.g., a pure POSIX system).
45412         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
45413         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
45414
45415 2002-12-06  Paul Eggert  <eggert@twinsun.com>
45416
45417         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
45418         a pain in practice to deal with generated m4 files.  This change
45419         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
45420
45421         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
45422         and jm-glibc-io.m4, as they are no longer a special case.
45423         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
45424         kludge and the auto-generation stuff.  Check only whether the
45425         functions are declared, not whether they exist, since older hosts
45426         that don't declare the functions can't use the optimization anyway.
45427
45428 2002-12-06  Jim Meyering  <jim@meyering.net>
45429
45430         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
45431
45432         Merge in changes from libc's misc/error.c, in preparation
45433         for the merge of gnulib's changes back into libc.
45434
45435         * lib/error.c (_): Define only if not already defined.
45436         Move definition to follow all #include directives.
45437         Include unlocked-io.h only if !_LIBC.
45438         [_LIBC]: Include <libio/libioP.h>.
45439         [USE_IN_LIBIO]: Include <libio/iolibio.h>
45440         (fflush): Tweak definition to use INTUSE.
45441         (putc): Define.
45442
45443 2002-12-05  Paul Eggert  <eggert@twinsun.com>
45444
45445         * lib/alloca.c [defined emacs]: Include "lisp.h".
45446         (xalloc_die) [defined emacs]: New macro.
45447         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
45448         [! defined emacs]: Include <xalloc.h>.
45449         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
45450         (pointer): Typedef to POINTER_TYPE *.
45451         (malloc): Remove decl; we now always use xmalloc.
45452         (alloca): Use old-style definition, since Emacs needs this.
45453         Check for arithmetic overflow when computing combined size.
45454
45455 2002-12-04  Paul Eggert  <eggert@twinsun.com>
45456
45457         Do not generate unlocked-io.h automatically, since it's easier to
45458         maintain it by hand.
45459
45460         * lib/unlocked-io.h: New file, from GNU diffutils,
45461         but with proper copyright notice and attribution.
45462         * lib/gen-uio: Remove.
45463         * lib/Makefile.am: Add copyright notice.
45464         (libfetish_a_SOURCES): Add unlocked-io.h.
45465         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
45466         (DISTCLEANFILES, io_functions): Remove macros.
45467         (EXTRA_DIST): Remove gen_uio.
45468         (unlocked-io.h): Remove rule.
45469
45470 2002-12-04  Jim Meyering  <jim@meyering.net>
45471
45472         Reflect the fact that stat.c and lstat.c are no longer generated.
45473         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
45474         (DISTCLEANFILES): Likewise.
45475         (EXTRA_DIST): Likewise.
45476         (all_local): Don't depend on stat.c or lstat.c.
45477         (stat.c, lstat.c): Remove rules.
45478         (EXTRA_DIST): Remove xstat.in.
45479
45480         * lib/xstat.in: Remove file.  Contents moved into stat.c.
45481         * lib/stat.c: New file.  Contents mostly from xstat.in.
45482         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
45483         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
45484
45485         * lib/safe-read.c: Rework so that it may serve to define safe_write,
45486         too.
45487         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
45488
45489 2002-12-03  Jim Meyering  <jim@meyering.net>
45490
45491         * lib/safe-read.c, safe-write.c: Change variable names and comments,
45492         but not semantics, to minimize the differences between these two files.
45493         (safe_read): Change comment to mention SAFE_READ_ERROR.
45494
45495         * lib/safe-read.c (IS_EINTR): Define.
45496         (safe_read): Use IS_EINTR in place of in-function cpp directives.
45497
45498 2002-12-02  Jim Meyering  <jim@meyering.net>
45499
45500         * lib/safe-read.c (EINTR): Define.
45501         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
45502         (INT_MAX): Provide fallback.
45503         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
45504
45505         * lib/safe-read.h (SAFE_READ_ERROR): Define.
45506
45507 2002-12-02  Bruno Haible  <bruno@clisp.org>
45508
45509         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
45510         Define, taken from safe-read.c.
45511         (INT_MAX): Provide fallback.
45512         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
45513         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
45514
45515         * lib/safe-read.c (EINTR): Remove definition.
45516         (safe_read): Don't use EINTR if it is absent.
45517
45518 2002-12-01  Jim Meyering  <jim@meyering.net>
45519
45520         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
45521         zero.
45522         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
45523
45524 2002-11-27  Paul Eggert  <eggert@twinsun.com>
45525
45526         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
45527         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
45528         with `if (! (value < limit)) abort ();', for readability.
45529
45530 2002-11-26  Karl Berry  <karl@gnu.org>
45531
45532         * lib/strdup.c: copy from libc again, with jim's ok.
45533         * lib/.cppi-disable: re-add strdup.c
45534
45535 2002-11-25  Karl Berry  <karl@gnu.org>
45536
45537         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
45538         instead of "strtol.c".
45539
45540 2002-11-25  Karl Berry  <karl@gnu.org>
45541
45542         * config/install-sh: update from automake for variable quoting, $0 in
45543         error msgs, etc.
45544
45545         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
45546         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
45547         entry.
45548
45549 2002-11-25  Jim Meyering  <jim@meyering.net>
45550
45551         * lib/mktime.c: Sync from libc, now that it has the latest fix.
45552
45553 2002-11-24  Karl Berry  <karl@gnu.org>
45554
45555         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
45556         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
45557
45558 2002-11-24  Jim Meyering  <jim@meyering.net>
45559
45560         Update from coreutils:
45561
45562         * lib/mktime.c: Merge in changes from libc.
45563
45564         Avoid a link-time failure on some Linux systems.
45565         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
45566         (otherwise).
45567         (__mon_yday): Declare with the STATIC attribute.
45568         (__mktime_internal): Likewise.
45569         Based on a report from Greg Schafer.
45570
45571 2002-11-23  Jim Meyering  <jim@meyering.net>
45572
45573         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
45574         Use `unsigned', not `int', as type of index.
45575
45576         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
45577
45578         * lib/fsusage.c: Remove unneeded parentheses around operands of
45579         `defined'.
45580
45581 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45582
45583         * lib/quotearg.h: Allow multiple inclusion by surrounding with
45584         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
45585         so that we can be included first.
45586         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
45587         * lib/quotearg.c: Include quotearg.h immediately after config.h.
45588         No need to include stddef.h or sys/types.h any more.
45589         Surround local include files with "", not "<>".
45590         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
45591         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
45592         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
45593         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
45594         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
45595         (ISPRINT): Remove; no longer needed now that we assume C89.
45596
45597         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
45598         Preserve errno.
45599
45600         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
45601         quotearg_char): Use SIZE_MAX rather than
45602         (size_t) -1 when we are talking about "infinity".
45603
45604         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
45605
45606 2002-11-22  Paul Eggert  <eggert@twinsun.com>
45607
45608         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
45609         hint that one should use `if (! x) abort ();' rather than `assert
45610         (x);', and anyway it's one less thing to worry about configuring.
45611         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
45612         hash_rehash, hash_insert): Use abort rather than assert.
45613
45614 2002-11-22  Bruno Haible  <bruno@clisp.org>
45615
45616         * lib/safe-read.h: Assume C89. Add comments.
45617         (safe_read): Change return type to size_t.
45618         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
45619         byte counts > SSIZE_MAX correctly.
45620         * lib/safe-write.h: New file.
45621         * lib/safe-write.c: New file.
45622         * lib/full-read.h: New file.
45623         * lib/full-read.c: New file.
45624         * lib/full-write.h: Assume C89. Add comments.
45625         * lib/full-write.c: Include safe-write.h.
45626         (full_write): Rewritten to use safe_write.
45627         Suggested by Jim Meyering and Paul Eggert.
45628
45629 2002-11-21  Jim Meyering  <jim@meyering.net>
45630
45631         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
45632
45633         Merge in changes from the coreutils.
45634
45635         2002-09-25  Paul Eggert  <eggert@twinsun.com>
45636         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
45637         <stdint.h>.
45638         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
45639         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
45640         int.  Work more efficiently if X is the same width as uintmax_t.
45641         Do not compare X to -1, to avoid bogus compiler warning.
45642         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
45643         Don't assume that f_frsize and f_bsize are the same type.
45644
45645         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
45646         warning on FreeBSD.
45647
45648         * lib/makepath.c (make_path): Restore umask *before* creating the final
45649         component.
45650         (make_path): Minor reformatting.
45651
45652         * lib/xmalloc.c: Adjust to work with new autoconf macros,
45653         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
45654         HAVE_MALLOC/HAVE_REALLOC.
45655
45656         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
45657         dummy ones.  At least on GNU/Linux systems, `auto' means something
45658         else.
45659         From Michael Stone.
45660
45661 2002-11-21  Bruno Haible  <bruno@clisp.org>
45662
45663         Remove case insensitive option matching.
45664         * lib/argmatch.h (argcasematch): Remove declaration.
45665         (ARGCASEMATCH): Remove macro.
45666         (__xargmatch_internal): Remove case_sensitive argument.
45667         (XARGMATCH): Update.
45668         (XARGCASEMATCH): Remove macro.
45669         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
45670         case_sensitive argument.
45671         (argcasematch): Remove function.
45672         (__xargmatch_internal): Remove case_sensitive argument.
45673         (main): Use XARGMATCH instead of XARGCASEMATCH.
45674
45675         * lib/xmalloc.c: Change compile-time error message. Add comment about
45676         required autoconf version.
45677
45678 2002-11-20  Paul Eggert  <eggert@twinsun.com>
45679
45680         Merge argmatch cleanups from Bison.  Assume C89.
45681
45682         * lib/argmatch.c: Include config.h here, not in argmatch.h.
45683         Include stdlib.h, for EXIT_FAILURE.
45684         Always include <string.h>, since we assume C89.
45685         (EXIT_FAILURE): Remove pre-C89 bug workaround.
45686         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
45687         Include <stddef.h> instead, since it's all we need for size_t.
45688         (PARAMS): Remove.  All uses removed.
45689         (ARRAY_CARDINALITY): Do not bother to #undef.
45690         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
45691         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45692         Remove unnecessary parentheses.
45693         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
45694         Insert necessary parentheses.
45695         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
45696         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
45697
45698 2002-11-19  Bruno Haible  <bruno@clisp.org>
45699
45700         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
45701         * lib/mbswidth.h: Include <stddef.h>, for size_t.
45702
45703         * lib/mbswidth.h (PARAMS): Remove macro.
45704         (mbswidth, mbsnwidth): Use ANSI C function declarations.
45705         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
45706
45707         * lib/gcd.h (PARAMS): Remove macro.
45708         (gcd): Use ANSI C function declarations.
45709         * lib/gcd.c (gcd): Likewise.
45710
45711 2002-11-15  Bruno Haible  <bruno@clisp.org>
45712
45713         * lib/strcspn.c: Include <stddef.h>.
45714         (strcspn): Use ANSI C function declaration. Change return type to
45715         size_t. Use NULL.
45716         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
45717         (strpbrk): Use NULL.
45718         * lib/strpbrk.h (PARAMS): Remove macro.
45719         (strpbrk): Use ANSI C function declaration.
45720         * lib/strstr.c: Don't include <sys/types.h>.
45721         * lib/strstr.h (PARAMS): Remove macro.
45722         (strstr): Use ANSI C function declarations.
45723
45724 2002-11-14  Karl Berry  <karl@gnu.org>
45725
45726         * config/mkinstalldirs: `do' on separate line, instead of
45727         `for var; do'.
45728
45729 2002-11-06  Bruno Haible  <bruno@clisp.org>
45730
45731         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
45732         * lib/gcd.c (gcd): Likewise.
45733
45734 2002-11-05  Bruno Haible  <bruno@clisp.org>
45735
45736         * lib/gcd.h: New file, from gettext-0.11.5.
45737         * lib/gcd.c: New file, from gettext-0.11.5.
45738
45739 2002-11-05  Bruno Haible  <bruno@clisp.org>
45740
45741         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45742         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45743         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45744         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
45745
45746         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
45747         <libintl.h>.
45748         * lib/makepath.c: Include gettext.h instead of <locale.h> and
45749         <libintl.h>.
45750
45751         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
45752         * lib/human.c: Include gettext.h instead of <libintl.h>.
45753         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
45754         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
45755         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
45756         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
45757         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
45758         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
45759         (textdomain): Remove definition.
45760         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
45761
45762         * lib/long-options.c: Remove include of <libintl.h> and definition of
45763         _.
45764         * lib/same.c: Remove include of <libintl.h> and definition of _.
45765
45766 2002-11-04  Owen Taylor  <otaylor@redhat.com>
45767
45768         * lib/config.charset: A few additions for Solaris.
45769
45770 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45771
45772         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
45773         * lib/localcharset.c (locale_charset): Declare as extern "C".
45774
45775 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
45776
45777         * lib/config.charset: msdos in uk_UA uses CP1125.
45778
45779 2002-11-04  Bruno Haible  <bruno@clisp.org>
45780
45781         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
45782         * lib/strcase.h: New file, from GNU gettext-0.11.5.
45783         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
45784         * lib/strstr.h: New file, from GNU gettext-0.11.5.
45785         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
45786
45787 2002-11-04  Bruno Haible  <bruno@clisp.org>
45788
45789         * lib/localcharset.c (locale_charset): Don't return an empty string.
45790
45791 2002-11-04  Bruno Haible  <bruno@clisp.org>
45792
45793         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
45794         aliases.
45795
45796 2002-11-04  Bruno Haible  <bruno@clisp.org>
45797
45798         * lib/config.charset: Update for newest glibc. Add canonical names
45799         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
45800
45801 2002-11-04  Bruno Haible  <bruno@clisp.org>
45802
45803         * lib/config.charset: Add support for NetBSD.
45804
45805 2002-11-04  Bruno Haible  <bruno@clisp.org>
45806
45807         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
45808
45809 2002-11-01  Bruno Haible  <bruno@clisp.org>
45810
45811         * configure.in: Add AC_CONFIG_AUX_DIR call.
45812         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
45813         test/Makefile.
45814         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
45815
45816 2002-09-28  Karl Berry  <karl@gnu.org>
45817
45818         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
45819         installed automake until the next release, since changes have been
45820         made.
45821
45822 2002-09-25  Karl Berry  <karl@gnu.org>
45823
45824         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
45825         * lib/getopt*: copy from libc/posix.
45826         * lib/gettext.h: copy from gettext.
45827         * lib/.cppi-disable: add strdup.c, gettext.h.
45828
45829 2002-09-25  Karl Berry  <karl@gnu.org>
45830
45831         * config/srclist.txt: enable gettext.h check.
45832         * config/config.{guess,sub}: update from prep.
45833         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
45834                 from automake 1.6.3.
45835         See srclist*.
45836
45837 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
45838
45839         * regex.c (PATFETCH): Remove the translating fetch.
45840         (PATFETCH_RAW): Rename to PATFETCH.
45841         (set_image_of_range): New fun.
45842         (SET_RANGE_TABLE_WORK_AREA): Use it.
45843         (regex_compile): Don't translate the pattern chars so eagerly.
45844         Only do it when inserting an `exactn' bytecode or when handling
45845         a char-range.
45846         (mutually_exclusive_p): Avoid empty statement.
45847
45848 2002-07-06  Jim Meyering  <meyering@lucent.com>
45849
45850         * m4/README: Don't mention Makefile.am.in.
45851         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
45852
45853 2002-07-01  Jim Meyering  <meyering@lucent.com>
45854
45855         * lib/c-stack.c: Include sys/time.h.
45856         From Volker Borchert.
45857
45858 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45859
45860         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
45861
45862 2002-06-26  Paul Eggert  <eggert@twinsun.com>
45863
45864         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
45865         New macro.  Use it uniformly instead of
45866         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
45867         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
45868         reported by Vin Shelton.
45869
45870 2002-06-22  Paul Eggert  <eggert@twinsun.com>
45871
45872         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
45873         Do not assume SA_SIGINFO behavior.
45874         Bug reported by Jim Meyering on NetBSD 1.5.2.
45875
45876 2002-06-22  Jim Meyering  <meyering@lucent.com>
45877
45878         * m4/c-stack.m4: New file, from diffutils-2.8.2.
45879         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
45880
45881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
45882         now that configure.ac uses AC_GNU_SOURCE.
45883         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
45884         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
45885
45886         Update to latest tools.  Suggestions from Paul Eggert.
45887         * m4/stdbool.m4: New file, from diffutils-2.8.2.
45888         * m4/gnu-source.m4: Update from diffutils-2.8.2.
45889         * m4/fnmatch.m4: Likewise.
45890         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
45891         to AC_HEADER_STDBOOL
45892
45893 2002-06-22  Jim Meyering  <meyering@lucent.com>
45894
45895         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
45896         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
45897
45898 2002-06-22  Jim Meyering  <meyering@lucent.com>
45899
45900         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
45901
45902         * lib/exitfail.c, exitfail.h: Likewise.
45903         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
45904
45905         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
45906         of fnmatch.h.
45907         (EXTRA_DIST): Add fnmatch_loop.c.
45908         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
45909
45910         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
45911         * lib/fnmatch.c: Update from diffutils-2.8.2.
45912         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
45913         * lib/fnmatch.h: Remove file.
45914
45915 2002-06-21  Jim Meyering  <meyering@lucent.com>
45916
45917         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
45918         * m4/mbrtowc.m4: Likewise.
45919
45920         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
45921         * m4/mbswidth.m4: Reflect name change:
45922         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
45923         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
45924
45925         * m4/lib-link.m4: Update from gettext-0.11.2.
45926         * m4/gettext.m4: Likewise.
45927
45928         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
45929         From Alfred M. Szmidt.
45930
45931 2002-06-18  Paul Eggert  <eggert@twinsun.com>
45932
45933         * lib/file-type.h: Report an error if neither S_ISREG nor
45934         S_IFREG is defined, instead of using a test specific to glibc
45935         2.2.  This should be safe, since POSIX requires S_ISREG and
45936         Unix Version 7 had S_IFREG.  We don't need to check for
45937         <sys/types.h> since we don't use any symbols that it defines.
45938
45939 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
45940
45941         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
45942         $@-t, so that each temporary file name is unique and valid in the first
45943         8 characters, for operation under DOS.
45944
45945 2002-06-15  Paul Eggert  <eggert@twinsun.com>
45946
45947         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
45948
45949 2002-06-15  Jim Meyering  <meyering@lucent.com>
45950
45951         Work even with DJGPP 2.03, which lacks support for symlinks.
45952         From Richard Dawe.
45953         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
45954         is defined.
45955         * lib/lchown.c (S_ISLNK): Likewise.
45956
45957 2002-06-15  Jim Meyering  <meyering@lucent.com>
45958
45959         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
45960         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
45961         have been included before this file.
45962
45963 2002-06-14  Jim Meyering  <meyering@lucent.com>
45964
45965         * lib/file-type.h: Use the version from diffutils-2.8.2.
45966         * lib/file-type.c: Likewise.
45967
45968 2002-06-07  Jim Meyering  <meyering@lucent.com>
45969
45970         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
45971         They're needed at least for NetBSD 1.5.2.
45972         ($statxfs_includes): Include those same headers.
45973         ($statxfs_includes): Include sys/vfs.h if available.
45974         ($statxfs_includes): Likewise for sys/statvfs.h.
45975         Check for the following members in both structs statfs and statvfs:
45976         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
45977
45978 2002-06-01  Jim Meyering  <meyering@lucent.com>
45979
45980         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
45981         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
45982
45983 2002-05-28  Jim Meyering  <meyering@lucent.com>
45984
45985         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
45986         Reported by Volker Borchert.
45987
45988 2002-05-27  Jim Meyering  <meyering@lucent.com>
45989
45990         Fix a problem seen only on nonconforming systems whereby ls.c's
45991         use of localtime, and then of gettimeofday would cause trouble:
45992         the localtime call used to initialize rpl_gettimeofday's save
45993         mechanism would clobber ls's current local time information so
45994         that in any long listing the first file would always be listed
45995         with date 1970-01-01.  Analysis by Volker Borchert.
45996
45997         * lib/gettimeofday.c (localtime): Undefine.
45998         (rpl_localtime): New function.
45999
46000 2002-05-27  Jim Meyering  <meyering@lucent.com>
46001
46002         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
46003         localtime.
46004
46005         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
46006         use the replacement function; it wouldn't resolve at link time.
46007         Reported by Volker Borchert.
46008
46009 2002-05-22  Jim Meyering  <meyering@lucent.com>
46010
46011         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
46012         file-type.h.
46013         * lib/file-type.h: New file.
46014         * lib/file-type.c (file_type): New file/function.  Extracted from
46015         diffutils.
46016
46017 2002-04-30  Jim Meyering  <meyering@lucent.com>
46018
46019         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
46020
46021 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46022
46023         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
46024
46025 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46026
46027         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
46028         Do not check for alloca.h (no longer used) or stdbool.h (was never
46029         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
46030
46031 2002-04-29  Paul Eggert  <eggert@twinsun.com>
46032
46033         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
46034
46035 2002-04-29  Jim Meyering  <meyering@lucent.com>
46036
46037         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
46038         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
46039         Use AC_FUNC_STRNLEN here instead.
46040
46041         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
46042         With autoconf-2.53a, it's part of AC_PROG_CC.
46043
46044 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46045
46046         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
46047         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
46048
46049 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46050
46051         * lib/sig2str.h, lib/sig2str.c: New files.
46052         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
46053
46054 2002-04-28  Paul Eggert  <eggert@twinsun.com>
46055
46056         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
46057         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
46058         of 127, since 64 is the largest conceivable number for ancient
46059         nonstandard hosts.
46060         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
46061
46062 2002-04-28  Jim Meyering  <meyering@lucent.com>
46063
46064         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
46065
46066 2002-04-24  Jim Meyering  <meyering@lucent.com>
46067
46068         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
46069         (jm_PREREQ): Use it.
46070
46071         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
46072         mach/mach.h fcntl.h.
46073         Check for this function: setlocale.
46074
46075 2002-04-24  Jim Meyering  <meyering@lucent.com>
46076
46077         * lib/gettext.h: New file, from Gettext.
46078         * lib/Makefile.am (INCLUDES): Remove -I../intl.
46079         (libfetish_a_SOURCES): Add gettext.h.
46080
46081 2002-04-16  Jim Meyering  <meyering@lucent.com>
46082
46083         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
46084         ut_pid, ut_id, ut_exit.
46085
46086 2002-04-16  Jim Meyering  <meyering@lucent.com>
46087
46088         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
46089         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
46090         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
46091
46092 2002-04-12  Jim Meyering  <meyering@lucent.com>
46093
46094         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
46095         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
46096         existence of the getmntinfo function.  Needed for Darwin 5.3.
46097
46098         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
46099         This is necessary at least on Darwin 5.3.
46100
46101         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
46102         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
46103         strnlen.o in the library, and that makes some versions of ranlib
46104         object.
46105
46106 2002-04-12  Jim Meyering  <meyering@lucent.com>
46107
46108         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
46109
46110 2002-04-09  Jim Meyering  <meyering@lucent.com>
46111
46112         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
46113         to be more precise.  Rather than saying we're checking whether the
46114         function `works', say what we're testing.
46115         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
46116         Reported by Bruno Haible.
46117
46118 2002-03-10  Jim Meyering  <meyering@lucent.com>
46119
46120         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
46121         Suggestion from Santiago Vila.
46122
46123 2002-03-08  Jim Meyering  <meyering@lucent.com>
46124
46125         * lib/rename.c: Mention that this wrapper is needed also on
46126         mips-dec-ultrix4.4 systems.
46127
46128 2002-03-02  Jim Meyering  <meyering@lucent.com>
46129
46130         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
46131         not HAVE_CLOCK_SETTIME.
46132
46133 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46134
46135         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
46136         Check for clock_settime.
46137
46138 2002-02-27  Paul Eggert  <eggert@twinsun.com>
46139
46140         * lib/nanosleep.h: Rename to....
46141         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
46142
46143         * lib/gettime.c: New file.
46144         * lib/settime.c: New file.
46145         * lib/stime.c: Remove.
46146
46147         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
46148         timespec.h.  Remove nanosleep.h.
46149
46150 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46151
46152         * m4/acl.m4: New file.
46153         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
46154         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
46155
46156 2002-02-25  Paul Eggert  <eggert@twinsun.com>
46157
46158         * lib/acl.c, lib/acl.h: New files.
46159         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
46160
46161 2002-02-24  Jim Meyering  <meyering@lucent.com>
46162
46163         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
46164         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
46165         cause trouble.  Reported by Nelson Beebe.
46166
46167 2002-02-23  Paul Eggert  <eggert@twinsun.com>
46168
46169         * lib/path-concat.c (xpath_concat): Reorder code to pacify
46170         compilers that don't know that xalloc_die never returns.
46171
46172 2002-02-20  Jim Meyering  <meyering@lucent.com>
46173
46174         * lib/getdate.c: Regenerate using bison-1.33.
46175
46176 2002-02-17  Jim Meyering  <meyering@lucent.com>
46177
46178         * config/config.guess (main): Don't use `head -1'; it's no longer
46179         portable. Use `sed 1q' instead.
46180
46181 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
46182
46183         * m4/codeset.m4: Upgrade to gettext-0.11.
46184         * m4/gettext.m4: Upgrade to gettext-0.11.
46185         * m4/glibc21.m4: Upgrade to gettext-0.11.
46186         * m4/iconv.m4: Upgrade to gettext-0.11.
46187         * m4/isc-posix.m4: Upgrade to gettext-0.11.
46188         * m4/lcmessage.m4: Upgrade to gettext-0.11.
46189         * m4/lib-ld.m4: New file, from gettext-0.11.
46190         * m4/lib-link.m4: New file, from gettext-0.11.
46191         * m4/lib-prefix.m4: New file, from gettext-0.11.
46192         * m4/progtest.m4: Upgrade to gettext-0.11.
46193
46194 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46195
46196         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
46197         (jm_PREREQ): Use it.
46198
46199 2002-02-15  Paul Eggert  <eggert@twinsun.com>
46200
46201         * lib/posixver.c, lib/posixver.h: New files.
46202         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46203
46204 2002-02-02  Paul Eggert  <eggert@twinsun.com>
46205             Bruno Haible  <bruno@clisp.org>
46206
46207         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
46208         (fwrite_success_callback): New declaration.
46209         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
46210         print_unicode_char. Call failure callback instead of error.
46211         (fwrite_success_callback): New function.
46212         (exit_failure_callback): New function.
46213         (fallback_failure_callback): New function.
46214         (print_unicode_char): Call unicode_to_mb.
46215
46216 2002-01-26  Jim Meyering  <meyering@lucent.com>
46217
46218         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
46219         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
46220
46221 2002-01-26  Jim Meyering  <meyering@lucent.com>
46222
46223         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
46224
46225 2002-01-22  Paul Eggert  <eggert@twinsun.com>
46226
46227         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
46228
46229 2002-01-22  Jim Meyering  <meyering@lucent.com>
46230
46231         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
46232         Otherwise, some versions of automake would omit the rule that makes
46233         Makefile from Makefile.in.
46234
46235 2002-01-21  Paul Eggert  <eggert@twinsun.com>
46236
46237         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
46238         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
46239         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
46240         (memcoll): Set errno to zero if there is no error.
46241
46242         * lib/quotearg.c (quotearg_buffer_restyled):
46243         Fix bug with quoting buffers containing NUL when backslashing escapes.
46244         This bug was exposed by the other changes in this patch.
46245         (quotearg_n_options): New arg ARGSIZE.
46246         All callers changed.
46247         (quoting_options_from_style): New function.
46248         (quotearg_n_style): Use it.
46249         (quotearg_n_style_mem): New function.
46250
46251         * lib/quotearg.h (quotearg_n_style_mem): New function.
46252
46253 2002-01-19  Jim Meyering  <meyering@lucent.com>
46254
46255         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
46256         Remove useless quotes: DF_PROG="df".
46257         * m4/strnlen.m4: New file.
46258
46259 2002-01-16  Paul Eggert  <eggert@twinsun.com>
46260
46261         * lib/backupfile.c (ISDIGIT): Comment fix.
46262         * lib/getdate.y (ISDIGIT): Likewise.
46263         * lib/posixtm.c (ISDIGIT, year): Likewise.
46264         * lib/strverscmp.c (ISDIGIT): Likewise.
46265         * lib/userspec.c (ISDIGIT): Likewise.
46266
46267 2002-01-16  Jim Meyering  <meyering@lucent.com>
46268
46269         * lib/getdate.y: Add three semicolons, each just before a closing
46270         brace. Bison (as of version 1.31) no longer papers over that mistake.
46271
46272 2002-01-05  Jim Meyering  <meyering@lucent.com>
46273
46274         * lib/version-etc.c (version_etc_copyright): Update copyright year.
46275
46276 2001-12-19  Paul Eggert  <eggert@twinsun.com>
46277
46278         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
46279         not silently exit merely because the output buffer happens to
46280         have nothing pending.
46281
46282 2001-12-18  Paul Eggert  <eggert@twinsun.com>
46283
46284         See the big note in ../ChangeLog.
46285         * lib/human.c (suffixes): Prefer K to k for 1024.
46286         (generate_suffix_backwards): New function.
46287         (human_readable_inexact): Use it.
46288         * lib/xstrtol.c (__xstrtol): If there is no number but there
46289         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
46290         Accept 'K' as well as 'k'.
46291
46292 2001-12-15  Jim Meyering  <meyering@lucent.com>
46293
46294         * lib/regex.h (__restrict_arr): Update from libc.
46295
46296         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
46297         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
46298         (STREQ): Define.
46299
46300 2001-12-14  Jim Meyering  <meyering@lucent.com>
46301
46302         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
46303         Suggestion from Bruno Haible.
46304
46305 2001-12-10  Jim Meyering  <meyering@lucent.com>
46306
46307         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
46308         xrealloc, Instead, include "xalloc.h".
46309         (initbuffer): Don't cast xmalloc return value to char*.
46310         (readline): Reword comment.
46311         Don't cast xrealloc return value to char*
46312         Return NULL, not 0.
46313
46314 2001-12-09  Jim Meyering  <meyering@lucent.com>
46315
46316         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
46317         about `signed and unsigned type in conditional expression'.
46318         * lib/posixtm.c (posix_time_parse): Likewise.
46319
46320         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
46321
46322         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
46323         to avoid a pedantic warning.
46324
46325         * lib/getstr.c: Don't include assert.h.
46326         (getstr): Remove warning-evoking assertions.
46327         Return -1 if offset parameter is out of bounds.
46328         Change the type of a local from int to size_t.
46329
46330         * lib/strftime.c (my_strftime_localtime_r): Include this function
46331         definition in the `#if ! HAVE_TM_GMTOFF' block.
46332
46333         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
46334         Include xalloc.h instead.
46335
46336 2001-12-02  Jim Meyering  <meyering@lucent.com>
46337
46338         * lib/tempname.c: Don't declare getenv, thus reverting the change of
46339         2001-11-18.  It's no longer necessary, now that stdlib.h is always
46340         included.
46341
46342         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
46343         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
46344
46345 2001-11-30  Akim Demaille  <akim@epita.fr>
46346
46347         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
46348         before being defined.
46349
46350 2001-11-27  Paul Eggert  <eggert@twinsun.com>
46351
46352         * lib/quotearg.h (quotearg_n, quotearg_n_style):
46353         First arg is int, not unsigned.
46354         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
46355         (SIZE_MAX, UINT_MAX): New macros.
46356         (quotearg_n_options): Abort if N is negative.
46357         Avoid overflow check on hosts where size_t is 64 bits and int
46358         is 32 bits, as overflow is impossible there.
46359         Fix off-by-one typo that caused unnecessary reallocation.
46360
46361 2001-11-27  Jim Meyering  <meyering@lucent.com>
46362
46363         * lib/tempname.c: Merge with version from libc.
46364         * lib/regex.c: Likewise.
46365
46366         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
46367         systems for which STDC_HEADERS is 0, it was not included, resulting in
46368         a warning about an integer-to-pointer conversion problem with getenv.
46369         Reported by Volker Borchert.
46370
46371 2001-11-26  Jim Meyering  <meyering@lucent.com>
46372
46373         * lib/gtod.h: Remove file.
46374         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
46375         * lib/gettimeofday.c: Don't include gtod.h.
46376         (GTOD_init): Remove function.
46377         (rpl_gettimeofday): Do its job here instead, rather than aborting.
46378         Suggestion from Volker Borchert.
46379
46380 2001-11-23  Jim Meyering  <meyering@lucent.com>
46381
46382         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
46383         it.
46384         * lib/hash.c (struct hash_table): Define it here instead.
46385
46386 2001-11-22  Jim Meyering  <meyering@lucent.com>
46387
46388         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
46389
46390 2001-11-20  Jim Meyering  <meyering@lucent.com>
46391
46392         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
46393         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
46394
46395 2001-11-19  Jim Meyering  <meyering@lucent.com>
46396
46397         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
46398         directory.  Use "conftestXXXXXX" as the template.
46399         Suggestion from Paul Eggert.
46400
46401         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
46402         immediately, so the test doesn't mistakenly hit the max-open-files
46403         limit.
46404
46405 2001-11-18  Paul Eggert  <eggert@twinsun.com>
46406
46407         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
46408         (TEMPORARIES): New macro.
46409         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
46410         removes an artificial limitation (e.g. HP-UX 10.20, where
46411         TMP_MAX is 17576).
46412
46413 2001-11-18  Jim Meyering  <meyering@lucent.com>
46414
46415         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
46416
46417 2001-11-18  Jim Meyering  <meyering@lucent.com>
46418
46419         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
46420         on SunOS 4.
46421
46422         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
46423         files will be created before anything else.
46424
46425 2001-11-17  Paul Eggert  <eggert@twinsun.com>
46426
46427         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
46428         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
46429
46430 2001-11-17  Jim Meyering  <meyering@lucent.com>
46431
46432         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
46433         Prompted by a report from Bob Proulx.
46434
46435         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
46436         Instead, require UTILS_FUNC_MKSTEMP.
46437
46438 2001-11-17  Jim Meyering  <meyering@lucent.com>
46439
46440         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
46441         Now, that's done as part of AC_FUNC_STRTOD.
46442
46443 2001-11-17  Jim Meyering  <meyering@lucent.com>
46444
46445         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
46446         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
46447         rather than group writable.  Patch by Juan F. Codagnone.
46448
46449         * lib/readtokens.c: Remove explicit declarations of xmalloc and
46450         xrealloc, Instead, include "xalloc.h".
46451
46452         * lib/mountlist.c: Include unlocked-io.h after all system headers.
46453         Remove explicit declarations of xmalloc, xrealloc,
46454         and xstrdup.  Instead, include "xalloc.h".
46455
46456         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
46457         unlocked-io.h.
46458         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
46459         Likewise.
46460         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
46461
46462         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
46463         Reported by Padraig Brady.
46464
46465         * lib/mkstemp.c: #undef mkstemp.
46466         Include config.h.
46467         (rpl_mkstemp): Rename from mkstemp.
46468         Protoize.
46469
46470 2001-11-16  Jim Meyering  <meyering@lucent.com>
46471
46472         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
46473         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
46474         determine the amount of total physical memory, use pstat_getstatic.
46475         HPUX-11 doesn't define _SC_PHYS_PAGES.
46476         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
46477         If sysconf couldn't be used to determine the amount of available
46478         physical memory, use both pstat_getstatic and pstat_getdynamic.
46479         Based on a patch from Bob Proulx.
46480
46481 2001-11-10  Jim Meyering  <meyering@lucent.com>
46482
46483         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
46484         (jm_PREREQ): Use it.
46485
46486 2001-11-09  Jim Meyering  <meyering@lucent.com>
46487
46488         * m4/jm-macros.m4: Require autoconf-2.52f.
46489         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
46490         Use these AC_-prefixed names, not the AM_-prefixed ones.
46491
46492         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
46493
46494 2001-11-05  Jim Meyering  <meyering@lucent.com>
46495
46496         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
46497
46498 2001-11-04  Jim Meyering  <meyering@lucent.com>
46499
46500         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
46501         $DEFS.
46502
46503 2001-11-03  Jim Meyering  <meyering@lucent.com>
46504
46505         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
46506         of AC_DEFUN.
46507
46508         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
46509         know the name of the variable in the macro definition.
46510
46511 2001-11-03  Jim Meyering  <meyering@lucent.com>
46512
46513         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
46514         in argmatch_to_argument call.
46515
46516         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
46517         argument.
46518
46519         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
46520         e.g., a fault due to an attempt to free a NULL pointer.
46521
46522 2001-11-01  Jim Meyering  <meyering@lucent.com>
46523
46524         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
46525         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
46526
46527 2001-11-01  Jim Meyering  <meyering@lucent.com>
46528
46529         * lib/dirfd.c, lib/dirfd.h: New files.
46530         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
46531
46532         * lib/hash.c (hash_print) [TESTING]: Clean up.
46533
46534 2001-10-22  Paul Eggert  <eggert@twinsun.com>
46535
46536         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
46537         to avoid a warning if -Wall.
46538
46539 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
46540
46541         * README: New file
46542         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
46543         (per RMS's instructions, this is now the canonical source)
46544         * lgpl/, gpl/: New directories.
46545
46546 2001-10-21  Paul Eggert  <eggert@twinsun.com>
46547
46548         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
46549
46550 2001-10-21  Jim Meyering  <meyering@lucent.com>
46551
46552         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
46553         this code would end up calling gettext even in packages built
46554         with --disable-nls.
46555         * lib/getopt.c (_): Likewise.
46556         * lib/regex.c (_): Likewise.
46557
46558 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46559
46560         * m4/error.m4 (jm_PREREQ_ERROR):
46561         Do not invoke AC_CHECK_FUNCS with strerror_r, as
46562         AC_FUNC_STRERROR_R does that.
46563         Check for strerror declaration.
46564
46565         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
46566         are supposed to have them these days.
46567         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
46568         Merge changes from latest Autoconf CVS.
46569         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
46570         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
46571         POSIX decided to standardize on the int flavor of strerror_r.
46572
46573 2001-10-20  Paul Eggert  <eggert@twinsun.com>
46574
46575         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
46576         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
46577         Use strerror_r that is only a macro, even if it is not a function.
46578         (strerror): Check for HAVE_DECL_STRERROR before declaring.
46579         (private_strerror): Use prototypes, not old-style function definition.
46580         (print_errno_message): New function.
46581         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
46582         char*-flavored one.
46583         (error_tail, error, error_at_line): Use it.
46584
46585 2001-10-11  Jim Meyering  <meyering@lucent.com>
46586
46587         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
46588         and quote_n (1, ... to avoid clobbering a buffer.
46589
46590 2001-10-05  Jim Meyering  <meyering@lucent.com>
46591
46592         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
46593         hash-pjw.h.
46594         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
46595         * lib/hash-pjw.h: New file.
46596
46597 2001-09-30  Jim Meyering  <meyering@lucent.com>
46598
46599         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
46600         `struct fsstat' has the `f_fstypename' member.
46601         Use that to define FS_TYPE, which is now used to make
46602         the getfsstat link test tighter.
46603
46604 2001-09-30  Jim Meyering  <meyering@lucent.com>
46605
46606         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
46607         Include <sys/ucred.h>, for Apple Darwin.
46608         Include sys/mount.h and sys/fs_types.h only if available.
46609         (FS_TYPE): Define.
46610         (read_filesystem_list): Use FS_TYPE.
46611
46612 2001-09-29  Paul Eggert  <eggert@twinsun.com>
46613
46614         * lib/exclude.c (excluded_filename): 0 -> false, since it's
46615         a boolean context.
46616
46617 2001-09-29  Jim Meyering  <meyering@lucent.com>
46618
46619         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46620         [one-argument getmntent function]): Include stdio.h before mntent.h.
46621         SunOS 4.1.x needs it for the declaration of `FILE'.
46622         Patch by Volker Borchert.
46623
46624         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
46625         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
46626         sys/fs_types.h, and make the link-test for getfsstat guard #include
46627         directives with appropriate #if HAVE_*_H tests so that we can
46628         detect getfsstat on Apple Darwin1.3.7 systems.
46629         Reported by Nelson Beebe.
46630         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
46631
46632 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46633
46634         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46635         #defines strtoimax.  Also treat the other strto* functions
46636         like strtoimax.
46637
46638         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46639         Check for strtoul and strtoumax,
46640         as those declarations are made even in the signed case.
46641         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
46642         Likewise, for strtol and strtoimax.
46643
46644 2001-09-28  Paul Eggert  <eggert@twinsun.com>
46645
46646         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
46647         #defines strtoimax.  Also treat the other strto* functions
46648         like strtoimax.
46649
46650         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
46651         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
46652         (strtoimax, strtoumax): Do not declare if already defined as a macro.
46653
46654 2001-09-26  Jim Meyering  <meyering@lucent.com>
46655
46656         Most macros in unlocked-io.h had the wrong number of arguments.
46657         * lib/gen-uio: New script.
46658         (USE_UNLOCKED_IO): Define to 1 if not already defined.
46659         * lib/unlocked-io.hin: Remove file.
46660         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
46661         rather than trying to embed it here.
46662         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
46663         Reported by Padraig Brady.
46664
46665 2001-09-25  Volker Borchert  <bt@teknon.de>
46666
46667         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
46668         `result'.
46669
46670 2001-09-24  Jim Meyering  <meyering@lucent.com>
46671
46672         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
46673
46674 2001-09-23  Jim Meyering  <meyering@lucent.com>
46675
46676         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
46677         instead of the mere test for existence of mntent.h.  The latter
46678         would get a false-positive on AIX 3.4 systems.
46679         In the outer getmntent if-block, don't die if neither of the getmntent
46680         tests succeeds.  Instead, just fall through and continue with the
46681         remaining tests.
46682
46683 2001-09-23  Jim Meyering  <meyering@lucent.com>
46684
46685         * lib/mountlist.c: Remove useless parentheses in #if directives.
46686         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
46687         the deprecated MOUNTED symbol is no longer defined in mntent.h.
46688
46689 2001-09-22  Jim Meyering  <meyering@lucent.com>
46690
46691         * m4/gettext.m4: New file.  From gettext.
46692         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
46693         * m4/progtest.m4: Likewise
46694         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
46695         * m4/glibc21.m4: Likewise.
46696
46697         * m4/libintl.m4: Remove.  No longer used.
46698
46699 2001-09-22  Jim Meyering  <meyering@lucent.com>
46700
46701         * lib/localcharset.c: Update from latest gettext.
46702         * lib/config.charset: Likewise.
46703
46704 2001-09-20  Jim Meyering  <meyering@lucent.com>
46705
46706         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
46707         strtoimax.
46708         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
46709         strtoumax.
46710
46711 2001-09-20  Jim Meyering  <meyering@lucent.com>
46712
46713         * lib/xstrtol.c (strtoimax): Guard declaration with
46714         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
46715         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
46716         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
46717         (strtoumax): Likewise, for completeness (it wasn't necessary).
46718
46719 2001-09-17  Paul Eggert  <eggert@twinsun.com>
46720
46721         * lib/strtoimax.c (HAVE_LONG_LONG):
46722         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
46723         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
46724         to work around bug in IBM C compiler.
46725
46726 2001-09-17  Jim Meyering  <meyering@lucent.com>
46727
46728         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
46729         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
46730         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
46731         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
46732         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
46733         whenever the right hand side need not be expanded by the shell.
46734
46735 2001-09-16  Paul Eggert  <eggert@twinsun.com>
46736
46737         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
46738         library.  It's not correct, as some older glibcs are buggy.
46739         fnmatch wasn't fixed until glibc 2.2.
46740
46741         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
46742         special shell magic here.
46743
46744 2001-09-16  Jim Meyering  <meyering@lucent.com>
46745
46746         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
46747         * m4/jm-macros.m4: Require it.
46748
46749 2001-09-16  Jim Meyering  <meyering@lucent.com>
46750
46751         * lib/mkdir.c: New file.
46752
46753 2001-09-15  Jim Meyering  <meyering@lucent.com>
46754
46755         * m4/jm-macros.m4: Check for help2man.
46756
46757 2001-09-11  Jim Meyering  <meyering@lucent.com>
46758
46759         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
46760         The body, by Paul Eggert, was moved here from configure.in.
46761         * m4/jm-macros.m4: Require UTILS_HOST_OS.
46762
46763 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46764
46765         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
46766         (jm_PREREQ): Use it.
46767
46768 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46769
46770         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
46771         Use ssize_t, not int, to store result of readlink.
46772         Check for ssize_t overflow as well as size_t overflow,
46773         as POSIX says the result of readlink is implementation-defined
46774         when ssize_t overflows.
46775         Remove unnecessary cast to char*.
46776         Use free+malloc instead of realloc, as the storage doesn't need
46777         to be preserved and it's clearer and can be more efficient that way.
46778         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
46779         * lib/xreadlink.h (xreadlink): Update prototype.
46780
46781 2001-09-04  Paul Eggert  <eggert@twinsun.com>
46782
46783         * lib/xgetcwd.c: Revert some of the previous change; intead,
46784         fix the HAVE_GETCWD_NULL code to behave more like the
46785         !HAVE_GETCWD_NULL code used to.
46786
46787         Include "xalloc.h".
46788         (xgetcwd): Do not return NULL when memory is exhausted; instead,
46789         invoke xalloc_die.
46790
46791 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46792
46793         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
46794         sys/param.h, as pathmax.h includes them.
46795
46796 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46797
46798         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
46799         (jm_PREREQ_XGETCWD): New macro.
46800
46801         * m4/getcwd.m4: New file.
46802
46803 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46804
46805         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
46806         like the HAVE_GETCWD_NULL code.
46807         Include pathmax.h if not HAVE_GETCWD.
46808         Do not include xalloc.h.
46809         (INITIAL_BUFFER_SIZE): New symbol.
46810         Do not use xmalloc / xrealloc, since the caller is responsible for
46811         handling errors.  Preserve errno around `free' during failure.
46812         Do not overrun buffer when using getwd.
46813
46814 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46815
46816         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
46817         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
46818         getcwd (NULL, 0).
46819
46820 2001-09-03  Paul Eggert  <eggert@twinsun.com>
46821
46822         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
46823         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
46824         spotted by Jim Meyering.
46825
46826 2001-09-03  Jim Meyering  <meyering@lucent.com>
46827
46828         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
46829         failure.
46830
46831 2001-09-02  Jim Meyering  <meyering@lucent.com>
46832
46833         * lib/error.c: Update from GNU libc.
46834
46835 2001-09-01  Jim Meyering  <meyering@lucent.com>
46836
46837         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
46838         Used by df.
46839
46840 2001-09-01  Jim Meyering  <meyering@lucent.com>
46841
46842         * lib/xreadlink.c: New file.
46843         * lib/xreadlink.h: New file.
46844         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
46845         xreadlink.h.
46846
46847         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
46848         doesn't conflict with sparc Solaris 7's definition in
46849         /usr/include/sys/int_types.h.
46850
46851         * lib/exclude.c: Use `""', not `<>' to #include non-system header
46852         files.
46853         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
46854         and strncasecmp as r-values.  Unixware didn't have declarations.
46855
46856 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46857
46858         * lib/xstrtol.h: Add copyright notice.
46859         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
46860         LONGINT_INVALID_SUFFIX_CHAR.
46861
46862 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46863
46864         * lib/xstrtol.c (strtoimax): New decl.
46865
46866 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46867
46868         * lib/xgetcwd.c: Don't include pathmax.h.
46869         Include stdlib.h and unistd.h if available.
46870         Include xalloc.h.
46871         (xmalloc, xstrdup, free): Remove decls.
46872         (xgetcwd): Don't assume sizes fit in unsigned.
46873         Check for overflow when computing sizes.
46874         Simplify reallocation code.
46875
46876 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46877
46878         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
46879         a directory's st_size can have an arbitrary value, so the old
46880         usage could waste an arbitrary amount of memory.  All uses
46881         changed.
46882         * lib/savedir.h: Update prototype.
46883
46884 2001-08-31  Paul Eggert  <eggert@twinsun.com>
46885
46886         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
46887
46888         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
46889         old strtoimax.c.
46890
46891         Also, make the following further changes to make this file's
46892         configuration more similar to that of strtol.c:
46893         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
46894         (strtoumax, uintmax_t, strtoull, strtol): Remove.
46895         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
46896         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
46897         changed to signed values.
46898
46899         And make the following changes as well:
46900         Fix copyright notice, as 1999 was missing.
46901         (verify): New macro.
46902         (strtoimax): Check sizes at compile-time, not run-time.
46903         Prefer strtol to strtoll if both work.
46904         (main): Remove; it was not that useful and was a pain to maintain.
46905
46906         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
46907
46908 2001-08-31  Jim Meyering  <meyering@lucent.com>
46909
46910         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
46911         Use an initial, malloc'd, buffer of length 128 rather than
46912         a statically allocated one of length 1024.
46913
46914 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46915
46916         Simplify code, partly by assuming autoconf 2.52 semantics.
46917
46918         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
46919
46920         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
46921         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
46922         All uses removed.
46923         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
46924         Move AC_REQUIRE to next-to-top level, to avoid confusion.
46925         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
46926         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
46927         jm_AC_HEADER_INTTYPES_H.
46928         * m4/jm-macros.m4 (jm_MACROS): Likewise.
46929
46930         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
46931
46932         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
46933         Quote first arg of AC_DEFUN.
46934         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
46935         since they are needed to parse the include file even if we need
46936         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
46937         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
46938         but with opposite signedness.
46939
46940 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46941
46942         Merge 'exclude' changes from tar 1.13.22.
46943         This fixes one or two unlikely storage allocation overflow bugs,
46944         but doesn't change user-visible behavior otherwise.
46945
46946 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46947
46948         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
46949         (jm_PREREQ_EXCLUDE): New macro.
46950
46951 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46952
46953         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
46954         tm to be declared.
46955
46956 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46957
46958         * lib/hash.c: Remove '2001' from copyright notice.
46959
46960 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46961
46962         * lib/full-write.h: New file.
46963         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
46964         * lib/full-write.c: Correct credits, as cccp.c no longer
46965         exists and anyway it was so heavily changed from the old cccp
46966         code as to be unrecognizable.  Include full-write.h.
46967         (full_write) Return size_t, with short writes meaning failure.
46968         All callers changed.  This fixes a bug with large buffers
46969         on 64-bit hosts.
46970         * lib/utime.c: Include full-write.h.
46971
46972 2001-08-30  Paul Eggert  <eggert@twinsun.com>
46973
46974         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
46975         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
46976         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
46977         Include if available.
46978         (<xalloc.h>): Include
46979         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
46980         (verify): New macro.  Use it to verify that EXCLUDE macros do not
46981         collide with FNM macros.
46982         (struct patopts): New struct.
46983         (struct exclude): Use it, as exclude patterns now come with options.
46984         (new_exclude): Support above changes.
46985         (new_exclude, add_exclude_file):
46986         Initial size must now be a power of two to simplify overflow checking.
46987         (free_exclude, fnmatch_no_wildcards): New function.
46988         (excluded_filename): No longer requires options arg, as the options
46989         are determined by add_exclude.  Now returns bool, not int.
46990         (excluded_filename, add_exclude):
46991         Add support for the fancy new exclusion options.
46992         (add_exclude, add_exclude_file): Now takes int options arg.
46993         Check for arithmetic overflow when computing sizes.
46994         (add_exclude_file): xrealloc might modify errno, so don't
46995         realloc until after errno might be used.
46996
46997         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
46998         New macros.
46999         (free_exclude): New decl.
47000         (add_exclude, add_exclude_file): Now takes int options arg.
47001         (excluded_filename): No longer requires options arg, as the options
47002         are determined by add_exclude.  Now returns bool, not int.
47003
47004 2001-08-30  Paul Eggert  <eggert@twinsun.com>
47005
47006         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
47007
47008 2001-08-27  Jim Meyering  <meyering@lucent.com>
47009
47010         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
47011
47012         * lib/version-etc.c (N_): Remove definition.
47013         Revert most of last change.
47014         Instead, simply don't mark the `Copyright...' string for translation.
47015         Based on advice from Paul Eggert.
47016
47017         * lib/strtoxmax.c: Tweak comment.
47018
47019 2001-08-26  Jim Meyering  <meyering@lucent.com>
47020
47021         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
47022
47023         * m4/xstrtoimax.m4: New file.
47024         * m4/xstrtoumax.m4: Add comments explaining why we
47025         AC_REPLACE_FUNCS(strtol).
47026
47027 2001-08-26  Jim Meyering  <meyering@lucent.com>
47028
47029         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
47030         of copyright with `%s' so translators don't get an untranslated
47031         message in 2002.
47032         (COPYRIGHT_YEAR): Define.
47033         (version_etc): Use fprintf rather than fputs.
47034         Suggestion from Ulrich Drepper.
47035
47036         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
47037
47038         * lib/strtoll.c: New file, from GNU libc.
47039         * lib/xstrtoimax.c: New file.
47040
47041         * lib/xstrtol.h: Add xstrtoimax.
47042         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
47043         * lib/strtoimax.c: New file.  Likewise, but first define
47044         STRTOUXMAX_SIGNED.
47045
47046         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
47047         ...
47048         * lib/strtoxmax.c: ... then renamed to this.
47049
47050 2001-08-18  Paul Eggert  <eggert@twinsun.com>
47051
47052         * m4/inttypes.m4: Add AC_PREREQ(2.13).
47053         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
47054         (jm_AC_TYPE_INTMAX_T): New macro.
47055         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
47056
47057         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
47058
47059         * m4/longlong.m4: Renamed from ulonglong.m4.
47060         * m4/inttypes.m4: Renamed from inttypes_h.m4.
47061         * m4/uintmax_t.m4: Removed.
47062
47063 2001-08-13  Paul Eggert  <eggert@twinsun.com>
47064
47065         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
47066         Port to Solaris 8, where 'sed' requires a space after the 'r'
47067         command, and where sh dislikes "$/".  Clean up the spacing a bit.
47068         Redirect output to $tmp just once.
47069
47070 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
47071
47072         * lib/addext.c (<errno.h>): Include.
47073         (errno): Declare if not defined.
47074         (addext): Work correctly when pathconf returns -1 and leaves
47075         errno alone because there is no limit.  Also, work even if
47076         pathconf returns a value greater than SIZE_MAX.
47077
47078 2001-08-12  Jim Meyering  <meyering@lucent.com>
47079
47080         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
47081         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
47082         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
47083         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
47084         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
47085         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
47086         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
47087         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
47088         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
47089         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
47090         utime.m4, utimes.m4, xstrtoumax.m4:
47091         Quote the first argument in each use of AC_DEFUN.
47092
47093 2001-08-12  Jim Meyering  <meyering@lucent.com>
47094
47095         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
47096         Simply `return getcwd (NULL, 0);'.
47097         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
47098         Use 1300 as initial value for length, not PATH_MAX.
47099
47100         * lib/pathmax.h: Clean up cpp syntax.
47101
47102 2001-08-12  Jim Meyering  <meyering@lucent.com>
47103
47104         * lib/gettimeofday.c: New file.
47105         * lib/gtod.h: New file.
47106         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
47107
47108 2001-08-05  Jim Meyering  <meyering@lucent.com>
47109
47110         * m4/jm-macros.m4: Require autoconf-2.52.
47111
47112 2001-08-04  Jim Meyering  <meyering@lucent.com>
47113
47114         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
47115         stmt, to get in sync with glibc.
47116
47117 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47118
47119         The following changes are from gettext 0.10.39 as maintained by
47120         Bruno Haible.
47121
47122         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
47123         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
47124         with inverted sense.  All uses changed.
47125
47126         * lib/mbswidth.c: Don't include <limits.h>.
47127         Include <stdlib.h> and <string.h> unconditionally.
47128         (iswcntrl, mbsinit, ISCNTRL): New macros.
47129         (mbsnwidth): Use K&R style function declarations.
47130         Don't bother checking for MB_LEN_MAX == 1, since the compiler
47131         can optimize it when MB_CUR_MAX == 1.
47132         The width of control characters is zero, not 1.
47133
47134 2001-08-03  Paul Eggert  <eggert@twinsun.com>
47135
47136         The following changes are from gettext 0.10.39 as maintained by
47137         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
47138
47139         * m4/codeset.m4: Upgrade to serial AM1.
47140         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
47141         all uses changed.  Quote first arg of AC_DEFUN.
47142         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
47143
47144         * m4/iconv.m4: Upgrade to serial AM2.
47145         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
47146         Add --with-libconv-prefix.
47147         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
47148         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
47149         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
47150         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
47151         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
47152
47153         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
47154         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
47155         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
47156         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
47157         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
47158         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
47159         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
47160         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
47161         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
47162
47163         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
47164         string.h any more.
47165
47166         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
47167         not the default value.
47168
47169         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
47170         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
47171         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
47172         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
47173         Also check for iswcntrl, used for wcwidth fallback.
47174         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
47175         to Autoconf 2.13.
47176
47177 2001-08-03  Jim Meyering  <meyering@lucent.com>
47178
47179         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
47180         as it was in the original.  Reported by Paul Eggert.
47181
47182 2001-07-16  Jim Meyering  <meyering@lucent.com>
47183
47184         * m4/gettimeofday.m4: New file.
47185         Prompted by a report from Bernhard Baehr.
47186
47187 2001-07-15  Jim Meyering  <meyering@lucent.com>
47188
47189         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
47190         stuff. Now it's in ../Makefile.cfg.
47191
47192 2001-07-15  Jim Meyering  <meyering@lucent.com>
47193
47194         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
47195         (BUILT_SOURCES): Add unlocked-io.h.
47196         (io_functions): Define.
47197         (unlocked-io.h): New rule.
47198         (DISTCLEANFILES): Add unlocked-io.h.
47199         (all-local): Depend on unlocked-io.h, to ensure it is created.
47200
47201         * lib/unlocked-io.hin: New file
47202
47203         * lib/regex.c: Update from glibc.
47204
47205 2001-07-05  Jim Meyering  <meyering@lucent.com>
47206
47207         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
47208         recommendation.
47209         (libfetish_a_SOURCES): Put all .h files here instead.
47210         Remove a thus-exposed (better checks in automake) duplicate and
47211         two unnecessary .h files.
47212
47213 2001-07-04  Jim Meyering  <meyering@lucent.com>
47214
47215         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
47216         that generates jm-glibc-io.m4 so that it doesn't trigger any make
47217         distcheck failure.
47218
47219 2001-07-02  Jim Meyering  <meyering@lucent.com>
47220
47221         The following changes were prompted by suggestions from Bruno Haible.
47222
47223         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
47224         is now generated.
47225         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
47226         definition of EXTRA_DIST.
47227         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
47228         ensure that the generated file is created/updated whenever the list
47229         of $(unlocked_functions) is changed.
47230         (jm-glibc-io.m4): New rule.
47231         (unlocked-io.h): New rule -- currently unused.
47232
47233 2001-06-24  Jim Meyering  <meyering@lucent.com>
47234
47235         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
47236         unmatched right bracket, rather than kludging it with an extra,
47237         falsely-matching quote in a comment.  Patch by Akim Demaille.
47238
47239 2001-06-11  Jim Meyering  <meyering@lucent.com>
47240
47241         * lib/regex.c: Update from GNU libc.
47242
47243 2001-05-27  Jim Meyering  <meyering@lucent.com>
47244
47245         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
47246         Check for ut_type in struct utmp.
47247
47248 2001-05-27  Jim Meyering  <meyering@lucent.com>
47249
47250         * lib/readutmp.h (UT_TYPE): Define.
47251
47252 2001-05-24  Jim Meyering  <meyering@lucent.com>
47253
47254         * lib/argmatch.c: Include "quote.h".
47255         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
47256         quote function.  Reported by Göran Uddeborg.
47257
47258 2001-05-22  Jim Meyering  <meyering@lucent.com>
47259
47260         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
47261         now that we use the package-supplied version unconditionally.
47262         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
47263
47264 2001-05-21  Jim Meyering  <meyering@lucent.com>
47265
47266         * m4/regex.m4: Change a couple backticks to single quotes to avoid
47267         shell syntax errors.
47268
47269 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47270
47271         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
47272
47273 2001-05-20  Paul Eggert  <eggert@twinsun.com>
47274
47275         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
47276         Don't bother to check library strftime, since
47277         we'll be using our own my_strftime function anyway.
47278         Define my_strftime instead of strftime.
47279
47280 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
47281
47282         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
47283         which is not yet declared.
47284
47285 2001-05-15  Jim Meyering  <meyering@lucent.com>
47286
47287         * m4/regex.m4: Use proper quoting so brackets appear in the test
47288         program.
47289         Reported by, and with help from, Bruno Haible.
47290
47291 2001-05-13  Jim Meyering  <meyering@lucent.com>
47292
47293         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
47294         undefined.
47295
47296 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47297
47298         dirname code cleanup.  base_name now behaves more compatibly
47299         with POSIX basename when given file names that have trailing
47300         slashes, and similarly for dir_name.  Add new primitives
47301         base_len and dir_len.  Put the directory-name-related decls
47302         into dirname.h.
47303
47304         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
47305         * lib/backupfile.c (base_name): Likewise.
47306         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
47307         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
47308         * lib/makepath.c (strip_trailing_slashes): Likewise.
47309         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
47310         ISSLASH): Likewise.
47311         * lib/rename.c (strip_trailing_slashes): Likewise.
47312         * lib/same.c (base_name): Likewise.
47313         * lib/stripslash.c (ISSLASH): Likewise.
47314
47315         * lib/addext.c: Include <dirname.h> after size_t is defined.
47316         * lib/backupfile.c: Likewise.
47317
47318         * lib/addext.c (addext): Use base_len to trim redundant
47319         trailing slashes instead of doing it ourselves.
47320         But do not trim the last slash if it is not redundant.
47321
47322         * lib/backupfile.c (find_backup_file_name,
47323         max_backup_version): Use base_len instead of rolling it ourselves.
47324         Handle the case of "" and (on DOS) "C:" correctly.
47325
47326         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
47327         needed. Include <string.h>, <dirname.h>.
47328         (base_name): Allow file names ending in slashes, other than names
47329         that are all slashes.  In this case, return the basename followed
47330         by the slashes.  This is more general, and can be used in places
47331         where the original base_name purposely had an assertion failure.
47332         (base_len): New function.
47333
47334         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
47335         Do not include <assert.h>; no longer needed.
47336         Include xalloc.h.
47337         (memrchr): Remove decl.
47338         (dir_name_r): Remove.
47339         (dir_len): Renamed from dirlen.  All callers changed.
47340         Rewrite in terms of base_name, for simplicity and consistency.
47341         (dir_name): Never return NULL.  All callers changed.
47342         Do not include <stdlib.h> in test program; no longer needed.
47343         return 0; is fine for test program.
47344
47345         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
47346         New macros.
47347         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
47348
47349         * lib/path-concat.c (path_concat): Use base_len to compute
47350         base length, not strlen; this means we cannot rely on memcpy
47351         to null-terminate.
47352
47353         * lib/same.c (STREQ): Remove.
47354         (same_name): Handle the case where the basename ends in trailing '/'.
47355
47356         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
47357         a slash was stripped.  Do not strip the last slash after a
47358         file system prefix.
47359
47360 2001-05-11  Paul Eggert  <eggert@twinsun.com>
47361
47362         * lib/Makefile.am (libfetish_a_SOURCES):
47363         Add strftime.c, since we now compile it on all hosts.
47364
47365         * lib/strftime.c (my_strftime):
47366         Define to nstrftime if emacs, but only if my_strftime is not defined.
47367         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
47368         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
47369         Add one more extra argument: a nanoseconds value.
47370         All uses changed.
47371         (ns): New macro.
47372         (my_strftime function): Add %N format.
47373         (emacs_strftimeu): Renamed from emacs_strftime,
47374         with extra ut argument.
47375
47376 2001-05-09  Paul Eggert  <eggert@twinsun.com>
47377
47378         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
47379
47380 2001-04-21  Jim Meyering  <meyering@lucent.com>
47381
47382         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
47383         doesn't interfere.
47384
47385 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
47386
47387         * m4/ftruncate.m4: Check for chsize.
47388         Link with ftruncate.o unconditionally if ftruncate is missing.
47389         This was required when cross-compiling to i586-mingw32msvc.
47390
47391 2001-04-08  Jim Meyering  <meyering@lucent.com>
47392
47393         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
47394         recomputed; that's necessary when the offset spans a DST transition.
47395         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
47396
47397 2001-04-02  Jim Meyering  <meyering@lucent.com>
47398
47399         * lib/regex.h, regex.c: Update from GNU libc.
47400
47401 2001-03-24  Jim Meyering  <meyering@lucent.com>
47402
47403         * m4/jm-macros.m4: Require autoconf-2.49d.
47404
47405 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
47406
47407         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
47408
47409 2001-03-19  Paul Eggert  <eggert@twinsun.com>
47410
47411         * lib/version-etc.c (version_etc_copyright): Update to 2001.
47412
47413 2001-03-17  Jim Meyering  <meyering@lucent.com>
47414
47415         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
47416         now that the version in autoconf is equivalent.
47417         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
47418
47419         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
47420         Suggestion from Akim Demaille.
47421
47422         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
47423         (jm_PREREQ_TEMPNAME): New function.
47424
47425 2001-03-16  Paul Eggert  <eggert@twinsun.com>
47426
47427         * lib/tempname.c (uint64_t): Define to uintmax_t if
47428         not defined, and if UINT64_MAX is not defined.
47429         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
47430         Reported by John David Anglin.
47431
47432 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
47433
47434         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
47435         resolve alias if codeset is empty.
47436         * lib/config.charset (BeOS): Use wildcard syntax.
47437
47438 2001-03-13  Jim Meyering  <meyering@lucent.com>
47439
47440         * lib/path-concat.c (path_concat)
47441         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
47442         concatenating e.g., `C:' and `foo'.
47443         From Bruno Haible.
47444
47445 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47446
47447         * lib/localcharset.c (locale_charset): Don't use
47448         setlocale(LC_CTYPE,NULL). Don't return NULL.
47449         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
47450
47451 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
47452
47453         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
47454         support for DOS/DJGPP.
47455
47456 2001-03-01  Paul Eggert  <eggert@twinsun.com>
47457
47458         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
47459         lacks mkstemp.  Compile our own tempname.c if we compile our own
47460         mkstemp.c, as mkstemp relies on tempname.
47461
47462 2001-03-01  Jim Meyering  <meyering@lucent.com>
47463
47464         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
47465         AH_VERBATIM really does output its argument verbatim.
47466
47467 2001-02-28  Paul Eggert  <eggert@twinsun.com>
47468
47469         * lib/Makefile.am (libfetish_a_SOURCES):
47470         Add dup-safer.c, fopen-safer.c.
47471         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
47472
47473         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
47474         * lib/unistd-safer.h: New files.
47475
47476 2001-02-25  Paul Eggert  <eggert@twinsun.com>
47477
47478         The mkstemp replacement is taken from glibc 2.2.2, with some
47479         portability fixes for use outside glibc, as follows:
47480
47481         * lib/tempname.c (struct_stat64): New macro.
47482         (direxists, __gen_tempname): Use it.
47483         This avoids a portability problem with Solaris 8.
47484
47485         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
47486         (<stddef.h>, <stdint.h>, <string.h>):
47487         Include only if STDC_HEADERS || _LIBC.
47488         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
47489         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
47490         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
47491         (__set_errno): Define this macro if <errno.h> doesn't.
47492         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
47493         Define these macros if <stdio.h> doesn't.
47494         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
47495         Define these macros if <sys/stat.h>
47496         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
47497         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
47498         __xstat64): Define if not _LIBC.
47499         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
47500         (__gen_tempname): Invoke gettimeofday only if
47501         HAVE_GETTIMEOFDAY || _LIBC;
47502         otherwise, fall back on plain "time".
47503         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
47504
47505         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
47506
47507         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
47508
47509 2001-02-18  Paul Eggert  <eggert@twinsun.com>
47510
47511         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
47512
47513 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47514
47515         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
47516         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
47517         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
47518         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
47519
47520 2001-02-17  Paul Eggert  <eggert@twinsun.com>
47521
47522         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
47523         Remove workaround macros for hosts that have mbrtowc but not
47524         mbstate_t, as we now insist on proper declarations for both
47525         before using mbrtowc.
47526
47527 2001-02-17  Jim Meyering  <meyering@lucent.com>
47528
47529         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
47530         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
47531         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
47532         UnixWare 7.1.1.
47533
47534         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
47535         rather than AC_CACHE_VAL.
47536
47537 2001-02-17  Jim Meyering  <meyering@lucent.com>
47538
47539         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
47540         around included file name.
47541
47542         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
47543
47544         * lib/strftime.c: Update from GNU libc (the only changes were to
47545         comments).
47546
47547 2001-02-17  Jim Meyering  <meyering@lucent.com>
47548
47549         * lib/regex.c: Update from libc.
47550
47551 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
47552
47553         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
47554         clash.
47555
47556 2001-02-16  Paul Eggert  <eggert@twinsun.com>
47557
47558         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
47559         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
47560         Reported by Mark Hounschell via Paul Eggert.
47561
47562 2001-02-07  Jim Meyering  <meyering@lucent.com>
47563
47564         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
47565
47566 2001-02-05  Jim Meyering  <meyering@lucent.com>
47567
47568         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
47569         it includes the patch required for `large file' support with at least
47570         HP-UX's 10.20 /bin/cc.
47571
47572 2001-02-03  Jim Meyering  <meyering@lucent.com>
47573
47574         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
47575         AS_IF, now that it works once again (mysteriously).
47576         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47577
47578 2001-01-30  Jim Meyering  <meyering@lucent.com>
47579
47580         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
47581         * m4/chown.m4: Rename conftestchown to conftest.chown.
47582         * m4/rename.m4: s/conftestdir/conftest.d1/ and
47583         s/conftestdir2/conftest.d2/.
47584         * m4/utimes.m4: s/conftestdata/conftest.data/
47585         Inspired by Pavel Roskin's change in autoconf.
47586
47587 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
47588
47589         * lib/config.charset: Update for FreeBSD 4.2.
47590
47591 2001-01-27  Jim Meyering  <meyering@lucent.com>
47592
47593         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
47594         a use of AS_IF.
47595         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
47596
47597 2001-01-26  Jim Meyering  <meyering@lucent.com>
47598
47599         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
47600         quotearg.c includes it.
47601
47602 2001-01-26  Jim Meyering  <meyering@lucent.com>
47603
47604         * lib/quotearg.c: Include stddef.h.
47605         * lib/quote.c: Include stddef.h.
47606         Reported by Axel Kittenberger.
47607
47608         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
47609         line in double quotes so that it evokes a better diagnostic.
47610         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
47611         Reported by Axel Kittenberger.
47612
47613 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
47614
47615         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
47616         as if it was a `charset'.
47617
47618 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47619
47620         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
47621         has const.
47622
47623 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
47624
47625         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
47626         to avoid a warning.  Add back 'const' to inptr.
47627
47628 2001-01-20  Jim Meyering  <meyering@lucent.com>
47629
47630         Be sure that headers are checked before used in code compiled
47631         for the type checks.
47632         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
47633         In place of that, invoke jm_CHECK_ALL_TYPES.
47634         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
47635         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
47636         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
47637         The check for ssize_t was mistakenly run before the test for unistd.h.
47638
47639         The configure-time check for stdbool.h was missing.
47640         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
47641         (jm_PREREQ_HASH): New function.
47642
47643 2001-01-17  Jim Meyering  <meyering@lucent.com>
47644
47645         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
47646         for autoconf-2.49c.
47647         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
47648
47649 2001-01-16  Jim Meyering  <meyering@lucent.com>
47650
47651         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
47652         From Bruno Haible.
47653
47654 2001-01-14  Jim Meyering  <meyering@lucent.com>
47655
47656         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
47657         foo and bar.  Create conftestdir/ in the script, not in the C code.
47658         Remove directories in the script, not in the C code.
47659         Remove conftestdir{,2} before trying to create the directory.
47660         Make the entire configure script fail if the mkdir fails.
47661
47662 2001-01-14  Jim Meyering  <meyering@lucent.com>
47663
47664         * lib/rename.c: New file.  From Volker Borchert.
47665         Include stdlib.h, string.h or strings.h, and xalloc.h.
47666         Use strip_trailing_slashes rather than open-coding it.
47667
47668 2001-01-03  Paul Eggert  <eggert@twinsun.com>
47669
47670         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
47671
47672 2001-01-03  Jim Meyering  <meyering@lucent.com>
47673
47674         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
47675         of local `inptr' to avoid warning with some system declarations of
47676         iconv.
47677
47678 2001-01-02  Volker Borchert  <bt@teknon.de>
47679
47680         * m4/rename.m4: New file.
47681         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
47682
47683 2001-01-01  Jim Meyering  <meyering@lucent.com>
47684
47685         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
47686         even on systems with utmpx.h.  It's necessary for the declaration of
47687         utmp's ut_user member.  Reported by Andreas Jaeger.
47688
47689         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
47690         available. They are required for the declarations of getgrgid and
47691         getpwuid resp.
47692         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
47693         Reported by Andreas Jaeger.
47694
47695 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
47696
47697         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
47698         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
47699         so `make install' also works in VPATH builds.
47700
47701 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
47702
47703         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
47704         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
47705         can be used in subdirectories.
47706
47707 2000-12-29  Paul Eggert  <eggert@twinsun.com>
47708
47709         * lib/modechange.c: Do not assume that mode_t uses the
47710         traditional octal encoding.  E.g. "chmod 1 FOO" should set
47711         the other-execute bit of FOO even if S_IXOTH != 1.
47712
47713         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
47714         WOTH, XOTH, ALLM): New macros.
47715         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
47716          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
47717         Use them.
47718         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
47719         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
47720         (mode_compile):
47721         No need to use uintmax_t; unsigned long is long enough.
47722         Don't bother to get suffix since we don't use it.
47723
47724 2000-12-26  Jim Meyering  <meyering@lucent.com>
47725
47726         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
47727         better with autoheader.
47728
47729 2000-12-24  Jim Meyering  <meyering@lucent.com>
47730
47731         * lib/hash.c (is_prime): Return explicit boolean values.
47732         (hash_get_first): Return NULL to appease Irix5.6's 89.
47733         Reported by Nelson Beebe.
47734
47735 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
47736
47737         * lib/localcharset.c (locale_charset): Add support for Win32.
47738
47739 2000-12-18  Paul Eggert  <eggert@twinsun.com>
47740
47741         * lib/physmem.h, lib/physmem.c: New files.
47742
47743         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
47744         (noinst_HEADERS): Add physmem.h.
47745
47746         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
47747         't' for compatibility with Solaris 8 sort.
47748
47749 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
47750
47751         * lib/config.charset: Add support for BeOS.
47752
47753 2000-12-17  Jim Meyering  <meyering@lucent.com>
47754
47755         * m4/dos.m4 (jm_AC_DOS): New file and macro.
47756         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
47757
47758 2000-12-16  Jim Meyering  <meyering@lucent.com>
47759
47760         This bug had a serious impact on chown: `chown N:M FILE' (for integer
47761         N and M) would have treated it like `chown N:N FILE'.
47762
47763         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
47764
47765 2000-12-16  Jim Meyering  <meyering@lucent.com>
47766
47767         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
47768         SHELLS_FILE to a file name that's useful on djgpp systems.
47769         Include stdlib.h.
47770         (ADDITIONAL_DEFAULT_SHELLS): Define.
47771         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
47772         Based mostly on a patch from Prashant TR.
47773
47774 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
47775
47776         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
47777         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
47778         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
47779
47780 2000-12-08  Andreas Schwab  <schwab@suse.de>
47781
47782         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
47783         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
47784
47785 2000-12-07  Jim Meyering  <meyering@lucent.com>
47786
47787         * lib/stripslash.c (ISSLASH): Define.
47788         (strip_trailing_slashes): Use ISSLASH rather than comparing against
47789         `/'.
47790         From Prashant TR.
47791
47792         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
47793         (dir_name_r): Declare this function as static.
47794         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
47795         manifest itself on a name containing a mix of slashes and
47796         backslashes.
47797         Make this function work with names starting with a DOS-style
47798         drive letter and colon prefix.
47799         (dir_name): Append `.' if necessary.
47800         Based mostly on patches from Prashant TR and Eli Zaretskii.
47801
47802         * lib/dirname.h (dir_name_r): Remove prototype.
47803
47804 2000-12-06  Paul Eggert  <eggert@twinsun.com>
47805
47806         * m4/off_t-format.m4: Remove this file.
47807         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
47808
47809 2000-12-06  Jim Meyering  <meyering@lucent.com>
47810
47811         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
47812         replacement strtoull, we may well need the replacement strtoul, too.
47813         Check for declarations of strtoul and strtoull.
47814         Check for strtol.  Mainly as a cue to cause automake to include
47815         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
47816         Check for limits.h -- strtol.c needs it.
47817
47818 2000-12-05  Jim Meyering  <meyering@lucent.com>
47819
47820         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
47821
47822 2000-12-04  Jim Meyering  <meyering@lucent.com>
47823
47824         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
47825         Also include memory.h, stdlib.h, unistd.h if appropriate.
47826         Reported by Andreas Jaeger (conflicting declaration of malloc).
47827
47828 2000-12-02  Jim Meyering  <meyering@lucent.com>
47829
47830         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
47831         * m4/jm-macros.m4 (jm_MACROS): require it.
47832
47833 2000-12-02  Jim Meyering  <meyering@lucent.com>
47834
47835         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
47836
47837 2000-12-01  Paul Eggert  <eggert@twinsun.com>
47838
47839         * lib/memrchr.c: Include <config.h> before any system include file.
47840
47841 2000-11-30  Jim Meyering  <meyering@lucent.com>
47842
47843         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
47844
47845 2000-11-30  Jim Meyering  <meyering@lucent.com>
47846
47847         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
47848
47849 2000-11-29  Paul Eggert  <eggert@twinsun.com>
47850
47851         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
47852
47853 2000-11-26  Jim Meyering  <meyering@lucent.com>
47854
47855         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
47856
47857 2000-11-22  Paul Eggert  <eggert@twinsun.com>
47858
47859         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
47860         size of (size_t) -1; it's not portable.
47861
47862 2000-11-17  Jim Meyering  <meyering@lucent.com>
47863
47864         * lib/strstr.c: Update from GNU libc.
47865
47866 2000-11-17  Akim Demaille  <akim@epita.fr>
47867
47868         * lib/obstack.h: Formatting changes.
47869         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
47870         prevent type checking.
47871         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
47872         cast the value to (void *): assigning a `foo *' to a `void *'
47873         variable is valid.
47874         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
47875
47876 2000-11-16  Jim Meyering  <meyering@lucent.com>
47877
47878         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
47879
47880 2000-11-11  Jim Meyering  <meyering@lucent.com>
47881
47882         * lib/error.c: Add a couple #includes, merging from GNU libc version.
47883
47884 2000-11-10  Jim Meyering  <meyering@lucent.com>
47885
47886         * lib/obstack.h: Update from GNU libc.
47887         * lib/obstack.c: Likewise.
47888
47889 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
47890
47891         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
47892
47893 2000-11-06  Paul Eggert  <eggert@twinsun.com>
47894
47895         * lib/getusershell.c (setusershell): Use rewind rather than
47896         fseek/fseeko, to avoid configuration hassles with fseeko.
47897         Don't bother opening SHELLS_FILE if shellstream is NULL;
47898         it's not necessary.
47899
47900 2000-11-05  Jim Meyering  <meyering@lucent.com>
47901
47902         * lib/makepath.h (make_dir): Declare.
47903         * lib/makepath.c (make_dir): Remove `static' attribute.
47904         Tweak a comment.
47905
47906 2000-11-04  Jim Meyering  <meyering@lucent.com>
47907
47908         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
47909
47910 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
47911
47912         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
47913         last one in a bucket, advance to the next bucket.
47914
47915 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
47916
47917         * lib/fnmatch.c: Do not comment out all the code if we are using
47918         the GNU C library, because in some cases we are replacing buggy
47919         code in the GNU C library itself.
47920
47921 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
47922
47923         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
47924         (regex_compile): Catch bogus \(\1\).
47925
47926 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47927
47928         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
47929         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
47930         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
47931
47932 2000-10-30  Paul Eggert  <eggert@twinsun.com>
47933
47934         * lib/error.h, getline.h, modechange.h:
47935         Remove "2000" from Copyright line, as the file hasn't been
47936         changed this year other than in the copyright notice.
47937
47938         * lib/xalloc.h: Add "2000" to Copyright line, as this file
47939         was changed this year.
47940
47941 2000-10-29  Jim Meyering  <meyering@lucent.com>
47942
47943         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
47944         renaming.
47945         * m4/ls-mntd-fs.m4: Likewise
47946
47947 2000-10-29  Jim Meyering  <meyering@lucent.com>
47948
47949         * lib/xstat.in: Fix grammar in comment.
47950
47951 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
47952
47953         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
47954         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
47955         doesn't define __restrict_arr.
47956
47957 2000-10-28  Jim Meyering  <meyering@lucent.com>
47958
47959         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
47960         (jm_PREREQ_MEMCHR): New function.
47961
47962 2000-10-28  Jim Meyering  <meyering@lucent.com>
47963
47964         * lib/memchr.c: Update from libc.
47965         Adjust for portability:
47966         [HAVE_STDLIB_H]: Include stdlib.h.
47967         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
47968         Undef __memchr, too.
47969         [!weak_alias]: Define __memchr to memchr.
47970
47971         * lib/regex.c: Update from libc.
47972         * lib/regex.h: Likewise.
47973         * lib/getopt1.c: Likewise.
47974         * lib/memcmp.c: Likewise.
47975
47976         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
47977         Avoid using fseek, when possible -- it's broken by design.
47978         Patch by Ulrich Drepper.
47979
47980 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
47981
47982         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
47983         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
47984         Giving in to popular pressure to shut up the compiler with casts.
47985
47986 2000-10-26  Jim Meyering  <meyering@lucent.com>
47987
47988         * lib/strftime.c: Update from libc.
47989
47990 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
47991
47992         * regex.c: More `unsigned char' -> `re_char' changes.
47993         Also change several `int' into `re_wchar_t'.
47994         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
47995         (PUSH_FAILURE_POINTER): Don't cast any more.
47996         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
47997         We want GCC to complain, since this piece of code makes
47998         re_match non-reentrant, which *should* be fixed.
47999         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
48000         (EXTEND_BUFFER): Use RETALLOC.
48001         (SET_LIST_BIT): Don't cast.
48002         (re_wchar_t): New type.
48003         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
48004         that those two functions will always properly return.
48005         (IMMEDIATE_QUIT_CHECK): Cast to void.
48006         (analyse_first): Use recursion rather than an explicit stack.
48007         (re_compile_fastmap): Can't fail anymore.
48008         (re_search_2): Don't check re_compile_fastmap for failure.
48009         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
48010         Now also sets the new value (passed in a new argument).
48011         (re_match_2_internal): Use it.
48012         Also, use a new var `reg' of type size_t when looping through regs
48013         rather than reuse the inappropriate `mcnt'.
48014
48015 2000-10-25  Jim Meyering  <meyering@lucent.com>
48016
48017         * lib/obstack.c: Update from libc.
48018
48019 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
48020
48021         * regex.c (regex_compile): Change the way of handling a range from
48022         a char less than 256 to a char not less than 256.
48023
48024 2000-10-24  Andrew Innes  <andrewi@gnu.org>
48025
48026         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
48027         NT-Emacs only.
48028         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
48029         so that re_search functions only quit when callers expect them to.
48030
48031 2000-10-23  Jim Meyering  <meyering@lucent.com>
48032
48033         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
48034         wrong.  That set_locale call must not have any side effects.
48035         From Paul Eggert.
48036
48037 2000-10-22  Jim Meyering  <meyering@lucent.com>
48038
48039         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
48040         [CYCLIC]: Remove now-unused definition.
48041
48042         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
48043         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
48044         Suggestion from Ulrich Drepper.
48045
48046 2000-10-21  Jim Meyering  <meyering@lucent.com>
48047
48048         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
48049         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
48050         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
48051
48052 2000-10-21  Jim Meyering  <meyering@lucent.com>
48053
48054         * lib/dirname.c (memrchr): Declare if necessary.
48055         (dir_name): Remove the restriction that there be no
48056         trailing slashes.  Now, this code skips past them, effectively
48057         ignoring them.
48058         [TEST_DIRNAME] (main): New unit tests.
48059
48060         * lib/memrchr.c: New file from GNU libc.
48061         Undef __memrchr, too.
48062         [!weak_alias]: Define __memrchr to memrchr.
48063         Guard weak_alias use with `#ifdef weak_alias'.
48064
48065 2000-10-21  Jim Meyering  <meyering@lucent.com>
48066
48067         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
48068         (dir_name): Use dir_name_r.
48069         * lib/dirname.h (dir_name_r): Declare it.
48070
48071 2000-10-17  Jim Meyering  <meyering@lucent.com>
48072
48073         * lib/quote.h (PARAMS): Define and use.
48074         Reported by Akim Demaille.
48075
48076         * lib/getopt.c: Update from libc.
48077
48078 2000-10-16  Jim Meyering  <meyering@lucent.com>
48079
48080         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
48081         setlocale.
48082         From Jan Fedak.
48083
48084 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
48085
48086         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
48087
48088 2000-09-25  Jim Meyering  <meyering@lucent.com>
48089
48090         * lib/md5.h (rol): Define (from GnuPG).
48091
48092         * lib/sha.c: Give credit (GnuPG) where due.
48093         (M): Use rol rather than open-coding it.
48094         Add a FIXME comment.
48095
48096 2000-09-21  Jim Meyering  <meyering@lucent.com>
48097
48098         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
48099         Reported by Michael Stone.
48100
48101 2000-09-20  Jim Meyering  <meyering@lucent.com>
48102
48103         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
48104         (noinst_HEADERS): Add sha.h.
48105         Based on code from Scott G. Miller and from GnuPG.
48106
48107 2000-09-18  Jim Meyering  <meyering@lucent.com>
48108
48109         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
48110         LIBS. Otherwise, everyone ends up linking with -lelf for some
48111         configurations.
48112         Reported by Mike Stone.
48113
48114 2000-09-15  Jim Meyering  <meyering@lucent.com>
48115
48116         * lib/regex.c: Update from libc.
48117
48118 2000-09-10  Jim Meyering  <meyering@lucent.com>
48119
48120         * lib/getopt.c (_getopt_internal): Update from glibc.
48121
48122 2000-09-09  Jim Meyering  <meyering@lucent.com>
48123
48124         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
48125         think it should be used as a general replacement for isascii.
48126         * lib/fnmatch.c: Likewise.
48127         * lib/mbswidth.c: Likewise
48128         * lib/regex.c: Likewise.
48129
48130         Don't use atoi.
48131         * lib/userspec.c: Include sys/param.h and limits.h.
48132         Include xstrtol.h.
48133         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
48134         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
48135         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
48136         UID, GID.  Check range.
48137
48138 2000-09-06  Jim Meyering  <meyering@lucent.com>
48139
48140         * lib/getopt.c (_getopt_internal): Update from glibc.
48141
48142 2000-08-30  Jim Meyering  <meyering@lucent.com>
48143
48144         * lib/strftime.c: Merge in changes from GNU libc.
48145
48146 2000-08-26  Jim Meyering  <meyering@lucent.com>
48147
48148         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
48149         * m4/fpending.m4: New file.
48150
48151 2000-08-26  Jim Meyering  <meyering@lucent.com>
48152
48153         * lib/closeout.c: Include "__fpending.h".
48154         (close_stdout_status): Return right away if there's nothing to flush.
48155
48156         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
48157         * lib/__fpending.c: New file.
48158         * lib/__fpending.h: New file.
48159
48160 2000-08-20  Jim Meyering  <meyering@lucent.com>
48161
48162         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
48163         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
48164         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
48165
48166 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
48167
48168         Improve fileutils installation on systems where running
48169         programs (like install) can't be unlinked.
48170         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
48171         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
48172
48173 2000-08-07  Paul Eggert  <eggert@twinsun.com>
48174
48175         Standardize on "memory exhausted" instead of "Memory exhausted"
48176         or "virtual memory exhausted".
48177         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
48178         "virtual memory exhausted".
48179         * lib/same.c (same_name): Invoke xalloc_die instead of printing
48180         our own message.
48181         * lib/userspec.c (parse_user_spec): Likewise.
48182         * lib/bumpalloc.h: comment fix
48183         * lib/same.c, userspec.c: Include xalloc.h.
48184
48185         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
48186         not char *const and pointing to a constant array.
48187         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
48188         (xrealloc): Comment fix.
48189
48190         * lib/userspec.c (parse_user_spec):
48191         Don't translate a message until just before returning,
48192         to avoid unnecessary translation.
48193
48194 2000-08-07  Jim Meyering  <meyering@lucent.com>
48195
48196         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
48197         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
48198         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
48199         getgroups.c, gethostname.c, getopt.h, group-member.c,
48200         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
48201         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
48202         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
48203         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
48204         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
48205         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
48206         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
48207         yesno.c: Back out Copyright date changes for each file with no change
48208         this year.  This eases coordination with other programs using the same
48209         source code modules.  From Paul Eggert.
48210
48211 2000-08-06  Paul Eggert  <eggert@twinsun.com>
48212
48213         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
48214         not char, for compatibility with glibc 2.1.3 strftime.c.
48215
48216 2000-08-03  Greg McGary  <greg@mcgary.org>
48217
48218         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
48219         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
48220         (EXTEND_BUFFER): Use them.
48221
48222 2000-08-01  Jim Meyering  <meyering@lucent.com>
48223
48224         * lib/dirname.c (ISSLASH): Define.
48225         (BACKSLASH_IS_PATH_SEPARATOR): Define.
48226         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
48227         both `\' and `/' may be use as path separators.
48228         Based on a patch from Prashant TR.
48229
48230 2000-07-31  Paul Eggert  <eggert@twinsun.com>
48231
48232         * lib/quotearg.c (quotearg_n_options): Don't make the initial
48233         slot vector a constant, since it might get modified.
48234
48235 2000-07-31  Jim Meyering  <meyering@lucent.com>
48236
48237         * lib/xmalloc.c: Use `virtual memory exhausted', not
48238         `Memory exhausted'.
48239         * lib/obstack.c (print_and_abort): Likewise.
48240
48241 2000-07-30  Paul Eggert  <eggert@twinsun.com>
48242
48243         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
48244         buffer, so that the caller can always quote one small
48245         component of a "memory exhausted" message in slot 0.
48246         From a suggestion by Jim Meyering.
48247
48248 2000-07-30  Jim Meyering  <meyering@lucent.com>
48249
48250         * lib/makepath.c (make_path): Quote the other instance, too.
48251
48252         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
48253         (STATIC_BUF_SIZE): Define.
48254         (quotearg_n_options): Use only statically allocated storage when
48255         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
48256         than STATIC_BUF_SIZE.
48257
48258 2000-07-29  Jim Meyering  <meyering@lucent.com>
48259
48260         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
48261         * lib/dirname.c (dir_name): Likewise.
48262
48263         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
48264         `/'.
48265
48266         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
48267         (dir_name): Assert that there are no trailing slashes.
48268
48269 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
48270
48271         * lib/mbswidth.h (mbswidth): Add a flags argument.
48272         (mbswidth): New declaration.
48273         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
48274         * lib/mbswidth.c (mbswidth): Add a flags argument.
48275         (mbsnwidth): New function.
48276
48277 2000-07-24  Jim Meyering  <meyering@lucent.com>
48278
48279         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
48280
48281 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48282
48283         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
48284
48285 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48286
48287         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
48288         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
48289         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
48290         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
48291         invoke multibyte primitives.
48292
48293 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48294
48295         * lib/quotearg.c:
48296         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
48297         so that mbstate_t is always defined.
48298
48299         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
48300         be 1 in at least one GCC installation, and this configuration
48301         error is likely to be common.  Ignoring MB_LEN_MAX hurts
48302         performance on hosts that have mbrtowc but have only unibyte
48303         locales, but I assume these hosts are rare.
48304
48305 2000-07-23  Paul Eggert  <eggert@twinsun.com>
48306
48307         * lib/mbswidth.c (_XOPEN_SOURCE):
48308         Don't define; this causes problems on Solaris 7.
48309         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
48310
48311 2000-07-23  Jim Meyering  <meyering@lucent.com>
48312
48313         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
48314         too: getgrgid, getpwuid, getuid.
48315
48316 2000-07-23  Jim Meyering  <meyering@lucent.com>
48317
48318         * lib/basename.c (base_name): Add an assertion.
48319
48320 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
48321
48322         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
48323         shadow its mbsinit function.
48324
48325 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48326
48327         * lib/mbswidth.h: New file.
48328         * lib/mbswidth.c: New file.
48329         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
48330         (noinst_HEADERS): Add mbswidth.h.
48331
48332 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
48333
48334         * lib/config.charset: Add support for FreeBSD. Improve support for
48335         HP-UX and IRIX 6.
48336
48337 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
48338
48339         * m4/mbswidth.m4: New file.
48340         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
48341
48342 2000-07-15  Jim Meyering  <meyering@lucent.com>
48343
48344         * lib/makepath.c: Include quote.h.
48345         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
48346         corresponding argument in a `quote (...)' call.
48347         Give better diagnostics.
48348
48349         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
48350         (noinst_HEADERS): Add quote.h.
48351
48352         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
48353         from tar's src/misc.c.
48354         * lib/quote.h: New file.  Prototypes for same.
48355
48356 2000-07-14  Paul Eggert  <eggert@twinsun.com>
48357
48358         From a suggestion by Bruno Haible.
48359         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
48360         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
48361         to decide whether to define the BeOS workaround macro;
48362         this adjusts to the change to AC_MBSTATE_T.
48363
48364 2000-07-14  Jim Meyering  <meyering@lucent.com>
48365
48366         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
48367         jm_AC_TYPE_UINTMAX_T.
48368
48369 2000-07-13  Paul Eggert  <eggert@twinsun.com>
48370
48371         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
48372
48373         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
48374         quotearg_buffer_restyled): Add support for
48375         clocale_quoting_style.  Undo previous change to
48376         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
48377         and "{RIGHT QUOTATION MARK}" msgids.
48378
48379 2000-07-10  Paul Eggert  <eggert@twinsun.com>
48380
48381         From a suggestion by Bruno Haible.
48382         * m4/mbstate_t.m4 (AC_MBSTATE_T):
48383         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
48384         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
48385         and mbstate_t, to a single-part test that simply defines mbstate_t.
48386         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
48387         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
48388
48389 2000-07-10  Jim Meyering  <meyering@lucent.com>
48390
48391         * m4/strerror_r.m4: Mirror the correction made in autoconf.
48392
48393         * m4/gnu-source.m4: Output to confdefs.h directly.
48394         Suggestion from Akim Demaille.
48395
48396 2000-07-09  Paul Eggert  <eggert@twinsun.com>
48397
48398         The old behavior of quoting `like this' doesn't look good with
48399         newer, ISO-style fonts.  See:
48400         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
48401
48402         Instead, quote "like this" by default.  Let the translator
48403         tailor the locale-specific quoting behavior by providing
48404         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
48405
48406         * lib/quotearg.c (N_): New macro.
48407         (gettext_default): New function.
48408         (quotearg_buffer_restyled): Use
48409         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
48410         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
48411
48412 2000-07-09  Jim Meyering  <meyering@lucent.com>
48413
48414         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
48415         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
48416
48417         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
48418         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
48419
48420 2000-07-09  Jim Meyering  <meyering@lucent.com>
48421
48422         * lib/Most files: Update copyright dates to include 2000.
48423
48424 2000-07-08  Jim Meyering  <meyering@lucent.com>
48425
48426         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
48427         if not defined.
48428         (xgethostname): Remove now-unnecessary #ifdef.
48429         Move declaration of `err' into loop where it's used.
48430
48431 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48432         and Bruno Haible  <haible@clisp.cons.org>
48433
48434         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
48435         only if the test for an object-type mbstate_t fails.  This
48436         prevents us from mistakenly reporting that mbstate_t is a
48437         system object type after we "#define mbstate_t int" to work
48438         around its lack.
48439
48440 2000-07-05  Paul Eggert  <eggert@twinsun.com>
48441         and Bruno Haible  <haible@clisp.cons.org>
48442
48443         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
48444
48445 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48446
48447         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
48448         to strerror_r.
48449         Include <ctype.h> for use of isalpha.
48450
48451 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48452
48453         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
48454         by allocating a larger buffer. Test the gethostname return value for
48455         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
48456         returns an error and ENAMETOOLONG isn't defined.
48457
48458 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
48459
48460         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
48461         dimension.
48462
48463 2000-07-04  Jim Meyering  <meyering@lucent.com>
48464
48465         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
48466         of the deprecated AC_CHECKING.
48467
48468 2000-07-04  Jim Meyering  <meyering@lucent.com>
48469
48470         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
48471         Reported by Bruno Haible.
48472
48473 2000-07-04  Jim Meyering  <meyering@lucent.com>
48474
48475         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
48476         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
48477         lacks mbrtowc.
48478
48479 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48480
48481         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
48482         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
48483
48484 2000-07-03  Paul Eggert  <eggert@twinsun.com>
48485         and Bruno Haible  <haible@clisp.cons.org>
48486
48487         * lib/quotearg.c (mbrtowc):
48488         Assign to *pwc, and return 1 only if result is nonzero.
48489         (iswprint): Use ISPRINT when substituting our own mbrtowc.
48490
48491 2000-07-03  Jim Meyering  <meyering@lucent.com>
48492
48493         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
48494
48495 2000-07-03  Jim Meyering  <meyering@lucent.com>
48496
48497         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
48498         This is necessary to get a definition of e.g., UTMP_FILE on
48499         HP-UX 10.20.
48500         From Bob Proulx.
48501
48502 2000-07-02  Jim Meyering  <meyering@lucent.com>
48503
48504         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
48505
48506         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
48507         AC_LIBOBJ(function_name).
48508         * m4/chown.m4: Likewise.
48509         * m4/fnmatch.m4: Likewise.
48510         * m4/ftruncate.m4: Likewise.
48511         * m4/getgroups.m4: Likewise.
48512         * m4/getline.m4: Likewise.
48513         * m4/group-member.m4: Likewise.
48514         * m4/jm-macros.m4: Likewise.
48515         * m4/lstat.m4: Likewise.
48516         * m4/malloc.m4: Likewise.
48517         * m4/memcmp.m4: Likewise.
48518         * m4/nanosleep.m4: Likewise.
48519         * m4/putenv.m4: Likewise.
48520         * m4/realloc.m4: Likewise.
48521         * m4/regex.m4: Likewise.
48522         * m4/stat.m4: Likewise.
48523         * m4/strftime.m4: Likewise.
48524
48525 2000-07-02  Jim Meyering  <meyering@lucent.com>
48526
48527         * lib/quotearg.c (mbstate_t): Don't define here.
48528
48529 2000-07-02  Jim Meyering  <meyering@lucent.com>
48530
48531         * lib/nanosleep.c (SIGCONT): Define if not already defined.
48532
48533 2000-07-01  Jim Meyering  <meyering@lucent.com>
48534
48535         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
48536
48537 2000-07-01  Jim Meyering  <meyering@lucent.com>
48538
48539         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
48540         problem.
48541
48542 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48543
48544         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
48545         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
48546
48547 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
48548
48549         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
48550         per change in ../m4/ls-mntd-fs.m4.
48551         (read_filesystem_list): Ignore symbolic links.
48552
48553 2000-06-29  Jim Meyering  <meyering@lucent.com>
48554
48555         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
48556         for declaration of strcmp.
48557
48558         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
48559
48560         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
48561         Avoid warning by casting result to `char *' to remove `const'.
48562
48563 2000-06-28  Jim Meyering  <meyering@lucent.com>
48564
48565         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
48566         included by quotearg.c, for which we perform this test.  From
48567         Bruno Haible.
48568
48569 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48570
48571         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
48572         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
48573         <utmpx.h> exists, put readutmp.o into LIBOBJS.
48574
48575 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
48576
48577         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
48578
48579 2000-06-26  Paul Eggert  <eggert@twinsun.com>
48580
48581         savedir now sets errno on failure and invokes xmalloc to get memory.
48582         Fix a couple of other minor bugs while we're at it.
48583
48584         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
48585         (NAMLEN): Remove macro.
48586         (malloc, realloc): Remove decls.
48587         (stpcpy): Likewise.
48588         ("xalloc.h"): Include.
48589         (NAME_SIZE_DEFAULT): New macro.
48590         (savedir): Use xmalloc / xrealloc to allocate memory.
48591         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
48592         Skip "" directory entries.
48593         Use strlen to calculate directory entry length, since the old method
48594         is rarely used these days and isn't worth supporting.
48595         Don't use a pointer after freeing it.
48596         Check for integer overflow when calculating allocation size.
48597         Use memcpy to copy entries, instead of stpcpy.
48598         Set errno properly when returning NULL.
48599         Check for readdir error.
48600
48601 2000-06-26  Jim Meyering  <meyering@lucent.com>
48602
48603         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
48604
48605 2000-06-25  Jim Meyering  <meyering@lucent.com>
48606
48607         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
48608         Linux header bug when _XOPEN_SOURCE is defined to 500.
48609
48610 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48611
48612         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
48613         deficiency.
48614
48615 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
48616
48617         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
48618         Include xalloc.h.
48619         Don't include <stdlib.h>.  Don't declare malloc, realloc.
48620
48621 2000-06-24  Jim Meyering  <meyering@lucent.com>
48622
48623         * m4/strerror_r.m4: Revive this file -- to try out an experimental
48624         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
48625         for which strerror does return char*, but which lacks a conveniently
48626         accessible declaration of the function.  If the compile-test says
48627         strerror_r doesn't work, then resort to a `run'-test that works on
48628         BeOS and segfaults on DEC Unix.
48629
48630 2000-06-24  Jim Meyering  <meyering@lucent.com>
48631
48632         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
48633
48634 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48635
48636         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
48637         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
48638
48639 2000-06-23  Paul Eggert  <eggert@twinsun.com>
48640
48641         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
48642         (mbrtowc, mbstate_t): Define substitutes if
48643         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
48644         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
48645         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
48646
48647 2000-06-23  Jim Meyering  <meyering@lucent.com>
48648
48649         * m4/afs.m4: Add missing AC_MSG_RESULT.
48650         Reported by Bruno Haible.
48651
48652         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
48653         Suggestion from Bruno Haible.
48654
48655 2000-06-23  Jim Meyering  <meyering@lucent.com>
48656
48657         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
48658
48659 2000-06-21  Jim Meyering  <meyering@lucent.com>
48660
48661         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
48662
48663 2000-06-21  Jim Meyering  <meyering@lucent.com>
48664
48665         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
48666         (noinst_HEADERS): Add getstr.h.
48667
48668         * lib/getline.c (getstr): Move into a separate file.
48669         * lib/getstr.c (getstr): New file, extracted from getline.c, with
48670         the following changes: new parameter, delim2; both delim[12]
48671         parameters have type `int', not `char'.  The latter would lose
48672         with 8-bit delimiters.
48673         * lib/getstr.h: New file.
48674
48675 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48676
48677         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
48678         than 1024, return a memory chunk of least possible size, instead
48679         of size PATH_MAX + 2. In the loop, increment the size proportionally.
48680         Use free/xmalloc instead of xrealloc to avoid copying for very long
48681         paths.
48682
48683 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48684
48685         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
48686         the empty string.
48687
48688 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
48689
48690         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
48691         address, not strdup.  Include <stdlib.h> and don't declare free().
48692
48693 2000-06-19  Jim Meyering  <meyering@lucent.com>
48694
48695         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
48696
48697 2000-06-18  Jim Meyering  <meyering@lucent.com>
48698
48699         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
48700
48701         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
48702         `checking whether...' message to be consistent with that of the
48703         lstat test.
48704
48705 2000-06-18  Jim Meyering  <meyering@lucent.com>
48706
48707         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
48708         Besides, these days every porting target provides a mkdir function.
48709
48710         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
48711         needed. (this snippet comes from src/system.h).
48712
48713 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
48714
48715         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
48716
48717 2000-06-15  Paul Eggert  <eggert@twinsun.com>
48718
48719         * lib/human.c (adjust_value): New function.
48720         (human_readable_inexact): Apply rounding style even when
48721         printing approximate values.
48722
48723 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48724
48725         * lib/human.c (human_readable_inexact): Allow an input block
48726         size that is not a multiple of the output block size, and vice versa.
48727         Reported by Piergiorgio Sartor.
48728
48729 2000-06-14  Paul Eggert  <eggert@twinsun.com>
48730
48731         * lib/getdate.y (get_date): Apply relative times after time
48732         zone indicator, not before.  Reported by Todd A. Jacobs.
48733
48734 2000-06-13  Jim Meyering  <meyering@lucent.com>
48735
48736         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
48737
48738         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
48739
48740 2000-06-12  Paul Eggert  <eggert@twinsun.com>
48741
48742         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
48743
48744 2000-06-12  Jim Meyering  <meyering@lucent.com>
48745
48746         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
48747         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
48748         optional argument.
48749         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
48750         the optional argument, `lib'.
48751
48752 2000-06-08  Jim Meyering  <meyering@lucent.com>
48753
48754         * m4/largefile.m4: Remove file (now that it's part of autoconf).
48755
48756 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48757
48758         Rewrite largefile configuration so that we don't need to run
48759         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
48760         AC_CANONICAL_HOST in configure.in -- jmm]
48761
48762         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
48763         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
48764         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
48765         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
48766         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
48767         All uses changed.
48768         Instead of inspecting the output of getconf, try to compile the
48769         test program without and with the macro definition.
48770         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
48771         for getconf.  Instead, check for the needed flags by compiling
48772         test programs.
48773
48774 2000-06-04  Paul Eggert  <eggert@twinsun.com>
48775
48776         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
48777
48778 2000-06-04  Jim Meyering  <meyering@lucent.com>
48779
48780         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
48781         SunOS 4.1.4 for which gid_t is an unsigned type.
48782
48783 2000-06-03  Jim Meyering  <meyering@lucent.com>
48784
48785         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
48786         now that autoconf requires that.
48787
48788         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
48789         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
48790         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
48791
48792 2000-06-03  Jim Meyering  <meyering@lucent.com>
48793
48794         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
48795
48796 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48797
48798         * m4/glibc21.m4: New file.
48799         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
48800
48801 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
48802
48803         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
48804         newer, don't install charset.alias.
48805         * lib/config.charset: Change the Linux/glibc rules so they become empty
48806         on glibc-2.1 or newer.
48807
48808 2000-06-02  Jim Meyering  <meyering@lucent.com>
48809
48810         * lib/mountlist.c: Back out last change.  Instead, do this...
48811         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
48812         me_dummy member using the same `ignore'-testing code.
48813         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
48814         fs_type strings.
48815         From Mark D. Roth.
48816
48817 2000-05-29  Jim Meyering  <meyering@lucent.com>
48818
48819         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
48820         mounts with the `ignore' attribute.  Based on a patch from
48821         Mark D. Roth.
48822
48823 2000-05-28  Jim Meyering  <meyering@lucent.com>
48824
48825         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
48826         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48827         * m4/stat.m4: Likewise.
48828         * m4/lstat.m4: Likewise.
48829         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
48830
48831         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
48832         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
48833
48834 2000-05-26  Jim Meyering  <meyering@lucent.com>
48835
48836         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
48837
48838 2000-05-24  Jim Meyering  <meyering@lucent.com>
48839
48840         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
48841         autoconf requires that.
48842         * m4/lib-check.m4: Likewise.
48843         * m4/jm-macros.m4: Likewise.
48844         * m4/strftime.m4: Likewise.
48845
48846         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
48847         AC_CHECK_DECLS, now that autoconf requires that.
48848
48849 2000-05-22  Jim Meyering  <meyering@lucent.com>
48850
48851         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48852         * m4/lstat.m4: Likewise.
48853
48854 2000-05-22  Jim Meyering  <meyering@lucent.com>
48855
48856         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
48857
48858 2000-05-20  Jim Meyering  <meyering@lucent.com>
48859
48860         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
48861         (jm_PREREQ): Use it.
48862
48863 2000-05-18  Jim Meyering  <meyering@lucent.com>
48864
48865         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
48866         back, too, since it may have been modified by allocate_entry.
48867         (hash_delete): Rewrite to use neither the assignment operator
48868         nor the comma operator in an if-expression.
48869
48870 2000-05-15  Paul Eggert  <eggert@twinsun.com>
48871
48872         * lib/closeout.c:
48873         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
48874         Remove; no longer needed.
48875         "quotearg.h": Add include.
48876         (file_name): Do not bother to explicitly initialize to NULL; it's less
48877         efficient on some hosts.
48878         (close_stdout_status): Remove test as to whether stdout was already
48879         closed; it breaks for the case "echo x | sort >&-".
48880         Quote file name colons.
48881         Do not assume that _("write error") lacks format strings.
48882
48883 2000-05-15  Jim Meyering  <meyering@lucent.com>
48884
48885         * lib/version-etc.c (version_etc_copyright): Update the copyright
48886         string used in all --version output.
48887
48888 2000-05-14  Jim Meyering  <meyering@lucent.com>
48889
48890         * lib/closeout.c (close_stdout_set_file_name): New function.
48891         (close_stdout_status): Use new file-scoped global.
48892         Return right away if fstat says the stdout file descriptor is invalid.
48893         * lib/closeout.h (close_stdout_set_file_name): Declare.
48894
48895 2000-05-10  Jim Meyering  <meyering@lucent.com>
48896
48897         * lib/closeout.c [default_exit_status]: New file-scoped variable.
48898         (close_stdout_set_status): New function.
48899         * lib/closeout.h (close_stdout_set_status): Declare.
48900
48901 2000-05-09  Jim Meyering  <meyering@lucent.com>
48902
48903         * m4/gettext.m4: Rename this...
48904         * m4/libintl.m4: ...to this.
48905
48906 2000-05-08  Jim Meyering  <meyering@lucent.com>
48907
48908         * lib/long-options.c: Don't include closeout.h.
48909         (parse_long_options): Don't call close_stdout for --version.
48910
48911 2000-05-06  Paul Eggert  <eggert@twinsun.com>
48912
48913         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
48914         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
48915         2.1.3 bug.  This avoids a clash when files like regex.c define
48916         _GNU_SOURCE.
48917
48918 2000-05-06  Jim Meyering  <meyering@lucent.com>
48919
48920         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
48921         (AC_REPLACE_FUNCS): Add strnlen.
48922
48923         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
48924         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
48925
48926         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
48927         AC_SEARCH_LIBS call for nanosleep.
48928         (LIB_NANOSLEEP): Set and AC_SUBST.
48929
48930 2000-05-06  Jim Meyering  <meyering@lucent.com>
48931
48932         * lib/strnlen.c: Undefine __strnlen and strnlen.
48933         [!weak_alias]: Define __strnlen to strnlen.
48934
48935         * lib/atexit.c: New file, from libiberty.
48936
48937 2000-05-06  Jim Meyering  <meyering@lucent.com>
48938
48939         * lib/closeout.c (close_stdout_status): Also check for errors on the
48940         stderr stream.
48941
48942 2000-05-05  Jim Meyering  <meyering@lucent.com>
48943
48944         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
48945         AC_SEARCH_LIBS call for clock_gettime.
48946         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
48947
48948         * m4/search-libs.m4: Update from autoconf.
48949
48950         su doesn't work on Solaris 2.6.
48951         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
48952         <shadow.h>.  Reported by Dragos Harabor.
48953
48954 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
48955
48956         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
48957         memcpy instead of xmalloc, xrealloc, path_concat.
48958         (locale_charset): Treat empty environment variables as absent.
48959         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
48960
48961 2000-05-04  Jim Meyering  <meyering@lucent.com>
48962
48963         * lib/getopt.c: Update from glibc.
48964         * lib/obstack.c: Likewise.
48965         * lib/obstack.h: Likewise.
48966         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
48967         file
48968
48969         * lib/regex.h: Likewise.
48970         * lib/strndup.c: Likewise.
48971         * lib/strnlen.c: New file, from glibc.
48972
48973 2000-05-03  Jim Meyering  <meyering@lucent.com>
48974
48975         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
48976
48977 2000-05-02  Paul Eggert  <eggert@twinsun.com>
48978
48979         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
48980         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
48981         compile-time test, rather than inspecting host and OS, to
48982         decide whether to define _LARGEFILE_SOURCE.
48983
48984 2000-05-01  Jim Meyering  <meyering@lucent.com>
48985
48986         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
48987
48988         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
48989         Based on a patch from Bruno Haible.
48990
48991 2000-05-01  Jim Meyering  <meyering@lucent.com>
48992
48993         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
48994
48995 2000-04-29  Jim Meyering  <meyering@lucent.com>
48996
48997         * lib/path-concat.c: Declare strdup only if it's not defined.
48998         * lib/canon-host.c: Likewise.
48999
49000 2000-04-28  Jim Meyering  <meyering@lucent.com>
49001
49002         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
49003         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
49004         is included first, then limits.h is included by locale.h by libintl.h.
49005         From John David Anglin.
49006
49007 2000-04-25  Jim Meyering  <meyering@lucent.com>
49008
49009         * lib/makepath.c (S_IRWXUGO): Define.
49010         (make_path): Always perform explicit chmod if MODE specifies any
49011         of the `special' permission bits.  Prompted by a bug report against
49012         install from Mate Wierdl and Joost van Baal.
49013
49014 2000-04-18  Jim Meyering  <meyering@lucent.com>
49015
49016         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
49017         (jm_PREREQ): Use it.
49018
49019 2000-04-18  Jim Meyering  <meyering@lucent.com>
49020
49021         * lib/README: New file.
49022
49023         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
49024         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
49025
49026 2000-04-17  Jim Meyering  <meyering@lucent.com>
49027
49028         Get it right :-)
49029         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
49030         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
49031         Suggestion from Akim Demaille.
49032
49033 2000-04-17  Jim Meyering  <meyering@lucent.com>
49034
49035         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
49036         the definition of it to rpl_strftime also defined-away the system's
49037         declaration.
49038
49039 2000-04-15  Jim Meyering  <meyering@lucent.com>
49040
49041         Use `C' to denote so-called `contiguous' files, the same way
49042         that tar does.
49043         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
49044         (ftypelet): Use S_ISCTG.
49045         From Michael Deutschmann.
49046
49047 2000-04-14  Jim Meyering  <meyering@lucent.com>
49048
49049         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
49050         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
49051         clobbered.
49052
49053 2000-04-14  Jim Meyering  <meyering@lucent.com>
49054
49055         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
49056
49057 2000-04-13  Jim Meyering  <meyering@lucent.com>
49058
49059         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
49060         AH_VERBATIM to insert required #ifndef into config.h.in.
49061         Suggestion from Akim Demaille.
49062
49063 2000-04-12  Jim Meyering  <meyering@lucent.com>
49064
49065         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
49066         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
49067         Christian Krackowizer.
49068
49069         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
49070         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
49071         (AC_SYS_LARGEFILE): Require.
49072         (AM_C_PROTOTYPES): Require.
49073
49074 2000-04-08  Jim Meyering  <meyering@lucent.com>
49075
49076         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
49077         names don't conflict.  Reported by Eli Zaretskii.
49078
49079 2000-04-07  Jim Meyering  <meyering@lucent.com>
49080
49081         * lib/putenv.c: Move inclusion of errno.h so it follows that of
49082         sys/types.h, to work around system header problems on AIX 3.2.5.
49083         From Bruno Haible.
49084
49085 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
49086
49087         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
49088         bug.  Deal with the different error behavior of Irix iconv.
49089
49090 2000-04-05  Paul Eggert  <eggert@twinsun.com>
49091
49092         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
49093         IRIX if the installer said otherwise.
49094
49095 2000-04-05  Jim Meyering  <meyering@lucent.com>
49096
49097         Portability tweaks required for ultrix4.3.
49098         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
49099         (jm_CHECK_DECLS): Add getutent to the list of functions.
49100         (_jm_DECL_HEADERS): Add utmpx.h.
49101         From John David Anglin.
49102
49103         * m4/strftime.m4: Back out the 2000-04-02 change.
49104         Instead of that change, simply undefine putenv in the test program.
49105
49106 2000-04-05  Jim Meyering  <meyering@lucent.com>
49107
49108         Portability tweaks required for ultrix4.3.
49109         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
49110         getutent.
49111         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
49112         * lib/canon-host.c: Declare strdup.
49113         * lib/path-concat.c: Likewise.
49114         From John David Anglin.
49115
49116 2000-04-04  Jim Meyering  <meyering@lucent.com>
49117
49118         Be more DOS 8.3-friendly.
49119         * lib/ref-add.sin: Renamed from ref-add.sed.in.
49120         * lib/ref-del.sin: Renamed from ref-del.sed.in.
49121         * lib/Makefile.am: Reflect renaming.
49122         Reported by Eli Zaretskii.
49123
49124         Use a temporary file name that won't clash with `charset.alias'
49125         in the DOS 8.3 name space.
49126         * lib/Makefile.am (charset_tmp): Define.
49127         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
49128         (uninstall-local): Likewise.
49129         Reported by Eli Zaretskii.
49130
49131 2000-04-03  Jim Meyering  <meyering@lucent.com>
49132
49133         * m4/gettext.m4: Fix typo in comment.
49134
49135         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
49136         textutils/configure.in).  Suggestion from Paul Eggert.
49137         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
49138
49139 2000-04-02  Paul Eggert  <eggert@twinsun.com>
49140
49141         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
49142         variable in the shell rather than using putenv, which isn't
49143         portable.  This avoids the configure-time inter-test dependency
49144         on the potentially-renamed putenv function.
49145
49146 2000-03-30  Paul Eggert  <eggert@twinsun.com>
49147
49148         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
49149         before checking struct stat.st_blksize, so that
49150         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
49151
49152 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49153
49154         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
49155         since strftime.c uses HAVE_STRFTIME to decide whether to use
49156         the underlying strftime.
49157
49158 2000-03-29  Paul Eggert  <eggert@twinsun.com>
49159
49160         * lib/time/strftime.c (my_strftime): Make sure we call the system
49161         strftime, not ourselves, when invoking the underlying strftime.
49162
49163 2000-03-24  Jim Meyering  <meyering@lucent.com>
49164
49165         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
49166         (charset_alias): Define.
49167         (install-exec-local): Factor out common code.
49168         (uninstall-local): Split lines longer than 80.
49169         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
49170         (SUFFIXES): Define.
49171         (.sed.in.sed): New rule.  Don't redirect directly to $@.
49172         (CLEANFILES): Add ref-add.sed and ref-del.sed.
49173
49174 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
49175
49176         * lib/config.charset: Output a line containing "Packages using this
49177         file".
49178         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
49179         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
49180         ref-del.sed): New rules.
49181
49182 2000-03-17  Jim Meyering  <meyering@lucent.com>
49183
49184         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
49185         Otherwise, include <strings.h>
49186
49187 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
49188
49189         * lib/unicodeio.c (utf8_wctomb): New function.
49190         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
49191         format instead of in UCS-4 with platform dependent endianness.
49192
49193 2000-03-10  Jim Meyering  <meyering@lucent.com>
49194
49195         * m4/lib-check.m4: Look for getspnam in -lgen, too.
49196         From Marco Franzen.
49197
49198 2000-03-07  Paul Eggert  <eggert@twinsun.com>
49199
49200         * lib/savedir.c (savedir): Work even if directory size is
49201         negative; this can happen with some screwy NFS configurations.
49202
49203 2000-03-06  Jim Meyering  <meyering@lucent.com>
49204
49205         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
49206         if it's NULL (because we ran out of memory).  From Bruno Haible.
49207
49208 2000-03-05  Jim Meyering  <meyering@lucent.com>
49209
49210         * lib/localcharset.c ("path-concat.h"): Include.
49211         (get_charset_aliases): Use path_concat instead of ANSI string
49212         concatenation.
49213
49214         * lib/unicodeio.h (PARAMS): Define.
49215         Use it to guard prototype.
49216
49217 2000-03-04  Jim Meyering  <meyering@lucent.com>
49218
49219         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
49220         for lib/localcharset.c.
49221
49222 2000-03-04  Jim Meyering  <meyering@lucent.com>
49223
49224         * lib/Makefile.am (install-exec-local): Create $(libdir) before
49225         installing into it.
49226         (uninstall-local): Uncomment this rule so `make distcheck' works
49227         once again.
49228
49229         * lib/unicodeio.c (<errno.h>): Include it.
49230         (errno): Declare if not defined.
49231
49232         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
49233
49234         * lib/config.charset: New version, incorporating remarks from a linux
49235         i18n mailing list.  From Bruno Haible.
49236
49237 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
49238
49239         * m4/codeset.m4: New file.
49240         * m4/iconv.m4: New file.
49241         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
49242
49243 2000-03-03  Jim Meyering  <meyering@lucent.com>
49244
49245         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
49246
49247 2000-03-02  Jim Meyering  <meyering@lucent.com>
49248
49249         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
49250         the messages come out on separate lines.
49251
49252         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
49253         rather than jm_CHECK_DECLARATIONS.
49254         * m4/decl.m4: Remove now-unused file.
49255
49256         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
49257         geteuid.
49258
49259 2000-03-02  Jim Meyering  <meyering@lucent.com>
49260
49261         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
49262
49263 2000-03-01  Jim Meyering  <meyering@lucent.com>
49264
49265         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
49266         * lib/unicodeio.c: Likewise.
49267
49268 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
49269
49270         * lib/config.charset: New file.
49271         * lib/localcharset.c: New file.
49272         * lib/unicodeio.h, lib/unicodeio.c: New files.
49273         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
49274         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
49275         (noinst_HEADERS): Add unicodeio.h.
49276         (all-local, install-exec-local, charset.alias): New targets.
49277
49278 2000-02-28  Paul Eggert  <eggert@twinsun.com>
49279
49280         * lib/quotearg.c (ALERT_CHAR): New macro.
49281         (quotearg_buffer_restyled): Use it.
49282
49283 2000-02-27  Jim Meyering  <meyering@lucent.com>
49284
49285         * m4/check-decl.m4: Add getenv to the list.
49286
49287 2000-02-27  Jim Meyering  <meyering@lucent.com>
49288
49289         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
49290         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
49291
49292         * lib/backupfile.c: Guard inclusion of stdlib.h with
49293         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
49294         Declare malloc if needed.
49295
49296         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
49297         `#ifndef HAVE_DECL..'
49298         now that autoconf always defines the HAVE_DECL_ symbols.
49299         * lib/human.c: Likewise.
49300         * lib/same.c: Likewise.
49301         * lib/strtoumax.c: Likewise.
49302
49303         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
49304         declaration check was not run.
49305         * lib/hash.c: Likewise.
49306         * lib/human.c: Likewise.
49307         * lib/same.c: Likewise.
49308         * lib/strtoumax.c: Likewise.
49309
49310         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
49311         `.', then first look up the entire `.'-containing string as a login
49312         name.
49313
49314 2000-02-23  Jim Meyering  <meyering@lucent.com>
49315
49316         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
49317         in place of my hack.
49318
49319 2000-02-18  Paul Eggert  <eggert@twinsun.com>
49320
49321         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
49322         (textint): New typedef.
49323         (parser_control): Member year changed from int to textint.
49324         All uses changed.
49325         (YYSTYPE): Removed; replaced by %union with int and textint members.
49326         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
49327         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
49328         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
49329         (tSNUMBER, tUNUMBER): Now of type <textintval>.
49330         (date, number, to_year): Use width of number in digits, not its value,
49331         to determine whether it's a 2-digit year, or a 2-digit time.
49332         (yylex): Store number of digits of numeric tokens.
49333         Reported by John Kendall.
49334
49335         (parser_control): Changed from struct parser_control to typedef (for
49336         consistency).  All uses changed.
49337
49338         (tID): Removed; not used.
49339         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
49340
49341 2000-02-14  Paul Eggert  <eggert@twinsun.com>
49342
49343         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
49344         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
49345
49346 2000-02-12  Jim Meyering  <meyering@lucent.com>
49347
49348         * lib/userspec.c (ISDIGIT): Define it.
49349         (isdigit): Remove definition.
49350         (is_number): Use ISDIGIT, not isdigit.
49351         <libintl.h>: Include.
49352         (_ and N_): Define.
49353         (parse_user_spec): Mark translatable strings.
49354
49355 2000-02-10  Jim Meyering  <meyering@lucent.com>
49356
49357         With these changes, nanosleep.[ch] are finally enough like the other
49358         lib/* replacement files to compile on a few more losing systems.
49359
49360         * lib/nanosleep.h: Don't include config.h.
49361         Remove prototype from declaration of nanosleep.
49362         (PARAMS): Remove now-unneeded definition.
49363         * lib/nanosleep.c: #undef nanosleep.
49364         (rpl_nanosleep): Rename from nanosleep.
49365
49366 2000-02-10  Jim Meyering  <meyering@lucent.com>
49367
49368         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
49369         gnu_nanosleep to rpl_nanosleep.
49370
49371 2000-02-09  Jim Meyering  <meyering@lucent.com>
49372
49373         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
49374         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
49375
49376 2000-02-08  Akim Demaille  <akim@epita.fr>
49377
49378         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
49379         `[' and `]' and remove uses of `changequote'.
49380         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
49381         (AC_SYS_LARGEFILE): Likewise.
49382         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
49383         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
49384         of changequote.
49385         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
49386         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
49387         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
49388         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
49389
49390 2000-02-05  Jim Meyering  <meyering@lucent.com>
49391
49392         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
49393         Remove explicit use of AC_HEADER_TIME.  It is required by
49394         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
49395         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
49396         in autoconf whereby the expansion of the latter ended up preceding
49397         the expansion of its prerequisite, AC_HEADER_TIME.
49398         Reported by Volker Borchert.
49399
49400 2000-02-03  Jim Meyering  <meyering@lucent.com>
49401
49402         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
49403
49404 2000-02-03  Jim Meyering  <meyering@lucent.com>
49405
49406         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
49407         rather than with `#if HAVE_UTMPNAME'.
49408
49409 2000-02-02  Jim Meyering  <meyering@lucent.com>
49410
49411         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
49412         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
49413         Reported by Eli Zaretskii.
49414
49415 2000-02-01  Jim Meyering  <meyering@lucent.com>
49416
49417         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
49418
49419 2000-01-31  Jim Meyering  <meyering@lucent.com>
49420
49421         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
49422         functions.  Add the time.h and sys/time.h headers along with the
49423         AC_REQUIRE'ment of AC_HEADER_TIME.
49424
49425 2000-01-31  Jim Meyering  <meyering@lucent.com>
49426
49427         * lib/nanosleep.h (nanosleep): Guard declaration with
49428         `#if ! HAVE_DECL_NANOSLEEP'.
49429         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
49430         the declaration in that vendor's sys/timers.h.
49431         Reported by Christian Krackowizer.
49432
49433         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
49434         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
49435         (ISPRINT): Likewise.
49436         Reported by Tom Tromey.
49437
49438 2000-01-30  Jim Meyering  <meyering@lucent.com>
49439
49440         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
49441
49442         * m4/prereq.m4 (utmp_includes): Define.
49443         Check for ut_user and ut_name members in both struct utmpx
49444         and struct utmp.
49445
49446 2000-01-30  Jim Meyering  <meyering@lucent.com>
49447
49448         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
49449         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
49450         header files where only utmpx.ut_user is declared.
49451
49452         * lib/readutmp.h (UT_USER): Define.
49453
49454 2000-01-29  Jim Meyering  <meyering@lucent.com>
49455
49456         * m4/lib-check.m4: New file containing library-related checks from
49457         fileutils and sh-utils (textutils had none).
49458
49459 2000-01-28  Jim Meyering  <meyering@lucent.com>
49460
49461         * m4/perl.m4: Change format of warning message to look more like that
49462         from the missing script.  Suggestion from François Pinard.
49463
49464 2000-01-25  Jim Meyering  <meyering@lucent.com>
49465
49466         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
49467         well as time.h in the compile check.
49468         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
49469         Fix typo in cross-compiling case: s/yes/no/.
49470
49471 2000-01-23  Jim Meyering  <meyering@lucent.com>
49472
49473         * m4/jm-macros.m4: Move df-related tests here from
49474         fileutils/configure.in
49475
49476         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
49477         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
49478
49479         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
49480         s/space/ac_fsusage_space/.
49481         (jm_FILE_SYSTEM_USAGE): Take two parameters.
49482
49483         * m4/ftruncate.m4: New file (derived from part of
49484         fileutils/configure.in).
49485         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
49486         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
49487
49488         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
49489         AC_SUBST these here, rather than just in sh-util/configure.in, so
49490         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
49491         all the same.
49492         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
49493         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
49494         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
49495         (AC_SUBST(POW_LIBM)): Likewise.
49496         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
49497
49498 2000-01-23  Jim Meyering  <meyering@lucent.com>
49499
49500         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
49501         obstack.c.
49502
49503 2000-01-22  Jim Meyering  <meyering@lucent.com>
49504
49505         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
49506
49507         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
49508
49509         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
49510         configure.in
49511         (AC_CHECK_HEADERS): Likewise for sh-utils.
49512         (AC_CHECK_HEADERS): Likewise for textutils.
49513         Merge the three lists of headers.
49514
49515         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
49516         from fileutils' configure.in.
49517
49518         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
49519         code. Moved tests into their own function (_jm_DECL_HEADERS) in
49520         check-decl.m4.
49521
49522         * m4/check-decl.m4: Use #if rather than #ifdef.
49523         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
49524         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
49525         (_jm_DECL_HEADERS): Define new function.
49526         (jm_CHECK_DECLARATIONS): Require it.
49527
49528 2000-01-22  Jim Meyering  <meyering@lucent.com>
49529
49530         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
49531         [! HAVE_DECL_STRTOULL]: Declare strtoull.
49532         Required for some AIX systems.  Reported by Christian Krackowizer.
49533         [TESTING] (main): New function.
49534
49535         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
49536         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
49537         letters.
49538
49539         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
49540         iswprint.
49541
49542         * lib/strverscmp.c (ISDIGIT): Define.
49543         (strverscmp): Use ISDIGIT, not isdigit.
49544
49545 2000-01-19  Jim Meyering  <meyering@lucent.com>
49546
49547         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
49548         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
49549         defines `struct timespec' in <sys/time.h>
49550
49551         * m4/c-bs-a.m4: Remove uses of changequote altogether.
49552         Thanks to Akim for explaining.
49553
49554 2000-01-17  Paul Eggert  <eggert@twinsun.com>
49555
49556         * lib/nanosleep.c (nanosleep):
49557         Don't use SA_INTERRUPT to decide whether to call sigaction, as
49558         POSIX.1 doesn't require SA_INTERRUPT and some systems
49559         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
49560         it's been part of POSIX.1 since day 1 (in 1988).
49561
49562 2000-01-17  Jim Meyering  <meyering@lucent.com>
49563
49564         * lib/interlock: Remove unused file.  Reported by François Pinard.
49565
49566 2000-01-16  Paul Eggert  <eggert@twinsun.com>
49567
49568         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
49569         alert, backslash, formfeed, and vertical tab unnecessarily in
49570         shell quoting style.
49571
49572 2000-01-16  Jim Meyering  <meyering@lucent.com>
49573
49574         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
49575         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
49576         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
49577         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
49578
49579 2000-01-16  Jim Meyering  <meyering@lucent.com>
49580
49581         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
49582         because the latter didn't work.
49583
49584 2000-01-15  Jim Meyering  <meyering@lucent.com>
49585
49586         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
49587         (AC_REPLACE_FUNCS): Add memcpy and memset.
49588         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
49589         Add strpbrk.
49590         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
49591
49592 2000-01-12  Jim Meyering  <meyering@lucent.com>
49593
49594         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
49595         (jm_PREREQ): Use it.
49596         (jm_PREREQ_READUTMP): New macro.
49597         (jm_PREREQ): Use it.
49598
49599 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49600
49601         Quote multibyte characters correctly.
49602         * m4/c-bs-a.m4: New file.
49603         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
49604         (jm_PREREQ): Use it.
49605
49606 2000-01-11  Paul Eggert  <eggert@twinsun.com>
49607
49608         * m4/uintmax_t.m4: Port to autoconf 2.13.
49609
49610 2000-01-08  Jim Meyering  <meyering@ascend.com>
49611
49612         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
49613         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
49614
49615 2000-01-04  Jim Meyering  <meyering@ascend.com>
49616
49617         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
49618         jm_STRUCT_DIRENT_D_TYPE.
49619         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
49620         jm_STRUCT_DIRENT_D_INO.
49621         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
49622         jm_STRUCT_UTIMBUF.
49623         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
49624         renamings.
49625         * m4/utime.m4: Likewise.
49626
49627         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
49628         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
49629
49630 2000-01-03  Paul Eggert  <eggert@twinsun.com>
49631
49632         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
49633         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
49634
49635 2000-01-02  Jim Meyering  <meyering@ascend.com>
49636
49637         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
49638         remember if this is necessary.
49639
49640 1999-12-26  Jim Meyering  <meyering@ascend.com>
49641
49642         * m4/jm-macros.m4: Use it here.
49643         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
49644
49645 1999-12-23  Jim Meyering  <meyering@ascend.com>
49646
49647         * m4/jm-macros.m4: Check for clock_gettime (moved from
49648         fileutils/configure.in)
49649         Check for gettimeofday.
49650
49651 1999-12-20  Jim Meyering  <meyering@ascend.com>
49652
49653         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
49654         autoconf-2.14a-1999-12-20.
49655
49656 1999-12-19  Jim Meyering  <meyering@ascend.com>
49657
49658         * m4/lstat-slash.m4: New file.
49659         * m4/jm-macros.m4: Use the new macro:
49660         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
49661
49662 1999-12-07  Jim Meyering  <meyering@ascend.com>
49663
49664         * m4/perl.m4: Require that File::Compare be available, too.
49665         Too many systems seem to lack it.
49666
49667         * m4/strftime.m4: Add checks for most of the cpp macros tested in
49668         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
49669
49670 1999-11-18  Paul Eggert  <eggert@twinsun.com>
49671
49672         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
49673         problem with the QNX 4.25 shell, which doesn't propagate exit
49674         status of failed commands inside shell assignments.
49675
49676 1999-11-17  Jim Meyering  <meyering@ascend.com>
49677
49678         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
49679
49680 1999-11-07  Jim Meyering  <meyering@ascend.com>
49681
49682         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
49683
49684 1999-11-06  Jim Meyering  <meyering@ascend.com>
49685
49686         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
49687         * m4/jm-macros.m4 (jm_MACROS): Use it here.
49688
49689 1999-11-05  Jim Meyering  <meyering@ascend.com>
49690
49691         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
49692         configure.in of textutils, fileutils, and sh-utils into this one
49693         (shared between those packages) file.
49694         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
49695         AC_STRUCT_ST_BLKSIZE.
49696
49697 1999-11-03  Jim Meyering  <meyering@ascend.com>
49698
49699         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
49700         of AC_CHECK_TYPE checks includes unistd.h.
49701         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
49702         Suggestion from Akim Demaille.
49703
49704 1999-10-30  Jim Meyering  <meyering@ascend.com>
49705
49706         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
49707         m4-quoted string.
49708         * m4/ls-mntd-fs.m4: Likewise.
49709         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
49710         * m4/jm-winsz1.m4: Likewise.
49711
49712         * m4/const.m4: Remove file, since the fix made it into the experimental
49713         version of autoconf.
49714         * m4/mktime.m4: Likewise.
49715
49716         * m4/check-type.m4: Remove file, now that the latest version of
49717         AC_CHECK_TYPE takes a third arg to specify additional #includes.
49718
49719         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
49720         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
49721         AC_CHECK_TYPE.
49722
49723 1999-10-04  Jim Meyering  <meyering@ascend.com>
49724
49725         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
49726
49727 1999-09-22  Paul Eggert  <eggert@twinsun.com>
49728
49729         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
49730         2.95.1 bug with HP-UX 10.20.
49731
49732 1999-09-17  Jim Meyering  <meyering@ascend.com>
49733
49734         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
49735         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
49736         due to missing strdup (against sh-utils-2.0).
49737
49738 1999-08-29  Jim Meyering  <meyering@ascend.com>
49739
49740         * m4/jm-macros.m4: Require jm_BISON.
49741         * m4/bison.m4: New file.
49742
49743 1999-08-17  Paul Eggert  <eggert@twinsun.com>
49744
49745         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
49746         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
49747
49748 1999-08-05  Jim Meyering  <meyering@ascend.com>
49749
49750         * m4/getline.m4: Rename test file from conftestdata to conftest.data
49751         to avoid conflicts with `conftest' on 8+3 filesystems.
49752         Suggestion from Eli Zaretskii.
49753
49754 1999-08-04  Jim Meyering  <meyering@ascend.com>
49755
49756         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
49757         fileutils and sh-utils (textutils's getline test was inadequate).
49758         (AM_FUNC_GETLINE): Run this test.
49759         (AC_CHECK_FUNCS): Check for getdelim.
49760         Reported by Bob Proulx.
49761
49762 1999-08-02  Jim Meyering  <meyering@ascend.com>
49763
49764         * m4/jm-macros.m4: Add a comment.
49765
49766 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49767
49768         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
49769         <inttypes.h> defines strtoumax as a macro (and not as a
49770         function).
49771
49772 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49773
49774         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
49775         that we can shift, multiply and divide unsigned long long
49776         values; Ultrix cc can't do it.
49777
49778 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49779
49780         * m4/mktime.m4: New file, which is a preview of what should appear
49781         in the next public autoconf release.
49782
49783 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49784
49785         * m4/lfs.m4: Remove this file.
49786         * m4/largefile.m4: New file.  It contains the old contents of
49787         lfs.m4, except that all names with prefix AC_LFS have been
49788         changed to use the prefix AC_SYS_LARGEFILE instead, to be
49789         compatible with future autoconf versions.  Also, some minor m4
49790         quoting problems have been fixed.
49791
49792 1999-08-01  Paul Eggert  <eggert@twinsun.com>
49793
49794         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
49795         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
49796         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
49797         and simplify the shell code.
49798
49799 1999-08-01  Jim Meyering  <meyering@ascend.com>
49800
49801         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
49802         m4.
49803
49804 1999-07-20  Jim Meyering  <meyering@ascend.com>
49805
49806         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
49807
49808 1999-07-15  Jim Meyering  <meyering@ascend.com>
49809
49810         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
49811
49812 1999-05-22  Jim Meyering  <meyering@ascend.com>
49813
49814         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
49815
49816 1999-05-20  Jim Meyering  <meyering@ascend.com>
49817
49818         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
49819         Add a colon after each `then' in case $4 is empty.
49820
49821 1999-05-16  Jim Meyering  <meyering@ascend.com>
49822
49823         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
49824
49825 1999-05-10  Jim Meyering  <meyering@ascend.com>
49826
49827         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
49828
49829         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
49830         AC_FUNC_MKTIME.
49831
49832 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
49833
49834         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
49835
49836 1999-05-04  Paul Eggert  <eggert@twinsun.com>
49837
49838         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
49839         not CPPFLAGS, so that linking works correctly in IRIX.
49840
49841 1999-04-30  Paul Eggert  <eggert@twinsun.com>
49842
49843         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
49844
49845 1999-04-20  Paul Eggert  <eggert@twinsun.com>
49846
49847         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
49848         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
49849         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
49850         jm_AC_TYPE_UNSIGNED_LONG_LONG.
49851         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
49852
49853         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
49854
49855 1999-04-20  Jim Meyering  <meyering@ascend.com>
49856
49857         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
49858         AC_REPLACE xstroull if necessary.  From Paul Eggert.
49859         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
49860
49861 1999-04-18  Jim Meyering  <meyering@ascend.com>
49862
49863         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
49864         * m4/jm-macros.m4: Use it.
49865
49866 1999-04-06  Jim Meyering  <meyering@ascend.com>
49867
49868         * m4/strftime.m4: Remove test for %f.
49869
49870 1999-03-29  Jim Meyering  <meyering@ascend.com>
49871
49872         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
49873         superset of the AC_TYPE_* checks in the textutils, fileutils,
49874         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
49875         AC_TYPE_PID_T.
49876
49877 1999-03-28  Jim Meyering  <meyering@ascend.com>
49878
49879         * m4/jm-macros.m4: Define GNU_PACKAGE here.
49880         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
49881         replaced e.g., in the *.sh files of the sh-utils.
49882
49883 1999-03-20  Jim Meyering  <meyering@ascend.com>
49884
49885         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
49886         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
49887         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
49888
49889 1999-03-19  Jim Meyering  <meyering@ascend.com>
49890
49891         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
49892
49893 1999-03-12  Jim Meyering  <meyering@ascend.com>
49894
49895         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
49896
49897 1999-03-07  Jim Meyering  <meyering@ascend.com>
49898
49899         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
49900         declared.
49901
49902 1999-02-17  Jim Meyering  <meyering@ascend.com>
49903
49904         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
49905         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
49906
49907 1999-02-07  Jim Meyering  <meyering@ascend.com>
49908
49909         * m4/group-member.m4: New file -- extracted from sh-utils'
49910         configure.in.
49911
49912         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
49913         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
49914
49915 1999-02-06  Jim Meyering  <meyering@ascend.com>
49916
49917         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
49918         * m4/fnmatch.m4: Likewise.
49919         * m4/getgroups.m4: Likewise.
49920         * m4/lstat.m4: Likewise.
49921         * m4/malloc.m4: Likewise.
49922         * m4/putenv.m4: Likewise.
49923         * m4/realloc.m4: Likewise.
49924         * m4/regex.m4: Likewise.
49925         * m4/stat.m4: Likewise.
49926         * m4/strftime.m4: Likewise.
49927         Suggestion from Alain Magloire.
49928
49929         * m4/chown.m4: Use `.$ac_objext', not `.o'.
49930         * m4/fnmatch.m4: Likewise.
49931         * m4/getgroups.m4: Likewise.
49932         * m4/getline.m4: Likewise.
49933         * m4/lstat.m4: Likewise.
49934         * m4/malloc.m4: Likewise.
49935         * m4/memcmp.m4: Likewise.
49936         * m4/putenv.m4: Likewise.
49937         * m4/realloc.m4: Likewise.
49938         * m4/regex.m4: Likewise.
49939         * m4/stat.m4: Likewise.
49940         * m4/strftime.m4: Likewise.
49941         Suggestion from Alain Magloire.
49942
49943         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
49944         an argument.
49945
49946         * m4/regex.m4: Add a run-time Test for proper operation of
49947         re_compile_pattern.
49948
49949 1999-01-31  Jim Meyering  <meyering@ascend.com>
49950
49951         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
49952
49953 1999-01-30  Jim Meyering  <meyering@ascend.com>
49954
49955         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
49956
49957         * m4/jm-mktime.m4: Make this a wrapper around the official
49958         AM_FUNC_MKTIME rather than my private copy, now that the official one
49959         is up to date.
49960         * m4/mktime.m4: Remove file.
49961
49962         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
49963         * m4/uptime.m4: Likewise.
49964         * m4/uintmax_t.m4: Likewise.
49965
49966 1999-01-28  Jim Meyering  <meyering@ascend.com>
49967
49968         * m4/jm-macros.m4: Use jm_AFS.
49969         * m4/afs.m4: New file (from fileutils' configure.in).
49970
49971         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
49972         * m4/chown.m4: Likewise.
49973         * m4/d-ino.m4: Likewise.
49974         * m4/d-type.m4: Likewise.
49975         * m4/fnmatch.m4: Likewise.
49976         * m4/getgroups.m4: Likewise.
49977         * m4/gettext.m4: Likewise.
49978         * m4/jm-mktime.m4: Likewise.
49979         * m4/jm-winsz2.m4: Likewise.
49980         * m4/lcmessage.m4: Likewise.
49981         * m4/ls-mntd-fs.m4: Likewise.
49982         * m4/malloc.m4: Likewise.
49983         * m4/memcmp.m4: Likewise.
49984         * m4/putenv.m4: Likewise.
49985         * m4/realloc.m4: Likewise.
49986         * m4/st_mtim.m4: Likewise.
49987         * m4/strftime.m4: Likewise.
49988
49989 1999-01-16  Jim Meyering  <meyering@ascend.com>
49990
49991         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
49992         (ARGMATCH_DIE_DECL): Define.
49993
49994 1999-01-12  Jim Meyering  <meyering@ascend.com>
49995
49996         * m4/Makefile.am.in: Rewrite to avoid using fmt.
49997         Reported by Lars Hecking.
49998
49999 1999-01-10  Jim Meyering  <meyering@ascend.com>
50000
50001         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
50002         gross kludge.
50003         * m4/inttypes_h.m4: Likewise.
50004         * m4/lstat.m4: Likewise.
50005         * m4/malloc.m4: Likewise.
50006         * m4/readdir.m4: Likewise.
50007         * m4/realloc.m4: Likewise.
50008         * m4/st_dm_mode.m4: Likewise.
50009         * m4/stat.m4: Likewise.
50010         * m4/utimbuf.m4: Likewise.
50011         * m4/utimes.m4: Likewise.
50012
50013         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
50014         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
50015         comments in config.h.in are meaningful.
50016
50017         * m4/jm-macros.m4: Require autoconf-2.13 here.
50018
50019         * m4/regex.m4: By default, don't use the included regex.c on systems
50020         with glibc 2.  Suggestion from Uli Drepper.
50021
50022 1999-01-02  Jim Meyering  <meyering@ascend.com>
50023
50024         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
50025
50026 1998-12-18  Jim Meyering  <meyering@ascend.com>
50027
50028         * m4/Makefile.am.in (Makefile.am): Simplify rule.
50029         Based on a suggestion from Lars Hecking.
50030
50031 1998-11-16  Paul Eggert  <eggert@twinsun.com>
50032
50033         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
50034
50035 1998-11-16  Jim Meyering  <meyering@ascend.com>
50036
50037         * m4/lfs.m4: Double-quote the `uname...` expression.
50038
50039 1998-11-14  Jim Meyering  <meyering@ascend.com>
50040
50041         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
50042         * m4/stat.m4: Likewise.
50043
50044 1998-11-03  Jim Meyering  <meyering@ascend.com>
50045
50046         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
50047         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
50048
50049 1998-10-18  Jim Meyering  <meyering@ascend.com>
50050
50051         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
50052
50053 1998-10-17  Jim Meyering  <meyering@ascend.com>
50054
50055         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
50056         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
50057         calls for those previously hard-coded headers.  Instead, take a new
50058         parameter.
50059         (jm_CHECK_DECLARATIONS): Reflect interface change.
50060         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
50061         (jm_CHECK_DECL_LOCALTIME_R): New macro.
50062
50063         * m4/mktime.m4: Test for spring-forward gap before long-running test.
50064
50065 1998-10-14  Jim Meyering  <meyering@ascend.com>
50066
50067         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
50068         instead of "TZ=America/Vancouver".  From Paul Eggert.
50069
50070 1998-10-11  Jim Meyering  <meyering@ascend.com>
50071
50072         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
50073         This adds a test for a recently added compatibility fix for mktime.c.
50074         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
50075
50076 1998-09-27  Jim Meyering  <meyering@ascend.com>
50077
50078         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
50079
50080         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
50081         ../configure.in, including a change from Gordon Matzigkeit to allow
50082         cross-compiling for the Hurd.
50083
50084         * m4/glibc.m4: New file/macro to test for the GNU C Library
50085         versions 1 and 2.  From Gordon Matzigkeit.
50086         Indent.
50087
50088 1998-09-21  Jim Meyering  <meyering@ascend.com>
50089
50090         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
50091
50092 1998-08-18  Paul Eggert  <eggert@twinsun.com>
50093
50094         Port nanosecond-resolution times to UnixWare 2.1.2 and
50095         pedantic Solaris 2.6.
50096
50097         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
50098         AC_STRUCT_ST_MTIM.
50099         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
50100         Generate name of ns member, instead of just 1 or undef.
50101         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
50102
50103 1998-08-15  Jim Meyering  <meyering@ascend.com>
50104
50105         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
50106         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
50107         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
50108         instead of jm_TYPE_SSIZE_T.
50109
50110 1998-08-12  Jim Meyering  <meyering@ascend.com>
50111
50112         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
50113
50114 1998-08-02  Jim Meyering  <meyering@ascend.com>
50115
50116         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
50117         in acconfig.h manually.
50118
50119 1998-07-31  Paul Eggert  <eggert@twinsun.com>
50120
50121         * m4/st_mtim.m4: New file.
50122
50123 1998-07-28  Jim Meyering  <meyering@ascend.com>
50124
50125         * m4/utimes.m4: Undef stat.
50126
50127 1998-07-25  Jim Meyering  <meyering@ascend.com>
50128
50129         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
50130         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
50131
50132 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
50133
50134         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
50135         uid and gid actually remain unchanged.
50136
50137 1998-07-07  Jim Meyering  <meyering@ascend.com>
50138
50139         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
50140
50141 1998-07-04  Jim Meyering  <meyering@ascend.com>
50142
50143         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
50144         to prove that this macro can be used in packages without regex.c.
50145
50146 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
50147
50148         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
50149         is to be used.
50150
50151 1998-07-03  Jim Meyering  <meyering@ascend.com>
50152
50153         * m4/gettext.m4: Add -lintl if it's found to be necessary.
50154
50155         * m4/gettext.m4: New file -- from gettext-0.10.35.
50156         * m4/lcmessage.m4: Likewise.
50157         * m4/progtest.m4: Likewise.
50158
50159         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
50160         * m4/jm-macros.m4: Require the new macro.
50161
50162 1998-06-29  Jim Meyering  <meyering@ascend.com>
50163
50164         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
50165         for the definition of NGROUPS (used in a system header included
50166         by sys/mount.h).
50167
50168 1998-06-28  Jim Meyering  <meyering@ascend.com>
50169
50170         * m4/ls-mntd-fs.m4: New file.
50171         * m4/fstypename.m4: New file.
50172
50173         * m4/jm-macros.m4: Require the new macro.
50174         * m4/jm-glibc-io.m4: New file.
50175
50176 1998-05-19  Jim Meyering  <meyering@ascend.com>
50177
50178         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
50179         * m4/lchown.m4: New file.
50180
50181         * m4/Makefile.am.in: New file.
50182         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
50183
50184 1998-05-14  Jim Meyering  <meyering@ascend.com>
50185
50186         * m4/Makefile.am (EXTRA_DIST): Add them.
50187         * m4/jm-macros.m4: New file.
50188         * m4/utimbuf.m4: New file.
50189
50190 1998-05-12  Jim Meyering  <meyering@ascend.com>
50191
50192         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
50193
50194 1998-05-11  Jim Meyering  <meyering@ascend.com>
50195
50196         * m4/isc-posix.m4: New file.
50197
50198 1998-05-10  Jim Meyering  <meyering@ascend.com>
50199
50200         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
50201
50202 1998-05-09  Jim Meyering  <meyering@ascend.com>
50203
50204         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
50205         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
50206         with automake.
50207
50208         * m4/ssize_t.m4: New file.
50209         * m4/mktime.m4: Remove file -- the new automake has this now.
50210
50211 1998-04-26  Jim Meyering  <meyering@ascend.com>
50212
50213         * m4/assert.m4: New file.
50214         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
50215
50216 1998-04-05  Jim Meyering  <meyering@ascend.com>
50217
50218         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
50219         (jm_PREREQ): Use it here.
50220
50221 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
50222
50223         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
50224         in acconfig.h.
50225
50226 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
50227
50228         * m4/prereq.m4: New file.
50229         * m4/error.m4: New file.
50230         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
50231
50232 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
50233
50234         * m4/getline.m4: Don't set am_cv_func_working_getline before the
50235         cache-check for the same variable -- that defeated the purpose of
50236         the test; the test program was never run.  This was a problem only
50237         on systems with losing getline functions -- HP-UX 10.20 is one.
50238         Reported by Bjorn Helgaas.
50239
50240 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
50241
50242         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
50243
50244 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
50245
50246         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
50247
50248         * m4/const.m4: New file.  Use an initializer in this declaration
50249         typedef int charset[2]; const charset x;
50250         Reported by Bob Glickstein.
50251
50252 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
50253
50254         * m4/chown.m4: Fix reversed types on -1 args to chown.
50255         From Kaveh Ghazi.
50256
50257 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
50258
50259         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
50260         Add lseek and memchr.
50261
50262         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
50263         T.E.Dickey <dickey@clark.net> said that some older preprocessors
50264         have a 20-character limit on names.
50265
50266 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
50267
50268         * m4/inttypes_h.m4: New file.
50269         * m4/uintmax_t.m4: New file.
50270         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
50271
50272
50273         -----
50274
50275         Local Variables:
50276         coding: utf-8
50277         End:
50278
50279         Copyright (C) 1997-2009 Free Software Foundation, Inc.
50280
50281         Copying and distribution of this file, with or without
50282         modification, are permitted provided the copyright notice
50283         and this notice are preserved.