5fa0e6c44e0e82fb4c3641113011000aea5c7333
[gnulib.git] / ChangeLog
1 2010-01-11  Eric Blake  <ebb9@byu.net>
2
3         unistd: warn on use of environ without module
4         * modules/unistd (Depends-on): Add warn-on-use.
5         (Makefile.am): Provide new substitutions.
6         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
7         * lib/unistd.in.h (environ): Wrap with a warning helper function.
8
9         stdio: warn on suspicious uses
10         * modules/stdio (Depends-on): Add warn-on-use.
11         (Makefile.am): Provide new substitutions.
12         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
13         fseeko.
14         * lib/stdio.in.h (gets): Always warn on use.
15         (fseek, ftell): Adjust when warnings are issued, and honor
16         _GL_NO_LARGE_FILES as a way to silence the warning.
17         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
18         any warning about large file offsets.
19         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
20         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
21         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
22         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
23         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
24         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
25         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
26         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
27
28         warn-on-use: new module
29         * modules/warn-on-use: New file.
30         * build-aux/warn-on-use.h: Likewise.
31         * m4/warn-on-use.m4: Likewise.
32         * MODULES.html.sh (Support for building): Mention it.
33
34 2010-01-10  Bruno Haible  <bruno@clisp.org>
35
36         Tests for module 'unistr/u32-strdup'.
37         * modules/unistr/u32-strdup-tests: New file.
38         * tests/unistr/test-u32-strdup.c: New file.
39
40         Tests for module 'unistr/u16-strdup'.
41         * modules/unistr/u16-strdup-tests: New file.
42         * tests/unistr/test-u16-strdup.c: New file.
43
44         Tests for module 'unistr/u8-strdup'.
45         * modules/unistr/u8-strdup-tests: New file.
46         * tests/unistr/test-u8-strdup.c: New file.
47         * tests/unistr/test-strdup.h: New file.
48
49         Tests for module 'unistr/u32-strncmp'.
50         * modules/unistr/u32-strncmp-tests: New file.
51         * tests/unistr/test-u32-strncmp.c: New file.
52
53         Tests for module 'unistr/u16-strncmp'.
54         * modules/unistr/u16-strncmp-tests: New file.
55         * tests/unistr/test-u16-strncmp.c: New file.
56
57         Tests for module 'unistr/u8-strncmp'.
58         * modules/unistr/u8-strncmp-tests: New file.
59         * tests/unistr/test-u8-strncmp.c: New file.
60         * tests/unistr/test-strncmp.h: New file.
61
62         Tests for module 'unistr/u32-strcoll'.
63         * modules/unistr/u32-strcoll-tests: New file.
64         * tests/unistr/test-u32-strcoll.c: New file.
65
66         Tests for module 'unistr/u16-strcoll'.
67         * modules/unistr/u16-strcoll-tests: New file.
68         * tests/unistr/test-u16-strcoll.c: New file.
69
70         Tests for module 'unistr/u8-strcoll'.
71         * modules/unistr/u8-strcoll-tests: New file.
72         * tests/unistr/test-u8-strcoll.c: New file.
73
74         Tests for module 'unistr/u32-strcmp'.
75         * modules/unistr/u32-strcmp-tests: New file.
76         * tests/unistr/test-u32-strcmp.c: New file.
77         * tests/unistr/test-u32-strcmp.h: New file.
78
79         Tests for module 'unistr/u16-strcmp'.
80         * modules/unistr/u16-strcmp-tests: New file.
81         * tests/unistr/test-u16-strcmp.c: New file.
82         * tests/unistr/test-u16-strcmp.h: New file.
83
84         Tests for module 'unistr/u8-strcmp'.
85         * modules/unistr/u8-strcmp-tests: New file.
86         * tests/unistr/test-u8-strcmp.c: New file.
87         * tests/unistr/test-u8-strcmp.h: New file.
88         * tests/unistr/test-strcmp.h: New file.
89
90         Tests for module 'unistr/u32-strncat'.
91         * modules/unistr/u32-strncat-tests: New file.
92         * tests/unistr/test-u32-strncat.c: New file.
93
94         Tests for module 'unistr/u16-strncat'.
95         * modules/unistr/u16-strncat-tests: New file.
96         * tests/unistr/test-u16-strncat.c: New file.
97
98         Tests for module 'unistr/u8-strncat'.
99         * modules/unistr/u8-strncat-tests: New file.
100         * tests/unistr/test-u8-strncat.c: New file.
101         * tests/unistr/test-strncat.h: New file.
102
103         Tests for module 'unistr/u32-strcat'.
104         * modules/unistr/u32-strcat-tests: New file.
105         * tests/unistr/test-u32-strcat.c: New file.
106
107         Tests for module 'unistr/u16-strcat'.
108         * modules/unistr/u16-strcat-tests: New file.
109         * tests/unistr/test-u16-strcat.c: New file.
110
111         Tests for module 'unistr/u8-strcat'.
112         * modules/unistr/u8-strcat-tests: New file.
113         * tests/unistr/test-u8-strcat.c: New file.
114         * tests/unistr/test-strcat.h: New file.
115
116         Tests for module 'unistr/u32-stpncpy'.
117         * modules/unistr/u32-stpncpy-tests: New file.
118         * tests/unistr/test-u32-stpncpy.c: New file.
119
120         Tests for module 'unistr/u16-stpncpy'.
121         * modules/unistr/u16-stpncpy-tests: New file.
122         * tests/unistr/test-u16-stpncpy.c: New file.
123
124         Tests for module 'unistr/u8-stpncpy'.
125         * modules/unistr/u8-stpncpy-tests: New file.
126         * tests/unistr/test-u8-stpncpy.c: New file.
127         * tests/unistr/test-stpncpy.h: New file.
128
129         Tests for module 'unistr/u32-strncpy'.
130         * modules/unistr/u32-strncpy-tests: New file.
131         * tests/unistr/test-u32-strncpy.c: New file.
132
133         Tests for module 'unistr/u16-strncpy'.
134         * modules/unistr/u16-strncpy-tests: New file.
135         * tests/unistr/test-u16-strncpy.c: New file.
136
137         Tests for module 'unistr/u8-strncpy'.
138         * modules/unistr/u8-strncpy-tests: New file.
139         * tests/unistr/test-u8-strncpy.c: New file.
140         * tests/unistr/test-strncpy.h: New file.
141
142         Tests for module 'unistr/u32-stpcpy'.
143         * modules/unistr/u32-stpcpy-tests: New file.
144         * tests/unistr/test-u32-stpcpy.c: New file.
145
146         Tests for module 'unistr/u16-stpcpy'.
147         * modules/unistr/u16-stpcpy-tests: New file.
148         * tests/unistr/test-u16-stpcpy.c: New file.
149
150         Tests for module 'unistr/u8-stpcpy'.
151         * modules/unistr/u8-stpcpy-tests: New file.
152         * tests/unistr/test-u8-stpcpy.c: New file.
153         * tests/unistr/test-stpcpy.h: New file.
154
155         Tests for module 'unistr/u32-strcpy'.
156         * modules/unistr/u32-strcpy-tests: New file.
157         * tests/unistr/test-u32-strcpy.c: New file.
158
159         Tests for module 'unistr/u16-strcpy'.
160         * modules/unistr/u16-strcpy-tests: New file.
161         * tests/unistr/test-u16-strcpy.c: New file.
162
163         Tests for module 'unistr/u8-strcpy'.
164         * modules/unistr/u8-strcpy-tests: New file.
165         * tests/unistr/test-u8-strcpy.c: New file.
166         * tests/unistr/test-strcpy.h: New file.
167
168         Tests for module 'unistr/u32-strnlen'.
169         * modules/unistr/u32-strnlen-tests: New file.
170         * tests/unistr/test-u32-strnlen.c: New file.
171
172         Tests for module 'unistr/u16-strnlen'.
173         * modules/unistr/u16-strnlen-tests: New file.
174         * tests/unistr/test-u16-strnlen.c: New file.
175
176         Tests for module 'unistr/u8-strnlen'.
177         * modules/unistr/u8-strnlen-tests: New file.
178         * tests/unistr/test-u8-strnlen.c: New file.
179         * tests/unistr/test-strnlen.h: New file.
180
181         Tests for module 'unistr/u32-strlen'.
182         * modules/unistr/u32-strlen-tests: New file.
183         * tests/unistr/test-u32-strlen.c: New file.
184
185         Tests for module 'unistr/u16-strlen'.
186         * modules/unistr/u16-strlen-tests: New file.
187         * tests/unistr/test-u16-strlen.c: New file.
188
189         Tests for module 'unistr/u8-strlen'.
190         * modules/unistr/u8-strlen-tests: New file.
191         * tests/unistr/test-u8-strlen.c: New file.
192
193         Tests for module 'unistr/u32-prev'.
194         * modules/unistr/u32-prev-tests: New file.
195         * tests/unistr/test-u32-prev.c: New file.
196
197         Tests for module 'unistr/u16-prev'.
198         * modules/unistr/u16-prev-tests: New file.
199         * tests/unistr/test-u16-prev.c: New file.
200
201         Tests for module 'unistr/u8-prev'.
202         * modules/unistr/u8-prev-tests: New file.
203         * tests/unistr/test-u8-prev.c: New file.
204
205         Tests for module 'unistr/u32-next'.
206         * modules/unistr/u32-next-tests: New file.
207         * tests/unistr/test-u32-next.c: New file.
208
209         Tests for module 'unistr/u16-next'.
210         * modules/unistr/u16-next-tests: New file.
211         * tests/unistr/test-u16-next.c: New file.
212
213         Tests for module 'unistr/u8-next'.
214         * modules/unistr/u8-next-tests: New file.
215         * tests/unistr/test-u8-next.c: New file.
216
217         Tests for module 'unistr/u32-strmbtouc'.
218         * modules/unistr/u32-strmbtouc-tests: New file.
219         * tests/unistr/test-u32-strmbtouc.c: New file.
220
221         Tests for module 'unistr/u16-strmbtouc'.
222         * modules/unistr/u16-strmbtouc-tests: New file.
223         * tests/unistr/test-u16-strmbtouc.c: New file.
224
225         Tests for module 'unistr/u8-strmbtouc'.
226         * modules/unistr/u8-strmbtouc-tests: New file.
227         * tests/unistr/test-u8-strmbtouc.c: New file.
228
229         Tests for module 'unistr/u32-strmblen'.
230         * modules/unistr/u32-strmblen-tests: New file.
231         * tests/unistr/test-u32-strmblen.c: New file.
232
233         Tests for module 'unistr/u16-strmblen'.
234         * modules/unistr/u16-strmblen-tests: New file.
235         * tests/unistr/test-u16-strmblen.c: New file.
236
237         Tests for module 'unistr/u8-strmblen'.
238         * modules/unistr/u8-strmblen-tests: New file.
239         * tests/unistr/test-u8-strmblen.c: New file.
240
241         Tests for module 'unistr/u32-cpy-alloc'.
242         * modules/unistr/u32-cpy-alloc-tests: New file.
243         * tests/unistr/test-u32-cpy-alloc.c: New file.
244
245         Tests for module 'unistr/u16-cpy-alloc'.
246         * modules/unistr/u16-cpy-alloc-tests: New file.
247         * tests/unistr/test-u16-cpy-alloc.c: New file.
248
249         Tests for module 'unistr/u8-cpy-alloc'.
250         * modules/unistr/u8-cpy-alloc-tests: New file.
251         * tests/unistr/test-u8-cpy-alloc.c: New file.
252         * tests/unistr/test-cpy-alloc.h: New file.
253
254         Tests for module 'unistr/u32-mbsnlen'.
255         * modules/unistr/u32-mbsnlen-tests: New file.
256         * tests/unistr/test-u32-mbsnlen.c: New file.
257
258         Tests for module 'unistr/u16-mbsnlen'.
259         * modules/unistr/u16-mbsnlen-tests: New file.
260         * tests/unistr/test-u16-mbsnlen.c: New file.
261
262         Tests for module 'unistr/u8-mbsnlen'.
263         * modules/unistr/u8-mbsnlen-tests: New file.
264         * tests/unistr/test-u8-mbsnlen.c: New file.
265
266         Tests for module 'unistr/u32-chr'.
267         * modules/unistr/u32-chr-tests: New file.
268         * tests/unistr/test-u32-chr.c: New file.
269
270         Tests for module 'unistr/u16-chr'.
271         * modules/unistr/u16-chr-tests: New file.
272         * tests/unistr/test-u16-chr.c: New file.
273
274         Tests for module 'unistr/u8-chr'.
275         * modules/unistr/u8-chr-tests: New file.
276         * tests/unistr/test-u8-chr.c: New file.
277         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
278
279         Tests for module 'unistr/u32-cmp2'.
280         * modules/unistr/u32-cmp2-tests: New file.
281         * tests/unistr/test-u32-cmp2.c: New file.
282
283         Tests for module 'unistr/u16-cmp2'.
284         * modules/unistr/u16-cmp2-tests: New file.
285         * tests/unistr/test-u16-cmp2.c: New file.
286
287         Tests for module 'unistr/u8-cmp2'.
288         * modules/unistr/u8-cmp2-tests: New file.
289         * tests/unistr/test-u8-cmp2.c: New file.
290         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
291
292         Tests for module 'unistr/u32-cmp'.
293         * modules/unistr/u32-cmp-tests: New file.
294         * tests/unistr/test-u32-cmp.c: New file.
295
296         Tests for module 'unistr/u16-cmp'.
297         * modules/unistr/u16-cmp-tests: New file.
298         * tests/unistr/test-u16-cmp.c: New file.
299
300         Tests for module 'unistr/u8-cmp'.
301         * modules/unistr/u8-cmp-tests: New file.
302         * tests/unistr/test-u8-cmp.c: New file.
303         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
304
305         Tests for module 'unistr/u32-set'.
306         * modules/unistr/u32-set-tests: New file.
307         * tests/unistr/test-u32-set.c: New file.
308
309         Tests for module 'unistr/u16-set'.
310         * modules/unistr/u16-set-tests: New file.
311         * tests/unistr/test-u16-set.c: New file.
312
313         Tests for module 'unistr/u8-set'.
314         * modules/unistr/u8-set-tests: New file.
315         * tests/unistr/test-u8-set.c: New file.
316         * tests/unistr/test-set.h: New file.
317
318         Tests for module 'unistr/u32-move'.
319         * modules/unistr/u32-move-tests: New file.
320         * tests/unistr/test-u32-move.c: New file.
321
322         Tests for module 'unistr/u16-move'.
323         * modules/unistr/u16-move-tests: New file.
324         * tests/unistr/test-u16-move.c: New file.
325
326         Tests for module 'unistr/u8-move'.
327         * modules/unistr/u8-move-tests: New file.
328         * tests/unistr/test-u8-move.c: New file.
329         * tests/unistr/test-move.h: New file.
330
331         Tests for module 'unistr/u32-cpy'.
332         * modules/unistr/u32-cpy-tests: New file.
333         * tests/unistr/test-u32-cpy.c: New file.
334
335         Tests for module 'unistr/u16-cpy'.
336         * modules/unistr/u16-cpy-tests: New file.
337         * tests/unistr/test-u16-cpy.c: New file.
338
339         Tests for module 'unistr/u8-cpy'.
340         * modules/unistr/u8-cpy-tests: New file.
341         * tests/unistr/test-u8-cpy.c: New file.
342         * tests/unistr/test-cpy.h: New file.
343
344 2010-01-09  Bruno Haible  <bruno@clisp.org>
345
346         Tests for module 'unistr/u32-uctomb'.
347         * modules/unistr/u32-uctomb-tests: New file.
348         * tests/unistr/test-u32-uctomb.c: New file.
349
350         Tests for module 'unistr/u16-uctomb'.
351         * modules/unistr/u16-uctomb-tests: New file.
352         * tests/unistr/test-u16-uctomb.c: New file.
353
354         Tests for module 'unistr/u8-uctomb'.
355         * modules/unistr/u8-uctomb-tests: New file.
356         * tests/unistr/test-u8-uctomb.c: New file.
357
358         Tests for module 'unistr/u32-mbtoucr'.
359         * modules/unistr/u32-mbtoucr-tests: New file.
360         * tests/unistr/test-u32-mbtoucr.c: New file.
361
362         Tests for module 'unistr/u16-mbtoucr'.
363         * modules/unistr/u16-mbtoucr-tests: New file.
364         * tests/unistr/test-u16-mbtoucr.c: New file.
365
366         Tests for module 'unistr/u8-mbtoucr'.
367         * modules/unistr/u8-mbtoucr-tests: New file.
368         * tests/unistr/test-u8-mbtoucr.c: New file.
369
370         Tests for module 'unistr/u32-mbtouc'.
371         * modules/unistr/u32-mbtouc-tests: New file.
372         * tests/unistr/test-u32-mbtouc.c: New file.
373
374         Tests for module 'unistr/u16-mbtouc'.
375         * modules/unistr/u16-mbtouc-tests: New file.
376         * tests/unistr/test-u16-mbtouc.c: New file.
377
378         Tests for module 'unistr/u8-mbtouc'.
379         * modules/unistr/u8-mbtouc-tests: New file.
380         * tests/unistr/test-u8-mbtouc.c: New file.
381
382         Tests for module 'unistr/u32-mbtouc-unsafe'.
383         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
384         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
385         * tests/unistr/test-u32-mbtouc.h: New file.
386
387         Tests for module 'unistr/u16-mbtouc-unsafe'.
388         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
389         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
390         * tests/unistr/test-u16-mbtouc.h: New file.
391
392         Tests for module 'unistr/u8-mbtouc-unsafe'.
393         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
394         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
395         * tests/unistr/test-u8-mbtouc.h: New file.
396
397         Tests for module 'unistr/u32-mblen'.
398         * modules/unistr/u32-mblen-tests: New file.
399         * tests/unistr/test-u32-mblen.c: New file.
400
401         Tests for module 'unistr/u16-mblen'.
402         * modules/unistr/u16-mblen-tests: New file.
403         * tests/unistr/test-u16-mblen.c: New file.
404
405         Tests for module 'unistr/u8-mblen'.
406         * modules/unistr/u8-mblen-tests: New file.
407         * tests/unistr/test-u8-mblen.c: New file.
408
409         Tests for module 'unistr/u32-to-u16'.
410         * modules/unistr/u32-to-u16-tests: New file.
411         * tests/unistr/test-u32-to-u16.c: New file.
412
413         Tests for module 'unistr/u32-to-u8'.
414         * modules/unistr/u32-to-u8-tests: New file.
415         * tests/unistr/test-u32-to-u8.c: New file.
416
417         Tests for module 'unistr/u16-to-u32'.
418         * modules/unistr/u16-to-u32-tests: New file.
419         * tests/unistr/test-u16-to-u32.c: New file.
420
421         Tests for module 'unistr/u16-to-u8'.
422         * modules/unistr/u16-to-u8-tests: New file.
423         * tests/unistr/test-u16-to-u8.c: New file.
424
425         Tests for module 'unistr/u8-to-u32'.
426         * modules/unistr/u8-to-u32-tests: New file.
427         * tests/unistr/test-u8-to-u32.c: New file.
428
429         Tests for module 'unistr/u8-to-u16'.
430         * modules/unistr/u8-to-u16-tests: New file.
431         * tests/unistr/test-u8-to-u16.c: New file.
432
433         Tests for module 'unistr/u32-check'.
434         * modules/unistr/u32-check-tests: New file.
435         * tests/unistr/test-u32-check.c: New file.
436
437         Tests for module 'unistr/u16-check'.
438         * modules/unistr/u16-check-tests: New file.
439         * tests/unistr/test-u16-check.c: New file.
440
441         Tests for module 'unistr/u8-check'.
442         * modules/unistr/u8-check-tests: New file.
443         * tests/unistr/test-u8-check.c: New file.
444
445         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
446         (category_equals): New function.
447         (main): Add more tests.
448         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
449
450         * tests/unictype/test-bidi_byname.c (main): Add more tests.
451
452 2010-01-10  Bruno Haible  <bruno@clisp.org>
453
454         unistr/u*-strcoll: Try harder to distinguish different strings.
455         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
456         compare s1 and s2 to see if they are different.
457
458 2010-01-10  Bruno Haible  <bruno@clisp.org>
459
460         unistr/u*-stpncpy: Fix the return value.
461         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
462         description of the return value consistent with stpncpy in glibc.
463         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
464         written non-NUL unit.
465
466 2010-01-10  Bruno Haible  <bruno@clisp.org>
467
468         unistr/u*-next: Add missing dependencies.
469         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
470         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
471         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
472
473 2010-01-10  Bruno Haible  <bruno@clisp.org>
474
475         unistr/u8-mbsnlen: Fix return value for incomplete character.
476         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
477         u8_mblen.
478         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
479         Remove unistr/u8-mblen.
480         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
481         u16_mblen.
482         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
483         Remove unistr/u16-mblen.
484
485 2010-01-10  Bruno Haible  <bruno@clisp.org>
486
487         wchar: Fix compilation error when <wchar.h> is used from coreutils.
488         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
489         Reported by Brian Gough <bjg@gnu.org> and
490         Chris Clayton <chris2553@googlemail.com> via
491         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
492
493 2010-01-09  Bruno Haible  <bruno@clisp.org>
494
495         unistr/u16-to-u32: Reject invalid input.
496         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
497         u16_mbtouc.
498         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
499         Remove unistr/u16-mbtouc.
500
501         unistr/u16-to-u8: Reject invalid input.
502         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
503         u16_mbtouc.
504         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
505         Remove unistr/u16-mbtouc.
506
507         unistr/u8-to-u32: Reject invalid input.
508         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
509         u8_mbtouc.
510         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
511         Remove unistr/u8-mbtouc.
512
513         unistr/u8-to-u16: Reject invalid input.
514         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
515         u8_mbtouc.
516         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
517         Remove unistr/u8-mbtouc.
518
519 2010-01-09  Bruno Haible  <bruno@clisp.org>
520
521         Tests for module 'getlogin'.
522         * modules/getlogin-tests: New file.
523         * tests/test-getlogin.c: New file.
524
525         New module 'getlogin'.
526         * lib/unistd.in.h (getlogin): New declaration.
527         * lib/getlogin.c: New file.
528         * m4/getlogin.m4: New file.
529         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
530         HAVE_GETLOGIN.
531         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
532         HAVE_GETLOGIN.
533         * modules/getlogin: New file.
534         * doc/posix-functions/getlogin.texi: Mention the new module.
535         Reported by John W. Eaton <jwe@gnu.org>.
536
537 2010-01-09  Bruno Haible  <bruno@clisp.org>
538
539         getlogin_r: Support for native Windows.
540         * lib/getlogin_r.c: Include <windows.h>
541         (getlogin_r): Implement for native Windows.
542         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
543         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
544         via John W. Eaton <jwe@gnu.org>.
545
546 2010-01-09  Bruno Haible  <bruno@clisp.org>
547
548         getlogin_r: Small fixes.
549         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
550         succeeds.
551         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
552         before testing whether getlogin_r is declared. No need to set
553         HAVE_DECL_GETLOGIN_R to 1.
554         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
555
556 2010-01-09  Bruno Haible  <bruno@clisp.org>
557
558         * lib/unistd.in.h (getlogin_r): Add comment.
559
560 2010-01-09  Bruno Haible  <bruno@clisp.org>
561
562         Tests for module 'getlogin_r'.
563         * modules/getlogin_r-tests: New file.
564         * tests/test-getlogin_r.c: New file.
565
566 2010-01-09  Jim Meyering  <meyering@redhat.com>
567
568         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
569         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
570         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
571
572 2010-01-08  Simon Josefsson  <simon@josefsson.org>
573
574         * lib/dup2.c (rpl_dup2): Improve comment.
575
576 2010-01-08  Eric Blake  <ebb9@byu.net>
577
578         maint.mk: allow packages to add makefile @@ exceptions
579         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
580         (sc_makefile_check): Rename...
581         (sc_makefile_at_at_check): ...to this, and use hook.
582
583         dup2: work around mingw bug
584         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
585         Reported by Simon Josefsson.
586
587 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
588
589         glob: Fix C++ compilation.
590         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
591         C++.
592
593 2010-01-07  Bruno Haible  <bruno@clisp.org>
594
595         Fix indentation of wctype.in.h, broken since 2007-01-06.
596         * lib/wctype.in.h: Fix indentation of preprocessor directives.
597
598 2010-01-07  Bruno Haible  <bruno@clisp.org>
599
600         mbslen: Avoid collision with system function.
601         * lib/string.in.h [MirBSD]: Include <wchar.h>.
602         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
603         * m4/mbslen.m4: New file.
604         * modules/mbslen (Files): Add it.
605         (configure.ac): Invoke gl_MBSLEN.
606         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
607         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
608         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
609         via Ian Beckwith <ianb@erislabs.net>.
610
611 2010-01-07  Bruno Haible  <bruno@clisp.org>
612
613         dirent: Document the last fix.
614         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
615
616 2010-01-07  Bruno Haible  <bruno@clisp.org>
617
618         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
619         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
620         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
621         va_list are defined.
622         * doc/posix-headers/stdio.texi: Document the bug of missing types.
623         Reported by Eric Blake.
624
625 2010-01-07  Bruno Haible  <bruno@clisp.org>
626
627         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
628         * modules/xlist (Depends-on): Add 'list',
629         * modules/xoset (Depends-on): Add 'oset'.
630         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
631
632 2010-01-07  Bruno Haible  <bruno@clisp.org>
633
634         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
635         * doc/posix-functions/strncasecmp.texi: Likewise.
636
637 2010-01-07  Bruno Haible  <bruno@clisp.org>
638
639         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
640
641 2010-01-07  John W. Eaton  <jwe@octave.org>
642
643         wctype: allow C++ use
644         * lib/wctype.in.h: Add extern "C" block for C++.
645
646 2010-01-06  Eric Blake  <ebb9@byu.net>
647
648         maint.mk: detect incorrect GFDL usage
649         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
650
651 2010-01-06  Jim Meyering  <meyering@redhat.com>
652         and Eric Blake  <ebb9@byu.net>
653
654         maint.mk: ignore multi-line copyright in NEWS
655         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
656
657 2010-01-06  Eric Blake  <ebb9@byu.net>
658
659         select: add missing dependency
660         * modules/select-tests (Depends-on): Move sockets dependency...
661         * modules/select (Depends-on): ...here.
662         Reported by Ian Beckwith.
663
664         doc: regenerate INSTALL
665         * doc/INSTALL: Reflect recent autoconf update.
666         * doc/INSTALL.ISO: Likewise.
667         * doc/INSTALL.UTF-8: Likewise.
668
669         pread: fix compilation on glibc
670         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
671         Reported by Ralf Wildenhues.
672
673         dirent: fix test failure
674         * lib/dirent.in.h (includes): Guarantee ino_t.
675         Reported by Ralf Wildenhues.
676
677 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
678
679         linkat, renameat: avoid bad free
680         * lib/at-func2.c (at_func2): Fix typo.
681         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
682
683 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
684
685         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
686         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
687         to avoid failure of symlink test later.
688
689 2010-01-06  Eric Blake  <ebb9@byu.net>
690
691         stdio, unistd: guarantee ssize_t
692         * lib/unistd.in.h (includes): Ensure that types required by POSIX
693         2008 are exposed when needed.
694         * lib/stdio.in.h (includes): Likewise.
695         Reported by Ralf Wildenhues.
696
697 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
698
699         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
700         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
701         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
702
703 2010-01-06  Jim Meyering  <meyering@redhat.com>
704
705         readtokens: this module *does* require xalloc.h
706         It uses only functions that were omitted by the old syntax-check rule.
707         * lib/readtokens.c: Include "xalloc.h" once again.
708         * modules/readtokens (Depends-on): Add xalloc.
709         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
710
711 2010-01-05  Eric Blake  <ebb9@byu.net>
712
713         maint: support 'make announcement' from a VPATH build
714         * top/maint.mk (announcement): Look for correct NEWS file.
715
716 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
717
718         utimens (fdutimens): ignore a negative FD, per contract
719         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
720         when we have a valid file descriptor.  Otherwise, using a brand
721         new glibc (with just-patched futimens that now fails with EBADF)
722         would cause this function to fail with ENOSYS.
723         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
724         See also http://bugzilla.redhat.com/552320.
725
726 2010-01-05  Eric Blake  <ebb9@byu.net>
727
728         strcase: document what it provides
729         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
730         gnulib module.
731         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
732         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
733
734 2010-01-05  Jim Meyering  <meyering@redhat.com>
735
736         maint: remove useless inclusions of "xalloc.h"
737         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
738         * lib/readtokens.c: Likewise.
739         * lib/same.c: Likewise.
740         * modules/getloadavg (Depends-on): Remove xalloc.
741         * modules/readtokens: Likewise.
742         * modules/same: Likewise.
743
744         maint.mk: include 4 more function names in alloca.h-checking regexp
745         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
746         regexp.  Before, we would give a false-positive (saying alloca.h
747         is included unnecessarily) when the only uses involved omitted symbols.
748
749         xalloc.h: use consistent formatting
750         * lib/xalloc.h: Move declarations to start in the first column.
751
752 2010-01-05  Eric Blake  <ebb9@byu.net>
753
754         mkdir: avoid xalloc
755         * lib/mkdir.c (includes): Drop unused header.
756         Reported by John W. Eaton.
757
758 2010-01-04  Jim Meyering  <meyering@redhat.com>
759
760         nl_langinfo: avoid configure-time syntax error
761         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
762         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
763         the empty string.  Don't let that provoke a shell syntax error.
764
765         regcomp, regexec, fnmatch: avoid array bounds read error
766         * lib/regcomp.c (build_equiv_class): From glibc:
767         Use only the low 24 bits of a findidx return value as an index
768         into the weights array.  Patch by Ulrich Drepper:
769         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
770         * lib/regexec.c (check_node_accept_bytes): Likewise.
771         * lib/fnmatch_loop.c (FCT): Likewise.
772
773         regcomp: skip collseq lookup when there are no rules
774         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
775         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
776
777         regcomp: recognize ill-formed { } expressions
778         * lib/regcomp.c (parse_dup_op): From glibc:
779         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
780
781         regcomp: fix typo in comment
782         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
783         s/satisfy/satisfies/.
784
785         regcomp: sync from glibc: remove dead store
786         * lib/regcomp.c (duplicate_node_closure): Remove useless
787         search_duplicated_node call and dead store.
788
789         regcomp: sync from glibc; always use nl_langinfo
790         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
791         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
792         * modules/regex (Depends-on): Add nl_langinfo.
793
794 2010-01-04  Eric Blake  <ebb9@byu.net>
795
796         fdopendir: fix configure test
797         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
798
799 2010-01-01  Bruno Haible  <bruno@clisp.org>
800
801         wchar: Remove unused configure check.
802         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
803
804 2010-01-01  Eric Blake  <ebb9@byu.net>
805
806         headers: make check of system header explicit
807         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
808         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
809         ourselves.
810         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
811         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
812         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
813         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
814         internals.
815         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
816         missing.
817         Suggested by Bruno Haible.
818
819 2010-01-01  Jim Meyering  <meyering@redhat.com>
820
821         ChangeLog: tweak to eliminate unnecessary copyright line
822         * ChangeLog: Remove a copyright line that was mistakenly updated
823         by today's update-copyright run.  Reported by Eric Blake.
824
825         test-update-copyright: don't let envvar setting cause test failure
826         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
827
828 2010-01-01  Bruno Haible  <bruno@clisp.org>
829
830         localename: Avoid gcc warning.
831         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
832         function if it is not used.
833
834 2010-01-01  Jim Meyering  <meyering@redhat.com>
835
836         update nearly all FSF copyright year lists to include 2010
837         Use the same procedure as for 2009, outlined in
838         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
839
840         version-etc: set COPYRIGHT_YEAR to 2010
841         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
842
843 2009-12-31  Eric Blake  <ebb9@byu.net>
844
845         doc: correct availability of cygwin 1.5.x getopt
846         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
847         variables.
848         * doc/posix-functions/opterr.texi (opterr): Likewise.
849         * doc/posix-functions/optind.texi (optind): Likewise.
850         * doc/posix-functions/optopt.texi (optopt): Likewise.
851         * doc/posix-functions/tzname.texi (tzname): Likewise.
852
853         openat: update maintainer
854         * modules/openat (Maintainer): Add myself.
855
856         utimens: avoid shadowing warning
857         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
858         buffers into one, to avoid shadowing, as well as avoiding a
859         redundant stat.
860         Reported by Jim Meyering.
861
862         test-dup2: avoid compiler warning
863         * tests/test-dup2.c (is_inheritable): Only define if used.
864
865 2010-01-01  Bruno Haible  <bruno@clisp.org>
866
867         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
868         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
869         defined, use wctomb instead of wcrtomb.
870
871 2010-01-01  Bruno Haible  <bruno@clisp.org>
872
873         iconv: Reject native Solaris iconv.
874         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
875         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
876
877 2009-12-31  Bruno Haible  <bruno@clisp.org>
878
879         * tests/test-signal.c (main): Remove test of 'SIG'.
880
881 2009-12-31  Bruno Haible  <bruno@clisp.org>
882
883         spawn: Fix incomplete fix.
884         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
885         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
886         warnings for GNULIB_POSIXCHECK again.
887         Reported by Eric Blake.
888
889 2009-12-31  Bruno Haible  <bruno@clisp.org>
890
891         Avoid namespace pollution on glibc systems.
892         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
893         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
894         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
895         glibc systems.
896
897 2009-12-31  Bruno Haible  <bruno@clisp.org>
898
899         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
900         (gl_REPLACE_WCHAR_H): Turn into a no-op.
901         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
902         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
903         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
904         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
905         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
906
907 2009-12-31  Bruno Haible  <bruno@clisp.org>
908
909         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
910         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
911         afterwards.
912
913 2009-12-31  Bruno Haible  <bruno@clisp.org>
914
915         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
916         SYS_UTSNAME_H.
917
918 2009-12-31  Bruno Haible  <bruno@clisp.org>
919
920         spawn: Fix misapplied patch.
921         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
922         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
923         warnings for GNULIB_POSIXCHECK.
924
925 2009-12-31  Bruno Haible  <bruno@clisp.org>
926
927         times: Update after sys_times changed.
928         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
929         * modules/times (Files): Add it.
930         (configure.ac): Invoke gl_FUNC_TIMES.
931
932 2009-12-31  Bruno Haible  <bruno@clisp.org>
933
934         Use AC_C_INLINE where necessary.
935         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
936         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
937         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
938         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
939         * m4/mbfile.m4 (gl_MBFILE): Likewise.
940         * m4/mbiter.m4 (gl_MBITER): Likewise.
941         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
942         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
943         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
944         * modules/u64 (configure.ac): Likewise.
945
946 2009-12-31  Bruno Haible  <bruno@clisp.org>
947
948         Use AC_C_INLINE instead of module 'inline' where possible.
949         * modules/inline (Description): Clarify purpose.
950         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
951         * modules/count-one-bits (Depends-on): Remove inline.
952         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
953         * modules/openat (Depends-on): Remove inline.
954         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
955         instead of depending on module 'inline'.
956         * modules/filevercmp (Depends-on, configure.ac): Likewise.
957         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
958         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
959         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
960         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
961         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
962         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
963         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
964         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
965         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
966         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
967         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
968         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
969         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
970         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
971         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
972         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
973         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
974         Likewise.
975         * modules/unictype/property-ascii-hex-digit (Depends-on,
976         configure.ac): Likewise.
977         * modules/unictype/property-bidi-arabic-digit (Depends-on,
978         configure.ac): Likewise.
979         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
980         configure.ac): Likewise.
981         * modules/unictype/property-bidi-block-separator (Depends-on,
982         configure.ac): Likewise.
983         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
984         configure.ac): Likewise.
985         * modules/unictype/property-bidi-common-separator (Depends-on,
986         configure.ac): Likewise.
987         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
988         Likewise.
989         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
990         configure.ac): Likewise.
991         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
992         configure.ac): Likewise.
993         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
994         configure.ac): Likewise.
995         * modules/unictype/property-bidi-european-digit (Depends-on,
996         configure.ac): Likewise.
997         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
998         configure.ac): Likewise.
999         * modules/unictype/property-bidi-left-to-right (Depends-on,
1000         configure.ac): Likewise.
1001         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
1002         configure.ac): Likewise.
1003         * modules/unictype/property-bidi-other-neutral (Depends-on,
1004         configure.ac): Likewise.
1005         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
1006         Likewise.
1007         * modules/unictype/property-bidi-segment-separator (Depends-on,
1008         configure.ac): Likewise.
1009         * modules/unictype/property-bidi-whitespace (Depends-on,
1010         configure.ac): Likewise.
1011         * modules/unictype/property-combining (Depends-on, configure.ac):
1012         Likewise.
1013         * modules/unictype/property-composite (Depends-on, configure.ac):
1014         Likewise.
1015         * modules/unictype/property-currency-symbol (Depends-on,
1016         configure.ac): Likewise.
1017         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
1018         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
1019         Likewise.
1020         * modules/unictype/property-default-ignorable-code-point (Depends-on,
1021         configure.ac): Likewise.
1022         * modules/unictype/property-deprecated (Depends-on, configure.ac):
1023         Likewise.
1024         * modules/unictype/property-diacritic (Depends-on, configure.ac):
1025         Likewise.
1026         * modules/unictype/property-extender (Depends-on, configure.ac):
1027         Likewise.
1028         * modules/unictype/property-format-control (Depends-on, configure.ac):
1029         Likewise.
1030         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
1031         Likewise.
1032         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
1033         Likewise.
1034         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
1035         Likewise.
1036         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
1037         Likewise.
1038         * modules/unictype/property-hyphen (Depends-on, configure.ac):
1039         Likewise.
1040         * modules/unictype/property-id-continue (Depends-on, configure.ac):
1041         Likewise.
1042         * modules/unictype/property-id-start (Depends-on, configure.ac):
1043         Likewise.
1044         * modules/unictype/property-ideographic (Depends-on, configure.ac):
1045         Likewise.
1046         * modules/unictype/property-ids-binary-operator (Depends-on,
1047         configure.ac): Likewise.
1048         * modules/unictype/property-ids-trinary-operator (Depends-on,
1049         configure.ac): Likewise.
1050         * modules/unictype/property-ignorable-control (Depends-on,
1051         configure.ac): Likewise.
1052         * modules/unictype/property-iso-control (Depends-on, configure.ac):
1053         Likewise.
1054         * modules/unictype/property-join-control (Depends-on, configure.ac):
1055         Likewise.
1056         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
1057         Likewise.
1058         * modules/unictype/property-line-separator (Depends-on, configure.ac):
1059         Likewise.
1060         * modules/unictype/property-logical-order-exception (Depends-on,
1061         configure.ac): Likewise.
1062         * modules/unictype/property-lowercase (Depends-on, configure.ac):
1063         Likewise.
1064         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
1065         * modules/unictype/property-non-break (Depends-on, configure.ac):
1066         Likewise.
1067         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
1068         Likewise.
1069         * modules/unictype/property-numeric (Depends-on, configure.ac):
1070         Likewise.
1071         * modules/unictype/property-other-alphabetic (Depends-on,
1072         configure.ac): Likewise.
1073         * modules/unictype/property-other-default-ignorable-code-point
1074         (Depends-on, configure.ac): Likewise.
1075         * modules/unictype/property-other-grapheme-extend (Depends-on,
1076         configure.ac): Likewise.
1077         * modules/unictype/property-other-id-continue (Depends-on,
1078         configure.ac): Likewise.
1079         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
1080         Likewise.
1081         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
1082         Likewise.
1083         * modules/unictype/property-other-math (Depends-on, configure.ac):
1084         Likewise.
1085         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
1086         Likewise.
1087         * modules/unictype/property-paired-punctuation (Depends-on,
1088         configure.ac): Likewise.
1089         * modules/unictype/property-paragraph-separator (Depends-on,
1090         configure.ac): Likewise.
1091         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
1092         Likewise.
1093         * modules/unictype/property-pattern-white-space (Depends-on,
1094         configure.ac): Likewise.
1095         * modules/unictype/property-private-use (Depends-on, configure.ac):
1096         Likewise.
1097         * modules/unictype/property-punctuation (Depends-on, configure.ac):
1098         Likewise.
1099         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
1100         Likewise.
1101         * modules/unictype/property-radical (Depends-on, configure.ac):
1102         Likewise.
1103         * modules/unictype/property-sentence-terminal (Depends-on,
1104         configure.ac): Likewise.
1105         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
1106         Likewise.
1107         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
1108         * modules/unictype/property-terminal-punctuation (Depends-on,
1109         configure.ac): Likewise.
1110         * modules/unictype/property-titlecase (Depends-on, configure.ac):
1111         Likewise.
1112         * modules/unictype/property-unassigned-code-value (Depends-on,
1113         configure.ac): Likewise.
1114         * modules/unictype/property-unified-ideograph (Depends-on,
1115         configure.ac): Likewise.
1116         * modules/unictype/property-uppercase (Depends-on, configure.ac):
1117         Likewise.
1118         * modules/unictype/property-variation-selector (Depends-on,
1119         configure.ac): Likewise.
1120         * modules/unictype/property-white-space (Depends-on, configure.ac):
1121         Likewise.
1122         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
1123         Likewise.
1124         * modules/unictype/property-xid-start (Depends-on, configure.ac):
1125         Likewise.
1126         * modules/unictype/property-zero-width (Depends-on, configure.ac):
1127         Likewise.
1128         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
1129         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
1130         Likewise.
1131
1132 2009-12-31  Bruno Haible  <bruno@clisp.org>
1133
1134         Remove unnecessary AC_C_INLINE invocation.
1135         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
1136         since 2009-08-21.
1137
1138 2009-12-31  Jim Meyering  <meyering@redhat.com>
1139
1140         maint.mk: don't require explicit gpg_key_ID in cfg.mk
1141         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
1142         With this change, we can all remove the gpg_key_ID = ... definition
1143         from our respective cfg.mk files.
1144
1145         maint.mk: create announcement template in ~/, not in /tmp
1146         * top/maint.mk (emit_upload_commands): Adjust.
1147         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
1148         Remove temporary file, .ci-msg.
1149
1150 2009-12-31  Eric Blake  <ebb9@byu.net>
1151
1152         link-warning: always build headers with link warnings
1153         * modules/arpa_inet (Makefile.am): Always build replacement
1154         header.
1155         * modules/ctype (Makefile.am): Likewise.
1156         * modules/dirent (Makefile.am): Likewise.
1157         * modules/inttypes (Makefile.am): Likewise.
1158         * modules/langinfo (Makefile.am): Likewise.
1159         * modules/locale (Makefile.am): Likewise.
1160         * modules/spawn (Makefile.am): Likewise.
1161         * modules/sys_file (Makefile.am): Likewise.
1162         * modules/sys_ioctl (Makefile.am): Likewise.
1163         * modules/sys_select (Makefile.am): Likewise.
1164         * modules/sys_socket (Makefile.am): Likewise.
1165         * modules/sys_times (Makefile.am): Likewise.
1166         * modules/sys_utsname (Makefile.am): Likewise.
1167         * modules/sys_wait (Makefile.am): Likewise.
1168         * modules/wchar (Makefile.am): Likewise.
1169         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
1170         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
1171         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
1172         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
1173         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
1174         Likewise.
1175         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1176         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1177         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
1178         Likewise.
1179         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
1180         Likewise.
1181         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
1182         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
1183         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
1184         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1185         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1186         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
1187         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
1188         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
1189         (gl_WCHAR_H_DEFAULTS): Likewise.
1190
1191 2009-12-31  Eric Blake  <ebb9@byu.net>
1192
1193         signal, spawn: use link warnings
1194         * lib/signal.in.h (sigset_t): Make unconditional.
1195         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
1196         (sigpending, sigprocmask, sigaction): Add link warnings.
1197         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
1198         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
1199         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
1200         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
1201         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
1202         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
1203         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
1204         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
1205         (posix_spawn_file_actions_destroy)
1206         (posix_spawn_file_actions_addopen)
1207         (posix_spawn_file_actions_addclose)
1208         (posix_spawwn_file_actions_adddup2): Likewise.
1209         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
1210         * tests/test-signal.c (main): Enhance test.
1211
1212         spawn: improve wrapper support
1213         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
1214         (gl_SPAWN_H_DEFAULTS): New defaults.
1215         * modules/spawn (Makefile.am): Substitute them.
1216         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
1217         Only declare if missing or broken.
1218
1219         sys_times, sys_utsname: use include_next
1220         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
1221         header.
1222         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
1223         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
1224         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
1225         * modules/sys_times (Depends-on): Add include_next.
1226         (Makefile.am): Substitute additional values.
1227         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
1228         * lib/sys_times.in.h (includes): Include native header, if
1229         available.
1230         * lib/sys_utsname.in.h (includes): Likewise.
1231         * tests/test-sys_times.c (main): Enhance test.
1232
1233         fdutimensat: revert prior patch
1234         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
1235         utimens.h.
1236         Reported by Bruno Haible.
1237
1238 2009-12-30  Eric Blake  <ebb9@byu.net>
1239
1240         sys_wait: drop link-warning dependency
1241         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
1242         link-warning efforts.
1243         * lib/sys_wait.in.h: Likewise.
1244
1245         fdutimensat: remove bogus dependency
1246         * modules/fdutimensat (Depends-on): Drop inline.
1247
1248         unistd: fix typo
1249         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
1250
1251 2009-12-30  Bruno Haible  <bruno@clisp.org>
1252
1253         Fix compilation error with Solaris cc.
1254         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
1255         * lib/unicase/u16-is-invariant.c: Likewise.
1256         * lib/unicase/u32-is-invariant.c: Likewise.
1257         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1258
1259 2009-12-30  Bruno Haible  <bruno@clisp.org>
1260
1261         Fix test crash.
1262         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
1263         locales.
1264         Reported by Simon Josefsson <simon@josefsson.org>.
1265
1266 2009-12-30  Bruno Haible  <bruno@clisp.org>
1267
1268         Fix compilation error on most platforms.
1269         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
1270         Reported by Simon Josefsson <simon@josefsson.org>
1271         and Nelson H. F. Beebe <beebe@math.utah.edu>.
1272
1273 2009-12-30  Eric Blake  <ebb9@byu.net>
1274
1275         futimens, utimensat: work around ntfs-3g bug
1276         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
1277         a ctime bug is present, and expand workaround to cover ntfs-3g.
1278         * lib/utimens.c (fdutimens, lutimens): Likewise.
1279         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
1280         (validate_timespec): Adjust return value.
1281         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
1282         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
1283         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
1284
1285 2009-12-29  Eric Blake  <ebb9@byu.net>
1286
1287         link-warning: make usage consistent
1288         * modules/ctype (Depends-on): Add link-warning.
1289         (Makefile.am): Update rules accordingly.
1290         * modules/langinfo (Depends-on, Makefile.am): Likewise.
1291         * modules/locale (Depends-on, Makefile.am): Likewise.
1292         * modules/sys_file (Makefile.am): Likewise.
1293         * modules/getopt-posix (Makefile.am): Delete unused link warning
1294         efforts.
1295         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
1296         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
1297         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
1298         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
1299
1300         stdio: remove unused variables
1301         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
1302         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
1303         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
1304
1305         tests: test more substitute headers
1306         * modules/ctype-tests: New file.
1307         * modules/dirent-tests: Likewise.
1308         * modules/spawn-tests: Likewise.
1309         * modules/sys_file-tests: Likewise.
1310         * modules/sys_ioctl-tests: Likewise.
1311         * modules/sys_wait-tests: Likewise.
1312         * tests/test-ctype.c: Likewise.
1313         * tests/test-dirent.c: Likewise.
1314         * tests/test-spawn.c: Likewise.
1315         * tests/test-sys_file.c: Likewise.
1316         * tests/test-sys_ioctl.c: Likewise.
1317         * tests/test-sys_wait.c: Likewise.
1318         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
1319         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
1320         whether or not flock is in use.
1321
1322         tests: remove License section from module
1323         * modules/arpa_inet-tests: Remove unneeded section.
1324         * modules/byteswap-tests: Likewise.
1325         * modules/ceilf-tests: Likewise.
1326         * modules/ceill-tests: Likewise.
1327         * modules/crypto/des-tests: Likewise.
1328         * modules/crypto/gc-arcfour-tests: Likewise.
1329         * modules/crypto/gc-arctwo-tests: Likewise.
1330         * modules/crypto/gc-des-tests: Likewise.
1331         * modules/crypto/gc-hmac-md5-tests: Likewise.
1332         * modules/crypto/gc-hmac-sha1-tests: Likewise.
1333         * modules/crypto/gc-md2-tests: Likewise.
1334         * modules/crypto/gc-md4-tests: Likewise.
1335         * modules/crypto/gc-md5-tests: Likewise.
1336         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
1337         * modules/crypto/gc-rijndael-tests: Likewise.
1338         * modules/crypto/gc-sha1-tests: Likewise.
1339         * modules/crypto/gc-tests: Likewise.
1340         * modules/crypto/md2-tests: Likewise.
1341         * modules/crypto/md4-tests: Likewise.
1342         * modules/fcntl-h-tests: Likewise.
1343         * modules/floorf-tests: Likewise.
1344         * modules/floorl-tests: Likewise.
1345         * modules/frexp-nolibm-tests: Likewise.
1346         * modules/frexp-tests: Likewise.
1347         * modules/frexpl-nolibm-tests: Likewise.
1348         * modules/frexpl-tests: Likewise.
1349         * modules/getaddrinfo-tests: Likewise.
1350         * modules/inttypes-tests: Likewise.
1351         * modules/isfinite-tests: Likewise.
1352         * modules/isinf-tests: Likewise.
1353         * modules/ldexpl-tests: Likewise.
1354         * modules/locale-tests: Likewise.
1355         * modules/math-tests: Likewise.
1356         * modules/netdb-tests: Likewise.
1357         * modules/netinet_in-tests: Likewise.
1358         * modules/printf-frexp-tests: Likewise.
1359         * modules/printf-frexpl-tests: Likewise.
1360         * modules/priv-set-tests: Likewise.
1361         * modules/random_r-tests: Likewise.
1362         * modules/round-tests: Likewise.
1363         * modules/roundf-tests: Likewise.
1364         * modules/roundl-tests: Likewise.
1365         * modules/search-tests: Likewise.
1366         * modules/select-tests: Likewise.
1367         * modules/signal-tests: Likewise.
1368         * modules/stdbool-tests: Likewise.
1369         * modules/stddef-tests: Likewise.
1370         * modules/stdint-tests: Likewise.
1371         * modules/stdio-tests: Likewise.
1372         * modules/stdlib-tests: Likewise.
1373         * modules/string-tests: Likewise.
1374         * modules/strings-tests: Likewise.
1375         * modules/sys_select-tests: Likewise.
1376         * modules/sys_socket-tests: Likewise.
1377         * modules/sys_stat-tests: Likewise.
1378         * modules/sys_time-tests: Likewise.
1379         * modules/sys_utsname-tests: Likewise.
1380         * modules/sysexits-tests: Likewise.
1381         * modules/time-tests: Likewise.
1382         * modules/trunc-tests: Likewise.
1383         * modules/truncf-tests: Likewise.
1384         * modules/truncl-tests: Likewise.
1385         * modules/tsearch-tests: Likewise.
1386         * modules/unistd-tests: Likewise.
1387         * modules/wchar-tests: Likewise.
1388         * modules/wctype-tests: Likewise.
1389
1390         tests: fix license on several tests
1391         * tests/test-des.c: Update to GPLv3+.
1392         * tests/test-flock.c: Likewise.
1393         * tests/test-fsync.c: Likewise.
1394         * tests/test-futimens.h: Likewise.
1395         * tests/test-gc-arcfour.c: Likewise.
1396         * tests/test-gc-arctwo.c: Likewise.
1397         * tests/test-gc-des.c: Likewise.
1398         * tests/test-gc-hmac-md5.c: Likewise.
1399         * tests/test-gc-hmac-sha1.c: Likewise.
1400         * tests/test-gc-md2.c: Likewise.
1401         * tests/test-gc-md4.c: Likewise.
1402         * tests/test-gc-md5.c: Likewise.
1403         * tests/test-gc-pbkdf2-sha1.c: Likewise.
1404         * tests/test-gc-rijndael.c: Likewise.
1405         * tests/test-gc-sha1.c: Likewise.
1406         * tests/test-gc.c: Likewise.
1407         * tests/test-getcwd.c: Likewise.
1408         * tests/test-link.c: Likewise.
1409         * tests/test-link.h: Likewise.
1410         * tests/test-lutimens.h: Likewise.
1411         * tests/test-md2.c: Likewise.
1412         * tests/test-md4.c: Likewise.
1413         * tests/test-mkdir.h: Likewise.
1414         * tests/test-rename.c: Likewise.
1415         * tests/test-rename.h: Likewise.
1416         * tests/test-safe-alloc.c: Likewise.
1417         * tests/test-utimens-common.h: Likewise.
1418         * tests/test-utimens.h: Likewise.
1419
1420         maint: sync license texts
1421         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
1422         * doc/gpl-3.0.texi: Revert copyright year update.
1423         * doc/lgpl-3.0.texi: Likewise.
1424
1425 2009-12-29  Jim Meyering  <meyering@redhat.com>
1426
1427         update nearly all FSF copyright year lists to include 2009
1428         The files named by the following are exempted:
1429             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
1430               test -f "$dst" && { echo "$dst"; continue; }
1431               test -d "$dst" || continue
1432               echo "$dst"/$(basename "$src")
1433             done > exempt
1434             git ls-files tests/unictype >> exempt
1435         In the remaining files, convert to all-interval notation if
1436         - there is already at least one year interval like 2000-2003
1437         - the file is maintained by me
1438         - the file is in lib/uni*/, where that style already prevails
1439         Otherwise, use update-copyright's default.
1440
1441 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1442         and Eric Blake  <ebb9@byu.net>
1443
1444         tests: don't require debug system() to pass
1445         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
1446         * tests/test-rmdir.h (test_rmdir_func): Likewise.
1447         * tests/test-unlink.h (test_unlink_func): Likewise.
1448         * tests/test-fstatat.c (main): ...into callers.
1449         * tests/test-lstat.c (main): Likewise.
1450         * tests/test-rmdir.c (main): Likewise.
1451         * tests/test-unlink.c (main): Likewise.
1452         * tests/test-unlinkat.c (main): Likewise.
1453         * tests/test-areadlink-with-size.c (main): Don't require a
1454         debug-only system call to pass, aiding cross-testing to mingw.
1455         * tests/test-areadlink.c (main): Likewise.
1456         * tests/test-areadlinkat-with-size.c (main): Likewise.
1457         * tests/test-areadlinkat.c (main): Likewise.
1458         * tests/test-canonicalize-lgpl.c (main): Likewise.
1459         * tests/test-canonicalize.c (main): Likewise.
1460         * tests/test-chown.c (main): Likewise.
1461         * tests/test-fchownat.c (main): Likewise.
1462         * tests/test-lchown.c (main): Likewise.
1463         * tests/test-fdutimensat.c (main): Likewise.
1464         * tests/test-futimens.c (main): Likewise.
1465         * tests/test-link.c (main): Likewise.
1466         * tests/test-linkat.c (main): Likewise.
1467         * tests/test-mkdir.c (main): Likewise.
1468         * tests/test-mkdirat.c (main): Likewise.
1469         * tests/test-mkfifo.c (main): Likewise.
1470         * tests/test-mkfifoat.c (main): Likewise.
1471         * tests/test-mknod.c (main): Likewise.
1472         * tests/test-readlink.c (main): Likewise.
1473         * tests/test-remove.c (main): Likewise.
1474         * tests/test-rename.c (main): Likewise.
1475         * tests/test-renameat.c (main): Likewise.
1476         * tests/test-symlink.c (main): Likewise.
1477         * tests/test-symlinkat.c (main): Likewise.
1478         * tests/test-utimens.c (main): Likewise.
1479         * tests/test-utimensat.c (main): Likewise.
1480
1481 2009-12-29  Simon Josefsson  <simon@josefsson.org>
1482
1483         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
1484         on $(UNUSED_PARAMETER_H) to avoid build failure.
1485
1486 2009-12-28  Jim Meyering  <meyering@redhat.com>
1487
1488         update-copyright: you may specify a max. line length other than 72
1489         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
1490
1491         maint: use consistent FSF copyright line syntax
1492         * lib/posixtm.c: Add missing comma in FSF copyright line.
1493         * lib/posixtm.h: Likewise.
1494         * lib/getugroups.c: Add missing ", Inc.".
1495
1496         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
1497         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
1498         FSF copyright line.  Remove trailing blanks.
1499
1500 2009-12-28  Eric Blake  <ebb9@byu.net>
1501
1502         test-dup2: reduce dependencies
1503         * modules/cloexec (Configure.ac): Set witness.
1504         * modules/dup2-tests (Depends-on): Drop cloexec.
1505         * tests/test-dup2.c (main): Skip portion of test if cloexec module
1506         not present.
1507         Suggested by Bruno Haible.
1508
1509 2009-12-26  Bruno Haible  <bruno@clisp.org>
1510
1511         Remove an unneeded dependency.
1512         * modules/fseterr (Depends-on): Remove dup2.
1513
1514 2009-12-26  Eric Blake  <ebb9@byu.net>
1515
1516         tests: use macros.h in more places
1517         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
1518         (ASSERT_STREAM): Provide default of stderr.
1519         * tests/test-dirent-safer.c: Include macros.h, using alternate
1520         stream for assertions.
1521         * tests/test-dup-safer.c: Likewise.
1522         * tests/test-freopen-safer.c: Likewise.
1523         * tests/test-getopt.c: Likewise.
1524         * tests/test-openat-safer.c: Likewise.
1525         * tests/test-pipe.c: Likewise.
1526         * tests/test-popen-safer.c: Likewise.
1527         * modules/dirent-safer-tests (Files): Include macros.h.
1528         * modules/unistd-safer-tests (Files): Likewise.
1529         * modules/freopen-safer-tests (Files): Likewise.
1530         * modules/getopt-posix-tests (Files): Likewise.
1531         * modules/openat-safer-tests (Files): Likewise.
1532         * modules/pipe-tests (Files): Likewise.
1533
1534 2009-12-26  Bruno Haible  <bruno@clisp.org>
1535
1536         javacomp: Portability fix.
1537         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
1538         that it also works on Solaris.
1539
1540 2009-12-26  Bruno Haible  <bruno@clisp.org>
1541
1542         localename: Fix storage allocation of gl_locale_name_thread's result.
1543         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
1544         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
1545         all platforms that have 'uselocale'.
1546         (gl_locale_name_thread_unsafe): New function, extracted from
1547         gl_locale_name_thread.
1548         (gl_locale_name_thread): Call struniq on all platforms that have
1549         'uselocale'.
1550         * tests/test-localename.c (test_locale_name_thread): Check that the
1551         resulting strings are permanently allocated.
1552         * modules/localename-tests (Depends-on): Add strdup.
1553
1554 2009-12-26  Bruno Haible  <bruno@clisp.org>
1555
1556         * tests/test-localename.c (categories): Fill in the strings.
1557
1558 2009-12-26  Jim Meyering  <meyering@redhat.com>
1559
1560         isdir: complete the removal of m4/isdir.m4
1561         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
1562
1563         isdir: clean up, since at least grep still uses it
1564         * lib/isdir.c: Include "isdir.h".
1565         (S_ISDIR): Remove now-unneeded definition.
1566         * modules/isdir (Files): Add lib/isdir.h.
1567         * lib/isdir.h: New file, with declaration.
1568         * m4/isdir.m4: Remove file -- unneeded.
1569
1570 2009-12-25  Bruno Haible  <bruno@clisp.org>
1571
1572         selinux-h: Make generated .h files standalone.
1573         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
1574         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
1575         * lib/se-selinux.in.h: Likewise.
1576         * modules/selinux-h (Depends-on): Add unused-parameter.
1577         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
1578         selinux/selinux.h and selinux/context.h.
1579         Suggested by Eric Blake.
1580
1581 2009-12-25  Bruno Haible  <bruno@clisp.org>
1582
1583         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
1584         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
1585         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
1586         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
1587         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
1588
1589 2009-12-24  Bruno Haible  <bruno@clisp.org>
1590
1591         openat: Fix warning.
1592         * lib/openat-proc.c: Include <unistd.h>.
1593
1594 2009-12-24  Bruno Haible  <bruno@clisp.org>
1595
1596         New module 'unused-parameter'.
1597         * build-aux/unused-parameter.h: New file, extracted from earlier
1598         gnulib-common.m4.
1599         * modules/unused-parameter: New file.
1600         * lib/unistr.h: Include unused-parameter.h.
1601         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
1602         _GL_UNUSED.
1603         * modules/unistr/base (Depends-on): Add unused-parameter.
1604
1605 2009-12-24  Bruno Haible  <bruno@clisp.org>
1606
1607         Add missing dependencies to 'extensions' module.
1608         * m4/extensions.m4: Add comment.
1609         * modules/accept4 (Depends-on): Add extensions.
1610         * modules/dup3 (Depends-on): Likewise.
1611         * modules/fcntl (Depends-on): Likewise.
1612         * modules/futimens (Depends-on): Likewise.
1613         * modules/mknod (Depends-on): Likewise.
1614         * modules/pipe2 (Depends-on): Likewise.
1615         * modules/stat-time (Depends-on): Likewise.
1616         * modules/strcasestr-simple (Depends-on): Likewise.
1617         * modules/strsignal (Depends-on): Likewise.
1618         * modules/utimensat (Depends-on): Likewise.
1619         * modules/localcharset (Depends-on): Likewise. Needed because of
1620         gl_FCNTL_O_FLAGS.
1621         * modules/wcrtomb (Depends-on): Likewise. Needed because of
1622         AC_TYPE_MBSTATE_T.
1623         * modules/wcsnrtombs (Depends-on): Likewise.
1624         * modules/wcsrtombs (Depends-on): Likewise.
1625
1626 2009-12-24  Bruno Haible  <bruno@clisp.org>
1627
1628         binary-io: Avoid gcc warning due to SET_BINARY.
1629         * lib/binary-io.h (SET_BINARY): Cast the result to void.
1630         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
1631
1632 2009-12-24  Bruno Haible  <bruno@clisp.org>
1633
1634         Avoid future namespace pollution on glibc systems.
1635         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
1636         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
1637         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
1638         glibc systems.
1639
1640 2009-12-24  Bruno Haible  <bruno@clisp.org>
1641
1642         Refactor common macros used in tests.
1643         * tests/macros.h: New file.
1644         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
1645         and/or <stdlib.h>, if appropriate.
1646         (ASSERT, SIZEOF): Remove macros.
1647         * tests/test-areadlink-with-size.c: Likewise.
1648         * tests/test-areadlinkat.c: Likewise.
1649         * tests/test-areadlinkat-with-size.c: Likewise.
1650         * tests/test-argmatch.c: Likewise.
1651         * tests/test-argv-iter.c: Likewise.
1652         * tests/test-array-mergesort.c: Likewise.
1653         * tests/test-array_list.c: Likewise.
1654         * tests/test-array_oset.c: Likewise.
1655         * tests/test-avltree_list.c: Likewise.
1656         * tests/test-avltree_oset.c: Likewise.
1657         * tests/test-avltreehash_list.c: Likewise.
1658         * tests/test-base64.c: Likewise.
1659         * tests/test-binary-io.c: Likewise.
1660         * tests/test-bitrotate.c: Likewise.
1661         * tests/test-btowc.c: Likewise.
1662         * tests/test-byteswap.c: Likewise.
1663         * tests/test-c-ctype.c: Likewise.
1664         * tests/test-c-stack.c: Likewise.
1665         * tests/test-c-strcasecmp.c: Likewise.
1666         * tests/test-c-strcasestr.c: Likewise.
1667         * tests/test-c-strncasecmp.c: Likewise.
1668         * tests/test-c-strstr.c: Likewise.
1669         * tests/test-canonicalize-lgpl.c: Likewise.
1670         * tests/test-canonicalize.c: Likewise.
1671         * tests/test-carray_list.c: Likewise.
1672         * tests/test-ceilf1.c: Likewise.
1673         * tests/test-ceilf2.c: Likewise.
1674         * tests/test-ceill.c: Likewise.
1675         * tests/test-chown.c: Likewise.
1676         * tests/test-cloexec.c: Likewise.
1677         * tests/test-copy-acl.c: Likewise.
1678         * tests/test-copy-file.c: Likewise.
1679         * tests/test-count-one-bits.c: Likewise.
1680         * tests/test-dprintf-posix.c: Likewise.
1681         * tests/test-dup2.c: Likewise.
1682         * tests/test-dup3.c: Likewise.
1683         * tests/test-duplocale.c: Likewise.
1684         * tests/test-fbufmode.c: Likewise.
1685         * tests/test-fchdir.c: Likewise.
1686         * tests/test-fchownat.c: Likewise.
1687         * tests/test-fcntl-safer.c: Likewise.
1688         * tests/test-fcntl.c: Likewise.
1689         * tests/test-fdopendir.c: Likewise.
1690         * tests/test-fdutimensat.c: Likewise.
1691         * tests/test-fflush2.c: Likewise.
1692         * tests/test-file-has-acl.c: Likewise.
1693         * tests/test-filevercmp.c: Likewise.
1694         * tests/test-flock.c: Likewise.
1695         * tests/test-floorf1.c: Likewise.
1696         * tests/test-floorf2.c: Likewise.
1697         * tests/test-floorl.c: Likewise.
1698         * tests/test-fnmatch.c: Likewise.
1699         * tests/test-fopen.h: Likewise.
1700         * tests/test-fpending.c: Likewise.
1701         * tests/test-fprintf-posix.c: Likewise.
1702         * tests/test-fpurge.c: Likewise.
1703         * tests/test-freadable.c: Likewise.
1704         * tests/test-freadahead.c: Likewise.
1705         * tests/test-freading.c: Likewise.
1706         * tests/test-freadptr.c: Likewise.
1707         * tests/test-freadptr2.c: Likewise.
1708         * tests/test-freadseek.c: Likewise.
1709         * tests/test-freopen.c: Likewise.
1710         * tests/test-frexp.c: Likewise.
1711         * tests/test-frexpl.c: Likewise.
1712         * tests/test-fseek.c: Likewise.
1713         * tests/test-fseeko.c: Likewise.
1714         * tests/test-fstatat.c: Likewise.
1715         * tests/test-fstrcmp.c: Likewise.
1716         * tests/test-fsync.c: Likewise.
1717         * tests/test-ftell.c: Likewise.
1718         * tests/test-ftello.c: Likewise.
1719         * tests/test-func.c: Likewise.
1720         * tests/test-futimens.c: Likewise.
1721         * tests/test-fwritable.c: Likewise.
1722         * tests/test-fwriting.c: Likewise.
1723         * tests/test-getcwd.c: Likewise.
1724         * tests/test-getdate.c: Likewise.
1725         * tests/test-getdelim.c: Likewise.
1726         * tests/test-getdtablesize.c: Likewise.
1727         * tests/test-getgroups.c: Likewise.
1728         * tests/test-getline.c: Likewise.
1729         * tests/test-getndelim2.c: Likewise.
1730         * tests/test-glob.c: Likewise.
1731         * tests/test-hash.c: Likewise.
1732         * tests/test-i-ring.c: Likewise.
1733         * tests/test-iconv-utf.c: Likewise.
1734         * tests/test-iconv.c: Likewise.
1735         * tests/test-idpriv-drop.c: Likewise.
1736         * tests/test-idpriv-droptemp.c: Likewise.
1737         * tests/test-inet_ntop.c: Likewise.
1738         * tests/test-inet_pton.c: Likewise.
1739         * tests/test-isblank.c: Likewise.
1740         * tests/test-isfinite.c: Likewise.
1741         * tests/test-isinf.c: Likewise.
1742         * tests/test-isnan.c: Likewise.
1743         * tests/test-isnand.h: Likewise.
1744         * tests/test-isnanf.h: Likewise.
1745         * tests/test-isnanl.h: Likewise.
1746         * tests/test-lchown.c: Likewise.
1747         * tests/test-ldexpl.c: Likewise.
1748         * tests/test-link.c: Likewise.
1749         * tests/test-linkat.c: Likewise.
1750         * tests/test-linked_list.c: Likewise.
1751         * tests/test-linkedhash_list.c: Likewise.
1752         * tests/test-localename.c: Likewise.
1753         * tests/test-lseek.c: Likewise.
1754         * tests/test-lstat.c: Likewise.
1755         * tests/test-mbmemcasecmp.c: Likewise.
1756         * tests/test-mbmemcasecoll.c: Likewise.
1757         * tests/test-mbrtowc.c: Likewise.
1758         * tests/test-mbscasecmp.c: Likewise.
1759         * tests/test-mbscasestr1.c: Likewise.
1760         * tests/test-mbscasestr2.c: Likewise.
1761         * tests/test-mbscasestr3.c: Likewise.
1762         * tests/test-mbscasestr4.c: Likewise.
1763         * tests/test-mbschr.c: Likewise.
1764         * tests/test-mbscspn.c: Likewise.
1765         * tests/test-mbsinit.c: Likewise.
1766         * tests/test-mbsncasecmp.c: Likewise.
1767         * tests/test-mbsnrtowcs.c: Likewise.
1768         * tests/test-mbspbrk.c: Likewise.
1769         * tests/test-mbspcasecmp.c: Likewise.
1770         * tests/test-mbsrchr.c: Likewise.
1771         * tests/test-mbsrtowcs.c: Likewise.
1772         * tests/test-mbsspn.c: Likewise.
1773         * tests/test-mbsstr1.c: Likewise.
1774         * tests/test-mbsstr2.c: Likewise.
1775         * tests/test-mbsstr3.c: Likewise.
1776         * tests/test-memchr.c: Likewise.
1777         * tests/test-memchr2.c: Likewise.
1778         * tests/test-memcmp.c: Likewise.
1779         * tests/test-memmem.c: Likewise.
1780         * tests/test-memrchr.c: Likewise.
1781         * tests/test-mkdir.c: Likewise.
1782         * tests/test-mkdirat.c: Likewise.
1783         * tests/test-mkfifo.c: Likewise.
1784         * tests/test-mkfifoat.c: Likewise.
1785         * tests/test-mknod.c: Likewise.
1786         * tests/test-nanosleep.c: Likewise.
1787         * tests/test-nl_langinfo.c: Likewise.
1788         * tests/test-obstack-printf.c: Likewise.
1789         * tests/test-open.c: Likewise.
1790         * tests/test-openat.c: Likewise.
1791         * tests/test-pipe-filter-gi1.c: Likewise.
1792         * tests/test-pipe-filter-gi2-main.c: Likewise.
1793         * tests/test-pipe-filter-ii1.c: Likewise.
1794         * tests/test-pipe-filter-ii2-main.c: Likewise.
1795         * tests/test-pipe2.c: Likewise.
1796         * tests/test-popen.h: Likewise.
1797         * tests/test-posixtm.c: Likewise.
1798         * tests/test-pread.c: Likewise.
1799         * tests/test-printf-frexp.c: Likewise.
1800         * tests/test-printf-frexpl.c: Likewise.
1801         * tests/test-printf-posix.c: Likewise.
1802         * tests/test-priv-set.c: Likewise.
1803         * tests/test-quotearg.c: Likewise.
1804         * tests/test-random_r.c: Likewise.
1805         * tests/test-rawmemchr.c: Likewise.
1806         * tests/test-rbtree_list.c: Likewise.
1807         * tests/test-rbtree_oset.c: Likewise.
1808         * tests/test-rbtreehash_list.c: Likewise.
1809         * tests/test-readlink.c: Likewise.
1810         * tests/test-remove.c: Likewise.
1811         * tests/test-rename.c: Likewise.
1812         * tests/test-renameat.c: Likewise.
1813         * tests/test-rmdir.c: Likewise.
1814         * tests/test-round1.c: Likewise.
1815         * tests/test-roundf1.c: Likewise.
1816         * tests/test-roundl.c: Likewise.
1817         * tests/test-safe-alloc.c: Likewise.
1818         * tests/test-sameacls.c: Likewise.
1819         * tests/test-set-mode-acl.c: Likewise.
1820         * tests/test-setenv.c: Likewise.
1821         * tests/test-sigaction.c: Likewise.
1822         * tests/test-signbit.c: Likewise.
1823         * tests/test-sleep.c: Likewise.
1824         * tests/test-snprintf-posix.c: Likewise.
1825         * tests/test-snprintf.c: Likewise.
1826         * tests/test-sprintf-posix.c: Likewise.
1827         * tests/test-stat-time.c: Likewise.
1828         * tests/test-stat.c: Likewise.
1829         * tests/test-strcasestr.c: Likewise.
1830         * tests/test-strchrnul.c: Likewise.
1831         * tests/test-strerror.c: Likewise.
1832         * tests/test-striconv.c: Likewise.
1833         * tests/test-striconveh.c: Likewise.
1834         * tests/test-striconveha.c: Likewise.
1835         * tests/test-strsignal.c: Likewise.
1836         * tests/test-strstr.c: Likewise.
1837         * tests/test-strtod.c: Likewise.
1838         * tests/test-strverscmp.c: Likewise.
1839         * tests/test-symlink.c: Likewise.
1840         * tests/test-symlinkat.c: Likewise.
1841         * tests/test-trunc1.c: Likewise.
1842         * tests/test-trunc2.c: Likewise.
1843         * tests/test-truncf1.c: Likewise.
1844         * tests/test-truncf2.c: Likewise.
1845         * tests/test-truncl.c: Likewise.
1846         * tests/test-uname.c: Likewise.
1847         * tests/test-unlink.c: Likewise.
1848         * tests/test-unlinkat.c: Likewise.
1849         * tests/test-unsetenv.c: Likewise.
1850         * tests/test-usleep.c: Likewise.
1851         * tests/test-utimens.c: Likewise.
1852         * tests/test-utimensat.c: Likewise.
1853         * tests/test-vasnprintf-posix.c: Likewise.
1854         * tests/test-vasnprintf-posix2.c: Likewise.
1855         * tests/test-vasnprintf.c: Likewise.
1856         * tests/test-vasprintf-posix.c: Likewise.
1857         * tests/test-vasprintf.c: Likewise.
1858         * tests/test-vdprintf-posix.c: Likewise.
1859         * tests/test-vfprintf-posix.c: Likewise.
1860         * tests/test-vprintf-posix.c: Likewise.
1861         * tests/test-vsnprintf-posix.c: Likewise.
1862         * tests/test-vsnprintf.c: Likewise.
1863         * tests/test-vsprintf-posix.c: Likewise.
1864         * tests/test-wcrtomb.c: Likewise.
1865         * tests/test-wcsnrtombs.c: Likewise.
1866         * tests/test-wcsrtombs.c: Likewise.
1867         * tests/test-wctype.c: Likewise.
1868         * tests/test-wcwidth.c: Likewise.
1869         * tests/test-xfprintf-posix.c: Likewise.
1870         * tests/test-xmemdup0.c: Likewise.
1871         * tests/test-xprintf-posix.c: Likewise.
1872         * tests/test-xvasprintf.c: Likewise.
1873         * tests/unicase/test-locale-language.c: Likewise.
1874         * tests/unicase/test-mapping-part1.h: Likewise.
1875         * tests/unicase/test-predicate-part1.h: Likewise.
1876         * tests/unicase/test-u8-casecmp.c: Likewise.
1877         * tests/unicase/test-u8-casecoll.c: Likewise.
1878         * tests/unicase/test-u8-casefold.c: Likewise.
1879         * tests/unicase/test-u8-is-cased.c: Likewise.
1880         * tests/unicase/test-u8-is-casefolded.c: Likewise.
1881         * tests/unicase/test-u8-is-lowercase.c: Likewise.
1882         * tests/unicase/test-u8-is-titlecase.c: Likewise.
1883         * tests/unicase/test-u8-is-uppercase.c: Likewise.
1884         * tests/unicase/test-u8-tolower.c: Likewise.
1885         * tests/unicase/test-u8-totitle.c: Likewise.
1886         * tests/unicase/test-u8-toupper.c: Likewise.
1887         * tests/unicase/test-u16-casecmp.c: Likewise.
1888         * tests/unicase/test-u16-casecoll.c: Likewise.
1889         * tests/unicase/test-u16-casefold.c: Likewise.
1890         * tests/unicase/test-u16-is-cased.c: Likewise.
1891         * tests/unicase/test-u16-is-casefolded.c: Likewise.
1892         * tests/unicase/test-u16-is-lowercase.c: Likewise.
1893         * tests/unicase/test-u16-is-titlecase.c: Likewise.
1894         * tests/unicase/test-u16-is-uppercase.c: Likewise.
1895         * tests/unicase/test-u16-tolower.c: Likewise.
1896         * tests/unicase/test-u16-totitle.c: Likewise.
1897         * tests/unicase/test-u16-toupper.c: Likewise.
1898         * tests/unicase/test-u32-casecmp.c: Likewise.
1899         * tests/unicase/test-u32-casecoll.c: Likewise.
1900         * tests/unicase/test-u32-casefold.c: Likewise.
1901         * tests/unicase/test-u32-is-cased.c: Likewise.
1902         * tests/unicase/test-u32-is-casefolded.c: Likewise.
1903         * tests/unicase/test-u32-is-lowercase.c: Likewise.
1904         * tests/unicase/test-u32-is-titlecase.c: Likewise.
1905         * tests/unicase/test-u32-is-uppercase.c: Likewise.
1906         * tests/unicase/test-u32-tolower.c: Likewise.
1907         * tests/unicase/test-u32-totitle.c: Likewise.
1908         * tests/unicase/test-u32-toupper.c: Likewise.
1909         * tests/unicase/test-ulc-casecmp.c: Likewise.
1910         * tests/unicase/test-ulc-casecoll.c: Likewise.
1911         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1912         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
1913         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1914         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1915         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
1916         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
1917         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1918         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1919         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1920         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
1921         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1922         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1923         * tests/unictype/test-bidi_byname.c: Likewise.
1924         * tests/unictype/test-bidi_name.c: Likewise.
1925         * tests/unictype/test-bidi_of.c: Likewise.
1926         * tests/unictype/test-bidi_test.c: Likewise.
1927         * tests/unictype/test-block_list.c: Likewise.
1928         * tests/unictype/test-block_of.c: Likewise.
1929         * tests/unictype/test-block_test.c: Likewise.
1930         * tests/unictype/test-categ_and.c: Likewise.
1931         * tests/unictype/test-categ_and_not.c: Likewise.
1932         * tests/unictype/test-categ_byname.c: Likewise.
1933         * tests/unictype/test-categ_name.c: Likewise.
1934         * tests/unictype/test-categ_none.c: Likewise.
1935         * tests/unictype/test-categ_of.c: Likewise.
1936         * tests/unictype/test-categ_or.c: Likewise.
1937         * tests/unictype/test-categ_test_withtable.c: Likewise.
1938         * tests/unictype/test-combining.c: Likewise.
1939         * tests/unictype/test-decdigit.c: Likewise.
1940         * tests/unictype/test-digit.c: Likewise.
1941         * tests/unictype/test-mirror.c: Likewise.
1942         * tests/unictype/test-numeric.c: Likewise.
1943         * tests/unictype/test-pr_byname.c: Likewise.
1944         * tests/unictype/test-pr_test.c: Likewise.
1945         * tests/unictype/test-predicate-part1.h: Likewise.
1946         * tests/unictype/test-scripts.c: Likewise.
1947         * tests/unictype/test-sy_c_ident.c: Likewise.
1948         * tests/unictype/test-sy_java_ident.c: Likewise.
1949         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
1950         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
1951         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
1952         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
1953         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
1954         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
1955         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
1956         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
1957         * tests/uninorm/test-canonical-decomposition.c: Likewise.
1958         * tests/uninorm/test-compat-decomposition.c: Likewise.
1959         * tests/uninorm/test-composition.c: Likewise.
1960         * tests/uninorm/test-decomposing-form.c: Likewise.
1961         * tests/uninorm/test-decomposition.c: Likewise.
1962         * tests/uninorm/test-u8-nfc.c: Likewise.
1963         * tests/uninorm/test-u8-nfd.c: Likewise.
1964         * tests/uninorm/test-u8-nfkc.c: Likewise.
1965         * tests/uninorm/test-u8-nfkd.c: Likewise.
1966         * tests/uninorm/test-u8-normcmp.c: Likewise.
1967         * tests/uninorm/test-u8-normcoll.c: Likewise.
1968         * tests/uninorm/test-u16-nfc.c: Likewise.
1969         * tests/uninorm/test-u16-nfd.c: Likewise.
1970         * tests/uninorm/test-u16-nfkc.c: Likewise.
1971         * tests/uninorm/test-u16-nfkd.c: Likewise.
1972         * tests/uninorm/test-u16-normcmp.c: Likewise.
1973         * tests/uninorm/test-u16-normcoll.c: Likewise.
1974         * tests/uninorm/test-u32-nfc.c: Likewise.
1975         * tests/uninorm/test-u32-nfd.c: Likewise.
1976         * tests/uninorm/test-u32-nfkc.c: Likewise.
1977         * tests/uninorm/test-u32-nfkd.c: Likewise.
1978         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1979         * tests/uninorm/test-u32-normcmp.c: Likewise.
1980         * tests/uninorm/test-u32-normcoll.c: Likewise.
1981         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
1982         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
1983         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
1984         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
1985         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
1986         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
1987         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
1988         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
1989         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
1990         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
1991         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
1992         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
1993         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
1994         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
1995         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
1996         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
1997         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
1998         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
1999         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
2000         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
2001         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
2002         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
2003         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
2004         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
2005         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
2006         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
2007         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
2008         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
2009         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
2010         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
2011         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
2012         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
2013         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
2014         * tests/uniwidth/test-u8-strwidth.c: Likewise.
2015         * tests/uniwidth/test-u8-width.c: Likewise.
2016         * tests/uniwidth/test-u16-strwidth.c: Likewise.
2017         * tests/uniwidth/test-u16-width.c: Likewise.
2018         * tests/uniwidth/test-u32-strwidth.c: Likewise.
2019         * tests/uniwidth/test-u32-width.c: Likewise.
2020         * tests/uniwidth/test-uc_width.c: Likewise.
2021         * tests/uniwidth/test-uc_width2.c: Likewise.
2022         * modules/acl-tests (Files): Add tests/macros.h.
2023         * modules/areadlink-tests (Files): Likewise.
2024         * modules/areadlink-with-size-tests (Files): Likewise.
2025         * modules/areadlinkat-tests (Files): Likewise.
2026         * modules/areadlinkat-with-size-tests (Files): Likewise.
2027         * modules/argmatch-tests (Files): Likewise.
2028         * modules/argv-iter-tests (Files): Likewise.
2029         * modules/array-list-tests (Files): Likewise.
2030         * modules/array-mergesort-tests (Files): Likewise.
2031         * modules/array-oset-tests (Files): Likewise.
2032         * modules/avltree-list-tests (Files): Likewise.
2033         * modules/avltree-oset-tests (Files): Likewise.
2034         * modules/avltreehash-list-tests (Files): Likewise.
2035         * modules/base64-tests (Files): Likewise.
2036         * modules/binary-io-tests (Files): Likewise.
2037         * modules/bitrotate-tests (Files): Likewise.
2038         * modules/btowc-tests (Files): Likewise.
2039         * modules/byteswap-tests (Files): Likewise.
2040         * modules/c-ctype-tests (Files): Likewise.
2041         * modules/c-stack-tests (Files): Likewise.
2042         * modules/c-strcase-tests (Files): Likewise.
2043         * modules/c-strcasestr-tests (Files): Likewise.
2044         * modules/c-strstr-tests (Files): Likewise.
2045         * modules/canonicalize-lgpl-tests (Files): Likewise.
2046         * modules/canonicalize-tests (Files): Likewise.
2047         * modules/carray-list-tests (Files): Likewise.
2048         * modules/ceilf-tests (Files): Likewise.
2049         * modules/ceill-tests (Files): Likewise.
2050         * modules/chown-tests (Files): Likewise.
2051         * modules/cloexec-tests (Files): Likewise.
2052         * modules/copy-file-tests (Files): Likewise.
2053         * modules/count-one-bits-tests (Files): Likewise.
2054         * modules/dprintf-posix-tests (Files): Likewise.
2055         * modules/dup2-tests (Files): Likewise.
2056         * modules/dup3-tests (Files): Likewise.
2057         * modules/duplocale-tests (Files): Likewise.
2058         * modules/fbufmode-tests (Files): Likewise.
2059         * modules/fchdir-tests (Files): Likewise.
2060         * modules/fcntl-safer-tests (Files): Likewise.
2061         * modules/fcntl-tests (Files): Likewise.
2062         * modules/fdopendir-tests (Files): Likewise.
2063         * modules/fdutimensat-tests (Files): Likewise.
2064         * modules/fflush-tests (Files): Likewise.
2065         * modules/filevercmp-tests (Files): Likewise.
2066         * modules/flock-tests (Files): Likewise.
2067         * modules/floorf-tests (Files): Likewise.
2068         * modules/floorl-tests (Files): Likewise.
2069         * modules/fnmatch-tests (Files): Likewise.
2070         * modules/fopen-safer-tests (Files): Likewise.
2071         * modules/fopen-tests (Files): Likewise.
2072         * modules/fpending-tests (Files): Likewise.
2073         * modules/fprintf-posix-tests (Files): Likewise.
2074         * modules/fpurge-tests (Files): Likewise.
2075         * modules/freadable-tests (Files): Likewise.
2076         * modules/freadahead-tests (Files): Likewise.
2077         * modules/freading-tests (Files): Likewise.
2078         * modules/freadptr-tests (Files): Likewise.
2079         * modules/freadseek-tests (Files): Likewise.
2080         * modules/freopen-tests (Files): Likewise.
2081         * modules/frexp-nolibm-tests (Files): Likewise.
2082         * modules/frexp-tests (Files): Likewise.
2083         * modules/frexpl-nolibm-tests (Files): Likewise.
2084         * modules/frexpl-tests (Files): Likewise.
2085         * modules/fseek-tests (Files): Likewise.
2086         * modules/fseeko-tests (Files): Likewise.
2087         * modules/fstrcmp-tests (Files): Likewise.
2088         * modules/fsync-tests (Files): Likewise.
2089         * modules/ftell-tests (Files): Likewise.
2090         * modules/ftello-tests (Files): Likewise.
2091         * modules/func-tests (Files): Likewise.
2092         * modules/futimens-tests (Files): Likewise.
2093         * modules/fwritable-tests (Files): Likewise.
2094         * modules/fwriting-tests (Files): Likewise.
2095         * modules/getcwd-tests (Files): Likewise.
2096         * modules/getdate-tests (Files): Likewise.
2097         * modules/getdelim-tests (Files): Likewise.
2098         * modules/getdtablesize-tests (Files): Likewise.
2099         * modules/getgroups-tests (Files): Likewise.
2100         * modules/getline-tests (Files): Likewise.
2101         * modules/getndelim2-tests (Files): Likewise.
2102         * modules/glob-tests (Files): Likewise.
2103         * modules/hash-tests (Files): Likewise.
2104         * modules/i-ring-tests (Files): Likewise.
2105         * modules/iconv-tests (Files): Likewise.
2106         * modules/iconv_open-utf-tests (Files): Likewise.
2107         * modules/idpriv-drop-tests (Files): Likewise.
2108         * modules/idpriv-droptemp-tests (Files): Likewise.
2109         * modules/inet_ntop-tests (Files): Likewise.
2110         * modules/inet_pton-tests (Files): Likewise.
2111         * modules/isblank-tests (Files): Likewise.
2112         * modules/isfinite-tests (Files): Likewise.
2113         * modules/isinf-tests (Files): Likewise.
2114         * modules/isnan-tests (Files): Likewise.
2115         * modules/isnand-nolibm-tests (Files): Likewise.
2116         * modules/isnand-tests (Files): Likewise.
2117         * modules/isnanf-nolibm-tests (Files): Likewise.
2118         * modules/isnanf-tests (Files): Likewise.
2119         * modules/isnanl-nolibm-tests (Files): Likewise.
2120         * modules/isnanl-tests (Files): Likewise.
2121         * modules/lchown-tests (Files): Likewise.
2122         * modules/ldexpl-tests (Files): Likewise.
2123         * modules/link-tests (Files): Likewise.
2124         * modules/linkat-tests (Files): Likewise.
2125         * modules/linked-list-tests (Files): Likewise.
2126         * modules/linkedhash-list-tests (Files): Likewise.
2127         * modules/localename-tests (Files): Likewise.
2128         * modules/lseek-tests (Files): Likewise.
2129         * modules/lstat-tests (Files): Likewise.
2130         * modules/mbmemcasecmp-tests (Files): Likewise.
2131         * modules/mbmemcasecoll-tests (Files): Likewise.
2132         * modules/mbrtowc-tests (Files): Likewise.
2133         * modules/mbscasecmp-tests (Files): Likewise.
2134         * modules/mbscasestr-tests (Files): Likewise.
2135         * modules/mbschr-tests (Files): Likewise.
2136         * modules/mbscspn-tests (Files): Likewise.
2137         * modules/mbsinit-tests (Files): Likewise.
2138         * modules/mbsncasecmp-tests (Files): Likewise.
2139         * modules/mbsnrtowcs-tests (Files): Likewise.
2140         * modules/mbspbrk-tests (Files): Likewise.
2141         * modules/mbspcasecmp-tests (Files): Likewise.
2142         * modules/mbsrchr-tests (Files): Likewise.
2143         * modules/mbsrtowcs-tests (Files): Likewise.
2144         * modules/mbsspn-tests (Files): Likewise.
2145         * modules/mbsstr-tests (Files): Likewise.
2146         * modules/memchr-tests (Files): Likewise.
2147         * modules/memchr2-tests (Files): Likewise.
2148         * modules/memcmp-tests (Files): Likewise.
2149         * modules/memmem-tests (Files): Likewise.
2150         * modules/memrchr-tests (Files): Likewise.
2151         * modules/mkdir-tests (Files): Likewise.
2152         * modules/mkfifo-tests (Files): Likewise.
2153         * modules/mkfifoat-tests (Files): Likewise.
2154         * modules/mknod-tests (Files): Likewise.
2155         * modules/nanosleep-tests (Files): Likewise.
2156         * modules/nl_langinfo-tests (Files): Likewise.
2157         * modules/obstack-printf-tests (Files): Likewise.
2158         * modules/open-tests (Files): Likewise.
2159         * modules/openat-tests (Files): Likewise.
2160         * modules/pipe-filter-gi-tests (Files): Likewise.
2161         * modules/pipe-filter-ii-tests (Files): Likewise.
2162         * modules/pipe2-tests (Files): Likewise.
2163         * modules/popen-safer-tests (Files): Likewise.
2164         * modules/popen-tests (Files): Likewise.
2165         * modules/posixtm-tests (Files): Likewise.
2166         * modules/pread-tests (Files): Likewise.
2167         * modules/printf-frexp-tests (Files): Likewise.
2168         * modules/printf-frexpl-tests (Files): Likewise.
2169         * modules/printf-posix-tests (Files): Likewise.
2170         * modules/priv-set-tests (Files): Likewise.
2171         * modules/quotearg-tests (Files): Likewise.
2172         * modules/random_r-tests (Files): Likewise.
2173         * modules/rawmemchr-tests (Files): Likewise.
2174         * modules/rbtree-list-tests (Files): Likewise.
2175         * modules/rbtree-oset-tests (Files): Likewise.
2176         * modules/rbtreehash-list-tests (Files): Likewise.
2177         * modules/readlink-tests (Files): Likewise.
2178         * modules/remove-tests (Files): Likewise.
2179         * modules/rename-tests (Files): Likewise.
2180         * modules/renameat-tests (Files): Likewise.
2181         * modules/rmdir-tests (Files): Likewise.
2182         * modules/round-tests (Files): Likewise.
2183         * modules/roundf-tests (Files): Likewise.
2184         * modules/roundl-tests (Files): Likewise.
2185         * modules/safe-alloc-tests (Files): Likewise.
2186         * modules/setenv-tests (Files): Likewise.
2187         * modules/sigaction-tests (Files): Likewise.
2188         * modules/signbit-tests (Files): Likewise.
2189         * modules/sleep-tests (Files): Likewise.
2190         * modules/snprintf-posix-tests (Files): Likewise.
2191         * modules/snprintf-tests (Files): Likewise.
2192         * modules/sprintf-posix-tests (Files): Likewise.
2193         * modules/stat-tests (Files): Likewise.
2194         * modules/stat-time-tests (Files): Likewise.
2195         * modules/strcasestr-tests (Files): Likewise.
2196         * modules/strchrnul-tests (Files): Likewise.
2197         * modules/strerror-tests (Files): Likewise.
2198         * modules/striconv-tests (Files): Likewise.
2199         * modules/striconveh-tests (Files): Likewise.
2200         * modules/striconveha-tests (Files): Likewise.
2201         * modules/strsignal-tests (Files): Likewise.
2202         * modules/strstr-tests (Files): Likewise.
2203         * modules/strtod-tests (Files): Likewise.
2204         * modules/strverscmp-tests (Files): Likewise.
2205         * modules/symlink-tests (Files): Likewise.
2206         * modules/symlinkat-tests (Files): Likewise.
2207         * modules/trunc-tests (Files): Likewise.
2208         * modules/truncf-tests (Files): Likewise.
2209         * modules/truncl-tests (Files): Likewise.
2210         * modules/uname-tests (Files): Likewise.
2211         * modules/unicase/cased-tests (Files): Likewise.
2212         * modules/unicase/ignorable-tests (Files): Likewise.
2213         * modules/unicase/locale-language-tests (Files): Likewise.
2214         * modules/unicase/tolower-tests (Files): Likewise.
2215         * modules/unicase/totitle-tests (Files): Likewise.
2216         * modules/unicase/toupper-tests (Files): Likewise.
2217         * modules/unicase/u8-casecmp-tests (Files): Likewise.
2218         * modules/unicase/u8-casecoll-tests (Files): Likewise.
2219         * modules/unicase/u8-casefold-tests (Files): Likewise.
2220         * modules/unicase/u8-is-cased-tests (Files): Likewise.
2221         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
2222         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
2223         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
2224         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
2225         * modules/unicase/u8-tolower-tests (Files): Likewise.
2226         * modules/unicase/u8-totitle-tests (Files): Likewise.
2227         * modules/unicase/u8-toupper-tests (Files): Likewise.
2228         * modules/unicase/u16-casecmp-tests (Files): Likewise.
2229         * modules/unicase/u16-casecoll-tests (Files): Likewise.
2230         * modules/unicase/u16-casefold-tests (Files): Likewise.
2231         * modules/unicase/u16-is-cased-tests (Files): Likewise.
2232         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
2233         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
2234         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
2235         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
2236         * modules/unicase/u16-tolower-tests (Files): Likewise.
2237         * modules/unicase/u16-totitle-tests (Files): Likewise.
2238         * modules/unicase/u16-toupper-tests (Files): Likewise.
2239         * modules/unicase/u32-casecmp-tests (Files): Likewise.
2240         * modules/unicase/u32-casecoll-tests (Files): Likewise.
2241         * modules/unicase/u32-casefold-tests (Files): Likewise.
2242         * modules/unicase/u32-is-cased-tests (Files): Likewise.
2243         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
2244         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
2245         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
2246         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
2247         * modules/unicase/u32-tolower-tests (Files): Likewise.
2248         * modules/unicase/u32-totitle-tests (Files): Likewise.
2249         * modules/unicase/u32-toupper-tests (Files): Likewise.
2250         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
2251         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
2252         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
2253         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
2254         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
2255         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
2256         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
2257         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
2258         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
2259         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
2260         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
2261         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
2262         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
2263         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
2264         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
2265         * modules/unictype/bidicategory-name-tests (Files): Likewise.
2266         * modules/unictype/bidicategory-of-tests (Files): Likewise.
2267         * modules/unictype/bidicategory-test-tests (Files): Likewise.
2268         * modules/unictype/block-list-tests (Files): Likewise.
2269         * modules/unictype/block-of-tests (Files): Likewise.
2270         * modules/unictype/block-test-tests (Files): Likewise.
2271         * modules/unictype/category-C-tests (Files): Likewise.
2272         * modules/unictype/category-Cc-tests (Files): Likewise.
2273         * modules/unictype/category-Cf-tests (Files): Likewise.
2274         * modules/unictype/category-Cn-tests (Files): Likewise.
2275         * modules/unictype/category-Co-tests (Files): Likewise.
2276         * modules/unictype/category-Cs-tests (Files): Likewise.
2277         * modules/unictype/category-L-tests (Files): Likewise.
2278         * modules/unictype/category-Ll-tests (Files): Likewise.
2279         * modules/unictype/category-Lm-tests (Files): Likewise.
2280         * modules/unictype/category-Lo-tests (Files): Likewise.
2281         * modules/unictype/category-Lt-tests (Files): Likewise.
2282         * modules/unictype/category-Lu-tests (Files): Likewise.
2283         * modules/unictype/category-M-tests (Files): Likewise.
2284         * modules/unictype/category-Mc-tests (Files): Likewise.
2285         * modules/unictype/category-Me-tests (Files): Likewise.
2286         * modules/unictype/category-Mn-tests (Files): Likewise.
2287         * modules/unictype/category-N-tests (Files): Likewise.
2288         * modules/unictype/category-Nd-tests (Files): Likewise.
2289         * modules/unictype/category-Nl-tests (Files): Likewise.
2290         * modules/unictype/category-No-tests (Files): Likewise.
2291         * modules/unictype/category-P-tests (Files): Likewise.
2292         * modules/unictype/category-Pc-tests (Files): Likewise.
2293         * modules/unictype/category-Pd-tests (Files): Likewise.
2294         * modules/unictype/category-Pe-tests (Files): Likewise.
2295         * modules/unictype/category-Pf-tests (Files): Likewise.
2296         * modules/unictype/category-Pi-tests (Files): Likewise.
2297         * modules/unictype/category-Po-tests (Files): Likewise.
2298         * modules/unictype/category-Ps-tests (Files): Likewise.
2299         * modules/unictype/category-S-tests (Files): Likewise.
2300         * modules/unictype/category-Sc-tests (Files): Likewise.
2301         * modules/unictype/category-Sk-tests (Files): Likewise.
2302         * modules/unictype/category-Sm-tests (Files): Likewise.
2303         * modules/unictype/category-So-tests (Files): Likewise.
2304         * modules/unictype/category-Z-tests (Files): Likewise.
2305         * modules/unictype/category-Zl-tests (Files): Likewise.
2306         * modules/unictype/category-Zp-tests (Files): Likewise.
2307         * modules/unictype/category-Zs-tests (Files): Likewise.
2308         * modules/unictype/category-and-not-tests (Files): Likewise.
2309         * modules/unictype/category-and-tests (Files): Likewise.
2310         * modules/unictype/category-byname-tests (Files): Likewise.
2311         * modules/unictype/category-name-tests (Files): Likewise.
2312         * modules/unictype/category-none-tests (Files): Likewise.
2313         * modules/unictype/category-of-tests (Files): Likewise.
2314         * modules/unictype/category-or-tests (Files): Likewise.
2315         * modules/unictype/category-test-withtable-tests (Files): Likewise.
2316         * modules/unictype/combining-class-tests (Files): Likewise.
2317         * modules/unictype/ctype-alnum-tests (Files): Likewise.
2318         * modules/unictype/ctype-alpha-tests (Files): Likewise.
2319         * modules/unictype/ctype-blank-tests (Files): Likewise.
2320         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
2321         * modules/unictype/ctype-digit-tests (Files): Likewise.
2322         * modules/unictype/ctype-graph-tests (Files): Likewise.
2323         * modules/unictype/ctype-lower-tests (Files): Likewise.
2324         * modules/unictype/ctype-print-tests (Files): Likewise.
2325         * modules/unictype/ctype-punct-tests (Files): Likewise.
2326         * modules/unictype/ctype-space-tests (Files): Likewise.
2327         * modules/unictype/ctype-upper-tests (Files): Likewise.
2328         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
2329         * modules/unictype/decimal-digit-tests (Files): Likewise.
2330         * modules/unictype/digit-tests (Files): Likewise.
2331         * modules/unictype/mirror-tests (Files): Likewise.
2332         * modules/unictype/numeric-tests (Files): Likewise.
2333         * modules/unictype/property-alphabetic-tests (Files): Likewise.
2334         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
2335         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
2336         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
2337         Likewise.
2338         * modules/unictype/property-bidi-block-separator-tests (Files):
2339         Likewise.
2340         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
2341         Likewise.
2342         * modules/unictype/property-bidi-common-separator-tests (Files):
2343         Likewise.
2344         * modules/unictype/property-bidi-control-tests (Files): Likewise.
2345         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
2346         Likewise.
2347         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
2348         Likewise.
2349         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
2350         Likewise.
2351         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
2352         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
2353         Likewise.
2354         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
2355         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
2356         Likewise.
2357         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
2358         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
2359         * modules/unictype/property-bidi-segment-separator-tests (Files):
2360         Likewise.
2361         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
2362         * modules/unictype/property-byname-tests (Files): Likewise.
2363         * modules/unictype/property-combining-tests (Files): Likewise.
2364         * modules/unictype/property-composite-tests (Files): Likewise.
2365         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
2366         * modules/unictype/property-dash-tests (Files): Likewise.
2367         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
2368         * modules/unictype/property-default-ignorable-code-point-tests (Files):
2369         Likewise.
2370         * modules/unictype/property-deprecated-tests (Files): Likewise.
2371         * modules/unictype/property-diacritic-tests (Files): Likewise.
2372         * modules/unictype/property-extender-tests (Files): Likewise.
2373         * modules/unictype/property-format-control-tests (Files): Likewise.
2374         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
2375         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
2376         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
2377         * modules/unictype/property-hex-digit-tests (Files): Likewise.
2378         * modules/unictype/property-hyphen-tests (Files): Likewise.
2379         * modules/unictype/property-id-continue-tests (Files): Likewise.
2380         * modules/unictype/property-id-start-tests (Files): Likewise.
2381         * modules/unictype/property-ideographic-tests (Files): Likewise.
2382         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
2383         * modules/unictype/property-ids-trinary-operator-tests (Files):
2384         Likewise.
2385         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
2386         * modules/unictype/property-iso-control-tests (Files): Likewise.
2387         * modules/unictype/property-join-control-tests (Files): Likewise.
2388         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
2389         * modules/unictype/property-line-separator-tests (Files): Likewise.
2390         * modules/unictype/property-logical-order-exception-tests (Files):
2391         Likewise.
2392         * modules/unictype/property-lowercase-tests (Files): Likewise.
2393         * modules/unictype/property-math-tests (Files): Likewise.
2394         * modules/unictype/property-non-break-tests (Files): Likewise.
2395         * modules/unictype/property-not-a-character-tests (Files): Likewise.
2396         * modules/unictype/property-numeric-tests (Files): Likewise.
2397         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
2398         * modules/unictype/property-other-default-ignorable-code-point-tests
2399         (Files): Likewise.
2400         * modules/unictype/property-other-grapheme-extend-tests (Files):
2401         Likewise.
2402         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
2403         * modules/unictype/property-other-id-start-tests (Files): Likewise.
2404         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
2405         * modules/unictype/property-other-math-tests (Files): Likewise.
2406         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
2407         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
2408         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
2409         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
2410         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
2411         * modules/unictype/property-private-use-tests (Files): Likewise.
2412         * modules/unictype/property-punctuation-tests (Files): Likewise.
2413         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
2414         * modules/unictype/property-radical-tests (Files): Likewise.
2415         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
2416         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
2417         * modules/unictype/property-space-tests (Files): Likewise.
2418         * modules/unictype/property-terminal-punctuation-tests (Files):
2419         Likewise.
2420         * modules/unictype/property-test-tests (Files): Likewise.
2421         * modules/unictype/property-titlecase-tests (Files): Likewise.
2422         * modules/unictype/property-unassigned-code-value-tests (Files):
2423         Likewise.
2424         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
2425         * modules/unictype/property-uppercase-tests (Files): Likewise.
2426         * modules/unictype/property-variation-selector-tests (Files): Likewise.
2427         * modules/unictype/property-white-space-tests (Files): Likewise.
2428         * modules/unictype/property-xid-continue-tests (Files): Likewise.
2429         * modules/unictype/property-xid-start-tests (Files): Likewise.
2430         * modules/unictype/property-zero-width-tests (Files): Likewise.
2431         * modules/unictype/scripts-tests (Files): Likewise.
2432         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
2433         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
2434         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
2435         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
2436         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
2437         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
2438         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
2439         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
2440         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
2441         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
2442         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
2443         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
2444         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
2445         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
2446         * modules/uninorm/composition-tests (Files): Likewise.
2447         * modules/uninorm/decomposing-form-tests (Files): Likewise.
2448         * modules/uninorm/decomposition-tests (Files): Likewise.
2449         * modules/uninorm/filter-tests (Files): Likewise.
2450         * modules/uninorm/nfc-tests (Files): Likewise.
2451         * modules/uninorm/nfd-tests (Files): Likewise.
2452         * modules/uninorm/nfkc-tests (Files): Likewise.
2453         * modules/uninorm/nfkd-tests (Files): Likewise.
2454         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
2455         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
2456         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
2457         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
2458         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
2459         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
2460         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
2461         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
2462         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
2463         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
2464         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
2465         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
2466         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
2467         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
2468         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
2469         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
2470         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
2471         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
2472         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
2473         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
2474         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
2475         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
2476         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
2477         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
2478         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
2479         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
2480         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
2481         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
2482         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
2483         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
2484         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
2485         * modules/uniwidth/u8-width-tests (Files): Likewise.
2486         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
2487         * modules/uniwidth/u16-width-tests (Files): Likewise.
2488         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
2489         * modules/uniwidth/u32-width-tests (Files): Likewise.
2490         * modules/uniwidth/width-tests (Files): Likewise.
2491         * modules/unlink-tests (Files): Likewise.
2492         * modules/unsetenv-tests (Files): Likewise.
2493         * modules/usleep-tests (Files): Likewise.
2494         * modules/utimens-tests (Files): Likewise.
2495         * modules/utimensat-tests (Files): Likewise.
2496         * modules/vasnprintf-posix-tests (Files): Likewise.
2497         * modules/vasnprintf-tests (Files): Likewise.
2498         * modules/vasprintf-posix-tests (Files): Likewise.
2499         * modules/vasprintf-tests (Files): Likewise.
2500         * modules/vdprintf-posix-tests (Files): Likewise.
2501         * modules/vfprintf-posix-tests (Files): Likewise.
2502         * modules/vprintf-posix-tests (Files): Likewise.
2503         * modules/vsnprintf-posix-tests (Files): Likewise.
2504         * modules/vsnprintf-tests (Files): Likewise.
2505         * modules/vsprintf-posix-tests (Files): Likewise.
2506         * modules/wcrtomb-tests (Files): Likewise.
2507         * modules/wcsnrtombs-tests (Files): Likewise.
2508         * modules/wcsrtombs-tests (Files): Likewise.
2509         * modules/wctype-tests (Files): Likewise.
2510         * modules/wcwidth-tests (Files): Likewise.
2511         * modules/xmemdup0-tests (Files): Likewise.
2512         * modules/xprintf-posix-tests (Files): Likewise.
2513         * modules/xvasprintf-tests (Files): Likewise.
2514
2515 2009-12-24  Eric Blake  <ebb9@byu.net>
2516
2517         test-nanosleep: fix typo
2518         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
2519         patch.
2520         Reported by Bruno Haible.
2521
2522 2009-12-24  Bruno Haible  <bruno@clisp.org>
2523
2524         Reduce namespace pollution on glibc systems.
2525         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
2526         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
2527         systems.
2528         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
2529         <getopt.h> on glibc systems.
2530         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
2531         systems.
2532         * lib/fcntl.c: Include <unistd.h> here instead.
2533
2534 2009-12-24  Bruno Haible  <bruno@clisp.org>
2535
2536         * lib/stdlib.in.h (includes): Fix typo in today's commit.
2537
2538 2009-12-24  Eric Blake  <ebb9@byu.net>
2539
2540         tests: add signature checks
2541         * tests/signature.h (SIGNATURE_CHECK): New file.
2542         * modules/atexit-tests (Files): Use it.
2543         * modules/btowc-tests (Files): Likewise.
2544         * modules/canonicalize-lgpl-tests (Files): Likewise.
2545         * modules/ceilf-tests (Files): Likewise.
2546         * modules/ceill-tests (Files): Likewise.
2547         * modules/chown-tests (Files): Likewise.
2548         * modules/dprintf-posix-tests (Files): Likewise.
2549         * modules/dup2-tests (Files): Likewise.
2550         * modules/dup3-tests (Files): Likewise.
2551         * modules/duplocale-tests (Files): Likewise.
2552         * modules/fchdir-tests (Files): Likewise.
2553         * modules/fcntl-tests (Files): Likewise.
2554         * modules/fdopendir-tests (Files): Likewise.
2555         * modules/fflush-tests (Files): Likewise.
2556         * modules/flock-tests (Files): Likewise.
2557         * modules/floorf-tests (Files): Likewise.
2558         * modules/floorl-tests (Files): Likewise.
2559         * modules/fnmatch-tests (Files): Likewise.
2560         * modules/fopen-tests (Files): Likewise.
2561         * modules/fprintf-posix-tests (Files): Likewise.
2562         * modules/freopen-tests (Files): Likewise.
2563         * modules/frexp-nolibm-tests (Files): Likewise.
2564         * modules/frexp-tests (Files): Likewise.
2565         * modules/frexpl-nolibm-tests (Files): Likewise.
2566         * modules/frexpl-tests (Files): Likewise.
2567         * modules/fseek-tests (Files): Likewise.
2568         * modules/fseeko-tests (Files): Likewise.
2569         * modules/fsync-tests (Files): Likewise.
2570         * modules/ftell-tests (Files): Likewise.
2571         * modules/ftello-tests (Files): Likewise.
2572         * modules/futimens-tests (Files): Likewise.
2573         * modules/getaddrinfo-tests (Files): Likewise.
2574         * modules/getcwd-tests (Files): Likewise.
2575         * modules/getdelim-tests (Files): Likewise.
2576         * modules/getdtablesize-tests (Files): Likewise.
2577         * modules/getgroups-tests (Files): Likewise.
2578         * modules/gethostname-tests (Files): Likewise.
2579         * modules/getline-tests (Files): Likewise.
2580         * modules/getopt-posix-tests (Files): Likewise.
2581         * modules/gettimeofday-tests (Files): Likewise.
2582         * modules/glob-tests (Files): Likewise.
2583         * modules/iconv-tests (Files): Likewise.
2584         * modules/inet_ntop-tests (Files): Likewise.
2585         * modules/inet_pton-tests (Files): Likewise.
2586         * modules/isblank-tests (Files): Likewise.
2587         * modules/lchown-tests (Files): Likewise.
2588         * modules/ldexpl-tests (Files): Likewise.
2589         * modules/link-tests (Files): Likewise.
2590         * modules/linkat-tests (Files): Likewise.
2591         * modules/lseek-tests (Files): Likewise.
2592         * modules/lstat-tests (Files): Likewise.
2593         * modules/mbrtowc-tests (Files): Likewise.
2594         * modules/mbsinit-tests (Files): Likewise.
2595         * modules/mbsnrtowcs-tests (Files): Likewise.
2596         * modules/mbsrtowcs-tests (Files): Likewise.
2597         * modules/memchr-tests (Files): Likewise.
2598         * modules/memcmp-tests (Files): Likewise.
2599         * modules/memmem-tests (Files): Likewise.
2600         * modules/memrchr-tests (Files): Likewise.
2601         * modules/mkdir-tests (Files): Likewise.
2602         * modules/mkfifo-tests (Files): Likewise.
2603         * modules/mkfifoat-tests (Files): Likewise.
2604         * modules/mknod-tests (Files): Likewise.
2605         * modules/nanosleep-tests (Files): Likewise.
2606         * modules/nl_langinfo-tests (Files): Likewise.
2607         * modules/obstack-printf-tests (Files): Likewise.
2608         * modules/open-tests (Files): Likewise.
2609         * modules/openat-tests (Files): Likewise.
2610         * modules/perror-tests (Files): Likewise.
2611         * modules/pipe2-tests (Files): Likewise.
2612         * modules/poll-tests (Files): Likewise.
2613         * modules/popen-tests (Files): Likewise.
2614         * modules/posix_spawn-tests (Files): Likewise.
2615         * modules/posix_spawnp-tests (Files): Likewise.
2616         * modules/pread-tests (Files): Likewise.
2617         * modules/printf-posix-tests (Files): Likewise.
2618         * modules/pty-tests (Files): Likewise.
2619         * modules/random_r-tests (Files): Likewise.
2620         * modules/rawmemchr-tests (Files): Likewise.
2621         * modules/readlink-tests (Files): Likewise.
2622         * modules/remove-tests (Files): Likewise.
2623         * modules/rename-tests (Files): Likewise.
2624         * modules/renameat-tests (Files): Likewise.
2625         * modules/rmdir-tests (Files): Likewise.
2626         * modules/round-tests (Files): Likewise.
2627         * modules/roundf-tests (Files): Likewise.
2628         * modules/roundl-tests (Files): Likewise.
2629         * modules/select-tests (Files): Likewise.
2630         * modules/setenv-tests (Files): Likewise.
2631         * modules/sigaction-tests (Files): Likewise.
2632         * modules/sleep-tests (Files): Likewise.
2633         * modules/snprintf-posix-tests (Files): Likewise.
2634         * modules/snprintf-tests (Files): Likewise.
2635         * modules/sprintf-posix-tests (Files): Likewise.
2636         * modules/stat-tests (Files): Likewise.
2637         * modules/strcasestr-tests (Files): Likewise.
2638         * modules/strchrnul-tests (Files): Likewise.
2639         * modules/strerror-tests (Files): Likewise.
2640         * modules/strsignal-tests (Files): Likewise.
2641         * modules/strstr-tests (Files): Likewise.
2642         * modules/strtod-tests (Files): Likewise.
2643         * modules/strverscmp-tests (Files): Likewise.
2644         * modules/symlink-tests (Files): Likewise.
2645         * modules/symlinkat-tests (Files): Likewise.
2646         * modules/times-tests (Files): Likewise.
2647         * modules/trunc-tests (Files): Likewise.
2648         * modules/truncf-tests (Files): Likewise.
2649         * modules/truncl-tests (Files): Likewise.
2650         * modules/tsearch-tests (Files): Likewise.
2651         * modules/uname-tests (Files): Likewise.
2652         * modules/unlink-tests (Files): Likewise.
2653         * modules/unsetenv-tests (Files): Likewise.
2654         * modules/usleep-tests (Files): Likewise.
2655         * modules/utimensat-tests (Files): Likewise.
2656         * modules/vasprintf-tests (Files): Likewise.
2657         * modules/vdprintf-posix-tests (Files): Likewise.
2658         * modules/vfprintf-posix-tests (Files): Likewise.
2659         * modules/vprintf-posix-tests (Files): Likewise.
2660         * modules/vsnprintf-posix-tests (Files): Likewise.
2661         * modules/vsnprintf-tests (Files): Likewise.
2662         * modules/vsprintf-posix-tests (Files): Likewise.
2663         * modules/wcrtomb-tests (Files): Likewise.
2664         * modules/wcsnrtombs-tests (Files): Likewise.
2665         * modules/wcsrtombs-tests (Files): Likewise.
2666         * modules/wcwidth-tests (Files): Likewise.
2667         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
2668         * tests/test-isinf.c (isinf): Likewise.
2669         * tests/test-isnan.c (isnan): Likewise.
2670         * tests/test-signbit.c (signbit): Likewise.
2671         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
2672         declaration, either as macro or with correct signature.
2673         (select): Ensure function under test is declared with correct
2674         signature in correct header.
2675         * tests/test-atexit.c (atexit): Likewise.
2676         * tests/test-btowc.c (btowc): Likewise.
2677         * tests/test-canonicalize-lgpl.c (realpath)
2678         (canonicalize_file_name): Likewise.
2679         * tests/test-ceilf1.c (ceilf): Likewise.
2680         * tests/test-ceill.c (ceill): Likewise.
2681         * tests/test-chown.c (chown): Likewise.
2682         * tests/test-dprintf-posix.c (dprintf): Likewise.
2683         * tests/test-dup2.c (dup2): Likewise.
2684         * tests/test-dup3.c (dup3): Likewise.
2685         * tests/test-duplocale.c (duplocale): Likewise.
2686         * tests/test-fchdir.c (fchdir): Likewise.
2687         * tests/test-fchownat.c (fchownat): Likewise.
2688         * tests/test-fcntl.c (fcntl): Likewise.
2689         * tests/test-fdopendir.c (fdopendir): Likewise.
2690         * tests/test-fflush.c (fflush): Likewise.
2691         * tests/test-flock.c (flock): Likewise.
2692         * tests/test-floorf1.c (floorf): Likewise.
2693         * tests/test-floorl.c (floorl): Likewise.
2694         * tests/test-fnmatch.c (fnmatch): Likewise.
2695         * tests/test-fopen.c (fopen): Likewise.
2696         * tests/test-fprintf-posix.c (fprintf): Likewise.
2697         * tests/test-freopen.c (freopen): Likewise.
2698         * tests/test-frexp.c (frexp): Likewise.
2699         * tests/test-frexpl.c (frexpl): Likewise.
2700         * tests/test-fseek.c (fseek): Likewise.
2701         * tests/test-fseeko.c (fseeko): Likewise.
2702         * tests/test-fstatat.c (fstatat): Likewise.
2703         * tests/test-fsync.c (fsync): Likewise.
2704         * tests/test-ftell.c (ftell): Likewise.
2705         * tests/test-ftello.c (ftello): Likewise.
2706         * tests/test-futimens.c (futimens): Likewise.
2707         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
2708         (gai_strerror): Likewise.
2709         * tests/test-getcwd.c (getcwd): Likewise.
2710         * tests/test-getdelim.c (getdelim): Likewise.
2711         * tests/test-getdtablesize.c (getdtablesize): Likewise.
2712         * tests/test-getgroups.c (getgroups): Likewise.
2713         * tests/test-gethostname.c (gethostname): Likewise.
2714         * tests/test-getline.c (getline): Likewise.
2715         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
2716         Likewise.
2717         * tests/test-gettimeofday.c (gettimeofday): Likewise.
2718         * tests/test-glob.c (glob, globfree): Likewise.
2719         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
2720         * tests/test-inet_ntop.c (inet_ntop): Likewise.
2721         * tests/test-inet_pton.c (inet_pton): Likewise.
2722         * tests/test-isblank.c (isblank): Likewise.
2723         * tests/test-lchown.c (lchown): Likewise.
2724         * tests/test-ldexpl.c (ldexpl): Likewise.
2725         * tests/test-link.c (link): Likewise.
2726         * tests/test-linkat.c (linkat): Likewise.
2727         * tests/test-lseek.c (lseek): Likewise.
2728         * tests/test-lstat.c (lstat): Likewise.
2729         * tests/test-mbrtowc.c (mbrtowc): Likewise.
2730         * tests/test-mbsinit.c (mbsinit): Likewise.
2731         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
2732         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
2733         * tests/test-memchr.c (memchr): Likewise.
2734         * tests/test-memcmp.c (memcmp): Likewise.
2735         * tests/test-memmem.c (memmem): Likewise.
2736         * tests/test-memrchr.c (memrchr): Likewise.
2737         * tests/test-mkdir.c (mkdir): Likewise.
2738         * tests/test-mkdirat.c (mkdirat): Likewise.
2739         * tests/test-mkfifo.c (mkfifo): Likewise.
2740         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
2741         * tests/test-mknod.c (mknod): Likewise.
2742         * tests/test-nanosleep.c (nanosleep): Likewise.
2743         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
2744         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
2745         Likewise.
2746         * tests/test-open.c (open): Likewise.
2747         * tests/test-openat.c (openat): Likewise.
2748         * tests/test-perror.c (perror): Likewise.
2749         * tests/test-pipe2.c (pipe2): Likewise.
2750         * tests/test-poll.c (poll): Likewise.
2751         * tests/test-popen.c (popen, pclose): Likewise.
2752         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
2753         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
2754         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
2755         (posix_spawn_file_actions_destroy)
2756         (posix_spawn_file_actions_addclose)
2757         (posix_spawn_file_actions_addopen)
2758         (posix_spawn_file_actions_adddup2): Likewise.
2759         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
2760         * tests/test-pread.c (pread): Likewise.
2761         * tests/test-printf-posix.c (printf): Likewise.
2762         * tests/test-pty.c (openpty, forkpty): Likewise.
2763         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
2764         (random_r): Likewise.
2765         * tests/test-rawmemchr.c (rawmemchr): Likewise.
2766         * tests/test-readlink.c (readlink): Likewise.
2767         * tests/test-remove.c (remove): Likewise.
2768         * tests/test-rename.c (rename): Likewise.
2769         * tests/test-renameat.c (renameat): Likewise.
2770         * tests/test-rmdir.c (rmdir): Likewise.
2771         * tests/test-round1.c (round): Likewise.
2772         * tests/test-roundf1.c (roundf): Likewise.
2773         * tests/test-roundl.c (roundl): Likewise.
2774         * tests/test-setenv.c (setenv): Likewise.
2775         * tests/test-sigaction.c (sigaction): Likewise.
2776         * tests/test-sleep.c (sleep): Likewise.
2777         * tests/test-snprintf.c (snprintf): Likewise.
2778         * tests/test-sprintf-posix.c (sprintf): Likewise.
2779         * tests/test-stat.c (stat): Likewise.
2780         * tests/test-stpncpy.c (stpncpy): Likewise.
2781         * tests/test-strcasestr.c (strcasestr): Likewise.
2782         * tests/test-strchrnul.c (strchrnul): Likewise.
2783         * tests/test-strerror.c (strerror): Likewise.
2784         * tests/test-strsignal.c (strsignal): Likewise.
2785         * tests/test-strstr.c (strstr): Likewise.
2786         * tests/test-strtod.c (strtod): Likewise.
2787         * tests/test-strverscmp.c (strverscmp): Likewise.
2788         * tests/test-symlink.c (symlink): Likewise.
2789         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
2790         * tests/test-times.c (times): Likewise.
2791         * tests/test-trunc1.c (trunc): Likewise.
2792         * tests/test-truncf1.c (truncf): Likewise.
2793         * tests/test-truncl.c (truncl): Likewise.
2794         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
2795         Likewise.
2796         * tests/test-uname.c (uname): Likewise.
2797         * tests/test-unlink.c (unlink): Likewise.
2798         * tests/test-unlinkat.c (unlinkat): Likewise.
2799         * tests/test-unsetenv.c (unsetenv): Likewise.
2800         * tests/test-usleep.c (usleep): Likewise.
2801         * tests/test-utimensat.c (utimensat): Likewise.
2802         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
2803         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
2804         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
2805         * tests/test-vprintf-posix.c (vprintf): Likewise.
2806         * tests/test-vsnprintf.c (vsnprintf): Likewise.
2807         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
2808         * tests/test-wcrtomb.c (wcrtomb): Likewise.
2809         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
2810         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
2811         * tests/test-wcwidth.c (wcwidth): Likewise.
2812
2813         build: pull in conditional headers during GNULIB_POSIXCHECK
2814         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
2815         definitions from any conditionally-included headers.
2816         * lib/stdlib.in.h (includes): Likewise.
2817         * lib/unistd.in.h (includes): Likewise.
2818
2819 2009-12-24  Bruno Haible  <bruno@clisp.org>
2820
2821         * tests/test-argv-iter.c: Include header file being tested immediately
2822         after config.h.
2823         * tests/test-base64.c: Likewise.
2824         * tests/test-flock.c: Likewise.
2825         * tests/test-fsync.c: Likewise.
2826         * tests/test-getdate.c: Likewise.
2827         * tests/test-getndelim2.c: Likewise.
2828         * tests/test-isfinite.c: Likewise.
2829         * tests/test-isinf.c: Likewise.
2830         * tests/test-strerror.c: Likewise.
2831         * tests/test-strsignal.c: Likewise.
2832
2833 2009-12-23  Eric Blake  <ebb9@byu.net>
2834
2835         unistd: work around cygwin bug
2836         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
2837         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
2838         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
2839
2840 2009-12-23  Bruno Haible  <bruno@clisp.org>
2841
2842         localename: More tests.
2843         * tests/test-localename.c (SIZEOF): New macro.
2844         (categories): New variable.
2845         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
2846         test_locale_name_default): Add test w.r.t. thread locale.
2847         (test_locale_name_thread): New function.
2848         (main): Invoke it.
2849
2850         localename: Make aware of thread locale.
2851         * lib/localename.h (gl_locale_name_thread): New declaration.
2852         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
2853         behaviour with respect to thread locale.
2854         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
2855         <langinfo.h>, glthread/lock.h.
2856         (SIZE_BITS): New macro.
2857         (string_hash): New function.
2858         (struct hash_node): New type.
2859         (HASH_TABLE_SIZE): New macro.
2860         (struniq_hash_table, struniq_lock): New variables.
2861         (struniq): New function.
2862         (gl_locale_name_thread): New function.
2863         (gl_locale_name): Invoke it.
2864         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
2865         * modules/localename (Depends-on): Add lock.
2866         Reported by Mike Gran <spk121@yahoo.com>.
2867
2868 2009-12-23  Eric Blake  <ebb9@byu.net>
2869
2870         va-args: new module
2871         * modules/va-args: New file.
2872         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
2873         * MODULES.html.sh (Core language properties): Mention it.
2874
2875         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
2876         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
2877         named alias for __attribute__((__unused__)).
2878         * lib/chown.c: Update client.
2879         * lib/fchmodat.c: Likewise.
2880         * lib/fts.c: Likewise.
2881         * lib/getdate.y: Likewise.
2882         * lib/getgroups.c: Likewise.
2883         * lib/getopt.c: Likewise.
2884         * lib/getugroups.c: Likewise.
2885         * lib/mkdir.c: Likewise.
2886         * lib/mkfifo.c: Likewise.
2887         * lib/mkfifoat.c: Likewise.
2888         * lib/mknod.c: Likewise.
2889         * lib/mknodat.c: Likewise.
2890         * lib/readlink.c: Likewise.
2891         * lib/se-context.in.h: Likewise.
2892         * lib/se-selinux.in.h: Likewise.
2893         * lib/sockets.c: Likewise.
2894         * lib/symlink.c: Likewise.
2895         * lib/symlinkat.c: Likewise.
2896         * lib/unicodeio.c: Likewise.
2897         * lib/unistr.h: Likewise.
2898         * tests/test-areadlink.c: Likewise.
2899         * tests/test-areadlinkat.c: Likewise.
2900         * tests/test-filenamecat.c: Likewise.
2901         * tests/test-fseeko.c: Likewise.
2902         * tests/test-ftello.c: Likewise.
2903         * tests/test-getdate.c: Likewise.
2904         * tests/test-getgroups.c: Likewise.
2905         * tests/test-gethostname.c: Likewise.
2906         * tests/test-quotearg.c: Likewise.
2907         * tests/test-version-etc.c: Likewise.
2908         * tests/test-xalloc-die.c: Likewise.
2909         * tests/test-xfprintf-posix.c: Likewise.
2910         * tests/test-xprintf-posix.c: Likewise.
2911         * tests/test-xvasprintf.c: Likewise.
2912
2913         tests: avoid compiler warnings
2914         * tests/test-fcntl.c (main): Delete unused parameters.
2915         * tests/test-freopen-safer.c (main): Likewise.
2916         * tests/test-xalloc-die.c (main): Mark unused parameters.
2917         * tests/test-fseeko.c (main): Likewise.
2918         * tests/test-ftello.c (main): Likewise.
2919         * tests/test-nanosleep.c (main): Avoid declaration warning.
2920         * tests/test-sleep.c (main): Likewise.
2921         * tests/test-unsetenv.c (main): Silence warning about string
2922         literal.
2923         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
2924
2925 2009-12-23  Bruno Haible  <bruno@clisp.org>
2926
2927         * tests/test-localename.c (test_locale_name): New function, extracted
2928         from main. Also test mixed situations.
2929         (test_locale_name_posix, test_locale_name_environ,
2930         test_locale_name_default): New functions.
2931         (main): Invoke them all.
2932         * modules/localename-tests (configure.ac): Test for newlocale.
2933
2934 2009-12-23  Bruno Haible  <bruno@clisp.org>
2935
2936         unistd: Ensure getcwd gets declared before being overridden.
2937         * lib/unistd.in.h: Conditionally include <io.h>.
2938
2939 2009-12-22  Bruno Haible  <bruno@clisp.org>
2940
2941         wchar: Diagnose broken combination of glibc and gcc versions and flags.
2942         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
2943         (gl_WCHAR_H): Invoke it.
2944         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
2945         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
2946         Reported by Karl Berry <karl@freefriends.org>.
2947
2948 2009-12-22  Eric Blake  <ebb9@byu.net>
2949
2950         math, unistd: avoid redundant includes
2951         * lib/math.in.h (isnan): No need to re-include <math.h>.
2952         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
2953
2954         getsubopt: work around cygwin bug
2955         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
2956         avoid conflicting with system getsubopt.
2957         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
2958         bug.
2959
2960         getopt: synchronize from glibc
2961         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
2962         parameter order.  Adjust all callers.
2963         (_getopt_internal_r, main): Adjust quoting in error messages.
2964         Drop considerations for outdated POSIX 1003.2 error message.
2965         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
2966         callers.
2967         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
2968
2969         test-getopt: test stderr behavior
2970         * modules/getopt-posix-tests (Depends-on): Add dup2.
2971         * tests/test-getopt.c (ASSERT): Avoid stderr.
2972         (main): Move stderr to a temporary file.
2973         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
2974         Instead, add parameter to inform caller if output occurred.
2975         (test_getopt): Adjust all existing tests to expect silence, and
2976         add new tests of leading ":".
2977         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2978         glibc shortcomings with leading "-:" or "+:" in optstring.
2979         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2980         Likewise.
2981         * doc/posix-functions/getopt.texi (getopt): Likewise.
2982
2983         test-getopt: enhance test
2984         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
2985         supports optind=0.
2986         * tests/test-getopt.c (OPTIND_MIN): Move...
2987         * tests/test-getopt.h (OPTIND_MIN): ...here.
2988         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
2989         Require that optind=0 works, since modern BSD supports it in
2990         addition to optreset, and since coreutils expects it.
2991         (test_getopt_long_only): New test.
2992         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
2993         glibc shortcomings with 'W;', and enforcement of optind=0.
2994         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
2995         Likewise.
2996
2997 2009-12-21  Bruno Haible  <bruno@clisp.org>
2998
2999         localename: Improvements for MacOS X and Cygwin.
3000         * lib/localename.h (gl_locale_name_environ): New declaration.
3001         * lib/localename.c (gl_locale_name_environ): New function, extracted from
3002         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
3003         (gl_locale_name_posix): Invoke it.
3004         (gl_locale_name_default): Add comments. Use Windows native API also on
3005         Cygwin.
3006
3007 2009-12-21  Bruno Haible  <bruno@clisp.org>
3008
3009         Update list of Win32 locale ids.
3010         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
3011         (LANG_SAMI): Renamed from LANG_SAAMI.
3012         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
3013         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
3014         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
3015         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
3016         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
3017         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
3018         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
3019         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
3020         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
3021         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
3022         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
3023         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
3024         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
3025         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
3026         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
3027         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
3028         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
3029         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
3030         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
3031         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
3032         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
3033         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
3034         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
3035         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
3036         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
3037         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
3038         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
3039         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
3040         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
3041         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
3042         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
3043         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
3044         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
3045         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
3046         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
3047         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
3048         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
3049         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
3050         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
3051         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
3052         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
3053         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
3054         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
3055         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
3056         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
3057         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
3058         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
3059         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
3060         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
3061         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
3062         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
3063         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
3064         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
3065         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
3066         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
3067         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
3068         Add more languages and countries for Sami, Sorbian. Add more countries
3069         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
3070         for Pashto. Change country for Syriac, Tswana.
3071
3072 2009-12-21  Eric Blake  <ebb9@byu.net>
3073
3074         test-utimens: avoid spurious failure
3075         * tests/test-chown.h (nap): Factor...
3076         * tests/nap.h: ...into new file.
3077         * tests/test-lchown.h (nap): Avoid duplication.
3078         * tests/test-utimens-common.h (nap): Use shared implementation,
3079         necessary on file systems with 1-second resolution.
3080         * modules/chown-tests (Files): Include new file.
3081         * modules/fdutimensat-tests (Files): Likewise.
3082         * modules/futimens-tests (Files): Likewise.
3083         * modules/lchown-tests (Files): Likewise.
3084         * modules/openat-tests (Files): Likewise.
3085         * modules/utimens-tests (Files): Likewise.
3086         * modules/utimensat-tests (Files): Likewise.
3087
3088 2009-12-19  Eric Blake  <ebb9@byu.net>
3089
3090         futimens, utimensat: work around Linux bug
3091         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
3092         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
3093         * lib/utimensat.c (rpl_utimensat): Work around it.
3094         * lib/futimens.c (rpl_futimens): Adjust comment.
3095
3096         utimens: work around Linux ctime bug
3097         * lib/utimens.c (detect_ctime_bug): New helper function.
3098         (update_timespec): Differentiate between workaround needed for
3099         this bug vs. what is needed for systems that lack utimensat.
3100         (fdutimens, lutimens): Work around bug.
3101
3102         utimens: check for ctime update
3103         * tests/test-utimens-common.h (check_ctime): Define.
3104         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
3105         * tests/test-futimens.h (test_futimens): Likewise.
3106         * tests/test-lutimens.h (test_lutimens): Likewise.
3107         * doc/posix-functions/futimens.texi (futimens): Document the bug.
3108         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
3109
3110 2009-12-19  Bruno Haible  <bruno@clisp.org>
3111
3112         dprintf-posix: Check against memory leak fixed on 2009-12-15.
3113         * tests/test-dprintf-posix2.sh: New file.
3114         * tests/test-dprintf-posix2.c: New file.
3115         * modules/dprintf-posix-tests (Files): Add them.
3116         (configure.ac): Check for getrlimit and setrlimit.
3117         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
3118
3119 2009-12-19  Bruno Haible  <bruno@clisp.org>
3120
3121         fprintf-posix: Check against memory leak fixed on 2009-12-15.
3122         * tests/test-fprintf-posix3.sh: New file.
3123         * tests/test-fprintf-posix3.c: New file.
3124         * modules/fprintf-posix-tests (Files): Add them.
3125         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
3126
3127 2009-12-19  Eric Blake  <ebb9@byu.net>
3128
3129         dirfd: fix prototype
3130         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
3131         * lib/dirfd.c (dirfd): Likewise.
3132
3133         canonicalize: reduce memory usage
3134         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
3135         allocation to size.
3136         Reported by Solar Designer <solar@openwall.com>.
3137
3138 2009-12-19  Bruno Haible  <bruno@clisp.org>
3139
3140         New module attribute 'Applicability'.
3141         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
3142         * gnulib-tool: New option --extract-applicability.
3143         (func_usage): Document it.
3144         (sed_extract_prog): Recognize it.
3145         (func_get_applicability): New function.
3146         (func_import): Generalize handling of 'link-warning' module.
3147         * modules/link-warning (Applicability): New section.
3148         * modules/arg-nonnull (Applicability): New section.
3149         Repoted by Simon Josefsson <simon@josefsson.org>.
3150
3151 2009-12-19  Bruno Haible  <bruno@clisp.org>
3152
3153         fflush: tweak
3154         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
3155         * lib/fseeko.c (rpl_fseeko): Likewise.
3156
3157 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
3158
3159         * lib/gl_list.h: Fix typo in comment.
3160
3161 2009-12-16  Eric Blake  <ebb9@byu.net>
3162
3163         fcntl: use to simplify other modules
3164         * modules/cloexec (Depends-on): Add fcntl.
3165         * modules/fchdir (Depends-on): Likewise.
3166         * modules/fd-safer-flag (Depends-on): Likewise.
3167         * modules/unistd-safer (Depends-on): Likewise.
3168         * modules/dup3 (configure.ac): Set module indicator.
3169         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
3170         missing.
3171         * lib/fchdir.c (_gl_register_dup): Fix comment.
3172         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
3173         * lib/dup-safer.c (dup_safer): Likewise.
3174         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
3175         * lib/dup3.c (dup3): Likewise.
3176         * tests/test-fchdir.c (main): Enhance test.
3177         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
3178
3179         fcntl: port portions of fcntl to mingw
3180         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
3181         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
3182         replacement for mingw.
3183         * modules/fcntl (Description): Update.
3184         (Depends-on): Add dup2.
3185         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
3186         * modules/fcntl-h (Makefile.am): Substitute it.
3187         * lib/fcntl.in.h (fcntl): Update declaration.
3188         (F_DUPFD, F_GETFD): New macros, when needed.
3189         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
3190         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
3191         * tests/test-fcntl.c (check_flags, main): Enhance test for items
3192         we now guarantee.
3193
3194         fcntl: work around cygwin bug in F_DUPFD
3195         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
3196         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
3197         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
3198         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
3199         * doc/posix-functions/fcntl.texi (fcntl): Document it.
3200
3201         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
3202         * modules/fcntl (Files): List new files.
3203         (configure.ac): Run a test.
3204         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
3205         * lib/fcntl.c (rpl_fcntl): Likewise.
3206         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
3207         (gl_FCNTL_H): Always replace fcntl.h.
3208         * modules/fcntl-h (Makefile.am): Substitute witnesses.
3209         * lib/fcntl.in.h (fcntl): Declare replacement.
3210         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
3211         needed, plus a witness.
3212         * doc/posix-functions/fcntl.texi (fcntl): Document this.
3213         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
3214         * tests/test-fcntl.c: New file.
3215         * modules/fcntl-tests: Likewise.
3216
3217         binary-io: avoid potential compilation warning
3218         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
3219         directives.
3220
3221         fflush: avoid compilation error on NetBSD
3222         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
3223         between off_t and fpos_t, since the latter is sometimes a struct.
3224         * lib/fseeko.c (rpl_fseeko): Likewise.
3225         Reported by Alexander Nasonov <alnsn@yandex.ru>.
3226
3227 2009-12-15  Eric Blake  <ebb9@byu.net>
3228
3229         fcntl-h, stdio, sys_ioctl: fix declarations
3230         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
3231         function must not take arguments.
3232         * lib/sys_ioctl.in.h (ioctl): Likewise.
3233         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
3234         (open): Add a link warning.
3235
3236 2009-12-15  Jim Meyering  <meyering@redhat.com>
3237
3238         areadlink, areadlink-with-size: relax license to LGPLv2+
3239         * modules/areadlink (License): Relax to LGPLv2+.
3240         * modules/areadlink-with-size (License): Likewise.
3241
3242 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
3243             Bruno Haible  <bruno@clisp.org>
3244
3245         *printf: Fix memory leak.
3246         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
3247         * lib/vfprintf.c (vfprintf): Likewise.
3248         * lib/dprintf.c (dprintf): Likewise.
3249         * lib/vdprintf.c (vdprintf): Likewise.
3250
3251 2009-12-14  Eric Blake  <ebb9@byu.net>
3252
3253         accept4: adjust module dependencies
3254         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
3255
3256         utimens: one more try at avoiding compiler warning
3257         * lib/utimens.c (lutimens): Lower scope of result.
3258
3259 2009-12-13  Bruno Haible  <bruno@clisp.org>
3260
3261         Move the malloc checking from module 'list' to new module 'xlist'.
3262         * modules/xlist: New file.
3263         * lib/gl_xlist.h: New file.
3264         * lib/gl_xlist.c: New file.
3265         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
3266         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
3267         gl_list_add_last, gl_list_add_before, gl_list_add_after,
3268         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
3269         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
3270         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
3271         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
3272         gl_sortedlist_nx_add): New declarations.
3273         (struct gl_list_implementation): Rename and change methods accordingly.
3274         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
3275         (gl_list_nx_create): Renamed from gl_list_create.
3276         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
3277         (gl_list_nx_set_at): Renamed from gl_list_set_at.
3278         (gl_list_nx_add_first): Renamed from gl_list_add_first.
3279         (gl_list_nx_add_last): Renamed from gl_list_add_last.
3280         (gl_list_nx_add_before): Renamed from gl_list_add_before.
3281         (gl_list_nx_add_after): Renamed from gl_list_add_after.
3282         (gl_list_nx_add_at): Renamed from gl_list_add_at.
3283         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
3284         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
3285         gl_list_create_empty.
3286         (gl_list_nx_create): Renamed from gl_list_create.
3287         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
3288         (gl_list_nx_set_at): Renamed from gl_list_set_at.
3289         (gl_list_nx_add_first): Renamed from gl_list_add_first.
3290         (gl_list_nx_add_last): Renamed from gl_list_add_last.
3291         (gl_list_nx_add_before): Renamed from gl_list_add_before.
3292         (gl_list_nx_add_after): Renamed from gl_list_add_after.
3293         (gl_list_nx_add_at): Renamed from gl_list_add_at.
3294         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
3295         * lib/gl_array_list.c: Don't include xalloc.h.
3296         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
3297         NULL upon out-of-memory.
3298         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
3299         out-of-memory.
3300         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
3301         Change return type to 'int'.
3302         (gl_array_nx_set_at): Renamed from gl_array_set_at.
3303         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
3304         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
3305         upon out-of-memory.
3306         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
3307         upon out-of-memory.
3308         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
3309         upon out-of-memory.
3310         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
3311         upon out-of-memory.
3312         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
3313         out-of-memory.
3314         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
3315         Update.
3316         (gl_array_list_implementation): Update.
3317         * lib/gl_carray_list.c: Don't include xalloc.h.
3318         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
3319         Return NULL upon out-of-memory.
3320         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
3321         out-of-memory.
3322         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
3323         Change return type to 'int'.
3324         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
3325         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
3326         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
3327         upon out-of-memory.
3328         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
3329         upon out-of-memory.
3330         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
3331         out-of-memory.
3332         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
3333         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
3334         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
3335         Update.
3336         (gl_carray_list_implementation): Update.
3337         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
3338         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
3339         gl_linked_create_empty. Return NULL upon out-of-memory.
3340         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
3341         out-of-memory.
3342         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
3343         Change return type to 'int'. Return -1 upon out-of-memory.
3344         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
3345         out-of-memory.
3346         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
3347         upon out-of-memory.
3348         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
3349         upon out-of-memory.
3350         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
3351         NULL upon out-of-memory.
3352         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
3353         upon out-of-memory.
3354         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
3355         out-of-memory.
3356         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
3357         Update.
3358         * lib/gl_linked_list.c: Don't include xalloc.h.
3359         (gl_linked_list_implementation): Update.
3360         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
3361         (add_to_bucket): Change return type to 'int'.
3362         (gl_linkedhash_list_implementation): Update.
3363         * lib/gl_anytree_list1.h (free_subtree): New function.
3364         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
3365         gl_tree_create_empty. Return NULL upon out-of-memory.
3366         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
3367         Change return type to 'int'. Return -1 upon out-of-memory.
3368         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
3369         out-of-memory.
3370         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
3371         (gl_tree_remove_node): New function, moved here from
3372         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
3373         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
3374         Update.
3375         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
3376         malloc, not xmalloc. Return NULL upon out-of-memory.
3377         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
3378         out-of-memory.
3379         (gl_tree_remove_node_from_tree): New function, extracted from
3380         gl_tree_remove_node.
3381         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
3382         upon out-of-memory.
3383         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
3384         out-of-memory.
3385         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
3386         upon out-of-memory.
3387         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3388         upon out-of-memory.
3389         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3390         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
3391         not xmalloc. Return NULL upon out-of-memory.
3392         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
3393         out-of-memory.
3394         (gl_tree_remove_node_from_tree): New function, extracted from
3395         gl_tree_remove_node.
3396         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
3397         upon out-of-memory.
3398         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
3399         out-of-memory.
3400         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
3401         upon out-of-memory.
3402         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
3403         upon out-of-memory.
3404         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
3405         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
3406         gl_anytree_list1.h before gl_anyavltree_list2.h.
3407         (gl_avltree_list_implementation): Update.
3408         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
3409         gl_anytree_list1.h before gl_anyavltree_list2.h.
3410         (gl_rbtree_list_implementation): Update.
3411         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
3412         Change return type to 'int'. Return -1 upon out-of-memory. Use
3413         __builtin_expect.
3414         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
3415         (gl_avltreehash_list_implementation): Update.
3416         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
3417         (gl_rbtreehash_list_implementation): Update.
3418         * modules/array-list (Depends-on): Remove xalloc.
3419         * modules/carray-list (Depends-on): Likewise.
3420         * modules/linked-list (Depends-on): Likewise.
3421         * modules/linkedhash-list (Depends-on): Likewise.
3422         * modules/avltree-list (Depends-on): Likewise.
3423         * modules/rbtree-list (Depends-on): Likewise.
3424         * modules/avltreehash-list (Depends-on): Likewise.
3425         * modules/rbtreehash-list (Depends-on): Likewise.
3426
3427         * modules/xsublist: New file.
3428         * lib/gl_xsublist.h: New file.
3429         * lib/gl_xsublist.c: New file.
3430         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
3431         (gl_sublist_nx_create): New declaration.
3432         * lib/gl_sublist.c: Don't include xalloc.h.
3433         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
3434         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
3435         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
3436         Change return type to 'int'. Return -1 upon out-of-memory.
3437         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
3438         upon out-of-memory.
3439         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
3440         NULL upon out-of-memory.
3441         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
3442         upon out-of-memory.
3443         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
3444         NULL upon out-of-memory.
3445         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
3446         NULL upon out-of-memory.
3447         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
3448         upon out-of-memory.
3449         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
3450         (gl_sublist_list_implementation): Update.
3451         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
3452         upon out-of-memory.
3453         * modules/sublist (Depends-on): Remove xalloc.
3454
3455         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
3456         * tests/test-carray_list.c: Likewise.
3457         * tests/test-linked_list.c: Likewise.
3458         * tests/test-linkedhash_list.c: Likewise.
3459         * tests/test-avltree_list.c: Likewise.
3460         * tests/test-rbtree_list.c: Likewise.
3461         * tests/test-avltreehash_list.c: Likewise.
3462         * tests/test-rbtreehash_list.c: Likewise.
3463         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
3464         * modules/carray-list-tests (Makefile.am): Likewise.
3465         * modules/linked-list-tests (Makefile.am): Likewise.
3466         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3467         * modules/avltree-list-tests (Makefile.am): Likewise.
3468         * modules/rbtree-list-tests (Makefile.am): Likewise.
3469         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3470         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3471
3472         * NEWS: Mention the changes.
3473
3474         * lib/clean-temp.c: Include gl_xlist.h.
3475         * modules/clean-temp (Depends-on): Add xlist.
3476
3477         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
3478         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
3479
3480         * tests/test-array_oset.c: Include gl_xlist.h.
3481         * modules/array-oset-tests (Depends-on): Add xlist.
3482
3483         Reported by José E. Marchesi <jemarch@gnu.org>.
3484
3485 2009-12-13  Bruno Haible  <bruno@clisp.org>
3486
3487         Move the malloc checking from module 'oset' to new module 'xoset'.
3488         * modules/xoset: New file.
3489         * lib/gl_xoset.h: New file.
3490         * lib/gl_xoset.c: New file.
3491         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
3492         declarations.
3493         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
3494         (struct gl_oset_implementation): Rename and change methods accordingly.
3495         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
3496         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3497         'int'. Mark as __warn_unused_result__.
3498         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
3499         gl_oset_create_empty.
3500         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
3501         'int'.
3502         * lib/gl_array_oset.c: Don't include xalloc.h.
3503         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
3504         malloc, not xmalloc.
3505         (grow): Change return type to 'int'. Don't call xalloc_die.
3506         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
3507         to 'int'.
3508         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
3509         'int'.
3510         (gl_array_oset_implementation): Update.
3511         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
3512         gl_tree_create_empty.
3513         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
3514         'int'.
3515         * lib/gl_avltree_oset.c: Don't include xalloc.h.
3516         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3517         xmalloc.
3518         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3519         not xmalloc.
3520         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3521         xmalloc.
3522         (gl_avltree_oset_implementation): Update.
3523         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
3524         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
3525         xmalloc.
3526         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
3527         not xmalloc.
3528         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
3529         xmalloc.
3530         (gl_rbtree_oset_implementation): Update.
3531         * modules/array-oset (Depends-on): Remove xalloc.
3532         * modules/avltree-oset (Depends-on): Likewise.
3533         * modules/rbtree-oset (Depends-on): Likewise.
3534         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
3535         * tests/test-avltree_oset.c: Likewise.
3536         * tests/test-rbtree_oset.c: Likewise.
3537         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
3538         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
3539         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3540         * NEWS: Mention the change.
3541
3542 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
3543
3544         maint.mk: allow a project to override release-prep commands
3545         * top/maint.mk (alpha, beta, stable): Move release-preparatory
3546         commands into a new rule.
3547         (release-prep): New rule.
3548         (release-prep-hook): New overridable variable.
3549
3550 2009-12-13  Bruno Haible  <bruno@clisp.org>
3551
3552         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
3553
3554 2009-12-13  Jim Meyering  <meyering@redhat.com>
3555
3556         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
3557         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
3558
3559 2009-12-12  Bruno Haible  <bruno@clisp.org>
3560
3561         duplocale: Tweak.
3562         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
3563
3564 2009-12-12  Karl Berry  <karl@gnu.org>
3565
3566         * config/srclist.txt (strtoll.c): tab changes, no more sync.
3567
3568 2009-12-12  Bruno Haible  <bruno@clisp.org>
3569
3570         * m4/po.m4: Undo incorrect untabification.
3571
3572 2009-12-12  Bruno Haible  <bruno@clisp.org>
3573
3574         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
3575         * modules/c-strtod (Depends-on): Add locale.
3576         * modules/c-strtold (Depends-on): Likewise.
3577
3578 2009-12-12  Bruno Haible  <bruno@clisp.org>
3579
3580         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
3581
3582 2009-12-11  Eric Blake  <ebb9@byu.net>
3583
3584         setenv: relax requirement in light of POSIX ruling
3585         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
3586         not NULL.
3587         * tests/test-setenv.c (main): Relax test.
3588         * tests/test-unsetenv.c (main): Likewise.
3589         * doc/posix-functions/setenv.texi (setenv): Document this.
3590         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
3591
3592 2009-12-11  Bruno Haible  <bruno@clisp.org>
3593
3594         New module 'fd-safer-flag'.
3595         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
3596         * lib/dup-safer.c (dup_safer_flag): Remove function.
3597         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
3598         * lib/fd-safer.c (fd_safer_flag): Remove function.
3599         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
3600         * modules/cloexec (configure.ac): Drop indicator macro.
3601         * modules/fd-safer-flag: New file.
3602         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
3603         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
3604         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
3605
3606 2009-12-11  Bruno Haible  <bruno@clisp.org>
3607
3608         Tests for module 'nl_langinfo'.
3609         * modules/nl_langinfo-tests: New file.
3610         * tests/test-nl_langinfo.sh: New file.
3611         * tests/test-nl_langinfo.c: New file.
3612
3613         New module 'nl_langinfo'.
3614         * lib/nl_langinfo.c: New file.
3615         * m4/nl_langinfo.m4: New file.
3616         * modules/nl_langinfo: New file.
3617         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
3618
3619 2009-12-11  Bruno Haible  <bruno@clisp.org>
3620
3621         Tests for module 'langinfo'.
3622         * modules/langinfo-tests: New file.
3623         * tests/test-langinfo.c: New file.
3624
3625         New module 'langinfo'.
3626         * lib/langinfo.in.h: New file.
3627         * m4/langinfo_h.m4: New file.
3628         * modules/langinfo: New file.
3629         * doc/posix-headers/langinfo.texi: Mention the new module.
3630
3631 2009-12-11  Bruno Haible  <bruno@clisp.org>
3632
3633         * lib/config.charset: Untabify.
3634
3635 2009-12-11  Bruno Haible  <bruno@clisp.org>
3636
3637         * modules/unistd-safer (configure.ac): Drop indicator macro.
3638
3639 2009-12-11  Bruno Haible  <bruno@clisp.org>
3640
3641         Move pipe2-safer code to its own file.
3642         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
3643         * lib/pipe-safer.c (pipe2_safer): Remove function.
3644         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
3645         (Makefile.am): Add it to lib_SOURCES.
3646
3647 2009-12-10  Bruno Haible  <bruno@clisp.org>
3648
3649         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
3650
3651 2009-12-10  Bruno Haible  <bruno@clisp.org>
3652
3653         Declare which arguments expect non-NULL values, for GCC and clang.
3654         * build-aux/arg-nonnull.h: New file.
3655         * modules/arg-nonnull: New file.
3656         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
3657         (inet_ntop, inet_pton): Use it.
3658         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
3659         (closedir, dirfd, opendir, scandir, alphasort): Use it.
3660         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
3661         (open, openat): Use it.
3662         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
3663         (fnmatch): Use it.
3664         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
3665         (getopt, getopt_long, getopt_long_only): Use it.
3666         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
3667         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
3668         Use it.
3669         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
3670         (iconv_open): Use it.
3671         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
3672         (strtoimax, strtoumax): Use it.
3673         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
3674         (duplocale): Use it.
3675         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
3676         (frexp, frexpl): Use it.
3677         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
3678         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
3679         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
3680         (tsearch, tfind, tdelete, twalk): Use it.
3681         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
3682         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
3683         sigpending): Use it.
3684         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
3685         (posix_spawn, posix_spawnp, posix_spawnattr_init,
3686         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
3687         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
3688         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
3689         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
3690         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
3691         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
3692         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
3693         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
3694         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
3695         Use it.
3696         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
3697         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
3698         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
3699         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
3700         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
3701         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
3702         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
3703         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
3704         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
3705         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
3706         strtoull, unsetenv): Use it.
3707         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
3708         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
3709         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
3710         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
3711         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
3712         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
3713         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
3714         (strcasecmp, strncasecmp): Use it.
3715         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
3716         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
3717         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
3718         rpl_setsockopt): Use it.
3719         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
3720         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
3721         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
3722         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
3723         (gettimeofday): Use it.
3724         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
3725         (times): Use it.
3726         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
3727         (uname): Use it.
3728         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
3729         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
3730         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
3731         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
3732         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
3733         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
3734         unlinkat, write): Use it.
3735         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
3736         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
3737         * lib/argv-iter.h: Include arg-nonnull.h.
3738         (_ATTRIBUTE_NONNULL_): Remove macro.
3739         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
3740         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
3741         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
3742         optimization.
3743         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
3744         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
3745         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
3746         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
3747         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
3748         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
3749         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
3750         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
3751         * modules/arpa_inet (Depends-on): Add arg-nonnull.
3752         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
3753         * modules/dirent (Depends-on): Add arg-nonnull.
3754         (Makefile.am): Insert arg-nonnull.h into dirent.h.
3755         * modules/fcntl-h (Depends-on): Add arg-nonnull.
3756         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
3757         * modules/fnmatch (Depends-on): Add arg-nonnull.
3758         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
3759         * modules/getopt-posix (Depends-on): Add arg-nonnull.
3760         (Makefile.am): Insert arg-nonnull.h into getopt.h.
3761         * modules/glob (Depends-on): Add arg-nonnull.
3762         (Makefile.am): Insert arg-nonnull.h into glob.h.
3763         * modules/iconv_open (Depends-on): Add arg-nonnull.
3764         (Makefile.am): Insert arg-nonnull.h into iconv.h.
3765         * modules/inttypes (Depends-on): Add arg-nonnull.
3766         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
3767         * modules/locale (Depends-on): Add arg-nonnull.
3768         (Makefile.am): Insert arg-nonnull.h into locale.h.
3769         * modules/math (Depends-on): Add arg-nonnull.
3770         (Makefile.am): Insert arg-nonnull.h into math.h.
3771         * modules/netdb (Depends-on): Add arg-nonnull.
3772         (Makefile.am): Insert arg-nonnull.h into netdb.h.
3773         * modules/search (Depends-on): Add arg-nonnull.
3774         (Makefile.am): Insert arg-nonnull.h into search.h.
3775         * modules/signal (Depends-on): Add arg-nonnull.
3776         (Makefile.am): Insert arg-nonnull.h into signal.h.
3777         * modules/spawn (Depends-on): Add arg-nonnull.
3778         (Makefile.am): Insert arg-nonnull.h into spawn.h.
3779         * modules/stdio (Depends-on): Add arg-nonnull.
3780         (Makefile.am): Insert arg-nonnull.h into stdio.h.
3781         * modules/stdlib (Depends-on): Add arg-nonnull.
3782         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
3783         * modules/string (Depends-on): Add arg-nonnull.
3784         (Makefile.am): Insert arg-nonnull.h into string.h.
3785         * modules/strings (Depends-on): Add arg-nonnull.
3786         (Makefile.am): Insert arg-nonnull.h into strings.h.
3787         * modules/sys_socket (Depends-on): Add arg-nonnull.
3788         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
3789         * modules/sys_stat (Depends-on): Add arg-nonnull.
3790         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
3791         * modules/sys_time (Depends-on): Add arg-nonnull.
3792         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
3793         * modules/sys_times (Depends-on): Add arg-nonnull.
3794         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
3795         * modules/sys_utsname (Depends-on): Add arg-nonnull.
3796         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
3797         * modules/time (Depends-on): Add arg-nonnull.
3798         (Makefile.am): Insert arg-nonnull.h into time.h.
3799         * modules/unistd (Depends-on): Add arg-nonnull.
3800         (Makefile.am): Insert arg-nonnull.h into unistd.h.
3801         * modules/wchar (Depends-on): Add arg-nonnull.
3802         (Makefile.am): Insert arg-nonnull.h into wchar.h.
3803         * modules/argv-iter (Depends-on): Add arg-nonnull.
3804         * tests/test-canonicalize.c (null_ptr): New function.
3805         (main): Use it.
3806         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
3807         (main): Use it.
3808         * tests/test-memmem.c (null_ptr): New function.
3809         (main): Use it.
3810         Reported by Jim Meyering.
3811
3812 2009-12-10  Bruno Haible  <bruno@clisp.org>
3813
3814         Use spaces for indentation, not tabs.
3815         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
3816         * m4/*.m4: Untabify.
3817         * build-aux/*.h: Untabify.
3818         * tests/**/*.[hc]: Untabify.
3819         * README: New section "Indent with spaces, not TABs", based on
3820         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
3821         * NEWS: Mention the change.
3822
3823 2009-12-10  Bruno Haible  <bruno@clisp.org>
3824
3825         pty test: Fix link error.
3826         * modules/pty-tests (Makefile.am): Add the default LDADD value to
3827         test_pty_LDADD.
3828
3829 2009-12-07  Simon Josefsson  <simon@josefsson.org>
3830
3831         * modules/pty: New file.
3832         * modules/pty-tests: New file.
3833         * m4/pty.m4: New file.
3834         * tests/test-pty.c: New file.
3835         * doc/glibc-headers/pty.texi: Modified.
3836         * doc/glibc-functions/forkpty.texi: Modified.
3837         * doc/glibc-functions/openpty.texi: Modified.
3838
3839 2009-12-10  Bruno Haible  <bruno@clisp.org>
3840
3841         Avoid syntax error in C++ mode.
3842         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
3843
3844 2009-12-10  Bruno Haible  <bruno@clisp.org>
3845
3846         Use sed with option -e.
3847         * gnulib-tool (func_version, func_emit_copyright_notice,
3848         func_emit_initmacro_end, func_import, func_create_testdir): Pass
3849         option -e to sed.
3850         * modules/link-warning (Makefile.am): Likewise.
3851
3852 2009-12-10  Jim Meyering  <meyering@redhat.com>
3853
3854         mgetgroups: do not write bytes beyond end of malloc'd buffer
3855         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
3856         username, we call getgroups with a one-element-shorter buffer,
3857         but still told it the length was original, max_n_groups.
3858
3859 2009-12-09  Eric Blake  <ebb9@byu.net>
3860
3861         cloexec: relax license
3862         * modules/cloexec (Maintainer): Add myself.
3863         (License): Use LGPL, not GPL.
3864
3865         link-warning: optimize generation
3866         * modules/link-warning (Makefile.am): Reduce process usage.
3867
3868 2009-12-09  Bruno Haible  <bruno@clisp.org>
3869
3870         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
3871         workaround was added on 2009-11-17.
3872
3873 2009-12-09  Jim Meyering  <meyering@redhat.com>
3874             Bruno Haible  <bruno@clisp.org>
3875
3876         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
3877         * modules/link-warning (Makefile.am): Make the comment-removing sed
3878         command more robust in the face of bootstrap-prepended comment lines.
3879
3880 2009-12-09  Bruno Haible  <bruno@clisp.org>
3881
3882         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
3883         most one group.
3884
3885 2009-12-09  Simon Josefsson <simon@josefsson.org>
3886             Bruno Haible  <bruno@clisp.org>
3887
3888         * build-aux/link-warning.h: Add copyright notice.
3889         * modules/link-warning (Makefile.am): Generate link-warning.h from
3890         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
3891         * NEWS: Mention change in link-warning module.
3892         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
3893         * modules/dirent (Makefile.am): Add dependency to dirent.h.
3894         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
3895         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
3896         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
3897         * modules/math (Makefile.am): Add dependency to math.h.
3898         * modules/search (Makefile.am): Add dependency to search.h.
3899         * modules/signal (Makefile.am): Add dependency to signal.h.
3900         * modules/spawn (Makefile.am): Add dependency to spawn.h.
3901         * modules/stdio (Makefile.am): Add dependency to stdio.h.
3902         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
3903         * modules/string (Makefile.am): Add dependency to string.h.
3904         * modules/strings (Makefile.am): Add dependency to strings.h.
3905         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
3906         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
3907         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
3908         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
3909         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
3910         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
3911         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
3912         * modules/unistd (Makefile.am): Add dependency to unistd.h.
3913         * modules/wchar (Makefile.am): Add dependency to wchar.h.
3914
3915 2009-12-09  Bruno Haible  <bruno@clisp.org>
3916
3917         fchdir: Optimize away rpl_fstat when possible.
3918         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
3919         REPLACE_OPEN_DIRECTORY.
3920         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
3921
3922 2009-12-09  Bruno Haible  <bruno@clisp.org>
3923
3924         * lib/fchdir.c: Update comment.
3925
3926 2009-12-09  Bruno Haible  <bruno@clisp.org>
3927
3928         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
3929
3930 2009-12-08  Eric Blake  <ebb9@byu.net>
3931
3932         fchdir: avoid memory leak on re-registration.
3933         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
3934
3935 2009-12-08  Jim Meyering  <meyering@redhat.com>
3936
3937         init.sh: avoid Solaris 10 /bin/sh portability problem
3938         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
3939         sourced script:
3940           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
3941           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
3942           bar
3943         tests/init.sh relied on that, accepting a --set-path=DIR argument,
3944         and two tests used that idiom.
3945         * tests/init.sh: Update suggested usage comments.
3946         (path_prepend_): New function, to be used in place
3947         of the --src-path=DIR option.
3948         (setup_): Move PATH-prepending code into path_prepend_.
3949         * tests/test-pread.sh: Adapt to new usage.
3950         * tests/test-xalloc-die.sh: Likewise.
3951
3952 2009-12-08  Simon Josefsson  <simon@josefsson.org>
3953
3954         * doc/gnulib.texi (Glibc pty.h): Add.
3955         * doc/glibc-functions/forkpty.texi: Add.
3956         * doc/glibc-functions/openpty.texi: Add.
3957         Suggested by Bruno Haible.
3958
3959 2009-12-08  Eric Blake  <ebb9@byu.net>
3960
3961         fchdir: fix logic bugs
3962         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
3963         * tests/test-fchdir.c (main): Enhance test.
3964         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
3965         is in use.
3966
3967         dup2: fix logic bugs
3968         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
3969         REPLACE_DUP2 to decide when rpl_dup2 is needed.
3970         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
3971         exists.
3972         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
3973
3974 2009-12-07  Eric Blake  <ebb9@byu.net>
3975
3976         unlink: fix m4 detection
3977         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
3978
3979         unistd-safer: add unit test
3980         * modules/unistd-safer-tests: New file.
3981         * tests/test-dup-safer.c: Likewise.
3982         * tests/test-cloexec.c (setmode): Avoid compiler warning.
3983         * tests/test-dup2.c (setmode): Likewise.
3984         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
3985
3986         cloexec: preserve text vs. binary across dup_cloexec
3987         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
3988         mode.
3989         * modules/dup2-tests (Depends-on): Add binary-io.
3990         * modules/cloexec-tests (Depends-on): Likewise.
3991         * tests/test-dup2.c (setmode, is_mode): New helpers.
3992         (main): Add tests that translation mode is preserved.
3993         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
3994         Reported by Bruno Haible.
3995
3996         mgetgroups: reduce duplicate listings
3997         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
3998         resulting array.
3999         * tests/test-chown.h (test_chown): Simplify client.
4000         * tests/test-lchown.h (test_lchown): Likewise.
4001
4002 2009-12-06  Bruno Haible  <bruno@clisp.org>
4003
4004         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
4005         value.
4006
4007 2009-12-06  Bruno Haible  <bruno@clisp.org>
4008
4009         * lib/progname.c: Include stdio.h, stdlib.h.
4010         (set_program_name): Reject a NULL argument.
4011
4012 2009-12-05  Eric Blake  <ebb9@byu.net>
4013
4014         pipe2-safer: new module
4015         * modules/pipe2-safer: New file.
4016         * lib/unistd-safer.h (pipe2_safer): New prototype.
4017         * lib/unistd--.h (pipe2): New wrapper.
4018         * lib/pipe-safer.c (pipe2_safer): New function.
4019         * modules/pipe (Depends-on): Add pipe2-safer.
4020         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
4021
4022         stdlib-safer: preserve cloexec flag for mkostemp[s]
4023         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
4024         fd_safer_flag.
4025
4026         unistd-safer: allow preservation of cloexec status via flag
4027         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
4028         prototypes.
4029         * lib/dup-safer.c (dup_safer_flag): New function.
4030         * lib/fd-safer.c (fd_safer_flag): Likewise.
4031         * modules/cloexec (configure.ac): Set witness.
4032
4033         test-dup2: enhance test
4034         * modules/dup2-tests (Depends-on): Add cloexec.
4035         * tests/test-dup2.c (main): Enhance test.
4036
4037         cloexec: add dup_cloexec
4038         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
4039         header and comments.
4040         * lib/cloexec.c (set_cloexec_flag): Add comments.
4041         (dup_cloexec): New function, with mingw implementation borrowed
4042         from...
4043         * lib/w32spawn.h (dup_noinherit): ...here.
4044         * modules/execute (Depends-on): Add cloexec.
4045         * modules/pipe (Depends-on): Likewise.
4046         * modules/cloexec (Depends-on): Add dup2.
4047         * modules/cloexec-tests (Files): New file.
4048         * tests/test-cloexec.c: Likewise.
4049
4050         test-xalloc-die: fix test for mingw
4051         * modules/xalloc-die-tests (Files): Add tests/init.sh.
4052         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
4053         directory and .exe suffix off argv[0] output.
4054
4055         test-fseeko: fix test for mingw
4056         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
4057         than undefining fseek, so test will pass on mingw.
4058
4059 2009-12-05  Bruno Haible  <bruno@clisp.org>
4060
4061         * lib/progname.h (set_program_name): Clarify specification.
4062         * lib/progname.c (set_program_name): Likewise.
4063         Reported by Jim Meyering.
4064
4065 2009-12-05  Jim Meyering  <meyering@redhat.com>
4066
4067         maint.mk: backslash-escape parens in default regexp
4068         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
4069         backslash-escape the literal parentheses.
4070
4071         maint.mk: news-date-check: use grep -E
4072         * top/maint.mk (today): Define a Make variable, not a...
4073         (news-date-check): ...shell variable.
4074         (news-date-regexp): Use the Make variable.
4075         Use grep's -E option.  Change the failing diagnostic to mention
4076         the variable, $(news-date-regexp).
4077
4078 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
4079
4080         maintainer-makefile: allow customization of NEWS entry format
4081         * top/maint.mk (news-date-regexp): New overridable variable.
4082         (news-date-check): Use it.
4083
4084 2009-12-04  Eric Blake  <ebb9@byu.net>
4085
4086         mgetgroups: add xgetgroups, and avoid ENOSYS failures
4087         * lib/mgetgroups.h (xgetgroups): New prototype.
4088         * lib/mgetgroups.c (xgetgroups): New wrapper.
4089         (mgetgroups): Handle ENOSYS.
4090         * modules/mgetgroups (Depends-on): Add realloc.
4091         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
4092
4093         mgetgroups: avoid argument promotion issues with -1
4094         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
4095         for invalid gid_t.
4096         * tests/test-chown.h (getegid, test_chown): Likewise.
4097         * tests/test-lchown.h (getegid, test_lchown): Likewise.
4098
4099 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
4100
4101         exclude: Fix header file problems.
4102         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
4103
4104 2009-12-01  Jim Meyering  <meyering@redhat.com>
4105
4106         fts: fts_open: do not let an empty string cause immediate failure
4107         This is required in support of GNU rm, for which the command
4108         "rm A '' B" must process and remove both A and B, in spite of
4109         the empty string argument.
4110         * lib/fts.c (fts_open): Do not let the presence of an empty string
4111         cause fts_open to fail immediately.  Most fts-using tools must be
4112         able to process all arguments, in order, and can be expected to
4113         diagnose such arguments themselves.
4114
4115 2009-11-30  Eric Blake  <ebb9@byu.net>
4116
4117         utimens: fix compilation error
4118         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
4119         Declare variable at right scope.
4120
4121 2009-11-29  Jim Meyering  <meyering@redhat.com>
4122
4123         bootstrap: handle perl-5.11's changed --version output
4124         * build-aux/bootstrap (get_version): Handle perl separately,
4125         since perl-5.11's --version output is different.
4126
4127 2009-11-28  Jim Meyering  <meyering@redhat.com>
4128
4129         userspec: depend on the inttostr module, too
4130         * modules/userspec (Depends-on): Add inttostr.
4131
4132         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
4133         * lib/userspec.c (parse_with_separator): Do not accept a user ID
4134         number of MAXUID when it evaluates to (uid_t) -1.
4135         Likewise for group ID.  Reported by Matt McCutchen in
4136         <http://savannah.gnu.org/bugs/?28113>
4137
4138         userspec: reformat to use spaces, not TABs
4139         * lib/userspec.c: Expand TABs to spaces.
4140         Add Emacs' "indent-tabs-mode: nil" hint.
4141
4142 2009-11-27  Eric Blake  <ebb9@byu.net>
4143
4144         getopt-gnu: flush out another BSD bug
4145         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
4146         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
4147         flush out BSD bug.
4148         * tests/test-getopt.h (test_getopt): End lists with NULL.
4149         * tests/test-getopt_long.h (test_getopt_long): Likewise.
4150         (test_getopt_long_posix): Enhance test.
4151         * modules/getopt-posix-tests (Depends-on): Add stdbool.
4152         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
4153         getopt-gnu.
4154         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
4155         Likewise.
4156
4157 2009-11-27  Simon Josefsson  <simon@josefsson.org>
4158
4159         * modules/idpriv-droptemp-tests (Notice): Fix text.
4160
4161 2009-11-27  Jim Meyering  <meyering@redhat.com>
4162
4163         test-xalloc-die: avoid spurious failure due to libtool argv difference
4164         In a libtool-enabled project, this test would fail due to a difference
4165         in the emitted program name, e.g.,
4166         -test-xalloc-die: memory exhausted
4167         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
4168         Use program to avoid that.
4169         * modules/xalloc-die-tests (Depends-on): Add progname.
4170         * tests/test-xalloc-die.c: Include progname.h".
4171         (program_name): Remove decl.
4172         (main): Call set_program_name.
4173         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
4174
4175 2009-11-26  Richard Jones  <rjones@redhat.com>
4176
4177         w32sock: leave win32 error in place.
4178         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
4179
4180 2009-11-26  Eric Blake  <ebb9@byu.net>
4181
4182         init.sh: suggest to use skip_ and fail_ functions in comments
4183         * tests/init.sh: Add a sentence.
4184
4185 2009-11-25  Bruno Haible  <bruno@clisp.org>
4186
4187         init.sh: add documentation in comments
4188         * tests/init.sh: Add some developer and user documentation.
4189
4190 2009-11-26  Jim Meyering  <meyering@redhat.com>
4191
4192         init.sh: accommodate even those who specify bogus srcdir manually
4193         * tests/init.sh: Normally, srcdir is guaranteed by automake and
4194         configure-time tests to be sanitized, so that there is no need to
4195         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
4196         (with no double quotes) suffices.  However, since tests may be
4197         invoked manually, and since you may explicitly set srcdir to the
4198         name of a directory containing spaces, do quote its uses here.
4199         * tests/test-pread.sh: Likewise.
4200         Suggested by Bruno Haible.
4201
4202         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
4203         * tests/test-pread.sh: Write no data into the pipe, because
4204         test-pread actually reads none.  This avoids a diagnostic,
4205         "bash: echo: write error: Broken pipe", that arises in the unusual
4206         event something is ignoring SIGPIPE, and might be interpreted
4207         as some sort of failure.  Reported by Bruno Haible.
4208
4209 2009-11-25  Jim Meyering  <meyering@redhat.com>
4210
4211         test-pread: cover failure with ESPIPE and EINVAL
4212         * tests/test-pread.c (main): Test for failure, too.
4213         * tests/test-pread.sh: Invoke with stdin on a pipe.
4214         Suggested by Eric Blake.
4215
4216         pread: improvement and fix
4217         * modules/pread (Depends-on): Depend on lseek, for portability to
4218         e.g., mingw.  Suggested by Eric Blake.
4219         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
4220
4221         unistd.in.h: correct declaration of pread
4222         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
4223         Reported by Richard W.M. Jones.
4224
4225         test-pread.sh: distribute the test script
4226         * modules/pread-tests (Files): Include test-pread.sh.
4227
4228         test-pread.sh: clean up
4229         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
4230         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
4231         That is unnecessary, since it's always ".".
4232         Suggestion from Eric Blake.
4233
4234         test-pread.sh: make executable
4235         * tests/test-pread.sh: Set executable bit.
4236         Reported by Eric Blake.
4237
4238         correct typo in test-pread.sh
4239         * tests/test-pread.sh: Add #! line.
4240
4241         test pread
4242         * tests/test-pread.c: New file.
4243         * tests/test-pread.sh: Likewise.
4244         * modules/pread-tests: Likewise.
4245
4246         pread: new module
4247         * modules/pread: New file.
4248         * lib/unistd.in.h (pread): Define/declare.
4249         * lib/pread.c (pread): New file.
4250         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
4251         * modules/unistd (Makefile.am): Substitute witnesses.
4252         * doc/posix-functions/pread.texi (pread): Update.
4253         * MODULES.html.sh: Add pread.
4254
4255 2009-11-25  Jim Meyering  <meyering@redhat.com>
4256
4257         tests/init.sh: new file to be used via most *.sh tests
4258         * tests/init.sh: New file.
4259
4260 2009-11-25  Eric Blake  <ebb9@byu.net>
4261
4262         utimens: work around older Linux failure with symlinks
4263         * lib/utimens.c (lutimensat_works_really): New variable.
4264         (fdutimens, lutimens): Use it to manage kernels that support
4265         nanosecond times on files, but not on symlinks.
4266         Reported by OndÅ™ej Vašík.
4267
4268         utimes: fix configure grammar
4269         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
4270
4271 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
4272
4273         regex: Fix fastmap for multibyte character ranges.
4274         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
4275         characters when a multibyte character range is included.
4276
4277 2009-11-22  Andy Wingo  <wingo@pobox.com>
4278
4279         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
4280         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
4281
4282 2009-11-24  Bruno Haible  <bruno@clisp.org>
4283
4284         doc: Most *_l functions exist in MacOS X 10.5.
4285         * doc/posix-functions/duplocale.texi: Update platforms list.
4286         * doc/posix-functions/freelocale.texi: Likewise.
4287         * doc/posix-functions/newlocale.texi: Likewise.
4288         * doc/posix-functions/uselocale.texi: Likewise.
4289         * doc/posix-functions/isalnum_l.texi: Likewise.
4290         * doc/posix-functions/isalpha_l.texi: Likewise.
4291         * doc/posix-functions/isblank_l.texi: Likewise.
4292         * doc/posix-functions/iscntrl_l.texi: Likewise.
4293         * doc/posix-functions/isdigit_l.texi: Likewise.
4294         * doc/posix-functions/isgraph_l.texi: Likewise.
4295         * doc/posix-functions/islower_l.texi: Likewise.
4296         * doc/posix-functions/isprint_l.texi: Likewise.
4297         * doc/posix-functions/ispunct_l.texi: Likewise.
4298         * doc/posix-functions/isspace_l.texi: Likewise.
4299         * doc/posix-functions/isupper_l.texi: Likewise.
4300         * doc/posix-functions/iswalnum_l.texi: Likewise.
4301         * doc/posix-functions/iswalpha_l.texi: Likewise.
4302         * doc/posix-functions/iswblank_l.texi: Likewise.
4303         * doc/posix-functions/iswcntrl_l.texi: Likewise.
4304         * doc/posix-functions/iswctype_l.texi: Likewise.
4305         * doc/posix-functions/iswdigit_l.texi: Likewise.
4306         * doc/posix-functions/iswgraph_l.texi: Likewise.
4307         * doc/posix-functions/iswlower_l.texi: Likewise.
4308         * doc/posix-functions/iswprint_l.texi: Likewise.
4309         * doc/posix-functions/iswpunct_l.texi: Likewise.
4310         * doc/posix-functions/iswspace_l.texi: Likewise.
4311         * doc/posix-functions/iswupper_l.texi: Likewise.
4312         * doc/posix-functions/iswxdigit_l.texi: Likewise.
4313         * doc/posix-functions/isxdigit_l.texi: Likewise.
4314         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
4315         * doc/posix-functions/strcasecmp_l.texi: Likewise.
4316         * doc/posix-functions/strcoll_l.texi: Likewise.
4317         * doc/posix-functions/strfmon_l.texi: Likewise.
4318         * doc/posix-functions/strftime_l.texi: Likewise.
4319         * doc/posix-functions/strncasecmp_l.texi: Likewise.
4320         * doc/posix-functions/strxfrm_l.texi: Likewise.
4321         * doc/posix-functions/tolower_l.texi: Likewise.
4322         * doc/posix-functions/toupper_l.texi: Likewise.
4323         * doc/posix-functions/towctrans_l.texi: Likewise.
4324         * doc/posix-functions/towlower_l.texi: Likewise.
4325         * doc/posix-functions/towupper_l.texi: Likewise.
4326         * doc/posix-functions/wcscoll_l.texi: Likewise.
4327         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
4328         * doc/posix-functions/wctrans_l.texi: Likewise.
4329         * doc/posix-functions/wctype_l.texi: Likewise.
4330         * doc/glibc-functions/strptime_l.texi: Likewise.
4331         * doc/glibc-functions/strtod_l.texi: Likewise.
4332         * doc/glibc-functions/strtof_l.texi: Likewise.
4333         * doc/glibc-functions/strtol_l.texi: Likewise.
4334         * doc/glibc-functions/strtold_l.texi: Likewise.
4335         * doc/glibc-functions/strtoll_l.texi: Likewise.
4336         * doc/glibc-functions/strtoul_l.texi: Likewise.
4337         * doc/glibc-functions/strtoull_l.texi: Likewise.
4338         * doc/glibc-functions/wcsftime_l.texi: Likewise.
4339         * doc/glibc-functions/wcstod_l.texi: Likewise.
4340         * doc/glibc-functions/wcstof_l.texi: Likewise.
4341         * doc/glibc-functions/wcstol_l.texi: Likewise.
4342         * doc/glibc-functions/wcstold_l.texi: Likewise.
4343         * doc/glibc-functions/wcstoll_l.texi: Likewise.
4344         * doc/glibc-functions/wcstoul_l.texi: Likewise.
4345         * doc/glibc-functions/wcstoull_l.texi: Likewise.
4346
4347 2009-11-24  Bruno Haible  <bruno@clisp.org>
4348
4349         duplocale: Fix logic bug.
4350         * lib/duplocale.c: Don't include <langinfo.h>.
4351         (_NL_LOCALE_NAME): Remove macro.
4352         (rpl_duplocale): Use setlocale instead of nl_langinfo.
4353         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
4354
4355 2009-11-23  Jim Meyering  <meyering@redhat.com>
4356
4357         test-update-copyright: don't hard-code /usr/bin/perl
4358         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
4359         perl to print the current year.  Gilles Espinasse reported that
4360         the replaced use of perl was hard-coded as /usr/bin/perl.
4361
4362 2009-11-23  Bruno Haible  <bruno@clisp.org>
4363
4364         duplocale: Add support for glibc 2.3.x.
4365         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
4366
4367 2009-11-22  Bruno Haible  <bruno@clisp.org>
4368
4369         vasnprintf: Tiny optimization.
4370         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
4371         MacOS X.
4372
4373 2009-11-22  Bruno Haible  <bruno@clisp.org>
4374
4375         Tests for module 'duplocale'.
4376         * modules/duplocale-tests: New file.
4377         * tests/test-duplocale.c: New file.
4378
4379         New module 'duplocale'.
4380         * m4/duplocale.m4: New file.
4381         * lib/locale.in.h (duplocale): New declaration.
4382         * lib/duplocale.c: New file.
4383         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
4384         gl_LOCALE_H_DEFAULTS): New macros.
4385         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
4386         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
4387         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
4388         REPLACE_DUPLOCALE.
4389         * modules/duplocale: New file.
4390         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
4391
4392 2009-11-22  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/locale-tests (configure.ac): Test for newlocale function.
4395         * tests/test-locale.c: When the system has extended locale functions,
4396         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
4397
4398         locale: Make locale_t available when possible.
4399         * lib/locale.in.h: Include <xlocale.h> when it exists.
4400         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
4401         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
4402         * modules/locale (Depends-on): Add extensions.
4403         (Makefile.am): Also substitute HAVE_XLOCALE_H.
4404         * doc/posix-headers/locale.texi: Document the problem with locale_t.
4405
4406 2009-11-22  Bruno Haible  <bruno@clisp.org>
4407
4408         Add comments.
4409         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
4410         invocation.
4411         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
4412         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4413         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4414
4415 2009-11-22  Bruno Haible  <bruno@clisp.org>
4416
4417         error: account for the possibility of freopen (stdout).
4418         * lib/error.c: Include <unistd.h>.
4419         (flush_stdout): New function, extracted from error and error_at_line.
4420         Determine stdout's fd dynamically.
4421         (error, error_at_line): Invoke flush_stdout.
4422         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
4423         * modules/error (Depends-on): Add unistd.
4424
4425 2009-11-22  Bruno Haible  <bruno@clisp.org>
4426
4427         diffseq: Add comment.
4428         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
4429
4430 2009-11-22  Jim Meyering  <meyering@redhat.com>
4431
4432         c-stack: avoid defining an unused static function
4433         * lib/c-stack.c (find_stack_direction): Do not define this function
4434         when it will not be used.
4435
4436         diffseq: avoid spurious gcc warnings
4437         * lib/diffseq.h (IF_LINT2): Define.
4438         (compareseq): Use it to initialize two members of "part".
4439         This avoids two used-uninitialized warnings.
4440
4441 2009-11-21  Jim Meyering  <meyering@redhat.com>
4442
4443         c-stack: avoid "ignoring return value of `write'" warning
4444         * lib/c-stack.c: Include "ignore-value.h".
4445         (die): Explicitly ignore each write return value.
4446         * modules/c-stack (Depends-on): Add ignore-value.
4447
4448 2009-11-21  Bruno Haible  <bruno@clisp.org>
4449
4450         diffseq: reduce scope of variable 'best'.
4451         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
4452         variable, earlier used for two different purposes.
4453
4454 2009-11-21  Jim Meyering  <meyering@redhat.com>
4455
4456         diffseq: remove useless assignment to "best"
4457         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
4458         assignment.  At that point "best" is already guaranteed to be zero.
4459
4460 2009-11-20  Eric Blake  <ebb9@byu.net>
4461
4462         build: mention ftp redirector in release announcements
4463         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
4464         values that used to come from cfg.mk; mention FTP redirect URL.
4465         * build-aux/announce-gen: Mention the mirror list.
4466         Suggested by Karl Berry.
4467
4468         nanosleep: improve port to mingw
4469         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
4470         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
4471         LIB_NANOSLEEP, but only when needed.
4472         * modules/select (Link): Document LIBSOCKET.
4473         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
4474         enough.
4475
4476         nanosleep: work around cygwin bug
4477         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
4478         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
4479         bug.
4480         (getnow): Delete, not needed.
4481         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
4482         LIB_CLOCK_GETTIME.
4483         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
4484         clock-time, gettime.
4485         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
4486         bug.
4487         * modules/nanosleep-tests: New test.
4488         * tests/test-nanosleep.c: New file.
4489
4490         sleep: work around cygwin bug
4491         * lib/sleep.c (rpl_sleep): Work around the bug.
4492         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
4493         (gl_PREREQ_SLEEP): Delete unused macro.
4494         * modules/sleep (Depends-on): Add verify.
4495         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4496         * modules/unistd (Makefile.am): Substitute witness.
4497         * lib/unistd.in.h (sleep): Update prototype.
4498         * doc/posix-functions/sleep.texi (sleep): Document the bug.
4499         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
4500         * modules/sleep-tests (Depends-on): Check for alarm.
4501
4502 2009-11-20  Jim Meyering  <meyering@redhat.com>
4503
4504         maint.mk: improve sc_prohibit_magic_number_exit
4505         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
4506         so it does not match uses like System.exit(1).
4507         Add comments showing how to correct all offenders.
4508
4509 2009-11-19  Eric Blake  <ebb9@byu.net>
4510
4511         xalloc-die-tests: add missing library
4512         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
4513
4514         test-xvasprintf: silence compiler warnings
4515         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
4516         empty string from gcc.
4517
4518 2009-11-19  Jim Meyering  <meyering@redhat.com>
4519
4520         xfreopen: new module, from coreutils
4521         * modules/xfreopen: New module.
4522         * lib/xfreopen.c: New file.
4523         * lib/xfreopen.h: New file.
4524         * MODULES.html.sh (File stream based Input/Output"): Add it.
4525
4526 2009-11-19  Eric Blake  <ebb9@byu.net>
4527
4528         manywarnings: depend on warnings
4529         * modules/manywarnings (Depends-on): Add warnings.
4530
4531         build: avoid compiler warnings
4532         * lib/select.c (rpl_select): Delete unused variable.
4533         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
4534
4535 2009-11-18  Eric Blake  <ebb9@byu.net>
4536
4537         tests: avoid false negative with --with-packager
4538         * tests/test-version-etc.sh: Discard packager information.
4539         * tests/test-argp-version-etc-1.sh: Likewise.
4540         Reported by Mike Frysinger.
4541
4542         utimens: fix regression on Solaris
4543         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
4544         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
4545         can only change fd timestamps via futimesat.  Instead, use an
4546         additional witness macro to avoid BSD bug.
4547         Reported by Jim Meyering.
4548
4549 2009-11-17  Eric Blake  <ebb9@byu.net>
4550
4551         usleep: use it to simplify tests
4552         * modules/stat-time-tests (Depends-on): Add usleep.
4553         (configure.ac): Drop usleep check.
4554         * modules/chown-tests (Depends-on, configure.ac): Likewise.
4555         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
4556         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
4557         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
4558         * modules/openat-tests (Depends-on, configure.ac): Likewise.
4559         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
4560         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
4561         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
4562         Likewise.
4563         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
4564         * tests/test-lchown.h (nap): Likewise.
4565         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
4566         * tests/test-stat-time.c (nap): Likewise.
4567         * tests/test-utimens-common.h (nap): Update comments.
4568
4569         usleep: new module
4570         * modules/usleep: New file.
4571         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
4572         * lib/usleep.c (usleep): Likewise.
4573         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
4574         * modules/unistd (Makefile.am): Substitute witnesses.
4575         * lib/unistd.in.h (usleep): Add declaration.
4576         * doc/pastposix-functions/usleep.texi (usleep): Document this.
4577         * MODULES.html.sh (Date and time): Likewise.
4578         * modules/usleep-tests (Depends-on): New test.
4579         * tests/test-usleep.c: New file.
4580
4581         chown: work around OpenBSD bug
4582         * lib/chown.c (rpl_chown): Work around the bug.
4583         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
4584         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
4585         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
4586         * modules/chown (Depends-on): Add stdbool.
4587         * modules/lchown (Depends-on): Likewise.
4588         * doc/posix-functions/chown.texi (chown): Document the bug.
4589         * doc/posix-functions/lchown.texi (lchown): Likewise.
4590         * tests/test-lchown.h (test_chown): Relax test.
4591
4592         mkstemp: avoid conflict with C++ keyword template
4593         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
4594         * lib/mkostemp.c (mkostemp): Likewise.
4595         * lib/mkostemps.c (mkostemps): Likewise.
4596         * lib/mkstemp.c (mkstemp): Likewise.
4597         * lib/mkstemps.c (mkstemps): Likewise.
4598
4599         xalloc-die-tests: optimize
4600         * tests/test-xalloc-die.sh: Reduce number of processes.
4601
4602 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4603
4604         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
4605         patch from ludo@gnu.org (Ludovic Courtès).
4606
4607 2009-11-17  Jim Meyering  <meyering@redhat.com>
4608
4609         version-etc: use proper license string
4610         * modules/version-etc (License): Use LGPL, not LGPLv3+.
4611         * modules/version-etc-fsf: Likewise.
4612
4613 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4614
4615         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
4616         printed to stdout.  Deal with EOL differences.
4617
4618 2009-11-17  Eric Blake  <ebb9@byu.net>
4619
4620         unsetenv: work around Solaris bug
4621         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
4622         * lib/unsetenv.c (rpl_unsetenv): Work around it.
4623         Reported by Jim Meyering.
4624
4625         vasnprintf: avoid compiler warnings
4626         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
4627         variables.
4628         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
4629
4630 2009-11-17  Simon Josefsson  <simon@josefsson.org>
4631
4632         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
4633         settings since xalloc-die is no longer the self test,
4634         xalloc-die.sh is.
4635
4636 2009-11-17  Jim Meyering  <meyering@redhat.com>
4637
4638         test-xalloc-die.sh: make the code agree with the commit log
4639         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
4640         at the end, just in case you happen to have a test-xalloc-die
4641         program in some other PATH directory.
4642
4643         test-xalloc-die.sh: fix a portability bug
4644         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
4645         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
4646         Otherwise, argv[0] (as often seen in diagnostics) would be too
4647         system-dependent, sometimes with, and sometimes without the leading "./".
4648
4649         version-etc-fsf: relax license to LGPLv3+
4650         * modules/version-etc-fsf (License): Relax license.
4651
4652 2009-11-16  Eric Blake  <ebb9@byu.net>
4653
4654         xalloc-die-tests: avoid printing null pointer
4655         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
4656         shell script.
4657         * tests/test-xalloc-die.c (program_name): Declare.
4658         * tests/test-xalloc-die.sh (tmpfiles): New file.
4659
4660         setenv, unsetenv: work around various bugs
4661         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
4662         (setenv) [HAVE_SETENV]: Work around bugs.
4663         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
4664         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
4665         for bugs.
4666         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
4667         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
4668         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
4669         * modules/stdlib (Makefile.am): Update substitutions.
4670         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
4671         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
4672         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
4673         * modules/setenv-tests: New test.
4674         * modules/unsetenv-tests: Likewise.
4675         * tests/test-setenv.c: New file.
4676         * tests/test-unsetenv.c: Likewise.
4677
4678 2009-11-16  Jim Meyering  <meyering@redhat.com>
4679
4680         version-etc: relax license to LGPLv3+
4681         * modules/version-etc (License): Relax license.
4682
4683         better AC_REQUIRE expanded-before-required-warning avoidance
4684         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
4685         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
4686         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
4687         which is no longer needed.
4688
4689 2009-11-16  Eric Blake  <ebb9@byu.net>
4690
4691         test-freading: clean up temporary file
4692         * tests/test-freading.c (main): Remove file on success, and use
4693         ASSERT more liberally.
4694         Reported by Jim Meyering.
4695
4696 2009-11-16  Jim Meyering  <meyering@redhat.com>
4697
4698         avoid new AC_REQUIRE expanded-before-required warnings
4699         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
4700         merely using it.
4701         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
4702         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
4703
4704 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4705
4706         * tests/test-xalloc-die.c: New file.
4707         * modules/xalloc-die-tests: New file.
4708         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
4709         XFAIL_TESTS so it can be appended by modules.
4710
4711 2009-11-15  Simon Josefsson  <simon@josefsson.org>
4712
4713         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
4714         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
4715
4716 2009-11-14  Eric Blake  <ebb9@byu.net>
4717
4718         fnmatch: avoid compiler warning
4719         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
4720         to silence compiler warning about mismatch signedness in ?:.
4721         Reported by Robert Millan.
4722
4723         intprops: add double-inclusion guard
4724         * lib/intprops.h: Allow idempotent includes.
4725         Suggested by Bruce Korb.
4726
4727         openat: detect Solaris fchownat bug
4728         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
4729         penalizing glibc chownat when only lchownat is broken.
4730         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
4731         trailing slash bugs.
4732         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
4733         * modules/openat-tests (Files): Include more files.
4734         (Depends-on): Add mgetgroups, sleep, stat-time.
4735         (configure.ac): Add additional checks.
4736         (Makefile.am): Build new test.
4737         * tests/test-fchownat.c: New file.
4738
4739         lchown: detect Solaris and FreeBSD bug
4740         * lib/lchown.c (rpl_lchown): Work around bug.
4741         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
4742         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4743         * modules/unistd (Makefile.am): Populate it.
4744         * lib/unistd.in.h (lchown): Update declaration.
4745         * doc/posix-functions/lchown.texi (lchown): Document the bug.
4746         * modules/lchown-tests: New file.
4747         * tests/test-lchown.h (test_lchown): Likewise.
4748         * tests/test-lchown.c (main): Likewise.
4749
4750         chown: detect Solaris and FreeBSD bug
4751         * lib/chown.c (rpl_chown): Work around bug.
4752         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
4753         (gl_PREREQ_CHOWN): Delete.
4754         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
4755         * modules/unistd (Makefile.am): Populate it.
4756         * lib/unistd.in.h (chown): Update declaration.
4757         * lib/lchown.c (chown): Update client.
4758         * modules/lchown (Depends-on): Add lstat.
4759         * doc/posix-functions/chown.texi (chown): Document the bug.
4760         * doc/posix-functions/getgroups.texi (getgroups): Document
4761         getgroups pitfall.
4762         * modules/chown-tests: New file.
4763         * tests/test-chown.h (test_chown): Likewise.
4764         * tests/test-chown.c (main): Likewise.
4765
4766 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
4767
4768         gnulib-tool: correctly detect absence of m4 directories
4769         * gnulib-tool: Avoid extra newline on data passed to wc -l.
4770
4771 2009-11-14  Jim Meyering  <meyering@redhat.com>
4772
4773         maint.mk: Prohibit inclusion of "xalloc.h" without use.
4774         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
4775
4776 2009-11-14  John W. Eaton  <jwe@gnu.org>
4777
4778         strftime.h: wrap funtion declaration in extern "C" block
4779         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
4780
4781 2009-11-13  Eric Blake  <ebb9@byu.net>
4782
4783         getgroups: avoid compiler warning
4784         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
4785
4786         getgroups: work around FreeBSD bug
4787         * lib/getgroups.c (rpl_getgroups): Work around the bug.
4788         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
4789         * doc/posix-functions/getgroups.texi (getgroups): Document it.
4790         * tests/test-getgroups.c (main): Fix buffer overrun.
4791
4792         getgroups: avoid compilation failure
4793         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
4794         * modules/getgroups (Depends-on): Add stdint.
4795
4796 2009-11-13  Jim Meyering  <meyering@redhat.com>
4797
4798         test-getgroups: avoid compilation failure
4799         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
4800
4801 2009-11-13  Eric Blake  <ebb9@byu.net>
4802
4803         mgetgroups: new module, taken from coreutils
4804         * modules/mgetgroups: New file.
4805         * lib/mgetgroups.h: Likewise.
4806         * lib/mgetgroups.c (mgetgroups): Likewise.
4807         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
4808         * MODULES.html.sh (Users and groups): Mention it.
4809
4810         getgroups: don't expose GETGROUPS_T to user
4811         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
4812         an element at a time if GETGROUPS_T is wrong size.
4813         * lib/getugroups.h (getugroups): Change signature.
4814         * lib/unistd.in.h (getgroups): Likewise.
4815         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
4816         signature needs fixing.
4817         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
4818         AC_TYPE_GETGROUPS.
4819         * modules/group-member (Depends-on): Add getgroups.
4820         * lib/group-member.c (group_info, get_group_info): Use gid_t.
4821         (group_member): Rely on getgroups replacement.
4822         * lib/getugroups.c (getugroups): Use gid_t.
4823         * tests/test-getgroups.c (main): Likewise.
4824         * NEWS: Mention the signature change.
4825         * doc/posix-functions/getgroups.texi (getgroups): Mention the
4826         problem with signature.
4827         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
4828         GETGROUPS_T is still useful for setgroups.
4829
4830         getgroups, getugroups: provide stubs for mingw
4831         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
4832         * lib/getugroups.c (getugroups): Likewise.
4833         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
4834         function.  Modernize replacement scheme.
4835         (gl_PREREQ_GETGROUPS): Delete.
4836         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
4837         * modules/getgroups (configure.ac): Declare witness.
4838         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
4839         * modules/unistd (Depends-on): Substitute witness.
4840         * lib/unistd.in.h (getgroups): Declare replacement.
4841
4842         getgroups: avoid calling exit
4843         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
4844         drop xalloc.
4845         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
4846         dependencies.
4847         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
4848         exiting, in the rare case of malloc failure.
4849
4850         getgroups: fix logic error
4851         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
4852         has more than 20 groups.
4853         * modules/getgroups-tests: New test.
4854         * tests/test-getgroups.c: New file.
4855
4856 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4857
4858         * tests/test-base64.c: Improve.
4859
4860 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4861
4862         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
4863         Blake <ebb9@byu.net>.
4864
4865 2009-11-13  Simon Josefsson  <simon@josefsson.org>
4866
4867         * tests/test-xvasprintf.c: Add %s%s related checks.
4868
4869 2009-11-12  Eric Blake  <ebb9@byu.net>
4870
4871         version-etc: match standards.texi style
4872         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
4873         and use <> only for URLs.
4874
4875 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
4876
4877         fts: do not fail on a submount during traversal
4878         * lib/fts.c (fts_build): Read the stat info again after opening
4879         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
4880         Original report at http://bugzilla.redhat.com/501848.
4881
4882 2009-11-12  Jim Meyering  <meyering@redhat.com>
4883
4884         bootstrap: sync from coreutils
4885         * build-aux/bootstrap (bootstrap_epilogue): New function.
4886         Use git_modules_config in one more place.  This make bootstrap's
4887         --gnulib-srcdir option more useful for testing.
4888
4889         bootstrap: generalize autoheader check
4890         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
4891         AC_CONFIG_HEADERS.
4892
4893 2009-11-11  Eric Blake  <ebb9@byu.net>
4894
4895         mkfifoat: use new modules for Solaris and BSD bugs
4896         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
4897         * lib/mkfifoat.c (mknodat): Split...
4898         * lib/mknodat.c (mknodat): ...into new file.
4899         * modules/mkfifoat (Files): Ship new file.
4900         (Depends-on): Add mkfifo, mknod.
4901         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
4902         (Depends-on): Add symlink.
4903         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
4904         redundant with test_mkfifo.h.
4905         (do_mkfifoat, do_mknodat): New helpers.
4906
4907         mknod: new module
4908         * modules/mknod: New file.
4909         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
4910         * lib/mknod.c (mknod): Likewise.
4911         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4912         defaults.
4913         * modules/sys_stat (Makefile.am): Substitute them.
4914         * lib/sys_stat.in.h (mknod): Declare replacement.
4915         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4916         Document it.
4917         * doc/posix-functions/mknod.texi (mknod): Likewise.
4918         * modules/mknod-tests: New test.
4919         * tests/test-mknod.c: Likewise.
4920
4921         mkfifo: new module
4922         * modules/mkfifo: New file.
4923         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
4924         * lib/mkfifo.c (mkfifo): Likewise.
4925         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
4926         defaults.
4927         * modules/sys_stat (Makefile.am): Substitute them.
4928         * lib/sys_stat.in.h (mkfifo): Declare replacement.
4929         * MODULES.html.sh (Support for systems lacking POSIX:2008):
4930         Document it.
4931         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
4932         * modules/mkfifo-tests: New test.
4933         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
4934         from test-mkfifoat.c.
4935         * tests/test-mkfifo.c: New file.
4936
4937         readlink: detect FreeBSD bug
4938         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
4939         slash on symlink.
4940         * doc/posix-functions/readlink.texi (readlink): Document the bug.
4941         * tests/test-readlink.h (test_readlink): Enhance test.
4942
4943         symlink: detect FreeBSD bug
4944         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
4945         slash on symlink.
4946         * doc/posix-functions/symlink.texi (symlink): Document the bug.
4947         * tests/test-symlink.h (test_symlink): Enhance test.
4948
4949 2009-11-10  Eric Blake  <ebb9@byu.net>
4950
4951         link: detect FreeBSD bug
4952         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
4953         symlink.
4954         * doc/posix-functions/link.texi (link): Document the bug.
4955         * tests/test-link.h (test_link): Enhance test.
4956         * tests/test-linkat.c (main): Update caller.
4957
4958         unlink, remove: detect FreeBSD bug
4959         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
4960         slash on symlink.
4961         * doc/posix-functions/unlink.texi (unlink): Document the bug.
4962         * doc/posix-functions/remove.texi (remove): Likewise.
4963         * tests/test-unlink.h (test_unlink): Enhance test.
4964         * tests/test-remove.c (main): Likewise.
4965
4966 2009-11-09  Eric Blake  <ebb9@byu.net>
4967
4968         rename: detect FreeBSD bug
4969         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
4970         slash on symlink.
4971         * modules/renameat-tests (Depends-on): Add filenamecat.
4972         * tests/test-rename.h (test_rename): Allow one more errno.
4973         * tests/test-renameat.c (main): Likewise.
4974         * doc/posix-functions/rename.texi (rename): Document the bug.
4975
4976         open: detect FreeBSD bug
4977         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
4978         symlink.
4979         * doc/posix-functions/open.texi (open): Document the bug.
4980         * doc/posix-functions/utimes.texi (utimes): Likewise.
4981         * tests/test-open.h (test_open): Add parameters, and test symlink
4982         handling.
4983         * tests/test-open.c (main): Adjust caller.
4984         * tests/test-fcntl-safer.c (main): Likewise.
4985         * modules/open-tests (Depends-on): Add stdbool, symlink.
4986         * modules/fcntl-safer-tests (Depends-on): Likewise.
4987         * tests/test-openat.c (main): Add test-open tests.
4988
4989         stat: detect FreeBSD bug
4990         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
4991         symlink.
4992         * doc/posix-functions/stat.texi (stat): Document the bug.
4993         * tests/test-stat.h (test_stat_func): Add argument.
4994         * tests/test-stat.c (main): Adjust caller.
4995         * tests/test-fstatat.c (main): Likewise.
4996         * modules/stat-tests (Depends-on): Add stdbool, symlink.
4997         Reported by Jim Meyering.
4998
4999 2009-11-09  James Youngman  <jay@gnu.org>
5000
5001         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
5002         * lib/strftime.c: Correct placement of #include "ignore-value.h".
5003
5004 2009-11-08  Jim Meyering  <meyering@redhat.com>
5005
5006         utimens: remove invalid futimesat call
5007         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
5008         It used the file descriptor of the target file as the DIR_FD
5009         parameter and NULL as the file name.  That caused failure with
5010         errno == EFAULT on FreeBSD-8.0-rc2
5011
5012 2009-11-07  Eric Blake  <ebb9@byu.net>
5013
5014         fflush, freadseek: use fseeko, not fseek
5015         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
5016         (clear_ungetc_buffer): Avoid potential problems on large files.
5017         * lib/freadseek.c (freadseek): Likewise.
5018         * modules/freadseek (Depends-on): Add fseeko.
5019         * modules/fseek (configure.ac): Set a witness.
5020         * tests/test-fflush.c (main): Use fseeko.
5021         * tests/test-fpurge.c (fseek): Disable link warning.
5022         * tests/test-freadable.c (fseek): Likewise.
5023         * tests/test-freading.c (fseek): Likewise.
5024         * tests/test-fseeko.c (fseek): Likewise.
5025         * tests/test-ftell.c (fseek): Likewise.
5026         * tests/test-ftello.c (fseek): Likewise.
5027         * tests/test-fwritable.c (fseek): Likewise.
5028         * tests/test-fwriting.c (fseek): Likewise.
5029
5030 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5031
5032         * modules/memchr (Depends-on): Drop getpagesize dependency.
5033
5034 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5035
5036         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
5037         Reported by Ludovic Courtès.
5038         * build-aux/pmccabe2html: Improve example usage.
5039         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
5040
5041 2009-11-06  Jim Meyering  <meyering@redhat.com>
5042
5043         do-release-commit-and-tag: New module.
5044         Automate the release-commit and tag process.
5045         * build-aux/do-release-commit-and-tag: New script, from coreutils.
5046         * modules/do-release-commit-and-tag: New file.
5047         * MODULES.html.sh (Support for maintaining and releasing): Add it.
5048
5049 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5050
5051         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
5052         because test-select.c uses inet_pton.
5053
5054 2009-11-06  Simon Josefsson  <simon@josefsson.org>
5055
5056         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
5057         GETADDRINFO_LIB.  Bump serial number.
5058         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
5059         Suggested by Eric Blake <ebb9@byu.net>.
5060
5061 2009-11-05  Eric Blake  <ebb9@byu.net>
5062
5063         strtod: detect darwin bug
5064         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
5065         Reported by Leo Davis.
5066
5067         freopen-safer: new module
5068         * modules/freopen-safer: New module.
5069         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
5070         * lib/freopen-safer.c (freopen_safer): New file.
5071         * lib/stdio-safer.h (freopen_safer): New declaration.
5072         * lib/stdio--.h (freopen): New override.
5073         * MODULES.html.sh (File stream based Input/Output): Mention it.
5074         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
5075         freopen-safer module.
5076         * doc/posix-functions/stderr.texi (stderr): Likewise.
5077         * doc/posix-functions/stdin.texi (stdin): Likewise.
5078         * doc/posix-functions/stdout.texi (stdout): Likewise.
5079         * modules/freopen-safer-tests: New test.
5080         * tests/test-reopen-safer.c: New file.
5081
5082 2009-11-05  Jim Meyering  <meyering@redhat.com>
5083
5084         maint.mk: Prohibit inclusion of "close-stream.h" without use.
5085         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
5086
5087 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5088
5089         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
5090
5091 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5092
5093         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
5094
5095 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5096
5097         Fix link error.
5098         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
5099         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5100
5101 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5102
5103         * tests/test-func.c: Also test value of __func__.
5104
5105 2009-11-05  Simon Josefsson  <simon@josefsson.org>
5106
5107         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
5108         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
5109
5110 2009-11-05  Bruno Haible  <bruno@clisp.org>
5111
5112         Fix link error.
5113         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
5114         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
5115         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
5116
5117 2009-11-05  Bruno Haible  <bruno@clisp.org>
5118
5119         Tests for module 'inet_pton'.
5120         * modules/inet_pton-tests: New file.
5121         * tests/test-inet_pton.c: New file.
5122
5123 2009-11-05  Bruno Haible  <bruno@clisp.org>
5124
5125         Tests for module 'inet_ntop'.
5126         * modules/inet_ntop-tests: New file.
5127         * tests/test-inet_ntop.c: New file.
5128
5129 2009-11-04  Eric Blake  <ebb9@byu.net>
5130
5131         stdlib-safer: wrap all mkstemp variants
5132         * modules/mkostemp (configure.ac): Set witness.
5133         * modules/mkostemps (configure.ac): Likewise.
5134         * modules/mkstemps (configure.ac): Likewise.
5135         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
5136         (mkstemps_safer): Wrap more functions.
5137         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
5138         wrapping.
5139         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
5140         (mkstemps_safer): Implement the wrappers.
5141
5142         mkstemps, mkostemps: new modules
5143         * modules/mkostemps: New module.
5144         * modules/mkstemps: Likewise.
5145         * lib/mkostemps.c (mkostemps): New file.
5146         * lib/mkstemps.c (mkstemps): Likewise.
5147         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
5148         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
5149         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
5150         * modules/stdlib (Makefile.am): Substitute them.
5151         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
5152         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
5153         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
5154         * doc/gnulib.texi (Glibc stdlib.h): Include them.
5155         * MODULES.html.sh (File system functions): Mention them.
5156
5157         tempname: resync from glibc
5158         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
5159         same values for __GT_FILE as glibc.  Abort even when assertions
5160         are disabled.
5161         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
5162         match its value otherwise.  Allow idempotent inclusion.
5163         * lib/mkdtemp.c (mkdtemp): Adjust caller.
5164         * lib/mkostemp.c (mkostemp): Likewise.
5165         * lib/mkstemp.c (mkstemp): Likewise.
5166         * lib/tmpfile.c (tmpfile): Likewise.
5167         * NEWS: Document this.
5168
5169         utimens: fix use of futimens on older Linux
5170         * lib/utimens.c (fdutimens): Use updated, rather than original,
5171         timespec to avoid bug in older Linux kernel.
5172         Reported by Simon Josefsson.
5173
5174 2009-11-04  Bruno Haible  <bruno@clisp.org>
5175
5176         Make num_processors more flexible and consistent.
5177         * lib/nproc.h (enum nproc_query): New type.
5178         (num_processors): Add a 'query' argument.
5179         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
5180         (num_processors): Add a 'query' argument. Test the value of the
5181         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
5182         mingw, count the number of CPUs available for the current process.
5183         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
5184         Check for sched_getaffinity and sched_getaffinity_np.
5185         * modules/nproc (Depends-on): Add c-ctype, extensions.
5186         * NEWS: Mention the change.
5187
5188 2009-11-03  Bruno Haible  <bruno@clisp.org>
5189
5190         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
5191
5192 2009-11-03  Jim Meyering  <meyering@redhat.com>
5193
5194         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
5195         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
5196         if it is defined.
5197
5198 2009-11-02  Eric Blake  <ebb9@byu.net>
5199
5200         mktime, timegm: share common declaration
5201         * lib/mktime-internal.h: New file.
5202         * lib/mktime.c: Use it rather than open-coding a declaration.
5203         * lib/timegm.c: Likewise.
5204         * modules/mktime (Files): Ship it.
5205         * modules/timegm (Files): Likewise.
5206         Suggested by Bruno Haible.
5207
5208         test-update-copyright: update test to match script changes
5209         * tests/test-update-copyright.sh: Avoid hard-coding perl
5210         location.  Don't update *.bak created by earlier runs.
5211
5212 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
5213             Simon Josefsson  <simon@josefsson.org>
5214             Bruno Haible  <bruno@clisp.org>
5215
5216         Fix link error on Solaris 8.
5217         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
5218         also in libnsl. Define also INET_PTON_LIB.
5219         * modules/inet_pton (Link): New section.
5220
5221 2009-11-02  Simon Josefsson  <simon@josefsson.org>
5222             Bruno Haible  <bruno@clisp.org>
5223
5224         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
5225         * modules/inet_ntop (Link): New section.
5226         Reported by Boyan Kasarov <bkasarov@gmail.com>.
5227
5228 2009-11-02  Eric Blake  <ebb9@byu.net>
5229
5230         maint: avoid compiler warnings in m4 macros
5231         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
5232         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
5233
5234 2009-11-02  Simon Josefsson  <simon@josefsson.org>
5235
5236         * m4/pmccabe2html.m4: Remove file.
5237         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
5238         function.  Change maintainer.
5239         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
5240         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
5241         Courtès).
5242
5243 2009-10-31  Eric Blake  <ebb9@byu.net>
5244
5245         fseeko: fix m4 regression
5246         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
5247         regression from 2009-10-27.
5248         Reported by Ralf Wildenhues.
5249
5250 2009-10-31  Jim Meyering  <meyering@redhat.com>
5251
5252         inttostr: aesthetics and improved (compile-time) safety
5253         Define inttype_is_signed rather than inttype_is_unsigned,
5254         since the sole use is via "#if inttype_is_signed".
5255         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
5256         inttype_is_unsigned.
5257         * lib/offtostr.c (inttype_is_signed): Likewise.
5258         * lib/uinttostr.c (inttype_is_signed): Likewise.
5259         * lib/umaxtostr.c (inttype_is_signed): Likewise.
5260         * lib/inttostr.c (inttostr): Use verify to cross-check the
5261         inttype_is_signed value and the signedness of the actual type.
5262         * modules/inttostr (Depends-on): Add verify.
5263
5264 2009-10-30  Eric Blake  <ebb9@byu.net>
5265
5266         build: avoid compiler warnings
5267         * lib/fchmodat.c (lchmod): Mark unused variables.
5268         * lib/getopt.c (_getopt_initialize): Likewise.
5269         * lib/mktime.c (__mktime_internal): Provide prototype.
5270         * lib/inttostr.c (inttostr): Avoid compiler warning even with
5271         older gcc that do not understand #pragma GCC diagnostic.
5272         * lib/uinttostr.c (inttype_is_unsigned): Define.
5273         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
5274
5275 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
5276
5277         stat: fix compilation on AIX
5278         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
5279         only see struct stat64.
5280
5281 2009-10-30  Eric Blake  <ebb9@byu.net>
5282
5283         exclude: make more robust
5284         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
5285         rather than masking a coding bug.
5286         Suggested by Bruno Haible.
5287
5288 2009-10-30  Jim Meyering  <meyering@redhat.com>
5289
5290         perl scripts: remove #!/usr/bin/perl in favor of more portable...
5291         Rather than putting #!/usr/bin/perl on the first line,
5292         start with a variant of what's recommended by "man perlrun" that
5293         invokes the first "perl" program from your shell's search path.
5294         * build-aux/gitlog-to-changelog: Replace #!... as above.
5295         Add a "Local Variables" perl mode setting.
5296         Prompted by a patch from Ludovic Courtès.
5297         Improved by Eric Blake.
5298         * build-aux/useless-if-before-free: Likewise.
5299         * build-aux/announce-gen: Likewise.
5300         * build-aux/update-copyright: Likewise.
5301
5302 2009-10-29  Eric Blake  <ebb9@byu.net>
5303
5304         filenamecat-lgpl: adjust clients
5305         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
5306         filenamecat.
5307         * modules/renameat (Depends-on): Likewise.
5308
5309         filenamecat: split into filenamecat-lgpl
5310         * modules/filenamecat-lgpl: New module.
5311         * modules/filenamecat (Files): Move library-safe files into
5312         filenamecat-lgpl.
5313         (Depends-on): Add filenamecat-lgpl.
5314         (configure.ac): Declare witness.
5315         * lib/filenamecat.h (file_name_concat): Only declare when using
5316         GPL module.
5317         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
5318         Move...
5319         * lib/filenamecat-lgpl.c: ...into new file.
5320         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
5321         (gl_FILE_NAME_CONCAT): Use it.
5322         * MODULES.html.sh (File system functions): Mention new module.
5323
5324         argp: avoid memory leak
5325         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
5326         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
5327         base_name, since the latter malloc()s and can call exit().
5328         Leak introduced 2006-07-03.
5329
5330         dirname-lgpl: adjust clients that don't need full dirname
5331         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
5332         * modules/filenamecat (Depends-on): Likewise.
5333         * modules/linkat (Depends-on): Likewise.
5334         * modules/mkancesdirs (Depends-on): Likewise.
5335         * modules/mkdir (Depends-on): Likewise.
5336         * modules/openat (Depends-on): Likewise.
5337         * modules/savewd (Depends-on): Likewise.
5338         * modules/rename (Depends-on): Likewise.
5339         (License): Relax license.
5340         * modules/mkdir-tests (Depends-on): Drop progname.
5341         (Makefile.am): Delete unneeded LDADD.
5342         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
5343
5344         dirname: split into dirname-lgpl
5345         * modules/dirname-lgpl: New module.
5346         * modules/dirname (Files): Move library-safe files into
5347         dirname-lgpl.
5348         (Depends-on): Add dirname-lgpl.
5349         (configure.ac): Declare witness.
5350         * modules/double-slash-root (License): Relax license.
5351         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
5352         module.
5353         * lib/dirname.c (dir_len, mdir_name): Move...
5354         * lib/dirname-lgpl.c: ...into new file.
5355         * lib/basename.c (last_component, base_len): Move...
5356         * lib/basename-lgpl.c: ...into new file.
5357         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
5358         (gl_DIRNAME): Use it.
5359         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
5360         Mention new module.
5361         * modules/dirname-tests (Depends-on): Add progname.
5362         * tests/test-dirname.c (program_name): Delete.
5363
5364         mkdir: make safe for libraries
5365         * modules/mkdir (Depends-on): Drop xalloc.
5366         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
5367         exit.
5368
5369         tests: avoid some compiler warnings
5370         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
5371         literals.
5372         * tests/test-memchr.c (main): Avoid type mismatch.
5373         * tests/test-arpa_inet.c (main): Avoid unused parameters.
5374         * tests/test-base64.c (main): Likewise.
5375         * tests/test-getdelim.c (main): Likewise.
5376         * tests/test-gethostname.c (main): Likewise.
5377         * tests/test-getline.c (main): Likewise.
5378         * tests/test-netinet_in.c (main): Likewise.
5379         * tests/test-select.c (open_server_socket, main): Likewise.
5380         * tests/test-select-stdin.c (main): Likewise.
5381         * tests/test-sockets.c (main): Likewise.
5382         * tests/test-strsignal.c (main): Likewise.
5383         * tests/test-sys_select.c (main): Likewise.
5384         * tests/test-sys_socket.c (main): Likewise.
5385         * tests/test-u64.c (main): Likewise.
5386         * tests/test-xfprintf-posix.c (main): Likewise.
5387         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
5388
5389         sockets: avoid compiler warning
5390         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
5391
5392         maint: detect usage(1) and other suspicious exits
5393         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
5394
5395 2009-10-29  Jim Meyering  <meyering@redhat.com>
5396
5397         timespec: long-to-int truncation could make timespec_cmp malfunction
5398         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
5399         a multiple of 2^32 nanoseconds as no difference.
5400
5401 2009-10-28  Jim Meyering  <meyering@redhat.com>
5402
5403         fprintftime: wrap macro code argument in "do {...} while(0)"
5404         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
5405         cpy macro must be a statement that can be followed by a semicolon.
5406         Now that the else clause contains a comment and is hence longer
5407         than one line, I require curly braces.  That in turn requires
5408         that we wrap this code block in the standard do...while(0).
5409
5410         fprintftime: remove stray semicolon from previous change
5411         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
5412
5413         fprintftime: avoid a warning about ignored fwrite return value
5414         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
5415         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
5416         that is unsafe.
5417         * modules/fprintftime (Depends-on): Add ignore-value.
5418
5419         exclude: avoid an unwarranted warning
5420         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
5421
5422 2009-10-27  Eric Blake  <ebb9@byu.net>
5423
5424         fseek: avoid compilation failure when fflush is replaced
5425         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
5426         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
5427         module is in use.
5428         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
5429         module is not in use; since REPLACE_FSEEK worked otherwise.
5430         (GNULIB_FTELLO): Likewise for ftell.
5431         Reported by Ian Beckwith and others.
5432
5433 2009-10-27  Bruno Haible  <bruno@clisp.org>
5434
5435         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
5436         Reported by Jim Meyering.
5437
5438 2009-10-27  Jim Meyering  <jim@meyering.net>
5439             Bruno Haible  <bruno@clisp.org>
5440
5441         Avoid warning despite dropping the return value of fwrite.
5442         * lib/unicodeio.c: Include ignore-value.h.
5443         (fwrite_success_callback): Explicitly ignore fwrite's return value.
5444         * modules/unicodeio (Depends-on): Add ignore-value.
5445
5446 2009-10-26  Eric Blake  <ebb9@byu.net>
5447
5448         areadlinkat: fix fallback path
5449         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
5450         pointer and zero.
5451
5452 2009-10-22  Pádraig Brady  <P@draigBrady.com>
5453
5454         Use a better IO block size for modern systems
5455         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
5456         * lib/md2.c: Likewise.
5457         * lib/md4.c: Likewise.
5458         * lib/md5.c: Likewise.
5459         * lib/sha1.c: Likewise.
5460         * lib/sha256.c: Likewise.
5461         * lib/sha512.c: Likewise.
5462
5463 2009-10-22  Eric Blake  <ebb9@byu.net>
5464
5465         tests: avoid several compiler warnings
5466         * tests/test-getcwd.c (main): Avoid buffer underflow.
5467         * tests/test-getdate.c (main): String literals are not safe with
5468         putenv, so use setenv.  Declare unused argument.
5469         * modules/getdate-tests (Depends-on): Add setenv.
5470         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
5471         problems with string literals in char *.
5472         * tests/test-hash.c (main): Avoid shadowing declaration.
5473         (insert_new): Treat string literals as char const *.
5474         * tests/test-getopt.h (test_getopt): Likewise.
5475         (getopt_loop): Alter types to minimize casting elsewhere.
5476         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
5477         (test_getopt_long_posix): Likewise.
5478         (do_getopt_long): Add wrapper to minimize casting.
5479         * tests/test-atexit.c (clear_temp_file): Use void.
5480         * tests/test-areadlink-with-size.c (main): Declare unused
5481         arguments.
5482         * tests/test-areadlink.c (main): Likewise.
5483         * tests/test-areadlinkat-with-size.c (main): Likewise.
5484         * tests/test-areadlinkat.c (main): Likewise.
5485         * tests/test-canonicalize-lgpl.c (main): Likewise.
5486         * tests/test-canonicalize.c (main): Likewise.
5487         * tests/test-dirent-safer.c (main): Likewise.
5488         * tests/test-dirname.c (main): Likewise.
5489         * tests/test-dup2.c (main): Likewise.
5490         * tests/test-fchdir.c (main): Likewise.
5491         * tests/test-fcntl-h.c (main): Likewise.
5492         * tests/test-fcntl-safer.c (main): Likewise.
5493         * tests/test-fdopendir.c (main): Likewise.
5494         * tests/test-fdutimensat.c (main): Likewise.
5495         * tests/test-fflush.c (main): Likewise.
5496         * tests/test-filenamecat.c (main): Likewise.
5497         * tests/test-filevercmp.c (main): Likewise.
5498         * tests/test-fopen-safer.c (main): Likewise.
5499         * tests/test-fopen.c (main): Likewise.
5500         * tests/test-fpending.c (main): Likewise.
5501         * tests/test-fpurge.c (main): Likewise.
5502         * tests/test-freading.c (main): Likewise.
5503         * tests/test-fstatat.c (main): Likewise.
5504         * tests/test-fsync.c (main): Likewise.
5505         * tests/test-futimens.c (main): Likewise.
5506         * tests/test-getndelim2.c (main): Likewise.
5507         * tests/test-gettimeofday.c (main): Likewise.
5508         * tests/test-getopt.c (main): Likewise.
5509         * tests/test-i-ring.c (main): Likewise.
5510         * tests/test-inttypes.c (main): Likewise.
5511         * tests/test-link.c (main): Likewise.
5512         * tests/test-lstat.c (main): Likewise.
5513         * tests/test-math.c (main): Likewise.
5514         * tests/test-md5.c (main): Likewise.
5515         * tests/test-memchr2.c (main): Likewise.
5516         * tests/test-memrchr.c (main): Likewise.
5517         * tests/test-mkdir.c (main): Likewise.
5518         * tests/test-mkdirat.c (main): Likewise.
5519         * tests/test-mkfifoat.c (main): Likewise.
5520         * tests/test-open.c (main): Likewise.
5521         * tests/test-openat-safer.c (main): Likewise.
5522         * tests/test-openat.c (main): Likewise.
5523         * tests/test-quotearg.c (main): Likewise.
5524         * tests/test-rawmemchr.c (main): Likewise.
5525         * tests/test-readlink.c (main): Likewise.
5526         * tests/test-remove.c (main): Likewise.
5527         * tests/test-rename.c (main): Likewise.
5528         * tests/test-renameat.c (main): Likewise.
5529         * tests/test-rmdir.c (main): Likewise.
5530         * tests/test-sha1.c (main): Likewise.
5531         * tests/test-signal.c (main): Likewise.
5532         * tests/test-sigaction.c (main): Likewise.
5533         * tests/test-stat.c (main): Likewise.
5534         * tests/test-stat-time.c (main): Likewise.
5535         * tests/test-stddef.c (main): Likewise.
5536         * tests/test-stdint.c (main): Likewise.
5537         * tests/test-stdio.c (main): Likewise.
5538         * tests/test-stdlib.c (main): Likewise.
5539         * tests/test-strchrnul.c (main): Likewise.
5540         * tests/test-strerror.c (main): Likewise.
5541         * tests/test-string.c (main): Likewise.
5542         * tests/test-strtod.c (main): Likewise.
5543         * tests/test-strverscmp.c (main): Likewise.
5544         * tests/test-symlink.c (main): Likewise.
5545         * tests/test-symlinkat.c (main): Likewise.
5546         * tests/test-sys_stat.c (main): Likewise.
5547         * tests/test-sys_time.c (main): Likewise.
5548         * tests/test-time.c (main): Likewise.
5549         * tests/test-unistd.c (main): Likewise.
5550         * tests/test-unlink.c (main): Likewise.
5551         * tests/test-unlinkat.c (main): Likewise.
5552         * tests/test-utimens.c (main): Likewise.
5553         * tests/test-utimensat.c (main): Likewise.
5554         * tests/test-version-etc.c (main): Likewise.
5555         * tests/test-wchar.c (main): Likewise.
5556         * tests/test-wctype.c (main): Likewise.
5557         * tests/test-xprintf-posix.c (main): Likewise.
5558         * tests/test-posixtm.c (main): Likewise.
5559         (STREQ): Delete unused macro.
5560         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
5561         shadowed variables.
5562         * tests/test-memchr.c (main): Likewise.
5563
5564 2009-10-21  Eric Blake  <ebb9@byu.net>
5565
5566         areadlinkat: avoid failure on older glibc
5567         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
5568         rather than mis-comparing 0 against FUNC_RESULT of char*.
5569
5570 2009-10-21  Bruno Haible  <bruno@clisp.org>
5571
5572         * modules/stpncpy (License): Relicense under LGPLv2+.
5573         Reported by David Lutterkort <lutter@redhat.com>.
5574
5575 2009-10-20  Eric Blake  <ebb9@byu.net>
5576
5577         utimensat: work around Solaris 9 bug
5578         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
5579         has trailing slash bugs.
5580         * tests/test-lutimens.h (test_lutimens): Enhance test.
5581         * tests/test-utimens.h (test_utimens): Likewise.
5582         * doc/posix-functions/utime.texi (utime): Enhance documentation.
5583         * doc/posix-functions/utimes.texi (utimes): Likewise.
5584         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5585         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
5586         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
5587         * doc/posix-functions/futimens.texi (futimens): Likewise.
5588
5589         fdutimensat: new module
5590         * modules/fdutimensat: New file.
5591         * lib/fdutimensat.c (fdutimensat): Likewise.
5592         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
5593         * MODULES.html.sh (File system functions): Mention module.
5594         * modules/fdutimensat-tests: New test.
5595         * tests/test-fdutimensat.c: Likewise.
5596
5597         doc: regenerate INSTALL
5598         * doc/INSTALL: Reflect recent autoconf update.
5599         * doc/INSTALL.ISO: Likewise.
5600         * doc/INSTALL.UTF-8: Likewise.
5601
5602 2009-10-20  Pádraig Brady  <P@draigBrady.com>
5603
5604         acl: warn if ACL support is not detected
5605         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
5606
5607 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
5608
5609         * lib/nproc.h: Add extern "C" block for C++.
5610
5611 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
5612             Bruno Haible  <bruno@clisp.org>
5613
5614         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
5615         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
5616         * doc/posix-functions/isalpha.texi: Likewise.
5617         * doc/posix-functions/isblank.texi: Likewise.
5618         * doc/posix-functions/iscntrl.texi: Likewise.
5619         * doc/posix-functions/isdigit.texi: Likewise.
5620         * doc/posix-functions/isgraph.texi: Likewise.
5621         * doc/posix-functions/islower.texi: Likewise.
5622         * doc/posix-functions/isprint.texi: Likewise.
5623         * doc/posix-functions/ispunct.texi: Likewise.
5624         * doc/posix-functions/isspace.texi: Likewise.
5625         * doc/posix-functions/isupper.texi: Likewise.
5626         * doc/posix-functions/isxdigit.texi: Likewise.
5627
5628 2009-10-18  Bruno Haible  <bruno@clisp.org>
5629
5630         Tests for module 'isblank'.
5631         * modules/isblank-tests: New file.
5632         * tests/test-isblank.c: New file.
5633
5634         New module 'isblank'.
5635         * lib/isblank.c: New file.
5636         * m4/isblank.m4: New file.
5637         * modules/isblank: New file.
5638         * doc/posix-functions/isblank.texi: Mention the new module.
5639
5640 2009-10-18  Bruno Haible  <bruno@clisp.org>
5641
5642         New module 'ctype'.
5643         * lib/ctype.in.h: New file.
5644         * m4/ctype.m4: New file.
5645         * modules/ctype: New file.
5646         * doc/posix-headers/ctype.texi: Mention the new module.
5647
5648 2009-10-18  Jim Meyering  <meyering@redhat.com>
5649
5650         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
5651         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
5652         right after its initialization, rather than farther down.
5653         Keeping these in close proximity makes it easier to ensure
5654         that each such variable is initialized.  E.g.,
5655
5656             LIB_CLOCK_GETTIME=
5657             AC_SUBST([LIB_CLOCK_GETTIME])
5658
5659         This change also increments these serial numbers.
5660         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
5661         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5662         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5663
5664 2009-10-18  Bruno Haible  <bruno@clisp.org>
5665
5666         Don't let environment variables perturb build.
5667         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
5668         (gl_PREREQ_GETHRXTIME): ... not here.
5669
5670 2009-10-18  Bruno Haible  <bruno@clisp.org>
5671
5672         Avoid symlink attack in localcharset module.
5673         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
5674         (O_NOFOLLOW): Define fallback.
5675         (get_charset_aliases): Don't open the file if it is a symbolic link.
5676         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
5677         gl_FCNTL_H.
5678         (gl_FCNTL_H): Require it.
5679         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
5680         * modules/localcharset (Files): Add m4/fcntl_h.m4.
5681         Reported by Fergal Glynn <fglynn@veracode.com>.
5682
5683 2009-10-18  Bruno Haible  <bruno@clisp.org>
5684
5685         Implement nproc for mingw.
5686         * lib/nproc.c: Include <windows.h>
5687         (num_processors): On native Windows platforms, try GetSystemInfo.
5688
5689 2009-10-18  Bruno Haible  <bruno@clisp.org>
5690
5691         Implement nproc for IRIX.
5692         * lib/nproc.c: Include <sys/sysmp.h>.
5693         (num_processors): On IRIX systems, try sysmp.
5694         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
5695
5696 2009-10-18  Bruno Haible  <bruno@clisp.org>
5697
5698         Implement nproc for HP-UX.
5699         * lib/nproc.c: Include <sys/pstat.h>
5700         (num_processors): On HP-UX systems, try pstat_getdynamic.
5701         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
5702         pstat_getdynamic.
5703
5704 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
5705             Bruno Haible  <bruno@clisp.org>
5706
5707         Implement nproc for NetBSD, OpenBSD.
5708         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
5709         (ARRAY_SIZE): New macro.
5710         (num_processors): On BSD systems, try sysctl of HW_NCPU.
5711         * m4/nproc.m4: New file.
5712         * modules/nproc (Files): Add m4/nproc.m4.
5713         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
5714         (Makefile.am): Instead, augment lib_SOURCES.
5715
5716 2009-10-18  Bruno Haible  <bruno@clisp.org>
5717
5718         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
5719         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
5720         sys/param.h.
5721
5722 2009-10-16  Eric Blake  <ebb9@byu.net>
5723
5724         utimensat: new module
5725         * modules/utimensat: New file.
5726         * lib/utimensat.c (utimensat): Likewise.
5727         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5728         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
5729         so we can work around Linux bugs.
5730         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5731         * modules/sys_stat (Makefile.am): Substitute them.
5732         * lib/sys_stat.in.h (utimensat): Declare it.
5733         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5734         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5735         * modules/utimensat-tests: New test.
5736         * tests/test-utimensat.c: Likewise.
5737
5738         utimens: let lutimens work on non-symlinks
5739         * lib/utimens.c (lutimens): Fall back to utimens rather than
5740         failing with ENOSYS, when file is not a symlink.
5741         (utimens): Reduce redirection.
5742         * tests/test-lutimens.h (test_lutimens): Update test to cover
5743         non-symlinks.
5744         * tests/test-utimens.h (test_utimens): Update test to cover
5745         symlinks.
5746         * tests/test-utimens.c (main): Update caller.
5747
5748         utimens: cache whether utimensat syscall works
5749         * lib/utimens.c (utimensat_works_really): New cache variable.
5750         (fdutimens, lutimens): Use it to avoid failing syscall.
5751
5752         test-stat-time, test-utimens: improve portability
5753         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
5754         ext4 on alpha, and for cygwin.
5755         * tests/test-utimens-common.h: New file.
5756         (nap): Factor delays into single function.
5757         * tests/test-lutimens.h (test_lutimens): Use new header.
5758         * tests/test-futimens.h (test_futimens): Likewise.
5759         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
5760         timestamps to occur from same machine, as was done previously for
5761         test_utimens.
5762         * modules/utimens-tests (Files): Ship new file.
5763         * modules/futimens-tests (Files): Likewise.
5764         Reported in part by Jim Meyering.
5765
5766         sys_stat: sort replacement declarations
5767         * lib/sys_stat.in.h: Sort declarations.
5768         * lib/futimens.c (futimens): Fix typo.
5769
5770 2009-10-15  Jim Meyering  <meyering@redhat.com>
5771
5772         don't let environment settings perturb build
5773         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
5774         could cause a configure-time and/or build-time malfunction.
5775         Typically, a configure-time function-in-library test is performed
5776         via code like this:
5777
5778           LIB_VAR=
5779           AC_SUBST([LIB_VAR])
5780           prefix_saved_LIBS=$LIBS
5781             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
5782                        [test "$ac_cv_search_FUNC" = "none required" ||
5783                         LIB_VAR=$ac_cv_search_FUNC])
5784           LIBS=$prefix_saved_LIBS
5785
5786         However, in each of the files affected by this change, the LIB_VAR=
5787         initialization was omitted.  Thus, when set in the environment, its
5788         value would propagate into generated Makefiles when FUNC is not found
5789         in LIB_NAME.
5790         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
5791         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5792         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
5793
5794 2009-10-14  Eric Blake  <ebb9@byu.net>
5795
5796         fchdir: avoid infinite recursion in mingw
5797         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
5798         recursing.
5799
5800         test-stat-time: port to mingw
5801         * tests/test-stat-time.c (force_unlink): Return a value.
5802         (test_ctime) [W32]: Fix compilation error.
5803         (nap): Don't call usleep with too large an argument.  Use
5804         force_unlink.
5805         * doc/pastposix-functions/usleep.texi (usleep): Document the
5806         portability issue.
5807
5808 2009-10-13  Jim Meyering  <meyering@redhat.com>
5809
5810         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
5811         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
5812         * modules/pipe-filter-ii: Likewise.
5813         * modules/sys_socket-tests: Likewise.
5814         * modules/tsearch-tests: Likewise.
5815         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
5816         (check): Depend on it.
5817
5818 2009-10-12  Eric Blake  <ebb9@byu.net>
5819
5820         utimens-tests: port to NFS file systems
5821         * tests/test-utimens.h (test_utimens): Refactor utimecmp
5822         comparisons to avoid spurious failures from timestamp drift
5823         between NFS machines.
5824
5825 2009-10-12  Eric Blake  <ebb9@byu.net>
5826
5827         stat-time-tests: minor cleanups
5828         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
5829         * tests/test-stat-time.c (nap): Separate assignment from call.
5830         Suggested by Paolo Bonzini and Bruno Haible.
5831
5832         sys_stat: guarantee struct timespec
5833         * lib/sys_stat.in.h (includes): Always include <time.h>
5834         * modules/sys_stat (Depends-on): Add time.
5835         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
5836         mode_t permission values.
5837         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
5838         get at subsecond timestamps.
5839
5840 2009-10-10  Eric Blake  <ebb9@byu.net>
5841
5842         futimens: new module
5843         * modules/futimens: New file.
5844         * lib/futimens.c (futimens): Likewise.
5845         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
5846         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
5847         we can work around Linux bugs.
5848         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
5849         * modules/sys_stat (Makefile.am): Substitute them.
5850         * lib/sys_stat.in.h (futimens): Declare it.
5851         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
5852         * doc/posix-functions/futimens.texi (futimens): Likewise.
5853         * modules/futimens-tests: New test.
5854         * tests/test-futimens.c: Likewise.
5855
5856         utimens: introduce fdutimens
5857         * lib/utimens.h (fdutimens): New prototype.
5858         * lib/utimens.c (gl_futimens): Move guts...
5859         (fdutimens): ...to new interface.
5860         * tests/test-utimens.c (do_fdutimens): Use it.
5861
5862         utimens: add UTIME_NOW and UTIME_OMIT support
5863         * lib/utimens.c (validate_timespec, update_timespec): New helper
5864         functions.
5865         (gl_futimens, lutimens): Use them.
5866         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
5867         stdbool, sys_stat.
5868         (Link): Mention resulting library dependency.
5869         * modules/utimecmp (Link): Likewise.
5870         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
5871         (Makefile.am): Pick up library dependency.
5872         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
5873         definition.
5874         * tests/test-sys_stat.c: Test the definitions.
5875         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
5876         * NEWS: Document library dependency.
5877
5878         utimecmp: support symlink timestamps
5879         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
5880         hashing when possible.  Use pathconf when available.
5881         (SYSCALL_RESOLUTION): Recognize tighter resolution.
5882         * modules/utimecmp (Depends-on): Add lstat.
5883
5884         utimens: add lutimens interface
5885         * lib/utimens.c (lutimens): New function.
5886         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
5887         * lib/utimens.h (lutimens): Declare new interface.
5888         * tests/test-utimens.c (main): Enhance test.
5889         * tests/test-lutimens.h (test_lutimens): New file.
5890         * modules/utimens-tests (Files): Distribute it.
5891         (Depends-on): Add symlink.
5892         (configure.ac): Check for usleep.
5893
5894         utimens: validate futimens usage
5895         * lib/utimens.c (gl_futimens): Require valid fd up front, using
5896         fewer syscalls on failure later on.  Avoid compiler warning on
5897         mingw.
5898         * modules/utimens (Depends-on): Add dup2.
5899
5900         utimens: add test
5901         * modules/utimens-tests: New test.
5902         * tests/test-utimens.h: New file.
5903         * tests/test-futimens.h: Likewise.
5904         * tests/test-utimens.c: Likewise.
5905
5906         doc: mention timestamp portability issues
5907         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
5908         instead.
5909         * doc/posix-functions/utime.texi (utime): Likewise.
5910         * doc/posix-functions/utimes.texi (utimes): Likewise.
5911         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
5912         instead.
5913         * doc/posix-functions/futimens.texi (futimens): Mention utimens
5914         module.
5915         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
5916         Mention weakness with symlink timestamps.
5917         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
5918         to utimensat/futimens instead.
5919         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
5920
5921         test-dup2: enhance test
5922         * tests/test-dup2.c (main): Also check AT_FDCWD.
5923
5924         test-stat-time: avoid more spurious failures
5925         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
5926         xfs; and avoid race if the two timestamps cross quantization edge.
5927
5928         relocatable: prefer 'file system' over 'filesystem'
5929         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
5930         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
5931         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
5932         * doc/relocatable.texi (Enabling Relocatability): Likewise.
5933         * lib/relocatable.c (compute_curr_prefix): Likewise.
5934
5935 2009-10-10  Jim Meyering  <meyering@redhat.com>
5936
5937         stat-time-tests: check for the usleep function
5938         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
5939
5940 2009-10-10  Bruno Haible  <bruno@clisp.org>
5941
5942         * modules/xnanosleep: Put the Link section after the Include section.
5943
5944 2009-10-09  Eric Blake  <ebb9@byu.net>
5945
5946         dup2: work around FreeBSD 6.1 bug
5947         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
5948         * doc/posix-functions/dup2.texi (dup2): Document it.
5949         Reported by Nelson H. F. Beebe and Jim Meyering.
5950
5951         test-stat-time: port to buggy NFS clients
5952         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
5953         (test_ctime): Also skip test if mtime and ctime are skewed.
5954
5955         maint: prefer 'file system' over 'filesystem'
5956         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
5957         * doc/posix-functions/lstat.texi (lstat): Likewise.
5958         * lib/file-has-acl.c (file_has_acl): Likewise.
5959         * lib/fwriteerror.c [TEST]: Likewise.
5960         * tests/test-areadlink.h (test_areadlink): Likewise.
5961         * tests/test-areadlinkat-with-size.c (main): Likewise.
5962         * tests/test-areadlinkat.c (main): Likewise.
5963         * tests/test-canonicalize-lgpl.c (main): Likewise.
5964         * tests/test-canonicalize.c (main): Likewise.
5965         * tests/test-fstatat.c (main): Likewise.
5966         * tests/test-linkat.c (main): Likewise.
5967         * tests/test-lstat.h (test_lstat_func): Likewise.
5968         * tests/test-mkdir.h (test_mkdir): Likewise.
5969         * tests/test-readlink.h (test_readlink): Likewise.
5970         * tests/test-remove.c (main): Likewise.
5971         * tests/test-rename.h (test_rename): Likewise.
5972         * tests/test-renameat.c (main): Likewise.
5973         * tests/test-rmdir.h (test_rmdir_func): Likewise.
5974         * tests/test-symlink.h (test_symlink): Likewise.
5975         * tests/test-symlinkat.c (main): Likewise.
5976         * tests/test-unlink.h (test_unlink_func): Likewise.
5977         * tests/test-unlinkat.c (main): Likewise.
5978
5979         maint: make realtime library usage explicit
5980         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
5981         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
5982         * modules/settime (Link): Likewise.
5983         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
5984
5985         test-stat-time: speed up execution
5986         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
5987         warning on mingw.
5988         (nap): New helper function.
5989         (prepare_test): Use it to reduce sleep time.
5990         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
5991         execution.
5992         * modules/stat-time-tests (configure.ac): Check for usleep.
5993
5994 2009-10-09  Jim Meyering  <meyering@redhat.com>
5995
5996         selinux-h: always use getfilecon wrappers
5997         * lib/getfilecon.c: New file.
5998         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
5999         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
6000         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
6001         (fgetfilecon): Provide a stub.
6002         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
6003         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
6004         file unconditionally.
6005         When <selinux/selinux.h> is found, arrange to use wrappers.
6006         * modules/selinux-h (Files): Add getfilecon.c.
6007         (Makefile.am): Substitute include-next-related bits
6008         into the now-always-generated selinux/selinux.h file.
6009         * doc/glibc-functions/lgetfilecon.texi: New file.
6010         * doc/glibc-functions/fgetfilecon.texi: New file.
6011         * doc/glibc-functions/getfilecon.texi: New file.
6012         * doc/glibc-functions/getfilecon-desc.texi: New file.
6013         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
6014         which to pull in the new files.
6015         * MODULES.html.sh (Misc): Add selinux-h.
6016
6017 2009-10-08  Jim Meyering  <meyering@redhat.com>
6018
6019         unistd: fix comment typo
6020         * lib/unistd.in.h (euidaccess): Fix a comment typo.
6021
6022 2009-10-08  Eric Blake  <ebb9@byu.net>
6023
6024         areadlink: use SIZE_MAX consistently
6025         * modules/areadlink (Depends-on): Add stdint.
6026         * modules/areadlink-with-size (Depends-on): Likewise.
6027         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
6028         gives NULL; drop sys/types, since unistd gives size_t; and add
6029         stdint for SIZE_MAX.
6030         (SIZE_MAX): Rely on headers.
6031         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
6032         and add stdint.
6033         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
6034         (SIZE_MAX): Likewise.
6035         (INITIAL_BUF_SIZE): Turn into enum.
6036         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
6037
6038 2009-10-08  Jim Meyering  <meyering@redhat.com>
6039
6040         areadlinkat: avoid compilation failure
6041         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
6042         Fix typo in comment.
6043
6044 2009-10-07  Eric Blake  <ebb9@byu.net>
6045
6046         areadlinkat-with-size: new module
6047         * modules/areadlinkat-with-size: New module.
6048         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
6049         * lib/areadlink.h (areadlinkat): Declare it.
6050         * MODULES.html.sh (File system functions): Mention it.
6051         * modules/areadlinkat-with-size-tests: New test.
6052         * tests/test-areadlinkat-with-size.c: New file.
6053
6054         xreadlinkat: new module
6055         * modules/xreadlinkat: New module.
6056         * lib/xreadlinkat.c (xreadlinkat): New file.
6057         * lib/xreadlink.h (xreadlinkat): Declare it.
6058         * MODULES.html.sh (File system functions): Mention it.
6059
6060         areadlinkat: new module
6061         * lib/at-func.c (FUNC_FAIL): New define.
6062         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
6063         * modules/areadlinkat: New module.
6064         * lib/linkat.c (areadlinkat): Move...
6065         * lib/areadlinkat.c (areadlinkat): ...to new file.
6066         * lib/areadlink.h (areadlinkat): Declare it.
6067         * modules/linkat (Depends-on): Add areadlinkat.
6068         * MODULES.html.sh (File system functions): Mention it.
6069         * modules/areadlinkat-tests: New test.
6070         * tests/test-areadlinkat.c: New file.
6071
6072         areadlink, areadlink-with-size: add tests
6073         * modules/areadlink-tests: New test.
6074         * modules/areadlink-with-size-tests: Likewise.
6075         * tests/test-areadlink.h: New file.
6076         * tests/test-areadlink.c: Likewise.
6077         * tests/test-areadlink-with-size.c: Likewise.
6078
6079         maint: minor cleanups
6080         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
6081         _UNUSED_PARAMETER_ instead.
6082         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
6083         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
6084         * modules/linkat-tests (Files): Distribute test-link.h.
6085
6086         openat, utimens: whitespace cleanup
6087         * lib/openat.c: Prefer space throughout, rather than mix of 8
6088         spaces vs. tabs.
6089         * lib/at-func.c: Likewise.
6090         * lib/utimens.c: Likewise.
6091
6092         openat: avoid using wrong fd
6093         * lib/openat.c (openat_permissive): Reject user's fd if saving the
6094         working directory chooses same fd.
6095         * lib/at-func.c (AT_FUNC_NAME): Likewise.
6096
6097         mkdir, mkdirat: fix cygwin 1.5.x bug
6098         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
6099         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
6100         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
6101         bug.
6102         (gl_PREREQ_MKDIR): Delete unused macro.
6103         * modules/mkdir (Files): Track file rename.
6104         (configure.ac): Update macro name.
6105         * modules/openat (Depends-on): Add mkdir.
6106         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
6107
6108         mkdir, mkdirat: add tests
6109         * modules/mkdir-tests: New test.
6110         * tests/test-mkdir.h: New file.
6111         * tests/test-mkdir.c: Likewise.
6112         * tests/test-mkdirat.c: Likewise.
6113         * modules/openat-tests (Files): Add new files.
6114         (Makefile.am): Run new test.
6115
6116 2009-10-06  Eric Blake  <ebb9@byu.net>
6117
6118         doc: tweak *at function documentation
6119         * doc/posix-functions/faccessat.texi (faccessat): Mention
6120         known issue with replacement.
6121         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
6122         * doc/posix-functions/linkat.texi (linkat): Likewise.
6123         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
6124         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
6125         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6126         * doc/posix-functions/renameat.texi (renameat): Likewise.
6127         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6128
6129         openat: fix GNU/Hurd bug in unlinkat
6130         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
6131         broken.
6132         * doc/posix-functions/unlink.texi (unlink): Document this.
6133         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
6134
6135         fdopendir: fix GNU/Hurd bug
6136         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
6137         allowing non-directory fds.
6138         * lib/fdopendir.c (rpl_fdopendir): Work around it.
6139         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
6140         * modules/dirent (Makefile.am): Substitute it.
6141         * lib/dirent.in.h (fdopendir): Declare replacement.
6142         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
6143         * tests/test-fdopendir.c (main): Test something other than
6144         /dev/null, since on Hurd that behaves like a directory.
6145
6146         test-symlink: port to GNU/Hurd
6147         * tests/test-symlink.h (test_symlink): Relax expected errno.
6148
6149         doc: tweak more cygwin information
6150         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
6151         now compatible with glibc.
6152         * doc/posix-functions/getopt.texi (getopt): Likewise.
6153
6154         getopt-gnu: add another test
6155         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
6156         guarantee behavior relied on by m4.
6157         * tests/test-getopt.c (main): Use it.
6158         * modules/getopt-posix-tests (Depends-on): Add setenv.
6159         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
6160
6161         getopt: fix compilation on darwin
6162         * lib/getopt.in.h (includes): Leave breadcrumbs during system
6163         include.
6164         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
6165         Reported by Ludovic Courtès.
6166
6167 2009-10-06  Bruno Haible  <bruno@clisp.org>
6168
6169         * modules/size_max (Description): Discourage its use.
6170         Reported by Simon Josefsson.
6171
6172 2009-10-06  Jim Meyering  <meyering@redhat.com>
6173
6174         linkat: avoid compilation failure
6175         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
6176
6177 2009-10-05  Eric Blake  <ebb9@byu.net>
6178
6179         linkat: support Linux 2.6.17
6180         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
6181         linkat on Linux, but allow cache variable override.
6182         * lib/linkat.c (rpl_linkat): Define override.
6183         * modules/linkat (Depends-on): Add symlinkat.
6184         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
6185         * modules/unistd (Makefile.am): Substitute it.
6186         * lib/unistd.in.h (linkat): Declare replacement.
6187         Reported by Pádraig Brady.
6188
6189         quotearg: port test to systems with C.UTF-8 locale
6190         * tests/test-quotearg.c (struct result_strings): Add another
6191         member, differentiating between C.ASCII and C.UTF-8 handling.
6192         (compare_strings): Add parameter.
6193         (main): Adjust all callers.
6194
6195         getopt: avoid clash with FreeBSD _getopt_internal
6196         * lib/getopt.in.h (_getopt_internal): Override the name.
6197         * lib/getopt_int.h (includes): Pick up any overrides.
6198         Reported by Reuben Thomas.
6199
6200         hash: allow C89 compilation
6201         * lib/hash.c (check_tuning): Move declaration before statement.
6202         Reported by Reuben Thomas.
6203
6204 2009-10-05  Karl Berry  <karl@gnu.org>
6205
6206         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
6207
6208 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
6209             Bruno Haible  <bruno@clisp.org>
6210
6211         * lib/uname.c (uname): Use a table-driven algorithm to compute
6212         Windows NT versions.
6213
6214 2009-10-04  Bruno Haible  <bruno@clisp.org>
6215
6216         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
6217         program_invocation_short_name.
6218         * modules/progname (configure.ac): Test for presence of
6219         program_invocation_short_name.
6220         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
6221
6222 2009-10-04  Bruno Haible  <bruno@clisp.org>
6223
6224         * lib/progname.c (set_program_name): Fix comment.
6225         Reported by Jim Meyering.
6226
6227 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
6228             Bruno Haible  <bruno@clisp.org>
6229
6230         * lib/uname.c: Include <string.h>.
6231         (uname): Do only one call to GetVersionEx in the common case.
6232
6233 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
6234             Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
6237         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
6238         (uname): Add support for Windows CE and various non-x86 CPU types.
6239
6240 2009-10-03  Bruno Haible  <bruno@clisp.org>
6241
6242         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
6243         invocation to tests/configure.ac.
6244         Reported by Ian Beckwith <ianb@erislabs.net>.
6245
6246 2009-10-02  Eric Blake  <ebb9@byu.net>
6247
6248         fchdir: avoid compiler warning
6249         * lib/fchdir.c (canonicalize_file_name)
6250         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
6251
6252         test-open: support mingw errno values
6253         * tests/test-open.h (test_open): Relax test.
6254         * tests/test-fopen.h (test_fopen): Likewise.
6255         * tests/test-openat-safer.c (main): Likewise.
6256
6257         open: fix opening directory on mingw
6258         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
6259
6260         test-open: on GNU/Hurd, /dev/null is a directory
6261         * tests/test-fopen.h (main): Rename...
6262         (test_fopen): ...to this.  Use a guaranteed non-directory when
6263         confirming open behavior on trailing slash.
6264         * tests/test-openat-safer.c (main): Likewise.
6265         * tests/test-open.h (main): Likewise....
6266         (test_open): ...to this.
6267         * tests/test-fopen.c (main): Adjust caller.
6268         * tests/test-fopen-safer.c (main): Likewise.
6269         * tests/test-open.c (main): Likewise.
6270         * tests/test-fcntl-safer.c (main): Likewise.
6271         Reported by Samuel Thibault.
6272
6273         rename, fchdir: don't ignore chdir failure
6274         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
6275         * lib/rename.c (rpl_rename) [W32]: Likewise.
6276         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
6277         an empty destination directory if source cannot be renamed,
6278         although there is still possibility for failure.
6279         * doc/posix-functions/rename.texi (rename): Document the race.
6280         Reported by Jim Meyering.
6281
6282         maint: cleanup whitespace in recent commits
6283         * lib/rename.c (rpl_rename): Remove tabs.
6284         * tests/test-link.h (test_link): Likewise.
6285         * lib/fchdir.c (get_name): Likewise.
6286         Reported by Jim Meyering.
6287
6288 2009-10-02  Ben Pfaff  <blp@gnu.org>
6289
6290         relocatable-prog-wrapper: Add missing dependency on
6291         double-slash-root.
6292         * modules/relocatable-prog-wrapper: Add dependency.
6293         Reported by Ian Beckwith <ianb@erislabs.net>.
6294
6295 2009-10-02  Eric Blake  <ebb9@byu.net>
6296
6297         renameat: fix Solaris bugs
6298         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
6299         needed fixing.
6300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
6301         * modules/stdio (Makefile.am): Substitute it.
6302         * lib/stdio.in.h (renameat): Declare replacement.
6303         * lib/renameat.c (rpl_renameat): Implement fix.
6304
6305         renameat: new module
6306         * modules/renameat: New file.
6307         * lib/renameat.c (renameat): Likewise.
6308         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
6309         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6310         * modules/stdio (Makefile.am): Substitute them.
6311         * lib/stdio.in.h (renameat): Declare it.
6312         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6313         * doc/posix-functions/renameat.texi (renameat): Likewise.
6314         * modules/renameat-tests: New test.
6315         * tests/test-renameat.c: Likewise.
6316
6317         rename: fix mingw bugs
6318         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
6319         directory overwrite bugs.
6320
6321         rename: fix another cygwin 1.5 bug
6322         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
6323         checks.
6324         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
6325         unnecessary cygwin workarounds.  Also work around bug with moving
6326         full directory onto an empty one.
6327         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
6328
6329         rename-dest-slash: merge into rename module
6330         * modules/rename-dest-slash (Status): Mark obsolete.
6331         (Depends-on): Add rename.
6332         (Files): Let rename do it all.
6333         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
6334         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
6335         * m4/rename-dest-slash.m4: ...so this file can be deleted.
6336         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
6337         * lib/rename.c (rpl_rename): Update comments.
6338
6339         rename: fix cygwin 1.5.x bugs
6340         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
6341         * lib/rename.c (rpl_rename): Work around them.
6342         * modules/rename (Depends-on): Add same-inode.
6343
6344         rename: fix Solaris 10 bug
6345         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
6346         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
6347         was the only bug.
6348
6349         rename: fix Solaris 9 bug
6350         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
6351         on non-directory.  Avoid calling exit.
6352         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
6353         strdup.
6354         * modules/rename-tests (Depends-on): Drop lstat.
6355         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
6356         (gl_PREREQ_RENAME): Delete unused macro.
6357
6358         rename-dest-slash: fix NetBSD bug
6359         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
6360         links.
6361         * modules/rename-dest-slash (Depends-on): Add same-inode.
6362
6363         rename-tests: new test, exposes several platform bugs
6364         * modules/rename-tests: New file.
6365         * tests/test-rename.h: Likewise.
6366         * tests/test-rename.c: Likewise.
6367         * doc/posix-functions/rename.texi (rename): Improve documentation,
6368         including bugs that will eventually be fixed in gnulib.
6369
6370 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
6371
6372         * lib/uname.c: Include <stdlib.h>
6373         (uname): Assume version info is available.
6374
6375 2009-10-02  Jim Meyering  <meyering@redhat.com>
6376
6377         gnu-web-doc-update: correct --help output
6378         * build-aux/gnu-web-doc-update: Make --help output relevant.
6379
6380         gnu-web-doc-update: add standard options
6381         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
6382
6383         gnu-web-doc-update: New module.
6384         Use this script to automatically update the on-line web documentation
6385         for your GNU project at http://www.gnu.org/software/$pkg/manual/
6386         * modules/gnu-web-doc-update: New file, from coreutils.
6387         * build-aux/gnu-web-doc-update: New script.
6388
6389 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
6390
6391         link: LoadLibrary is not needed.
6392         * lib/link.c: Use GetModuleHandle.
6393
6394 2009-10-01  Eric Blake  <ebb9@byu.net>
6395
6396         getopt: bump serial number
6397         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
6398         change.
6399
6400         tests: tighten link, rmdir, and remove tests
6401         * tests/test-link.h (includes): No need to use <config.h> here.
6402         Clean up if directory hard link was created, otherwise test for
6403         trailing '.'.
6404         * tests/test-linkat.c (main): Simplify.
6405         * tests/test-remove.c (main): Enhance test for trailing '.'.
6406         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6407
6408 2009-10-01  Jim Meyering  <meyering@redhat.com>
6409
6410         maint.mk: requiring "make major" was annoying, for a "minor" release.
6411         What is intended is "stable", to contrast with alpha and beta,
6412         so require "make stable", not "make major".
6413         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
6414         (get_tool_versions): Likewise.
6415         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
6416
6417 2009-09-30  Ben Pfaff  <blp@gnu.org>
6418
6419         Fix broken build of replacement for Windows tmpfile().
6420         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
6421         flags argument added along with the 'mkostemp' module.
6422
6423 2009-09-28  Bruno Haible  <bruno@clisp.org>
6424
6425         Avoid identifier clash with POSIX function 'remove' defined as a macro.
6426         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
6427         to 'remove_elt'.
6428         (gl_list_remove): Update.
6429         * lib/gl_list.c (gl_list_remove): Update.
6430         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
6431         to 'remove_elt'.
6432         (gl_oset_remove): Update.
6433         * lib/gl_list.c (gl_oset_remove): Update.
6434         Reported by Eric Blake.
6435
6436 2009-09-28  Eric Blake  <ebb9@byu.net>
6437
6438         doc: mention yet more cygwin 1.7 status
6439         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
6440         cygwin.
6441         * doc/glibc-functions/execvpe.texi (execvpe): New file.
6442         * doc/gnulib.texi (Glibc unistd.h): Mention it.
6443
6444         argp: fix test failure
6445         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
6446         that are not upper-case.  Pass correct range to tolower.
6447
6448 2009-09-27  Jim Meyering  <meyering@redhat.com>
6449
6450         test-yesno: work around sparc-dash here-document infelicity
6451         Without this change, the literal \177 byte in a here document
6452         would make dash 0.5.5.1-3 access uninitialized memory.
6453         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
6454         Instead, use a marker, "@", and filter through tr to create the desired
6455         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
6456
6457 2009-09-27  Bruno Haible  <bruno@clisp.org>
6458
6459         Disable untested support for new flavours of ACLs on AIX.
6460         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
6461         progress.
6462         * lib/set-mode-acl.c (qset_acl): Likewise.
6463
6464 2008-12-07  Bruno Haible  <bruno@clisp.org>
6465
6466         Add support for new flavours of ACLs on AIX. (Untested.)
6467         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
6468         (file_has_acl): Add support for newer AIX.
6469         * lib/set-mode-acl.c (qset_acl): Likewise.
6470         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
6471         Rainer Tammer <tammer@tammer.net>.
6472
6473 2009-09-26  Eric Blake  <ebb9@byu.net>
6474
6475         argp: fix compilation of getopt
6476         * lib/getopt.in.h (includes): Use different guard than glibc.
6477         Reported by Sergey Poznyakoff.
6478
6479         doc: mention more cygwin 1.7 status
6480         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
6481         bug.
6482         * doc/posix-functions/execl.texi (execl): Likewise.
6483         * doc/posix-functions/execle.texi (execle): Likewise.
6484         * doc/posix-functions/execlp.texi (execlp): Likewise.
6485         * doc/posix-functions/execv.texi (execv): Likewise.
6486         * doc/posix-functions/execve.texi (execve): Likewise.
6487         * doc/posix-functions/execvp.texi (execvp): Likewise.
6488         * doc/glibc-functions/canonicalize_file_name.texi
6489         (canonicalize_file_name): Cygwin 1.7 now provides this.
6490         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
6491         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
6492         on AT_SYMLINK_NOFOLLOW.
6493
6494 2009-09-24  Eric Blake  <ebb9@byu.net>
6495
6496         test-linkat: make test more robust
6497         * tests/test-linkat.c (main): Avoid collision with EEXIST.
6498
6499         getopt: fix inclusion guards for cygwin
6500         * modules/getopt-posix (Depends-on): Add include-next.
6501         (Makefile.am): Substitute more items in replacement header.
6502         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
6503         <getopt.h>.
6504         * lib/getopt.in.h (includes): Use split inclusion guard, and
6505         prefer <getopt.h> over include <unistd.h> when one is present.
6506         (option): Also override name of 'struct option'.
6507
6508         same-inode: revert prior change; it is not yet ready
6509         * NEWS: Undo mention of this change.
6510         * lib/same-inode.h (same-inode.h): Undo tri-state change.
6511         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6512         * lib/cycle-check.c (cycle_check): Likewise.
6513         * lib/same.c (same_name): Likewise.
6514         * lib/at-func2.c (at_func2): Likewise.
6515
6516 2009-09-23  Eric Blake  <ebb9@byu.net>
6517
6518         linkat: new module
6519         * modules/linkat: New file.
6520         * lib/at-func2.c (at_func2): Likewise.
6521         * lib/linkat.c (linkat): Likewise.
6522         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
6523         * lib/openat-priv.h (at_func2): Add declaration.
6524         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6525         * modules/unistd (Makefile.am): Substitute them.
6526         * lib/unistd.in.h (linkat): Declare it.
6527         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6528         * doc/posix-functions/linkat.texi (linkat): Likewise.
6529         * doc/posix-functions/link.texi (link): Tweak wording.
6530         * tests/test-link.c (main): Move guts...
6531         * tests/test-link.h (test_link): ...into new file.
6532         * modules/linkat-tests: New test.
6533         * tests/test-linkat.c: Likewise.
6534         * modules/link-tests (Files): Ship new file.
6535         (Depends-on): Add stdbool.
6536
6537         dirname: add library-safe mdir_name
6538         * lib/dirname.h (mdir_name): New prototype.
6539         * lib/dirname.c (dir_name): Move guts...
6540         (mdir_name): ...to new function that avoids xalloc_die.
6541
6542         fchdir: another mingw fix
6543         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
6544         * lib/fchdir.c (get_name): New helper method; skips canonicalize
6545         on mingw (where it has not yet been ported), and make it optional
6546         elsewhere.
6547         (_gl_register_fd): Use it.
6548
6549         same-inode: make SAME_INODE tri-state, to port to mingw
6550         * NEWS: Mention this change.
6551         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
6552         st_ino always being 0.
6553         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
6554         * lib/cycle-check.c (cycle_check): Likewise.
6555         * lib/same.c (same_name): Likewise.
6556
6557         lstat: avoid mingw compilation error
6558         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
6559         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
6560         lstat ourselves.
6561         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
6562         was adequate.
6563         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
6564         the checks for lstat.
6565         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
6566
6567         link: fix test failure on Solaris 9
6568         * lib/link.c (rpl_link): Don't assume link will catch bogus
6569         trailing slash on source.
6570
6571         test-symlinkat: enhance test
6572         * tests/test-readlink.c (main): Move guts...
6573         * tests/test-readlink.h (test_readlink): ...into new file.
6574         * tests/test-symlink.c (main): Move guts...
6575         * tests/test-symlink.h (test_symlink): ...into new file.
6576         * tests/test-symlinkat.c (main): Use new files for further
6577         coverage.
6578         (do_symlink, do_readlink): New helper functions.
6579         * modules/symlink-tests (Files): Ship new file.
6580         (Depends-on): Add stdbool.
6581         * modules/readlink-tests (Files): Ship new file.
6582         (Depends-on): Add stdbool.
6583         * modules/symlinkat-tests (Files): Use new files.
6584
6585 2009-09-23  Eric Blake  <ebb9@byu.net>
6586
6587         readlink: document portability issue with symlink length
6588         * doc/posix-functions/lstat.texi (lstat): Mention that some file
6589         systems have bogus st_size on symlinks, and mention the
6590         areadlink-with-size module.
6591         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
6592         * doc/posix-functions/readlink.texi (readlink): Mention the
6593         areadlink module, and ERANGE failure.
6594         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
6595         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
6596
6597         readlink: fix Solaris 9 bug with trailing slash
6598         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
6599         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
6600         * doc/posix-functions/readlink.texi (readlink): Document this.
6601         * modules/readlink-tests: New test.
6602         * tests/test-readlink.c: Likewise.
6603
6604         readlink: fix cygwin 1.5.x bug with return type
6605         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
6606         * lib/unistd.in.h (readlink): Use ssize_t.
6607         * lib/readlink.c (readlink): Likewise.
6608         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6609         * modules/unistd (Makefile.am): Substitute it.
6610         * lib/unistd.in.h (readlink): Declare replacement.
6611         * doc/posix-functions/readlink.texi (readlink): Document this.
6612
6613         symlink: use throughout gnulib
6614         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
6615         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
6616         symlink is not used.
6617         * modules/symlinkat (Depends-on): Add symlink.
6618         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6619         * modules/canonicalize-tests (Depends-on): Likewise.
6620         * modules/lstat-tests (Depends-on): Likewise.
6621         * modules/openat-tests (Depends-on): Likewise.
6622         * modules/remove-tests (Depends-on): Likewise.
6623         * modules/rmdir-tests (Depends-on): Likewise.
6624         * modules/unlink-tests (Depends-on): Likewise.
6625         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
6626         * tests/test-canonicalize.c (symlink): Likewise.
6627         * tests/test-fstatat.c (symlink): Likewise.
6628         * tests/test-lstat.c (symlink): Likewise.
6629         * tests/test-remove.c (symlink): Likewise.
6630         * tests/test-rmdir.c (symlink): Likewise.
6631         * tests/test-unlink.c (symlink): Likewise.
6632         * tests/test-unlinkat.c (symlink): Likewise.
6633
6634         symlink: new module, for Solaris 9 bug
6635         * modules/symlink: New file.
6636         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
6637         * lib/symlink.c: Likewise.
6638         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
6639         * modules/unistd (Makefile.am): Substitute them.
6640         * lib/unistd.in.h (symlink): Declare replacement.
6641         * MODULES.html.sh (File system functions): Mention it.
6642         * doc/posix-functions/symlink.texi (symlink): Likewise.
6643         * modules/symlink-tests: New test.
6644         * tests/test-symlink.c: Likewise.
6645
6646 2009-09-23  Bruno Haible  <bruno@clisp.org>
6647
6648         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
6649         when needed.
6650         Test case: gnulib-tool --import --with-tests atexit inttypes.
6651         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
6652
6653 2009-09-23  Bruno Haible  <bruno@clisp.org>
6654
6655         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
6656         subcommand, not in a subshell.
6657
6658 2009-09-22  Eric Blake  <ebb9@byu.net>
6659
6660         unistd: sort replacement declarations
6661         * lib/unistd.in.h: Sort declarations.
6662
6663         open, openat: minor optimization
6664         * lib/open.c (open): If open succeeded, len is non-zero.
6665         * lib/openat.c (rpl_openat): Likewise.
6666
6667         link-follow: ensure correct result
6668         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
6669         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
6670         distinguish between possible failures.
6671
6672 2009-09-21  Eric Blake  <ebb9@byu.net>
6673
6674         fts: avoid compiler warning
6675         * lib/fts.c (dirent_inode_sort_may_be_useful)
6676         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
6677
6678 2009-09-19  Bruno Haible  <bruno@clisp.org>
6679
6680         * lib/progreloc.c (canonicalize_file_name): New declaration.
6681
6682 2009-09-19  Eric Blake  <ebb9@byu.net>
6683
6684         link: fix quoting
6685         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
6686
6687         openat: fix openat bugs on Solaris 9
6688         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
6689         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
6690         * modules/openat (Depends-on): Add open.
6691         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
6692         * modules/fcntl-h (Makefile.am): Substitute it.
6693         * lib/fcntl.in.h (openat): Declare replacement.
6694         * doc/posix-functions/openat.texi (openat): Document this.
6695
6696         openat: move fstatat and unlinkat into correct files
6697         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
6698         compiled.
6699         * lib/openat.c (fstatat, unlinkat): Move...
6700         * lib/fstatat.c (fstatat): ...into correct files.
6701         * lib/unlinkat.c (unlinkat): Likewise.
6702
6703         openat: fix unlinkat bugs on Solaris 9
6704         * lib/unlinkat.c (unlinkat): New file.
6705         * modules/openat (Depends-on): Add unlink.
6706         (Files): Distribute it.
6707         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
6708         trailing slash behavior is broken.
6709         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
6710         * modules/unistd (Makefile.am): Substitute it.
6711         * lib/unistd.in.h (unlinkat): Declare replacement.
6712         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
6713
6714         openat: fix fstatat bugs on Solaris 9
6715         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
6716         stat.
6717         * doc/posix-functions/fstatat.texi (fstatat): Document this.
6718
6719         test-unlinkat: enhance test, to expose Solaris 9 bug
6720         * tests/test-unlink.c (main): Factor guts...
6721         * tests/test-unlink.h (test_rmdir_func): ...into new file.
6722         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
6723         * tests/test-rmdir.c (main): Adjust caller.
6724         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
6725         (unlinker): New helper function.
6726         (rmdirat): Enhance check.
6727         * modules/rmdir-tests (Depends-on): Add stdbool.
6728         * modules/unlink-tests (Depends-on): Likewise.
6729         (Files): Add test-unlink.h.
6730         * modules/openat-tests (Files): Likewise.
6731         (Depends-on): Add unlinkdir.
6732
6733         test-fstatat: new test, to expose Solaris 9 bugs
6734         * tests/test-stat.c (main): Factor guts...
6735         * tests/test-stat.h (test_stat_func): ...into new file.
6736         * tests/test-lstat.c (main): Factor guts...
6737         * tests/test-lstat.h (test_lstat_func): ...into new file.
6738         * tests/test-fstatat.c: New file.
6739         * modules/stat-tests (Files): Add test-stat.h.
6740         * modules/lstat-tests (Files): Add test-lstat.h.
6741         (Depends-on): Add stdbool.
6742         * modules/openat-tests (Depends-on): Add pathmax.
6743         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
6744         (Makefile.am): Run new test.
6745
6746         remove: new module, for mingw and Solaris 9 bugs
6747         * modules/remove: New file.
6748         * lib/remove.c: Likewise.
6749         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
6750         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
6751         * modules/stdio (Makefile.am): Use them.
6752         * lib/stdio.in.h (remove): Declare replacement.
6753         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6754         * doc/posix-functions/remove.texi (remove): Likewise.
6755         * modules/remove-tests: New test.
6756         * tests/test-remove.c: Likewise.
6757
6758         unlink: new module, for Solaris 9 bug
6759         * modules/unlink: New file.
6760         * lib/unlink.c: Likewise.
6761         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
6762         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
6763         * modules/unistd (Makefile.am): Use them.
6764         * lib/unistd.in.h (stat): Declare replacement.
6765         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6766         * doc/posix-functions/unlink.texi (unlink): Likewise.
6767         * modules/unlink-tests: New test.
6768         * tests/test-unlink.c: Likewise.
6769
6770         lstat: fix Solaris 9 bug
6771         * lib/lstat.c (lstat): Also check for trailing slash on
6772         non-symlink, non-directories.  Use stat module to simplify logic.
6773         * doc/posix-functions/lstat.texi (lstat): Document it.
6774         * modules/lstat-tests (Depends-on): Add errno, same-inode.
6775         (configure.ac): Check for symlink.
6776         * tests/test-lstat.c (main): Add more tests.
6777
6778         stat: add as dependency to other modules
6779         * modules/chown (Depends-on): Add stat.
6780         * modules/euidaccess (Depends-on): Likewise.
6781         * modules/fchdir (Depends-on): Likewise.
6782         * modules/isdir (Depends-on): Likewise.
6783         * modules/link (Depends-on): Likewise.
6784         * modules/lstat (Depends-on): Likewise.
6785         * modules/mkdir-p (Depends-on): Likewise.
6786         * modules/modechange (Depends-on): Likewise.
6787         * modules/open (Depends-on): Likewise.
6788         * modules/readlink (Depends-on): Likewise.
6789         * modules/same (Depends-on): Likewise.
6790
6791         stat: fix Solaris 9 bug
6792         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
6793         slash.
6794         * lib/stat.c (rpl_stat): Work around it.
6795         * doc/posix-functions/stat.texi (stat): Update documentation.
6796
6797         stat: new module, for mingw bug
6798         * modules/stat: New file.
6799         * lib/stat.c: Likewise.
6800         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
6801         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
6802         * modules/sys_stat (Makefile.am): Use them.
6803         * lib/sys_stat.in.h (stat): Declare replacement.
6804         * lib/openat.c (fstatat): Deal with lstat and stat being function
6805         macros.
6806         * modules/openat (Depends-on): Add inline.
6807         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
6808         * doc/posix-functions/stat.texi (stat): Likewise.
6809         * modules/stat-tests: New test.
6810         * tests/test-stat.c: Likewise.
6811
6812 2009-09-19  Jim Meyering  <meyering@redhat.com>
6813
6814         syntax-check: detect unnecessary inclusion of canonicalize.h
6815         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
6816
6817 2009-09-19  Eric Blake  <ebb9@byu.net>
6818
6819         canonicalize-lgpl: adjust clients to use correct header
6820         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6821         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
6822         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
6823         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
6824         * lib/progreloc.c (includes): Likewise.
6825
6826 2009-09-19  Jim Meyering  <meyering@redhat.com>
6827
6828         test-posixtm.c: correct a comment
6829         * tests/test-posixtm.c: Correct first-line comment.
6830         Spotted by Eric Blake.
6831
6832 2009-09-16  Jim Meyering  <meyering@redhat.com>
6833
6834         posixtm-tests: make T const-correct; add a test case
6835         * tests/test-posixtm.c (T): Declare const.
6836         Add a test for -(2^31+1).
6837         Remove useless can-succeed-only-in-2002 test.
6838
6839         posixtm-tests: adjust the sole failing test
6840         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
6841         expected output matches what mktime now produces.  Cross-checked via
6842         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
6843
6844         posixtm: move #ifdef'd tests into a new module
6845         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
6846         * tests/test-posixtm.c: ... this new file.
6847         * modules/posixtm-tests: New module.
6848
6849 2009-09-19  Eric Blake  <ebb9@byu.net>
6850
6851         openat: simplify use of at-func.c
6852         * lib/at-func.c (includes): Include prerequisites here, to
6853         simplify requirements on client files.
6854         * lib/openat-priv.h: Add double-inclusion guard.
6855         * lib/faccessat.c (includes): Simplify.
6856         * lib/fchmodat.c (includes): Likewise.
6857         * lib/fchownat.c (includes): Likewise.
6858         * lib/mkdirat.c (includes): Likewise.
6859         * lib/mkfifoat.c (includes): Likewise.
6860         * lib/symlinkat.c (includes): Likewise.
6861
6862         openat: allow return of fd 0
6863         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
6864         * modules/save-cwd (Depends-on): Replace fcntl-safer with
6865         unistd-safer.
6866         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
6867         <fcntl.h>; this module does not leak fds.
6868         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
6869         must be allowed to return 0, leaving openat_safer to add the
6870         safety.
6871         (openat_permissive): Avoid writing to just-opened fd 2 if
6872         restoring the current directory fails.
6873         * lib/openat-die.c (openat_restore_fail): Add comment.
6874         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
6875         (save_cwd): Guarantee safe fd, but without use of open_safer.
6876         * tests/test-openat.c: New test.
6877         * modules/openat-tests (Files, Makefile.am): Distribute and build
6878         new file.
6879
6880         relocatable-prog-wrapper: fix build
6881         * modules/relocatable-prog-wrapper (Files): Update name of
6882         canonicalize m4 file, broken on 2009-09-17.
6883         Reported by emad hajjar <aleppos@hotmail.com>.
6884
6885 2009-09-19  Bruno Haible  <bruno@clisp.org>
6886
6887         * lib/safe-alloc.h: Use the standard header with GPL copyright.
6888         * lib/safe-alloc.c: Likewise.
6889         Reported by Ian Beckwith <ianb@erislabs.net>.
6890
6891 2009-09-18  Bruno Haible  <bruno@clisp.org>
6892
6893         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
6894         Reported by <erobles@sensacd.com.mx>.
6895
6896 2009-09-17  Eric Blake  <ebb9@byu.net>
6897
6898         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
6899         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
6900         slashes when checking if last component is missing.
6901         * tests/test-canonicalize.c (main): Test this.
6902
6903         canonicalize, canonicalize-lgpl: honor // if distinct from /
6904         * modules/canonicalize (Files): Add double-slash-root.m4.
6905         * modules/canonicalize-lgpl (Files): Likewise.
6906         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
6907         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
6908         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
6909         fallback definition.
6910         (canonicalize_filename_mode): Use it to protect //.
6911         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
6912         (__realpath): Likewise.
6913         * tests/test-canonicalize.c (main): Test this.
6914         * tests/test-canonicalize-lgpl.c (main): Likewise.
6915         * modules/canonicalize-tests (Depends-on): Add same-inode.
6916         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
6917
6918         canonicalize-lgpl: fix glibc bug with trailing slash
6919         * m4/canonicalize-lgpl.m4: Move contents...
6920         * m4/canonicalize.m4: ...here.
6921         (gl_CANONICALIZE_LGPL): Factor realpath check...
6922         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
6923         glibc 2.3.5 bug, fixed 2005-04-27.
6924         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
6925         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
6926         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
6927         * modules/canonicalize-lgpl (Files): Manage file rename.
6928         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6929         * modules/stdlib (Makefile.am): Substitute witness.
6930         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
6931         is needed.
6932         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
6933         replacement is required.
6934         * lib/canonicalize.c (canonicalize_file_name): Likewise.
6935         * doc/glibc-functions/canonicalize_file_name.texi
6936         (canonicalize_file_name): Document this.
6937         * doc/posix-functions/realpath.texi (realpath): Likewise.
6938
6939         canonicalize-lgpl: reject non-directory with trailing slash
6940         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
6941         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
6942         catches failures in glibc 2.3.5.
6943         * tests/test-canonicalize.c (main): Likewise.
6944
6945         canonicalize-lgpl: use native realpath if it works
6946         * lib/canonicalize-lgpl.c (realpath): Guard with
6947         FUNC_REALPATH_WORKS.
6948         * lib/stdlib.in.h (realpath): Make declaration optional based on
6949         HAVE_REALPATH.
6950         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
6951         native realpath works.
6952         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
6953         * modules/stdlib (Makefile.am): Substitute witness.
6954
6955         canonicalize, canonicalize-lgpl: use <stdlib.h>
6956         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
6957         (Include): Mention <stdlib.h>.
6958         (configure.ac): Mention functions we provide.
6959         * modules/canonicalize (configure.ac): Likewise.
6960         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
6961         realpath if canonicalize_file_name is missing.
6962         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
6963         * modules/stdlib (Makefile.am): Substitute witnesses.
6964         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
6965         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
6966         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
6967         * NEWS: Document this.
6968         * doc/glibc-functions/canonicalize_file_name.texi
6969         (canonicalize_file_name): Likewise.
6970         * doc/posix-functions/realpath.texi (realpath): Likewise.
6971         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
6972
6973         test-canonicalize: consolidate into single C program
6974         * tests/test-canonicalize.sh: Delete; move setup into...
6975         * tests/test-canonicalize.c (main): ...the program, making it
6976         easier to run in debugger.  Add some tests.
6977         * modules/canonicalize-tests (Files): Remove unused file.
6978         (Depends-on): Add progname.
6979         (configure.ac, Makefile.am): Simplify.
6980
6981         test-canonicalize-lgpl: consolidate into single C program
6982         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
6983         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
6984         easier to run in debugger.  Add some tests.
6985         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
6986         (configure.ac, Makefile.am): Simplify.
6987
6988         canonicalize: avoid resolvepath
6989         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
6990         unnecessary checks.
6991         * lib/canonicalize.c (includes): Simplify.
6992         (canonicalize_file_name): Drop resolvepath implementation.
6993         * modules/canonicalize (Depends-on): Drop filenamecat.
6994
6995         canonicalize: don't lose errno
6996         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
6997         over calls to free.
6998
6999         canonicalize: simplify errno handling
7000         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
7001         assignment.
7002
7003         canonicalize, canonicalize-lgpl: update module dependencies
7004         * modules/canonicalize (Depends-on): Add extensions, lstat,
7005         pathmax, stdlib.
7006         (Files): Drop pathmax.h.
7007         (configure.ac): Adjust macro name.
7008         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
7009         lstat, stdlib, sys_stat.
7010         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
7011         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
7012         extensions.
7013         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
7014         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
7015         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
7016         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
7017         declaration, if available.
7018         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
7019         we can rely on the readlink module.
7020         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
7021         (includes): Use <unistd.h> unconditionally.
7022
7023 2009-09-17  Eric Blake  <ebb9@byu.net>
7024
7025         maint: make Include sections of modules consistent
7026         * modules/alloca: Use only header name; no need to list #include.
7027         * modules/alloca-opt: Likewise.
7028         * modules/arpa_inet: Likewise.
7029         * modules/canon-host: Likewise.
7030         * modules/configmake: Likewise.
7031         * modules/dirent: Likewise.
7032         * modules/eealloc: Likewise.
7033         * modules/environ: Likewise.
7034         * modules/fchdir: Likewise.
7035         * modules/fcntl: Likewise.
7036         * modules/fcntl-h: Likewise.
7037         * modules/gethrxtime: Likewise.
7038         * modules/gettime: Likewise.
7039         * modules/ignore-value: Likewise.
7040         * modules/inet_ntop: Likewise.
7041         * modules/inet_pton: Likewise.
7042         * modules/inttypes: Likewise.
7043         * modules/isnand-nolibm: Likewise.
7044         * modules/isnanf-nolibm: Likewise.
7045         * modules/mbchar: Likewise.
7046         * modules/mbfile: Likewise.
7047         * modules/mbiter: Likewise.
7048         * modules/mbuiter: Likewise.
7049         * modules/netdb: Likewise.
7050         * modules/netinet_in: Likewise.
7051         * modules/nproc: Likewise.
7052         * modules/pagealign_alloc: Likewise.
7053         * modules/poll: Likewise.
7054         * modules/printf-frexp: Likewise.
7055         * modules/pthread: Likewise.
7056         * modules/putenv: Likewise.
7057         * modules/random_r: Likewise.
7058         * modules/relocatable-prog: Likewise.
7059         * modules/search: Likewise.
7060         * modules/select: Likewise.
7061         * modules/selinux-h: Likewise.
7062         * modules/settime: Likewise.
7063         * modules/signal: Likewise.
7064         * modules/size_max: Likewise.
7065         * modules/socklen: Likewise.
7066         * modules/ssize_t: Likewise.
7067         * modules/stdarg: Likewise.
7068         * modules/stdbool: Likewise.
7069         * modules/stddef: Likewise.
7070         * modules/stdint: Likewise.
7071         * modules/stdio: Likewise.
7072         * modules/stdlib: Likewise.
7073         * modules/string: Likewise.
7074         * modules/strings: Likewise.
7075         * modules/sys_file: Likewise.
7076         * modules/sys_ioctl: Likewise.
7077         * modules/sys_select: Likewise.
7078         * modules/sys_socket: Likewise.
7079         * modules/sys_stat: Likewise.
7080         * modules/sys_time: Likewise.
7081         * modules/sys_times: Likewise.
7082         * modules/sys_utsname: Likewise.
7083         * modules/sys_wait: Likewise.
7084         * modules/sysexits: Likewise.
7085         * modules/time: Likewise.
7086         * modules/times: Likewise.
7087         * modules/tmpfile: Likewise.
7088         * modules/trim: Likewise.
7089         * modules/unistd: Likewise.
7090         * modules/wchar: Likewise.
7091         * modules/wctype: Likewise.
7092
7093 2009-09-17  Bruno Haible  <bruno@clisp.org>
7094
7095         Make getdate.y compile on QNX and NetBSD 5 / i386.
7096         * m4/getdate.m4 (gl_GETDATE): Conditionally define
7097         TIME_T_FITS_IN_LONG_INT.
7098         * lib/getdate.y (long_time_t): New type.
7099         (relative_time): Change type of 'seconds' field to long_time_t.
7100         (get_date): Update types of local variables. Check against overflow
7101         during conversion from long_time_t to time_t.
7102         Reported by Matt Kraai <kraai@ftbfs.org>
7103         and Hasso Tepper <hasso@netbsd.org>.
7104
7105 2009-09-17  Bruno Haible  <bruno@clisp.org>
7106
7107         * modules/COPYING: Update copyright years.
7108         * modules/README: Likeiwse.
7109         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
7110         Reported by Ian Beckwith <ianb@erislabs.net>.
7111
7112 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
7113
7114         * users.txt: Update references for gnuit package.
7115
7116 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
7117
7118         * m4/getdelim.m4: Fix typo in copyright line.
7119
7120 2009-09-17  Bruno Haible  <bruno@clisp.org>
7121
7122         * lib/atoll.c: Use the standard header with GPL copyright.
7123         * lib/argz.in.h: Likewise.
7124         * lib/glob.c: Likewise.
7125         * lib/glob-libc.h: Likewise.
7126         * lib/random_r.c: Likewise.
7127         * lib/siglist.h: Likewise.
7128         * lib/strsignal.c: Likewise.
7129         Reported by Ian Beckwith <ianb@erislabs.net>.
7130
7131 2009-09-17  Eric Blake  <ebb9@byu.net>
7132
7133         rmdir: ensure correct dependency order
7134         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
7135
7136 2009-09-17  Bruno Haible  <bruno@clisp.org>
7137
7138         Disable assertion that fails on NetBSD 5 / i386.
7139         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
7140         Reported by Sam Steingold <sds@gnu.org>
7141         and Hasso Tepper <hasso@netbsd.org>.
7142
7143 2009-09-16  Eric Blake  <ebb9@byu.net>
7144
7145         unlinkdir: port to mingw
7146         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
7147         on which no one can unlink a directory.
7148
7149         stdlib: sort witness names
7150         * modules/stdlib (Makefile.am): Sort replacements.
7151         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
7152         * lib/stdlib.in.h: Likewise.
7153
7154         parse-duration-tests: avoid link failure
7155         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
7156         LIBINTL.
7157         Reported by Tom G. Christensen.
7158
7159         openat-tests: ensure unlinkat behaves like rmdir
7160         * tests/test-rmdir.c (main): Factor guts...
7161         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
7162         * modules/rmdir-tests (Files): Ship new file.
7163         * modules/openat-tests: New test.
7164         * tests/test-unlinkat.c: Likewise.
7165
7166         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
7167         * modules/rmdir-errno (Status, Notice): Now obsolete.
7168
7169         rmdir: work around cygwin 1.5.x and mingw bugs
7170         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
7171         * lib/rmdir.c (rmdir): Work around it.
7172         * modules/rmdir (Status, Notice): No longer obsolete.
7173         (Files): Add dos.m4.
7174         (Depends-on): Add unistd.
7175         (configure.ac): Set witnesses.
7176         (License): Relax to LGPLv2+.
7177         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
7178         * modules/unistd (Makefile.am): Substitute witnesses.
7179         * lib/unistd.in.h (rmdir): Declare replacement.
7180         * doc/posix-functions/rmdir.texi (rmdir): Document this.
7181         * modules/rmdir-tests: New tests.
7182         * tests/test-rmdir.c: Likewise.
7183
7184 2009-09-15  Eric Blake  <ebb9@byu.net>
7185
7186         fchdir: improve use of replacement functions
7187         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
7188         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
7189         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
7190         REPLACE_CLOSEDIR.
7191         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
7192         * modules/sys_stat (Makefile.am): Substitute correct witness.
7193         * modules/dirent (Makefile.am): Likewise.
7194         * modules/unistd (Makefile.am): Likewise.
7195         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
7196         * lib/unistd.in.h (dup): Likewise.
7197         * lib/sys_stat.in.h (fstat): Likewise.
7198
7199         maint: ignore gnulib-tool temp files
7200         * .gitignore: Ignore files created during gnulib-tool --test.
7201
7202 2009-09-13  Jim Meyering  <meyering@redhat.com>
7203
7204         posixtm: don't reject a time that specify "60" as the number of seconds
7205         * lib/posixtm.c (posixtime): The code to reject invalid dates
7206         would also reject a time specified with the .60 suffix.
7207         But POSIX allows that, in order to accommodate leap seconds.
7208         So don't reject it.
7209         (main): Adjust tests accordingly.
7210         * modules/posixtm (Depends-on): Add stpcpy.
7211
7212 2009-09-11  Jim Meyering  <meyering@redhat.com>
7213
7214         announce-gen: include [$release_type] in emitted Subject:
7215         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
7216         e.g., [stable] in the emitted Subject: line.
7217
7218 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7219
7220         Remove obsolete macros from several modules.
7221         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
7222         obsolete Autoconf macros with their modern counterparts.
7223         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
7224         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
7225         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
7226         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7227         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
7228         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
7229         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
7230         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
7231         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
7232         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
7233         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
7234         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
7235         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
7236         * m4/sockets.m4 (gl_SOCKETS): Likewise.
7237         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
7238         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
7239         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
7240         * m4/time_r.m4 (gl_TIME_R): Likewise.
7241         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
7242         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
7243         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
7244
7245         Fix copyright header in build-aux scripts.
7246         * build-aux/git-version-gen: Fix copyright header to match GPLv3
7247         recommendation.
7248         * build-aux/ncftpput-ftp: Likewise.
7249         * build-aux/update-copyright: Likewise.
7250
7251 2009-09-09  Eric Blake  <ebb9@byu.net>
7252
7253         test-link: allow Linux choice of errno
7254         * tests/test-link.c (main): Relax test for alternate error.
7255
7256         strndup: fix improper m4 caching
7257         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
7258         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
7259         (gl_PREREQ_STRNDUP): Delete.
7260         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
7261         * modules/string (Makefile.am): Substitute it.
7262         * lib/string.in.h (strndup): Modernize prototype.
7263
7264         getcwd: port to mingw
7265         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
7266         different from the POSIX assumptions made throughout the getcwd
7267         module; fortunately, the mingw getcwd does not need replacement.
7268         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
7269         * modules/getcwd-tests: New test.
7270         * tests/test-getcwd.c: Likewise.
7271
7272         link: fix platform bugs
7273         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
7274         * lib/link.c (link): Work around them.  Fix related mingw bug.
7275         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
7276         * modules/unistd (Makefile.am): Substitute it.
7277         * lib/unistd.in.h (link): Declare replacement.
7278         * doc/posix-functions/link.texi (link): Document this.
7279         * modules/link (Depends-on): Add strdup-posix, sys_stat.
7280
7281         test-link: consolidate into single C program, test more cases
7282         * tests/test-link.sh: Delete.
7283         * tests/test-link.c: Test more error conditions.  Exposes bugs on
7284         at least Cygwin and Solaris.
7285         * modules/link-tests (Files): Remove unused file.
7286         (Depends-on): Add errno, sys_stat.
7287         (Makefile.am): Simplify.
7288
7289 2009-09-08  Bruno Haible  <bruno@clisp.org>
7290
7291         Work around towlower, towupper bug on mingw.
7292         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
7293         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
7294         * doc/posix-functions/towlower.texi: Mention the mingw bug.
7295         * doc/posix-functions/towupper.texi: Likewise.
7296         Reported by Eric Blake.
7297
7298 2009-09-08  Jim Meyering  <meyering@redhat.com>
7299
7300         build: don't try to run autoheader if we don't use it
7301         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
7302         is not used in configure.ac.
7303
7304 2009-09-08  Eric Blake  <ebb9@byu.net>
7305
7306         euidaccess: fix compilation error
7307         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
7308
7309         rawmemchr: relax license
7310         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
7311         okay.
7312         Reported by Jim Meyering.
7313
7314         mkfifoat: new module
7315         * modules/mkfifoat: New file.
7316         * lib/mkfifoat.c: Likewise.
7317         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
7318         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
7319         * modules/sys_stat (Makefile.am): Use them.
7320         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
7321         * MODULES.html.sh (File system functions): Mention module.
7322         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
7323         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
7324         * modules/mkfifoat-tests: New test.
7325         * tests/test-mkfifoat.c: Likewise.
7326
7327         strchrnul: relax license
7328         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
7329         okay.
7330         Reported by Jim Meyering.
7331
7332 2009-09-08  Eric Blake  <ebb9@byu.net>
7333
7334         fstatat: fix compilation on Solaris
7335         * lib/fstatat.c (includes): Add fcntl.h.
7336         Reported by Pádraig Brady.
7337
7338 2009-09-07  Eric Blake  <ebb9@byu.net>
7339
7340         rename: modernize replacement
7341         * modules/rename (Depends-on): Add stdio.
7342         (configure.ac): Declare witness.
7343         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
7344         stdio take care of replacement.
7345         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
7346         * modules/stdio (Makefile.am): Substitute them.
7347         * lib/stdio.in.h (rename): Declare replacement.
7348         * lib/rename.c (includes): Allow cross-compilation to non-windows
7349         machines.
7350         * doc/posix-functions/rename.texi (rename): Improve
7351         documentation.
7352
7353         stdio: sort witness names
7354         * modules/stdio (Makefile.am): Sort replacements.
7355         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7356         * lib/stdio.in.h: Likewise.
7357
7358         getcwd: minor cleanups
7359         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
7360         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
7361
7362         openat: provide more convenience names
7363         * modules/faccessat (configure.ac): Add C witness.
7364         * lib/unistd.in.h (readlinkat): Fix typo.
7365         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
7366         convenience wrappers.
7367         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
7368         wrappers in syntax checks.
7369
7370 2009-09-06  Eric Blake  <ebb9@byu.net>
7371
7372         doc: fix comments in recent patches
7373         * lib/faccessat.c: Mention correct function.
7374         * lib/fchmodat.c: Likewise.
7375         * lib/fchownat.c: Likewise.
7376         * lib/symlinkat.c: Likewise.
7377         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
7378         constants.
7379
7380         faccessat, symlinkat: continue cleanup of previous patch
7381         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
7382         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7383         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
7384         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
7385         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
7386         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
7387         set.
7388
7389 2009-09-06  Bruno Haible  <bruno@clisp.org>
7390
7391         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
7392         (fstatat): Declare if GNULIB_FSTATAT is set.
7393         (mkdirat): Declare if GNULIB_MKDIRAT is set.
7394         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
7395         (unlinkat): Declare if GNULIB_UNLINKAT is set.
7396         * modules/fcntl-h (Files): Remove m4/openat.m4.
7397         * modules/sys_stat (Files): Remove m4/openat.m4.
7398         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
7399         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
7400         * modules/unistd (Files): Remove m4/openat.m4.
7401         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
7402         GNULIB_OPENAT.
7403         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
7404         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
7405         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
7406         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
7407         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
7408         gl_OPENAT_DEFAULTS.
7409         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
7410         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
7411         Don't require gl_OPENAT_DEFAULTS.
7412         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
7413         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
7414         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
7415         (gl_OPENAT_DEFAULTS): Remove macro.
7416
7417 2009-09-06  Bruno Haible  <bruno@clisp.org>
7418
7419         * modules/openat (configure.ac): Remove unneeded witness.
7420
7421 2009-09-06  Bruno Haible  <bruno@clisp.org>
7422
7423         Set errno to ENOSYS when a function is entirely unsupported.
7424         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
7425         EOPNOTSUPP.
7426         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7427         * modules/chown (Depends-on): Remove errno.
7428
7429 2009-09-06  Bruno Haible  <bruno@clisp.org>
7430
7431         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
7432
7433 2009-09-06  Bruno Haible  <bruno@clisp.org>
7434
7435         * lib/sys_stat.in.h: Fix preprocessor command indentation.
7436
7437 2009-09-06  Ben Pfaff  <blp@gnu.org>
7438             Bruno Haible  <bruno@clisp.org>
7439
7440         Work around a glibc bug in strtok_r.
7441         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
7442         Undefine if UNDEFINE_STRTOK_R is set.
7443         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
7444         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7445         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
7446         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
7447         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
7448         UNDEFINE_STRTOK_R.
7449         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
7450
7451 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
7452
7453         exclude: minor fix
7454         * lib/exclude.c: Include wctype.h
7455
7456 2009-09-06  Akim Demaille  <demaille@gostai.com>
7457
7458         bootstrap: improve error message
7459         * build-aux/bootstrap (find_tool): Upon failure, report the list
7460         of candidates.
7461         Honor the initial value of the envvar.
7462
7463 2009-09-05  Eric Blake  <ebb9@byu.net>
7464
7465         symlinkat: new module
7466         * modules/symlinkat: New file.
7467         * lib/symlinkat.c: Likewise.
7468         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
7469         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
7470         * modules/unistd (Makefile.am): Use them.
7471         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
7472         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
7473         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
7474         * MODULES.html.sh (File system functions): Mention module.
7475         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7476         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
7477         * modules/symlinkat-tests: New test.
7478         * tests/test-symlinkat.c: Likewise.
7479
7480         test-openat-safer: add more checks
7481         * tests/test-openat-safer.c (main): Check more code paths.
7482
7483 2009-09-05  Jim Meyering  <meyering@redhat.com>
7484
7485         syntax-check: detect unnecessary inclusion of openat.h
7486         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
7487
7488 2009-09-05  Bruno Haible  <bruno@clisp.org>
7489
7490         Support towlower, towupper.
7491         * doc/posix-functions/towlower.texi: Mention module wctype.
7492         * doc/posix-functions/towupper.texi: Likewise.
7493         * lib/wctype.in.h (towlower, towupper): New functions.
7494         * tests/test-wctype.c: Include stdio.h, stdlib.h.
7495         (ASSERT): New macro.
7496         (e): New variable.
7497         (main): Test also towlower, towupper. Test WEOF argument.
7498         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
7499
7500 2009-09-05  Bruno Haible  <bruno@clisp.org>
7501
7502         Fix conversion behaviour when the input is invalid.
7503         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
7504         mark occurring in first pass of indirect conversion.
7505         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
7506         input.
7507         Found by clang's static analyzer.
7508
7509 2009-09-05  Bruno Haible  <bruno@clisp.org>
7510
7511         * tests/test-striconveh.c (main): Test indirect conversion on platforms
7512         where direct conversion is possible.
7513
7514 2009-09-04  Eric Blake  <ebb9@byu.net>
7515
7516         openat: fail with ENOENT on empty name
7517         * lib/openat-proc.c (openat_proc_name): Special-case the empty
7518         buffer.
7519
7520         link-follow: fix logic bug in prior patch
7521         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
7522         reversed sense of yes and no in prior patch.  Avoid confusing
7523         compilation failure with desired semantics.
7524
7525         link-follow: accomodate mingw and cross-compilation
7526         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
7527         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
7528         cross-compilation results to -1, to make linkat easier to
7529         implement when cross-compiling.  Trivially support mingw.
7530         * modules/link-follow (configure.ac): Call new name.
7531         * NEWS: Mention this.
7532
7533 2009-09-03  Eric Blake  <ebb9@byu.net>
7534
7535         faccessat: compile replacement
7536         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
7537         needed.
7538
7539         fts: fix compilation error
7540         * lib/fts.c (includes): Re-add "openat.h", for
7541         openat_needs_fchdir.
7542
7543         faccessat: new module
7544         * modules/faccessat: New file.
7545         * lib/faccessat.c: Likewise.
7546         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
7547         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7548         * modules/unistd (Makefile.am): Use it.
7549         * lib/unistd.in.h (faccessat): Declare it.
7550         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
7551         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
7552         * MODULES.html.sh (File system functions): Mention it.
7553         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
7554         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7555
7556         euidaccess: prefer POSIX over non-standard implementation
7557         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
7558         * lib/euidaccess.c (euidaccess): Use it if available.
7559
7560         openat: make template easier to use
7561         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
7562         AT_FUNC_F2 to be undefined.
7563         (VALIDATE_FLAG): New macro; use it to reject bad flags.
7564         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
7565         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
7566         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
7567         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
7568         Likewise.
7569         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
7570         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
7571         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
7572         Likewise.
7573
7574         openat: declare in POSIX headers
7575         * NEWS: Mention this.
7576         * modules/openat (configure.ac): Declare witnesses.
7577         (Depends-on): Add fcntl-h, sys_stat, unistd.
7578         (Include): Mention correct headers.
7579         * modules/fcntl-h (Depends-on): Add link-warning.
7580         (Files): Add openat.m4.
7581         (Makefile.am): Substitute witnesses.
7582         * modules/sys_stat (Files, Makefile.am): Likewise.
7583         * modules/unistd (Files, Makefile.am): Likewise.
7584         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
7585         (gl_OPENAT_DEFAULTS): New macro.
7586         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
7587         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
7588         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
7589         (SYS_STAT_H): Remove unused variable.
7590         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
7591         * lib/fcntl--.h (includes): Remove unneeded header.
7592         * lib/openat-safer.c (includes): Likewise.
7593         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
7594         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
7595         appropriate headers.
7596         (__OPENAT_PREFIX): Delete.
7597         * lib/fcntl.in.h (openat): Provide declaration.
7598         (AT_FDCWD): Fix Solaris bug.
7599         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
7600         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
7601         * lib/fchmodat.c (includes):  Adjust to find declaration.
7602         * lib/fchownat.c (includes): Likewise.
7603         * lib/mkdirat.c (includes): Likewise.
7604         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
7605         still visible.
7606
7607 2009-09-02  Eric Blake  <ebb9@byu.net>
7608
7609         errno: use consistently
7610         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
7611         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
7612         * lib/canonicalize.c (ELOOP): Likewise.
7613         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
7614         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
7615         * lib/lchown.c (EOPNOTSUPP): Likewise.
7616         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
7617         * lib/savewd.c (ESTALE): Likewise.
7618         * lib/settime.c (ENOSYS): Likewise.
7619         * lib/utimens.c (ENOSYS): Likewise.
7620         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
7621         * lib/chdir-safer.c (ELOOP): Likewise.
7622         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
7623         * modules/c-stack (Depends-on): Add errno.
7624         * modules/canonicalize (Depends-on): Likewise.
7625         * modules/chdir-safer (Depends-on): Likewise.
7626         * modules/fdopendir (Depends-on): Likewise.
7627         * modules/inet_ntop (Depends-on): Likewise.
7628         * modules/inet_pton (Depends-on): Likewise.
7629         * modules/lchown (Depends-on): Likewise.
7630         * modules/openat (Depends-on): Likewise.
7631         * modules/savewd (Depends-on): Likewise.
7632         * modules/settime (Depends-on): Likewise.
7633         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
7634
7635         fts: avoid leaking fds
7636         * modules/fts (Depends-on): Add cloexec.
7637         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
7638         flag.
7639
7640         fts: make directory fds more robust
7641         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
7642         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
7643
7644         backupfile, chdir-long, fts, savedir: make safer
7645         * lib/backupfile.c (includes): Use "dirent--.h", since
7646         numbered_backup can write to stderr during readdir.
7647         * lib/savedir.c (includes): Likewise.
7648         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
7649         emulation can write to stderr on failure.
7650         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
7651         * lib/getcwd.c: Document why opendir_safer is unused.
7652         * lib/glob.c: Likewise.
7653         * lib/scandir.c: Likewise.
7654         * lib/openat-proc.c: Likewise, for open_safer.
7655         * modules/backupfile (Depends-on): Add dirent-safer.
7656         * modules/savedir (Depends-on): Likewise.
7657         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
7658         * modules/chdir-long (Depends-on): Add openat-safer.
7659
7660         openat-safer: new module
7661         * modules/openat-safer: New file.
7662         * lib/openat-safer.c: Likewise.
7663         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
7664         * lib/fcntl-safer.h (openat_safer): Declare.
7665         * lib/fcntl--.h (openat): Override.
7666         * MODULES.html.sh (File descriptor based I/O): Mention it.
7667         * lib/openat.h: Add double-inclusion guards.
7668         * lib/openat.c (includes): Only include "fcntl-safer.h", not
7669         "fcntl--.h", so we can implement openat.
7670         * modules/openat-safer-tests: New test.
7671         * tests/test-openat-safer.c: New file.
7672
7673         dirent-safer: new module
7674         * modules/dirent-safer: New file.
7675         * lib/dirent--.h: Likewise.
7676         * lib/dirent-safer.h: Likewise.
7677         * lib/opendir-safer.c: Likewise.
7678         * m4/dirent-safer.m4: Likewise.
7679         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
7680         * modules/dirent-safer-tests: New test.
7681         * tests/test-dirent-safer.c: New file.
7682         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
7683
7684         fdopendir: optimize on mingw
7685         * lib/unistd.in.h (_gl_directory_name): New prototype.
7686         * lib/fchdir.c (_gl_directory_name): Implement it.
7687         (fchdir): Use it to simplify implementation.
7688         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
7689         fchdir, when available, to avoid calling [f]chdir().
7690
7691         fdopendir: split into its own module
7692         * lib/openat.c (fdopendir): Move...
7693         * lib/fdopendir.c: ...into new file.
7694         * modules/fdopendir: New module.
7695         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
7696         * modules/openat (Depends-on): Add fdopendir.
7697         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
7698         fdopendir here.
7699         * modules/savedir (Depends-on): Only need fdopendir, not full
7700         openat.
7701         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
7702         * lib/openat.h (fdopendir): Drop prototype.
7703         * lib/dirent.in.h (fdopendir): Provide prototype.
7704         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
7705         * modules/dirent (Makefile.am): Substitute them.
7706         * MODULES.html.sh (File system functions): Mention it.
7707         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
7708         * modules/fdopendir-tests: New file.
7709         * tests/test-fdopendir.c: Likewise.
7710
7711         fchdir: use more consistent macro convention
7712         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
7713         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
7714         REPLACE_FCHDIR, rather than relying on config.h macros.
7715         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
7716         inside a single make-time REPLACE_FCHDIR block, rather than using
7717         the config.h FCHDIR_REPLACEMENT.
7718         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
7719         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
7720         Manage fstat replacement.
7721         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
7722         REPLACE_FCHDIR.
7723         * modules/sys_stat (Files): Add m4/unistd_h.m4.
7724         (Makefile.am): Substitute REPLACE_FCHDIR.
7725         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
7726         FCHDIR_REPLACEMENT.
7727         * lib/dup-safer.c (dup_safer): Likewise.
7728         * lib/dup2.c (rpl_dup2): Likewise.
7729         * lib/dup3.c (rpl_dup3): Likewise.
7730         * lib/open.c (rpl_open): Likewise.
7731
7732         fchdir: simplify error handling, and support dup3
7733         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
7734         stdbool, malloc-posix, realloc-posix.
7735         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
7736         (ensure_dirs_slot): Return false on allocation failure.
7737         (rpl_dup2): Delete.
7738         (_gl_register_dup): New function.
7739         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
7740         (_gl_register_fd): Close fd on allocation failure.
7741         * lib/fcntl.in.h (_gl_register_fd): Update signature.
7742         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
7743         prototype.
7744         (rpl_dup2_fchdir): Delete prototype.
7745         * lib/open.c (open): Update caller.
7746         * lib/dup2.c (dup2): Track fchdir metadata.
7747         * lib/dup3.c (dup3): Likewise.
7748         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
7749         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
7750
7751 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7752
7753         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
7754         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
7755         don't pass arguments to AC_OUTPUT.
7756
7757 2009-09-02  Bruno Haible  <bruno@clisp.org>
7758
7759         * modules/mkdtemp (License): Relicense under LGPLv2+.
7760         Reported by Paolo Bonzini.
7761
7762 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7763
7764         Replace uses of obsolete autoconf macros in Jim's modules.
7765         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
7766         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
7767         can evoke a warning from autoconf when run with -Wobsolete
7768         enabled.  They were declared obsolete for good reasons (see
7769         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
7770         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
7771         should not continue using the deprecated macros.
7772         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
7773         obsolete Autoconf macros with modern counterparts.
7774         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
7775         * m4/dos.m4 (gl_AC_DOS): Likewise.
7776         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
7777         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
7778         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
7779         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
7780         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
7781         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
7782         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
7783         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
7784         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
7785         Likewise.
7786         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
7787         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7788         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
7789         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
7790         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7791         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7792
7793 2009-09-01  Eric Blake  <ebb9@byu.net>
7794
7795         fchdir: fix off-by-one bug in previous patch
7796         * lib/fchdir.c (rpl_fstat): Use correct bounds.
7797         (_gl_unregister_fd): Delete useless if.
7798
7799 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
7800
7801         maint.mk: sort the list of syntax-check rules
7802         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
7803         easier to get a sense of progress when the rules are run sequentially
7804         and take a long time.
7805
7806 2009-09-01  Simon Josefsson  <simon@josefsson.org>
7807
7808         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
7809         * modules/netinet_in: Likewise.
7810         * modules/sys_file: Likewise.
7811         * modules/sys_ioctl: Likewise.
7812         * modules/sys_select: Likewise.
7813         * modules/sys_socket: Likewise.
7814         * modules/sys_stat: Likewise.
7815         * modules/sys_time: Likewise.
7816         * modules/sys_times: Likewise.
7817         * modules/sys_utsname: Likewise.
7818         * modules/sys_wait: Likewise.
7819
7820 2009-09-01  Jim Meyering  <meyering@redhat.com>
7821
7822         fts: help ensure that return values are not ignored
7823         * lib/fts_.h (__GNUC_PREREQ): Define.
7824         (__attribute_warn_unused_result__): Define.
7825         (fts_children, fts_close, fts_open, fts_read): Declare with
7826         __attribute_warn_unused_result__.
7827
7828         fts: fts_close now fails also when closing a dir file descriptor fails
7829         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
7830         and propagate to caller, along with errno.
7831
7832         announce-gen: correct formatting in --help output
7833         * build-aux/announce-gen (usage): Move the one-line description in
7834         --help output "up", to where it belongs, just after Usage:.
7835
7836 2009-08-31  Eric Blake  <ebb9@byu.net>
7837
7838         fchdir: port to mingw
7839         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
7840         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
7841         opened, then use a substitute.
7842         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
7843         replacement.
7844         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
7845         (_gl_register_fd): No need to check stat if open already filters
7846         all directories.
7847         (fchdir): Fix error condition to match POSIX.
7848         * modules/fchdir (Depends-on): Add sys_stat.
7849         * doc/posix-functions/open.texi (open): Document the limitation.
7850         * modules/fchdir-tests: New file.
7851         * tests/test-fchdir.c: Likewise.
7852
7853         canonicalize: allow cross-testing from cygwin to mingw
7854         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
7855         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
7856         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
7857         Likewise.
7858         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
7859         target does not support symlinks.
7860         * tests/test-canonicalize-lgpl.sh: Likewise.
7861
7862         chown: avoid compilation warning on mingw
7863         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
7864         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
7865         mingw.
7866         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
7867         * modules/chown (Depends-on): Add errno.
7868
7869 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
7870
7871         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
7872         command.
7873
7874 2009-08-31  Jim Meyering  <meyering@redhat.com>
7875
7876         canonicalize: remove useless initialization
7877         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
7878         initialization of local, "end".
7879
7880 2009-08-30  Bruno Haible  <bruno@clisp.org>
7881
7882         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
7883         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
7884         ENOSYS.
7885
7886 2009-08-30  Bruno Haible  <bruno@clisp.org>
7887
7888         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
7889         /usr/xpg4/bin/tr when it exists.
7890         * tests/test-pipe-filter-gi1.sh: Likewise.
7891
7892 2009-08-30  Bruno Haible  <bruno@clisp.org>
7893
7894         Work around deficient /usr/bin/id program on Solaris.
7895         * tests/test-file-has-acl.sh (ID): New variable.
7896         * tests/test-set-mode-acl.sh (ID): Likewise.
7897         * tests/test-copy-acl.sh (ID): Likewise.
7898         * tests/test-copy-file.sh (ID): Likewise.
7899
7900 2009-08-30  Bruno Haible  <bruno@clisp.org>
7901
7902         New module 'xstriconveh'.
7903         * lib/xstriconveh.h: New file.
7904         * lib/xstriconveh.c: New file.
7905         * modules/xstriconveh: New file.
7906
7907 2009-08-30  Bruno Haible  <bruno@clisp.org>
7908
7909         Make it easier to use mem_cd_iconveh.
7910         * lib/striconveh.h (iconveh_t): New type.
7911         (iconveh_open, iconveh_close): New declarations.
7912         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7913         with a single 'const iconveh_t *' argument.
7914         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
7915         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
7916         with a single 'const iconveh_t *' argument.
7917         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
7918         * tests/test-striconveh.c (main): Update.
7919         * NEWS: Mention the change.
7920
7921 2009-08-30  Bruno Haible  <bruno@clisp.org>
7922
7923         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
7924         problem.
7925
7926 2009-08-30  Bruno Haible  <bruno@clisp.org>
7927
7928         Work around iconv_open problem on Solaris.
7929         * lib/iconv_open-solaris.gperf: New file.
7930         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
7931         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
7932         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
7933         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
7934         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
7935         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
7936
7937 2009-08-29  Jim Meyering  <meyering@redhat.com>
7938
7939         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
7940         * top/maint.mk (cvs-check): Remove target; it was just an alias
7941         to the better-named vc-diff-check.
7942         (maintainer-distcheck): Remove rule.  It was used only from
7943         the (alpha/beta/major) target, and all of its commands but one
7944         were coreutils-specific.
7945         (vc-dist): Remove rule.
7946         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
7947         Run vc-diff-check, not vc-dist.
7948         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
7949
7950 2009-08-27  Bruno Haible  <bruno@clisp.org>
7951
7952         * tests/test-bitrotate.c (main): Remove test that uses a shift count
7953         of 0.
7954
7955 2009-08-27  Bruno Haible  <bruno@clisp.org>
7956
7957         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
7958         compilers.
7959         * doc/func.texi: Document the SunPRO C bug.
7960
7961 2009-08-27  Bruno Haible  <bruno@clisp.org>
7962
7963         Fix link error on Solaris.
7964         * tests/test-parse-duration.c (xstrdup): Remove function.
7965
7966 2009-08-26  Pádraig Brady  <P@draigbrady.com>
7967
7968         ignore-value: handle pointer types, too
7969         * lib/ignore-value.h (__attribute__): Remove definition.
7970         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
7971         of a more concise and more-often effective "(void) i" statement.
7972         (ignore_ptr): New function to suppress warnings from functions that
7973         return pointers, and to make it explicit that one function doesn't
7974         handle all cases.
7975
7976 2009-08-25  Bruno Haible  <bruno@clisp.org>
7977
7978         dup2: work around a Linux bug.
7979         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
7980         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
7981         * doc/posix-functions/dup2.texi: Mention the Linux bug.
7982         Reported by Simon Josefsson.
7983
7984 2009-08-25  Jim Meyering  <meyering@redhat.com>
7985
7986         libguestfs uses gnulib
7987         * users.txt: Add libguestfs.
7988
7989 2009-08-24  Eric Blake  <ebb9@byu.net>
7990
7991         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
7992         * lib/pipe2.c (includes): Add binary-io.h.
7993         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
7994
7995 2009-08-24  Bruno Haible  <bruno@clisp.org>
7996
7997         Tolerate declared but missing accept4 syscall.
7998         * lib/accept4.c (accept4): Invoke original accept4 function first, if
7999         available.
8000         * lib/sys_socket.in.h (accept4): If the function is already present,
8001         override it.
8002         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
8003         * modules/accept4 (Makefile.am): Compile accept4.c always.
8004         Reported by Paolo Bonzini and Eric Blake.
8005
8006 2009-08-23  Bruno Haible  <bruno@clisp.org>
8007
8008         New module 'accept4'.
8009         * lib/sys_socket.in.h (accept4): New declaration.
8010         * lib/accept4.c: New file.
8011         * m4/accept4.m4: New file.
8012         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
8013         GNULIB_ACCEPT4, HAVE_ACCEPT4.
8014         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
8015         HAVE_ACCEPT4.
8016         * modules/accept4: New file.
8017         * doc/glibc-functions/accept4.texi: Mention the new module.
8018
8019 2009-08-24  Jim Meyering  <meyering@redhat.com>
8020
8021         progname: also set global program_invocation_name, when possible
8022         Before this change, a libtool-enabled program that calls glibc's
8023         error function would report the program name as
8024         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
8025         * modules/progname (configure.ac): Check for a declaration of
8026         program_invocation_name.
8027         * lib/progname.c:  Include <errno.h>.
8028         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
8029         Set program_invocation_name.
8030
8031 2009-08-23  Bruno Haible  <bruno@clisp.org>
8032
8033         * lib/dup3.c: Include <string.h>.
8034
8035 2009-08-23  Bruno Haible  <bruno@clisp.org>
8036
8037         * lib/dup3.c (dup3): Test only once whether the system actually exists.
8038         * lib/pipe2.c (pipe2): Likewise.
8039         Suggested by Eric Blake.
8040
8041 2009-08-23  Bruno Haible  <bruno@clisp.org>
8042
8043         Tolerate declared but missing dup3 syscall.
8044         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
8045         * lib/unistd.in.h (dup3): If the function is already present,
8046         override it.
8047         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
8048         * modules/dup3 (Makefile.am): Compile dup3.c always.
8049         Reported by Paolo Bonzini.
8050
8051 2009-08-23  Bruno Haible  <bruno@clisp.org>
8052
8053         Tolerate declared but missing pipe2 syscall.
8054         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
8055         available.
8056         * lib/unistd.in.h (pipe2): If the function is already present,
8057         override it.
8058         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
8059         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
8060         Reported by Paolo Bonzini.
8061
8062 2009-08-23  Bruno Haible  <bruno@clisp.org>
8063
8064         * lib/pipe2.c (pipe2): Move #ifs inside function.
8065
8066 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
8067
8068         quotearg: document limitations of quote_these_too
8069         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
8070         those limitations are created.
8071         * lib/quotearg.h (set_char_quoting): Document that digits and
8072         letters that are special after backslash are not permitted.
8073         (quotearg_char): Cross-reference set_char_quoting documentation.
8074
8075 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
8076
8077         quotearg: implement custom_quoting_style
8078         * lib/quotearg.c: (struct quoting_options): Add left_quote and
8079         right_quote fields.
8080         (set_custom_quoting): New public function.
8081         (quotearg_buffer_restyled): Add left_quote and right_quote
8082         arguments, handle them very much like locale quoting, and update
8083         all uses.
8084         (quotearg_n_custom): New public function.
8085         (quotearg_n_custom_mem): New public function.
8086         (quotearg_custom): New public function.
8087         (quotearg_custom_mem): New public function.
8088         * lib/quotearg.h: Prototype and document new public functions.
8089         (enum quoting_style): For escape_quoting_style and
8090         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
8091         ignored even though they're otherwise like c_quoting_style.
8092         Add custom_quoting_style member and document with comparison to
8093         clocale_quoting_style.
8094         * tests/test-quotearg.c (custom_quotes): New array.
8095         (custom_results): New array.
8096         (main): Extend to test custom quoting.
8097
8098 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
8099
8100         quotearg: fix right quote escaping when it's in quote_these_too
8101         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
8102         quote, be sure to prepend only one backslash.
8103         * tests/test-quotearg.c (use_quote_double_quotes): New function.
8104         (main): Test it.
8105
8106 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
8107
8108         quotearg-tests: test escaping of embedded locale quotes
8109         * tests/test-quotearg.c (struct result_strings): Add member for
8110         new input.
8111         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
8112         (inputs): Add new input.
8113         (results_g): Add expected results.
8114         (flag_results): Likewise.
8115         (locale_results): Likewise.
8116         (compare_strings): Check those.
8117
8118 2009-08-23  Bruno Haible  <bruno@clisp.org>
8119
8120         Tests for module 'dup3'.
8121         * modules/dup3-tests: New file.
8122         * tests/test-dup3.c: New file.
8123
8124         New module 'dup3'.
8125         * lib/unistd.in.h (dup3): New declaration.
8126         * lib/dup3.c: New file.
8127         * m4/dup3.m4: New file.
8128         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
8129         HAVE_DUP3.
8130         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
8131         * modules/dup3: New file.
8132         * doc/glibc-functions/dup3.texi: Mention the new module.
8133
8134 2009-08-23  Bruno Haible  <bruno@clisp.org>
8135
8136         Tweak the dup2 test.
8137         * tests/test-dup2.c (main): Create the test file empty. Verify that an
8138         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
8139         the test file is still empty. Fix argument order of lseek.
8140
8141 2009-08-23  Bruno Haible  <bruno@clisp.org>
8142
8143         Avoid test link errors when the modules getopt-gnu, gettext are used.
8144         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
8145         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8146
8147 2009-08-23  Bruno Haible  <bruno@clisp.org>
8148
8149         Fix getdtablesize() on mingw.
8150         * lib/getdtablesize.c (getdtablesize): Implement differently.
8151         * lib/unistd.in.h (getdtablesize): Improve comment.
8152
8153 2009-08-23  Bruno Haible  <bruno@clisp.org>
8154
8155         New module 'mkostemp'.
8156         Based on Ulrich Drepper's 2007-08-10 change in glibc.
8157         * lib/stdlib.in.h (mksotemp): New declaration.
8158         * lib/mkostemp.c: New file, from glibc with modifications.
8159         * lib/tempname.h (GT_FILE): Remove outdated comment.
8160         (gen_tempname): Add flags argument.
8161         * lib/tempname.c (__GT_BIGFILE): Remove macro.
8162         (__GT_FILE): Map to 1.
8163         (small_open, large_open): Remove macros.
8164         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
8165         * lib/mkstemp.c (mkstemp): Update.
8166         * lib/mkdtemp.c (mkdtemp): Likewise.
8167         * m4/mkostemp.m4: New file.
8168         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
8169         HAVE_MKOSTEMP.
8170         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
8171         HAVE_MKOSTEMP.
8172         * modules/mkostemp: New file, based on modules/mkstemp.
8173         * doc/glibc-functions/mkostemp.texi: Mention the new module.
8174         * NEWS: Mention the change.
8175
8176 2009-08-23  Bruno Haible  <bruno@clisp.org>
8177
8178         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
8179         Reported by Eric Blake.
8180
8181 2009-08-23  Bruno Haible  <bruno@clisp.org>
8182
8183         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
8184         Reported by Eric Blake.
8185
8186 2009-08-23  Bruno Haible  <bruno@clisp.org>
8187
8188         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
8189         * modules/pipe2 (Depends-on): Likewise.
8190
8191 2009-08-23  Eric Blake  <ebb9@byu.net>
8192
8193         fcntl-h: add O_TTY_INIT support
8194         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
8195         * tests/test-fcntl-h.c (o): Test it.
8196         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
8197
8198         fcntl-h: rename from fcntl, in preparation for fcntl(2)
8199         * modules/fcntl: Move <fcntl.h> header replacement...
8200         * modules/fcntl-h: ...to new name, so as not to collide with
8201         like-named function.
8202         * tests/test-fcntl.c: Rename...
8203         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
8204         * modules/fcntl-tests: Rename...
8205         * modules/fcntl-h-tests: ...to this.  Update test file name.
8206         * modules/chdir-long (Depends-on): Update clients.
8207         * modules/chdir-safer (Depends-on): Likewise.
8208         * modules/fcntl-safer (Depends-on): Likewise.
8209         * modules/fts (Depends-on): Likewise.
8210         * modules/mkancesdirs (Depends-on): Likewise.
8211         * modules/mkdir-p (Depends-on): Likewise.
8212         * modules/open (Depends-on): Likewise.
8213         * modules/savewd (Depends-on): Likewise.
8214         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
8215         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
8216
8217 2009-08-22  Bruno Haible  <bruno@clisp.org>
8218
8219         * modules/binary-io (License): Relicense under LGPL.
8220         * modules/pipe2 (License): Likewise.
8221
8222 2009-08-22  Bruno Haible  <bruno@clisp.org>
8223
8224         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
8225         return value.
8226         * lib/pipe-filter-gi.c (filter_init): Likewise.
8227         Reported by Eric Blake.
8228
8229 2009-08-22  Bruno Haible  <bruno@clisp.org>
8230
8231         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
8232         * modules/pipe (Depends-on): Add pipe2.
8233
8234 2009-08-22  Bruno Haible  <bruno@clisp.org>
8235
8236         Tests for module 'pipe2'.
8237         * modules/pipe2-tests: New file.
8238         * tests/test-pipe2.c: New file.
8239
8240         New module 'pipe2'.
8241         * lib/unistd.in.h (pipe2): New declaration.
8242         * lib/pipe2.c: New file.
8243         * m4/pipe2.m4: New file.
8244         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
8245         HAVE_PIPE2.
8246         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
8247         * modules/pipe2: New file.
8248         * doc/glibc-functions/pipe2.texi: Mention the new module.
8249
8250 2009-08-22  Bruno Haible  <bruno@clisp.org>
8251
8252         Reference some new glibc functions.
8253         * doc/glibc-functions/accept4.texi: New file.
8254         * doc/glibc-functions/dup3.texi: New file.
8255         * doc/glibc-functions/mkostemp.texi: New file.
8256         * doc/glibc-functions/pipe2.texi: New file.
8257         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
8258         (Glibc sys/socket.h): Refer to accept4.
8259         (Glibc unistd.h): Refer to dup3, pipe2.
8260         Reported by Eric Blake.
8261
8262 2009-08-22  Jim Meyering  <meyering@redhat.com>
8263             Bruno Haible  <bruno@clisp.org>
8264
8265         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
8266         This makes it so packages using automake-1.11's silent-rules option
8267         can print e.g., a single "GEN    configmake.h" line, rather than
8268         the 30+ statements that perform the job.  If you want to see the
8269         actual commands, you can still run "make V=1".
8270         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
8271         so that make output is abbreviated when those variables are defined
8272         appropriately.
8273         * modules/argz: Likewise.
8274         * modules/arpa_inet: Likewise.
8275         * modules/byteswap: Likewise.
8276         * modules/configmake: Likewise.
8277         * modules/dirent: Likewise.
8278         * modules/errno: Likewise.
8279         * modules/fcntl: Likewise.
8280         * modules/float: Likewise.
8281         * modules/fnmatch: Likewise.
8282         * modules/getopt-posix: Likewise.
8283         * modules/glob: Likewise.
8284         * modules/iconv_open: Likewise.
8285         * modules/inttypes: Likewise.
8286         * modules/localcharset: Likewise.
8287         * modules/locale: Likewise.
8288         * modules/math: Likewise.
8289         * modules/netdb: Likewise.
8290         * modules/netinet_in: Likewise.
8291         * modules/poll: Likewise.
8292         * modules/posix_spawnp-tests: Likewise.
8293         * modules/sched: Likewise.
8294         * modules/search: Likewise.
8295         * modules/selinux-h: Likewise.
8296         * modules/signal: Likewise.
8297         * modules/spawn: Likewise.
8298         * modules/stdarg: Likewise.
8299         * modules/stdbool: Likewise.
8300         * modules/stddef: Likewise.
8301         * modules/stdint: Likewise.
8302         * modules/stdio: Likewise.
8303         * modules/stdlib: Likewise.
8304         * modules/string: Likewise.
8305         * modules/strings: Likewise.
8306         * modules/sys_file: Likewise.
8307         * modules/sys_ioctl: Likewise.
8308         * modules/sys_select: Likewise.
8309         * modules/sys_socket: Likewise.
8310         * modules/sys_stat: Likewise.
8311         * modules/sys_time: Likewise.
8312         * modules/sys_times: Likewise.
8313         * modules/sys_utsname: Likewise.
8314         * modules/sys_wait: Likewise.
8315         * modules/sysexits: Likewise.
8316         * modules/time: Likewise.
8317         * modules/unistd: Likewise.
8318         * modules/wchar: Likewise.
8319         * modules/wctype: Likewise.
8320
8321 2009-08-22  Jim Meyering  <meyering@redhat.com>
8322
8323         announce-gen: detect write failure
8324         * build-aux/announce-gen: Add Coda at end.
8325         Remove equivalent-but-more-verbose block at top.
8326
8327 2009-08-19  Akim Demaille  <demaille@gostai.com>
8328
8329         bootstrap: --help to stdout.
8330         * bootstrap (usage): Don't send --help to stderr.
8331         Use a here doc instead of a long string.
8332
8333 2009-08-21  Eric Blake  <ebb9@byu.net>
8334
8335         test-popen-safer: split from test-popen
8336         * tests/test-popen.c (main): Move...
8337         * tests/test-popen.h: ...into new file.
8338         * tests/test-popen-safer2.c: New file.
8339         * modules/popen-tests (Files): Add test-popen.h.
8340         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
8341         Suggested by Bruno Haible.
8342
8343         test-fcntl-safer: split from test-open
8344         * tests/test-open.c (main): Move...
8345         * tests/test-open.h: ...into new file.
8346         * tests/test-fcntl-safer.c: New file.
8347         * modules/open-tests (Files): Add test-open.h.
8348         * modules/fcntl-safer-tests: New file.
8349         Suggested by Bruno Haible.
8350
8351         test-fopen-safer: split from test-fopen
8352         * tests/test-fopen.c (main): Move...
8353         * tests/test-fopen.h: ...into new file.
8354         * tests/test-fopen-safer.c: New file.
8355         * modules/fopen-tests (Files): Add test-fopen.h.
8356         * modules/fopen-safer-tests: New file.
8357         Suggested by Bruno Haible.
8358
8359 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
8360
8361         popen-safer: test O_CLOEXEC at run-time.
8362         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
8363
8364 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
8365
8366         fcntl: move more flags to the header
8367         * lib/cloexec.c: Do not define FD_CLOEXEC here.
8368         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
8369         * lib/fcntl.in.h: Do both things here.
8370
8371 2009-08-21  Jim Meyering  <meyering@redhat.com>
8372
8373         consistently remove $@-t before redirecting to it
8374         * modules/argz: Remove $@-t and $@ before redirecting to the former.
8375         * modules/alloca-opt: Likewise.
8376         * modules/byteswap: Likewise.
8377         * modules/fnmatch: Likewise.
8378         * modules/getopt-posix: Likewise.
8379         * modules/glob: Likewise.
8380         * modules/poll: Likewise.
8381         * modules/posix_spawnp-tests: Likewise.
8382         * modules/sys_socket: Likewise.
8383         * modules/sysexits: Likewise.
8384
8385 2009-08-21  Eric Blake  <ebb9@byu.net>
8386
8387         popen: simplify access to original popen
8388         * lib/popen.c (rpl_popen): No need to worry about popen being a
8389         macro.
8390         Reported by Bruno Haible.
8391
8392 2009-08-20  Eric Blake  <ebb9@byu.net>
8393
8394         build: avoid some compiler warnings
8395         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
8396         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
8397         type.
8398         (new_exclude_segment, excluded_file_pattern_p)
8399         (excluded_file_name_p): Reduce scope.
8400         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
8401         old-style declaration.
8402
8403 2009-08-20  Simon Josefsson  <simon@josefsson.org>
8404
8405         * tests/test-exclude1.sh: Handle Windows EOL.
8406         * tests/test-exclude2.sh: Likewise.
8407         * tests/test-exclude3.sh: Likewise.
8408         * tests/test-exclude4.sh: Likewise.
8409         * tests/test-exclude5.sh: Likewise.
8410         * tests/test-exclude6.sh: Likewise.
8411         * tests/test-exclude7.sh: Likewise.
8412
8413 2009-08-19  Akim Demaille  <demaille@gostai.com>
8414
8415         bootstrap: find sha1sum when named gsha1sum.
8416         * bootstrap (find_tool): New.
8417         ($SHA1SUM): New.
8418         Use it.
8419
8420 2009-08-20  Jim Meyering  <meyering@redhat.com>
8421
8422         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
8423         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
8424         expression that converts "." in a file name to "\." in the resulting
8425         regexp.  Start with a dummy statement, so that prior shell variable
8426         definitions are expanded portably.  Reported by Simon Josefsson.
8427
8428 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
8429
8430         Fix polling for writeability of a screen buffer.
8431         * lib/poll.c: Distinguish input and screen buffers for the
8432         Win32 implementation.
8433         * lib/select.c: Likewise.
8434
8435 2009-08-19  Eric Blake  <ebb9@byu.net>
8436
8437         popen-safer: prevent popen from clobbering std descriptors
8438         * modules/popen-safer: New file.
8439         * lib/popen-safer.c: Likewise.
8440         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
8441         * lib/stdio--.h (popen): Provide override.
8442         * lib/stdio-safer.h (popen_safer): Provide declaration.
8443         * tests/test-popen.c (includes): Partially test this.
8444         * modules/popen-safer-tests: New file, for more tests.
8445         * tests/test-popen-safer.c: Likewise.
8446         * MODULES.html.sh (file stream based Input/Output): Mention it.
8447
8448         tests: test some of the *-safer modules
8449         * modules/fopen-safer (Depends-on): Add fopen.
8450         * modules/fcntl-safer (Depends-on): Add fcntl.
8451         * modules/stdlib-safer (Depends-on): Add stdlib.
8452         (configure.ac): Set indicator.
8453         * modules/unistd-safer (configure.ac): Likewise.
8454         * modules/tmpfile-safer (configure.ac): Likewise.
8455         (Depends-on): Add tmpfile.
8456         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
8457         active.
8458         * tests/test-fopen.c (includes): Test safer versions when they are
8459         in use.
8460         * tests/test-open.c (includes): Likewise.
8461
8462         popen: fix cygwin 1.5 bug when stdin closed
8463         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
8464         * modules/popen: New file.
8465         * modules/popen-tests: Likewise.
8466         * tests/test-popen.c: Likewise.
8467         * m4/popen.m4: Likewise.
8468         * lib/popen.c: Likewise.
8469         * lib/stdio.in.h (popen): New declaration.
8470         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
8471         * modules/stdio (Makefile.am): Likewise.
8472         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
8473
8474 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
8475
8476         maint.mk: give full control over update-copyright exclusions
8477         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
8478         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
8479         (update-copyright): Don't force inclusion of top-level
8480         ChangeLog.  Don't force exclusion of all COPYING files, but make
8481         them the default exclusion instead.
8482
8483 2009-08-16  Bruno Haible  <bruno@clisp.org>
8484
8485         Fix test failures on Solaris 10.
8486         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
8487         tests when Solaris iconv() is used.
8488         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
8489         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
8490         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
8491         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
8492         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
8493
8494 2009-08-16  Bruno Haible  <bruno@clisp.org>
8495
8496         Fix test failures on Solaris 10.
8497         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
8498         'tr' program and pass it as first argument.
8499         * tests/test-pipe-filter-gi1.sh: Likewise.
8500         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
8501         program as first argument.
8502         * tests/test-pipe-filter-gi1.c (main): Likewise.
8503
8504 2009-08-16  Eric Blake  <ebb9@byu.net>
8505
8506         fpurge: fix previous commits
8507         * modules/fpurge (Makefile.am): Make replacement conditional,
8508         partially reverting 2007-04-29 change; missed in previous
8509         attempt.
8510         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
8511         is missing.
8512
8513 2009-08-16  Bruno Haible  <bruno@clisp.org>
8514
8515         Clarify fpurge's effect on the file position.
8516         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
8517         * tests/test-fpurge.c (main): Make a second pass for checking the file
8518         position.
8519
8520 2009-08-16  Bruno Haible  <bruno@clisp.org>
8521
8522         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
8523         declaration of fpurge is missing.
8524         * tests/test-fpurge.c (main): Check that the file has not more contents
8525         than expected. Close the file before removing it.
8526
8527 2009-08-15  Eric Blake  <ebb9@byu.net>
8528
8529         fpurge: don't wrap working cygwin implementation
8530         * lib/fpurge.c (fpurge): Fix comment typo.
8531         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
8532         1.7 to avoid replacement.
8533         * tests/test-fpurge.c (main): Enhance test.
8534
8535 2009-08-15  Eric Blake  <ebb9@byu.net>
8536         and Jim Meyering  <meyering@redhat.com>
8537
8538         test-update-copyright: skip if perl is insufficient
8539         * tests/test-update-copyright.sh: Failure to run maintainer tool
8540         should not cause testsuite failure on cygwin 1.5.
8541
8542 2009-08-14  Eric Blake  <ebb9@byu.net>
8543
8544         doc: mention more functions added in cygwin 1.7.0
8545         * doc/posix-headers/limits.texi (limits.h): Update for recent
8546         cygwin additions.
8547         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
8548         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
8549         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
8550         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
8551         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
8552
8553 2009-08-14  Eric Blake  <ebb9@byu.net>
8554
8555         maint.mk: simplify update-copyright rule
8556         * top/maint.mk (update-copyright-local): Delete, and document how
8557         to do it in cfg.mk instead.
8558         (update-copyright-exclude-regexp): Delete, and document how to do
8559         it in .x-update-copyright instead.
8560         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
8561         exclude ChangeLog.
8562
8563 2009-08-14  Bruno Haible  <bruno@clisp.org>
8564
8565         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
8566
8567 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8568
8569         maint.mk: support update-copyright-env
8570         * top/maint.mk (update-copyright-env): Define place-holder.
8571         (update-copyright): Expand $(update-copyright-env) before
8572         invoking update-copyright.
8573
8574 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8575
8576         update-copyright: implement forced reformatting
8577         * build-aux/update-copyright: Implement and document
8578         UPDATE_COPYRIGHT_FORCE.
8579         * tests/test-update-copyright.sh: Test it.
8580
8581 2009-08-14  Eric Blake  <ebb9@byu.net>
8582         and Bruno Haible  <bruno@clisp.org>
8583
8584         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
8585         * tests/test-locale.c: Revert previous patch related to NULL.
8586         * tests/test-stdio.c: Likewise.
8587         * tests/test-stdlib.c: Likewise.
8588         * tests/test-string.c: Likewise.
8589         * tests/test-unistd.c: Likewise.
8590         * modules/time-tests (Depends-on): Add verify.
8591         * modules/wchar-tests (Depends-on): Likewise.
8592         * tests/test-time.c: Test for NULL compliance.
8593         * tests/test-wchar.c: Likewise.
8594         * modules/locale (Depends-on): Add stddef.
8595         * modules/stdio (Depends-on): Likewise.
8596         * modules/stdlib (Depends-on): Likewise.
8597         * modules/string (Depends-on): Likewise.
8598         * modules/time (Depends-on): Likewise.
8599         * modules/unistd (Depends-on): Likewise.
8600         * modules/wchar (Depends-on): Likewise.
8601         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
8602         * lib/stdlib.in.h (includes): Likewise.
8603         * lib/string.in.h (includes): Likewise.
8604         * lib/time.in.h (includes): Likewise.
8605         * lib/unistd.in.h (includes): Likewise.
8606         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
8607         replaced.
8608         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
8609         * m4/stddef_h.m4: New file.
8610         * modules/stddef: Likewise.
8611         * lib/stddef.in.h: Likewise.
8612         * modules/stddef-tests: Likewise.
8613         * tests/test-stddef.c: Likewise.
8614         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
8615         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
8616         * doc/posix-headers/locale.texi (locale.h): Likewise.
8617         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
8618         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
8619         * doc/posix-headers/string.texi (string.h): Likewise.
8620         * doc/posix-headers/time.texi (time.h): Likewise.
8621         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
8622         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
8623
8624 2009-08-14  Eric Blake  <ebb9@byu.net>
8625
8626         doc: improve git diff of texinfo files
8627         * .gitattributes: Add rule for *.texi files, with hint on how to
8628         use it.
8629         Copied from m4, and based on a report by Bruno Haible.
8630
8631 2009-08-14  Bruno Haible  <bruno@clisp.org>
8632
8633         Disable multithread support by default on Cygwin 1.5.x for real.
8634         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
8635
8636 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
8637
8638         update-copyright: much ado about intervals
8639         * build-aux/update-copyright: Implement and document
8640         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
8641         of copyright year intervals.
8642         Also, document UPDATE_COPYRIGHT_YEAR.
8643         * tests/test-update-copyright.sh: Test it.
8644
8645         update-copyright: convert 2-digit to 4-digit years
8646         * build-aux/update-copyright: Implement and document.
8647         * tests/test-update-copyright.sh: Update.
8648
8649 2009-08-14  Jim Meyering  <meyering@redhat.com>
8650
8651         test-exclude: avoid coreutils "make check" failure
8652         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
8653         just as in test-argmatch.c.
8654
8655 2009-08-13  Eric Blake  <ebb9@byu.net>
8656
8657         test-dup2: fix bad assumption
8658         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
8659         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
8660
8661         test-version-etc: fix CRLF portability issue
8662         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
8663         recognize \r.
8664         * tests/test-argp-version-etc-1.sh: Likewise.
8665
8666         getopt: update client modules
8667         * modules/argp (Depends-on): Use getopt-gnu.
8668         * modules/git-merge-changelog (Depends-on): Likewise.
8669         * modules/long-options (Depends-on): Likewise.
8670         * modules/xstrtol (Depends-on): Likewise.
8671
8672 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8673
8674         * tests/test-version-etc.sh: Don't fail on different
8675         project/version.  Don't fail on CRLF differences.  Rewrite to use
8676         multiple -e instead of multiple sed forks, suggested by Eric Blake
8677         <ebb9@byu.net>.
8678         * tests/test-argp-version-etc-1.sh: Likewise.
8679
8680 2009-08-13  Simon Josefsson  <simon@josefsson.org>
8681
8682         * tests/test-version-etc.sh: Don't fail on different
8683         project/version.
8684
8685 2009-08-12  Bruno Haible  <bruno@clisp.org>
8686
8687         Tests for modules 'getopt-posix', 'getopt-gnu'.
8688         * modules/getopt-posix-tests: New file.
8689         * tests/test-getopt.c: New file.
8690         * tests/test-getopt.h: New file.
8691         * tests/test-getopt_long.h: New file.
8692
8693         New modules 'getopt-posix', 'getopt-gnu'.
8694         * modules/getopt-gnu: New file, renamed from modules/getopt.
8695         * modules/getopt-posix: New file.
8696         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
8697         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
8698         (gl_GETOPT): Remove macro.
8699         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
8700         Disable the test against BSD systems that declare optreset. Test
8701         against mingw bug. Test against lack of support of optional arguments
8702         on many platforms.
8703         * doc/glibc-headers/getopt.texi: Update module name and list of
8704         relevant platforms.
8705         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
8706         'getopt-gnu' and more portability problems.
8707         * NEWS: Mention the changes.
8708
8709 2009-08-12  Bruno Haible  <bruno@clisp.org>
8710
8711         Ensure that optarg etc. get declared by <unistd.h>.
8712         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
8713         AC_USE_SYSTEM_EXTENSIONS.
8714         * modules/getopt (Depends-on): Add 'extensions'.
8715
8716 2009-08-12  Bruno Haible  <bruno@clisp.org>
8717
8718         Avoid test link errors.
8719         * modules/pipe-filter-ii-tests (Makefile.am): Define
8720         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
8721         * modules/pipe-filter-gi-tests (Makefile.am): Define
8722         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
8723         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8724
8725 2009-08-12  Bruno Haible  <bruno@clisp.org>
8726
8727         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
8728         gl_GETOPT_SUBSTITUTE before.
8729         (gl_GETOPT): Use it.
8730         * m4/argp.m4 (gl_ARGP): Update.
8731         Reported by Sergey Poznyakoff.
8732
8733         * m4/getopt.m4: Reorder macros.
8734         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
8735         (gl_GETOPT_SUBSTITUTE): Remove macro.
8736
8737 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8738
8739         Minor improvement in gitlog-to-changelog
8740
8741         * build-aux/gitlog-to-changelog: New option `--format' makes
8742         output format string configurable.
8743
8744 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
8745
8746         Optimize exclude: use hash tables for non-wildcard patterns.
8747
8748         * lib/exclude.c: Include hash.h and mbuiter.h
8749         (struct exclude_pattern, exclude_segment): New data types.
8750         (struct exclude): Rewrite.
8751         (fnmatch_pattern_has_wildcards): New function.
8752         (new_exclude_segment, free_exclude_segment): New functions.
8753         (excluded_file_pattern_p, excluded_file_name_p): New functions.
8754         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
8755         * lib/exclude.h (is_fnmatch_pattern): New prototype.
8756         * modules/exclude: Depend on hash and mbuiter.
8757
8758         * modules/exclude-tests: New file.
8759         * tests/test-exclude.c: New file.
8760         * tests/test-exclude1.sh: New file.
8761         * tests/test-exclude2.sh: New file.
8762         * tests/test-exclude3.sh: New file.
8763         * tests/test-exclude4.sh: New file.
8764         * tests/test-exclude5.sh: New file.
8765         * tests/test-exclude6.sh: New file.
8766         * tests/test-exclude7.sh: New file.
8767
8768 2009-08-12  Bruno Haible  <bruno@clisp.org>
8769
8770         Ensure that getopt() gets declared by <unistd.h>.
8771         * lib/unistd.in.h: Conditionally include getopt.h.
8772         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
8773         Set GNULIB_UNISTD_H_GETOPT.
8774         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8775         GNULIB_UNISTD_H_GETOPT.
8776         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
8777
8778 2009-08-12  Bruno Haible  <bruno@clisp.org>
8779
8780         Clarify logic.
8781         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
8782         gl_replace_getopt instead of GETOPT_H.
8783
8784 2009-08-12  Bruno Haible  <bruno@clisp.org>
8785
8786         * m4/getopt.m4: Add comments.
8787
8788 2009-08-12  Bruno Haible  <bruno@clisp.org>
8789
8790         Disable multithread support by default on Cygwin 1.5.x.
8791         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
8792         set gl_use_threads=no if not specified otherwise.
8793
8794 2009-08-11  Bruno Haible  <bruno@clisp.org>
8795
8796         Avoid compilation error on NetBSD 5.0.
8797         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
8798         * tests/test-stdio.c: Likewise.
8799         * tests/test-stdlib.c: Likewise.
8800         * tests/test-string.c: Likewise.
8801         * tests/test-unistd.c: Likewise.
8802         Reported by Greg Troxel <gdt@ir.bbn.com>
8803         at <https://savannah.gnu.org/support/?106973>.
8804
8805 2009-08-11  Bruno Haible  <bruno@clisp.org>
8806
8807         * modules/dup2-tests (Depends-on): Remove close.
8808
8809         Undo 2009-07-19 commit.
8810         * modules/acl-tests (Depends-on): Remove close.
8811         * modules/binary-io-tests (Depends-on): Likewise.
8812         * modules/closein-tests (Depends-on): Likewise.
8813         * modules/flock-tests (Depends-on): Likewise.
8814         * modules/fsync-tests (Depends-on): Likewise.
8815         * modules/lseek-tests (Depends-on): Likewise.
8816         * modules/pipe-tests (Depends-on): Likewise.
8817         * modules/posix_spawn-tests (Depends-on): Likewise.
8818         * modules/posix_spawnp-tests (Depends-on): Likewise.
8819         * modules/stat-time-tests (Depends-on): Likewise.
8820         * modules/yesno-tests (Depends-on): Likewise.
8821
8822 2009-08-10  Bruno Haible  <bruno@clisp.org>
8823
8824         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
8825
8826 2009-08-10  Bruno Haible  <bruno@clisp.org>
8827
8828         Fix a gcc warning.
8829         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
8830
8831 2009-08-10  Bruno Haible  <bruno@clisp.org>
8832
8833         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
8834         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
8835         not only the first time.
8836         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
8837         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
8838         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
8839         is 1, not only the the first time.
8840
8841 2009-08-10  Bruno Haible  <bruno@clisp.org>
8842
8843         Make it possible to use module 'gethostname' without module 'close'.
8844         * lib/unistd.in.h (close): Evoke a link error only if
8845         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8846         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
8847         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8848         * modules/unistd (Makefile.am): Substitute
8849         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8850         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
8851         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
8852         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
8853         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8854         * modules/sys_ioctl (Makefile.am): Substitute
8855         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8856         * modules/socket (configure.ac): On native Windows, set
8857         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
8858         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
8859         Reported by Sam Steingold <sds@gnu.org>.
8860
8861 2009-08-10  Bruno Haible  <bruno@clisp.org>
8862
8863         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
8864         * modules/ioctl (configure.ac): Likewise.
8865
8866 2009-08-10  Bruno Haible  <bruno@clisp.org>
8867
8868         Avoid collision between gnulib wrapper and libintl wrapper.
8869         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
8870         already defined in intl/printf.c.
8871         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
8872         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
8873
8874 2009-08-09  Bruno Haible  <bruno@clisp.org>
8875
8876         Make <sys/select.h> really self-contained, also on Solaris 10.
8877         * lib/sys_select.in.h: Include <string.h>.
8878         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
8879         Solaris 10 problem.
8880         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
8881         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
8882         Reported by Jim Meyering.
8883
8884 2009-08-09  Bruno Haible  <bruno@clisp.org>
8885
8886         Avoid warnings from 'aclocal' that are due to a use of macro name
8887         AM_XGETTEXT_OPTION that is not defined in automake.
8888         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
8889         automake.
8890         * modules/error (configure.ac): Likewise.
8891         * modules/propername (configure.ac): Likewise.
8892         * modules/vasprintf (configure.ac): Likewise.
8893         * modules/verror (configure.ac): Likewise.
8894         * modules/xprintf (configure.ac): Likewise.
8895         * modules/xvasprintf (configure.ac): Likewise.
8896
8897 2009-08-08  Bruno Haible  <bruno@clisp.org>
8898
8899         Avoid compilation error in C++ mode.
8900         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
8901         Reported by Sam Steingold <sds@gnu.org>.
8902
8903 2009-08-08  Bruno Haible  <bruno@clisp.org>
8904
8905         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
8906         for the various Unix platforms.
8907         * doc/posix-headers/limits.texi: Update platforms list regarding
8908         HOST_NAME_MAX.
8909         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
8910
8911 2009-08-07  Jim Meyering  <meyering@redhat.com>
8912
8913         selinux-at: fix typo in a comment
8914         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
8915         Spotted by Paolo Bonzini.
8916
8917         selinux-at: remove redundant m4 code, add documentation
8918         * modules/selinux-at (configure.ac): Remove redundant code.
8919         LIB_SELINUX is already set via the dependent module, selinux-h.
8920         (Include): Add quotes around selinux-at.h.
8921         * lib/selinux-at.h: Add documentation.
8922         Reported by Bruno Haible in
8923         http://marc.info/?l=gnulib-bug&m=124958988300749
8924
8925 2009-08-07  Bruno Haible  <bruno@clisp.org>
8926
8927         Avoid link error on MacOS X 10.3 and 10.4.
8928         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
8929         on non-ELF systems.
8930         * lib/argp-pv.c (argp_program_version): Likewise.
8931         Reported by Simon Josefsson.
8932
8933 2009-08-07  Simon Josefsson  <simon@josefsson.org>
8934
8935         * tests/test-version-etc.sh: Use $EXEEXT.
8936
8937 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
8938
8939         update-copyright: update documentation to point to maint.mk
8940         * build-aux/update-copyright: Here.
8941
8942 2009-08-06  Jim Meyering  <meyering@redhat.com>
8943
8944         maint.mk: support update-copyright-local
8945         * top/maint.mk (update-copyright-local): Define place-holder.
8946         (update-copyright): Depend on $(update-copyright-local).
8947
8948 2009-08-06  Jim Meyering  <meyering@redhat.com>
8949
8950         selinux-at: new module
8951         Initially written for coreutils, this module will soon be
8952         used by findutils, too.
8953         * MODULES.html.sh [Misc]: Add selinux-at.
8954         * lib/selinux-at.h: New file, from coreutils.
8955         * lib/selinux-at.c: Likewise.
8956         * modules/selinux-at: Likewise.
8957         (License): Change from LGPL to GPL, since it depends
8958         on the GPL'd openat module.
8959
8960         doc: update README
8961         * README: Remove references to cogito.
8962         Remove cvs-repo-updating instructions from 2007.
8963         Don't imply that CVS is better if you have limited disk space.
8964
8965 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8966
8967         update-copyright: support C-style comments
8968         * build-aux/update-copyright: Implement and document.
8969         * tests/test-update-copyright.sh: Test.
8970
8971 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8972
8973         update-copyright: support omitted "(C)"
8974         * build-aux/update-copyright: Implement and document.  Also,
8975         allow variable whitespace before "(C)".
8976         * tests/test-update-copyright.sh: Test.
8977
8978 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8979
8980         update-copyright: don't trip on non-FSF copyright statements
8981         * build-aux/update-copyright: Fix so that the first correctly
8982         formatted FSF copyright statement is recognized no matter what
8983         appears before it.  Update documentation.
8984         * tests/test-update-copyright.sh: Test that.
8985
8986 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8987
8988         update-copyright: clean up code a little
8989         * build-aux/update-copyright: Append "_re" to the name of any
8990         variable holding a regular expression.
8991         Replace "old" and "new" with "stmt" in variable names.
8992         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
8993         handled correctly.
8994         Format code more consistently.
8995
8996 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
8997
8998         update-copyright-tests: improve portability
8999         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
9000         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
9001
9002 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
9003
9004         update-copyright: support @copyright{} and &copy;
9005         * build-aux/update-copyright: Implement and document.
9006         * tests/test-update-copyright.sh: Test.
9007
9008 2009-08-04  Jim Meyering  <meyering@redhat.com>
9009
9010         update-copyright-tests: correctly test EOL=\r\n handling
9011         * tests/test-update-copyright.sh: Put \r at the end of some lines
9012         for the dos-eol tests.  Based on a patch by Joel E. Denny.
9013
9014         maint.mk: make update-copyright exclusion list more configurable
9015         * top/maint.mk (update-copyright): Default to excluding COPYING,
9016         but allow an override, in case someone does want to update that file.
9017
9018         maint.mk: don't update copyright date in COPYING
9019         * top/maint.mk (update-copyright): Exclude COPYING.
9020
9021         maint.mk: add a copyright-updating rule
9022         * top/maint.mk (update-copyright): New rule.
9023         Derived from coreutils/Makefile.am.
9024
9025         update-copyright: rename some variables
9026         * build-aux/update-copyright: Rename a few variables for clarity.
9027         Tweak syntax.  List Joel E. Denny as coauthor.
9028
9029 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
9030
9031         update-copyright: fix bug for 2-digit last year and add tests
9032         * build-aux/update-copyright: Fix bug.
9033         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
9034         specified.
9035         * modules/update-copyright-tests: New
9036         * tests/test-update-copyright.sh: New.
9037
9038 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
9039
9040         update-copyright: handle leading tabs in line prefix
9041         * build-aux/update-copyright: Count leading tabs as 8 spaces
9042         when computing margin.  This helps with the formatting of
9043         ChangeLogs, for example.
9044         Fix documentation a little.
9045
9046 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
9047
9048         update-copyright: support EOL=\r\n
9049         * build-aux/update-copyright: Implement that.
9050
9051 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
9052
9053         update-copyright: automatically format copyright statements
9054         * build-aux/update-copyright: Implement that.
9055         Also, be a little more predictable and safer by always failing
9056         when the full copyright format is not perfectly recognized as an
9057         unbroken whole.  Discussed at
9058         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
9059         Rewrite documentation.
9060
9061 2009-08-03  Bruno Haible  <bruno@clisp.org>
9062
9063         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
9064
9065 2009-08-02  Bruno Haible  <bruno@clisp.org>
9066
9067         Tests for module 'uname'.
9068         * modules/uname-tests: New file.
9069         * tests/test-uname.c: New file.
9070
9071         New module 'uname'.
9072         * lib/uname.c: New file.
9073         * m4/uname.m4: New file.
9074         * modules/uname: New file.
9075         * doc/posix-functions/uname.texi: Mention the new module.
9076
9077 2009-08-02  Bruno Haible  <bruno@clisp.org>
9078
9079         Tests for module 'sys_utsname'.
9080         * modules/sys_utsname-tests: New file.
9081         * tests/test-sys_utsname.c: New file.
9082
9083         New module 'sys_utsname'.
9084         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
9085         * m4/sys_utsname_h.m4: New file.
9086         * modules/sys_utsname: New file.
9087         * doc/posix-headers/sys_utsname.texi: Mention the new module.
9088
9089 2009-08-02  Bruno Haible  <bruno@clisp.org>
9090
9091         Implicitly initialize the sockets library.
9092         * lib/gethostname.c: Include sockets.h.
9093         (rpl_gethostname): Invoke gl_sockets_startup.
9094         * lib/socket.c: Include sockets.h.
9095         (rpl_socket): Invoke gl_sockets_startup.
9096         * modules/gethostname (Depends-on): Add sockets.
9097         * modules/socket (Depends-on): Likewise.
9098         * tests/test-poll.c: Don't include sockets.h.
9099         (main): Don't invoke gl_sockets_startup.
9100         * tests/test-select.c: Don't include sockets.h.
9101         (main): Don't invoke gl_sockets_startup.
9102
9103 2009-08-02  Bruno Haible  <bruno@clisp.org>
9104
9105         Allow multiple calls to gl_sockets_startup.
9106         * lib/sockets.c (initialized_sockets_version): New variable.
9107         (gl_sockets_startup): Do nothing if already called for this or a higher
9108         version.
9109         (gl_sockets_cleanup): Reset initialized_sockets_version.
9110
9111 2009-08-03  Simon Josefsson  <simon@josefsson.org>
9112
9113         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
9114         different project/version.
9115
9116 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
9117             Bruno Haible  <bruno@clisp.org>
9118
9119         Tests for module 'pipe-filter-gi'.
9120         * modules/pipe-filter-gi-tests: New file.
9121         * tests/test-pipe-filter-gi1.sh: New file.
9122         * tests/test-pipe-filter-gi1.c: New file.
9123         * tests/test-pipe-filter-gi2.sh: New file.
9124         * tests/test-pipe-filter-gi2-main.c: New file.
9125         * tests/test-pipe-filter-gi2-child.c: New file.
9126
9127         New module 'pipe-filter-gi'.
9128         * lib/pipe-filter-gi.c: New file.
9129         * modules/pipe-filter-gi: New file.
9130
9131 2009-08-02  Bruno Haible  <bruno@clisp.org>
9132             Paolo Bonzini  <bonzini@gnu.org>
9133
9134         Tests for module 'pipe-filter-ii'.
9135         * modules/pipe-filter-ii-tests: New file.
9136         * tests/test-pipe-filter-ii1.sh: New file.
9137         * tests/test-pipe-filter-ii1.c: New file.
9138         * tests/test-pipe-filter-ii2.sh: New file.
9139         * tests/test-pipe-filter-ii2-main.c: New file.
9140         * tests/test-pipe-filter-ii2-child.c: New file.
9141
9142         New module 'pipe-filter-ii'.
9143         * lib/pipe-filter.h: New file.
9144         * lib/pipe-filter-ii.c: New file.
9145         * lib/pipe-filter-aux.h: New file.
9146         * modules/pipe-filter-ii: New file.
9147
9148 2009-08-02  Simon Josefsson  <simon@josefsson.org>
9149
9150         * lib/gc-libgcrypt.c: Change copyright to FSF.
9151         * lib/gc-gnulib.c: Likewise.
9152
9153 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
9154
9155         * lib/gethostname.c: Include limits.h.
9156
9157 2009-08-02  Simon Josefsson  <simon@josefsson.org>
9158             Bruno Haible  <bruno@clisp.org>
9159
9160         Ensure HOST_NAME_MAX as part of the gethostname module.
9161         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
9162         define also HOST_NAME_MAX.
9163         * tests/test-gethostname.c: Include <limits.h>.
9164         (main): Check also HOST_NAME_MAX.
9165         * doc/posix-headers/limits.texi: Document the mingw problem.
9166
9167 2009-08-02  Bruno Haible  <bruno@clisp.org>
9168
9169         * lib/gethostname.c (gethostname): Fix handling of large len argument.
9170         Add comments.
9171
9172 2009-03-31  Simon Josefsson  <simon@josefsson.org>
9173
9174         * lib/gethostname.c: Add Windows wrapper.
9175         * m4/gethostname.m4: Look for gethostname in -lws2_32.
9176         * modules/gethostname: Depend on sys_socket & errno, for also
9177         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
9178         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
9179
9180 2009-07-31  Jim Meyering  <meyering@redhat.com>
9181
9182         getloadavg: fix symbol name in comment
9183         * lib/getloadavg.c: Correct a typo I introduced when adding
9184         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
9185         Matt Kraai spotted the problem.
9186
9187 2009-07-29  Matt Kraai  <mkraai@beckman.com>
9188
9189         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
9190         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
9191         code also if ! defined N_NAME_POINTER.
9192         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
9193         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
9194         but the n_name member is a 12-byte array.
9195
9196 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
9197
9198         update-copyright: generalize comment handling
9199         * build-aux/update-copyright: Handle copyright statements
9200         within more comment styles.
9201         Document usage.
9202         Report any file with an external copyright holder or parse failure.
9203
9204 2009-07-29  Jim Meyering  <meyering@redhat.com>
9205
9206         mktime: correct setting of REPLACE_MKTIME
9207         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
9208
9209         update-copyright: new module
9210         * modules/update-copyright: New file.
9211         * build-aux/update-copyright: New file.
9212         * MODULES.html.sh (maint+release support): Add update-copyright.
9213
9214 2009-07-27  Bruno Haible  <bruno@clisp.org>
9215
9216         Fix compilation error when <ctime> is used and mktime is replaced.
9217         * lib/time.in.h (mktime): New declaration.
9218         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
9219         REPLACE_MKTIME instead of defining mktime in config.h.
9220         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
9221         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
9222         Reported by Ross McFarland <rwmcfa1@neces.com>.
9223
9224 2009-07-27  Bruno Haible  <bruno@clisp.org>
9225
9226         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
9227         Reported by Matt Kraai <mkraai@beckman.com>.
9228
9229 2009-07-25  Jim Meyering  <meyering@redhat.com>
9230
9231         maint.mk: avoid warnings about missing files
9232         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
9233         diagnostic when .prev-version does not exist.
9234         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
9235         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
9236         nonexistent cfg.mk.
9237         Suggestions from Simon Josefsson.
9238
9239 2009-07-25  Bruno Haible  <bruno@clisp.org>
9240
9241         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
9242         defined as macros. Needed on QNX 6.4.1.
9243         Reported by Matt Kraai <mkraai@beckman.com>.
9244
9245 2009-07-23  Jim Meyering  <meyering@redhat.com>
9246
9247         maint.mk: invoke "make dist" with a working value of XZ_OPT
9248         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
9249
9250 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
9251
9252         Make fseeko.c compile on QNX.
9253         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
9254
9255 2009-07-22  Peter Simons  <simons@cryp.to>
9256
9257         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
9258         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
9259         * lib/md4.h: Likewise.
9260         * lib/md5.h: Likewise.
9261         * lib/sha1.h: Likewise.
9262         * lib/sha256.h: Likewise.
9263         * lib/sha512.h: Likewise.
9264
9265         tests-sha1: don't assign literal string to 'char *' variable
9266         * tests/test-sha1.c (main): Declare locals with "const" to match
9267         attributes of the right hand side.
9268
9269 2009-07-21  Eric Blake  <ebb9@byu.net>
9270
9271         dup2: fix more mingw problems
9272         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
9273         fd to itself.
9274         * doc/posix-functions/dup2.texi (dup2): Document the bug.
9275         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
9276         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
9277         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
9278         care of mingw bugs.
9279
9280 2009-07-21  Jim Meyering  <meyering@redhat.com>
9281
9282         vc-list-files: avoid failure when /bin/sh is dash
9283         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
9284         On some Debian based systems, /bin/sh is a symlink to dash, and running
9285         this command would omit the "/" following each 'tests' prefix:
9286           dash -x build-aux/vc-list-files -C . tests
9287         That is because bash and dash work differently:
9288           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
9289           bash ok
9290           dash odd
9291
9292 2009-07-21  Eric Blake  <ebb9@byu.net>
9293
9294         dup2-tests: test previous patch
9295         * modules/dup2-tests: New file.
9296         * tests/test-dup2.c: Likewise.
9297         * tests/test-open.c (main): Avoid unspecified behavior.
9298         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
9299         test.
9300
9301         dup2: work around mingw and cygwin 1.5 bug
9302         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
9303         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9304         * modules/unistd (Makefile.am): Substitute it.
9305         * lib/unistd.in.h (dup2): Declare the replacement.
9306         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
9307         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
9308         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
9309         * modules/execute (Depends-on): Add dup2.
9310         * modules/fseterr (Depends-on): Likewise.
9311         * modules/pipe (Depends-on): Likewise.
9312         * modules/posix_spawn-internal (Depends-on): Likewise.
9313
9314 2009-07-21  Bruno Haible  <bruno@clisp.org>
9315
9316         * modules/.gitattributes: New file.
9317
9318 2009-07-20  Bruno Haible  <bruno@clisp.org>
9319
9320         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
9321         (main): Use it.
9322
9323 2009-07-20  Eric Blake  <ebb9@byu.net>
9324
9325         test-pipe: make a bit more robust.
9326         * tests/test-pipe.c (myerr): Allow error messages regardless of
9327         what we do to stderr.
9328         (test_pipe): Rearrange to avoid deadlock.
9329         (child_main): Try a larger read, to ensure we avoided deadlock.
9330         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
9331         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
9332         if misused.
9333
9334 2009-07-19  Jim Meyering  <meyering@redhat.com>
9335
9336         fts: avoid false-positive cycle-detection
9337         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
9338         for each new command line argument.
9339
9340 2009-07-19  Bruno Haible  <bruno@clisp.org>
9341
9342         Fix build error on mingw with the modules sys_select and unistd.
9343         * modules/acl-tests (Depends-on): Add close.
9344         * modules/binary-io-tests (Depends-on): Likewise.
9345         * modules/closein-tests (Depends-on): Likewise.
9346         * modules/flock-tests (Depends-on): Likewise.
9347         * modules/fsync-tests (Depends-on): Likewise.
9348         * modules/lseek-tests (Depends-on): Likewise.
9349         * modules/pipe-tests (Depends-on): Likewise.
9350         * modules/posix_spawn-tests (Depends-on): Likewise.
9351         * modules/posix_spawnp-tests (Depends-on): Likewise.
9352         * modules/stat-time-tests (Depends-on): Likewise.
9353         * modules/yesno-tests (Depends-on): Likewise.
9354
9355 2009-07-19  Bruno Haible  <bruno@clisp.org>
9356
9357         Unify conditionals.
9358         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
9359         macros, not at the compiler macros.
9360         * lib/pipe.c: Likewise.
9361         * lib/execute.c: Likewise.
9362         * lib/spawni.c: Likewise.
9363
9364 2009-07-19  Bruno Haible  <bruno@clisp.org>
9365
9366         Fix handling of closed stdin/stdout/stderr on mingw.
9367         * lib/w32spawn.h: Include unistd.h.
9368         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
9369         file descriptor with O_NOINHERIT flag.
9370         (fd_safer_noinherit): New function, based on fd-safer.c.
9371         (dup_safer_noinherit): New function, based on dup-safer.c.
9372         (undup_safer_noinherit): New function.
9373         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
9374         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
9375         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
9376         instead of fd_safer.
9377         * tests/test-pipe.c: Include <windows.h>.
9378         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
9379
9380         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
9381         from main.
9382         (test_pipe): Pass an extra argument for disambiguation.
9383         (main): Invoke parent_main or child_main.
9384
9385         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
9386         consistently.
9387
9388 2009-07-18  Eric Blake  <ebb9@byu.net>
9389
9390         test-pipe: fix mingw build
9391         * tests/test-pipe.c (main): Avoid fcntl on mingw.
9392
9393 2009-07-18  Bruno Haible  <bruno@clisp.org>
9394
9395         * modules/pipe-tests (Makefile.am): Fix typo.
9396
9397 2009-07-18  Eric Blake  <ebb9@byu.net>
9398
9399         error: fix mingw build
9400         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
9401         Reported by Bruno Haible.
9402
9403         error: avoid undefined use of stdout
9404         * lib/error.c (error, error_at_line): Check that fd 1 is open
9405         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
9406         is handling faults and the close_stdout module wants to report the
9407         detection of closed stdout as an error.
9408
9409 2009-07-17  Eric Blake  <ebb9@byu.net>
9410
9411         pipe: be robust in face of closed fds
9412         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
9413         should cause child to misbehave.
9414         * modules/pipe-tests: New module.
9415         * tests/test-pipe.c: New file.
9416         * tests/test-pipe.sh: New file.
9417         Reported by Akim Demaille.
9418
9419 2009-07-14  Bruno Haible  <bruno@clisp.org>
9420
9421         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
9422         Reported by anonymous kc.
9423
9424 2009-07-07  Jim Meyering  <meyering@redhat.com>
9425
9426         maint.mk: don't look for translatable strings in *.m4 or *.mk
9427         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
9428         when searching for translatable strings.
9429
9430 2009-07-05  Jim Meyering  <meyering@redhat.com>
9431
9432         remove superfluous parentheses in STREQ definition
9433         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
9434         * lib/getugroups.c (STREQ): Likewise.
9435         * lib/fnmatch.c (STREQ): Likewise.
9436         Spotted by Bruno Haible.
9437
9438 2009-07-04  Jim Meyering  <meyering@redhat.com>
9439
9440         argv-iter: new module
9441         * MODULES.html.sh: Add argv-iter.
9442         * lib/argv-iter.c, lib/argv-iter.h: New files.
9443         * modules/argv-iter: New file.
9444         * modules/argv-iter-tests: New file.
9445         * tests/test-argv-iter.c: Test it.
9446
9447 2009-07-04  Bruno Haible  <bruno@clisp.org>
9448
9449         Fix assertion.
9450         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
9451         contains more exact copies of a given entry than file2, leave the extra
9452         copies unpaired rather than aborting.
9453         Reported by Eric Blake.
9454
9455 2009-07-02  Bruno Haible  <bruno@clisp.org>
9456
9457         Speedup git-merge-changelog for git cherry-pick.
9458         * lib/git-merge-changelog.c (struct entries_mapping): New type.
9459         (entries_mapping_get): New function, extracted from compute_mapping.
9460         (entries_mapping_reverse_get): New function.
9461         (compute_mapping): Add a 'full' argument. Return the result in a
9462         'struct entries_mapping'.
9463         (main): Update. Access the mappings through entries_mapping_get.
9464         Reported by Eric Blake.
9465
9466 2009-07-02  Bruno Haible  <bruno@clisp.org>
9467
9468         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
9469         best_i.
9470
9471 2009-07-02  Bruno Haible  <bruno@clisp.org>
9472
9473         Speed up approximate search for matching ChangeLog entries.
9474         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
9475         argument. Call fstrcmp_bounded instead of fstrcmp.
9476         (compute_mapping, try_split_merged_entry, main): Update callers.
9477
9478 2009-07-02  Bruno Haible  <bruno@clisp.org>
9479
9480         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
9481
9482 2009-06-30  Bruno Haible  <bruno@clisp.org>
9483
9484         Reduce the number of uc_is_cased calls.
9485         * lib/unicase.h (casing_suffix_context_t): Add
9486         'first_char_except_ignorable' field.
9487         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
9488         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
9489         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
9490         Update initializer.
9491         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
9492         case-ignorable characters.
9493         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
9494         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
9495         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
9496         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
9497         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
9498
9499 2009-06-30  Bruno Haible  <bruno@clisp.org>
9500
9501         Tests for module 'unicase/ignorable'.
9502         * modules/unicase/ignorable-tests: New file.
9503         * tests/unicase/test-ignorable.c: New file, generated by
9504         gen-uni-tables.
9505
9506         Tests for module 'unicase/cased'.
9507         * modules/unicase/cased-tests: New file.
9508         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
9509         * tests/unicase/test-predicate-part1.h: New file, derived from
9510         tests/unictype/test-predicate-part1.h.
9511         * tests/unicase/test-predicate-part2.h: New file, same as
9512         tests/unictype/test-predicate-part2.h.
9513
9514         Fix evaluation of "Before C" condition of FINAL_SIGMA.
9515         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
9516         (output_casing_properties): New function.
9517         (main): Call it.
9518         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
9519         * lib/unicase/cased.c: Include unictype/bitmap.h.
9520         (uc_is_cased): Define through a bitmap lookup.
9521         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
9522         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
9523         (uc_is_case_ignorable): Define through a bitmap lookup.
9524         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
9525         lib/unictype/bitmap.h.
9526         (Depends-on): Add inline. Clean up.
9527         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
9528         lib/unictype/bitmap.h.
9529         (Depends-on): Add inline. Clean up.
9530         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
9531         recognition.
9532         * tests/unicase/test-u16-tolower.c (main): Likewise.
9533         * tests/unicase/test-u32-tolower.c (main): Likewise.
9534
9535 2009-06-30  Bruno Haible  <bruno@clisp.org>
9536
9537         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
9538         * lib/unicase/u16-casemap.c: Likewise.
9539         * lib/unicase/u32-casemap.c: Likewise.
9540
9541 2009-06-29  Bruno Haible  <bruno@clisp.org>
9542
9543         Define u32_casefold as a wrapper around u32_ct_casefold.
9544         * lib/unicase/u32-casefold.c: Update.
9545         * modules/unicase/u32-casefold (Depends-on): Add
9546         unicase/u32-ct-casefold, unicase/empty-prefix-context,
9547         unicase/empty-suffix-context. Clean up.
9548
9549         Define u16_casefold as a wrapper around u16_ct_casefold.
9550         * lib/unicase/u16-casefold.c: Update.
9551         * modules/unicase/u16-casefold (Depends-on): Add
9552         unicase/u16-ct-casefold, unicase/empty-prefix-context,
9553         unicase/empty-suffix-context. Clean up.
9554
9555         Define u8_casefold as a wrapper around u8_ct_casefold.
9556         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
9557         * lib/unicase/u8-casefold.c: Update.
9558         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
9559         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9560
9561         Define u32_totitle as a wrapper around u32_ct_totitle.
9562         * lib/unicase/u32-totitle.c: Update.
9563         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
9564         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9565
9566         Define u16_totitle as a wrapper around u16_ct_totitle.
9567         * lib/unicase/u16-totitle.c: Update.
9568         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
9569         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9570
9571         Define u8_totitle as a wrapper around u8_ct_totitle.
9572         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
9573         functions.
9574         (FUNC): Delegate to U_CT_TOTITLE.
9575         * lib/unicase/u8-totitle.c: Update.
9576         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
9577         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
9578
9579         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
9580         invocation.
9581         * modules/unicase/u32-tolower (Depends-on): Add
9582         unicase/empty-prefix-context, unicase/empty-suffix-context.
9583
9584         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
9585         invocation.
9586         * modules/unicase/u16-tolower (Depends-on): Add
9587         unicase/empty-prefix-context, unicase/empty-suffix-context.
9588
9589         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
9590         * modules/unicase/u8-tolower (Depends-on): Add
9591         unicase/empty-prefix-context, unicase/empty-suffix-context.
9592
9593         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
9594         invocation.
9595         * modules/unicase/u32-toupper (Depends-on): Add
9596         unicase/empty-prefix-context, unicase/empty-suffix-context.
9597
9598         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
9599         invocation.
9600         * modules/unicase/u16-toupper (Depends-on): Add
9601         unicase/empty-prefix-context, unicase/empty-suffix-context.
9602
9603         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
9604         * modules/unicase/u8-toupper (Depends-on): Add
9605         unicase/empty-prefix-context, unicase/empty-suffix-context.
9606
9607         New module 'unicase/u32-ct-casefold'.
9608         * lib/unicase/u32-ct-casefold.c: New file.
9609         * modules/unicase/u32-ct-casefold: New file.
9610
9611         New module 'unicase/u16-ct-casefold'.
9612         * lib/unicase/u16-ct-casefold.c: New file.
9613         * modules/unicase/u16-ct-casefold: New file.
9614
9615         New module 'unicase/u8-ct-casefold'.
9616         * lib/unicase/u8-ct-casefold.c: New file.
9617         * lib/unicase/u-ct-casefold.h: New file, derived from
9618         lib/unicase/u-casefold.h.
9619         * modules/unicase/u8-ct-casefold: New file.
9620
9621         New module 'unicase/u32-ct-totitle'.
9622         * lib/unicase/u32-ct-totitle.c: New file.
9623         * modules/unicase/u32-ct-totitle: New file.
9624
9625         New module 'unicase/u16-ct-totitle'.
9626         * lib/unicase/u16-ct-totitle.c: New file.
9627         * modules/unicase/u16-ct-totitle: New file.
9628
9629         New module 'unicase/u8-ct-totitle'.
9630         * lib/unicase/u8-ct-totitle.c: New file.
9631         * lib/unicase/u-ct-totitle.h: New file, derived from
9632         lib/unicase/u-totitle.h.
9633         * modules/unicase/u8-ct-totitle: New file.
9634
9635         New module 'unicase/u32-ct-tolower'.
9636         * lib/unicase/u32-ct-tolower.c: New file.
9637         * modules/unicase/u32-ct-tolower: New file.
9638
9639         New module 'unicase/u16-ct-tolower'.
9640         * lib/unicase/u16-ct-tolower.c: New file.
9641         * modules/unicase/u16-ct-tolower: New file.
9642
9643         New module 'unicase/u8-ct-tolower'.
9644         * lib/unicase/u8-ct-tolower.c: New file.
9645         * modules/unicase/u8-ct-tolower: New file.
9646
9647         New module 'unicase/u32-ct-toupper'.
9648         * lib/unicase/u32-ct-toupper.c: New file.
9649         * modules/unicase/u32-ct-toupper: New file.
9650
9651         New module 'unicase/u16-ct-toupper'.
9652         * lib/unicase/u16-ct-toupper.c: New file.
9653         * modules/unicase/u16-ct-toupper: New file.
9654
9655         New module 'unicase/u8-ct-toupper'.
9656         * lib/unicase/u8-ct-toupper.c: New file.
9657         * modules/unicase/u8-ct-toupper: New file.
9658
9659         Add context arguments to u*_casemap functions.
9660         * lib/unicase/unicasemap.h: Include unicase.h.
9661         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
9662         suffix_context arguments.
9663         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
9664         functions.
9665         (FUNC): Add prefix_context and suffix_context arguments. Use
9666         uc_is_cased and uc_is_case_ignorable.
9667         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
9668         * lib/unicase/u16-casemap.c: Likewise.
9669         * lib/unicase/u32-casemap.c: Likewise.
9670         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
9671         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9672         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
9673         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9674         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
9675         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
9676
9677         New module 'unicase/u32-suffix-context'.
9678         * lib/unicase/u32-suffix-context.c: New file.
9679         * modules/unicase/u32-suffix-context: New file.
9680
9681         New module 'unicase/u16-suffix-context'.
9682         * lib/unicase/u16-suffix-context.c: New file.
9683         * modules/unicase/u16-suffix-context: New file.
9684
9685         New module 'unicase/u8-suffix-context'.
9686         * lib/unicase/u8-suffix-context.c: New file.
9687         * lib/unicase/u-suffix-context.h: New file.
9688         * modules/unicase/u8-suffix-context: New file.
9689
9690         New module 'unicase/empty-suffix-context'.
9691         * lib/unicase/empty-suffix-context.c: New file.
9692         * modules/unicase/empty-suffix-context: New file.
9693
9694         New module 'unicase/u32-prefix-context'.
9695         * lib/unicase/u32-prefix-context.c: New file.
9696         * modules/unicase/u32-prefix-context: New file.
9697
9698         New module 'unicase/u16-prefix-context'.
9699         * lib/unicase/u16-prefix-context.c: New file.
9700         * modules/unicase/u16-prefix-context: New file.
9701
9702         New module 'unicase/u8-prefix-context'.
9703         * lib/unicase/u8-prefix-context.c: New file.
9704         * lib/unicase/u-prefix-context.h: New file.
9705         * lib/unicase/context.h: New file.
9706         * modules/unicase/u8-prefix-context: New file.
9707
9708         New module 'unicase/empty-prefix-context'.
9709         * lib/unicase/empty-prefix-context.c: New file.
9710         * modules/unicase/empty-prefix-context: New file.
9711
9712         New module 'unicase/ignorable'.
9713         * lib/unicase/ignorable.c: New file.
9714         * modules/unicase/ignorable: New file.
9715
9716         New module 'unicase/cased'.
9717         * lib/unicase/caseprop.h: New file.
9718         * lib/unicase/cased.c: New file.
9719         * modules/unicase/cased: New file.
9720
9721         New functions for case mapping of substrings.
9722         * lib/unicase.h (casing_prefix_context_t): New type.
9723         (unicase_empty_prefix_context): New variable.
9724         (u8_casing_prefix_context, u16_casing_prefix_context,
9725         u32_casing_prefix_context, u8_casing_prefixes_context,
9726         u16_casing_prefixes_context, u32_casing_prefixes_context): New
9727         declarations.
9728         (casing_suffix_context_t): New type.
9729         (unicase_empty_suffix_context): New variable.
9730         (u8_casing_suffix_context, u16_casing_suffix_context,
9731         u32_casing_suffix_context, u8_casing_suffixes_context,
9732         u16_casing_suffixes_context, u32_casing_suffixes_context,
9733         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
9734         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
9735         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
9736         declarations.
9737
9738 2009-06-28  Jim Meyering  <meyering@redhat.com>
9739
9740         boostrap: indent only with spaces
9741         * build-aux/bootstrap: Indent only with spaces, never TABs.
9742
9743         bootstrap: split long lines
9744         * build-aux/bootstrap: Keep line length < 80.
9745
9746         bootstrap: sync from coreutils
9747         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
9748         just as autoreconf does.  Verify a list of prerequisite
9749         package-name,version-number pairs if defined in bootstrap.conf.
9750         Refer to README-prereq, if prerequisites are not satisfied.
9751
9752 2009-06-27  Eric Blake  <ebb9@byu.net>
9753
9754         tests: add test for bogus NULL definition
9755         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
9756         * tests/test-stdlib.c: Likewise.
9757         * tests/test-string.c: Likewise.
9758         * tests/test-locale.c: Likewise.
9759         * tests/test-unistd.c: Likewise.
9760         * modules/stdio-tests (Depends-on): Add verify.
9761         * modules/stdlib-tests (Depends-on): Likewise.
9762         * modules/string-tests (Depends-on): Likewise.
9763         * modules/locale-tests (Depends-on): Likewise.
9764         * modules/unistd-tests (Depends-on): Likewise.
9765
9766 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
9767
9768         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
9769         self-explaining comment.
9770         * m4/selinux-selinux-h: Update serial.
9771         (gl_LIBSELINUX): New macro, adding a warning for missing development
9772         packages to code extracted from...
9773         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
9774         Add warning for missing development packages here, too.
9775
9776 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
9777
9778         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
9779
9780 2009-06-25  Eric Blake  <ebb9@byu.net>
9781
9782         version-etc: fix regression
9783         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
9784         gcc.
9785         (version_etc): Use it, to catch bugs with trailing NULL.
9786         * lib/version-etc.c (version_etc_arn): Delete unused argument.
9787         (version_etc_va): Fix logic bug.
9788         * modules/version-etc-tests: Add test.
9789         * tests/test-version-etc.c: New file.
9790         * tests/test-version-etc.sh: Likewise.
9791
9792 2009-06-25  Sam Steingold  <sds@gnu.org>
9793
9794         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
9795         mbtowc declaration.
9796
9797 2009-06-25  Eric Blake  <ebb9@byu.net>
9798
9799         fpurge: migrate into <stdio.h>
9800         * lib/fpurge.h: Delete...
9801         * lib/stdio.in.h (fpurge): ...and declare here, instead.
9802         * lib/fpurge.c (fpurge): Change declaring header.
9803         * modules/fpurge (Files): Drop deleted file.
9804         (Depends-on): Add stdio.
9805         (configure.ac): Set witness.
9806         * modules/stdio (Makefile.am): Support fpurge macros.
9807         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
9808         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
9809         * lib/fflush.c: Update client.
9810         * tests/test-fpurge.c: Likewise.
9811         * NEWS: Mention the change.
9812
9813 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9814
9815         * lib/argp-version-etc.c (program_authors): Add const
9816         qualifier.
9817         * lib/version-etc.c: Fix typos in the comments.
9818         * modules/argp-version-etc: Depends on version-etc.
9819
9820 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9821
9822         argp-version-etc: new module.
9823
9824         * lib/argp-version-etc.c: New file.
9825         * lib/argp-version-etc.h: New file.
9826         * modules/argp-version-etc: New file.
9827         * modules/argp-version-etc-tests: New file.
9828         * tests/test-argp-version-etc.c: New test.
9829         * tests/test-argp-version-etc-1.sh: New test.
9830
9831 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
9832
9833         Provide additional interfaces and documentation for version-etc
9834         module.
9835
9836         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
9837         interfaces.
9838         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
9839         prototypes.
9840
9841 2009-06-24  Bruno Haible  <bruno@clisp.org>
9842
9843         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
9844         HAVE_LIB${NAME} macro.
9845         Reported by Sam Steingold <sds@gnu.org>.
9846
9847 2009-06-23  Simon Josefsson  <simon@josefsson.org>
9848
9849         * modules/hash-tests (test_hash_LDADD): Link to libintl when
9850         needed.
9851
9852 2009-06-21  Bruno Haible  <bruno@clisp.org>
9853
9854         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
9855         work.
9856         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
9857         together with LIB${NAME}, LTLIB${NAME}.
9858         Reported by Sam Steingold <sds@gnu.org>.
9859
9860 2009-06-20  Jim Meyering  <meyering@redhat.com>
9861
9862         tests: make sc_require_test_exit_idiom more generic
9863         * top/maint.mk (Exit_witness_file): New overridable variable.
9864         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
9865         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
9866
9867 2009-06-19  Jim Meyering  <meyering@redhat.com>
9868
9869         hash: reverse order of src/dst parameters in an internal interface
9870         * lib/hash.c (transfer_entries): Reverse order of parameters to
9871         put DST before SRC.  Adjust callers.
9872
9873         tests: test-hash: avoid wholesale duplication
9874         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
9875         Instead, use a loop and add a single conditional.
9876
9877         tests: test-hash: allow seed selection via a command line argument
9878         * tests/test-hash.c (get_seed): New function.
9879         (main): Use it.
9880
9881 2009-06-19  Eric Blake  <ebb9@byu.net>
9882
9883         hash: avoid memory leak on allocation failure
9884         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
9885         failure.  Factor repeated algorithm...
9886         (transfer_entries): ...into new helper routine.
9887         (hash_delete): React to hash_rehash return value.
9888
9889         hash: reduce memory pressure in hash_rehash no-op case
9890         * lib/hash.c (next_prime): Avoid overflow.
9891         (hash_initialize): Factor bucket size computation...
9892         (compute_bucket_size): ...into new helper function.
9893         (hash_rehash): Use new function and open coding to reduce memory
9894         pressure, and avoid a memory leak in USE_OBSTACK code.
9895         Reported by Jim Meyering.
9896
9897 2009-06-18  Eric Blake  <ebb9@byu.net>
9898
9899         hash: make rotation more obvious
9900         * modules/hash (Depends-on): Add bitrotate and stdint.
9901         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
9902         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
9903         (SIZE_MAX): Rely on headers for definition.
9904         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
9905         (raw_hasher): Use rotr_sz.
9906         Suggested by Jim Meyering.
9907
9908         hash: fix memory leak in last patch
9909         * lib/hash.c (hash_rehash): Avoid memory leak.
9910
9911         hash: avoid no-op rehashing
9912         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
9913
9914         hash: provide default callback functions
9915         * lib/hash.c (raw_hasher, raw_comparator): New functions.
9916         (hash_initialize): Use them as defaults.
9917         * tests/test-hash.c (main): Test this.
9918
9919         hash: minor optimization
9920         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
9921         when possible.
9922         (hash_initialize): Document this promise.
9923         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
9924         * tests/test-hash.c (hash_compare_strings): Test this.
9925
9926 2009-06-18  Bruno Haible  <bruno@clisp.org>
9927
9928         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
9929         going to be replaced anyway.
9930
9931 2009-06-18  Bruno Haible  <bruno@clisp.org>
9932
9933         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
9934         in one place.
9935         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
9936         be replaced anyway.
9937
9938 2009-06-18  Eric Blake  <ebb9@byu.net>
9939
9940         hash: check for resize before insertion
9941         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
9942         threshold before insertion, so that a pathological hash_rehash
9943         that fills every bucket can still trigger another rehash.
9944
9945 2009-06-18  Jim Meyering  <meyering@redhat.com>
9946
9947         hash-tests: add a loop around the small tests
9948         * tests/test-hash.c (main): Repeat small tests with selected
9949         small initial table sizes.
9950
9951 2009-06-17  Eric Blake  <ebb9@byu.net>
9952
9953         hash: minor cleanups
9954         * lib/hash.h (hash_entry): Make opaque, by moving...
9955         * lib/hash.c (hash_entry): ...here.
9956         (hash_insert): Clarify restrictions on what can be inserted.
9957         (hash_get_next): Clarify when it is safe to remove an element
9958         during traversal.
9959         (check_tuning): Skip verification when tuning is known safe.
9960         (hash_initialize): Clarify restrictions on tuning.
9961
9962 2009-06-17  Jim Meyering  <jim@meyering.net>
9963         and Eric Blake  <ebb9@byu.net>
9964
9965         hash-tests: new module
9966         * modules/hash-tests: New file.
9967         * tests/test-hash.c: New file.
9968
9969 2009-06-17  Eric Blake  <ebb9@byu.net>
9970
9971         strstr-simple: document new module
9972         * MODULES.html.sh: Document new module.
9973
9974         strstr, strcasestr: replace on platforms with broken memchr
9975         * modules/strstr: Split into...
9976         * modules/strstr-simple: ...new module that does not care about
9977         performance, but does care about glibc bug.
9978         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
9979         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
9980         if platform memchr is broken, per Debian bug 521737.
9981         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
9982         memchr.
9983         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
9984         * doc/posix-functions/strstr.texi (strstr): Document the fix.
9985         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
9986         * modules/mountlist (Depends-on): Add strstr-simple.
9987         * modules/gen-uni-tables (Depends-on): Likewise.
9988         * modules/argz (Depends-on): Add strstr.
9989
9990 2009-06-17  Bruno Haible  <bruno@clisp.org>
9991
9992         * modules/posix_spawn-internal (Depends-on): Add errno.
9993
9994 2009-06-17  Bruno Haible  <bruno@clisp.org>
9995
9996         Define missing ESTALE on Interix 3.5.
9997         * lib/errno.in.h (ESTALE): Assign a value if missing.
9998         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
9999         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
10000         missing.
10001         * doc/posix-headers/errno.texi: Mention the Interix bug.
10002         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
10003
10004 2009-06-15  Eric Blake  <ebb9@byu.net>
10005
10006         memchr, memchr2: add valgrind exception
10007         * lib/memchr.valgrind: New file.
10008         * lib/memchr2.valgrind: New file.
10009         * modules/memchr (Files): Distribute valgrind file.
10010         * modules/memchr2 (Files): Likewise.
10011
10012         docs: memchr is no longer obsolete
10013         * MODULES.html.sh: Move memchr from obsolete to string.h section.
10014         * lib/string.in.h (memchr): Simplify logic.
10015
10016 2009-06-14  Jim Meyering  <meyering@redhat.com>
10017
10018         link-follow: fix the "checking..." message to not mention trailing slash
10019         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
10020         never considered trailing slashes.
10021
10022 2009-06-14  Bruno Haible  <bruno@clisp.org>
10023
10024         * m4/memchr.m4: Mention also the bug on IA-64.
10025         * doc/posix-functions/memchr.texi: Likewise.
10026
10027 2009-06-12  Eric Blake  <ebb9@byu.net>
10028
10029         memchr: detect broken x86_64 and alpha implementations
10030         * modules/memchr-tests (Depends-on): Move mmap detection...
10031         * modules/memchr (Depends-on): ...here.
10032         (configure.ac): Set indicator.
10033         * lib/string.in.h (memchr): Declare replacement.
10034         * modules/string (Makefile.am): Trigger replacement.
10035         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
10036         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
10037         bugs.
10038         * doc/posix-functions/memchr.texi (memchr): Document the bug.
10039         * modules/getpagesize (License): Relax license.
10040
10041 2009-06-11  Bruno Haible  <bruno@clisp.org>
10042
10043         * lib/idpriv.h: Add more references.
10044
10045 2009-06-08  Bruno Haible  <bruno@clisp.org>
10046
10047         Tests for module 'idpriv-droptemp'.
10048         * modules/idpriv-droptemp-tests: New file.
10049         * tests/test-idpriv-droptemp.sh: New file.
10050         * tests/test-idpriv-droptemp.su.sh: New file.
10051         * tests/test-idpriv-droptemp.c: New file.
10052
10053         New module 'idpriv-droptemp'.
10054         * lib/idpriv-droptemp.c: New file.
10055         * modules/idpriv-droptemp: New file.
10056
10057 2009-06-08  Bruno Haible  <bruno@clisp.org>
10058
10059         Tests for module 'idpriv-drop'.
10060         * modules/idpriv-drop-tests: New file.
10061         * tests/test-idpriv-drop.sh: New file.
10062         * tests/test-idpriv-drop.su.sh: New file.
10063         * tests/test-idpriv-drop.c: New file.
10064
10065         New module 'idpriv-drop'.
10066         * lib/idpriv.h: New file.
10067         * lib-idpriv-drop.c: New file.
10068         * m4/idpriv.m4: New file.
10069         * modules/idpriv-drop: New file.
10070
10071 2009-06-08  Bruno Haible  <bruno@clisp.org>
10072
10073         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
10074         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
10075         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
10076         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
10077         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
10078         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
10079         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
10080
10081 2009-06-08  Eric Blake  <ebb9@byu.net>
10082
10083         test-strstr: use memory fence, when possible
10084         * tests/test-strstr.c (main): Use memory fence, in order to be
10085         more likely to trigger Debian bug 521737.
10086         * modules/strstr-tests (Files): Pull in additional files.
10087
10088         memchr: no longer obsolete, for wider field testing
10089         * modules/memchr (Status, Notice): Delete, this module is no
10090         longer obsolete.
10091         * modules/vasnprintf (Depends-on): Add memchr.
10092
10093 2009-06-07  Jim Meyering  <meyering@redhat.com>
10094
10095         hash: declare some functions with the warn_unused_result attribute
10096         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
10097
10098 2009-06-07  Bruno Haible  <bruno@clisp.org>
10099
10100         * tests/test-alignof.c: Don't test int64_t if it does not exist.
10101         Reported by Eric Blake.
10102
10103 2009-06-06  Eric Blake  <ebb9@byu.net>
10104
10105         test-alignof: fix typo with long double
10106         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
10107         compiler error.
10108
10109 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
10110
10111         Escape non-texinfo { and }s.
10112         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
10113         markup error.
10114
10115 2009-06-04  Jim Meyering  <meyering@redhat.com>
10116
10117         gitlog-to-changelog: don't infloop on an empty commit log
10118         * build-aux/gitlog-to-changelog: Warn about an empty log message.
10119         Reported by Boris Petersen <transacid@centerim.org>.
10120
10121 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
10122
10123         version-etc: extend for packagers
10124         Add three new configure options, intended for packagers:
10125           --with-packager="packager name"
10126           --with-packager-version="packager-specific version"
10127           --with-packager-bug-reports="packager bug reporting"
10128         An example with coreutils:
10129           $ ./configure \
10130             --with-packager=Gentoo \
10131             --with-packager-bug-report=http://bugs.gentoo.org/ \
10132             --with-packager-version="patchset 1.6"
10133           $ ./src/ls --version | head -n2
10134           ls (GNU coreutils) 7.1-dirty
10135           Packaged by Gentoo (patchset 1.6)
10136         Note that the bug reporting info via --help doesn't show up because
10137         coreutils uses its own custom emit_bug_reporting_address() implementation
10138         in src/system.h.  If it didn't, it'd look like:
10139           $ ./src/ls --help | tail -n4
10140           Report bugs to <bug-coreutils@gnu.org>.
10141           Report Gentoo bugs to <http://bugs.gentoo.org/>.
10142           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
10143           General help using GNU software: <http://www.gnu.org/gethelp/>.
10144         * lib/version-etc.c: Print new information, if provided.
10145         * m4/version-etc.m4: New file.
10146         * modules/version-etc (Files): Add m4/version-etc.m4.
10147         (configure.ac): Add gl_VERSION_ETC.
10148
10149 2009-05-31  Bruno Haible  <bruno@clisp.org>
10150
10151         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
10152         and 'int64_t'.
10153         * modules/alignof-tests (Dependencies): Add stdint.
10154         Reported by Eric Blake.
10155
10156 2009-05-31  Bruno Haible  <bruno@clisp.org>
10157
10158         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
10159         restriction due to compiler bugs.
10160         Reported by Eric Blake.
10161
10162 2009-05-31  Simon Josefsson  <simon@josefsson.org>
10163             Bruno Haible  <bruno@clisp.org>
10164
10165         Fix test-alignof failure.
10166         * lib/alignof.h (alignof_slot): New macro.
10167         (alignof_type): New macro, with the same semantics as the previous
10168         'alignof'.
10169         (alignof): Alias to alignof_slot.
10170         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
10171         check that the results are usable as constant expressions.
10172
10173 2009-05-31  Bruno Haible  <bruno@clisp.org>
10174
10175         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
10176         * tests/test-memchr.c (main): Check that memchr does not read past the
10177         first occurrence of the byte.
10178         * tests/test-strstr.c (main): Update comment.
10179         Suggested by Eric Blake.
10180
10181 2009-05-30  Bruno Haible  <bruno@clisp.org>
10182
10183         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
10184         detail how to use dumpbin.
10185         Reported by David Byron <dbyron@dbyron.com>.
10186
10187 2009-06-02  Simon Josefsson  <simon@josefsson.org>
10188
10189         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
10190
10191 2009-06-02  Simon Josefsson  <simon@josefsson.org>
10192
10193         * m4/manywarnings.m4: Add GCC 4.4 warnings.
10194
10195 2009-05-28  Bruno Haible  <bruno@clisp.org>
10196
10197         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
10198         build-aux/ files.
10199
10200 2009-05-28  Simon Josefsson  <simon@josefsson.org>
10201
10202         * gnulib-tool (func_import): Transform license on build-aux/ files too.
10203
10204 2009-05-27  Simon Josefsson  <simon@josefsson.org>
10205
10206         * gnulib-tool (sed_transform_main_lib_file)
10207         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
10208         regexps.
10209
10210 2009-05-26  Simon Josefsson  <simon@josefsson.org>
10211
10212         * tests/test-strstr.c: Add another self-test.
10213         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
10214         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
10215
10216 2009-05-23  Bruno Haible  <bruno@clisp.org>
10217
10218         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
10219         change.
10220
10221 2009-05-21  Bruno Haible  <bruno@clisp.org>
10222
10223         Simplify use of mode_t varargs.
10224         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
10225         uses 'mode_t' or 'int'.
10226         * lib/openat.c (openat): Likewise.
10227         * lib/open-safer.c (open_safer): Likewise.
10228         * m4/mode_t.m4: New file.
10229         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
10230         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
10231         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
10232         * modules/open (Files): Add m4/mode_t.m4.
10233         * modules/openat (Files): Likewise.
10234         * modules/fcntl-safer (Files): Likewise.
10235         Suggested by Eric Blake.
10236
10237 2009-05-21  Pádraig Brady  <P@draigbrady.com>
10238
10239         * doc/glibc-functions/fallocate.texi: New file.
10240         * doc/gnulib.texi: Include it.
10241
10242 2009-05-21  Eric Blake  <ebb9@byu.net>
10243             Bruno Haible  <bruno@clisp.org>
10244
10245         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
10246         invocations.
10247         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
10248
10249 2009-05-21  Eric Blake  <ebb9@byu.net>
10250             Bruno Haible  <bruno@clisp.org>
10251
10252         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
10253         include_next. Fix of 2008-11-20 commit.
10254         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
10255         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
10256         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
10257         NEXT_MATH_H.
10258         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
10259         instead of NEXT_MATH_H.
10260
10261 2009-05-21  Bruno Haible  <bruno@clisp.org>
10262
10263         Avoid redefinition warnings for SIZE_MAX.
10264         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
10265         Reported by Simon Josefsson.
10266
10267 2009-05-21  Bruno Haible  <bruno@clisp.org>
10268
10269         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
10270         AC_CACHE_VAL.
10271
10272 2009-05-20  Bruno Haible  <bruno@clisp.org>
10273
10274         Make zeroptr.h work on mingw.
10275         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
10276         mprotect.
10277         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
10278         * modules/memchr2-tests (configure.ac): Likewise.
10279         * modules/memcmp-tests (configure.ac): Likewise.
10280         * modules/memmem-tests (configure.ac): Likewise.
10281         * modules/memrchr-tests (configure.ac): Likewise.
10282         Reported by Simon Josefsson.
10283
10284 2009-05-20  Simon Josefsson  <simon@josefsson.org>
10285
10286         * tests/test-glob.c: Include string.h for strcmp prototype.
10287
10288 2009-05-20  Simon Josefsson  <simon@josefsson.org>
10289
10290         * modules/getdelim (Depends-on): Add explicit stdint, although it
10291         was implicitly already pulled in via realloc-posix.
10292         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
10293
10294 2009-05-20  Simon Josefsson  <simon@josefsson.org>
10295
10296         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
10297         G. Christensen" <tgc@jupiterrise.com>.
10298         * m4/sys_socket_h.m4: Check for sa_family_t.
10299         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
10300         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
10301         * tests/test-sys_socket.c: Check that sa_family_t works.
10302
10303 2009-05-18  Eric Blake  <ebb9@byu.net>
10304
10305         maint.mk: allow gnulib_dir in VPATH build
10306         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
10307
10308 2009-05-15  Jim Meyering  <meyering@redhat.com>
10309
10310         maint.mk: Give gnulib_dir a default definition.
10311         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
10312         Thus, most packages no longer need to specify this variable in cfg.mk
10313
10314 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
10315
10316         rename.m4: fix typos that would make non-mingw cross-configure fail
10317         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
10318
10319 2009-05-13  Eric Blake  <ebb9@byu.net>
10320
10321         mmap-anon: avoid out-of-order autoconf expansion
10322         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
10323         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
10324         * modules/memchr-tests (Depends-on): Add extensions.
10325         * modules/memchr2-tests (Depends-on): Add extensions.
10326         * modules/memcmp-tests (Depends-on): Add extensions.
10327         * modules/memmem-tests (Depends-on): Add extensions.
10328         * modules/memrchr-tests (Depends-on): Add extensions.
10329
10330 2009-05-13  Bruno Haible  <bruno@clisp.org>
10331
10332         Make some tests ISO C 99 compliant.
10333         * tests/zerosize-ptr.h: New file.
10334         * tests/test-memchr.c: Include zerosize-ptr.h.
10335         (main): Use a zero-size object pointer instead of NULL.
10336         * tests/test-memchr2.c: Include zerosize-ptr.h.
10337         (main): Use a zero-size object pointer instead of NULL.
10338         * tests/test-memcmp.c: Include zerosize-ptr.h.
10339         (main): Use a zero-size object pointer instead of NULL.
10340         * tests/test-memmem.c: Include zerosize-ptr.h.
10341         (main): Use a zero-size object pointer instead of NULL.
10342         * tests/test-memrchr.c: Include zerosize-ptr.h.
10343         (main): Use a zero-size object pointer instead of NULL.
10344         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
10345         m4/mmap-anon.m4.
10346         (Depends-on): Add getpagesize.
10347         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10348         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
10349         m4/mmap-anon.m4.
10350         (Depends-on): Add getpagesize.
10351         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10352         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
10353         m4/mmap-anon.m4.
10354         (Depends-on): Add getpagesize.
10355         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10356         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
10357         m4/mmap-anon.m4.
10358         (Depends-on): Add getpagesize.
10359         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10360         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
10361         m4/mmap-anon.m4.
10362         (Depends-on): Add getpagesize.
10363         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
10364
10365 2009-05-12  Bruno Haible  <bruno@clisp.org>
10366
10367         Tests for module 'alignof'.
10368         * modules/alignof-tests: New file.
10369         * tests/test-alignof.c: New file.
10370
10371 2009-05-12  Bruno Haible  <bruno@clisp.org>
10372
10373         Fix alignof macro.
10374         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
10375         vendor compilers that are always correct.
10376
10377 2009-05-12  Bruno Haible  <bruno@clisp.org>
10378
10379         Make the MAP_ANONYMOUS detection work on HP-UX 11.
10380         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
10381         not whether its fully works.
10382
10383 2009-05-12  Bruno Haible  <bruno@clisp.org>
10384
10385         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
10386
10387 2009-05-12  Jim Meyering  <meyering@redhat.com>
10388
10389         * top/maint.mk: Adjust backslash alignment.
10390
10391 2009-05-11  Simon Josefsson  <simon@josefsson.org>
10392
10393         * top/maint.mk: Make $(srcdir)/build-aux configurable.
10394
10395 2009-05-11  Eric Blake  <ebb9@byu.net>
10396
10397         argp: avoid undefined behavior
10398         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
10399         macros.
10400
10401 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10402
10403         * tests/test-vc-list-files-git.sh: Do git config of user.email and
10404         user.name to prevent git commit from complaining.
10405
10406 2009-05-10  Bruno Haible  <bruno@clisp.org>
10407
10408         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
10409         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
10410         it rewrites every file name only once.
10411         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
10412
10413 2009-05-08  Bruno Haible  <bruno@clisp.org>
10414
10415         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
10416         instead of 'max'.
10417
10418 2009-05-08  Simon Josefsson  <simon@josefsson.org>
10419
10420         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
10421         sockaddr_storage test.
10422
10423 2009-05-07  Simon Josefsson  <simon@josefsson.org>
10424
10425         * modules/sys_socket (Makefile.am): Substitute
10426         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
10427         * m4/sys_socket_h.m4: Check for sockaddr_storage.
10428         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
10429         * tests/test-sys_socket.c: Check sockaddr_storage.
10430
10431 2009-05-08  Bruno Haible  <bruno@clisp.org>
10432
10433         New module 'alignof'.
10434         * lib/alignof.h: New file.
10435         * modules/alignof: New file.
10436
10437 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10438             Bruno Haible  <bruno@clisp.org>
10439
10440         Fix test-file-has-acl on FreeBSD.
10441         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
10442         mask is implicitly added.
10443         * tests/test-file-has-acl.c: Include <signal.h>.
10444         (main): Terminate the test after 5 seconds.
10445         * modules/acl-tests (configure.ac): Check for alarm function.
10446
10447 2009-05-04  Bruno Haible  <bruno@clisp.org>
10448
10449         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
10450         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
10451         * modules/errno (configure.ac): Drop AC_REQUIRE.
10452         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
10453         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
10454
10455 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10456
10457         * modules/glob-tests: New module.
10458         * tests/test-glob.c: Add.
10459
10460 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10461
10462         * modules/fnmatch-tests: New module.
10463         * tests/test-fnmatch.c: Add.
10464
10465 2009-05-04  Eric Blake  <ebb9@byu.net>
10466
10467         maint: make the new no-submodule-changes rule VPATH-safe
10468         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
10469
10470 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10471             Bruno Haible  <bruno@clisp.org>
10472
10473         acl: Fix infinite loop on FreeBSD.
10474         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
10475         of return value from acl_get_entry.
10476         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
10477         Likewise.
10478
10479 2009-05-03  Bruno Haible  <bruno@clisp.org>
10480
10481         * lib/acl-internal.h (acl_entries): Clarify return value.
10482         * lib/acl_entries.c (acl_entries): Likewise.
10483
10484 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10485
10486         Bug fix in acl module.
10487         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
10488
10489 2009-05-03  Bruno Haible  <bruno@clisp.org>
10490
10491         Create gperf-generated file in the source dir, not in the build dir.
10492         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
10493         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
10494         * modules/unicase/locale-language (unicase/locale-languages.h):
10495         Likewise.
10496         * modules/unicase/special-casing (unicase/special-casing-table.h):
10497         Likewise.
10498         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
10499         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
10500         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
10501         Reported by Ralf Wildenhues.
10502
10503 2009-05-03  Bruno Haible  <bruno@clisp.org>
10504
10505         * modules/fnmatch (Description, configure.ac): Taken from
10506         fnmatch-posix.
10507         * modules/fnmatch-posix: Turn into a symbolic reference to the
10508         'fnmatch' module, and deprecate.
10509         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
10510
10511 2009-05-03  Bruno Haible  <bruno@clisp.org>
10512
10513         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
10514         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
10515         Reported by Ralf Wildenhues.
10516
10517 2009-05-04  Simon Josefsson  <simon@josefsson.org>
10518
10519         * m4/fnmatch.m4: Fix fnmatch re-define.
10520
10521 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
10522
10523         priv-set: new module and tests; adapt write-any-file
10524         * lib/priv-set.c: New file.
10525         * lib/priv-set.h: New file.
10526         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
10527         * lib/write-any-file.c: Simplify by using priv-set module.
10528         * m4/priv-set.m4: New file.
10529         * modules/priv-set: New file.
10530         * modules/unlinkdir: Add dependency on priv-set module.
10531         * modules/write-any-file: Likewise.
10532
10533         Tests for module 'priv-set'.
10534         * modules/priv-set-tests: New file.
10535         * tests/test-priv-set.c: New file.
10536
10537 2009-05-03  Jim Meyering  <meyering@redhat.com>
10538             Bruno Haible  <bruno@clisp.org>
10539
10540         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
10541         use the converted UTF-8 variant of the name instead.
10542
10543 2009-05-03  Jim Meyering  <meyering@redhat.com>
10544
10545         tests: tighten some getdate tests
10546         * tests/test-getdate.c (main): Tighten tests: require equality,
10547         not just greater than.  Set TZ envvar to UTC0.
10548
10549 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
10550
10551         getdate: correctly interpret "next monday" when run on a Monday
10552         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
10553         that e.g., "next tues" (when run on a tuesday) results in a date
10554         that is one week in the future, and not today's date.
10555         I.e., add a week when the wday is the same as the current one.
10556         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
10557         and earlier by Martin Bernreuther and Jan Minář.
10558         * tests/test-getdate.c (main): Check that "next DAY" is always in
10559         the future and that "last DAY" is always in the past.
10560
10561 2009-05-02  Jim Meyering  <meyering@redhat.com>
10562
10563         build: ensure that a release build fails when a submodule is unclean
10564         * top/maint.mk (no-submodule-changes): New rule.
10565         (alpha beta major): Depend on it.
10566
10567 2009-05-02  Bruno Haible  <bruno@clisp.org>
10568
10569         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
10570         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
10571         shell variable gl_fnmatch_required to detect which variant is
10572         requested.
10573         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
10574         gl_FUNC_FNMATCH_POSIX.
10575         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
10576         exclude fnmatch-posix.
10577
10578 2009-05-02  Bruno Haible  <bruno@clisp.org>
10579
10580         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
10581         * modules/mbsrtowcs (License): Change to LGPLv2+.
10582         * modules/strnlen1 (License): Likewise.
10583         Reported by Simon Josefsson.
10584
10585 2009-05-02  Bruno Haible  <bruno@clisp.org>
10586
10587         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
10588         "cross".
10589         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
10590         gnulib-tool was called with option --source-base=lib.
10591
10592 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10593
10594         Use automake *-local hooks without commands, for extensibility.
10595         * modules/localcharset (Makefile.am): Rename install-exec-local
10596         rule to install-exec-localcharset, and make it a prerequisite of
10597         install-exec-local.  Likewise, rename the uninstall-local rule to
10598         uninstall-localcharset, and make it a prerequisite of the former.
10599
10600 2009-05-01  Bruno Haible  <bruno@clisp.org>
10601
10602         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
10603         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10604         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
10605         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
10606         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
10607         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10608         m4/locale-zh.m4, m4/codeset.m4.
10609
10610         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
10611         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
10612         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
10613         m4/locale-zh.m4.
10614
10615         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
10616         REPLACE_WCRTOMB if mbstate_t must be replaced.
10617         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
10618         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
10619
10620 2009-05-01  Bruno Haible  <bruno@clisp.org>
10621
10622         Avoid compiler warnings when redefining macros defined by <libintl.h>.
10623         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
10624         dngettext, dcngettext, textdomain, bindtextdomain,
10625         bind_textdomain_codeset): Undefine before redefining.
10626
10627 2009-04-30  Bruno Haible  <bruno@clisp.org>
10628
10629         Fix bug introduced on 2009-04-25.
10630         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
10631         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
10632         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
10633         is defined.
10634         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
10635         is defined.
10636         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
10637         is defined.
10638         Reported by Elbert_Pol <elbert.pol@gmail.com>.
10639
10640 2009-04-28  Bruno Haible  <bruno@clisp.org>
10641
10642         Comment tweaks.
10643         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
10644         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
10645         * lib/unicase.h (u*_casexfrm): Likewise.
10646         Reported by Paolo Bonzini.
10647
10648 2009-04-28  Bruno Haible  <bruno@clisp.org>
10649
10650         Fix a compilation error.
10651         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
10652         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
10653         Reported by Jim Meyering.
10654
10655 2009-04-27  Bruno Haible  <bruno@clisp.org>
10656
10657         New module 'libunistring'.
10658         * modules/libunistring: New file.
10659         * m4/libunistring.m4: New file.
10660         * MODULES.html.sh (Unicode string functions): Add it.
10661
10662 2009-04-27  Eric Blake  <ebb9@byu.net>
10663
10664         maint.mk: allow package-specific header to provide <config.h>
10665         * top/maint.mk (sc_require_config_h): New variable.
10666         (sc_require_config_h, sc_require_config_h_first): Use it.
10667
10668 2009-04-27  Simon Josefsson  <simon@josefsson.org>
10669
10670         * top/maint.mk (sc_avoid_if_before_free): Except
10671         useless-if-before-free script.
10672
10673 2009-04-27  Eric Blake  <ebb9@byu.net>
10674
10675         maintainer-makefile: depend on all required helper scripts
10676         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
10677         useless-if-before-free.
10678         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
10679         version, rather than assuming gnulib checkout is available.
10680         Reported by Simen Josefsson.
10681
10682 2009-04-26  Bruno Haible  <bruno@clisp.org>
10683
10684         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
10685         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
10686         "../" or "..".
10687
10688 2009-04-26  Bruno Haible  <bruno@clisp.org>
10689
10690         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
10691         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
10692         AC_LIB_HAVE_LINKFLAGS.
10693
10694 2009-04-26  Bruno Haible  <bruno@clisp.org>
10695
10696         Simplify calling convention of u*_conv_from_encoding.
10697         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
10698         u32_conv_from_encoding): Expect a resultbuf argument and return the
10699         result directly as a pointer.
10700         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
10701         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
10702         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
10703         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
10704         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
10705         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10706         Update.
10707         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
10708         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
10709         * lib/vasnprintf.c (VASNPRINTF): Update.
10710         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
10711         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
10712         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
10713         * NEWS: Mention the change.
10714
10715 2009-04-26  Bruno Haible  <bruno@clisp.org>
10716
10717         Simplify calling convention of u*_conv_to_encoding.
10718         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
10719         u32_conv_to_encoding): Expect a resultbuf argument and return the
10720         result directly as a pointer.
10721         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10722         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
10723         freeing scaled_offsets if mem_iconveha failed.
10724         * lib/unicase/u-casexfrm.h (FUNC): Update.
10725         * lib/uninorm/u-normxfrm.h (FUNC): Update.
10726         * lib/vasnprintf.c (VASNPRINTF): Update.
10727         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
10728         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
10729         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
10730         * NEWS: Mention the change.
10731
10732 2009-04-26  Bruno Haible  <bruno@clisp.org>
10733
10734         Avoid test failures on AIX and OSF/1.
10735         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
10736         malloc(0).
10737         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
10738         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
10739         Likewise.
10740         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
10741         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
10742         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
10743         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
10744         * doc/posix-functions/malloc.texi: Document the portability problem
10745         related to malloc(0).
10746
10747 2009-04-26  Bruno Haible  <bruno@clisp.org>
10748
10749         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
10750         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
10751         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
10752
10753 2009-04-25  Bruno Haible  <bruno@clisp.org>
10754
10755         Avoid link error when creating a namespace clean library.
10756         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
10757         as macro with arguments if already defined as an alias.
10758         * lib/signbitf.c (gl_signbitf): Don't undefine.
10759         * lib/signbitd.c (gl_signbitd): Don't undefine.
10760         * lib/signbitl.c (gl_signbitl): Don't undefine.
10761
10762 2009-04-25  Jim Meyering  <meyering@redhat.com>
10763
10764         vc-list-files: fix another quoting bug
10765         * build-aux/vc-list-files: Avoid sed backslash expansion
10766         of pathological directory names.
10767
10768 2009-04-25  Eric Blake  <ebb9@byu.net>
10769
10770         vc-list-files: fix shell quoting error
10771         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
10772         timestamp.
10773
10774 2009-04-25  Jim Meyering  <meyering@redhat.com>
10775
10776         vc-list-files: restore lost functionality with subdir argument
10777         * build-aux/vc-list-files: When given a non-"." sub-directory
10778         argument, substitute the $dir/ prefix back onto each resulting name.
10779         Otherwise, coreutils' root_tests check would fail.
10780
10781 2009-04-24  Eric Blake  <ebb9@byu.net>
10782
10783         vc-list-files: ignore git symlinks
10784         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
10785         than ls-files, to ignore git symlinks.
10786
10787         maint.mk: import improvements from m4
10788         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
10789         (move_if_change): Delete unused macro.
10790         (news-date-check, vc-diff-check): Support VPATH builds.
10791         (announcement): Likewise.  Split --bootstrap-tools list...
10792         (boostrap-tools): ...into separate list, which can be overridden
10793         in cfg.mk.
10794         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
10795         requiring dependency on useless-if-before-free module.
10796         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
10797         Support VPATH builds.
10798
10799 2009-04-24  Jim Meyering  <meyering@redhat.com>
10800
10801         maint.mk: remove coreutils-specific rules and variables
10802         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
10803         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
10804         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
10805
10806         maint.mk: remove obsolete rule
10807         * top/maint.mk (rel-check): Remove rule.
10808         (WGET, WGETFLAGS): Remove now-unused variables.
10809
10810 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10811
10812         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
10813         consistency.
10814
10815         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
10816         '$(PATH_SEPARATOR)' instead of ':'.
10817
10818 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10819
10820         * lib/getopt1.c (main): Use 'const' for static array.
10821
10822 2009-04-24  Simon Josefsson  <simon@josefsson.org>
10823
10824         * top/maint.mk: Sync with coreutils.
10825         * NEWS: Explain incompatibilities.
10826
10827 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
10828             Bruno Haible  <bruno@clisp.org>
10829
10830         Fix cross-compilation results.
10831         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
10832         statement, as third argument of AC_TRY_RUN.
10833         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
10834         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
10835         Likewise.
10836         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
10837         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
10838         Likewise.
10839         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
10840         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
10841         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
10842
10843 2009-04-20  Bruno Haible  <bruno@clisp.org>
10844
10845         Avoid test failure on mingw.
10846         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
10847
10848 2009-04-20  Bruno Haible  <bruno@clisp.org>
10849
10850         Avoid compilation error on mingw.
10851         * modules/localename-tests (Depends-on): Add locale.
10852
10853 2009-04-19  Bruno Haible  <bruno@clisp.org>
10854
10855         Support for building a shared library on Windows platforms.
10856         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
10857         (main): Test the presence of UNINORM_NFC here.
10858         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
10859         (main): Test the presence of UNINORM_NFD here.
10860         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
10861         (main): Test the presence of UNINORM_NFKC here.
10862         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
10863         (main): Test the presence of UNINORM_NFKD here.
10864
10865 2009-04-19  Bruno Haible  <bruno@clisp.org>
10866
10867         Avoid a compiler warning.
10868         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
10869         Change type of variable 'sequence'.
10870
10871 2009-04-19  Bruno Haible  <bruno@clisp.org>
10872
10873         * modules/configmake (Makefile.am): When the contents of configmake.h
10874         does not change, arrange to preserve its modification time.
10875
10876 2009-04-17  Simon Josefsson  <simon@josefsson.org>
10877
10878         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
10879         gettext domain.
10880
10881 2009-04-16  Jim Meyering  <meyering@redhat.com>
10882
10883         useless-if-before-free: improve conversion code
10884         * build-aux/useless-if-before-free: Adjust code-in-comment to match
10885         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
10886
10887 2009-04-14  Bruno Haible  <bruno@clisp.org>
10888
10889         * modules/fcntl (Depends-on): Add extensions.
10890         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
10891
10892 2009-04-12  Ben Pfaff  <blp@gnu.org>
10893
10894         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
10895         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
10896
10897 2009-03-20  Ben Pfaff  <blp@gnu.org>
10898
10899         Make rename replace existing destinations on Windows.
10900         * m4/rename.m4: Add test for Mingw.
10901         * lib/rename.c: Add rename replacement that uses MoveFileEx with
10902         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
10903         * doc/posix-functions/rename.texi: Document.
10904
10905 2009-04-10  Bruno Haible  <bruno@clisp.org>
10906
10907         New include file "iconveh.h".
10908         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
10909         * lib/striconveh.h: Include it.
10910         (enum iconv_ilseq_handler): Remove definition.
10911         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
10912         striconveh.h.
10913         * lib/striconveha.c: Include striconveh.h.
10914         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
10915         * modules/striconveh (Files): Add lib/iconveh.h.
10916         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
10917         lib/striconveh.h.
10918
10919 2009-04-10  Bruno Haible  <bruno@clisp.org>
10920
10921         * lib/uniconv.h: Update comment.
10922
10923 2009-04-10  Bruno Haible  <bruno@clisp.org>
10924
10925         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
10926         always.
10927         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
10928         * lib/unistr/u16-mbtouc-aux.c: Likewise.
10929         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
10930         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
10931         "unistring-notinline.h", so that the function gets defined always.
10932         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
10933         * lib/unistr/u8-uctomb.c: Likewise.
10934         * lib/unistr/u16-mbtouc.c: Likewise.
10935         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
10936         * lib/unistr/u16-uctomb.c: Likewise.
10937         * lib/unistr/u32-mbtouc.c: Likewise.
10938         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
10939         * lib/unistr/u32-uctomb.c: Likewise.
10940
10941 2009-04-10  Bruno Haible  <bruno@clisp.org>
10942
10943         Mark 'utime' obsolete.
10944         * modules/utime (Status, Notice): New sections.
10945         Suggested by Jim Meyering.
10946
10947         Fix cross-compile guess for utime test.
10948         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
10949         autoconf.
10950         * doc/posix-functions/utime.texi: Give more precisions.
10951         Reported by Jan <ipif@ymail.com>.
10952
10953 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
10954
10955         filevercmp: correct today's change
10956         * lib/filevercmp.c: Also handle coreutils' test inputs.
10957         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
10958
10959         Fix regression in 'filevercmp' module. Thanks Sven Joachim
10960         for reporting it.
10961         * lib/filevercmp.c: Special handle for "", "." and "..".
10962         * tests/test-filevercmp.c: Enlarge the set suite.
10963
10964 2009-04-07  Jim Meyering  <meyering@redhat.com>
10965
10966         useless-if-before-free: show how to remove braced useless free, too
10967         * build-aux/useless-if-before-free: still only in a comment, though.
10968
10969 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
10970
10971         maint.mk: import changes to syntax-check macros from coreutils
10972         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
10973         Use them in the relevant macros.
10974
10975 2009-04-06  Bruno Haible  <bruno@clisp.org>
10976
10977         Fix unportable use of bit-fields.
10978         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
10979         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
10980         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
10981
10982 2009-04-06  Bruno Haible  <bruno@clisp.org>
10983
10984         Avoid test failures on AIX and OSF/1.
10985         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
10986         that malloc(0) = NULL.
10987         * tests/unicase/test-u8-tolower.c (check): Likewise.
10988         * tests/unicase/test-u8-totitle.c (check): Likewise.
10989         * tests/unicase/test-u8-toupper.c (check): Likewise.
10990         * tests/unicase/test-u16-casefold.c (check): Likewise.
10991         * tests/unicase/test-u16-tolower.c (check): Likewise.
10992         * tests/unicase/test-u16-totitle.c (check): Likewise.
10993         * tests/unicase/test-u16-toupper.c (check): Likewise.
10994         * tests/unicase/test-u32-casefold.c (check): Likewise.
10995         * tests/unicase/test-u32-tolower.c (check): Likewise.
10996         * tests/unicase/test-u32-totitle.c (check): Likewise.
10997         * tests/unicase/test-u32-toupper.c (check): Likewise.
10998         * tests/uninorm/test-u8-nfc.c (check): Likewise.
10999         * tests/uninorm/test-u8-nfd.c (check): Likewise.
11000         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
11001         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
11002         * tests/uninorm/test-u16-nfc.c (check): Likewise.
11003         * tests/uninorm/test-u16-nfd.c (check): Likewise.
11004         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
11005         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
11006         * tests/uninorm/test-u32-nfc.c (check): Likewise.
11007         * tests/uninorm/test-u32-nfd.c (check): Likewise.
11008         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
11009         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
11010
11011 2009-04-05  Bruno Haible  <bruno@clisp.org>
11012
11013         Work around an autoconf limitation.
11014         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
11015         comment line if it would be longer than 3 KB.
11016
11017 2009-04-05  Bruno Haible  <bruno@clisp.org>
11018
11019         Avoid test failure with libiconv-1.13.
11020         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
11021         of the expected test results.
11022
11023 2009-04-05  Bruno Haible  <bruno@clisp.org>
11024
11025         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
11026         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
11027         that it should be installed.
11028
11029 2009-04-05  Bruno Haible  <bruno@clisp.org>
11030
11031         * gnulib-tool: New option --copy-file.
11032         (func_usage): Document it.
11033         (func_dest_tmpfilename): Moved out of func_import.
11034         (func_add_file, func_update_file): New functions, extracted from
11035         func_import.
11036         (func_import): Update.
11037
11038 2009-04-05  Karl Berry  <karl@gnu.org>
11039
11040         * README: prominently mention gnulib-tool.
11041         Rearrange sections so getting the code is near the top.
11042
11043 2009-04-05  Bruno Haible  <bruno@clisp.org>
11044
11045         * lib/unicase.h: Mention u*_cmp2.
11046         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
11047         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
11048         * lib/unicase/ulc-casecmp.c: Likewise.
11049         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
11050         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
11051         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
11052         unistr/u8-cmp.
11053         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
11054         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
11055         unistr/u16-cmp.
11056         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
11057         unistr/u32-cmp.
11058
11059         * lib/uninorm.h: Mention u*_cmp2.
11060         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
11061         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
11062         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
11063         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
11064         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
11065         unistr/u8-cmp.
11066         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
11067         unistr/u16-cmp.
11068         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
11069         unistr/u32-cmp.
11070
11071         New module 'unistr/u32-cmp2'.
11072         * lib/unistr/u32-cmp2.c: New file.
11073         * modules/unistr/u32-cmp2: New file.
11074
11075         New module 'unistr/u16-cmp2'.
11076         * lib/unistr/u16-cmp2.c: New file.
11077         * modules/unistr/u16-cmp2: New file.
11078
11079         New module 'unistr/u8-cmp2'.
11080         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
11081         * lib/unistr/u8-cmp2.c: New file.
11082         * lib/unistr/u-cmp2.h: New file.
11083         * modules/unistr/u8-cmp2: New file.
11084
11085 2009-04-05  Bruno Haible  <bruno@clisp.org>
11086
11087         * lib/unictype.h (uc_property_is_valid): New macro.
11088         * tests/unictype/test-pr_byname.c (main): Use it.
11089
11090         * lib/unistr.h: Doc fixes.
11091         * lib/uniconv.h: Doc fixes.
11092         * lib/unictype.h: Doc fixes.
11093
11094 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
11095
11096         Port coreutils 7.2 to Solaris 8.
11097
11098         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
11099         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
11100         for Solaris 8.  This is a bit of a hack, as it means it's the
11101         caller's responsibility to add -lnsl if needed, but most likely it
11102         won't be needed since only getaddrinfo uses this and getaddrinfo
11103         isn't needed on Solaris 8.
11104
11105         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
11106         problem to Solaris 8 encountered with coreutils 7.2, which
11107         resulted in a message "fnmatch.c:292: warning: passing argument 4
11108         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
11109         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
11110
11111 2009-04-03  Simon Josefsson  <simon@josefsson.org>
11112
11113         * m4/ld-version-script.m4: Add FIXME comment.
11114
11115 2009-04-02  Simon Josefsson  <simon@josefsson.org>
11116
11117         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
11118         SOVERSION variable.
11119
11120 2009-04-02  Bruno Haible  <bruno@clisp.org>
11121
11122         * Makefile (info, html, dvi, pdf): Combine the rules.
11123         Suggested by Jim Meyering.
11124
11125 2009-04-01  Bruno Haible  <bruno@clisp.org>
11126
11127         * Makefile (info, html, dvi, pdf): New targets.
11128         Reported by Reuben Thomas <rrt@sc3d.org>.
11129
11130 2009-04-01  Bruno Haible  <bruno@clisp.org>
11131
11132         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
11133         can be put into PATH.
11134         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
11135
11136 2009-04-01  Bruno Haible  <bruno@clisp.org>
11137
11138         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
11139
11140 2009-04-01  Bruno Haible  <bruno@clisp.org>
11141
11142         Rename module 'visibility'.
11143         * modules/lib-symbol-visibility: Renamed from modules/visibility.
11144         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
11145         * doc/gnulib.texi: Update.
11146         * MODULES.html.sh (Misc): Update.
11147         * NEWS: Mention the change.
11148
11149 2009-04-01  Simon Josefsson  <simon@josefsson.org>
11150
11151         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
11152         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
11153         Eric Blake <ebb9@byu.net> for review.
11154         * MODULES.html.sh: Add lib-msvc-compat.
11155         * doc/gnulib.texi: Link to new section.
11156         * m4/ld-output-def.m4: New file.
11157         * doc/ld-output-def.texi: New file.
11158
11159 2009-04-01  Simon Josefsson  <simon@josefsson.org>
11160
11161         Rename ld-version-script to lib-symbol-versions.  Suggested by
11162         Bruno Haible <bruno@clisp.org>.
11163         * modules/ld-version-script: Renamed to lib-symbol-versions.
11164         * doc/ld-version-script.texi: Fix module name.
11165         * MODULES.html.sh: Add lib-symbol-versions.
11166
11167 2009-03-31  Simon Josefsson  <simon@josefsson.org>
11168
11169         * modules/u64-tests: New file.
11170         * tests/test-u64.c: New file.
11171
11172 2009-03-04  Simon Josefsson  <simon@josefsson.org>
11173
11174         * MODULES.html.sh: Mention u64.
11175         * modules/u64: New module.
11176         * modules/crypto/sha512: Depend on u64 module instead of providing
11177         u64.h.
11178
11179 2009-03-27  Eric Blake  <ebb9@byu.net>
11180
11181         test-strerror: make debugging EAI_SYSTEM easier
11182         * modules/getaddrinfo-tests (Depends-on): Add strerror.
11183         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
11184         failure was EAI_SYSTEM.
11185
11186 2009-03-25  Bruno Haible  <bruno@clisp.org>
11187
11188         Fix a problem with --enable-relocatable on Solaris 7.
11189         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
11190         since 2008-02-24.
11191
11192 2009-03-25  Eric Blake  <ebb9@byu.net>
11193
11194         test-sockets: avoid gcc warning
11195         * tests/test-sockets.c (main): Silence compiler warning.
11196
11197 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         New modules nproc, pthread, contributed by Glen Lenker.
11200
11201         * MODULES.html.sh: Add pthread, nproc.
11202         * lib/nproc.c: New file.
11203         * lib/nproc.h: New file.
11204         * lib/pthread.in.h: New file.
11205         * m4/pthread.m4: New file.
11206         * modules/nproc: New file.
11207         * modules/pthread: New file.
11208
11209 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11210
11211         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
11212         New variable.
11213
11214 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
11215
11216         filevercmp: handle simple~ and numbered.~3~ backup suffixes
11217         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
11218         * tests/test-filevercmp.c: Add tests for backup suffixes.
11219
11220 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11221
11222         * modules/stdlib (Depends-on): Add stdint, needed when defining
11223         struct random_data on, for example, HP-UX 10.20.  Reported by
11224         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
11225
11226 2009-03-24  Simon Josefsson  <simon@josefsson.org>
11227
11228         * lib/readline.c (readline): Call fflush on stdout after printing
11229         prompt.
11230
11231 2009-03-20  Bruno Haible  <bruno@clisp.org>
11232
11233         Remove dependency from 'close' module to -lws2_32 on native Windows.
11234         * lib/close-hook.h: New file.
11235         * lib/close-hook.c: New file.
11236         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
11237         w32sock.h.
11238         (_gl_close_fd_maybe_socket): Remove function.
11239         (rpl_close): Invoke execute_all_close_hooks instead of
11240         _gl_close_fd_maybe_socket.
11241         * lib/sockets.c: Include close-hook.h, w32sock.h.
11242         (close_fd_maybe_socket): New function, essentially from lib/close.c.
11243         (close_sockets_hook): New variable.
11244         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
11245         (gl_sockets_cleanup): Unregister it.
11246         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
11247         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
11248         * modules/close-hook: New file.
11249         * modules/close (Files): Remove lib/w32sock.h.
11250         (Depends-on): Add close-hook.
11251         (Link): Remove section.
11252         * modules/sockets (Files): Add lib/w32sock.h.
11253         (Depends-on): Add close-hook.
11254         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
11255         invocation.
11256         * NEWS: Mention that LIB_CLOSE is gone.
11257
11258 2009-03-23  Eric Blake  <ebb9@byu.net>
11259
11260         signal-tests: test previous patch
11261         * tests/test-signal.c: New file.
11262         * modules/signal-tests: Likewise.
11263
11264         signal.h: always support 'volatile sig_atomic_t'
11265         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
11266         (gl_SIGNAL_H_DEFAULTS): Add a default.
11267         * modules/signal (Makefile.am): Substitute if needed.
11268         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
11269         users can blindly add volatile.
11270         * doc/posix-headers/signal.texi (signal.h): Document it.
11271         Reported by Matthew Woehlke.
11272
11273 2009-03-23  Jim Meyering  <meyering@redhat.com>
11274
11275         pathmax: PATH_MAX: use pathconf only when available
11276         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
11277         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
11278         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
11279         This avoids a link failure in a PSP cross-compilation environment
11280         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
11281
11282         * lib/vasnprintf.c (divide): Fix typo in comment.
11283
11284 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11285
11286         * gnulib-tool (func_filter_filelist): Fix comment.
11287
11288 2009-03-20  Bruno Haible  <bruno@clisp.org>
11289
11290         Make sockets.h self-contained.
11291         * lib/sockets.c: Include sockets.h first.
11292         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
11293
11294 2009-03-19  Eric Blake  <ebb9@byu.net>
11295
11296         doc: mention more functions added in cygwin 1.7.0
11297         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
11298         addition.
11299         * doc/posix-functions/log2f.texi: Likewise.
11300
11301 2009-03-19  Jim Meyering  <meyering@redhat.com>
11302
11303         fsusage: avoid syntax error due to statement-before-declaration
11304         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
11305         after all declarations.  Reported by Matthew Woehlke in
11306         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
11307
11308 2009-03-18  Eric Blake  <ebb9@byu.net>
11309
11310         build-aux/compile: sync from automake
11311         * build-aux/compile: New file, from automake.
11312         * config/srclist.txt: Mention build-aux/compile.
11313
11314 2009-03-17  Bruno Haible  <bruno@clisp.org>
11315
11316         * lib/git-merge-changelog.c: Fix typo in comment.
11317         Reported by Reuben Thomas <rrt@sc3d.org>.
11318
11319 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
11320
11321         * m4/regex.m4: update and improve help for
11322         --without-included-regex.
11323
11324 2009-03-17  Simon Josefsson  <simon@josefsson.org>
11325
11326         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
11327         failure on missing include files.
11328
11329 2009-03-17  Eric Blake  <ebb9@byu.net>
11330
11331         doc: mention more functions added in cygwin 1.7.0
11332         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
11333         addition.
11334         * doc/posix-functions/fwscanf.texi: Likewise.
11335         * doc/posix-functions/swprintf.texi: Likewise.
11336         * doc/posix-functions/swscanf.texi: Likewise.
11337         * doc/posix-functions/vfwprintf.texi: Likewise.
11338         * doc/posix-functions/vfwscanf.texi: Likewise.
11339         * doc/posix-functions/vswprintf.texi: Likewise.
11340         * doc/posix-functions/vswscanf.texi: Likewise.
11341         * doc/posix-functions/vwprintf.texi: Likewise.
11342         * doc/posix-functions/vwscanf.texi: Likewise.
11343         * doc/posix-functions/wcscasecmp.texi: Likewise.
11344         * doc/posix-functions/wcsdup.texi: Likewise.
11345         * doc/posix-functions/wcsftime.texi: Likewise.
11346         * doc/posix-functions/wcsncasecmp.texi: Likewise.
11347         * doc/posix-functions/wprintf.texi: Likewise.
11348         * doc/posix-functions/wscanf.texi: Likewise.
11349         * doc/glibc-functions/gethostbyname2.texi: Likewise.
11350
11351 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11352
11353         maint.mk: really add $(AM_MAKEFLAGS)
11354         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
11355         was inadvertently omitted in the last commit.
11356         Spotted by Bruno Haible.
11357
11358         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
11359         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
11360         $(AM_MAKEFLAGS)' rather than plain `make'.
11361
11362         gnulib-tool: execute $MAKE not make
11363         * gnulib-tool: Default $MAKE to 'make'.
11364         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
11365         than make.  Initialize $MAKE in the do-autobuild script.
11366
11367         gnulib-tool: use $MAKE not make in generated files
11368         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
11369         make, in generated files.  Initialize $MAKE in the do-autobuild
11370         script.
11371
11372         * top/GNUmakefile (_have-git-version-gen): Fix typo.
11373
11374         GNUmakefile: disable parallelism only for multiple, recursive targets
11375         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
11376         additions in the Makefile.
11377         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
11378         by Automake.
11379         (.NOTPARALLEL): Only disable parallel builds if multiple targets
11380         are listed on the command line and at least one of them is
11381         listed in $(ALL_RECURSIVE_TARGETS).
11382
11383 2009-03-14  Bruno Haible  <bruno@clisp.org>
11384
11385         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
11386         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
11387         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
11388         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
11389         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
11390         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
11391         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
11392         unistr/u8-uctomb.
11393         * modules/unistr/u8-strchr (Depends-on): Likewise.
11394         * modules/unistr/u8-strrchr (Depends-on): Likewise.
11395         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
11396         unistr/u16-uctomb.
11397         * modules/unistr/u16-strchr (Depends-on): Likewise.
11398         * modules/unistr/u16-strrchr (Depends-on): Likewise.
11399
11400 2009-03-12  Bruno Haible  <bruno@clisp.org>
11401
11402         Work around select() bug on Interix 3.5.
11403         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
11404         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
11405         * m4/select.m4: New file.
11406         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
11407         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
11408         * modules/select (Files): Add m4/select.m4.
11409         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
11410         * modules/nanosleep (Depends-on): Add select.
11411         * modules/poll (Depends-on): Likewise.
11412         * doc/posix-functions/select.texi: Mention the Interix bug.
11413         Reported by Markus Duft <mduft@gentoo.org>.
11414
11415         * lib/select.c: Renamed from lib/winsock-select.c.
11416         * modules/select (Files): Add lib/select.c, remove
11417         lib/winsock-select.c.
11418         (configure.ac): Update.
11419
11420 2009-03-12  Jim Meyering  <meyering@redhat.com>
11421
11422         avoid gcc warnings about unused macro definitions
11423         * lib/readtokens.c (STREQ): Remove unused definition.
11424         * lib/xmalloc.c (SIZE_MAX): Likewise.
11425         * lib/openat-die.c (N_): Likewise.
11426         * lib/mountlist.c (SIZE_MAX): Remove definition.
11427         Instead, include <stdint.h>.
11428         * lib/readutmp.c: Likewise.
11429         * modules/readutmp (Depends-on): Add stdint.
11430         * modules/mountlist (Depends-on): Add stdint.
11431         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
11432
11433 2009-03-10  Bruno Haible  <bruno@clisp.org>
11434
11435         Tests for module 'mbmemcasecoll'.
11436         * modules/mbmemcasecoll-tests: New file.
11437         * tests/test-mbmemcasecoll1.sh: New file.
11438         * tests/test-mbmemcasecoll2.sh: New file.
11439         * tests/test-mbmemcasecoll3.sh: New file.
11440         * tests/test-mbmemcasecoll.c: New file.
11441
11442         New module 'mbmemcasecoll'.
11443         * lib/mbmemcasecoll.h: New file.
11444         * lib/mbmemcasecoll.c: New file.
11445         * modules/mbmemcasecoll: New file.
11446
11447         * tests/test-mbmemcasecmp.h: New file, extracted from
11448         tests/test-mbmemcasecmp.c.
11449         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
11450         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
11451         (main): Update.
11452         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
11453
11454 2009-03-09  Bruno Haible  <bruno@clisp.org>
11455
11456         Tests for module 'mbmemcasecmp'.
11457         * modules/mbmemcasecmp-tests: New file.
11458         * tests/test-mbmemcasecmp1.sh: New file.
11459         * tests/test-mbmemcasecmp2.sh: New file.
11460         * tests/test-mbmemcasecmp3.sh: New file.
11461         * tests/test-mbmemcasecmp.c: New file.
11462
11463         New module 'mbmemcasecmp'.
11464         * lib/mbmemcasecmp.h: New file.
11465         * lib/mbmemcasecmp.c: New file.
11466         * modules/mbmemcasecmp: New file.
11467
11468 2009-03-09  Bruno Haible  <bruno@clisp.org>
11469
11470         Tests for module 'unicase/ulc-casecoll'.
11471         * modules/unicase/ulc-casecoll-tests: New file.
11472         * tests/unicase/test-ulc-casecoll1.sh: New file.
11473         * tests/unicase/test-ulc-casecoll2.sh: New file.
11474         * tests/unicase/test-ulc-casecoll.c: New file.
11475
11476         New module 'unicase/ulc-casecoll'.
11477         * lib/unicase.h (ulc_casecoll): New declaration.
11478         * lib/unicase/ulc-casecoll.c: New file.
11479         * modules/unicase/ulc-casecoll: New file.
11480
11481         New module 'unicase/ulc-casexfrm'.
11482         * lib/unicase.h (ulc_casexfrm): New declaration.
11483         * lib/unicase/ulc-casexfrm.c: New file.
11484         * modules/unicase/ulc-casexfrm: New file.
11485
11486 2009-03-09  Bruno Haible  <bruno@clisp.org>
11487
11488         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
11489         invocations.
11490
11491         * m4/mbscasecmp.m4: Remove file.
11492         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
11493         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
11494
11495         * m4/mbscasestr.m4: Remove file.
11496         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
11497         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
11498
11499         * m4/mbschr.m4: Remove file.
11500         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
11501         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
11502
11503         * m4/mbscspn.m4: Remove file.
11504         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
11505         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
11506
11507         * m4/mbslen.m4: Remove file.
11508         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
11509         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
11510
11511         * m4/mbsncasecmp.m4: Remove file.
11512         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
11513         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
11514
11515         * m4/mbsnlen.m4: Remove file.
11516         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
11517         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
11518
11519         * m4/mbspbrk.m4: Remove file.
11520         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
11521         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
11522
11523         * m4/mbspcasecmp.m4: Remove file.
11524         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
11525         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
11526
11527         * m4/mbsrchr.m4: Remove file.
11528         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
11529         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
11530
11531         * m4/mbssep.m4: Remove file.
11532         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
11533         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
11534
11535         * m4/mbsspn.m4: Remove file.
11536         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
11537         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
11538
11539         * m4/mbsstr.m4: Remove file.
11540         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
11541         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
11542
11543         * m4/mbstok_r.m4: Remove file.
11544         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
11545         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
11546
11547         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
11548
11549         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
11550         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
11551
11552         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
11553
11554 2009-03-08  Bruno Haible  <bruno@clisp.org>
11555
11556         Tests for module 'unicase/ulc-casecmp'.
11557         * modules/unicase/ulc-casecmp-tests: New file.
11558         * tests/unicase/test-ulc-casecmp1.sh: New file.
11559         * tests/unicase/test-ulc-casecmp2.sh: New file.
11560         * tests/unicase/test-ulc-casecmp.c: New file.
11561
11562         New module 'unicase/ulc-casecmp'.
11563         * lib/unicase.h (ulc_casecmp): New declaration.
11564         * lib/unicase/ulc-casecmp.c: New file.
11565         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
11566         'const SRC_UNIT *'.
11567         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
11568         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
11569         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
11570         * modules/unicase/ulc-casecmp: New file.
11571
11572         Tests for module 'unicase/u32-is-cased'.
11573         * modules/unicase/u32-is-cased-tests: New file.
11574         * tests/unicase/test-u32-is-cased.c: New file.
11575
11576         Tests for module 'unicase/u16-is-cased'.
11577         * modules/unicase/u16-is-cased-tests: New file.
11578         * tests/unicase/test-u16-is-cased.c: New file.
11579
11580         Tests for module 'unicase/u8-is-cased'.
11581         * modules/unicase/u8-is-cased-tests: New file.
11582         * tests/unicase/test-u8-is-cased.c: New file.
11583         * tests/unicase/test-is-cased.h: New file.
11584
11585         New module 'unicase/u32-is-cased'.
11586         * lib/unicase/u32-is-cased.c: New file.
11587         * modules/unicase/u32-is-cased: New file.
11588
11589         New module 'unicase/u16-is-cased'.
11590         * lib/unicase/u16-is-cased.c: New file.
11591         * modules/unicase/u16-is-cased: New file.
11592
11593         New module 'unicase/u8-is-cased'.
11594         * lib/unicase/u8-is-cased.c: New file.
11595         * lib/unicase/u-is-cased.h: New file.
11596         * modules/unicase/u8-is-cased: New file.
11597
11598         Tests for module 'unicase/u32-is-casefolded'.
11599         * modules/unicase/u32-is-casefolded-tests: New file.
11600         * tests/unicase/test-u32-is-casefolded.c: New file.
11601
11602         Tests for module 'unicase/u16-is-casefolded'.
11603         * modules/unicase/u16-is-casefolded-tests: New file.
11604         * tests/unicase/test-u16-is-casefolded.c: New file.
11605
11606         Tests for module 'unicase/u8-is-casefolded'.
11607         * modules/unicase/u8-is-casefolded-tests: New file.
11608         * tests/unicase/test-u8-is-casefolded.c: New file.
11609         * tests/unicase/test-is-casefolded.h: New file.
11610
11611         New module 'unicase/u32-is-casefolded'.
11612         * lib/unicase/u32-is-casefolded.c: New file.
11613         * modules/unicase/u32-is-casefolded: New file.
11614
11615         New module 'unicase/u16-is-casefolded'.
11616         * lib/unicase/u16-is-casefolded.c: New file.
11617         * modules/unicase/u16-is-casefolded: New file.
11618
11619         New module 'unicase/u8-is-casefolded'.
11620         * lib/unicase/u8-is-casefolded.c: New file.
11621         * modules/unicase/u8-is-casefolded: New file.
11622
11623         Tests for module 'unicase/u32-is-titlecase'.
11624         * modules/unicase/u32-is-titlecase-tests: New file.
11625         * tests/unicase/test-u32-is-titlecase.c: New file.
11626
11627         Tests for module 'unicase/u16-is-titlecase'.
11628         * modules/unicase/u16-is-titlecase-tests: New file.
11629         * tests/unicase/test-u16-is-titlecase.c: New file.
11630
11631         Tests for module 'unicase/u8-is-titlecase'.
11632         * modules/unicase/u8-is-titlecase-tests: New file.
11633         * tests/unicase/test-u8-is-titlecase.c: New file.
11634         * tests/unicase/test-is-titlecase.h: New file.
11635
11636         New module 'unicase/u32-is-titlecase'.
11637         * lib/unicase/u32-is-titlecase.c: New file.
11638         * modules/unicase/u32-is-titlecase: New file.
11639
11640         New module 'unicase/u16-is-titlecase'.
11641         * lib/unicase/u16-is-titlecase.c: New file.
11642         * modules/unicase/u16-is-titlecase: New file.
11643
11644         New module 'unicase/u8-is-titlecase'.
11645         * lib/unicase/u8-is-titlecase.c: New file.
11646         * modules/unicase/u8-is-titlecase: New file.
11647
11648         Tests for module 'unicase/u32-is-lowercase'.
11649         * modules/unicase/u32-is-lowercase-tests: New file.
11650         * tests/unicase/test-u32-is-lowercase.c: New file.
11651
11652         Tests for module 'unicase/u16-is-lowercase'.
11653         * modules/unicase/u16-is-lowercase-tests: New file.
11654         * tests/unicase/test-u16-is-lowercase.c: New file.
11655
11656         Tests for module 'unicase/u8-is-lowercase'.
11657         * modules/unicase/u8-is-lowercase-tests: New file.
11658         * tests/unicase/test-u8-is-lowercase.c: New file.
11659         * tests/unicase/test-is-lowercase.h: New file.
11660
11661         New module 'unicase/u32-is-lowercase'.
11662         * lib/unicase/u32-is-lowercase.c: New file.
11663         * modules/unicase/u32-is-lowercase: New file.
11664
11665         New module 'unicase/u16-is-lowercase'.
11666         * lib/unicase/u16-is-lowercase.c: New file.
11667         * modules/unicase/u16-is-lowercase: New file.
11668
11669         New module 'unicase/u8-is-lowercase'.
11670         * lib/unicase/u8-is-lowercase.c: New file.
11671         * modules/unicase/u8-is-lowercase: New file.
11672
11673         Tests for module 'unicase/u32-is-uppercase'.
11674         * modules/unicase/u32-is-uppercase-tests: New file.
11675         * tests/unicase/test-u32-is-uppercase.c: New file.
11676
11677         Tests for module 'unicase/u16-is-uppercase'.
11678         * modules/unicase/u16-is-uppercase-tests: New file.
11679         * tests/unicase/test-u16-is-uppercase.c: New file.
11680
11681         Tests for module 'unicase/u8-is-uppercase'.
11682         * modules/unicase/u8-is-uppercase-tests: New file.
11683         * tests/unicase/test-u8-is-uppercase.c: New file.
11684         * tests/unicase/test-is-uppercase.h: New file.
11685
11686         New module 'unicase/u32-is-uppercase'.
11687         * lib/unicase/u32-is-uppercase.c: New file.
11688         * modules/unicase/u32-is-uppercase: New file.
11689
11690         New module 'unicase/u16-is-uppercase'.
11691         * lib/unicase/u16-is-uppercase.c: New file.
11692         * modules/unicase/u16-is-uppercase: New file.
11693
11694         New module 'unicase/u8-is-uppercase'.
11695         * lib/unicase/u8-is-uppercase.c: New file.
11696         * modules/unicase/u8-is-uppercase: New file.
11697
11698         New module 'unicase/u32-is-invariant'.
11699         * lib/unicase/u32-is-invariant.c: New file.
11700         * modules/unicase/u32-is-invariant: New file.
11701
11702         New module 'unicase/u16-is-invariant'.
11703         * lib/unicase/u16-is-invariant.c: New file.
11704         * modules/unicase/u16-is-invariant: New file.
11705
11706         New module 'unicase/u8-is-invariant'.
11707         * lib/unicase/u8-is-invariant.c: New file.
11708         * lib/unicase/invariant.h: New file.
11709         * lib/unicase/u-is-invariant.h: New file.
11710         * modules/unicase/u8-is-invariant: New file.
11711
11712         Tests for module 'unicase/u32-casecoll'.
11713         * modules/unicase/u32-casecoll-tests: New file.
11714         * tests/unicase/test-u32-casecoll.c: New file.
11715
11716         Tests for module 'unicase/u16-casecoll'.
11717         * modules/unicase/u16-casecoll-tests: New file.
11718         * tests/unicase/test-u16-casecoll.c: New file.
11719
11720         Tests for module 'unicase/u8-casecoll'.
11721         * modules/unicase/u8-casecoll-tests: New file.
11722         * tests/unicase/test-u8-casecoll.c: New file.
11723
11724         New module 'unicase/u32-casecoll'.
11725         * lib/unicase/u32-casecoll.c: New file.
11726         * modules/unicase/u32-casecoll: New file.
11727
11728         New module 'unicase/u16-casecoll'.
11729         * lib/unicase/u16-casecoll.c: New file.
11730         * modules/unicase/u16-casecoll: New file.
11731
11732         New module 'unicase/u8-casecoll'.
11733         * lib/unicase/u8-casecoll.c: New file.
11734         * lib/unicase/u-casecoll.h: New file.
11735         * modules/unicase/u8-casecoll: New file.
11736
11737         New module 'unicase/u32-casexfrm'.
11738         * lib/unicase/u32-casexfrm.c: New file.
11739         * modules/unicase/u32-casexfrm: New file.
11740
11741         New module 'unicase/u16-casexfrm'.
11742         * lib/unicase/u16-casexfrm.c: New file.
11743         * modules/unicase/u16-casexfrm: New file.
11744
11745         New module 'unicase/u8-casexfrm'.
11746         * lib/unicase/u8-casexfrm.c: New file.
11747         * lib/unicase/u-casexfrm.h: New file.
11748         * modules/unicase/u8-casexfrm: New file.
11749
11750         Tests for module 'unicase/u32-casecmp'.
11751         * modules/unicase/u32-casecmp-tests: New file.
11752         * tests/unicase/test-u32-casecmp.c: New file.
11753
11754         Tests for module 'unicase/u16-casecmp'.
11755         * modules/unicase/u16-casecmp-tests: New file.
11756         * tests/unicase/test-u16-casecmp.c: New file.
11757
11758         Tests for module 'unicase/u8-casecmp'.
11759         * modules/unicase/u8-casecmp-tests: New file.
11760         * tests/unicase/test-u8-casecmp.c: New file.
11761         * tests/unicase/test-casecmp.h: New file.
11762
11763         New module 'unicase/u32-casecmp'.
11764         * lib/unicase/u32-casecmp.c: New file.
11765         * modules/unicase/u32-casecmp: New file.
11766
11767         New module 'unicase/u16-casecmp'.
11768         * lib/unicase/u16-casecmp.c: New file.
11769         * modules/unicase/u16-casecmp: New file.
11770
11771         New module 'unicase/u8-casecmp'.
11772         * lib/unicase/u8-casecmp.c: New file.
11773         * lib/unicase/u-casecmp.h: New file.
11774         * modules/unicase/u8-casecmp: New file.
11775
11776         Tests for module 'unicase/u32-casefold'.
11777         * modules/unicase/u32-casefold-tests: New file.
11778         * tests/unicase/test-u32-casefold.c: New file.
11779
11780         Tests for module 'unicase/u16-casefold'.
11781         * modules/unicase/u16-casefold-tests: New file.
11782         * tests/unicase/test-u16-casefold.c: New file.
11783
11784         Tests for module 'unicase/u8-casefold'.
11785         * modules/unicase/u8-casefold-tests: New file.
11786         * tests/unicase/test-u8-casefold.c: New file.
11787
11788         New module 'unicase/u32-casefold'.
11789         * lib/unicase/u32-casefold.c: New file.
11790         * modules/unicase/u32-casefold: New file.
11791
11792         New module 'unicase/u16-casefold'.
11793         * lib/unicase/u16-casefold.c: New file.
11794         * modules/unicase/u16-casefold: New file.
11795
11796         New module 'unicase/u8-casefold'.
11797         * lib/unicase/u8-casefold.c: New file.
11798         * lib/unicase/u-casefold.h: New file.
11799         * modules/unicase/u8-casefold: New file.
11800
11801         New module 'unicase/tocasefold'.
11802         * lib/unicase/casefold.h: New file.
11803         * lib/unicase/tocasefold.c: New file.
11804         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
11805         * modules/unicase/tocasefold: New file.
11806
11807         Tests for module 'unicase/u32-totitle'.
11808         * modules/unicase/u32-totitle-tests: New file.
11809         * tests/unicase/test-u32-totitle.c: New file.
11810
11811         Tests for module 'unicase/u16-totitle'.
11812         * modules/unicase/u16-totitle-tests: New file.
11813         * tests/unicase/test-u16-totitle.c: New file.
11814
11815         Tests for module 'unicase/u8-totitle'.
11816         * modules/unicase/u8-totitle-tests: New file.
11817         * tests/unicase/test-u8-totitle.c: New file.
11818
11819         New module 'unicase/u32-totitle'.
11820         * lib/unicase/u32-totitle.c: New file.
11821         * modules/unicase/u32-totitle: New file.
11822
11823         New module 'unicase/u16-totitle'.
11824         * lib/unicase/u16-totitle.c: New file.
11825         * modules/unicase/u16-totitle: New file.
11826
11827         New module 'unicase/u8-totitle'.
11828         * lib/unicase/u8-totitle.c: New file.
11829         * lib/unicase/u-totitle.h: New file.
11830         * modules/unicase/u8-totitle: New file.
11831
11832         Tests for module 'unicase/u32-tolower'.
11833         * modules/unicase/u32-tolower-tests: New file.
11834         * tests/unicase/test-u32-tolower.c: New file.
11835
11836         Tests for module 'unicase/u16-tolower'.
11837         * modules/unicase/u16-tolower-tests: New file.
11838         * tests/unicase/test-u16-tolower.c: New file.
11839
11840         Tests for module 'unicase/u8-tolower'.
11841         * modules/unicase/u8-tolower-tests: New file.
11842         * tests/unicase/test-u8-tolower.c: New file.
11843
11844         New module 'unicase/u32-tolower'.
11845         * lib/unicase/u32-tolower.c: New file.
11846         * modules/unicase/u32-tolower: New file.
11847
11848         New module 'unicase/u16-tolower'.
11849         * lib/unicase/u16-tolower.c: New file.
11850         * modules/unicase/u16-tolower: New file.
11851
11852         New module 'unicase/u8-tolower'.
11853         * lib/unicase/u8-tolower.c: New file.
11854         * modules/unicase/u8-tolower: New file.
11855
11856         Tests for module 'unicase/u32-toupper'.
11857         * modules/unicase/u32-toupper-tests: New file.
11858         * tests/unicase/test-u32-toupper.c: New file.
11859
11860         Tests for module 'unicase/u16-toupper'.
11861         * modules/unicase/u16-toupper-tests: New file.
11862         * tests/unicase/test-u16-toupper.c: New file.
11863
11864         Tests for module 'unicase/u8-toupper'.
11865         * modules/unicase/u8-toupper-tests: New file.
11866         * tests/unicase/test-u8-toupper.c: New file.
11867
11868         New module 'unicase/u32-toupper'.
11869         * lib/unicase/u32-toupper.c: New file.
11870         * modules/unicase/u32-toupper: New file.
11871
11872         New module 'unicase/u16-toupper'.
11873         * lib/unicase/u16-toupper.c: New file.
11874         * modules/unicase/u16-toupper: New file.
11875
11876         New module 'unicase/u8-toupper'.
11877         * lib/unicase/u8-toupper.c: New file.
11878         * modules/unicase/u8-toupper: New file.
11879
11880         New module 'unicase/u32-casemap'.
11881         * lib/unicase/u32-casemap.c: New file.
11882         * modules/unicase/u32-casemap: New file.
11883
11884         New module 'unicase/u16-casemap'.
11885         * lib/unicase/u16-casemap.c: New file.
11886         * modules/unicase/u16-casemap: New file.
11887
11888         New module 'unicase/u8-casemap'.
11889         * lib/unicase/unicasemap.h: New file.
11890         * lib/unicase/u8-casemap.c: New file.
11891         * lib/unicase/u-casemap.h: New file.
11892         * modules/unicase/u8-casemap: New file.
11893
11894         New module 'unicase/special-casing'.
11895         * lib/unicase/special-casing.h: New file.
11896         * lib/unicase/special-casing.c: New file.
11897         * lib/unicase/special-casing-table.gperf: New file, generated by
11898         gen-uni-tables.c.
11899         * modules/unicase/special-casing: New file.
11900
11901         Tests for module 'unicase/locale-language'.
11902         * modules/unicase/locale-language-tests: New file.
11903         * tests/unicase/test-locale-language.sh: New file.
11904         * tests/unicase/test-locale-language.c: New file.
11905
11906         New module 'unicase/locale-language'.
11907         * lib/unicase/locale-language.c: New file.
11908         * lib/unicase/locale-languages.gperf: New file.
11909         * modules/unicase/locale-language: New file.
11910
11911         Generate more tables for case conversion and case folding.
11912         * lib/gen-uni-tables.c (SCC_*): New enum items.
11913         (struct special_casing_rule): New type.
11914         (casing_rules, num_casing_rules, allocated_casing_rules): New
11915         variables.
11916         (add_casing_rule, fill_casing_rules): New functions.
11917         (struct casefold_rule): New type.
11918         (casefolding_rules, num_casefolding_rules,
11919         allocated_casefolding_rules): New variables.
11920         (fill_casefolding_rules): New function.
11921         (unicode_casefold): New variable.
11922         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
11923         sort_casing_rules, output_casing_rules): New functions.
11924         (main): Accept to more arguments: SpecialCasing.txt and
11925         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
11926         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
11927         Output mapping for casefolding.
11928
11929         * lib/unicase.h: Include stdbool.h, uninorm.h.
11930         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
11931         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
11932         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
11933         arguments.
11934         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
11935         resultp arguments.
11936         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
11937         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
11938         resultp arguments.
11939         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
11940         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
11941         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
11942         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
11943         declarations.
11944         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
11945
11946 2009-03-08  Bruno Haible  <bruno@clisp.org>
11947
11948         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11949         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
11950         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
11951         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11952
11953 2009-03-07  Bruno Haible  <bruno@clisp.org>
11954
11955         Adjust u*_normcmp, u*_normcoll API.
11956         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
11957         u16_normcoll, u32_normcoll): Change failure conventions.
11958         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
11959         errno and return -1.
11960         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
11961
11962 2009-03-07  Bruno Haible  <bruno@clisp.org>
11963
11964         Tests for module 'uninorm/u32-normcoll'.
11965         * modules/uninorm/u32-normcoll-tests: New file.
11966         * tests/uninorm/test-u32-normcoll.c: New file.
11967
11968         Tests for module 'uninorm/u16-normcoll'.
11969         * modules/uninorm/u16-normcoll-tests: New file.
11970         * tests/uninorm/test-u16-normcoll.c: New file.
11971
11972         Tests for module 'uninorm/u8-normcoll'.
11973         * modules/uninorm/u8-normcoll-tests: New file.
11974         * tests/uninorm/test-u8-normcoll.c: New file.
11975
11976 2009-03-07  Bruno Haible  <bruno@clisp.org>
11977
11978         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
11979         tests/uninorm/test-u32-normcmp.c.
11980         * tests/uninorm/test-u32-normcmp.c: Include it.
11981         (test_nonascii): New function, extracted from main. Add some more
11982         tests.
11983         (main): Invoke test_ascii and test_nonascii.
11984         * modules/uninorm/u32-normcmp-tests (Files): Add
11985         tests/uninorm/test-u32-normcmp.h.
11986         (Depends-on): Remove uninorm/u32-normcmp.
11987
11988         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
11989         tests/uninorm/test-u16-normcmp.c.
11990         * tests/uninorm/test-u16-normcmp.c: Include it.
11991         (test_nonascii): New function, extracted from main. Add some more
11992         tests.
11993         (main): Invoke test_ascii and test_nonascii.
11994         * modules/uninorm/u16-normcmp-tests (Files): Add
11995         tests/uninorm/test-u16-normcmp.h.
11996         (Depends-on): Remove uninorm/u16-normcmp.
11997
11998         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
11999         tests/uninorm/test-u8-normcmp.c.
12000         * tests/uninorm/test-u8-normcmp.c: Include it.
12001         (test_nonascii): New function, extracted from main. Add some more
12002         tests.
12003         (main): Invoke test_ascii and test_nonascii.
12004         * modules/uninorm/u8-normcmp-tests (Files): Add
12005         tests/uninorm/test-u8-normcmp.h.
12006         (Depends-on): Remove uninorm/u8-normcmp.
12007
12008 2009-03-07  Bruno Haible  <bruno@clisp.org>
12009
12010         New module 'uninorm/u32-normcoll'.
12011         * lib/uninorm/u32-normcoll.c: New file.
12012         * modules/uninorm/u32-normcoll: New file.
12013
12014         New module 'uninorm/u16-normcoll'.
12015         * lib/uninorm/u16-normcoll.c: New file.
12016         * modules/uninorm/u16-normcoll: New file.
12017
12018         New module 'uninorm/u8-normcoll'.
12019         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
12020         declarations.
12021         * lib/uninorm/u8-normcoll.c: New file.
12022         * lib/uninorm/u-normcoll.h: New file.
12023         * modules/uninorm/u8-normcoll: New file.
12024
12025         New module 'uninorm/u32-normxfrm'.
12026         * lib/uninorm/u32-normxfrm.c: New file.
12027         * modules/uninorm/u32-normxfrm: New file.
12028
12029         New module 'uninorm/u16-normxfrm'.
12030         * lib/uninorm/u16-normxfrm.c: New file.
12031         * modules/uninorm/u16-normxfrm: New file.
12032
12033         New module 'uninorm/u8-normxfrm'.
12034         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
12035         declarations.
12036         * lib/uninorm/u8-normxfrm.c: New file.
12037         * lib/uninorm/u-normxfrm.h: New file.
12038         * modules/uninorm/u8-normxfrm: New file.
12039
12040 2009-03-07  Bruno Haible  <bruno@clisp.org>
12041
12042         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
12043         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
12044         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
12045
12046 2009-03-07  Bruno Haible  <bruno@clisp.org>
12047
12048         New module 'memxfrm'.
12049         * lib/memxfrm.h: New file.
12050         * lib/memxfrm.c: New file.
12051         * modules/memxfrm: New file.
12052
12053 2009-03-07  Bruno Haible  <bruno@clisp.org>
12054
12055         New module 'memcmp2'.
12056         * lib/memcmp2.h: New file.
12057         * lib/memcmp2.c: New file.
12058         * modules/memcmp2: New file.
12059
12060 2009-03-07  Bruno Haible  <bruno@clisp.org>
12061
12062         Tests for module 'uninorm/decomposing-form'.
12063         * modules/uninorm/decomposing-form-tests: New file.
12064         * tests/uninorm/test-decomposing-form.c: New file.
12065
12066         New module 'uninorm/decomposing-form'.
12067         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
12068         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
12069         Add 'decomposing_variant' field.
12070         * lib/uninorm/decomposing-form.c: New file.
12071         * lib/uninorm/nfc.c (uninorm_nfc): Update.
12072         * lib/uninorm/nfd.c (uninorm_nfd): Update.
12073         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
12074         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
12075         * modules/uninorm/decomposing-form: New file.
12076         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
12077         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
12078
12079 2009-03-07  Bruno Haible  <bruno@clisp.org>
12080
12081         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
12082         strings.
12083
12084 2009-03-06  Bruno Haible  <bruno@clisp.org>
12085
12086         Tests for module 'uninorm/u32-normcmp'.
12087         * tests/uninorm/test-u32-normcmp.c: New file.
12088         * modules/uninorm/u32-normcmp-tests: New file.
12089
12090         Tests for module 'uninorm/u16-normcmp'.
12091         * tests/uninorm/test-u16-normcmp.c: New file.
12092         * modules/uninorm/u16-normcmp-tests: New file.
12093
12094         Tests for module 'uninorm/u8-normcmp'.
12095         * tests/uninorm/test-u8-normcmp.c: New file.
12096         * modules/uninorm/u8-normcmp-tests: New file.
12097
12098         New module 'uninorm/u32-normcmp'.
12099         * lib/uninorm/u32-normcmp.c: New file.
12100         * modules/uninorm/u32-normcmp: New file.
12101
12102         New module 'uninorm/u16-normcmp'.
12103         * lib/uninorm/u16-normcmp.c: New file.
12104         * modules/uninorm/u16-normcmp: New file.
12105
12106         New module 'uninorm/u8-normcmp'.
12107         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
12108         declarations.
12109         * lib/uninorm/u8-normcmp.c: New file.
12110         * lib/uninorm/u-normcmp.h: New file.
12111         * modules/uninorm/u8-normcmp: New file.
12112
12113 2009-03-06  Bruno Haible  <bruno@clisp.org>
12114
12115         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
12116         Reported by Eric Blake.
12117
12118 2009-03-06  Eric Blake  <ebb9@byu.net>
12119             Bruno Haible  <bruno@clisp.org>
12120
12121         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
12122         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
12123         condition.
12124         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
12125         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
12126         condition.
12127         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
12128
12129 2009-03-06  Eric Blake  <ebb9@byu.net>
12130
12131         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
12132         to avoid compiler warnings.
12133         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
12134
12135 2009-03-05  Bruno Haible  <bruno@clisp.org>
12136
12137         * tests/test-ftell.c (main): Disable test beyond end of file on
12138         FreeMiNT.
12139         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
12140
12141 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
12142
12143         * lib/filevercmp.c: Move hidden files up in ordering.
12144         * tests/test-filevercmp.c: Add tests for hidden files.
12145
12146 2009-03-04  Bruno Haible  <bruno@clisp.org>
12147
12148         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
12149         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
12150         AM_CFLAGS.
12151         Reported by Simon Josefsson.
12152
12153 2009-03-03  Bruno Haible  <bruno@clisp.org>
12154
12155         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
12156         Reported by Simon Josefsson.
12157
12158         * doc/ld-version-script.texi: Update node reference.
12159
12160 2009-03-03  Bruno Haible  <bruno@clisp.org>
12161
12162         * modules/visibility (License): Change to 'unlimited'.
12163         Suggested by Simon Josefsson.
12164
12165 2009-03-03  Jim Meyering  <meyering@redhat.com>
12166
12167         unlinkdir: cannot_unlink_dir may modify process state
12168         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
12169         it's neither thread-safe nor appropriate for use in a library.
12170
12171 2009-03-03  Eric Blake  <ebb9@byu.net>
12172
12173         test-closein: silence test under Darwin
12174         * tests/test-closein.sh: Ignore stderr from cat, since we don't
12175         care if it dies from EPIPE or EBADF.
12176
12177 2009-03-03  Bruno Haible  <bruno@clisp.org>
12178
12179         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
12180         earlier.
12181         * doc/visibility.texi: Fix @node and @section.
12182
12183 2009-03-03  Simon Josefsson  <simon@josefsson.org>
12184
12185         * doc/gnulib.texi: Link to sections for ld version script and
12186         visibility.
12187         * doc/visibility.texi: Add @node and @section.
12188         * modules/ld-version-script: New module.
12189         * m4/ld-version-script.m4: New file.
12190         * doc/ld-version-script.texi: New file.
12191
12192 2009-03-02  David Lutterkort  <lutter@redhat.com>
12193
12194         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
12195         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12196
12197 2009-03-02  Bruno Haible  <bruno@clisp.org>
12198
12199         * doc/visibility.texi: Mention libtool's -export-symbols option.
12200
12201 2009-03-02  Jim Meyering  <meyering@redhat.com>
12202
12203         announce-gen: new option: --no-print-checksums
12204         * build-aux/announce-gen (usage): Describe it.
12205         (print_checksums): Print a newline here, not in the [*] footnote.
12206         (main): Honor it.
12207
12208 2009-03-01  Bruno Haible  <bruno@clisp.org>
12209
12210         Use socklen_t in the native Windows replacements prototypes.
12211         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
12212         instead of 'int'.
12213         * lib/getsockopt.c (rpl_getsockopt): Likewise.
12214         * lib/setsockopt.c (rpl_setsockopt): Likewise.
12215         * modules/getsockopt (Depends-on): Add socklen.
12216         * modules/setsockopt (Depends-on): Add socklen.
12217
12218 2009-03-01  Bruno Haible  <bruno@clisp.org>
12219
12220         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
12221         least 4.2.
12222
12223 2009-03-01  Eric Blake  <ebb9@byu.net>
12224             Bruno Haible  <bruno@clisp.org>
12225
12226         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
12227         error messages.
12228         * lib/wait-process.c (wait_subprocess): Omit error message about
12229         deadly signal sent to the child of termsigp != NULL.
12230
12231 2009-03-01  Eric Blake  <ebb9@byu.net>
12232
12233         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
12234
12235 2009-03-01  Bruno Haible  <bruno@clisp.org>
12236
12237         Avoid a gcc warning.
12238         * tests/test-sched.c (b): Make global.
12239         Reported by Eric Blake.
12240
12241 2009-01-19  Martin Lambers  <marlam@marlam.de>
12242
12243         Provide POSIX semantics for socket timeout options on W32.
12244         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
12245         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
12246         * modules/setsockopt: Depend on sys_time module for struct timeval.
12247         * modules/getsockopt: Depend on sys_time module for struct timeval.
12248
12249 2009-03-01  Simon Josefsson  <simon@josefsson.org>
12250
12251         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
12252         __USE_GNU, for consistency with netdb.in.h.
12253         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12254
12255 2009-03-01  Bruno Haible  <bruno@clisp.org>
12256
12257         More support for FreeMiNT.
12258         * lib/fseeko.c (rpl_fseeko): Complete last commit.
12259         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12260
12261 2009-03-01  Bruno Haible  <bruno@clisp.org>
12262
12263         More support for FreeMiNT.
12264         * lib/fpurge.c (fpurge): Correct last commit.
12265         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12266
12267 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12268
12269         Fix unportable awk script in vc-list-files.
12270         * build-aux/vc-list-files: In the replacement awk script, use
12271         substr with a second argument of 1, not zero.
12272         Report by Simon Josefsson.
12273
12274 2009-02-28  Bruno Haible  <bruno@clisp.org>
12275
12276         More support for FreeMiNT.
12277         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
12278         to FreeMiNT today.
12279         * lib/fwriting.c (fwriting): Likewise.
12280         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
12281
12282 2009-02-28  Bruno Haible  <bruno@clisp.org>
12283
12284         * tests/test-freadseek.c (main): Disable test beyond end of file on
12285         FreeMiNT.
12286         * tests/test-ftello.c (main): Likewise.
12287         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
12288
12289 2009-02-28  Bruno Haible  <bruno@clisp.org>
12290
12291         Add tentative support for FreeMiNT.
12292         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
12293         * lib/fpurge.c (fpurge): Likewise.
12294         * lib/freadable.c (freadable): Likewise.
12295         * lib/freading.c (freading): Likewise.
12296         * lib/freadptr.c (freadptr): Likewise.
12297         * lib/freadseek.c (freadptrinc): Likewise.
12298         * lib/fseeko.c (rpl_fseeko): Likewise.
12299         * lib/fseterr.c (fseterr): Likewise.
12300         * lib/fwritable.c (fwritable): Likewise.
12301         * lib/fwriting.c (fwriting): Likewise.
12302         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
12303         Hourihane.
12304         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12305
12306 2009-02-28  Bruno Haible  <bruno@clisp.org>
12307
12308         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
12309         SIGCHLD.
12310         Reported by Jim Meyering.
12311
12312 2009-02-28  Bruno Haible  <bruno@clisp.org>
12313
12314         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
12315         Mention the results of these tests on various platforms.
12316         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
12317         order.
12318         * doc/posix-functions/printf.texi: Likewise.
12319         * doc/posix-functions/snprintf.texi: Likewise.
12320         * doc/posix-functions/sprintf.texi: Likewise.
12321         * doc/posix-functions/vfprintf.texi: Likewise.
12322         * doc/posix-functions/vprintf.texi: Likewise.
12323         * doc/posix-functions/vsnprintf.texi: Likewise.
12324         * doc/posix-functions/vsprintf.texi: Likewise.
12325         * doc/glibc-functions/obstack_printf.texi: Likewise.
12326         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
12327
12328 2009-02-28  Bruno Haible  <bruno@clisp.org>
12329
12330         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
12331         Reported by Loïc Minier <lool@dooz.org>.
12332
12333 2009-02-27  Bruno Haible  <bruno@clisp.org>
12334
12335         * gnulib-tool (func_import): Make the sed expression used to create the
12336         sed script for updating the .gitignore file POSIX compliant.
12337         Reported by Eric Blake.
12338
12339 2009-02-27  Bruno Haible  <bruno@clisp.org>
12340
12341         * gnulib-tool (sed): Don't alias as "sed --posix".
12342         Reported by Eric Blake.
12343
12344 2009-02-27  Bruno Haible  <bruno@clisp.org>
12345
12346         Avoid test link errors.
12347         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
12348         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
12349         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
12350         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
12351         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12352
12353 2009-02-27  Bruno Haible  <bruno@clisp.org>
12354
12355         Avoid spurious "(cached)" in configure output.
12356         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
12357         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
12358         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
12359         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
12360         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
12361         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
12362         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
12363         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
12364         Reported by Eric Blake.
12365
12366 2009-02-27  Eric Blake  <ebb9@byu.net>
12367
12368         printf: fix regression in previous patch
12369         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
12370
12371 2009-02-27  Bruno Haible  <bruno@clisp.org>
12372
12373         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
12374         value.
12375         * lib/stdint.in.h: Likewise.
12376         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
12377
12378 2009-02-27  Eric Blake  <ebb9@byu.net>
12379
12380         doc: mention more functions added in cygwin 1.7.0
12381         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
12382         addition.
12383         * doc/posix-functions/open_wmemstream.texi: Likewise.
12384         * doc/posix-functions/wcsnlen.texi: Likewise.
12385         * doc/posix-functions/wcsnrtombs.texi: Likewise.
12386         * doc/posix-functions/wcstod.texi: Likewise.
12387         * doc/posix-functions/wcstof.texi: Likewise.
12388         * doc/posix-functions/wcstoimax.texi: Likewise.
12389         * doc/posix-functions/wcstok.texi: Likewise.
12390         * doc/posix-functions/wcstoumax.texi: Likewise.
12391
12392         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
12393         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
12394         * doc/posix-functions/fprintf.texi: Update.
12395         * doc/posix-functions/printf.texi: Update.
12396         * doc/posix-functions/snprintf.texi: Update.
12397         * doc/posix-functions/sprintf.texi: Update.
12398         * doc/posix-functions/vfprintf.texi: Update.
12399         * doc/posix-functions/vprintf.texi: Update.
12400         * doc/posix-functions/vsnprintf.texi: Update.
12401         * doc/posix-functions/vsprintf.texi: Update.
12402         * doc/glibc-functions/obstack_printf.texi: Update.
12403         * doc/glibc-functions/obstack_vprintf.texi: Update.
12404
12405 2009-02-26  Eric Blake  <ebb9@byu.net>
12406
12407         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
12408         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
12409         compilation bug by using runtime conversion.
12410         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
12411         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
12412         * modules/ceill-tests (Files): Use nan.h.
12413         * modules/floorl-tests (Files): Likewise.
12414         * modules/frexpl-tests (Files): Likewise.
12415         * modules/isnanl-tests (Files): Likewise.
12416         * modules/ldexpl-tests (Files): Likewise.
12417         * modules/roundl-tests (Files): Likewise.
12418         * modules/truncl-tests (Files): Likewise.
12419         * tests/test-ceill.c (main): Use a working NaN.
12420         * tests/test-floorl.c (main): Likewise.
12421         * tests/test-frexpl.c (main): Likewise.
12422         * tests/test-isnan.c (test_long_double): Likewise.
12423         * tests/test-isnanl.h (main): Likewise.
12424         * tests/test-ldexpl.h (main): Likewise.
12425         * tests/test-roundl.h (main): Likewise.
12426         * tests/test-truncl.h (main): Likewise.
12427         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
12428
12429 2009-02-26  Eric Blake  <ebb9@byu.net>
12430             Bruno Haible  <bruno@clisp.org>
12431
12432         Work around a *printf bug with %ls on Solaris.
12433         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
12434         precision is specified, sprintf stops converting the wide string
12435         argument when the number of bytes that have been produced by this
12436         conversion equals or exceeds the precision.
12437         * doc/posix-functions/fprintf.texi: Update.
12438         * doc/posix-functions/printf.texi: Update.
12439         * doc/posix-functions/snprintf.texi: Update.
12440         * doc/posix-functions/sprintf.texi: Update.
12441         * doc/posix-functions/vfprintf.texi: Update.
12442         * doc/posix-functions/vprintf.texi: Update.
12443         * doc/posix-functions/vsnprintf.texi: Update.
12444         * doc/posix-functions/vsprintf.texi: Update.
12445         * doc/glibc-functions/obstack_printf.texi: Update.
12446         * doc/glibc-functions/obstack_vprintf.texi: Update.
12447
12448 2009-02-26  Eric Blake  <ebb9@byu.net>
12449
12450         stdlib: favor compiler check of random.h
12451         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
12452         to avoid an ObjC random.h installed by Swarm.
12453
12454 2009-02-26  Bruno Haible  <bruno@clisp.org>
12455
12456         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
12457         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
12458         Reported by Gary V. Vaughan <gary@gnu.org>.
12459
12460 2009-02-26  Bruno Haible  <bruno@clisp.org>
12461
12462         Fix *printf behaviour regarding the %ls directive.
12463         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
12464         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
12465         NEED_PRINTF_DIRECTIVE_LS.
12466         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
12467         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
12468         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
12469         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
12470         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
12471         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
12472         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
12473         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
12474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
12475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
12476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
12477         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
12478         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
12479         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
12480         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
12481         * doc/posix-functions/fprintf.texi: Update.
12482         * doc/posix-functions/printf.texi: Update.
12483         * doc/posix-functions/snprintf.texi: Update.
12484         * doc/posix-functions/sprintf.texi: Update.
12485         * doc/posix-functions/vfprintf.texi: Update.
12486         * doc/posix-functions/vprintf.texi: Update.
12487         * doc/posix-functions/vsnprintf.texi: Update.
12488         * doc/posix-functions/vsprintf.texi: Update.
12489         * doc/glibc-functions/obstack_printf.texi: Update.
12490         * doc/glibc-functions/obstack_vprintf.texi: Update.
12491         Reported by Eric Blake.
12492
12493 2009-02-25  Bruno Haible  <bruno@clisp.org>
12494
12495         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
12496         with known value.
12497         Reported by Gary V. Vaughan <gary@gnu.org>.
12498
12499 2009-02-25  Bruno Haible  <bruno@clisp.org>
12500
12501         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
12502         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
12503         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
12504         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
12505         Reported by Gary V. Vaughan <gary@gnu.org>.
12506
12507 2009-02-25  Bruno Haible  <bruno@clisp.org>
12508
12509         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
12510         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
12511         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
12512         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
12513         Reported by Gary V. Vaughan <gary@gnu.org>.
12514
12515 2009-02-25  Eric Blake  <ebb9@byu.net>
12516
12517         tests: skip fseek/ftell tests if ungetc is broken
12518         * m4/ungetc.m4: New file.
12519         * modules/fseek-tests: Split test, so ungetc dependency is
12520         separate from rest of test.
12521         * modules/fseeko-tests: Likewise.
12522         * modules/ftell-tests: Likewise.
12523         * modules/ftello-tests: Likewise.
12524         * tests/test-fseek.c (main): Isolate ungetc dependency.
12525         * tests/test-fseeko.c (main): Likewise.
12526         * tests/test-ftell.c (main): Likewise.
12527         * tests/test-ftello.c (main): Likewise.
12528         * tests/test-fseek2.sh: New file.
12529         * tests/test-fseeko2.sh: Likewise.
12530         * tests/test-ftell2.sh: Likewise.
12531         * tests/test-ftello2.sh: Likewise.
12532
12533 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
12534
12535         test-getaddrinfo: fix usage of skip return code 77
12536         * tests/test-gettaddrinfo.c: Return skip code 77 only
12537         for first occurance of skip (4x77 is not 77)
12538
12539 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
12540
12541         strtod: avoid C99 decl-after-statement
12542         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
12543
12544 2009-02-24  Eric Blake  <ebb9@byu.net>
12545
12546         strtod: detect HP-UX 11.31 bug
12547         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
12548         Reported by Gary V. Vaughan.
12549
12550 2009-02-23  Bruno Haible  <bruno@clisp.org>
12551
12552         Fix invalid read past end of memory block.
12553         * lib/vasnprintf.c (DCHAR_SET): Define.
12554         (local_wcslen): Define only when needed.
12555         (local_strnlen, local_wcsnlen): New functions.
12556         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
12557         directives that involve a conversion ourselves.
12558         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
12559         wcsnlen, mbrtowc, wcrtomb.
12560         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
12561         * tests/test-vasprintf-posix.c (test_function): Likewise.
12562         * tests/test-snprintf-posix.h (test_function): Likewise.
12563         * tests/test-sprintf-posix.h (test_function): Likewise.
12564         Reported by Ben Pfaff <blp@cs.stanford.edu>.
12565
12566 2009-02-22  Bruno Haible  <bruno@clisp.org>
12567
12568         Implement new clarified decomposition of Hangul syllables.
12569         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
12570         of type LTV, return only a pairwise decomposition.
12571         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
12572         Likewise.
12573         * tests/uninorm/test-decomposition.c (main): Updated expected result.
12574         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
12575         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
12576
12577 2009-02-22  Bruno Haible  <bruno@clisp.org>
12578
12579         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
12580         zero-length results and shrink excess allocated memory.
12581         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
12582         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
12583         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
12584         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
12585         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
12586         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
12587         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
12588         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
12589         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
12590         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
12591         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
12592         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
12593
12594 2009-02-21  Bruno Haible  <bruno@clisp.org>
12595
12596         * doc/gnulib.texi: Include safe-alloc.texi earlier.
12597         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
12598         spaces after a period. Put a space between a macro name and its
12599         argument list. Trivial rewordings.
12600         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
12601         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
12602         (main): Return 0 explicitly.
12603
12604 2009-02-21  Bruno Haible  <bruno@clisp.org>
12605
12606         Tests for module 'uninorm/filter'.
12607         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
12608         * modules/uninorm/filter-tests: New file.
12609
12610         New module 'uninorm/filter'.
12611         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
12612         uninorm_filter_flush, uninorm_filter_free): New declarations.
12613         * lib/uninorm/uninorm-filter.c: New file.
12614         * modules/uninorm/filter: New file.
12615
12616 2009-02-21  Bruno Haible  <bruno@clisp.org>
12617
12618         Tests for module 'uninorm/nfkc'.
12619         * tests/uninorm/test-nfkc.c: New file.
12620         * tests/uninorm/test-u8-nfkc.c: New file.
12621         * tests/uninorm/test-u16-nfkc.c: New file.
12622         * tests/uninorm/test-u32-nfkc.c: New file.
12623         * tests/uninorm/test-u32-nfkc-big.sh: New file.
12624         * tests/uninorm/test-u32-nfkc-big.c: New file.
12625         * modules/uninorm/nfkc-tests: New file.
12626
12627         New module 'uninorm/nfkc'.
12628         * lib/uninorm/nfkc.c: New file.
12629         * modules/uninorm/nfkc: New file.
12630
12631         Tests for module 'uninorm/nfkd'.
12632         * tests/uninorm/test-nfkd.c: New file.
12633         * tests/uninorm/test-u8-nfkd.c: New file.
12634         * tests/uninorm/test-u16-nfkd.c: New file.
12635         * tests/uninorm/test-u32-nfkd.c: New file.
12636         * tests/uninorm/test-u32-nfkd-big.sh: New file.
12637         * tests/uninorm/test-u32-nfkd-big.c: New file.
12638         * modules/uninorm/nfkd-tests: New file.
12639
12640         New module 'uninorm/nfkd'.
12641         * lib/uninorm/nfkd.c: New file.
12642         * modules/uninorm/nfkd: New file.
12643
12644         Tests for module 'uninorm/nfc'.
12645         * tests/uninorm/test-nfc.c: New file.
12646         * tests/uninorm/test-u8-nfc.c: New file.
12647         * tests/uninorm/test-u16-nfc.c: New file.
12648         * tests/uninorm/test-u32-nfc.c: New file.
12649         * tests/uninorm/test-u32-nfc-big.sh: New file.
12650         * tests/uninorm/test-u32-nfc-big.c: New file.
12651         * modules/uninorm/nfc-tests: New file.
12652
12653         New module 'uninorm/nfc'.
12654         * lib/uninorm/nfc.c: New file.
12655         * modules/uninorm/nfc: New file.
12656
12657         Tests for module 'uninorm/nfd'.
12658         * tests/uninorm/test-nfd.c: New file.
12659         * tests/uninorm/test-u8-nfd.c: New file.
12660         * tests/uninorm/test-u16-nfd.c: New file.
12661         * tests/uninorm/test-u32-nfd.c: New file.
12662         * tests/uninorm/test-u32-nfd-big.sh: New file.
12663         * tests/uninorm/test-u32-nfd-big.c: New file.
12664         * tests/uninorm/test-u32-normalize-big.h: New file.
12665         * tests/uninorm/test-u32-normalize-big.c: New file.
12666         * tests/uninorm/NormalizationTest.txt: New file, created from
12667         Unicode 5.1.0 NormalizationTest.txt.
12668         * modules/uninorm/nfd-tests: New file.
12669
12670         New module 'uninorm/nfd'.
12671         * lib/uninorm/nfd.c: New file.
12672         * modules/uninorm/nfd: New file.
12673
12674         New module 'uninorm/u32-normalize'.
12675         * lib/uninorm/u32-normalize.c: New file.
12676         * modules/uninorm/u32-normalize: New file.
12677
12678         New module 'uninorm/u16-normalize'.
12679         * lib/uninorm/u16-normalize.c: New file.
12680         * modules/uninorm/u16-normalize: New file.
12681
12682         New module 'uninorm/u8-normalize'.
12683         * lib/uninorm/u8-normalize.c: New file.
12684         * lib/uninorm/normalize-internal.h: New file.
12685         * lib/uninorm/u-normalize-internal.h: New file.
12686         * modules/uninorm/u8-normalize: New file.
12687
12688         New module 'uninorm/decompose-internal'.
12689         * lib/uninorm/decompose-internal.c: New file.
12690         * modules/uninorm/decompose-internal: New file.
12691
12692         Tests for module 'uninorm/composition'.
12693         * tests/uninorm/test-composition.c: New file.
12694         * modules/uninorm/composition-tests: New file.
12695
12696         New module 'uninorm/composition'.
12697         * lib/uninorm/composition.c: New file.
12698         * lib/uninorm/composition-table.gperf: New file, generated by
12699         gen-uni-tables.
12700         * modules/uninorm/composition: New file.
12701
12702         Tests for module 'uninorm/compat-decomposition'.
12703         * tests/uninorm/test-compat-decomposition.c: New file.
12704         * modules/uninorm/compat-decomposition-tests: New file.
12705
12706         New module 'uninorm/compat-decomposition'.
12707         * lib/uninorm/decompose-internal.h: New file.
12708         * lib/uninorm/compat-decomposition.c: New file.
12709         * modules/uninorm/compat-decomposition: New file.
12710
12711         Tests for module 'uninorm/canonical-decomposition'.
12712         * tests/uninorm/test-canonical-decomposition.c: New file.
12713         * modules/uninorm/canonical-decomposition-tests: New file.
12714
12715         New module 'uninorm/canonical-decomposition'.
12716         * lib/uninorm/canonical-decomposition.c: New file.
12717         * modules/uninorm/canonical-decomposition: New file.
12718
12719         Tests for module 'uninorm/decomposition'.
12720         * tests/uninorm/test-decomposition.c: New file.
12721         * modules/uninorm/decomposition-tests: New file.
12722
12723         New module 'uninorm/decomposition'.
12724         * lib/uninorm/decomposition.c: New file.
12725         * modules/uninorm/decomposition: New file.
12726
12727         New module 'uninorm/decomposition-table'.
12728         * lib/uninorm/decomposition-table.h: New file.
12729         * lib/uninorm/decomposition-table.c: New file.
12730         * lib/uninorm/decomposition-table1.h: New file, generated by
12731         gen-uni-tables.
12732         * lib/uninorm/decomposition-table2.h: New file, generated by
12733         gen-uni-tables.
12734         * modules/uninorm/decomposition-table: New file.
12735
12736         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
12737         (UC_DECOMP_*): New enumeration items.
12738         (get_decomposition): New function.
12739         (struct decomp_table): New type.
12740         (output_decomposition, output_decomposition_tables): New functions.
12741         (unicode_composition_exclusions): New variable.
12742         (fill_composition_exclusions, debug_output_composition_tables): New
12743         functions.
12744         (main): Accept one more argument. Invoke fill_composition_exclusions.
12745         Output decomposition and composition tables.
12746
12747         New module 'uninorm/base'.
12748         * lib/uninorm.h: New file.
12749         * lib/unictype.h: Update comment.
12750         * modules/uninorm/base: New file.
12751
12752 2009-02-21  David Lutterkort  <lutter@redhat.com>
12753
12754         Tests for module 'safe-alloc'.
12755         * tests/test-safe-alloc.c: New file.
12756         * modules/safe-alloc-tests: New file.
12757
12758         New module 'safe-alloc'.
12759         * lib/safe-alloc.h: New file.
12760         * lib/safe-alloc.c: New file.
12761         * m4/safe-alloc.m4: New file.
12762         * modules/safe-alloc: New file.
12763         * doc/safe-alloc.texi: New file.
12764         * doc/gnulib.texi: Include it.
12765         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
12766         safe-alloc.
12767
12768 2009-02-18  Bruno Haible  <bruno@clisp.org>
12769
12770         Fix link error on non-glibc systems.
12771         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
12772         variable.
12773         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12774
12775 2009-02-18  Jim Meyering  <meyering@redhat.com>
12776
12777         fts: avoid used-uninitialized error due to recent change
12778         * lib/fts.c (fts_read): Guard uses of the new member,
12779         parent->fts_n_dirs_remaining, since it's not relevant for
12780         the parent of a directory specified on the command-line.
12781
12782 2009-02-17  James Youngman  <jay@gnu.org>
12783             Bruno Haible  <bruno@clisp.org>
12784
12785         * m4/include_next.m4: Reformulate comment.
12786
12787 2009-02-16  Jim Meyering  <meyering@redhat.com>
12788
12789         fts: add #if guards so that the fts_lgpl module still builds
12790         * lib/fts.c: Guard just-added hash-table-using parts with
12791         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
12792         Reported by Simon Josefsson.
12793
12794 2009-02-15  Bruno Haible  <bruno@clisp.org>
12795
12796         * modules/array-mergesort-tests: New file.
12797         * tests/test-array-mergesort.c: New file.
12798
12799         New module 'array-mergesort'.
12800         * modules/array-mergesort: New file.
12801         * lib/array-mergesort.h: New file.
12802
12803 2009-02-15  Bruno Haible  <bruno@clisp.org>
12804
12805         Fix 2009-02-07 commit.
12806         * lib/gen-uni-tables.c (output_predicate, output_category,
12807         output_combclass, output_bidi_category, output_decimal_digit,
12808         output_digit, output_numeric, output_mirror, output_scripts,
12809         output_ident_category, output_simple_mapping): Fix format directives.
12810         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
12811
12812 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
12813
12814         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
12815         fixes are available from IBM.
12816
12817 2009-02-13  Jim Meyering  <meyering@redhat.com>
12818
12819         fts: arrange not to stat non-directories in more cases
12820         This makes GNU find (when it doesn't need to stat each file)
12821         *much* more efficient at traversing reiserfs file systems.
12822         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
12823         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
12824         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
12825         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
12826         (leaf_optimization_applies): New function.
12827         (LCO_hash, LCO_compare): New helper functions.
12828         (link_count_optimize_ok): New function.
12829         (fts_stat): Initialize new member (if dir).
12830         (fts_read): Decrement parent's fts_n_dirs_remaining count if
12831         we've just stat'ed a directory.  Skip the stat call when possible.
12832         ---
12833         Note this AFS-related exchange:
12834         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
12835         and note find's pioctl call in find/fstype.c.
12836         But that is necessary only if you want to enable the
12837         optimization for AFS, and for now, I don't.
12838
12839         fts: move a function definition "up" (no semantic change)
12840         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
12841         "up" to precede upcoming use of a related function.
12842
12843 2009-02-11  Jim Meyering  <meyering@redhat.com>
12844
12845         fts: correct internal computation of nlinks (optimization-related)
12846         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
12847         whether the current entry is a directory, so don't test it.
12848
12849 2009-02-10  Bruno Haible  <bruno@clisp.org>
12850
12851         Tests for module 'uniwbrk/ulc-wordbreaks'.
12852         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
12853         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
12854         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
12855
12856         Tests for module 'uniwbrk/u32-wordbreaks'.
12857         * modules/uniwbrk/u32-wordbreaks-tests: New file.
12858         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
12859
12860         Tests for module 'uniwbrk/u16-wordbreaks'.
12861         * modules/uniwbrk/u16-wordbreaks-tests: New file.
12862         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
12863
12864         Tests for module 'uniwbrk/u8-wordbreaks'.
12865         * modules/uniwbrk/u8-wordbreaks-tests: New file.
12866         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
12867
12868 2009-02-10  Bruno Haible  <bruno@clisp.org>
12869
12870         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
12871         property.
12872         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
12873         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
12874         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
12875
12876 2009-02-10  Simon Josefsson  <simon@josefsson.org>
12877
12878         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
12879         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
12880
12881 2009-02-10  Bruno Haible  <bruno@clisp.org>
12882
12883         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
12884         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
12885         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
12886         * lib/unilbrk/u8-possible-linebreaks.c: Update.
12887         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
12888         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
12889
12890 2009-02-09  Simon Josefsson  <simon@josefsson.org>
12891
12892         * lib/sockets.h (gl_fd_to_handle): New function.
12893
12894         * tests/test-sockets.c: Call gl_fd_to_handle.
12895
12896 2009-02-09  Bruno Haible  <bruno@clisp.org>
12897
12898         * doc/havelib.texi: Document the conventions on bi-arch systems.
12899
12900 2009-02-08  Bruno Haible  <bruno@clisp.org>
12901
12902         Document the AC_LIB_LINKFLAGS macro.
12903         * doc/havelib.texi: New file, mostly written on 2005-05-24.
12904         * doc/gnulib.texi: Include it.
12905
12906 2009-02-08  Bruno Haible  <bruno@clisp.org>
12907
12908         Fix wrong order of sections, compared to TOC.
12909         * doc/gnulib.texi: Include relocatable-maint.texi after the
12910         "Regular expressions" node, not before.
12911
12912 2009-02-08  Bruno Haible  <bruno@clisp.org>
12913
12914         Tests for module 'unicase/totitle'.
12915         * modules/unicase/totitle-tests: New file.
12916
12917         Tests for module 'unicase/tolower'.
12918         * modules/unicase/tolower-tests: New file.
12919
12920         Tests for module 'unicase/toupper'.
12921         * modules/unicase/toupper-tests: New file.
12922         * tests/unicase/test-mapping-part1.h: New file.
12923         * tests/unicase/test-mapping-part2.h: New file.
12924
12925         New module 'unicase/totitle'.
12926         * modules/unicase/totitle: New file.
12927         * lib/unicase/totitle.c: New file.
12928
12929         New module 'unicase/tolower'.
12930         * modules/unicase/tolower: New file.
12931         * lib/unicase/tolower.c: New file.
12932
12933         New module 'unicase/toupper'.
12934         * modules/unicase/toupper: New file.
12935         * lib/unicase/toupper.c: New file.
12936         * lib/unicase/simple-mapping.h: New file.
12937
12938         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
12939         (mapping_table): New structure.
12940         (output_simple_mapping): New function.
12941         (main): Invoke output_simple_mapping_test and output_simple_mapping.
12942         * modules/gen-uni-tables (Description): Update.
12943         * lib/unicase/toupper.h: New file, automatically generated by
12944         gen-uni-tables.
12945         * lib/unicase/tolower.h: New file, automatically generated by
12946         gen-uni-tables.
12947         * lib/unicase/totitle.h: New file, automatically generated by
12948         gen-uni-tables.
12949         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
12950         gen-uni-tables.
12951         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
12952         gen-uni-tables.
12953         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
12954         gen-uni-tables.
12955
12956         New module 'unicase/base'.
12957         * modules/unicase/base: New file.
12958         * lib/unicase.h: New file.
12959
12960 2009-02-08  Bruno Haible  <bruno@clisp.org>
12961
12962         New module 'uniwbrk/ulc-wordbreaks'.
12963         * modules/uniwbrk/ulc-wordbreaks: New file.
12964         * lib/uniwbrk/ulc-wordbreaks.c: New file.
12965
12966         New module 'uniwbrk/u32-wordbreaks'.
12967         * modules/uniwbrk/u32-wordbreaks: New file.
12968         * lib/uniwbrk/u32-wordbreaks.c: New file.
12969
12970         New module 'uniwbrk/u16-wordbreaks'.
12971         * modules/uniwbrk/u16-wordbreaks: New file.
12972         * lib/uniwbrk/u16-wordbreaks.c: New file.
12973
12974         New module 'uniwbrk/u8-wordbreaks'.
12975         * modules/uniwbrk/u8-wordbreaks: New file.
12976         * lib/uniwbrk/u8-wordbreaks.c: New file.
12977         * lib/uniwbrk/u-wordbreaks.h: New file.
12978
12979         New module 'uniwbrk/table'.
12980         * modules/uniwbrk/table: New file.
12981         * lib/uniwbrk/wbrktable.h: New file.
12982         * lib/uniwbrk/wbrktable.c: New file.
12983
12984         New module 'uniwbrk/wordbreak-property'.
12985         * modules/uniwbrk/wordbreak-property: New file.
12986         * lib/uniwbrk/wordbreak-property.c: New file.
12987
12988         * lib/gen-uni-tables.c (WBP_*): New enum items.
12989         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
12990         (unicode_org_wbp): New variable.
12991         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
12992         New functions.
12993         (wbp_table): New structure.
12994         (output_wbp, output_wbrk_tables): New functions.
12995         (main): Accept additional argument. Invoke fill_org_wbp,
12996         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
12997         output_wbrk_tables.
12998         * modules/gen-uni-tables (Description): Update.
12999         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
13000         gen-uni-tables.
13001
13002         New module 'uniwbrk/base'.
13003         * modules/uniwbrk/base: New file.
13004         * lib/uniwbrk.h: New file.
13005
13006 2009-02-08  Bruno Haible  <bruno@clisp.org>
13007
13008         Update to Unicode 5.1.0.
13009         * lib/gen-uni-tables.c (is_property_alphabetic): Include
13010         U+2185..U+2188.
13011         (is_property_default_ignorable_code_point): Don't include characters
13012         of category Cc or Cs and not-a-characters.
13013         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
13014         U+0D79, U+109E, U+109F, U+A60C.
13015         * lib/unictype/bidi_of.h: Regenerated.
13016         * lib/unictype/blocks.h: Regenerated.
13017         * lib/unictype/categ_C.h: Regenerated.
13018         * lib/unictype/categ_Cf.h: Regenerated.
13019         * lib/unictype/categ_Cn.h: Regenerated.
13020         * lib/unictype/categ_L.h: Regenerated.
13021         * lib/unictype/categ_Ll.h: Regenerated.
13022         * lib/unictype/categ_Lm.h: Regenerated.
13023         * lib/unictype/categ_Lo.h: Regenerated.
13024         * lib/unictype/categ_Lu.h: Regenerated.
13025         * lib/unictype/categ_M.h: Regenerated.
13026         * lib/unictype/categ_Mc.h: Regenerated.
13027         * lib/unictype/categ_Me.h: Regenerated.
13028         * lib/unictype/categ_Mn.h: Regenerated.
13029         * lib/unictype/categ_N.h: Regenerated.
13030         * lib/unictype/categ_Nd.h: Regenerated.
13031         * lib/unictype/categ_Nl.h: Regenerated.
13032         * lib/unictype/categ_No.h: Regenerated.
13033         * lib/unictype/categ_P.h: Regenerated.
13034         * lib/unictype/categ_Pd.h: Regenerated.
13035         * lib/unictype/categ_Pe.h: Regenerated.
13036         * lib/unictype/categ_Pf.h: Regenerated.
13037         * lib/unictype/categ_Pi.h: Regenerated.
13038         * lib/unictype/categ_Po.h: Regenerated.
13039         * lib/unictype/categ_Ps.h: Regenerated.
13040         * lib/unictype/categ_S.h: Regenerated.
13041         * lib/unictype/categ_Sk.h: Regenerated.
13042         * lib/unictype/categ_Sm.h: Regenerated.
13043         * lib/unictype/categ_So.h: Regenerated.
13044         * lib/unictype/categ_of.h: Regenerated.
13045         * lib/unictype/combining.h: Regenerated.
13046         * lib/unictype/ctype_alnum.h: Regenerated.
13047         * lib/unictype/ctype_alpha.h: Regenerated.
13048         * lib/unictype/ctype_graph.h: Regenerated.
13049         * lib/unictype/ctype_lower.h: Regenerated.
13050         * lib/unictype/ctype_print.h: Regenerated.
13051         * lib/unictype/ctype_punct.h: Regenerated.
13052         * lib/unictype/ctype_upper.h: Regenerated.
13053         * lib/unictype/decdigit.h: Regenerated.
13054         * lib/unictype/digit.h: Regenerated.
13055         * lib/unictype/mirror.h: Regenerated.
13056         * lib/unictype/numeric.h: Regenerated.
13057         * lib/unictype/pr_alphabetic.h: Regenerated.
13058         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
13059         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
13060         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
13061         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
13062         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
13063         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
13064         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
13065         * lib/unictype/pr_combining.h: Regenerated.
13066         * lib/unictype/pr_dash.h: Regenerated.
13067         * lib/unictype/pr_decimal_digit.h: Regenerated.
13068         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
13069         * lib/unictype/pr_deprecated.h: Regenerated.
13070         * lib/unictype/pr_diacritic.h: Regenerated.
13071         * lib/unictype/pr_extender.h: Regenerated.
13072         * lib/unictype/pr_format_control.h: Regenerated.
13073         * lib/unictype/pr_grapheme_base.h: Regenerated.
13074         * lib/unictype/pr_grapheme_extend.h: Regenerated.
13075         * lib/unictype/pr_grapheme_link.h: Regenerated.
13076         * lib/unictype/pr_id_continue.h: Regenerated.
13077         * lib/unictype/pr_id_start.h: Regenerated.
13078         * lib/unictype/pr_ideographic.h: Regenerated.
13079         * lib/unictype/pr_ignorable_control.h: Regenerated.
13080         * lib/unictype/pr_lowercase.h: Regenerated.
13081         * lib/unictype/pr_math.h: Regenerated.
13082         * lib/unictype/pr_numeric.h: Regenerated.
13083         * lib/unictype/pr_other_alphabetic.h: Regenerated.
13084         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
13085         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
13086         * lib/unictype/pr_other_id_continue.h: Regenerated.
13087         * lib/unictype/pr_other_lowercase.h: Regenerated.
13088         * lib/unictype/pr_other_math.h: Regenerated.
13089         * lib/unictype/pr_punctuation.h: Regenerated.
13090         * lib/unictype/pr_sentence_terminal.h: Regenerated.
13091         * lib/unictype/pr_soft_dotted.h: Regenerated.
13092         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
13093         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
13094         * lib/unictype/pr_unified_ideograph.h: Regenerated.
13095         * lib/unictype/pr_uppercase.h: Regenerated.
13096         * lib/unictype/pr_xid_continue.h: Regenerated.
13097         * lib/unictype/pr_xid_start.h: Regenerated.
13098         * lib/unictype/pr_zero_width.h: Regenerated.
13099         * lib/unictype/scripts.h: Regenerated.
13100         * lib/unictype/scripts_byname.gperf: Regenerated.
13101         * lib/unictype/sy_java_ident.h: Regenerated.
13102         * lib/unilbrk/lbrkprop1.h: Regenerated.
13103         * lib/unilbrk/lbrkprop2.h: Regenerated.
13104         * tests/unictype/test-categ_C.c: Regenerated.
13105         * tests/unictype/test-categ_Cf.c: Regenerated.
13106         * tests/unictype/test-categ_Cn.c: Regenerated.
13107         * tests/unictype/test-categ_L.c: Regenerated.
13108         * tests/unictype/test-categ_Ll.c: Regenerated.
13109         * tests/unictype/test-categ_Lm.c: Regenerated.
13110         * tests/unictype/test-categ_Lo.c: Regenerated.
13111         * tests/unictype/test-categ_Lu.c: Regenerated.
13112         * tests/unictype/test-categ_M.c: Regenerated.
13113         * tests/unictype/test-categ_Mc.c: Regenerated.
13114         * tests/unictype/test-categ_Me.c: Regenerated.
13115         * tests/unictype/test-categ_Mn.c: Regenerated.
13116         * tests/unictype/test-categ_N.c: Regenerated.
13117         * tests/unictype/test-categ_Nd.c: Regenerated.
13118         * tests/unictype/test-categ_Nl.c: Regenerated.
13119         * tests/unictype/test-categ_No.c: Regenerated.
13120         * tests/unictype/test-categ_P.c: Regenerated.
13121         * tests/unictype/test-categ_Pd.c: Regenerated.
13122         * tests/unictype/test-categ_Pe.c: Regenerated.
13123         * tests/unictype/test-categ_Pf.c: Regenerated.
13124         * tests/unictype/test-categ_Pi.c: Regenerated.
13125         * tests/unictype/test-categ_Po.c: Regenerated.
13126         * tests/unictype/test-categ_Ps.c: Regenerated.
13127         * tests/unictype/test-categ_S.c: Regenerated.
13128         * tests/unictype/test-categ_Sk.c: Regenerated.
13129         * tests/unictype/test-categ_Sm.c: Regenerated.
13130         * tests/unictype/test-categ_So.c: Regenerated.
13131         * tests/unictype/test-ctype_alnum.c: Regenerated.
13132         * tests/unictype/test-ctype_alpha.c: Regenerated.
13133         * tests/unictype/test-ctype_graph.c: Regenerated.
13134         * tests/unictype/test-ctype_lower.c: Regenerated.
13135         * tests/unictype/test-ctype_print.c: Regenerated.
13136         * tests/unictype/test-ctype_punct.c: Regenerated.
13137         * tests/unictype/test-ctype_upper.c: Regenerated.
13138         * tests/unictype/test-decdigit.h: Regenerated.
13139         * tests/unictype/test-digit.h: Regenerated.
13140         * tests/unictype/test-numeric.h: Regenerated.
13141         * tests/unictype/test-pr_alphabetic.c: Regenerated.
13142         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
13143         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
13144         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
13145         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
13146         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
13147         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
13148         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
13149         * tests/unictype/test-pr_combining.c: Regenerated.
13150         * tests/unictype/test-pr_dash.c: Regenerated.
13151         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
13152         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
13153         * tests/unictype/test-pr_deprecated.c: Regenerated.
13154         * tests/unictype/test-pr_diacritic.c: Regenerated.
13155         * tests/unictype/test-pr_extender.c: Regenerated.
13156         * tests/unictype/test-pr_format_control.c: Regenerated.
13157         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
13158         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
13159         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
13160         * tests/unictype/test-pr_id_continue.c: Regenerated.
13161         * tests/unictype/test-pr_id_start.c: Regenerated.
13162         * tests/unictype/test-pr_ideographic.c: Regenerated.
13163         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
13164         * tests/unictype/test-pr_lowercase.c: Regenerated.
13165         * tests/unictype/test-pr_math.c: Regenerated.
13166         * tests/unictype/test-pr_numeric.c: Regenerated.
13167         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
13168         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
13169         Regenerated.
13170         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
13171         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
13172         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
13173         * tests/unictype/test-pr_other_math.c: Regenerated.
13174         * tests/unictype/test-pr_punctuation.c: Regenerated.
13175         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
13176         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
13177         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
13178         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
13179         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
13180         * tests/unictype/test-pr_uppercase.c: Regenerated.
13181         * tests/unictype/test-pr_xid_continue.c: Regenerated.
13182         * tests/unictype/test-pr_xid_start.c: Regenerated.
13183         * tests/unictype/test-pr_zero_width.c: Regenerated.
13184
13185         Update to Unicode 5.1.0.
13186         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
13187         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
13188         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
13189         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
13190         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
13191         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
13192         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
13193         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
13194         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
13195         (nonspacing_table_ind): Update.
13196         * tests/uniwidth/test-uc_width2.sh: Update expected result.
13197
13198         Update to Unicode 5.1.0.
13199         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
13200         code transform.
13201         * lib/uniname/uniname.c (unicode_character_name,
13202         unicode_name_character): Add the range 0x1Fxxx to the code transform.
13203         * lib/uniname/uninames.h: Regenerated.
13204         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
13205
13206 2009-02-07  Bruno Haible  <bruno@clisp.org>
13207
13208         Merge gen-ctype and gen-lbrk into a single program.
13209         * lib/gen-uni-tables.c: New file, incorporating
13210         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
13211         Add directory prefixes to the names of the generated files.
13212         * lib/unictype/gen-ctype.c: Remove file.
13213         * lib/unilbrk/gen-lbrk.c: Remove file.
13214         * modules/gen-uni-tables: New file.
13215         * modules/unictype/gen-ctype: Remove file.
13216         * modules/unilbrk/gen-lbrk: Remove file.
13217
13218 2009-02-07  Bruno Haible  <bruno@clisp.org>
13219
13220         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
13221
13222         New module 'unistr/u32-strcoll'.
13223         * modules/unistr/u32-strcoll: New file.
13224         * lib/unistr/u32-strcoll.c: New file.
13225
13226         New module 'unistr/u16-strcoll'.
13227         * modules/unistr/u16-strcoll: New file.
13228         * lib/unistr/u16-strcoll.c: New file.
13229
13230         New module 'unistr/u8-strcoll'.
13231         * modules/unistr/u8-strcoll: New file.
13232         * lib/unistr/u8-strcoll.c: New file.
13233         * lib/unistr/u-strcoll.h: New file.
13234
13235 2009-02-07  Bruno Haible  <bruno@clisp.org>
13236
13237         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
13238         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
13239         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
13240         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
13241         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
13242         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
13243
13244 2009-02-07  Bruno Haible  <bruno@clisp.org>
13245
13246         Make 64-bit clean.
13247         * lib/unictype/gen-ctype.c (output_predicate, output_category,
13248         output_combclass, output_bidi_category, output_decimal_digit,
13249         output_digit, output_numeric, output_mirror, output_scripts,
13250         output_ident_category): Use proper width specifier in format strings.
13251
13252 2009-02-07  Bruno Haible  <bruno@clisp.org>
13253
13254         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
13255         failure behaviour.
13256
13257 2009-02-07  Jim Meyering  <meyering@redhat.com>
13258
13259         regex: avoid compilation failure with upcoming gcc-4.4
13260         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
13261         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
13262         "... error: integer overflow in preprocessor expression".
13263
13264 2009-02-05  Ben Pfaff  <blp@gnu.org>
13265
13266         Fix link errors on Windows when close module is used.
13267         * modules/close: Add $(LIB_CLOSE) to Link section.
13268         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
13269         $(LIB_CLOSE) on Windows.
13270
13271 2009-02-05  Jim Meyering  <meyering@redhat.com>
13272
13273         still avoid unused-parameter warnings, but do it cleanly
13274         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
13275         (get_fs_usage): Cast to void instead.
13276         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
13277         (dev_from_mount_options, read_file_system_list): Cast to void.
13278         Prompted by Bruno Haible.
13279
13280 2009-02-04  Jim Meyering  <meyering@redhat.com>
13281
13282         fsusage.c: correct copyright year
13283         * lib/fsusage.c: Reflect year in which the change is pushed into
13284
13285         avoid misc. warnings
13286         * lib/fsusage.c (UNUSED_PARAM): Define.
13287         (get_fs_usage): Mark parameter "disk" as unused.
13288         * lib/getugroups.c (getgrent): Use "void" in prototype.
13289         * lib/mountlist.c: Mark unused parameters.
13290         (read_file_system_list): Declare a local with "const".
13291         * lib/nanosleep.c (getnow): Declare static.
13292         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
13293
13294         dirfd: set errno upon failure
13295         * lib/dirfd.c: Include <errno.h>.
13296         Set errno to ENOTSUP when returning -1.
13297         * modules/dirfd (Depends-on): Add errno.
13298         Suggested by John Kodis <kodis@comcast.net>.
13299
13300 2009-02-01  Bruno Haible  <bruno@clisp.org>
13301
13302         Don't assume sizeof (long) >= sizeof (void *).
13303         * lib/memcmp.c: Include stdint.h.
13304         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
13305         srcp2 to 'const byte *'.
13306         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
13307         types to uintptr_t.
13308         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
13309         * modules/memcmp (Depends-on): Add stdint.
13310         Reported by Ozkan Sezer <sezeroz@gmail.com>.
13311
13312 2009-01-30  Eric Blake  <ebb9@byu.net>
13313
13314         fix more require-before-expand issues
13315         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
13316         expand, AC_PROG_AWK.
13317         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
13318
13319 2009-01-28  Eric Blake  <ebb9@byu.net>
13320
13321         version-etc: use consistent URL formatting
13322         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
13323         Improve formatting.  Use fputs for string without %.
13324
13325 2009-01-28  Jim Meyering  <meyering@redhat.com>
13326
13327         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
13328         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
13329         "underquoted definition of NAME" from autoconf-2.59.
13330
13331 2009-01-28  Bruno Haible  <bruno@clisp.org>
13332
13333         * doc/gnulib.texi: Add "Obsolete modules" to index.
13334
13335 2009-01-28  Jim Meyering  <meyering@redhat.com>
13336
13337         useless-if-before-free: recognize more variants
13338         * build-aux/useless-if-before-free: Also recognize e.g.,
13339         if (NULL != p) free (p);
13340
13341 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
13342
13343         test-getaddrinfo: skip (don't fail) this test when there's no network
13344         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
13345         on the presumption that it means you lack network access.
13346
13347 2009-01-26  Jim Meyering  <meyering@redhat.com>
13348
13349         fflush: avoid warnings on modern systems
13350         * lib/fflush.c (rpl_fflush): Move declarations of locals,
13351         pos and result, into scopes where they're used.
13352
13353 2009-01-26  Eric Blake  <ebb9@byu.net>
13354
13355         Silence warning reintroduced by recent extensions patch.
13356         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
13357         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
13358         autoconf.
13359
13360         Backport improved autoconf semantics of AC_DEFUN_ONCE.
13361         * m4/00gnulib.m4: New file.
13362         * gnulib-tool (func_get_filelist): Always use it.
13363         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
13364         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
13365
13366 2009-01-25  Bruno Haible  <bruno@clisp.org>
13367
13368         Make test-quotearg work on MacOS X and AIX.
13369         * tests/test-quotearg.sh: New file.
13370         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
13371         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
13372         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
13373         include <libintl.h>.
13374         (fake_locale): Remove variable.
13375         (gettext, dgettext, dcgettext): Remove functions.
13376         (main): Instead of setting a fake locale, set a real locale. Call
13377         textdomain and bindtextdomain.
13378         * modules/quotearg-tests (Files): Add the new files.
13379         (Depends-on): Add gettext, setenv, unsetenv.
13380         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
13381         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
13382         Augment TESTS_ENVIRONMENT.
13383
13384 2009-01-25  Bruno Haible  <bruno@clisp.org>
13385
13386         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
13387         fr_FR.ISO8859-1 locale on MacOS X.
13388         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
13389         ja_JP.eucJP locale on MacOS X.
13390         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
13391         zh_CN.GB18030 locale on MacOS X.
13392
13393 2009-01-25  Bruno Haible  <bruno@clisp.org>
13394
13395         Avoid link errors on MacOS X 10.3.
13396         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
13397         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13398
13399 2009-01-25  Bruno Haible  <bruno@clisp.org>
13400
13401         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13402         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
13403         * modules/pipe (Files): Remove m4/posix_spawn.m4.
13404         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13405         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
13406         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13407         posix_spawnattr_init, posix_spawnattr_setsigmask,
13408         posix_spawnattr_setflags, posix_spawnattr_destroy.
13409
13410         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
13411         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
13412         * modules/execute (Files): Remove m4/posix_spawn.m4.
13413         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
13414         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
13415         posix_spawnattr_init, posix_spawnattr_setsigmask,
13416         posix_spawnattr_setflags, posix_spawnattr_destroy.
13417
13418 2009-01-25  Bruno Haible  <bruno@clisp.org>
13419
13420         * lib/glthread/threadlib.c: Include <stdlib.h>.
13421
13422 2009-01-25  Bruno Haible  <bruno@clisp.org>
13423
13424         * lib/glthread/threadlib.c (dummy): New declaration.
13425
13426 2009-01-25  Bruno Haible  <bruno@clisp.org>
13427
13428         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
13429         multibyte characters also for the GB18030 encoding. Don't crash when
13430         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
13431
13432 2009-01-25  Bruno Haible  <bruno@clisp.org>
13433
13434         Avoid redefining 'struct random_data' on OSF/1 5.1.
13435         * lib/stdlib.in.h: Include <random.h> if it exists.
13436         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
13437         HAVE_RANDOM_H. Include <random.h> when testing whether
13438         'struct random_data' exists.
13439         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
13440
13441 2009-01-25  Bruno Haible  <bruno@clisp.org>
13442
13443         Don't install charset.alias on MacOS X >= 10.3.
13444         * lib/localcharset.c (DARWIN7): New macro.
13445         (get_charset_aliases): Hardcode the result for Darwin7.
13446         * modules/localcharset (install-exec-local): Don't install
13447         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
13448
13449 2009-01-25  Bruno Haible  <bruno@clisp.org>
13450
13451         Don't install charset.alias on mingw and Cygwin.
13452         * modules/localcharset (install-exec-local): Don't install
13453         charset.alias on mingw and Cygwin, if the file does not yet exist.
13454         The result for these platforms is hardcoded in localcharset.c.
13455
13456 2009-01-25  Bruno Haible  <bruno@clisp.org>
13457
13458         Make it possible again to use AC_GNU_SOURCE together with gnulib.
13459         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
13460         before requiring AC_USE_SYSTEM_EXTENSIONS.
13461
13462 2009-01-25  Jim Meyering  <meyering@redhat.com>
13463
13464         c-strtod: avoid warnings
13465         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
13466         "assignment discards qualifiers from pointer target type" warnings.
13467
13468 2009-01-24  Bruno Haible  <bruno@clisp.org>
13469
13470         Add support for non-UTF-8 locales on MacOS X.
13471         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
13472         canonical encodings. For Darwin 7 and newer, don't map traditional
13473         encodings to UTF-8.
13474         Reported by Vincent Lefevre <vincent@vinc17.org>
13475         at <http://savannah.gnu.org/bugs/?25235>.
13476
13477 2009-01-24  Bruno Haible  <bruno@clisp.org>
13478
13479         * doc/gnulib.texi (Obsolete modules): New section.
13480         Reported by Mike Frysinger <vapier@gentoo.org>.
13481
13482 2009-01-24  Bruno Haible  <bruno@clisp.org>
13483
13484         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
13485         (%.dvi): New rule.
13486
13487 2009-01-24  Bruno Haible  <bruno@clisp.org>
13488
13489         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
13490         Reported by Eric Blake.
13491
13492 2009-01-24  Bruno Haible  <bruno@clisp.org>
13493
13494         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
13495         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
13496         Reported by Gary V. Vaughan <gary@gnu.org>.
13497
13498 2009-01-24  Bruno Haible  <bruno@clisp.org>
13499
13500         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
13501
13502 2009-01-23  Bruno Haible  <bruno@clisp.org>
13503
13504         Make c-strtod, c-strtold usable in libraries.
13505         * lib/c-strtod.c: Include string.h instead of xalloc.h.
13506         (C_STRTOD): Call strdup instead of xstrdup.
13507         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
13508         * modules/c-strtold (Depends-on): Likewise.
13509         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
13510         * NEWS: Mention the change.
13511         Reported by Michael Gold <mgold@ncf.ca>.
13512
13513 2009-01-23  Jim Meyering  <meyering@redhat.com>
13514
13515         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
13516         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
13517         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
13518
13519 2009-01-23  Simon Josefsson  <simon@josefsson.org>
13520
13521         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
13522         GNU CoreUtils.
13523         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
13524         * modules/version-etc (Description): Update.
13525
13526 2009-01-22  Bruno Haible  <bruno@clisp.org>
13527
13528         Cache the C locale object.
13529         * lib/c-strtod.c (c_locale_cache): New variable.
13530         (c_locale): New function.
13531         (C_STRTOD): Use it, and don't call freelocale.
13532         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
13533         Suggested by Paolo Bonzini.
13534
13535 2009-01-21  Bruno Haible  <bruno@clisp.org>
13536
13537         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
13538         conditions other than overflow.
13539
13540 2009-01-21  Bruno Haible  <bruno@clisp.org>
13541
13542         * lib/c-strtod.c: Include errno.h.
13543         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
13544         value from STRTOD_L and STRTOD.
13545
13546 2009-01-21  Bruno Haible  <bruno@clisp.org>
13547         and Jim Meyering  <meyering@redhat.com>
13548
13549         nanosleep: skip configure test (fail it) for apple universal builds
13550         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
13551         universal builds, assume that nanosleep does not work.
13552         * modules/nanosleep (Depends-on): Add multiarch.
13553
13554         mktime: skip configure test (fail it) for apple universal builds
13555         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
13556         universal builds, assume that mktime does not work.
13557         * modules/mktime (Depends-on): Add multiarch.
13558
13559 2009-01-21  Eric Blake  <ebb9@byu.net>
13560
13561         multiarch: avoid expand-before-require warning
13562         * modules/multiarch (configure.ac): Require, rather than expand,
13563         gl_MULTIARCH.
13564         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
13565         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
13566         enforce that all clients require it.  Partial reversion of
13567         2008-12-29 patch.
13568
13569         error: avoid expand-before-require warning
13570         * modules/errno (configure.ac): Require, rather than expand,
13571         gl_HEADER_ERRNO_H.
13572         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
13573         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
13574         enforce that all clients require it.
13575
13576         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
13577         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
13578         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
13579         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
13580
13581 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
13582
13583         Revert:
13584         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13585
13586         regex: do not depend on obsolete modules.
13587         * modules/regex: Remove memcmp and memmove.
13588
13589 2009-01-20  Bruno Haible  <bruno@clisp.org>
13590
13591         Make the 'link' module link on Windows NT 4.
13592         * lib/link.c (_WIN32_WINNT): Don't define.
13593         (CreateHardLinkFuncType): New type.
13594         (CreateHardLinkFunc, initialized): New variables.
13595         (initialize): New function.
13596         (link): Invoke CreateHardLink indirectly through the function pointer.
13597
13598 2009-01-20  Bruno Haible  <bruno@clisp.org>
13599
13600         Fix compilation failure on mingw.
13601         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
13602
13603 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
13604
13605         * doc/c-strtod.texi: Mention a couple of restrictions.
13606
13607 2009-01-20  Jim Meyering  <meyering@redhat.com>
13608
13609         gettimeofday: move more declarations out of functions
13610         * lib/gettimeofday.c: Move extern declarations of tzset and
13611         gmtime out of containing functions.  Prompted by Bruno Haible.
13612
13613 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
13614
13615         regex: do not depend on obsolete modules.
13616         * modules/regex: Remove memcmp and memmove.
13617
13618 2009-01-19  Bruno Haible  <bruno@clisp.org>
13619
13620         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13621         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
13622         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13623         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
13624         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
13625
13626 2009-01-19  Bruno Haible  <bruno@clisp.org>
13627
13628         * tests/test-link.c: Include <errno.h>.
13629         (main): Exit with code 77 when a hard link cannot be created due to
13630         the file system.
13631         * tests/test-link.sh: Skip test when a hard link cannot be created due
13632         to the file system.
13633         Suggested by Eric Blake.
13634
13635 2009-01-19  Martin Lambers  <marlam@marlam.de>
13636
13637         * modules/link-tests: New file.
13638         * tests/test-link.sh: New file.
13639         * tests/test-link.c: New file.
13640
13641 2009-01-19  Eric Blake  <ebb9@byu.net>
13642
13643         doc: mention another function added in cygwin 1.7.0
13644         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
13645         Another new function in cygwin 1.7.
13646
13647 2009-01-19  Bruno Haible  <bruno@clisp.org>
13648
13649         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
13650         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
13651         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
13652         gl_BIGENDIAN, not AC_C_BIGENDIAN.
13653         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
13654         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
13655         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
13656         * m4/md4.m4 (gl_MD4): Likewise.
13657         * m4/md5.m4 (gl_MD5): Likewise.
13658         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
13659         * m4/sha1.m4 (gl_SHA1): Likewise.
13660         * m4/sha256.m4 (gl_SHA256): Likewise.
13661         * m4/sha512.m4 (gl_SHA512): Likewise.
13662
13663 2009-01-19  Bruno Haible  <bruno@clisp.org>
13664
13665         * modules/uniname/uniname-tests (Depends-on): Add progname.
13666         * tests/uniname/test-uninames.c: Include progname.h.
13667         (main): Call set_program_name.
13668
13669         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
13670         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
13671         (main): Call set_program_name.
13672
13673         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
13674         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
13675         (main): Call set_program_name.
13676
13677         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
13678         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
13679         (main): Call set_program_name.
13680
13681         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
13682         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
13683         (main): Call set_program_name.
13684
13685         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
13686         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
13687         (main): Call set_program_name.
13688
13689         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
13690         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
13691         (main): Call set_program_name.
13692
13693         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
13694         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
13695         (main): Call set_program_name.
13696
13697         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
13698         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
13699         (main): Call set_program_name.
13700
13701 2009-01-19  Eric Blake  <ebb9@byu.net>
13702
13703         test-unistd: test previous patch
13704         * tests/test-unistd.c: Test *_FILENO macros.
13705
13706         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
13707         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13708         Guarantee a definition.
13709         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
13710         * modules/unistd-safer (Depends-on): Add dependency on unistd.
13711         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
13712         * lib/dup-safer.c (STDERR_FILENO): Likewise.
13713         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13714         Likewise.
13715         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
13716         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
13717         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
13718         Likewise.
13719         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
13720         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
13721         (STDERR_FILENO): Likewise.
13722         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
13723         (STDERR_FILENO): Likewise.
13724         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
13725         (STDERR_FILENO): Likewise.
13726         Reported by Elbert Pol.
13727
13728 2009-01-19  Eric Blake  <ebb9@byu.net>
13729
13730         doc: mention more functions added in cygwin 1.7.0
13731         * doc/posix-functions/abort.texi (abort): Update wording related
13732         to cygwin.
13733         * doc/posix-functions/daylight.texi (daylight): Likewise.
13734         * doc/posix-functions/optarg.texi (optarg): Likewise.
13735         * doc/posix-functions/optarg.texi (opterr): Likewise.
13736         * doc/posix-functions/optarg.texi (optind): Likewise.
13737         * doc/posix-functions/optarg.texi (optopt): Likewise.
13738         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
13739         worked in 1.5.x, and was withdrawn in 1.7.
13740         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
13741         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
13742         cygwin versions.
13743         * doc/posix-functions/perror.texi (perror): Likewise.
13744         * doc/posix-functions/printf.texi (printf): Likewise.
13745         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
13746         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
13747         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
13748         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
13749         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
13750         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
13751         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
13752         Likewise.
13753         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
13754         Likewise.
13755         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
13756         this function.
13757         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
13758         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
13759         Likewise.
13760         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
13761         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
13762         * doc/posix-functions/confstr.texi (confstr): Likewise.
13763         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
13764         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
13765         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
13766         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
13767         * doc/posix-functions/fputws.texi (fputws): Likewise.
13768         * doc/posix-functions/fwide.texi (fwide): Likewise.
13769         * doc/posix-functions/getwc.texi (getwc): Likewise.
13770         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
13771         * doc/posix-functions/putwc.texi (putwc): Likewise.
13772         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
13773         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
13774         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
13775         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
13776         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
13777         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
13778         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
13779         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
13780         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
13781         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
13782         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
13783
13784 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13785
13786         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
13787         * lib/ioctl.c: Include <sys/ioctl.h>.
13788
13789 2009-01-19  Simon Josefsson  <simon@josefsson.org>
13790
13791         * modules/getdate-tests (Depends-on): Add progname.
13792         * tests/test-getdate.c: Use progname module, to avoid link errors
13793         on non-glibc systems.
13794
13795 2009-01-18  Simon Josefsson  <simon@josefsson.org>
13796
13797         * modules/filenamecat-tests (Depends-on): Add progname.
13798         * modules/fstrcmp-tests (Depends-on): Likewise.
13799
13800         * tests/test-filenamecat.c: Use progname module, to avoid link
13801         errors on non-glibc systems.
13802         * tests/test-fstrcmp.c: Likewise.
13803
13804 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
13805
13806         gettimeofday: avoid warning: nested extern declaration of 'localtime'
13807         * lib/gettimeofday.c: Move extern declaration out of function.
13808
13809 2009-01-18  Bruno Haible  <bruno@clisp.org>
13810
13811         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
13812         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
13813         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
13814
13815 2009-01-18  Bruno Haible  <bruno@clisp.org>
13816
13817         * lib/strftime.c (MEMPCPY): Remove unused macro.
13818         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
13819
13820 2009-01-18  Martin Lambers  <marlam@marlam.de>
13821
13822         New module 'link'.
13823         * lib/unistd.in.h (link): New declaration.
13824         * lib/link.c: New file.
13825         * m4/link.m4: New file.
13826         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
13827         HAVE_LINK.
13828         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
13829         * modules/link: New file.
13830         * doc/posix-functions/link.texi: Mention the new module.
13831
13832 2009-01-18  Bruno Haible  <bruno@clisp.org>
13833
13834         * tests/test-avltree_list.c (main): Call set_program_name.
13835         * tests/test-avltree_oset.c (main): Likewise.
13836         * tests/test-obstack-printf.c: Include progname.h.
13837         (main): Call set_program_name.
13838         * tests/test-quotearg.c: Include progname.h.
13839         (main): Call set_program_name.
13840         * tests/test-xmemdup0.c: Include progname.h.
13841         (main): Call set_program_name.
13842
13843 2009-01-18  Bruno Haible  <bruno@clisp.org>
13844
13845         New module 'alphasort'.
13846         * lib/dirent.in.h (alphasort): New declaration.
13847         * lib/alphasort.c: New file, from glibc with modifications.
13848         * m4/alphasort.m4: New file.
13849         * modules/alphasort: New file.
13850         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
13851         HAVE_ALPHASORT.
13852         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
13853         HAVE_ALPHASORT.
13854         * doc/posix-functions/alphasort.texi: Mention the new module and the
13855         portability problems.
13856
13857 2009-01-18  Bruno Haible  <bruno@clisp.org>
13858
13859         New module 'scandir'.
13860         * lib/dirent.in.h (scandir): New declaration.
13861         * lib/scandir.c: New file, from glibc with modifications.
13862         * m4/scandir.m4: New file.
13863         * modules/scandir: New file.
13864         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
13865         HAVE_SCANDIR.
13866         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
13867         HAVE_SCANDIR.
13868         * doc/posix-functions/scandir.texi: Mention the new module and the
13869         portability problems.
13870
13871 2009-01-17  Bruno Haible  <bruno@clisp.org>
13872
13873         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
13874         Update documentation.
13875         (func_remove_suffix): Escape all dots in the suffix. Update
13876         documentation.
13877         (func_filter_filelist): Update documentation.
13878         Reported by Ralf Wildenhues.
13879
13880 2009-01-17  Bruno Haible  <bruno@clisp.org>
13881
13882         * modules/dprintf-posix-tests: New file.
13883         * tests/test-dprintf-posix.sh: New file.
13884         * tests/test-dprintf-posix.c: New file.
13885
13886         New modules 'dprintf', 'dprintf-posix'.
13887         * lib/stdio.in.h (dprintf): New declaration.
13888         * lib/dprintf.c: New file.
13889         * m4/dprintf.m4: New file.
13890         * m4/dprintf-posix.m4: New file.
13891         * modules/dprintf: New file.
13892         * modules/dprintf-posix: New file.
13893         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
13894         HAVE_DPRINTF, REPLACE_DPRINTF.
13895         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
13896         HAVE_DPRINTF, REPLACE_DPRINTF.
13897         * doc/posix-functions/dprintf.texi: Mention the new modules.
13898
13899 2009-01-17  Bruno Haible  <bruno@clisp.org>
13900
13901         * modules/vdprintf-posix-tests: New file.
13902         * tests/test-vdprintf-posix.sh: New file.
13903         * tests/test-vdprintf-posix.c: New file.
13904
13905         New modules 'vdprintf', 'vdprintf-posix'.
13906         * lib/stdio.in.h (vdprintf): New declaration.
13907         * lib/vdprintf.c: New file.
13908         * m4/vdprintf.m4: New file.
13909         * m4/vdprintf-posix.m4: New file.
13910         * modules/vdprintf: New file.
13911         * modules/vdprintf-posix: New file.
13912         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
13913         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13914         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
13915         HAVE_VDPRINTF, REPLACE_VDPRINTF.
13916         * doc/posix-functions/vdprintf.texi: Mention the new modules.
13917
13918 2009-01-17  Bruno Haible  <bruno@clisp.org>
13919
13920         Fix replacement of fopen on mingw.
13921         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
13922         mingw.
13923
13924 2009-01-17  Bruno Haible  <bruno@clisp.org>
13925
13926         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
13927         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
13928
13929 2009-01-17  Bruno Haible  <bruno@clisp.org>
13930
13931         Avoid test-fflush2.sh failure on mingw.
13932         * tests/test-fflush2.c: Include binary-io.h.
13933         (main): Put standard input into binary mode.
13934         * modules/fflush-tests (Depends-on): Add binary-io.
13935
13936 2009-01-17  Bruno Haible  <bruno@clisp.org>
13937
13938         * lib/wchar.in.h: In another particular situation, include only the
13939         system's <wchar.h> file.
13940         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
13941         Reported by Albert Chin-A-Young <china@thewrittenword.com>
13942         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
13943
13944 2009-01-17  Bruno Haible  <bruno@clisp.org>
13945
13946         Support for stripping executables in --enable-relocatable.
13947         * build-aux/install-reloc: Expect one more argument, or an environment
13948         variable RELOC_STRIP_PROG. If set, strip the destination program and
13949         its wrapper.
13950         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
13951         RELOC_STRIP_PROG.
13952         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
13953         to set RELOCATABLE_STRIP.
13954         * NEWS: Mention the new Makefile requirement.
13955
13956 2009-01-17  Bruno Haible  <bruno@clisp.org>
13957
13958         * build-aux/install-reloc: Remove debugging information left over by
13959         C compiler on MacOS X.
13960
13961 2009-01-17  Bruno Haible  <bruno@clisp.org>
13962
13963         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
13964         * lib/progreloc.c (find_executable): Fix type of pointer passed to
13965         _NSGetExecutablePath.
13966
13967 2009-01-16  Jim Meyering  <meyering@redhat.com>
13968
13969         strerror: avoid warnings about discarding "const"
13970         * lib/strerror.c (rpl_strerror): Instead of returning a const
13971         string from each and every "case", use a variable, and add a single
13972         cast after the switch.
13973
13974 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
13975
13976         * lib/arpa_inet.in.h: Add extern "C" block for C++.
13977
13978 2009-01-16  Bruno Haible  <bruno@clisp.org>
13979
13980         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
13981         array initializer syntax that also works in C++ mode.
13982         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
13983
13984 2009-01-16  Jim Meyering  <meyering@redhat.com>
13985
13986         poll: suppress a warning
13987         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
13988         to ignore "...unsigned expression < 0 is always false" warnings.
13989
13990 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
13991
13992         poll: remove declarations of unused variables
13993         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
13994         sockbuf and optlen.
13995
13996 2009-01-15  Bruno Haible  <bruno@clisp.org>
13997
13998         Make fflush-after-ungetc POSIX compliant on BSD systems.
13999         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
14000         (clear_ungetc_buffer): Implement also for other systems.
14001         (rpl_fflush): On glibc systems, invoke
14002         clear_ungetc_buffer_preserving_position. Otherwise, invoke
14003         clear_ungetc_buffer after fetching the stream's position, not before.
14004
14005 2009-01-15  Bruno Haible  <bruno@clisp.org>
14006
14007         Make fflush-after-ungetc POSIX compliant on glibc systems.
14008         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
14009         after ungetc.
14010         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
14011         (rpl_fflush): On glibc systems, simply call the system's fflush
14012         function after clearing the ungetc buffer.
14013         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
14014         Instead, lseek only to the end of file, then use the system's fseeko
14015         for the rest. On glibc systems, reset the EOF indicator bit.
14016
14017 2009-01-15  Jim Meyering  <meyering@redhat.com>
14018
14019         openmp.m4: revert quote-adding change, for portability to older autoconf
14020         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
14021         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
14022         Simon Josefsson noticed the problem when using autoconf-2.61.
14023
14024 2009-01-15  Bruno Haible  <bruno@clisp.org>
14025
14026         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
14027         * tests/test-fflush2.c (ASSERT): Always fail.
14028         (main): Add two tests for fflush() after ungetc(), taking into account
14029         the Austin Group's clarification.
14030         Suggested by Eric Blake.
14031
14032 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
14033
14034         mktime.m4: remove K&R-style function prototypes
14035         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
14036         for the Sun C++ compiler.
14037
14038 2009-01-14  Bruno Haible  <bruno@clisp.org>
14039
14040         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
14041         while including <wchar.h>.
14042         * lib/wchar.in.h: In two particular situations on HP-UX, include only
14043         the system's <wchar.h> file.
14044         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14045
14046 2009-01-14  Bruno Haible  <bruno@clisp.org>
14047
14048         * m4/csharp.m4: Don't mention gettext on the serial number line.
14049         * m4/csharpexec.m4: Likewise.
14050         * m4/eaccess.m4: Likewise.
14051         * m4/javaexec.m4: Likewise.
14052         * m4/sig_atomic_t.m4: Likewise.
14053         * m4/tmpdir.m4: Likewise.
14054         * m4/intldir.m4: Bump gettext version.
14055         * m4/lib-ld.m4: Likewise.
14056
14057 2009-01-14  Bruno Haible  <bruno@clisp.org>
14058
14059         * lib/progname.c (set_program_name): Add more comments.
14060         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
14061
14062 2009-01-14  Simon Josefsson  <simon@josefsson.org>
14063
14064         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
14065         were sys/stat.h does not define it.
14066
14067 2009-01-14  Jim Meyering  <meyering@redhat.com>
14068
14069         many *.m4 files: improve m4 quoting
14070         99% of this change was performed by running the following commands:
14071         git ls-files | grep '\.m4$' | xargs perl -pi \
14072           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
14073           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
14074           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
14075           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
14076         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
14077         The remainder were to add Copyright dates, increment serial numbers,
14078         undo some changes in comments, exclude m4/intl.m4, and add quotes
14079         around the "1" in ",1" where the unusual spacing prohibited the
14080         above regexps from doing the job.  For more details, see
14081         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
14082         * m4/acl.m4: Modified.
14083         * m4/afs.m4: Likewise.
14084         * m4/alloca.m4: Likewise.
14085         * m4/argp.m4: Likewise.
14086         * m4/argz.m4: Likewise.
14087         * m4/atexit.m4: Likewise.
14088         * m4/bison-i18n.m4: Likewise.
14089         * m4/bison.m4: Likewise.
14090         * m4/byteswap.m4: Likewise.
14091         * m4/c-stack.m4: Likewise.
14092         * m4/c-strtod.m4: Likewise.
14093         * m4/calloc.m4: Likewise.
14094         * m4/canonicalize-lgpl.m4: Likewise.
14095         * m4/chown.m4: Likewise.
14096         * m4/clock_time.m4: Likewise.
14097         * m4/codeset.m4: Likewise.
14098         * m4/copy-file.m4: Likewise.
14099         * m4/csharp.m4: Likewise.
14100         * m4/csharpcomp.m4: Likewise.
14101         * m4/csharpexec.m4: Likewise.
14102         * m4/d-ino.m4: Likewise.
14103         * m4/d-type.m4: Likewise.
14104         * m4/dirfd.m4: Likewise.
14105         * m4/double-slash-root.m4: Likewise.
14106         * m4/eaccess.m4: Likewise.
14107         * m4/eealloc.m4: Likewise.
14108         * m4/environ.m4: Likewise.
14109         * m4/errno_h.m4: Likewise.
14110         * m4/euidaccess.m4: Likewise.
14111         * m4/execute.m4: Likewise.
14112         * m4/fatal-signal.m4: Likewise.
14113         * m4/fchdir.m4: Likewise.
14114         * m4/fcntl_h.m4: Likewise.
14115         * m4/fileblocks.m4: Likewise.
14116         * m4/filenamecat.m4: Likewise.
14117         * m4/findprog.m4: Likewise.
14118         * m4/flexmember.m4: Likewise.
14119         * m4/fnmatch.m4: Likewise.
14120         * m4/fopen.m4: Likewise.
14121         * m4/fpending.m4: Likewise.
14122         * m4/fprintf-posix.m4: Likewise.
14123         * m4/free.m4: Likewise.
14124         * m4/frexp.m4: Likewise.
14125         * m4/frexpl.m4: Likewise.
14126         * m4/fsusage.m4: Likewise.
14127         * m4/ftruncate.m4: Likewise.
14128         * m4/gc-camellia.m4: Likewise.
14129         * m4/gc-random.m4: Likewise.
14130         * m4/gc.m4: Likewise.
14131         * m4/getaddrinfo.m4: Likewise.
14132         * m4/getcwd-abort-bug.m4: Likewise.
14133         * m4/getcwd-path-max.m4: Likewise.
14134         * m4/getdate.m4: Likewise.
14135         * m4/getdomainname.m4: Likewise.
14136         * m4/getgroups.m4: Likewise.
14137         * m4/gethostname.m4: Likewise.
14138         * m4/gethrxtime.m4: Likewise.
14139         * m4/getline.m4: Likewise.
14140         * m4/getloadavg.m4: Likewise.
14141         * m4/getndelim2.m4: Likewise.
14142         * m4/getpass.m4: Likewise.
14143         * m4/gettext.m4: Likewise.
14144         * m4/gettime.m4: Likewise.
14145         * m4/gettimeofday.m4: Likewise.
14146         * m4/gnulib-common.m4: Likewise.
14147         * m4/group-member.m4: Likewise.
14148         * m4/host-os.m4: Likewise.
14149         * m4/iconv.m4: Likewise.
14150         * m4/iconv_open.m4: Likewise.
14151         * m4/inet_ntop.m4: Likewise.
14152         * m4/inet_pton.m4: Likewise.
14153         * m4/inline.m4: Likewise.
14154         * m4/intldir.m4: Likewise.
14155         * m4/intlmacosx.m4: Likewise.
14156         * m4/intmax.m4: Likewise.
14157         * m4/intmax_t.m4: Likewise.
14158         * m4/inttypes.m4: Likewise.
14159         * m4/inttypes_h.m4: Likewise.
14160         * m4/inttypes-pri.m4: Likewise.
14161         * m4/isapipe.m4: Likewise.
14162         * m4/isnand.m4: Likewise.
14163         * m4/isnanf.m4: Likewise.
14164         * m4/isnanl.m4: Likewise.
14165         * m4/javacomp.m4: Likewise.
14166         * m4/javaexec.m4: Likewise.
14167         * m4/jm-winsz1.m4: Likewise.
14168         * m4/jm-winsz2.m4: Likewise.
14169         * m4/lchown.m4: Likewise.
14170         * m4/lcmessage.m4: Likewise.
14171         * m4/ldexpl.m4: Likewise.
14172         * m4/lib-ld.m4: Likewise.
14173         * m4/lib-link.m4: Likewise.
14174         * m4/libsigsegv.m4: Likewise.
14175         * m4/link-follow.m4: Likewise.
14176         * m4/localcharset.m4: Likewise.
14177         * m4/locale-fr.m4: Likewise.
14178         * m4/locale-ja.m4: Likewise.
14179         * m4/locale-tr.m4: Likewise.
14180         * m4/locale-zh.m4: Likewise.
14181         * m4/lock.m4: Likewise.
14182         * m4/longlong.m4: Likewise.
14183         * m4/ls-mntd-fs.m4: Likewise.
14184         * m4/lstat.m4: Likewise.
14185         * m4/malloc.m4: Likewise.
14186         * m4/mathl.m4: Likewise.
14187         * m4/mbrtowc.m4: Likewise.
14188         * m4/mbstate_t.m4: Likewise.
14189         * m4/mbswidth.m4: Likewise.
14190         * m4/memchr.m4: Likewise.
14191         * m4/memcmp.m4: Likewise.
14192         * m4/memcpy.m4: Likewise.
14193         * m4/memmem.m4: Likewise.
14194         * m4/memmove.m4: Likewise.
14195         * m4/mempcpy.m4: Likewise.
14196         * m4/memrchr.m4: Likewise.
14197         * m4/memset.m4: Likewise.
14198         * m4/minmax.m4: Likewise.
14199         * m4/mkdir-slash.m4: Likewise.
14200         * m4/mkdtemp.m4: Likewise.
14201         * m4/mktime.m4: Likewise.
14202         * m4/mmap-anon.m4: Likewise.
14203         * m4/mountlist.m4: Likewise.
14204         * m4/nanosleep.m4: Likewise.
14205         * m4/nls.m4: Likewise.
14206         * m4/nocrash.m4: Likewise.
14207         * m4/open.m4: Likewise.
14208         * m4/openat.m4: Likewise.
14209         * m4/openmp.m4: Likewise.
14210         * m4/pathmax.m4: Likewise.
14211         * m4/perl.m4: Likewise.
14212         * m4/physmem.m4: Likewise.
14213         * m4/pipe.m4: Likewise.
14214         * m4/po.m4: Likewise.
14215         * m4/poll.m4: Likewise.
14216         * m4/posixtm.m4: Likewise.
14217         * m4/posixver.m4: Likewise.
14218         * m4/printf-frexp.m4: Likewise.
14219         * m4/printf-frexpl.m4: Likewise.
14220         * m4/printf-posix.m4: Likewise.
14221         * m4/printf-posix-rpl.m4: Likewise.
14222         * m4/printf.m4: Likewise.
14223         * m4/progtest.m4: Likewise.
14224         * m4/putenv.m4: Likewise.
14225         * m4/readline.m4: Likewise.
14226         * m4/readlink.m4: Likewise.
14227         * m4/readutmp.m4: Likewise.
14228         * m4/realloc.m4: Likewise.
14229         * m4/regex.m4: Likewise.
14230         * m4/relocatable.m4: Likewise.
14231         * m4/relocatable-lib.m4: Likewise.
14232         * m4/rename-dest-slash.m4: Likewise.
14233         * m4/rename.m4: Likewise.
14234         * m4/rmdir-errno.m4: Likewise.
14235         * m4/rmdir.m4: Likewise.
14236         * m4/roundf.m4: Likewise.
14237         * m4/roundl.m4: Likewise.
14238         * m4/rpmatch.m4: Likewise.
14239         * m4/save-cwd.m4: Likewise.
14240         * m4/selinux-selinux-h.m4: Likewise.
14241         * m4/setenv.m4: Likewise.
14242         * m4/settime.m4: Likewise.
14243         * m4/sig2str.m4: Likewise.
14244         * m4/sig_atomic_t.m4: Likewise.
14245         * m4/signalblocking.m4: Likewise.
14246         * m4/signbit.m4: Likewise.
14247         * m4/sigpipe.m4: Likewise.
14248         * m4/sockets.m4: Likewise.
14249         * m4/sockpfaf.m4: Likewise.
14250         * m4/st_dm_mode.m4: Likewise.
14251         * m4/stat-time.m4: Likewise.
14252         * m4/stdbool.m4: Likewise.
14253         * m4/stdint.m4: Likewise.
14254         * m4/stdint_h.m4: Likewise.
14255         * m4/stpcpy.m4: Likewise.
14256         * m4/stpncpy.m4: Likewise.
14257         * m4/strcase.m4: Likewise.
14258         * m4/strchrnul.m4: Likewise.
14259         * m4/strcspn.m4: Likewise.
14260         * m4/strdup.m4: Likewise.
14261         * m4/strftime.m4: Likewise.
14262         * m4/strndup.m4: Likewise.
14263         * m4/strnlen.m4: Likewise.
14264         * m4/strpbrk.m4: Likewise.
14265         * m4/strptime.m4: Likewise.
14266         * m4/strsep.m4: Likewise.
14267         * m4/strtod.m4: Likewise.
14268         * m4/strtoimax.m4: Likewise.
14269         * m4/strtok_r.m4: Likewise.
14270         * m4/strtol.m4: Likewise.
14271         * m4/strtoll.m4: Likewise.
14272         * m4/strtoul.m4: Likewise.
14273         * m4/strtoull.m4: Likewise.
14274         * m4/strtoumax.m4: Likewise.
14275         * m4/strverscmp.m4: Likewise.
14276         * m4/threadlib.m4: Likewise.
14277         * m4/timegm.m4: Likewise.
14278         * m4/tm_gmtoff.m4: Likewise.
14279         * m4/tmpdir.m4: Likewise.
14280         * m4/tmpfile.m4: Likewise.
14281         * m4/tzset.m4: Likewise.
14282         * m4/uintmax_t.m4: Likewise.
14283         * m4/unlinkdir.m4: Likewise.
14284         * m4/unlocked-io.m4: Likewise.
14285         * m4/uptime.m4: Likewise.
14286         * m4/userspec.m4: Likewise.
14287         * m4/utimbuf.m4: Likewise.
14288         * m4/utime.m4: Likewise.
14289         * m4/utimes-null.m4: Likewise.
14290         * m4/utimes.m4: Likewise.
14291         * m4/vararrays.m4: Likewise.
14292         * m4/vasnprintf.m4: Likewise.
14293         * m4/vfprintf-posix.m4: Likewise.
14294         * m4/vprintf-posix.m4: Likewise.
14295         * m4/wait-process.m4: Likewise.
14296         * m4/wchar_t.m4: Likewise.
14297         * m4/wint_t.m4: Likewise.
14298         * m4/write-any-file.m4: Likewise.
14299         * m4/yield.m4: Likewise.
14300
14301 2009-01-13  Bruno Haible  <bruno@clisp.org>
14302
14303         Avoid test-copy-file.sh failures when ACL support insufficient.
14304         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
14305         TESTS_ENVIRONMENT.
14306         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
14307         Reported by Jim Meyering.
14308
14309 2009-01-13  Bruno Haible  <bruno@clisp.org>
14310
14311         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
14312         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
14313         * modules/unistdio/u8-printf-parse (Files): Likewise.
14314         * modules/unistdio/u32-printf-parse (Files): Likewise.
14315         * modules/unistdio/ulc-printf-parse (Files): Likewise.
14316
14317 2009-01-13  Simon Josefsson  <simon@josefsson.org>
14318
14319         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
14320         and m4/inttypes_h.m4 too.
14321
14322 2009-01-12  Eric Blake  <ebb9@byu.net>
14323
14324         tests: IRIX 6.2 cc can't compile -0.0 into .data
14325         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
14326         rather than at compile-time.
14327         * tests/test-floorl.c (minus_zero): Likewise.
14328         * tests/test-frexpl.c (minus_zero): Likewise.
14329         * tests/test-isnan.c (minus_zerol): Likewise.
14330         * tests/test-isnanl.h (minus_zero): Likewise.
14331         * tests/test-ldexpl.c (minus_zero): Likewise.
14332         * tests/test-roundl.c (minus_zero): Likewise.
14333         * tests/test-signbit.c (minus_zerol): Likewise.
14334         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
14335         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
14336         * tests/test-truncl.c (minus_zero): Likewise.
14337         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
14338         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
14339         Reported by Tom G. Christensen and Nelson H. F. Beebe.
14340
14341 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14342
14343         regex: fix glibc bug 9697
14344         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
14345         handling.
14346
14347 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14348
14349         regex: fix glibc bug 697
14350         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
14351         being NULL also if there are no backreferences.
14352
14353 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
14354
14355         regex: merge glibc changes
14356         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
14357         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
14358         re_string_skip_chars, re_string_reconstruct): Likewise.
14359         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
14360
14361 2009-01-07  Jim Meyering  <meyering@redhat.com>
14362
14363         poll: filter through cppi
14364         * lib/poll.c: Indent cpp directives to reflect nesting.
14365
14366 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
14367
14368         poll: don't return uninitialized
14369         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
14370
14371 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
14372
14373         avoid compile failure on AIX 6.1
14374         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
14375         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
14376
14377 2009-01-04  Jim Meyering  <meyering@redhat.com>
14378
14379         remove duplicate inclusion of <stdio.h>
14380         * tests/test-fprintf-posix.c: Likewise.
14381         * tests/test-printf-posix.c: Likewise.
14382         * tests/test-snprintf-posix.c: Likewise.
14383         * tests/test-sprintf-posix.c: Likewise.
14384         * tests/test-vasprintf-posix.c: Likewise.
14385         * tests/test-vfprintf-posix.c: Likewise.
14386         * tests/test-vprintf-posix.c: Likewise.
14387         * tests/test-vsnprintf-posix.c: Likewise.
14388         * tests/test-vsprintf-posix.c: Likewise.
14389
14390 2009-01-03  Jim Meyering  <meyering@redhat.com>
14391
14392         gnulib-tool: fix sed-based filtering
14393         * gnulib-tool (func_filter_filelist): Remove extra backslash
14394         in sed_fff_filter definition.
14395
14396 2009-01-02  Jim Meyering  <meyering@redhat.com>
14397
14398         strftime: avoid compilation failure on Solaris 2.6
14399         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
14400         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
14401         Don't #define mbrlen or mbsinit, since now they're guaranteed to
14402         be available.  Reported by Tom G. Christensen.  Details in
14403         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
14404
14405 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14406             Bruno Haible  <bruno@clisp.org>
14407
14408         Speed up gnulib-tool by doing more string processing through shell
14409         built-ins.
14410         * gnulib-tool (fast_func_append): New variable.
14411         (func_remove_prefix, func_remove_suffix): New functions.
14412         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
14413         (func_filter_filelist): New function.
14414         (func_get_dependencies): Use func_remove_suffix instead of sed.
14415         (func_get_automake_snippet): Use func_filter_filelist instead of a
14416         subshell and sed invocation.
14417
14418 2009-01-01  Bruno Haible  <bruno@clisp.org>
14419
14420         Fix a security bug.
14421         * gnulib-tool (func_import, import, update): Don't allow the characters
14422         '"', '$', '`', '\' in macro arguments that become part of commands that
14423         are evaluated.
14424
14425 2009-01-01  Bruno Haible  <bruno@clisp.org>
14426
14427         * gnulib-tool (func_reset_sigpipe): Add more comments.
14428
14429 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14430
14431         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
14432         func_emit_tests_Makefile_am, func_import): Abort loops early if we
14433         already know the answer.
14434
14435 2009-01-01  Jim Meyering  <meyering@redhat.com>
14436
14437         * lib/version-etc.c (version_etc_va): Update copyright year.
14438
14439 2008-12-30  Bruno Haible  <bruno@clisp.org>
14440
14441         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
14442         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
14443         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
14444
14445 2008-12-29  Eric Blake  <ebb9@byu.net>
14446
14447         multiarch: avoid autoconf AC_REQUIRE bug
14448         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
14449         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
14450         2.63 and older.
14451         Reported by Bruno Haible, and analyzed in
14452         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
14453
14454 2008-12-29  Bruno Haible  <bruno@clisp.org>
14455
14456         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
14457         files in subdirectories correctly.
14458         Reported by Ralf Wildenhues.
14459
14460 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14461
14462         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
14463         rather than 'join FILE -', for Solaris join.
14464
14465 2008-12-29  Bruno Haible  <bruno@clisp.org>
14466
14467         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
14468         quoting.
14469         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
14470         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
14471         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
14472         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
14473         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
14474         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
14475         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
14476         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
14477         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
14478         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
14479         * m4/nls.m4 (AM_NLS): Likewise.
14480         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
14481         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
14482         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
14483         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
14484         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
14485         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
14486         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
14487         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
14488         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
14489         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
14490         * m4/xsize.m4 (gl_XSIZE): Likewise.
14491         Suggested by Jim Meyering.
14492
14493 2008-11-17  Bruce Korb  <bkorb@gnu.org>
14494
14495         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
14496         * lib/parse-duration.c: use a switch instead of cascading if's.
14497
14498 2008-12-29  Eric Blake  <ebb9@byu.net>
14499
14500         wchar.h: supply WEOF on Irix 5.3
14501         * lib/wchar.in.h (wint_t): Also supply WEOF.
14502         * lib/wctype.in.h (wint_t): Likewise.
14503         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
14504         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
14505         Reported by Tom G. Christensen.
14506
14507 2008-12-26  Bruno Haible  <bruno@clisp.org>
14508
14509         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
14510         i486, i586, i686.
14511
14512 2008-12-26  Bruno Haible  <bruno@clisp.org>
14513
14514         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
14515
14516 2008-12-26  Bruno Haible  <bruno@clisp.org>
14517
14518         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
14519         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
14520         not __STDC_CONSTANT_MACROS.
14521         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
14522
14523 2008-12-25  Bruno Haible  <bruno@clisp.org>
14524
14525         Add support for universal builds to vasnprintf.
14526         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
14527         universal builds, guess no.
14528         * modules/vasnprintf-posix (Depends-on): Add multiarch.
14529         * modules/vasprintf-posix (Depends-on): Likewise.
14530         * modules/fprintf-posix (Depends-on): Likewise.
14531         * modules/vfprintf-posix (Depends-on): Likewise.
14532         * modules/snprintf-posix (Depends-on): Likewise.
14533         * modules/vsnprintf-posix (Depends-on): Likewise.
14534         * modules/sprintf-posix (Depends-on): Likewise.
14535         * modules/vsprintf-posix (Depends-on): Likewise.
14536         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
14537         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14538         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14539         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14540         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14541         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14542         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14543
14544         Add support for universal builds to <inttypes.h>.
14545         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
14546         _SCNu64_PREFIX): In Apple
14547         universal builds, define directly, using _LP64.
14548         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
14549         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
14550         * modules/inttypes (Depends-on): Add multiarch.
14551         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14552
14553         Add support for universal builds to <stdint.h>.
14554         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
14555         universal builds, define directly, using _LP64.
14556         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
14557         Apple universal builds, don't test for the size and suffix of ptrdiff_t
14558         and size_t.
14559         * modules/stdint (Depends-on): Add multiarch.
14560         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
14561
14562         New module 'multiarch'.
14563         * modules/multiarch: New file.
14564         * m4/multiarch.m4: New file.
14565
14566 2008-12-25  Bruno Haible  <bruno@clisp.org>
14567
14568         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
14569
14570 2008-12-25  Bruno Haible  <bruno@clisp.org>
14571
14572         * modules/btowc (License): Relicense under LGPLv2+.
14573         * modules/mbsinit (License): Likewise.
14574         * modules/mbrtowc (License): Likewise.
14575         * modules/wcrtomb (License): Likewise.
14576         * modules/streq (License): Likewise.
14577         Reported by David Lutterkort <lutter@redhat.com>.
14578
14579 2008-12-23  Bruno Haible  <bruno@clisp.org>
14580
14581         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
14582
14583 2008-12-23  Bruno Haible  <bruno@clisp.org>
14584
14585         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
14586         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
14587         GETADDRINFO_LIB, not in LIBS.
14588         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
14589         * modules/canon-host (Link): Likewise.
14590         * NEWS: Mention the change.
14591         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
14592         GETADDRINFO_LIB.
14593
14594 2008-12-22  Bruno Haible  <bruno@clisp.org>
14595
14596         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
14597         * doc/posix-functions/iswalpha_l.texi: Likewise.
14598         * doc/posix-functions/iswblank_l.texi: Likewise.
14599         * doc/posix-functions/iswcntrl_l.texi: Likewise.
14600         * doc/posix-functions/iswctype_l.texi: Likewise.
14601         * doc/posix-functions/iswdigit_l.texi: Likewise.
14602         * doc/posix-functions/iswgraph_l.texi: Likewise.
14603         * doc/posix-functions/iswlower_l.texi: Likewise.
14604         * doc/posix-functions/iswprint_l.texi: Likewise.
14605         * doc/posix-functions/iswpunct_l.texi: Likewise.
14606         * doc/posix-functions/iswspace_l.texi: Likewise.
14607         * doc/posix-functions/iswupper_l.texi: Likewise.
14608         * doc/posix-functions/iswxdigit_l.texi: Likewise.
14609         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
14610         * doc/posix-functions/open_wmemstream.texi: Likewise.
14611         * doc/posix-functions/swscanf.texi: Likewise.
14612         * doc/posix-functions/towctrans_l.texi: Likewise.
14613         * doc/posix-functions/towlower.texi: Likewise.
14614         * doc/posix-functions/towlower_l.texi: Likewise.
14615         * doc/posix-functions/towupper.texi: Likewise.
14616         * doc/posix-functions/towupper_l.texi: Likewise.
14617         * doc/posix-functions/vfwprintf.texi: Likewise.
14618         * doc/posix-functions/vfwscanf.texi: Likewise.
14619         * doc/posix-functions/vswscanf.texi: Likewise.
14620         * doc/posix-functions/vwprintf.texi: Likewise.
14621         * doc/posix-functions/vwscanf.texi: Likewise.
14622         * doc/posix-functions/wcpcpy.texi: Likewise.
14623         * doc/posix-functions/wcpncpy.texi: Likewise.
14624         * doc/posix-functions/wcscasecmp.texi: Likewise.
14625         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
14626         * doc/posix-functions/wcscoll_l.texi: Likewise.
14627         * doc/posix-functions/wcsdup.texi: Likewise.
14628         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14629         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
14630         * doc/posix-functions/wcsnlen.texi: Likewise.
14631         * doc/posix-functions/wcsnrtombs.texi: Likewise.
14632         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
14633         * doc/posix-functions/wctrans_l.texi: Likewise.
14634         * doc/posix-functions/wctype_l.texi: Likewise.
14635         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
14636         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
14637         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
14638         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
14639         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
14640         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
14641         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
14642         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
14643         * doc/glibc-functions/wcschrnul.texi: Likewise.
14644         * doc/glibc-functions/wcsftime_l.texi: Likewise.
14645         * doc/glibc-functions/wcstod_l.texi: Likewise.
14646         * doc/glibc-functions/wcstof_l.texi: Likewise.
14647         * doc/glibc-functions/wcstol_l.texi: Likewise.
14648         * doc/glibc-functions/wcstold_l.texi: Likewise.
14649         * doc/glibc-functions/wcstoll_l.texi: Likewise.
14650         * doc/glibc-functions/wcstoq.texi: Likewise.
14651         * doc/glibc-functions/wcstoul_l.texi: Likewise.
14652         * doc/glibc-functions/wcstoull_l.texi: Likewise.
14653         * doc/glibc-functions/wcstouq.texi: Likewise.
14654         * doc/glibc-functions/wmempcpy.texi: Likewise.
14655
14656 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
14657             Eric Blake  <ebb9@byu.net>
14658             Paolo Bonzini  <bonzini@gnu.org>
14659             Bruno Haible  <bruno@clisp.org>
14660
14661         Make c-stack work on Haiku.
14662         * lib/c-stack.c (SA_ONSTACK): Define fallback.
14663         (c_stack_action): Use SA_ONSTACK flag.
14664
14665 2008-12-22  Bruno Haible  <bruno@clisp.org>
14666
14667         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
14668
14669 2008-12-22  Bruno Haible  <bruno@clisp.org>
14670
14671         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
14672         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
14673         being overridden.
14674         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
14675         New macros.
14676         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
14677         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
14678         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
14679         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
14680
14681 2008-12-22  Bruno Haible  <bruno@clisp.org>
14682
14683         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
14684         from test code.
14685
14686 2008-12-22  Eric Blake  <ebb9@byu.net>
14687
14688         Avoid gcc warnings on cygwin.
14689         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
14690         Avoid unused variable.
14691         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
14692         Likewise.
14693
14694 2008-12-22  Bruno Haible  <bruno@clisp.org>
14695
14696         Remove HAVE_MBRTOWC conditionals.
14697         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
14698         (mbscasecmp): Assume mbrtowc function.
14699         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
14700         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
14701         * lib/mbschr.c: Include mbuiter.h unconditionally.
14702         (mbschr): Assume mbrtowc function.
14703         * lib/mbscspn.c: Include mbuiter.h unconditionally.
14704         (mbscspn): Assume mbrtowc function.
14705         * lib/mbslen.c: Include mbuiter.h unconditionally.
14706         (mbslen): Assume mbrtowc function.
14707         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
14708         (mbsncasecmp): Assume mbrtowc function.
14709         * lib/mbsnlen.c: Include mbiter.h unconditionally.
14710         (mbsnlen): Assume mbrtowc function.
14711         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
14712         (mbspbrk): Assume mbrtowc function.
14713         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
14714         (mbspcasecmp): Assume mbrtowc function.
14715         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
14716         (mbsrchr): Assume mbrtowc function.
14717         * lib/mbssep.c: Include mbuiter.h unconditionally.
14718         (mbssep): Assume mbrtowc function.
14719         * lib/mbsspn.c: Include mbuiter.h unconditionally.
14720         (mbsspn): Assume mbrtowc function.
14721         * lib/mbsstr.c: Include mbuiter.h unconditionally.
14722         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
14723         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
14724         (mbstok_r): Assume mbrtowc function.
14725         * lib/propername.c: Include mbuiter.h unconditionally.
14726         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
14727         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
14728         (trim2): Assume mbrtowc function.
14729         * lib/mbswidth.c (mbsinit): Remove fallback definition.
14730         (mbsnwidth): Assume mbrtowc function.
14731         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
14732         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
14733         fallback definitions.
14734         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
14735
14736 2008-12-22  Bruno Haible  <bruno@clisp.org>
14737
14738         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
14739
14740 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
14741
14742         * modules/regex: Request emulations for the mb*/wc* functions we need.
14743         * m4/regex.m4: Don't look for those functions here.
14744         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
14745
14746 2008-12-22  Bruno Haible  <bruno@clisp.org>
14747
14748         * modules/fnmatch (Depends-on): Remove duplicated dependency.
14749
14750 2008-12-21  Bruno Haible  <bruno@clisp.org>
14751
14752         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
14753         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
14754         (Include): Remove conditionalization.
14755         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
14756         (Include): Remove conditionalization.
14757         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
14758         (Include): Remove conditionalization.
14759         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
14760         * m4/mbfile.m4 (gl_MBFILE): Likewise.
14761         * NEWS: Mention the change.
14762         Reported by Alan Hourihane <alanh@fairlite.co.uk>
14763         via Sergey Poznyakoff <gray@gnu.org.ua>.
14764
14765 2008-12-21  Bruno Haible  <bruno@clisp.org>
14766
14767         * MODULES.html.sh (Extended multibyte and wide character utilities
14768         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
14769         wcrtomb, wcsrtombs.
14770         (Support for systems lacking POSIX:2008): Add accept, bind, close,
14771         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
14772         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
14773         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
14774
14775 2008-12-21  Bruno Haible  <bruno@clisp.org>
14776
14777         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
14778
14779 2008-12-21  Bruno Haible  <bruno@clisp.org>
14780
14781         * modules/wcsnrtombs-tests: New file.
14782         * tests/test-wcsnrtombs1.sh: New file.
14783         * tests/test-wcsnrtombs2.sh: New file.
14784         * tests/test-wcsnrtombs3.sh: New file.
14785         * tests/test-wcsnrtombs4.sh: New file.
14786         * tests/test-wcsnrtombs.c: New file.
14787
14788         New module 'wcsnrtombs'.
14789         * lib/wchar.in.h (wcsnrtombs): New declaration.
14790         * lib/wcsnrtombs.c: New file.
14791         * lib/wcsrtombs-state.c: New file.
14792         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
14793         (internal_state): Remove variable.
14794         * m4/wcsnrtombs.m4: New file.
14795         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
14796         compilation units.
14797         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
14798         HAVE_WCSNRTOMBS.
14799         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
14800         HAVE_WCSNRTOMBS.
14801         * modules/wcsnrtombs: New file.
14802         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
14803         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
14804
14805 2008-12-21  Bruno Haible  <bruno@clisp.org>
14806
14807         * modules/wcsrtombs-tests: New file.
14808         * tests/test-wcsrtombs1.sh: New file.
14809         * tests/test-wcsrtombs2.sh: New file.
14810         * tests/test-wcsrtombs3.sh: New file.
14811         * tests/test-wcsrtombs4.sh: New file.
14812         * tests/test-wcsrtombs.c: New file.
14813
14814         New module 'wcsrtombs'.
14815         * lib/wchar.in.h (wcsrtombs): New declaration.
14816         * lib/wcsrtombs.c: New file.
14817         * m4/wcsrtombs.m4: New file.
14818         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
14819         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14820         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
14821         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
14822         * modules/wcsrtombs: New file.
14823         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
14824         bugs.
14825
14826 2008-12-21  Bruno Haible  <bruno@clisp.org>
14827
14828         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
14829         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
14830         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
14831         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
14832         if not correct.
14833         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
14834         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
14835         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14836         m4/locale-zh.m4, m4/codeset.m4.
14837         * doc/posix-functions/wcrtomb.texi: Document the bug.
14838
14839 2008-12-21  Bruno Haible  <bruno@clisp.org>
14840
14841         Work around a btowc() bug on IRIX 6.5.
14842         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
14843         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
14844         REPLACE_WTOBC if not.
14845         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
14846         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
14847         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
14848
14849 2008-12-21  Bruno Haible  <bruno@clisp.org>
14850
14851         * modules/wcrtomb-tests: New file.
14852         * tests/test-wcrtomb.sh: New file.
14853         * tests/test-wcrtomb.c: New file.
14854
14855         New module 'wcrtomb'.
14856         * lib/wchar.in.h (wcrtomb): New declaration.
14857         * lib/wcrtomb.c: New file.
14858         * m4/wcrtomb.m4: New file.
14859         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
14860         HAVE_WCRTOMB.
14861         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
14862         HAVE_WCRTOMB.
14863         * modules/wcrtomb: New file.
14864         * doc/posix-functions/wcrtomb.texi: Mention the new module.
14865
14866 2008-12-21  Bruno Haible  <bruno@clisp.org>
14867
14868         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
14869         * modules/mbsrtowcs (Files): Likewise.
14870         * modules/wctob (Files): Likewise.
14871         * modules/c-strcase-tests (Files): Likewise.
14872         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
14873         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
14874         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
14875         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
14876         * modules/vasnprintf-posix-tests (Files): Likewise.
14877
14878 2008-12-21  William Pursell  <bill.pursell@gmail.com>
14879
14880         gitlog-to-changelog: pass all command-line arguments to git-log
14881         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
14882         it is sometimes convenient to filter the commits in various ways.
14883         gitlog-to-changelog only allows --since to specify a start date,
14884         but git-log itself supports many other filtering mechanisms.
14885         At the moment, I want to filter by branch name.  Rather than
14886         adding a --branch option to gitlog-to-changelog, it seems more
14887         flexible to simply pass all options directly to git-log and let
14888         git do the work.  Notice that this effectively makes --since a
14889         redundant option for gitlog-to-changelog, but removing it would
14890         require current usage to change since calls would then require
14891         an additional '--'.
14892
14893 2008-12-21  Bruno Haible  <bruno@clisp.org>
14894
14895         * modules/mbsnrtowcs-tests: New file.
14896         * tests/test-mbsnrtowcs1.sh: New file.
14897         * tests/test-mbsnrtowcs2.sh: New file.
14898         * tests/test-mbsnrtowcs3.sh: New file.
14899         * tests/test-mbsnrtowcs4.sh: New file.
14900         * tests/test-mbsnrtowcs.c: New file.
14901
14902         New module 'mbsnrtowcs'.
14903         * lib/wchar.in.h (mbsnrtowcs): New declaration.
14904         * lib/mbsnrtowcs.c: New file.
14905         * lib/mbsrtowcs-state.c: New file.
14906         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
14907         (internal_state): Remove variable.
14908         * m4/mbsnrtowcs.m4: New file.
14909         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
14910         compilation units.
14911         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
14912         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14913         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
14914         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
14915         * modules/mbsnrtowcs: New file.
14916         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
14917         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
14918         portability problem.
14919
14920 2008-12-21  Bruno Haible  <bruno@clisp.org>
14921
14922         Work around mbsrtowcs bug.
14923         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
14924         (gl_FUNC_MBSRTOWCS): Invoke it.
14925         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
14926         m4/locale-zh.m4.
14927         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
14928
14929 2008-12-21  Bruno Haible  <bruno@clisp.org>
14930
14931         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
14932
14933 2008-12-21  Bruno Haible  <bruno@clisp.org>
14934
14935         Update doc for AIX.
14936         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
14937         16-bit wchar_t type.
14938         * doc/posix-functions/btowc.texi: Likewise.
14939         * doc/posix-functions/fgetwc.texi: Likewise.
14940         * doc/posix-functions/fgetws.texi: Likewise.
14941         * doc/posix-functions/fputwc.texi: Likewise.
14942         * doc/posix-functions/fputws.texi: Likewise.
14943         * doc/posix-functions/fwide.texi: Likewise.
14944         * doc/posix-functions/fwprintf.texi: Likewise.
14945         * doc/posix-functions/fwscanf.texi: Likewise.
14946         * doc/posix-functions/getwchar.texi: Likewise.
14947         * doc/posix-functions/getwc.texi: Likewise.
14948         * doc/posix-functions/iswalnum.texi: Likewise.
14949         * doc/posix-functions/iswalpha.texi: Likewise.
14950         * doc/posix-functions/iswblank.texi: Likewise.
14951         * doc/posix-functions/iswcntrl.texi: Likewise.
14952         * doc/posix-functions/iswctype.texi: Likewise.
14953         * doc/posix-functions/iswdigit.texi: Likewise.
14954         * doc/posix-functions/iswgraph.texi: Likewise.
14955         * doc/posix-functions/iswlower.texi: Likewise.
14956         * doc/posix-functions/iswprint.texi: Likewise.
14957         * doc/posix-functions/iswpunct.texi: Likewise.
14958         * doc/posix-functions/iswspace.texi: Likewise.
14959         * doc/posix-functions/iswupper.texi: Likewise.
14960         * doc/posix-functions/iswxdigit.texi: Likewise.
14961         * doc/posix-functions/mbrtowc.texi: Likewise.
14962         * doc/posix-functions/mbsrtowcs.texi: Likewise.
14963         * doc/posix-functions/mbstowcs.texi: Likewise.
14964         * doc/posix-functions/mbtowc.texi: Likewise.
14965         * doc/posix-functions/putwchar.texi: Likewise.
14966         * doc/posix-functions/putwc.texi: Likewise.
14967         * doc/posix-functions/swprintf.texi: Likewise.
14968         * doc/posix-functions/tolower.texi: Likewise.
14969         * doc/posix-functions/toupper.texi: Likewise.
14970         * doc/posix-functions/towctrans.texi: Likewise.
14971         * doc/posix-functions/ungetwc.texi: Likewise.
14972         * doc/posix-functions/vswprintf.texi: Likewise.
14973         * doc/posix-functions/wcrtomb.texi: Likewise.
14974         * doc/posix-functions/wcscat.texi: Likewise.
14975         * doc/posix-functions/wcschr.texi: Likewise.
14976         * doc/posix-functions/wcscmp.texi: Likewise.
14977         * doc/posix-functions/wcscoll.texi: Likewise.
14978         * doc/posix-functions/wcscpy.texi: Likewise.
14979         * doc/posix-functions/wcscspn.texi: Likewise.
14980         * doc/posix-functions/wcsftime.texi: Likewise.
14981         * doc/posix-functions/wcslen.texi: Likewise.
14982         * doc/posix-functions/wcsncat.texi: Likewise.
14983         * doc/posix-functions/wcsncmp.texi: Likewise.
14984         * doc/posix-functions/wcsncpy.texi: Likewise.
14985         * doc/posix-functions/wcspbrk.texi: Likewise.
14986         * doc/posix-functions/wcsrchr.texi: Likewise.
14987         * doc/posix-functions/wcsrtombs.texi: Likewise.
14988         * doc/posix-functions/wcsspn.texi: Likewise.
14989         * doc/posix-functions/wcsstr.texi: Likewise.
14990         * doc/posix-functions/wcstod.texi: Likewise.
14991         * doc/posix-functions/wcstof.texi: Likewise.
14992         * doc/posix-functions/wcstoimax.texi: Likewise.
14993         * doc/posix-functions/wcstok.texi: Likewise.
14994         * doc/posix-functions/wcstold.texi: Likewise.
14995         * doc/posix-functions/wcstoll.texi: Likewise.
14996         * doc/posix-functions/wcstol.texi: Likewise.
14997         * doc/posix-functions/wcstombs.texi: Likewise.
14998         * doc/posix-functions/wcstoull.texi: Likewise.
14999         * doc/posix-functions/wcstoul.texi: Likewise.
15000         * doc/posix-functions/wcstoumax.texi: Likewise.
15001         * doc/posix-functions/wcswidth.texi: Likewise.
15002         * doc/posix-functions/wcsxfrm.texi: Likewise.
15003         * doc/posix-functions/wctob.texi: Likewise.
15004         * doc/posix-functions/wctomb.texi: Likewise.
15005         * doc/posix-functions/wctrans.texi: Likewise.
15006         * doc/posix-functions/wctype.texi: Likewise.
15007         * doc/posix-functions/wcwidth.texi: Likewise.
15008         * doc/posix-functions/wmemchr.texi: Likewise.
15009         * doc/posix-functions/wmemcmp.texi: Likewise.
15010         * doc/posix-functions/wmemcpy.texi: Likewise.
15011         * doc/posix-functions/wmemmove.texi: Likewise.
15012         * doc/posix-functions/wmemset.texi: Likewise.
15013         * doc/posix-functions/wprintf.texi: Likewise.
15014         * doc/posix-functions/wscanf.texi: Likewise.
15015
15016 2008-12-21  Bruno Haible  <bruno@clisp.org>
15017
15018         Update doc for HP-UX 11.11.
15019         * doc/posix-functions/btowc.texi: Clarify that the function is missing
15020         in HP-UX version 11.00, not in all versions of HP-UX 11.
15021         * doc/posix-functions/fwide.texi: Likewise.
15022         * doc/posix-functions/fwprintf.texi: Likewise.
15023         * doc/posix-functions/fwscanf.texi: Likewise.
15024         * doc/posix-functions/inet_ntop.texi: Likewise.
15025         * doc/posix-functions/inet_pton.texi: Likewise.
15026         * doc/posix-functions/mbrlen.texi: Likewise.
15027         * doc/posix-functions/mbrtowc.texi: Likewise.
15028         * doc/posix-functions/mbsinit.texi: Likewise.
15029         * doc/posix-functions/mbsrtowcs.texi: Likewise.
15030         * doc/posix-functions/swprintf.texi: Likewise.
15031         * doc/posix-functions/swscanf.texi: Likewise.
15032         * doc/posix-functions/towctrans.texi: Likewise.
15033         * doc/posix-functions/vfwprintf.texi: Likewise.
15034         * doc/posix-functions/vswprintf.texi: Likewise.
15035         * doc/posix-functions/vwprintf.texi: Likewise.
15036         * doc/posix-functions/wcrtomb.texi: Likewise.
15037         * doc/posix-functions/wcsrtombs.texi: Likewise.
15038         * doc/posix-functions/wcsstr.texi: Likewise.
15039         * doc/posix-functions/wctob.texi: Likewise.
15040         * doc/posix-functions/wctrans.texi: Likewise.
15041         * doc/posix-functions/wmemchr.texi: Likewise.
15042         * doc/posix-functions/wmemcmp.texi: Likewise.
15043         * doc/posix-functions/wmemcpy.texi: Likewise.
15044         * doc/posix-functions/wmemmove.texi: Likewise.
15045         * doc/posix-functions/wmemset.texi: Likewise.
15046         * doc/posix-functions/wprintf.texi: Likewise.
15047         * doc/posix-functions/wscanf.texi: Likewise.
15048
15049 2008-12-21  Bruno Haible  <bruno@clisp.org>
15050
15051         Work around a portability problem.
15052         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
15053         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
15054
15055 2008-12-20  Bruno Haible  <bruno@clisp.org>
15056
15057         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
15058         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
15059         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
15060         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
15061         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
15062
15063         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
15064         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
15065         set.
15066         (GNULIB_defined_mbstate_t): New macro.
15067         (mbsinit): Redefine if REPLACE_MBSINIT is set.
15068         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
15069         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
15070         reuses the system's mbrtowc function but works around the bugs.
15071         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
15072         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
15073         macros.
15074         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
15075         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
15076         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
15077         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
15078         REPLACE_MBSINIT if mbsinit needs to be overridden.
15079         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
15080         REPLACE_MBSINIT, REPLACE_MBRTOWC.
15081         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
15082         REPLACE_MBSINIT, REPLACE_MBRTOWC.
15083         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
15084         m4/locale-zh.m4.
15085         (Depends): Add mbsinit.
15086         * modules/mbsinit (Depends): Add mbrtowc.
15087         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
15088
15089 2008-12-20  Bruno Haible  <bruno@clisp.org>
15090
15091         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
15092         so that there are no conversion errors on AIX.
15093         * tests/test-mbsrtowcs.c (main): LIkewise.
15094
15095 2008-12-20  Bruno Haible  <bruno@clisp.org>
15096
15097         Work around wctob bug on Solaris <= 9.
15098         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
15099         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
15100         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
15101         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
15102         * modules/wctob (Files): Add m4/locale-fr.m4.
15103         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
15104
15105 2008-12-20  Bruno Haible  <bruno@clisp.org>
15106
15107         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
15108         /dev/null.
15109         * tests/test-select-in.sh: Likewise.
15110         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15111
15112 2008-12-20  Bruno Haible  <bruno@clisp.org>
15113
15114         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
15115         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
15116         Cygwin 1.5.x.
15117
15118 2008-12-20  Bruno Haible  <bruno@clisp.org>
15119
15120         Ensure mbstate_t is defined on HP-UX 11.11.
15121         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
15122         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
15123         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
15124         AC_USE_SYSTEM_EXTENSIONS.
15125         * modules/fnmatch (Depends-on): Add extensions.
15126         * modules/mbrlen (Depends-on): Likewise.
15127         * modules/mbrtowc (Depends-on): Likewise.
15128         * modules/mbsinit (Depends-on): Likewise.
15129         * modules/mbsrtowcs (Depends-on): Likewise.
15130         * modules/mbswidth (Depends-on): Likewise.
15131         * modules/quotearg (Depends-on): Likewise.
15132         * modules/strftime (Depends-on): Likewise.
15133
15134 2008-12-20  Bruno Haible  <bruno@clisp.org>
15135
15136         Ensure wctob is declared on IRIX 6.5.
15137         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
15138         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
15139         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
15140         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
15141         of HAVE_WCTOB.
15142         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
15143         HAVE_WCTOB.
15144         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
15145
15146 2008-12-19  Bruno Haible  <bruno@clisp.org>
15147
15148         * modules/mbsrtowcs-tests: New file.
15149         * tests/test-mbsrtowcs1.sh: New file.
15150         * tests/test-mbsrtowcs2.sh: New file.
15151         * tests/test-mbsrtowcs3.sh: New file.
15152         * tests/test-mbsrtowcs4.sh: New file.
15153         * tests/test-mbsrtowcs.c: New file.
15154
15155         New module 'mbsrtowcs'.
15156         * lib/wchar.in.h (mbsrtowcs): New declaration.
15157         * lib/mbsrtowcs.c: New file.
15158         * m4/mbsrtowcs.m4: New file.
15159         * modules/mbsrtowcs: New file.
15160         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
15161         HAVE_MBSRTOWCS.
15162         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
15163         HAVE_MBSRTOWCS.
15164         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
15165
15166 2008-12-19  Bruno Haible  <bruno@clisp.org>
15167
15168         New module 'mbrlen'.
15169         * lib/wchar.in.h (mbrlen): New declaration.
15170         * lib/mbrlen.c: New file.
15171         * m4/mbrlen.m4: New file.
15172         * modules/mbrlen: New file.
15173         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
15174         HAVE_MBRLEN.
15175         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
15176         HAVE_MBRLEN.
15177         * doc/posix-functions/mbrlen.texi: Document the new module.
15178
15179 2008-12-19  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
15182         * modules/mbrtowc (Depends-on): Add verify.
15183         Suggested by Paul Eggert.
15184
15185 2008-12-18  Bruno Haible  <bruno@clisp.org>
15186
15187         * modules/mbsinit-tests: New file.
15188         * tests/test-mbsinit.sh: New file.
15189         * tests/test-mbsinit.c: New file.
15190
15191 2008-12-18  Bruno Haible  <bruno@clisp.org>
15192
15193         * modules/mbrtowc-tests: New file.
15194         * tests/test-mbrtowc1.sh: New file.
15195         * tests/test-mbrtowc2.sh: New file.
15196         * tests/test-mbrtowc3.sh: New file.
15197         * tests/test-mbrtowc4.sh: New file.
15198         * tests/test-mbrtowc.c: New file.
15199
15200         New module 'mbrtowc'.
15201         * lib/wchar.in.h (mbstate_t): Override when the system does not have
15202         mbsinit and mbrtowc.
15203         (mbrtowc): New declaration.
15204         * lib/mbrtowc.c: New file.
15205         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
15206         * modules/mbrtowc: New file.
15207         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
15208         HAVE_MBRTOWC.
15209         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
15210         HAVE_MBRTOWC.
15211         * doc/posix-functions/mbrtowc.texi: Document the new module.
15212
15213 2008-12-18  Bruno Haible  <bruno@clisp.org>
15214
15215         New module 'wctob'.
15216         * lib/wchar.in.h (wctob): New declaration.
15217         * lib/wctob.c: New file.
15218         * m4/wctob.m4: New file.
15219         * modules/wctob: New file.
15220         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
15221         HAVE_WCTOB.
15222         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
15223         * doc/posix-functions/wctob.texi: Document the new module.
15224
15225 2008-12-18  Bruno Haible  <bruno@clisp.org>
15226
15227         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
15228         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
15229
15230 2008-12-18  Simon Josefsson  <simon@josefsson.org>
15231
15232         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
15233         G. Christensen" <tgc@jupiterrise.com>.
15234
15235         * lib/flock.c: Need to include errno.h.  Reported by "Tom
15236         G. Christensen" <tgc@jupiterrise.com>.
15237
15238         * lib/flock.c: Need to include string.h.  Reported by "Tom
15239         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
15240         <ebb9@byu.net>.
15241
15242 2008-12-18  Bruno Haible  <bruno@clisp.org>
15243
15244         * m4/locale-ja.m4: New file, from GNU gettext.
15245
15246 2008-12-17  Bruno Haible  <bruno@clisp.org>
15247
15248         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
15249         Suggested by Eric Blake.
15250
15251 2008-12-17  Bruno Haible  <bruno@clisp.org>
15252
15253         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
15254
15255 2008-12-17  Bruno Haible  <bruno@clisp.org>
15256
15257         * lib/mbsinit.c: Include verify.h. Verify an assumption.
15258         * modules/mbsinit (Depends-on): Add verify.
15259         Suggested by Paul Eggert.
15260
15261 2008-12-17  Bruno Haible  <bruno@clisp.org>
15262
15263         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
15264         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
15265         gl_FUNC_MBRTOWC.
15266         * m4/mbiter.m4 (gl_MBITER): LIkewise.
15267         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
15268         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
15269         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
15270         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
15271         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
15272         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
15273         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
15274         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
15275         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
15276         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
15277         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
15278         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
15279         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
15280         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
15281         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
15282         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
15283         * modules/trim (configure.ac): Likewise.
15284
15285 2008-12-17  Bruno Haible  <bruno@clisp.org>
15286
15287         * modules/btowc-tests: New file.
15288         * tests/test-btowc1.sh: New file.
15289         * tests/test-btowc2.sh: New file.
15290         * tests/test-btowc.c: New file.
15291
15292         New module 'btowc'.
15293         * lib/wchar.in.h (btowc): New declaration.
15294         * lib/btowc.c: New file.
15295         * m4/btowc.m4: New file.
15296         * modules/btowc: New file.
15297         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
15298         HAVE_BTOWC.
15299         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
15300         * doc/posix-functions/btowc.texi: Document the new module.
15301
15302 2008-12-17  Bruno Haible  <bruno@clisp.org>
15303
15304         New module 'mbsinit'.
15305         * lib/wchar.in.h (mbsinit): New declaration.
15306         * lib/mbsinit.c: New file.
15307         * m4/mbsinit.m4: New file.
15308         * modules/mbsinit: New file.
15309         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
15310         HAVE_MBSINIT.
15311         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
15312         HAVE_MBSINIT.
15313         * doc/posix-functions/mbsinit.texi: Document the new module.
15314
15315 2008-12-16  Bruno Haible  <bruno@clisp.org>
15316
15317         * lib/unistd.in.h: Add comment.
15318         * tests/test-environ.c: Don't include <stdlib.h>.
15319
15320 2008-12-16  Bruno Haible  <bruno@clisp.org>
15321
15322         * lib/parse-duration.h (parse_duration): Document return value
15323         convention.
15324         * lib/parse-duration.c: Include specification header first. Add
15325         comments.
15326         (_): Remove macro.
15327         (parse_year_month_day, parse_hour_minute_second): Move side effects
15328         outside of strchr call.
15329         (parse_non_iso8601): Move side effects outside of isspace call.
15330         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
15331         call.
15332
15333 2008-12-16  Bruno Haible  <bruno@clisp.org>
15334
15335         * tests/test-parse-duration.sh: Produce no output when the test
15336         succeeds.
15337
15338 2008-12-16  Bruno Haible  <bruno@clisp.org>
15339
15340         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
15341         expressions.
15342
15343 2008-12-15  Bruno Haible  <bruno@clisp.org>
15344
15345         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
15346         * doc/glibc-functions/flistxattr.texi: Likewise.
15347         * doc/glibc-functions/fopencookie.texi: Likewise.
15348         * doc/glibc-functions/fremovexattr.texi: Likewise.
15349         * doc/glibc-functions/fsetxattr.texi: Likewise.
15350         * doc/glibc-functions/getxattr.texi: Likewise.
15351         * doc/glibc-functions/lgetxattr.texi: Likewise.
15352         * doc/glibc-functions/listxattr.texi: Likewise.
15353         * doc/glibc-functions/llistxattr.texi: Likewise.
15354         * doc/glibc-functions/lremovexattr.texi: Likewise.
15355         * doc/glibc-functions/lsetxattr.texi: Likewise.
15356         * doc/glibc-functions/removexattr.texi: Likewise.
15357         * doc/glibc-functions/setxattr.texi: Likewise.
15358         * doc/posix-functions/open_memstream.texi: Likewise.
15359
15360 2008-12-15  Eric Blake  <ebb9@byu.net>
15361
15362         Update doc for cygwin 1.7.
15363         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
15364         functions.
15365         * doc/posix-functions/fchmodat.texi: Likewise.
15366         * doc/posix-functions/fchownat.texi: Likewise.
15367         * doc/posix-functions/fdopendir.texi: Likewise.
15368         * doc/posix-functions/fmemopen.texi: Likewise.
15369         * doc/posix-functions/freeaddrinfo.texi: Likewise.
15370         * doc/posix-functions/fstatat.texi: Likewise.
15371         * doc/posix-functions/futimens.texi: Likewise.
15372         * doc/posix-functions/gai_strerror.texi: Likewise.
15373         * doc/posix-functions/getaddrinfo.texi: Likewise.
15374         * doc/posix-functions/getnameinfo.texi: Likewise.
15375         * doc/posix-functions/if_freenameindex.texi: Likewise.
15376         * doc/posix-functions/if_indextoname.texi: Likewise.
15377         * doc/posix-functions/if_nameindex.texi: Likewise.
15378         * doc/posix-functions/if_nametoindex.texi: Likewise.
15379         * doc/posix-functions/insque.texi: Likewise.
15380         * doc/posix-functions/linkat.texi: Likewise.
15381         * doc/posix-functions/llrint.texi: Likewise.
15382         * doc/posix-functions/llrintf.texi: Likewise.
15383         * doc/posix-functions/llrintl.texi: Likewise.
15384         * doc/posix-functions/lockf.texi: Likewise.
15385         * doc/posix-functions/lrintl.texi: Likewise.
15386         * doc/posix-functions/mkdirat.texi: Likewise.
15387         * doc/posix-functions/mkfifoat.texi: Likewise.
15388         * doc/posix-functions/mknodat.texi: Likewise.
15389         * doc/posix-functions/mq_close.texi: Likewise.
15390         * doc/posix-functions/mq_getattr.texi: Likewise.
15391         * doc/posix-functions/mq_notify.texi: Likewise.
15392         * doc/posix-functions/mq_open.texi: Likewise.
15393         * doc/posix-functions/mq_receive.texi: Likewise.
15394         * doc/posix-functions/mq_send.texi: Likewise.
15395         * doc/posix-functions/mq_setattr.texi: Likewise.
15396         * doc/posix-functions/mq_timedreceive.texi: Likewise.
15397         * doc/posix-functions/mq_timedsend.texi: Likewise.
15398         * doc/posix-functions/mq_unlink.texi: Likewise.
15399         * doc/posix-functions/open_memstream.texi: Likewise.
15400         * doc/posix-functions/openat.texi: Likewise.
15401         * doc/posix-functions/posix_fadvise.texi: Likewise.
15402         * doc/posix-functions/posix_fallocate.texi: Likewise.
15403         * doc/posix-functions/posix_madvise.texi: Likewise.
15404         * doc/posix-functions/posix_memalign.texi: Likewise.
15405         * doc/posix-functions/posix_openpt.texi: Likewise.
15406         * doc/posix-functions/readlinkat.texi: Likewise.
15407         * doc/posix-functions/remque.texi: Likewise.
15408         * doc/posix-functions/renameat.texi: Likewise.
15409         * doc/posix-functions/rintl.texi: Likewise.
15410         * doc/posix-functions/sem_unlink.texi: Likewise.
15411         * doc/posix-functions/shm_open.texi: Likewise.
15412         * doc/posix-functions/shm_unlink.texi: Likewise.
15413         * doc/posix-functions/signgam.texi: Likewise.
15414         * doc/posix-functions/sigset.texi: Likewise.
15415         * doc/posix-functions/stpcpy.texi: Likewise.
15416         * doc/posix-functions/stpncpy.texi: Likewise.
15417         * doc/posix-functions/strerror.texi: Likewise.
15418         * doc/posix-functions/strtod.texi: Likewise.
15419         * doc/posix-functions/symlinkat.texi: Likewise.
15420         * doc/posix-functions/unlinkat.texi: Likewise.
15421         * doc/posix-functions/utimensat.texi: Likewise.
15422         * doc/glibc-functions/bindresvport.texi: Likewise.
15423         * doc/glibc-functions/dn_expand.texi: Likewise.
15424         * doc/glibc-functions/exp10.texi: Likewise.
15425         * doc/glibc-functions/exp10f.texi: Likewise.
15426         * doc/glibc-functions/fgetxattr.texi: Likewise.
15427         * doc/glibc-functions/flistxattr.texi: Likewise.
15428         * doc/glibc-functions/fopencookie.texi: Likewise.
15429         * doc/glibc-functions/freeifaddrs.texi: Likewise.
15430         * doc/glibc-functions/fremovexattr.texi: Likewise.
15431         * doc/glibc-functions/fsetxattr.texi: Likewise.
15432         * doc/glibc-functions/getifaddrs.texi: Likewise.
15433         * doc/glibc-functions/getxattr.texi: Likewise.
15434         * doc/glibc-functions/lgetxattr.texi: Likewise.
15435         * doc/glibc-functions/listxattr.texi: Likewise.
15436         * doc/glibc-functions/llistxattr.texi: Likewise.
15437         * doc/glibc-functions/lremovexattr.texi: Likewise.
15438         * doc/glibc-functions/lsetxattr.texi: Likewise.
15439         * doc/glibc-functions/pow10.texi: Likewise.
15440         * doc/glibc-functions/pow10f.texi: Likewise.
15441         * doc/glibc-functions/rcmd_af.texi: Likewise.
15442         * doc/glibc-functions/removexattr.texi: Likewise.
15443         * doc/glibc-functions/res_init.texi: Likewise.
15444         * doc/glibc-functions/res_mkquery.texi: Likewise.
15445         * doc/glibc-functions/res_query.texi: Likewise.
15446         * doc/glibc-functions/res_querydomain.texi: Likewise.
15447         * doc/glibc-functions/res_send.texi: Likewise.
15448         * doc/glibc-functions/rresvport_af.texi: Likewise.
15449         * doc/glibc-functions/setxattr.texi: Likewise.
15450         * doc/glibc-functions/strcasestr.texi: Likewise.
15451
15452 2008-12-15  Bruno Haible  <bruno@clisp.org>
15453
15454         Fix compilation error on OSF/1 4.0.
15455         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
15456         <sys/time.h>, simply delegate to the system header.
15457         Reported by Daniel Richard G. <oss@teragram.com>.
15458
15459 2008-12-15  Bruno Haible  <bruno@clisp.org>
15460
15461         * doc/posix-functions/openat.texi: Mention the 'openat' module.
15462         * doc/posix-functions/fchmodat.texi: Likewise.
15463         * doc/posix-functions/fchownat.texi: Likewise.
15464         * doc/posix-functions/fdopendir.texi: Likewise.
15465         * doc/posix-functions/fstatat.texi: Likewise.
15466         * doc/posix-functions/mkdirat.texi: Likewise.
15467         * doc/posix-functions/unlinkat.texi: Likewise.
15468
15469 2008-12-14  Bruno Haible  <bruno@clisp.org>
15470
15471         Update doc for POSIX:2008.
15472         * doc/posix-functions/faccessat.texi: New file.
15473         * doc/posix-functions/fchmodat.texi: New file.
15474         * doc/posix-functions/fchownat.texi: New file.
15475         * doc/posix-functions/fdopendir.texi: New file.
15476         * doc/posix-functions/fstatat.texi: New file.
15477         * doc/posix-functions/futimens.texi: New file.
15478         * doc/posix-functions/linkat.texi: New file.
15479         * doc/posix-functions/mkdirat.texi: New file.
15480         * doc/posix-functions/mkfifoat.texi: New file.
15481         * doc/posix-functions/mknodat.texi: New file.
15482         * doc/posix-functions/open_wmemstream.texi: New file.
15483         * doc/posix-functions/openat.texi: New file.
15484         * doc/posix-functions/psiginfo.texi: New file.
15485         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
15486         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
15487         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
15488         * doc/posix-functions/readlinkat.texi: New file.
15489         * doc/posix-functions/renameat.texi: New file.
15490         * doc/posix-functions/strerror_l.texi: New file.
15491         * doc/posix-functions/symlinkat.texi: New file.
15492         * doc/posix-functions/unlinkat.texi: New file.
15493         * doc/posix-functions/utimensat.texi: New file.
15494         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15495
15496 2008-12-14  Bruno Haible  <bruno@clisp.org>
15497
15498         Update doc for POSIX:2008.
15499         * doc/posix-functions/alphasort.texi: Renamed from
15500         doc/glibc-functions/alphasort.texi.
15501         * doc/posix-functions/dirfd.texi: Renamed from
15502         doc/glibc-functions/dirfd.texi.
15503         * doc/posix-functions/dprintf.texi: Renamed from
15504         doc/glibc-functions/dprintf.texi.
15505         * doc/posix-functions/duplocale.texi: Renamed from
15506         doc/glibc-functions/duplocale.texi.
15507         * doc/posix-functions/fexecve.texi: Renamed from
15508         doc/glibc-functions/fexecve.texi.
15509         * doc/posix-functions/fmemopen.texi: Renamed from
15510         doc/glibc-functions/fmemopen.texi.
15511         * doc/posix-functions/freelocale.texi: Renamed from
15512         doc/glibc-functions/freelocale.texi.
15513         * doc/posix-functions/getdate_err.texi: Renamed from
15514         doc/glibc-functions/getdate_err.texi.
15515         * doc/posix-functions/isalnum_l.texi: Renamed from
15516         doc/glibc-functions/isalnum_l.texi.
15517         * doc/posix-functions/isalpha_l.texi: Renamed from
15518         doc/glibc-functions/isalpha_l.texi.
15519         * doc/posix-functions/isblank_l.texi: Renamed from
15520         doc/glibc-functions/isblank_l.texi.
15521         * doc/posix-functions/iscntrl_l.texi: Renamed from
15522         doc/glibc-functions/iscntrl_l.texi.
15523         * doc/posix-functions/isdigit_l.texi: Renamed from
15524         doc/glibc-functions/isdigit_l.texi.
15525         * doc/posix-functions/isgraph_l.texi: Renamed from
15526         doc/glibc-functions/isgraph_l.texi.
15527         * doc/posix-functions/islower_l.texi: Renamed from
15528         doc/glibc-functions/islower_l.texi.
15529         * doc/posix-functions/isprint_l.texi: Renamed from
15530         doc/glibc-functions/isprint_l.texi.
15531         * doc/posix-functions/ispunct_l.texi: Renamed from
15532         doc/glibc-functions/ispunct_l.texi.
15533         * doc/posix-functions/isspace_l.texi: Renamed from
15534         doc/glibc-functions/isspace_l.texi.
15535         * doc/posix-functions/isupper_l.texi: Renamed from
15536         doc/glibc-functions/isupper_l.texi.
15537         * doc/posix-functions/iswalnum_l.texi: Renamed from
15538         doc/glibc-functions/iswalnum_l.texi.
15539         * doc/posix-functions/iswalpha_l.texi: Renamed from
15540         doc/glibc-functions/iswalpha_l.texi.
15541         * doc/posix-functions/iswblank_l.texi: Renamed from
15542         doc/glibc-functions/iswblank_l.texi.
15543         * doc/posix-functions/iswcntrl_l.texi: Renamed from
15544         doc/glibc-functions/iswcntrl_l.texi.
15545         * doc/posix-functions/iswctype_l.texi: Renamed from
15546         doc/glibc-functions/iswctype_l.texi.
15547         * doc/posix-functions/iswdigit_l.texi: Renamed from
15548         doc/glibc-functions/iswdigit_l.texi.
15549         * doc/posix-functions/iswgraph_l.texi: Renamed from
15550         doc/glibc-functions/iswgraph_l.texi.
15551         * doc/posix-functions/iswlower_l.texi: Renamed from
15552         doc/glibc-functions/iswlower_l.texi.
15553         * doc/posix-functions/iswprint_l.texi: Renamed from
15554         doc/glibc-functions/iswprint_l.texi.
15555         * doc/posix-functions/iswpunct_l.texi: Renamed from
15556         doc/glibc-functions/iswpunct_l.texi.
15557         * doc/posix-functions/iswspace_l.texi: Renamed from
15558         doc/glibc-functions/iswspace_l.texi.
15559         * doc/posix-functions/iswupper_l.texi: Renamed from
15560         doc/glibc-functions/iswupper_l.texi.
15561         * doc/posix-functions/iswxdigit_l.texi: Renamed from
15562         doc/glibc-functions/iswxdigit_l.texi.
15563         * doc/posix-functions/isxdigit_l.texi: Renamed from
15564         doc/glibc-functions/isxdigit_l.texi.
15565         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
15566         doc/glibc-functions/mbsnrtowcs.texi.
15567         * doc/posix-functions/mkdtemp.texi: Renamed from
15568         doc/glibc-functions/mkdtemp.texi.
15569         * doc/posix-functions/newlocale.texi: Renamed from
15570         doc/glibc-functions/newlocale.texi.
15571         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
15572         doc/glibc-functions/nl_langinfo_l.texi.
15573         * doc/posix-functions/open_memstream.texi: Renamed from
15574         doc/glibc-functions/open_memstream.texi.
15575         * doc/posix-functions/opterr.texi: Renamed from
15576         doc/glibc-functions/opterr.texi.
15577         * doc/posix-functions/optind.texi: Renamed from
15578         doc/glibc-functions/optind.texi.
15579         * doc/posix-functions/optopt.texi: Renamed from
15580         doc/glibc-functions/optopt.texi.
15581         * doc/posix-functions/psignal.texi: Renamed from
15582         doc/glibc-functions/psignal.texi.
15583         * doc/posix-functions/scandir.texi: Renamed from
15584         doc/glibc-functions/scandir.texi.
15585         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
15586         doc/glibc-functions/sched_get_priority_min.texi.
15587         * doc/posix-functions/signgam.texi: Renamed from
15588         doc/glibc-functions/signgam.texi.
15589         * doc/posix-functions/stpcpy.texi: Renamed from
15590         doc/glibc-functions/stpcpy.texi.
15591         * doc/posix-functions/stpncpy.texi: Renamed from
15592         doc/glibc-functions/stpncpy.texi.
15593         * doc/posix-functions/strcasecmp_l.texi: Renamed from
15594         doc/glibc-functions/strcasecmp_l.texi.
15595         * doc/posix-functions/strcoll_l.texi: Renamed from
15596         doc/glibc-functions/strcoll_l.texi.
15597         * doc/posix-functions/strfmon_l.texi: Renamed from
15598         doc/glibc-functions/strfmon_l.texi.
15599         * doc/posix-functions/strftime_l.texi: Renamed from
15600         doc/glibc-functions/strftime_l.texi.
15601         * doc/posix-functions/strncasecmp_l.texi: Renamed from
15602         doc/glibc-functions/strncasecmp_l.texi.
15603         * doc/posix-functions/strndup.texi: Renamed from
15604         doc/glibc-functions/strndup.texi.
15605         * doc/posix-functions/strnlen.texi: Renamed from
15606         doc/glibc-functions/strnlen.texi.
15607         * doc/posix-functions/strsignal.texi: Renamed from
15608         doc/glibc-functions/strsignal.texi.
15609         * doc/posix-functions/strxfrm_l.texi: Renamed from
15610         doc/glibc-functions/strxfrm_l.texi.
15611         * doc/posix-functions/timer_gettime.texi: Renamed from
15612         doc/glibc-functions/timer_gettime.texi.
15613         * doc/posix-functions/tolower_l.texi: Renamed from
15614         doc/glibc-functions/tolower_l.texi.
15615         * doc/posix-functions/toupper_l.texi: Renamed from
15616         doc/glibc-functions/toupper_l.texi.
15617         * doc/posix-functions/towctrans_l.texi: Renamed from
15618         doc/glibc-functions/towctrans_l.texi.
15619         * doc/posix-functions/towlower_l.texi: Renamed from
15620         doc/glibc-functions/towlower_l.texi.
15621         * doc/posix-functions/towupper_l.texi: Renamed from
15622         doc/glibc-functions/towupper_l.texi.
15623         * doc/posix-functions/uselocale.texi: Renamed from
15624         doc/glibc-functions/uselocale.texi.
15625         * doc/posix-functions/vdprintf.texi: Renamed from
15626         doc/glibc-functions/vdprintf.texi.
15627         * doc/posix-functions/wcpcpy.texi:
15628         Renamed from doc/glibc-functions/wcpcpy.texi.
15629         * doc/posix-functions/wcpncpy.texi: Renamed from
15630         doc/glibc-functions/wcpncpy.texi.
15631         * doc/posix-functions/wcscasecmp.texi: Renamed from
15632         doc/glibc-functions/wcscasecmp.texi.
15633         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
15634         doc/glibc-functions/wcscasecmp_l.texi.
15635         * doc/posix-functions/wcscoll_l.texi: Renamed from
15636         doc/glibc-functions/wcscoll_l.texi.
15637         * doc/posix-functions/wcsdup.texi: Renamed from
15638         doc/glibc-functions/wcsdup.texi.
15639         * doc/posix-functions/wcsncasecmp.texi: Renamed from
15640         doc/glibc-functions/wcsncasecmp.texi.
15641         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
15642         doc/glibc-functions/wcsncasecmp_l.texi.
15643         * doc/posix-functions/wcsnlen.texi: Renamed from
15644         doc/glibc-functions/wcsnlen.texi.
15645         * doc/posix-functions/wcsnrtombs.texi: Renamed from
15646         doc/glibc-functions/wcsnrtombs.texi.
15647         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
15648         doc/glibc-functions/wcsxfrm_l.texi.
15649         * doc/posix-functions/wctrans_l.texi: Renamed from
15650         doc/glibc-functions/wctrans_l.texi.
15651         * doc/posix-functions/wctype_l.texi: Renamed from
15652         doc/glibc-functions/wctype_l.texi.
15653         * doc/gnulib.texi (Function Substitutes): Add these subsections.
15654         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
15655         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
15656         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
15657         these subsections.
15658         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
15659         Remove sections.
15660
15661 2008-12-14  Bruno Haible  <bruno@clisp.org>
15662
15663         Update doc for POSIX:2008.
15664         * doc/posix-functions/*.texi: Update URL of POSIX specification.
15665
15666 2008-12-14  Bruno Haible  <bruno@clisp.org>
15667
15668         Update doc for POSIX:2008.
15669         * doc/pastposix-functions/bcmp.texi: Renamed from
15670         doc/posix-functions/bcmp.texi.
15671         * doc/pastposix-functions/bcopy.texi: Renamed from
15672         doc/posix-functions/bcopy.texi.
15673         * doc/pastposix-functions/bsd_signal.texi: Renamed from
15674         doc/posix-functions/bsd_signal.texi.
15675         * doc/pastposix-functions/bzero.texi: Renamed from
15676         doc/posix-functions/bzero.texi.
15677         * doc/pastposix-functions/ecvt.texi: Renamed from
15678         doc/posix-functions/ecvt.texi.
15679         * doc/pastposix-functions/fcvt.texi: Renamed from
15680         doc/posix-functions/fcvt.texi.
15681         * doc/pastposix-functions/ftime.texi: Renamed from
15682         doc/posix-functions/ftime.texi.
15683         * doc/pastposix-functions/gcvt.texi: Renamed from
15684         doc/posix-functions/gcvt.texi.
15685         * doc/pastposix-functions/getcontext.texi: Renamed from
15686         doc/posix-functions/getcontext.texi.
15687         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
15688         doc/posix-functions/gethostbyaddr.texi.
15689         * doc/pastposix-functions/gethostbyname.texi: Renamed from
15690         doc/posix-functions/gethostbyname.texi.
15691         * doc/pastposix-functions/getwd.texi: Renamed from
15692         doc/posix-functions/getwd.texi.
15693         * doc/pastposix-functions/h_errno.texi: Renamed from
15694         doc/posix-functions/h_errno.texi.
15695         * doc/pastposix-functions/index.texi: Renamed from
15696         doc/posix-functions/index.texi.
15697         * doc/pastposix-functions/makecontext.texi: Renamed from
15698         doc/posix-functions/makecontext.texi.
15699         * doc/pastposix-functions/mktemp.texi: Renamed from
15700         doc/posix-functions/mktemp.texi.
15701         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
15702         doc/posix-functions/pthread_attr_getstackaddr.texi.
15703         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
15704         doc/posix-functions/pthread_attr_setstackaddr.texi.
15705         * doc/pastposix-functions/rindex.texi: Renamed from
15706         doc/posix-functions/rindex.texi.
15707         * doc/pastposix-functions/scalb.texi: Renamed from
15708         doc/posix-functions/scalb.texi.
15709         * doc/pastposix-functions/setcontext.texi: Renamed from
15710         doc/posix-functions/setcontext.texi.
15711         * doc/pastposix-functions/swapcontext.texi: Renamed from
15712         doc/posix-functions/swapcontext.texi.
15713         * doc/pastposix-functions/ualarm.texi: Renamed from
15714         doc/posix-functions/ualarm.texi.
15715         * doc/pastposix-functions/usleep.texi: Renamed from
15716         doc/posix-functions/usleep.texi.
15717         * doc/pastposix-functions/vfork.texi: Renamed from
15718         doc/posix-functions/vfork.texi.
15719         * doc/pastposix-functions/wcswcs.texi: Renamed from
15720         doc/posix-functions/wcswcs.texi.
15721         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
15722         (Function Substitutes): Update.
15723
15724 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15725
15726         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
15727         m4/strerror.m4.
15728
15729 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15730             Bruno Haible  <bruno@clisp.org>
15731
15732         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
15733
15734 2008-12-13  Bruno Haible  <bruno@clisp.org>
15735
15736         * modules/strtoull (Depends-on): Remove unistd.
15737
15738 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15739
15740         * modules/strtoull (Depends-on): Add stdlib.
15741
15742 2008-12-11  Simon Josefsson  <simon@josefsson.org>
15743
15744         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
15745
15746 2008-12-10  Jim Meyering  <meyering@redhat.com>
15747
15748         gl_ASSERT: don't say assertions are disabled when they're not
15749         * m4/assert.m4 (gl_ASSERT): Do not make configure report
15750         "checking whether to enable assertions... no", when they are in
15751         fact enabled.  This is solely a bug in the output of configure.
15752         In spite of saying "no", NDEBUG was not defined in that case.
15753         Also, as noted by Eric Blake, leave assertions enabled upon
15754         --enable-assert=INVALID.
15755
15756 2008-12-10  Bruno Haible  <bruno@clisp.org>
15757
15758         Change MODULES.html to refer to POSIX:2008 where possible.
15759         * MODULES.html.sh (POSIX2008_URL): New variable.
15760         (posix_headers): Remove sys/timeb, ucontext.
15761         (posix2001_headers): New variable.
15762         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
15763         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
15764         index, makecontext, mktemp, pthread_attr_getstackaddr,
15765         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
15766         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
15767         (posix2001_functions): New variable.
15768         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
15769         otherwise.
15770
15771 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15772
15773         add missing include to parse-duration.c
15774         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
15775         * modules/parse-duration (Depends-on): Add xalloc.
15776
15777         fix sed script reading maint.mk
15778         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
15779         (syntax-check-rules): Use it.
15780
15781 2008-12-09  Bruno Haible  <bruno@clisp.org>
15782
15783         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
15784         MacOS X 10.4/PowerPC.
15785         Reported by Simon Josefsson.
15786
15787 2008-12-08  Jim Meyering  <meyering@redhat.com>
15788
15789         work around mingw's lack of some S_IF definitions
15790         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
15791         Reported by Simon Josefsson.
15792
15793 2008-12-08  Bruno Haible  <bruno@clisp.org>
15794
15795         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
15796         applied to variables. Needed on MacOS X 10.4/PowerPC.
15797         Reported by Simon Josefsson.
15798
15799 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
15800         and Eric Blake  <ebb9@byu.net>
15801
15802         assert: honor --enable-assert
15803         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
15804         order to honor --enable-assert, rather than treating it as a
15805         synonym for --disable-assert.
15806
15807 2008-12-08  Jim Meyering  <meyering@redhat.com>
15808
15809         * lib/posixtm.c: Remove now-useless declaration of mktime.
15810
15811         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
15812
15813 2008-12-07  Bruno Haible  <bruno@clisp.org>
15814
15815         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
15816         test_once): Mark functions as static.
15817         * tests/test-tls.c (test_tls): Likewise.
15818
15819 2008-12-07  Bruno Haible  <bruno@clisp.org>
15820
15821         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
15822         iconv_register_autodetect.
15823
15824 2008-12-07  Jim Meyering  <meyering@redhat.com>
15825
15826         posixtm.c: avoid a warning
15827         * lib/posixtm.c (posixtime): Don't initialize tm0.
15828         It's no longer needed to placate gcc4's -Wuninitialized,
15829         and the attempt to placate would elicit a new warning.
15830
15831         unicodeio.c: mark unused parameters
15832         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15833         (fallback_failure_callback): Likewise.
15834
15835 2008-12-07  Bruno Haible  <bruno@clisp.org>
15836
15837         * gnulib-tool (func_create_testdir): When building the tests
15838         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
15839         Reported by Simon Josefsson.
15840
15841 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15842
15843         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
15844
15845 2008-12-06  Bruno Haible  <bruno@clisp.org>
15846
15847         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
15848         Suggested by Eric Blake.
15849
15850 2008-12-06  Bruno Haible  <bruno@clisp.org>
15851
15852         Fix a c-stack test failure on MacOS X.
15853         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
15854         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
15855         handler for SIGBUS as well.
15856         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
15857         install a signal handler for SIGBUS as well.
15858         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
15859
15860 2008-12-06  Bruno Haible  <bruno@clisp.org>
15861
15862         Advocacy documentation.
15863         * doc/gnulib-intro.texi (Benefits): New section.
15864         * doc/gnulib.texi: Update.
15865
15866 2008-12-06  Bruno Haible  <bruno@clisp.org>
15867
15868         Document the 'manywarnings' module.
15869         * doc/manywarnings.texi: New file.
15870         * doc/gnulib.texi: Include it.
15871
15872 2008-12-05  Eric Blake  <ebb9@byu.net>
15873
15874         tests: silence some gcc warnings
15875         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
15876         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
15877         type mismatches.
15878
15879 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15880             Bruno Haible  <bruno@clisp.org>
15881
15882         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
15883
15884 2008-11-29  Jim Meyering  <meyering@redhat.com>
15885
15886         unicodeio.c: mark unused parameters
15887         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
15888         (fallback_failure_callback): Likewise.
15889
15890         fts: fix a thinko
15891         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
15892         (set_stat_type): Return S_IF*-valued "type" directly.
15893         Prompted by James Youngman's spotting a related bug.
15894         Confirmed by further testing through find.
15895
15896         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
15897         * lib/fts.c (D_TYPE): Define.
15898         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
15899         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
15900         (s_ifmt_shift_bits): New function.
15901         (set_stat_type): New function.
15902         (fts_build): When not calling fts_stat, call set_stat_type
15903         to propagate dirent.d_type info to fts_read caller.
15904         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
15905         fts_statp->st_mode type information may be valid.
15906
15907 2008-11-28  Simon Josefsson  <simon@josefsson.org>
15908
15909         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
15910         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
15911         <sds@gnu.org>.
15912
15913 2008-11-20  Bruno Haible  <bruno@clisp.org>
15914
15915         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
15916         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
15917         INCLUDE_NEXT.
15918         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
15919         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
15920         * modules/math (Makefile.am): Substitute
15921         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
15922         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15923
15924 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
15925             Bruno Haible  <bruno@clisp.org>
15926
15927         * lib/stdint.in.h: Define all type macros so that their expansion is
15928         a single typedef'ed token. Fixes a compilation failure in Boost which
15929         does "using ::int8_t;".
15930
15931 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15932
15933         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
15934         gl_MANYWARN_ALL_GCC.
15935         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
15936         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
15937         * modules/manywarnings: New file.
15938         * MODULES.html.sh: Mention manywarnings module.
15939
15940 2008-11-18  Bruno Haible  <bruno@clisp.org>
15941
15942         * doc/gnulib-tool.texi (Unit tests): New section.
15943
15944 2008-11-18  Simon Josefsson  <simon@josefsson.org>
15945
15946         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
15947         paths like 'lib/po/foo.po'.
15948
15949 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15950
15951         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
15952         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
15953
15954 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15955
15956         * m4/warnings.m4: Use CPPFLAGS to really check whether the
15957         parameter works.
15958
15959 2008-11-17  Simon Josefsson  <simon@josefsson.org>
15960
15961         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
15962
15963 2008-11-17  Bruce Korb  <bkorb@gnu.org>
15964
15965         * modules/parse-duration-tests: New file.
15966         * tests/test-parse-duration.sh: New file.
15967         * tests/test-parse-duration.c: New file.
15968
15969         New module 'parse-duration'.
15970         * lib/parse-duration.h: New file.
15971         * lib/parse-duration.c: New file.
15972         * modules/parse-duration: New file.
15973
15974 2008-11-17  Bruno Haible  <bruno@clisp.org>
15975
15976         * tests/test-select-out.sh: Comment out the first pipe test.
15977         Reported by Simon Josefsson.
15978
15979 2008-11-17  Bruno Haible  <bruno@clisp.org>
15980
15981         * modules/getaddrinfo (Depends-on): Add servent, hostent.
15982         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
15983         gl_HOSTENT.
15984
15985 2008-11-17  Bruno Haible  <bruno@clisp.org>
15986
15987         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
15988         -lnetwork and -lnet. Needed for Haiku and BeOS.
15989
15990 2008-11-16  Bruno Haible  <bruno@clisp.org>
15991
15992         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
15993
15994 2008-11-16  Bruno Haible  <bruno@clisp.org>
15995
15996         Avoid test failure on Haiku.
15997         * tests/test-fsync.c: Include <errno.h>.
15998         (main): Don't require that fsync (0) fails.
15999
16000 2008-11-15  Bruno Haible  <bruno@clisp.org>
16001
16002         New module 'hostent'.
16003         * modules/hostent: New file.
16004         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
16005
16006 2008-11-15  Bruno Haible  <bruno@clisp.org>
16007
16008         New module 'servent'.
16009         * modules/servent: New file.
16010         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
16011
16012 2008-11-15  Bruno Haible  <bruno@clisp.org>
16013
16014         Avoid generating same test program with two different rules.
16015         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
16016         test-frexp to test-frexp-nolibm.
16017         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
16018         test-frexpl to test-frexpl-nolibm.
16019
16020 2008-11-15  Bruno Haible  <bruno@clisp.org>
16021
16022         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
16023         $(FREXPL_LIBM).
16024
16025 2008-11-15  Bruno Haible  <bruno@clisp.org>
16026
16027         * lib/netdb.in.h: Activate the definitions also when the system's
16028         <netdb.h> has 'struct addrinfo'.
16029         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
16030         EAI_OVERFLOW or AI_NUMERICSERV.
16031         * doc/posix-headers/netdb.texi: Document the problem.
16032
16033 2008-11-15  Bruno Haible  <bruno@clisp.org>
16034
16035         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
16036
16037         Make the 'sched' module work on platforms where <sched.h> exists but
16038         is incomplete (such as Haiku).
16039         * lib/sched.in.h; Include the system's <sched.h> if it exists.
16040         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
16041         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
16042         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
16043         HAVE_STRUCT_SCHED_PARAM.
16044         * modules/sched (Depends-on): Add include_next.
16045         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
16046         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
16047         * doc/posix-headers/sched.texi: Document the issue.
16048
16049 2008-11-13  Jim Meyering  <meyering@redhat.com>
16050
16051         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
16052         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
16053         test would fail due to the difference in the Report bugs to ...
16054         line.  The expected address is empty, "<>", while the actual
16055         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
16056
16057 2008-11-12  Bruno Haible  <bruno@clisp.org>
16058
16059         lstat: don't compile lstat.c on systems lacking lstat
16060         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
16061         which don't have lstat; this is handled by lib/sys_stat.in.h already.
16062         Reported by Daniel P. Berrange via Jim Meyering.
16063
16064 2008-11-12  Jim Meyering  <meyering@redhat.com>
16065
16066         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
16067
16068 2008-11-12  Simon Josefsson  <simon@josefsson.org>
16069
16070         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
16071         instead.
16072
16073 2008-11-12  Bruno Haible  <bruno@clisp.org>
16074
16075         * lib/unicodeio.c: Include unistr.h.
16076         (utf8_wctomb): Remove function.
16077         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
16078
16079 2008-11-12  Simon Josefsson  <simon@josefsson.org>
16080
16081         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
16082         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
16083         <bruno@clisp.org>.
16084         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
16085
16086 2008-11-12  Simon Josefsson  <simon@josefsson.org>
16087
16088         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
16089         * doc/gnulib.texi: Add section for warnings.
16090
16091 2008-11-11  Bruno Haible  <bruno@clisp.org>
16092
16093         * lib/sockets.h: Add a comment.
16094
16095 2008-11-11  Karl Berry  <karl@gnu.org>
16096
16097         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
16098
16099 2008-11-11  Eric Blake  <ebb9@byu.net>
16100
16101         fdl.texi: avoid git symlinks
16102         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
16103
16104 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16105
16106         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
16107
16108 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16109
16110         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
16111         (gl_WARN_ADD): Substitute $2 if literal.
16112
16113 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16114
16115         * m4/warning.m4: Remove.
16116
16117 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
16118
16119         * m4/warnings.m4: Almost complete rewrite. :-)
16120
16121 2008-11-10  Simon Josefsson  <simon@josefsson.org>
16122
16123         * modules/warnings: New module.
16124         * m4/warnings.m4: New file.
16125         * MODULES.html.sh: Mention warnings module.
16126         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
16127         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16128
16129 2008-11-10  Eric Blake  <ebb9@byu.net>
16130
16131         fdl.texi: make a symlink to the latest version
16132         * doc/standards.texi: Revert today's earlier change.
16133         * doc/fdl-1.2.texi: Rename from old fdl.texi...
16134         * doc/fdl.texi: ...and replace this with a symlink to the newer
16135         fdl-1.3.texi.
16136
16137 2008-11-10  Bruno Haible  <bruno@clisp.org>
16138
16139         * tests/test-select-fd.c (main): Accept the result file name as fourth
16140         argument.
16141         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
16142         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
16143
16144 2008-11-10  Bruno Haible  <bruno@clisp.org>
16145
16146         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
16147         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
16148         as autoconf-substituted macros.
16149         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
16150         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
16151         gl_NETDB_H_DEFAULTS. Set these variables.
16152         * modules/netdb (Makefile.am): Substitute these variables.
16153
16154 2008-11-10  Eric Blake  <ebb9@byu.net>
16155
16156         standards.texi: include correct file for FDL 1.3
16157         * doc/standards.texi (GNU Free Documentation License): Change
16158         include file to pull in FDL 1.3, not 1.2.
16159
16160         fdl.texi: revert accidental change to license
16161         * doc/fdl.texi: This is FDL 1.2, not 1.3.
16162
16163 2008-11-10  Bruno Haible  <bruno@clisp.org>
16164
16165         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
16166         cross-compiling guesses also when the native compile gives no result.
16167
16168 2008-11-10  Bruno Haible  <bruno@clisp.org>
16169
16170         * lib/spawni.c (__spawni): Force variable into the stack.
16171
16172 2008-11-10  Bruno Haible  <bruno@clisp.org>
16173
16174         Add support for Haiku.
16175         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
16176         glibc and BeOS, but also on Haiku.
16177         * lib/fpurge.c (fpurge): Likewise.
16178         * lib/freadable.c (freadable): Likewise.
16179         * lib/freadahead.c (freadahead): Likewise.
16180         * lib/freading.c (freading): Likewise.
16181         * lib/freadptr.c (freadptr): Likewise.
16182         * lib/freadseek.c (freadptrinc): Likewise.
16183         * lib/fseeko.c (rpl_fseeko): Likewise.
16184         * lib/fseterr.c (fseterr): Likewise.
16185         * lib/fwritable.c (fwritable): Likewise.
16186         * lib/fwriting.c (fwriting): Likewise.
16187         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
16188
16189 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
16190
16191         * lib/config.charset: Treat Haiku like BeOS.
16192
16193 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
16194
16195         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
16196         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
16197
16198 2008-11-08  Bruno Haible  <bruno@clisp.org>
16199
16200         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
16201         AC_CACHE_CHECK.
16202
16203 2008-11-08  Bruno Haible  <bruno@clisp.org>
16204
16205         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
16206
16207 2008-11-08  Bruno Haible  <bruno@clisp.org>
16208
16209         * tests/test-select-fd.c: New file.
16210         * tests/test-select-in.sh: New file.
16211         * tests/test-select-out.sh: New file.
16212         * tests/test-select-stdin.c: New file.
16213         * modules/select-tests (Files): Add the new files.
16214         (Depends-on): Add gettimeofday.
16215         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
16216         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
16217         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
16218
16219 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
16220             Bruno Haible  <bruno@clisp.org>
16221
16222         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
16223
16224 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
16225
16226         * build-aux/pmccabe2html: Added support for C++ source files.
16227
16228 2008-11-05  Ben Pfaff  <blp@gnu.org>
16229
16230         Fix lib/close.c build on Windows.
16231         * modules/close (Files): Add lib/w32sock.h.
16232
16233 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
16234
16235         Accept Bison's NEWS format.
16236         * build-aux/announce-gen (print_news_deltas): Tweak
16237         $re_prefix.
16238
16239 2008-11-04  Bruno Haible  <bruno@clisp.org>
16240
16241         * modules/random_r (Maintainer): Add glibc.
16242
16243 2008-11-04  Simon Josefsson  <simon@josefsson.org>
16244
16245         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
16246         by karl@freefriends.org (Karl Berry).
16247         * doc/alloca.texi: Likewise.
16248         * doc/c-ctype.texi: Likewise.
16249         * doc/c-strcase.texi: Likewise.
16250         * doc/c-strcaseeq.texi: Likewise.
16251         * doc/c-strcasestr.texi: Likewise.
16252         * doc/c-strstr.texi: Likewise.
16253         * doc/c-strtod.texi: Likewise.
16254         * doc/c-strtold.texi: Likewise.
16255         * doc/ctime.texi: Likewise.
16256         * doc/error.texi: Likewise.
16257         * doc/fdl.texi: Likewise.
16258         * doc/gcd.texi: Likewise.
16259         * doc/getdate.texi: Likewise.
16260         * doc/gnulib-intro.texi: Likewise.
16261         * doc/gnulib-tool.texi: Likewise.
16262         * doc/gnulib.texi: Likewise.
16263         * doc/inet_ntoa.texi: Likewise.
16264         * doc/maintain.texi: Likewise.
16265         * doc/make-stds.texi: Likewise.
16266         * doc/quote.texi: Likewise.
16267         * doc/regexprops-generic.texi: Likewise.
16268         * doc/standards.texi: Likewise.
16269         * doc/verify.texi: Likewise.
16270         * doc/visibility.texi: Likewise.
16271         * doc/gnulib.texi (GNU Free Documentation License): Include
16272         fdl-1.3.texi instead of fdl.texi.
16273
16274 2008-11-04  Simon Josefsson  <simon@josefsson.org>
16275
16276         * doc/fdl-1.3.texi: New file, from
16277         <http://www.gnu.org/licenses/fdl-1.3.texi>.
16278         * modules/fdl-1.3: Add.
16279         * MODULES.html.sh: Add fdl-1.3.
16280
16281 2008-11-03  Bruno Haible  <bruno@clisp.org>
16282
16283         Make determination of absolute name of header file work with AIX xlc.
16284         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
16285         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
16286         preprocessing.
16287         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
16288         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
16289
16290 2008-11-03  Simon Josefsson  <simon@josefsson.org>
16291
16292         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
16293         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
16294         <ludo@gnu.org>.
16295
16296 2008-11-02  Bruno Haible  <bruno@clisp.org>
16297
16298         Mark 'strpbrk' obsolete.
16299         * modules/strpbrk (Status, Notice): New sections.
16300         * modules/strtok_r (Depends-on): Add strpbrk.
16301
16302 2008-11-02  Bruno Haible  <bruno@clisp.org>
16303
16304         Mark 'strdup' obsolete.
16305         * modules/strdup (Status, Notice): New sections.
16306         * modules/findprog (Depends-on): Add strdup.
16307         * modules/getaddrinfo (Depends-on): Likewise.
16308         * modules/localename (Depends-on): Likewise.
16309         * modules/relocatable-lib (Depends-on): Likewise.
16310         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
16311         * modules/relocatable-prog (Depends-on): Likewise.
16312         * modules/trim (Depends-on): Likewise.
16313         * modules/unictype/gen-ctype (Depends-on): Likewise.
16314         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
16315
16316 2008-11-02  Bruno Haible  <bruno@clisp.org>
16317
16318         Mark 'strcspn' obsolete.
16319         * modules/strcspn (Status, Notice): New sections.
16320
16321 2008-11-02  Bruno Haible  <bruno@clisp.org>
16322
16323         Mark 'rmdir' obsolete.
16324         * modules/rmdir (Status, Notice): New sections.
16325         * modules/clean-temp (Depends-on): Add rmdir.
16326         * modules/openat (Depends-on): Likewise.
16327
16328 2008-11-02  Bruno Haible  <bruno@clisp.org>
16329
16330         Mark 'raise' obsolete.
16331         * modules/raise (Status, Notice): New sections.
16332         (Include): Specify <signal.h>.
16333         * modules/stdio (Depends-on): Add raise.
16334         * modules/write (Depends-on): Likewise.
16335
16336 2008-11-02  Bruno Haible  <bruno@clisp.org>
16337
16338         Mark 'memset' obsolete.
16339         * modules/memset (Status, Notice): New sections.
16340
16341 2008-11-02  Bruno Haible  <bruno@clisp.org>
16342
16343         Mark 'memmove' obsolete.
16344         * modules/memmove (Status, Notice): New sections.
16345         * modules/argp (Depends-on): Add memmove.
16346         * modules/argz (Depends-on): Likewise.
16347         * modules/canonicalize (Depends-on): Likewise.
16348         * modules/canonicalize-lgpl (Depends-on): Likewise.
16349         * modules/fts (Depends-on): Likewise.
16350         * modules/getcwd (Depends-on): Likewise.
16351         * modules/human (Depends-on): Likewise.
16352         * modules/regex (Depends-on): Likewise.
16353         * modules/striconveh (Depends-on): Likewise.
16354         * modules/trim (Depends-on): Likewise.
16355         * modules/unistr/u8-move (Depends-on): Likewise.
16356         * modules/unistr/u16-move (Depends-on): Likewise.
16357         * modules/unistr/u32-move (Depends-on): Likewise.
16358
16359 2008-11-02  Bruno Haible  <bruno@clisp.org>
16360
16361         Mark 'memcpy' obsolete.
16362         * modules/memcpy (Status, Notice): New sections.
16363
16364 2008-11-02  Bruno Haible  <bruno@clisp.org>
16365
16366         Mark 'memcmp' obsolete.
16367         * modules/memcmp (Status, Notice): New sections.
16368         * modules/argmatch (Depends-on): Add memchr.
16369         * modules/backupfile (Depends-on): Likewise.
16370         * modules/c-strcasestr (Depends-on): Likewise.
16371         * modules/crypto/des (Depends-on): Likewise.
16372         * modules/csharpcomp (Depends-on): Likewise.
16373         * modules/fnmatch (Depends-on): Likewise.
16374         * modules/git-merge-changelog (Depends-on): Likewise.
16375         * modules/isnand (Depends-on): Likewise.
16376         * modules/isnand-nolibm (Depends-on): Likewise.
16377         * modules/isnanf (Depends-on): Likewise.
16378         * modules/isnanf-nolibm (Depends-on): Likewise.
16379         * modules/isnanl (Depends-on): Likewise.
16380         * modules/isnanl-nolibm (Depends-on): Likewise.
16381         * modules/mbchar (Depends-on): Likewise.
16382         * modules/memcoll (Depends-on): Likewise.
16383         * modules/quotearg (Depends-on): Likewise.
16384         * modules/regex (Depends-on): Likewise.
16385         * modules/relocatable-prog (Depends-on): Likewise.
16386         * modules/same (Depends-on): Likewise.
16387         * modules/signbit (Depends-on): Likewise.
16388         * modules/strcasestr-simple (Depends-on): Likewise.
16389         * modules/unictype/gen-ctype (Depends-on): Likewise.
16390         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
16391         * modules/uniname/uniname (Depends-on): Likewise.
16392         * modules/unistr/u8-cmp (Depends-on): Likewise.
16393
16394 2008-11-02  Bruno Haible  <bruno@clisp.org>
16395
16396         Mark 'memchr' obsolete.
16397         * modules/memchr (Status, Notice): New sections.
16398         * modules/argp (Depends-on): Add memchr.
16399         * modules/base64 (Depends-on): Likewise.
16400         * modules/c-strcasestr (Depends-on): Likewise.
16401         * modules/chdir-long (Depends-on): Likewise.
16402         * modules/fnmatch (Depends-on): Likewise.
16403         * modules/getsubopt (Depends-on): Likewise.
16404         * modules/git-merge-changelog (Depends-on): Likewise.
16405         * modules/glob (Depends-on): Likewise.
16406         * modules/strcasestr-simple (Depends-on): Likewise.
16407         * modules/strnlen (Depends-on): Likewise.
16408
16409 2008-11-02  Bruno Haible  <bruno@clisp.org>
16410
16411         Mark 'atexit' obsolete.
16412         * modules/atexit (Status, Notice): New sections.
16413         * modules/chdir-long (Depends-on): Add atexit.
16414         * modules/wait-process (Depends-on): Likewise.
16415
16416 2008-11-02  Bruno Haible  <bruno@clisp.org>
16417
16418         * gnulib-tool: New option --with-obsolete.
16419         (func_usage): Document it.
16420         (func_modules_transitive_closure): Drop obsolete dependencies if
16421         incobsolete is not true.
16422         (func_import): Read and save the incobsolete variable to the cache.
16423
16424 2008-11-02  Bruno Haible  <bruno@clisp.org>
16425
16426         * modules/TEMPLATE-EXTENDED: New field 'Status'.
16427         * gnulib-tool: New option --extract-status.
16428         (func_usage): Document it.
16429         (sed_extract_prog): Recognize it.
16430         (func_get_status): New function.
16431
16432 2008-10-30  Simon Josefsson  <simon@josefsson.org>
16433
16434         * modules/sockets (License): Change from LGPL to LGPLv2+.
16435
16436 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16437
16438         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
16439
16440 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16441
16442         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16443         Mention times and sys_times.
16444         * modules/sys_times, modules/sys_times-tests: New modules.
16445         * modules/times, modules/times-tests: Likewise
16446         * m4/sys_times_h.m4: New file.
16447         * lib/sys_times.in.h: Likewise
16448         * lib/times.c: Likewise.
16449         * tests/test-sys_times.c: Likewise.
16450         * tests/test-times.c: Likewise.
16451         * doc/posix-headers/sys_times.texi: Update.
16452         * doc/posix-functions/times.texi: Update.
16453
16454 2008-10-28  Jim Meyering  <meyering@redhat.com>
16455
16456         * modules/tempname (Depends-on): Add lstat.
16457
16458         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
16459
16460 2008-10-28  Simon Josefsson  <simon@josefsson.org>
16461
16462         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
16463         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
16464         using idiom used elsewhere in gnulib.
16465
16466 2008-10-27  Jim Meyering  <meyering@redhat.com>
16467
16468         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
16469
16470 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16471
16472         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
16473         TESTS_ENVIRONMENT, for shell scripts that needs to call built
16474         programs.
16475         * tests/test-argp-2.sh: Use $EXEEXT when needed.
16476
16477 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16478
16479         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
16480
16481 2008-10-27  Bruno Haible  <bruno@clisp.org>
16482
16483         * tests/test-lstat.c: Include <stdio.h>.
16484
16485 2008-10-27  Simon Josefsson  <simon@josefsson.org>
16486
16487         * modules/lstat-tests: New module.
16488         * tests/test-lstat.c: New file.
16489
16490 2008-10-26  Jim Meyering  <meyering@redhat.com>
16491
16492         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
16493
16494 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16495             Bruno Haible  <bruno@clisp.org>
16496
16497         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
16498         * modules/configmake (Include): Add a note that the include must come
16499         after all system headers.
16500         * lib/javaversion.c: Include configmake.h after all other includes.
16501
16502 2008-10-26  Bruno Haible  <bruno@clisp.org>
16503
16504         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
16505         HAVE_STRUCT_RANDOM_DATA to 1.
16506         (gl_STDLIB_H): Simplify.
16507
16508 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16509
16510         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
16511         substitute HAVE_STRUCT_RANDOM_DATA.
16512         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
16513         random_data.
16514         * modules/stdlib (Makefile.am): Substitute
16515         HAVE_STRUCT_RANDOM_DATA.
16516
16517 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16518
16519         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
16520         * doc/gnulib-intro.texi (Copyright): Likewise.
16521
16522 2008-10-26  Simon Josefsson  <simon@josefsson.org>
16523
16524         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
16525         findings.
16526
16527 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
16528             Bruno Haible  <bruno@clisp.org>
16529
16530         * lib/unistd.in.h: Include <winsock2.h>.
16531         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
16532         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
16533         Provide dummy declarations.
16534         (gethostname): Override.
16535         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
16536         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
16537         gl_PREREQ_SYS_H_WINSOCK2.
16538         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
16539         * doc/posix-functions/gethostname.texi: More details.
16540
16541 2008-10-25  Bruno Haible  <bruno@clisp.org>
16542
16543         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
16544         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
16545         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
16546
16547         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
16548         here ...
16549         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
16550         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
16551         gl_UNISTD_H_DEFAULTS.
16552
16553 2008-10-25  Eric Blake  <ebb9@byu.net>
16554
16555         signbit: avoid spurious compiler failure
16556         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
16557         declarations inside function.
16558
16559 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16560             Bruno Haible  <bruno@clisp.org>
16561
16562         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
16563         * modules/random_r (Depends-on): Add stdint.
16564
16565 2008-10-24  Bruno Haible  <bruno@clisp.org>
16566
16567         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
16568         Eggert.
16569         * modules/strerror (License): Likewise.
16570
16571 2008-10-24  Jim Meyering  <meyering@redhat.com>
16572
16573         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
16574         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
16575
16576 2008-10-24  Eric Blake  <ebb9@byu.net>
16577
16578         getgroups: fix compilation when getgroups is available
16579         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
16580         but with <config.h> override of getgroups disabled.
16581
16582 2008-10-24  Simon Josefsson  <simon@josefsson.org>
16583
16584         * doc/gnulib.texi (Header files): Add note about C++ problems.
16585         Explained by Bruno Haible <bruno@clisp.org>.
16586
16587 2008-10-23  Bruno Haible  <bruno@clisp.org>
16588
16589         Define a dummy SA_NODEFER macro on Interix.
16590         * lib/signal.in.h (SA_NODEFER): Define fallback.
16591         Reported by Aleksey Cheusov <cheusov@tut.by> via
16592         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
16593
16594 2008-10-23  Bruno Haible  <bruno@clisp.org>
16595
16596         * modules/freadahead (License): Change to LGPLv2+.
16597         Suggested by Simon Josefsson.
16598
16599 2008-10-23  Jim Meyering  <meyering@redhat.com>
16600
16601         random_r: new module
16602         * modules/random_r: New file.
16603         * m4/random_r.m4: New file.
16604         * lib/random_r.c: New file, from glibc.
16605         * modules/random_r-tests: New file.
16606         * tests/test-random_r.c: New file.
16607         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
16608          Declare.
16609         (RAND_MAX): Define.
16610         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
16611         * modules/stdlib: Substitute them, too.
16612         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
16613         * doc/glibc-functions/initstate_r.texi: Mention the new module.
16614         * doc/glibc-functions/random_r.texi: Likewise.
16615         * doc/glibc-functions/setstate_r.texi: Likewise.
16616         * doc/glibc-functions/srandom_r.texi: Likewise.
16617         * config/srclist.txt: Mention it.
16618
16619 2008-10-23  David Lutterkort  <lutter@redhat.com>
16620
16621         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
16622         link requirement
16623
16624 2008-10-23  Jim Meyering  <meyering@redhat.com>
16625
16626         selinux-h: mark parameters of stub functions as intentionally unused
16627         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
16628         * lib/se-context.in.h: Likewise.
16629
16630 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16631
16632         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
16633
16634 2008-10-22  Simon Josefsson  <simon@josefsson.org>
16635
16636         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
16637
16638 2008-10-22  Eric Blake  <ebb9@byu.net>
16639
16640         glthread/thread: avoid compiler warning
16641         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
16642         Add unreachable abort to silence compiler.
16643
16644 2008-10-22  Eric Blake  <ebb9@byu.net>
16645
16646         netdb: also supply struct addrinfo for cygwin 1.5.x
16647         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
16648         older cygwin.
16649         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
16650         cygwin.
16651         * doc/posix-headers/netdb.texi (netdb.h): Document this.
16652
16653 2008-10-22  Bruno Haible  <bruno@clisp.org>
16654
16655         * users.txt: Update entry about pspp.
16656
16657 2008-10-21  Bruno Haible  <bruno@clisp.org>
16658
16659         Simplification.
16660         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
16661         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
16662
16663         Simplification.
16664         * lib/ioctl.c (ioctl): Don't undefine.
16665         * lib/socket.c (socket): Don't undefine.
16666
16667         Remove unused module indicator macros.
16668         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
16669         GNULIB_$1 as a C macro.
16670
16671         * doc/posix-functions/close.texi: Undo last change.
16672         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
16673         Windows platforms.
16674
16675 2008-10-21  Bruno Haible  <bruno@clisp.org>
16676
16677         Add gethostname() declaration to <unistd.h>.
16678         * lib/unistd.in.h (gethostname): New declaration.
16679         * lib/gethostname.c: Include <unistd.h>.
16680         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
16681         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
16682         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
16683         and HAVE_GETHOSTNAME.
16684         * modules/gethostname (Depends-on): Add unistd.
16685         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16686         (Include): Specify <unistd.h>.
16687         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
16688         HAVE_GETHOSTNAME.
16689         * tests/test-gethostname.c: Include <unistd.h> first.
16690
16691 2008-10-21  Bruno Haible  <bruno@clisp.org>
16692
16693         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
16694         * modules/select-tests (Depends-on): Likewise.
16695         Reported by Simon Josefsson.
16696
16697 2008-10-21  Simon Josefsson  <simon@josefsson.org>
16698
16699         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
16700         * lib/accept.c: New file, based on winsock.c.
16701         * lib/bind.c: New file, based on winsock.c.
16702         * lib/connect.c: New file, based on winsock.c.
16703         * lib/getpeername.c: New file, based on winsock.c.
16704         * lib/getsockname.c: New file, based on winsock.c.
16705         * lib/getsockopt.c: New file, based on winsock.c.
16706         * lib/ioctl.c: New file, based on winsock.c.
16707         * lib/listen.c: New file, based on winsock.c.
16708         * lib/recv.c: New file, based on winsock.c.
16709         * lib/recvfrom.c: New file, based on winsock.c.
16710         * lib/send.c: New file, based on winsock.c.
16711         * lib/sendto.c: New file, based on winsock.c.
16712         * lib/setsockopt.c: New file, based on winsock.c.
16713         * lib/shutdown.c: New file, based on winsock.c.
16714         * lib/socket.c: New file, based on winsock.c.
16715         * lib/w32sock.h: New file, based on winsock.c.
16716         * lib/winsock.c: Remove file.
16717         * modules/accept: Likewise.
16718         * modules/bind: Likewise.
16719         * modules/connect: Likewise.
16720         * modules/getpeername: Likewise.
16721         * modules/getsockname: Likewise.
16722         * modules/getsockopt: Likewise.
16723         * modules/ioctl: Likewise.
16724         * modules/listen: Likewise.
16725         * modules/recv: Likewise.
16726         * modules/recvfrom: Likewise.
16727         * modules/send: Likewise.
16728         * modules/sendto: Likewise.
16729         * modules/setsockopt: Likewise.
16730         * modules/shutdown: Likewise.
16731         * modules/socket: Use socket.c instead of winsock.c.
16732         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
16733         * doc/posix-functions/accept.texi: Doc fix.
16734         * doc/posix-functions/bind.texi: Doc fix.
16735         * doc/posix-functions/close.texi: Doc fix.
16736         * doc/posix-functions/connect.texi: Doc fix.
16737         * doc/posix-functions/getpeername.texi: Doc fix.
16738         * doc/posix-functions/getsockname.texi: Doc fix.
16739         * doc/posix-functions/getsockopt.texi: Doc fix.
16740         * doc/posix-functions/ioctl.texi: Doc fix.
16741         * doc/posix-functions/listen.texi: Doc fix.
16742         * doc/posix-functions/recv.texi: Doc fix.
16743         * doc/posix-functions/recvfrom.texi: Doc fix.
16744         * doc/posix-functions/send.texi: Doc fix.
16745         * doc/posix-functions/sendto.texi: Doc fix.
16746         * doc/posix-functions/setsockopt.texi: Doc fix.
16747         * doc/posix-functions/shutdown.texi: Doc fix.
16748         * doc/posix-functions/socket.texi: Doc fix.
16749
16750 2008-10-20  Bruno Haible  <bruno@clisp.org>
16751
16752         Take into account the role of SIGABRT_COMPAT on Windows 2008.
16753         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
16754         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
16755         as an alias for SIGABRT.
16756         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
16757         (sigaction): Map it to SIGABRT.
16758         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
16759
16760 2008-10-20  Bruno Haible  <bruno@clisp.org>
16761
16762         * lib/fts.c: Don't include lstat.h.
16763         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
16764
16765         Move the lstat() declaration to <sys/stat.h>.
16766         * lib/lstat.h: Remove file.
16767         * lib/sys_stat.in.h: Add special invocation convention.
16768         (lstat): New declaration.
16769         * lib/lstat.c (orig_lstat): New function.
16770         (rpl_lstat): Use orig_lstat instead of lstat.
16771         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
16772         AC_C_INLINE. Set REPLACE_LSTAT.
16773         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
16774         and REPLACE_LSTAT.
16775         * modules/lstat (Files): Remove lib/lstat.h.
16776         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
16777         (Include): Specify <sys/stat.h> instead of lstat.h.
16778         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
16779         REPLACE_LSTAT.
16780         * NEWS: Mention the change.
16781
16782 2008-10-20  Bruno Haible  <bruno@clisp.org>
16783
16784         * modules/posix_spawn-tests: New file.
16785         * tests/test-posix_spawn3.c: New file.
16786
16787 2008-10-20  Bruno Haible  <bruno@clisp.org>
16788
16789         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
16790         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16791         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
16792         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
16793         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
16794
16795 2008-10-20  Bruno Haible  <bruno@clisp.org>
16796
16797         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
16798         of posix_spawn on AIX 5.3.
16799
16800 2008-10-20  Bruno Haible  <bruno@clisp.org>
16801
16802         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
16803
16804 2008-10-20  Bruno Haible  <bruno@clisp.org>
16805
16806         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
16807         of AC_LANG_PROGRAM.
16808
16809 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16810
16811         * lib/netdb.in.h: Don't define GNU specific constants until they
16812         are supported or needed.  Reported by Bruno Haible
16813         <bruno@clisp.org>.
16814
16815 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16816
16817         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
16818
16819 2008-10-20  Simon Josefsson  <simon@josefsson.org>
16820
16821         * lib/getaddrinfo.h: Remove file.
16822         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
16823         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
16824         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
16825         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
16826         * modules/netdb: Substitute GNULIB_GETADDRINFO.
16827         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
16828         * tests/test-getaddrinfo.c: Likewise.
16829         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
16830         * NEWS: Mention change.
16831
16832 2008-10-19  Bruno Haible  <bruno@clisp.org>
16833
16834         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
16835
16836 2008-10-19  Bruno Haible  <bruno@clisp.org>
16837
16838         * lib/wait-process.c: Include simply <sys/wait.h>.
16839         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
16840         WIFSTOPPED): Remove fallback definitions.
16841         * modules/wait-process (Depends-on): Add sys_wait.
16842
16843         New module 'sys_wait'.
16844         * modules/sys_wait: New file.
16845         * lib/sys_wait.in.h: New file, partially copied from
16846         lib/wait-process.c.
16847         * m4/sys_wait_h.m4: New file.
16848         * doc/posix-headers/sys_wait.texi: Mention the new module.
16849
16850 2008-10-19  Bruno Haible  <bruno@clisp.org>
16851
16852         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
16853
16854 2008-10-19  Bruno Haible  <bruno@clisp.org>
16855
16856         Assume that waitpid() fills an 'int' status, not a 'union wait'.
16857         * lib/wait-process.c (WAIT_T): Remove type.
16858         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
16859         (wait_subprocess): Update.
16860
16861 2008-10-19  Bruno Haible  <bruno@clisp.org>
16862
16863         New module 'atoll'.
16864         * modules/atoll: New file.
16865         * lib/stdlib.in.h (atoll): New declaration.
16866         * lib/atoll.c: New file, from glibc with modifications.
16867         * m4/atoll.m4: New file.
16868         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
16869         HAVE_ATOLL.
16870         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
16871         * doc/posix-functions/atoll.texi: Mention the new module.
16872
16873 2008-10-19  Bruno Haible  <bruno@clisp.org>
16874
16875         Add strtoull() declaration to <stdlib.h>.
16876         * lib/stdlib.in.h (strtoull): New declaration.
16877         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16878         Set HAVE_STRTOULL.
16879         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
16880         HAVE_STRTOULL.
16881         * modules/strtoull (Depends-on): Add stdlib.
16882         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16883         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
16884         HAVE_STRTOULL.
16885
16886 2008-10-19  Bruno Haible  <bruno@clisp.org>
16887
16888         Add strtoll() declaration to <stdlib.h>.
16889         * lib/stdlib.in.h (strtoll): New declaration.
16890         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
16891         Set HAVE_STRTOLL.
16892         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
16893         HAVE_STRTOLL.
16894         * modules/strtoll (Depends-on): Add stdlib.
16895         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16896         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
16897
16898 2008-10-19  Bruno Haible  <bruno@clisp.org>
16899
16900         * modules/bcopy (Depends-on): Add strings.
16901         (Include): Specify <strings.h>.
16902
16903 2008-10-19  Bruno Haible  <bruno@clisp.org>
16904
16905         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
16906
16907 2008-10-19  Bruno Haible  <bruno@clisp.org>
16908
16909         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
16910         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
16911         mingw.
16912
16913 2008-10-19  Bruno Haible  <bruno@clisp.org>
16914
16915         * lib/atanl.c: Don't include isnanl.h.
16916         * lib/cosl.c: Likewise.
16917         * lib/ldexpl.c: Likewise.
16918         * lib/logl.c: Likewise.
16919         * lib/sinl.c: Likewise.
16920         * lib/sqrtl.c: Likewise.
16921         * lib/tanl.c: Likewise.
16922
16923         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
16924         * lib/isnanf.h: Remove file.
16925         * lib/isnand.h: Remove file.
16926         * lib/isnanl.h: Remove file.
16927         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
16928         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
16929         macros.
16930         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
16931         HAVE_ISNANF, don't define it as a C macro.
16932         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
16933         HAVE_ISNAND, don't define it as a C macro.
16934         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
16935         HAVE_ISNANL, don't define it as a C macro.
16936         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
16937         HAVE_ISNAN[FDL].
16938         * modules/isnanf (Files): Remove lib/isnanf.h.
16939         (Depends-on): Add math.
16940         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16941         (Include): Specify <math.h> instead of isnanf.h.
16942         * modules/isnand (Files): Remove lib/isnand.h.
16943         (Depends-on): Add math.
16944         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16945         (Include): Specify <math.h> instead of isnand.h.
16946         * modules/isnanl (Files): Remove lib/isnanl.h.
16947         (Depends-on): Add math.
16948         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
16949         (Include): Specify <math.h> instead of isnanl.h.
16950         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
16951         HAVE_ISNAN[FDL].
16952         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
16953         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
16954         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
16955         * NEWS: Mention the change.
16956
16957 2008-10-18  Bruno Haible  <bruno@clisp.org>
16958
16959         Add getusershell(), setusershell(), endusershell() declarations to
16960         <unistd.h>.
16961         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
16962         declarations.
16963         * lib/getusershell.c: Include unistd.h.
16964         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
16965         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
16966         HAVE_GETUSERSHELL.
16967         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
16968         and HAVE_GETUSERSHELL.
16969         * modules/getusershell (Depends-on): Add unistd, extensions.
16970         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
16971         (Include): Specify <unistd.h>.
16972         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
16973         HAVE_GETUSERSHELL.
16974
16975 2008-10-18  Bruno Haible  <bruno@clisp.org>
16976
16977         Add a getloadavg() declaration to <stdlib.h>.
16978         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
16979         getloadavg declaration.
16980         (getloadavg): New declaration.
16981         * lib/getloadavg.c: Include <stdlib.h> first.
16982         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
16983         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
16984         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
16985         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
16986         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16987         * modules/getloadavg (Depends-on): Add stdlib, extensions.
16988         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
16989         (Include): Specify <stdlib.h>.
16990         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
16991         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
16992
16993 2008-10-18  Bruno Haible  <bruno@clisp.org>
16994
16995         * lib/dirchownmod.c: Don't include lchmod.h.
16996
16997         Move the lchmod() declaration to <sys/stat.h>.
16998         * lib/lchmod.h: Remove file.
16999         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
17000         (lchmod): New declaration, moved here from lib/lchown.h.
17001         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
17002         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
17003         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
17004         and HAVE_LCHMOD.
17005         * modules/lchmod (Files): Remove lib/lchmod.h.
17006         (Depends-on): Add sys_stat, extensions.
17007         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
17008         (Include): Specify <sys/stat.h> instead of lchmod.h.
17009         * modules/sys_stat (Depends-on): Add link-warning.
17010         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
17011         definition of GL_LINK_WARNING.
17012         * NEWS: Mention the change.
17013
17014 2008-10-18  Bruno Haible  <bruno@clisp.org>
17015
17016         * lib/fchdir.c: Don't include dirfd.h.
17017         * lib/fts.c: Likewise.
17018         * lib/getcwd.c: Likewise.
17019         * lib/glob.c: Likewise.
17020
17021         Move the dirfd() declaration to <dirent.h>.
17022         * lib/dirfd.h: Remove file.
17023         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
17024         (dirfd): New declaration.
17025         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
17026         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
17027         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
17028         HAVE_DECL_DIRFD.
17029         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
17030         HAVE_DECL_DIRFD.
17031         * modules/dirfd (Files): Remove lib/dirfd.h.
17032         (Depends-on): Add dirent, extensions.
17033         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
17034         (Include): Specify <dirent.h> instead of dirfd.h.
17035         * modules/dirent (Depends-on): Add link-warning.
17036         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
17037         definition of GL_LINK_WARNING.
17038         * NEWS: Mention the change.
17039
17040 2008-10-18  Bruno Haible  <bruno@clisp.org>
17041
17042         Move the euidaccess() declaration to <unistd.h>.
17043         * lib/euidaccess.h: Remove file.
17044         * lib/unistd.in.h (euidaccess): New declaration.
17045         * lib/euidaccess.c: Don't include euidaccess.h.
17046         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
17047         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
17048         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
17049         and HAVE_EUIDACCESS.
17050         * modules/euidaccess (Files): Remove lib/euidaccess.h.
17051         (Depends-on): Add unistd.
17052         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17053         (Include): Specify <unistd.h> instead of euidaccess.h.
17054         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
17055         HAVE_EUIDACCESS.
17056         * NEWS: Mention the change.
17057
17058 2008-10-18  Bruno Haible  <bruno@clisp.org>
17059
17060         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
17061
17062         Move the getdomainname() declaration to <unistd.h>.
17063         * lib/getdomainname.h: Remove file.
17064         * lib/unistd.in.h (getdomainname): New declaration.
17065         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
17066         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
17067         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
17068         HAVE_GETDOMAINNAME.
17069         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17070         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
17071         * modules/getdomainname (Files): Remove lib/getdomainname.h.
17072         (Depends-on): Add unistd, extensions.
17073         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
17074         (Includes): Specify <unistd.h> instead of getdomainname.h.
17075         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
17076         HAVE_GETDOMAINNAME.
17077         * NEWS: Mention the change.
17078
17079 2008-10-18  Bruno Haible  <bruno@clisp.org>
17080
17081         * modules/dirent: New file.
17082         * m4/dirent_h.m4: New file.
17083         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
17084         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
17085         * modules/fchdir (Files): Remove lib/dirent.in.h.
17086         (Depends-on): Add dirent.
17087         (Makefile.am): Move rules to modules/dirent.
17088         * doc/posix-headers/dirent.texi: Mention the new module.
17089
17090 2008-10-18  Bruno Haible  <bruno@clisp.org>
17091
17092         Avoid -Wunused-parameter warnings in public gnulib header files.
17093         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
17094         macro.
17095         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
17096
17097 2008-10-18  Bruno Haible  <bruno@clisp.org>
17098
17099         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
17100         * doc/glibc-functions/error.texi: Mention the module 'error'.
17101         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
17102         * doc/glibc-functions/getdomainname.texi: Mention the module
17103         'getdomainname'.
17104         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
17105         * doc/glibc-functions/getpagesize.texi: Mention the module
17106         'getpagesize'.
17107         * doc/glibc-functions/getusershell.texi: Mention the module
17108         'getusershell'.
17109         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
17110         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
17111         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
17112         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
17113         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
17114         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
17115         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
17116         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
17117         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
17118         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
17119         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
17120         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
17121         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
17122         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
17123
17124 2008-10-17  Bruno Haible  <bruno@clisp.org>
17125
17126         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
17127         HP-UX and IRIX, use -0.0L.
17128         * tests/test-ceill.c (minus_zero): Likewise.
17129         * tests/test-floorl.c (minus_zero): Likewise.
17130         * tests/test-frexpl.c (minus_zero): Likewise.
17131         * tests/test-isnan.c (minus_zerol): Likewise.
17132         * tests/test-isnanl.h (minus_zero): Likewise.
17133         * tests/test-ldexpl.c (minus_zero): Likewise.
17134         * tests/test-roundl.c (minus_zero): Likewise.
17135         * tests/test-signbit.c (minus_zerol): Likewise.
17136         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17137         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17138         * tests/test-truncl.c (minus_zero): Likewise.
17139         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17140         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17141         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
17142         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17143
17144 2008-10-17  Bruno Haible  <bruno@clisp.org>
17145
17146         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
17147         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
17148         that it gets activated only for gcc >= 3.0.
17149         * lib/dirent.in.h: Likewise.
17150         * lib/errno.in.h: Likewise.
17151         * lib/fcntl.in.h: Likewise.
17152         * lib/float.in.h: Likewise.
17153         * lib/iconv.in.h: Likewise.
17154         * lib/inttypes.in.h: Likewise.
17155         * lib/locale.in.h: Likewise.
17156         * lib/math.in.h: Likewise.
17157         * lib/netdb.in.h: Likewise.
17158         * lib/netinet_in.in.h: Likewise.
17159         * lib/search.in.h: Likewise.
17160         * lib/signal.in.h: Likewise.
17161         * lib/spawn.in.h: Likewise.
17162         * lib/stdarg.in.h: Likewise.
17163         * lib/stdint.in.h: Likewise.
17164         * lib/stdio.in.h: Likewise.
17165         * lib/stdlib.in.h: Likewise.
17166         * lib/string.in.h: Likewise.
17167         * lib/strings.in.h: Likewise.
17168         * lib/sys_file.in.h: Likewise.
17169         * lib/sys_ioctl.in.h: Likewise.
17170         * lib/sys_select.in.h: Likewise.
17171         * lib/sys_socket.in.h: Likewise.
17172         * lib/sys_stat.in.h: Likewise.
17173         * lib/sys_time.in.h: Likewise.
17174         * lib/sysexits.in.h: Likewise.
17175         * lib/time.in.h: Likewise.
17176         * lib/unistd.in.h: Likewise.
17177         * lib/wchar.in.h: Likewise.
17178         * lib/wctype.in.h: Likewise.
17179         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17180
17181 2008-10-17  Jim Meyering  <meyering@redhat.com>
17182
17183         ignore-value: don't depend on inline module
17184         * modules/ignore-value (Depends-on): Remove 'inline'.
17185         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
17186         Suggestion from Bruno Haible.
17187
17188 2008-10-17  Bruno Haible  <bruno@clisp.org>
17189
17190         New implementation of condition variables for Win32.
17191         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
17192         (gl_linked_waitqueue_t): New type.
17193         (gl_cond_t): Use it.
17194         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
17195         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
17196         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
17197         (glthread_cond_init_func, glthread_cond_wait_func,
17198         glthread_cond_timedwait_func, glthread_cond_signal_func,
17199         glthread_cond_broadcast_func, glthread_cond_destroy_func):
17200         Reimplemented on the basis of gl_linked_waitqueue_t.
17201         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
17202         gl_waitqueue_t.
17203         (gl_rwlock_t): Update.
17204         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
17205
17206 2008-10-17  Simon Josefsson  <simon@josefsson.org>
17207
17208         * modules/recvfrom (Depends-on): Add dependency on getpeername.
17209         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17210
17211 2008-10-17  Jim Meyering  <meyering@redhat.com>
17212
17213         ignore-value: new module
17214         * modules/ignore-value: New file.
17215         * lib/ignore-value.h: New file.
17216         * MODULES.html.sh (Compiler warning management): New section,
17217         just for this module.  More to come.
17218
17219 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
17220
17221         open-safer.c: avoid 'signed and unsigned in conditional...' warning
17222         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
17223         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
17224
17225 2008-10-16  Jim Meyering  <meyering@redhat.com>
17226
17227         openat-die.c: avoid 'no previous prototype' warning
17228         * lib/openat-die.c: Include "openat.h".
17229         Reported by Reuben Thomas <rrt@sc3d.org>.
17230
17231 2008-10-16  Simon Josefsson  <simon@josefsson.org>
17232
17233         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
17234         * lib/netdb.in.h: Fix typo.
17235         Reported by Bruno Haible  <bruno@clisp.org>
17236
17237         * lib/netdb.in.h: Include sys/socket.h for platforms without
17238         netdb.h, to get structures like hostent on MinGW.
17239         * modules/netdb (Depends-on): Add sys_socket.
17240
17241 2008-10-15  Simon Josefsson  <simon@josefsson.org>
17242
17243         * modules/netdb, modules/netdb-tests: New file.
17244         * m4/netdb_h.m4: New file.
17245         * lib/netdb.in.h: Add, currently just an empty file pending
17246         definitions.
17247         * tests/test-netdb.c: New file.
17248         * doc/posix-headers/netdb.texi: Mention that we replace it if
17249         needed.
17250         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
17251         netdb.
17252
17253 2008-10-15  Simon Josefsson  <simon@josefsson.org>
17254
17255         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
17256         with code.
17257
17258 2008-10-13  Bruno Haible  <bruno@clisp.org>
17259
17260         * lib/glthread/cond.c (glthread_cond_wait_func,
17261         glthread_cond_timedwait_func): Add a comment.
17262
17263 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17264
17265         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
17266         * tests/test-select.c: Likewise,
17267
17268 2008-10-13  Bruno Haible  <bruno@clisp.org>
17269
17270         * lib/glthread/cond.c (glthread_cond_wait_func,
17271         glthread_cond_timedwait_func): Fix variable name.
17272         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17273
17274 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
17275
17276         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
17277         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
17278         struct sockaddr.sa_len.
17279         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
17280
17281 2008-10-13  Simon Josefsson  <simon@josefsson.org>
17282
17283         * build-aux/pmccabe2html: Add css and css_url parameters.
17284
17285 2008-10-12  Bruno Haible  <bruno@clisp.org>
17286
17287         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
17288         calling aclx_get.
17289         Reported by Rainer Tammer <tammer@tammer.net>.
17290
17291 2008-10-12  Bruno Haible  <bruno@clisp.org>
17292
17293         Use msvcrt aware primitives for creation/termination of Win32 threads.
17294         * lib/glthread/thread.c: Include <process.h>.
17295         (glthread_create_func): Use _beginthreadex instead of CreateThread.
17296         (wrapper_func): Update signature.
17297         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
17298
17299 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
17300             Bruno Haible  <bruno@clisp.org>
17301
17302         Provide a Win32 implementation of the 'cond' module.
17303         * lib/glthread/cond.h [USE_WIN32]: New implementation.
17304         * lib/glthread/cond.c (glthread_cond_init_func,
17305         glthread_cond_wait_func, glthread_cond_timedwait_func,
17306         glthread_cond_signal_func, glthread_cond_broadcast_func,
17307         glthread_cond_destroy_func) [USE_WIN32]: New functions.
17308         * modules/cond (Dependencies): Add gettimeofday.
17309
17310 2008-10-11  Bruno Haible  <bruno@clisp.org>
17311
17312         Make sleep work on older versions of mingw.
17313         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
17314         only whether it exists.
17315         * doc/posix-functions/sleep.texi: Mention the problem with older
17316         versions of mingw.
17317
17318 2008-10-11  Bruno Haible  <bruno@clisp.org>
17319
17320         New module 'shutdown'.
17321         * modules/shutdown: New file.
17322         * lib/sys_socket.in.h (shutdown): New declaration.
17323         * lib/winsock.c (shutdown): New function.
17324         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
17325         GNULIB_SHUTDOWN.
17326         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
17327         * doc/posix-functions/shutdown.texi: Document the new module.
17328
17329 2008-10-11  Jim Meyering  <meyering@redhat.com>
17330
17331         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
17332
17333 2008-10-11  Bruno Haible  <bruno@clisp.org>
17334
17335         New module 'fclose'.
17336         * modules/fclose: New file.
17337         * lib/stdio.in.h (fclose): New declaration.
17338         * lib/fclose.c: New file.
17339         * m4/fclose.m4: New file.
17340         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
17341         REPLACE_FCLOSE.
17342         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
17343         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
17344         REPLACE_FCLOSE.
17345         * modules/close (Depends-on): fclose.
17346         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
17347
17348 2008-10-11  Bruno Haible  <bruno@clisp.org>
17349
17350         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
17351         set errno and don't call _close.
17352
17353 2008-10-10  Bruno Haible  <bruno@clisp.org>
17354
17355         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
17356         ACL, not afterwards. Fixes test failure on Cygwin.
17357
17358 2008-10-09  Ben Pfaff  <blp@gnu.org>
17359
17360         * build-aux/announce-gen: Fix gnulib version related part of usage
17361         message.  Die with a useful error message if no tarballs are
17362         found.
17363
17364 2008-10-10  Jim Meyering  <meyering@redhat.com>
17365
17366         bootstrap: use git's --depth=N option only if it's supported
17367         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
17368         recognize the --depth option.  Reported by Pádraig Brady.
17369
17370 2008-10-09  Bruno Haible  <bruno@clisp.org>
17371
17372         New module 'ioctl'.
17373         * modules/ioctl: New file.
17374         * lib/sys_socket.in.h (ioctl): Remove declaration.
17375         * lib/winsock.c: Include <sys/ioctl.h>.
17376         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
17377         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
17378         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
17379         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
17380         * doc/posix-functions/ioctl.texi: Mention the new module.
17381
17382 2008-10-09  Bruno Haible  <bruno@clisp.org>
17383
17384         New module 'sys_ioctl'.
17385         * lib/sys_ioctl.in.h: New file.
17386         * m4/sys_ioctl_h.m4: New file.
17387         * modules/sys_ioctl: New file.
17388         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
17389
17390 2008-10-09  Bruno Haible  <bruno@clisp.org>
17391
17392         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
17393         * lib/winsock.c: Include <stdarg.h>.
17394         (rpl_ioctl): Change to second argument 'int' and then varargs.
17395
17396 2008-10-09  Bruno Haible  <bruno@clisp.org>
17397
17398         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
17399         when the sys_socket module is present and the system has <winsock2.h>.
17400
17401 2008-10-09  Bruno Haible  <bruno@clisp.org>
17402
17403         * doc/posix-functions/close.texi: Mention module 'close' instead of
17404         module 'sys_socket'.
17405
17406 2008-10-09  Bruno Haible  <bruno@clisp.org>
17407
17408         * doc/glibc-headers/sys_ioctl.texi: New file.
17409         * doc/gnulib.texi: Include it.
17410
17411 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17412             Bruno Haible  <bruno@clisp.org>
17413
17414         Combine the two replacements of 'close'.
17415         * lib/sys_socket.in.h (close): Define to a reminder to include
17416         <unistd.h>.
17417         (_gl_close_fd_maybe_socket): New declaration.
17418         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
17419         * lib/winsock.c (close): Remove undefinition.
17420         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
17421         needed for the gnulib module 'close'.
17422         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
17423         define to an error symbol or to a warning, if suitable.
17424         * lib/close.c: Include <sys/socket.h>.
17425         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
17426         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
17427         UNISTD_H_HAVE_WINSOCK2_H.
17428         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
17429         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17430         UNISTD_H_HAVE_WINSOCK2_H.
17431         * modules/sys_socket (Files): Add m4/unistd_h.m4.
17432         (configure.ac): Set a module indicator.
17433         (Makefile.am): Substitute GNULIB_CLOSE.
17434         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
17435         * modules/poll-tests (Depends-on): Add close.
17436         * modules/select-tests (Depends-on): Likewise.
17437
17438 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17439             Bruno Haible  <bruno@clisp.org>
17440
17441         New module 'close'.
17442         * modules/close: New file.
17443         * lib/unistd.in.h (close): Move declaration out of the
17444         FCHDIR_REPLACEMENT scope.
17445         (_gl_unregister_fd): New declaration.
17446         * lib/close.c: New file.
17447         * lib/fchdir.c (rpl_close): Remove function.
17448         * m4/close.m4: New file.
17449         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17450         close.
17451         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
17452         REPLACE_CLOSE.
17453         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
17454         REPLACE_CLOSE.
17455         * modules/fchdir (Depends-on): Add close.
17456
17457 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17458             Bruno Haible  <bruno@clisp.org>
17459
17460         * lib/fcntl.in.h (open): Simplify conditionals.
17461         (_gl_register_fd): New declaration.
17462         * lib/fchdir.c (rpl_open): Remove function.
17463         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
17464         also.
17465         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
17466         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
17467         open.
17468
17469 2008-10-09  Jim Meyering  <meyering@redhat.com>
17470
17471         GNUmakefile: use the more name-space-friendly "_version"
17472         * top/GNUmakefile (_dummy): Update.
17473         (_version): Rename from "version".
17474
17475 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17476             Bruno Haible  <bruno@clisp.org>
17477
17478         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
17479         rpl_close.
17480         (_gl_register_fd): New function, extracted from rpl_open.
17481         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
17482         (rpl_open, rpl_opendir): Use _gl_register_fd.
17483
17484 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
17485
17486         Fix organization of 'open' replacement.
17487         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
17488         (gl_FUNC_OPEN): Use it.
17489         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
17490
17491 2008-10-08  Bruno Haible  <bruno@clisp.org>
17492
17493         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
17494
17495 2008-10-08  Simon Josefsson  <simon@josefsson.org>
17496
17497         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
17498         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
17499         listen).
17500
17501 2008-10-08  Eric Blake  <ebb9@byu.net>
17502
17503         GNUmakefile: add 'make version' target
17504         * top/GNUmakefile (_curr-ver): Split version update rules...
17505         (version): ...into a target.
17506
17507 2008-10-07  Bruno Haible  <bruno@clisp.org>
17508
17509         Use a more portable replacement expression for -0.0L.
17510         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
17511         instead of -0.0L. Fix m4 quotation.
17512
17513         * tests/test-signbit.c: Include <float.h>.
17514         (minus_zero): New variable.
17515         (test_signbitl): Use minus_zero instead of -zero.
17516         * modules/signbit-tests (Depends-on): Add float.
17517
17518         * tests/test-ceill.c: Include <float.h>.
17519         (zero): Remove variable.
17520         (minus_zero): New variable.
17521         (main): Use minus_zero instead of -zero.
17522         * modules/ceill-tests (Depends-on): Add float.
17523
17524         * tests/test-floorl.c: Include <float.h>.
17525         (zero): Remove variable.
17526         (minus_zero): New variable.
17527         (main): Use minus_zero instead of -zero.
17528         * modules/floorl-tests (Depends-on): Add float.
17529
17530         * tests/test-roundl.c: Include <float.h>.
17531         (zero): Remove variable.
17532         (minus_zero): New variable.
17533         (main): Use minus_zero instead of -zero.
17534         * modules/roundl-tests (Depends-on): Add float.
17535
17536         * tests/test-truncl.c: Include <float.h>.
17537         (zero): Remove variable.
17538         (minus_zero): New variable.
17539         (main): Use minus_zero instead of -zero.
17540         * modules/truncl-tests (Depends-on): Add float.
17541
17542         * tests/test-frexpl.c (zero): Remove variable.
17543         (minus_zero): New variable.
17544         (main): Use minus_zero instead of -zero.
17545         * modules/frexpl-tests (Depends-on): Add float.
17546
17547         * tests/test-isnan.c (zerol): Remove variable.
17548         (minus_zerol): New variable.
17549         (test_long_double): Use minus_zerol instead of -zerol.
17550         * modules/isnan-tests (Depends-on): Add float.
17551
17552         * tests/test-isnanl.h (zero): Remove variable.
17553         (minus_zero): New variable.
17554         (main): Use minus_zero instead of -zero.
17555         * modules/isnanl-nolibm-tests (Depends-on): Add float.
17556         * modules/isnanl-tests (Depends-on): Add float.
17557
17558         * tests/test-ldexpl.c (zero): Remove variable.
17559         (minus_zero): New variable.
17560         (main): Use minus_zero instead of -zero.
17561         * modules/ldexpl-tests (Depends-on): Add float.
17562
17563         * tests/test-snprintf-posix.h (zerol): Remove variable.
17564         (minus_zerol): New variable.
17565         (test_function): Use minus_zerol instead of -zerol.
17566         * modules/snprintf-posix-tests (Depends-on): Add float.
17567         * modules/vsnprintf-posix-tests (Depends-on): Add float.
17568
17569         * tests/test-sprintf-posix.h (zerol): Remove variable.
17570         (minus_zerol): New variable.
17571         (test_function): Use minus_zerol instead of -zerol.
17572         * modules/sprintf-posix-tests (Depends-on): Add float.
17573         * modules/vsprintf-posix-tests (Depends-on): Add float.
17574
17575         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
17576         (minus_zerol): New variable.
17577         (test_function): Use minus_zerol instead of -zerol.
17578         * modules/vasnprintf-posix-tests (Depends-on): Add float.
17579
17580         * tests/test-vasprintf-posix.c (zerol): Remove variable.
17581         (minus_zerol): New variable.
17582         (test_function): Use minus_zerol instead of -zerol.
17583         * modules/vasprintf-posix-tests (Depends-on): Add float.
17584
17585 2008-10-07  Simon Josefsson  <simon@josefsson.org>
17586
17587         * MODULES.html.sh (Support for building documentation): Mention
17588         pmccabe2html.  Sort entries.
17589
17590         Add pmccabe2html module, from gnupdf.
17591         * build-aux/pmccabe.css: New file.
17592         * build-aux/pmccabe2html: New file.
17593         * m4/pmccabe2html.m4: New file.
17594         * modules/pmccabe2html: New file.
17595
17596 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
17597
17598         flock: new module
17599         * MODULES.html.sh: Add to list of modules.
17600         * lib/flock.c: flock implementation for Windows and Unix systems
17601         which have fcntl.
17602         * doc/glibc-functions/flock.texi: Update documentation.
17603         * lib/sys_file.in.h: <sys/file.h> header file.
17604         * m4/flock.m4: M4 macros.
17605         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
17606         * modules/flock: flock module.
17607         * modules/flock-tests: flock tests module.
17608         * modules/sys_file: sys/file.h module.
17609         * tests/test-flock.c: test suite for flock.
17610
17611 2008-10-06  Jim Meyering  <meyering@redhat.com>
17612
17613         bootstrap: check for LT_INIT more portably still ;-)
17614         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
17615         Spotted by Bruno Haible.
17616
17617 2008-10-06  Eric Blake  <ebb9@byu.net>
17618
17619         test-signbit: avoid tripping Irix cc bug on -0.0L
17620         * tests/test-signbit.c (minus_zerol): Delete, and replace with
17621         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
17622         entire testsuite consistent and avoids an Irix 6.2 bug.
17623
17624 2008-10-05  Bruno Haible  <bruno@clisp.org>
17625             Jim Meyering  <jim@meyering.net>
17626
17627         Add an option for ignoring EPIPE during close_stdout.
17628         * lib/closeout.h: Include <stdbool.h>.
17629         (close_stdout_set_ignore_EPIPE): New declaration.
17630         * lib/closeout.c: Include <stdbool.h>.
17631         (ignore_EPIPE): New variable.
17632         (close_stdout_set_ignore_EPIPE): New function.
17633         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
17634         * lib/close-stream.c (close_stream): Mention the possible EPIPE
17635         failure.
17636         * modules/closeout (Depends-on): Add stdbool.
17637
17638 2008-10-05  Bruno Haible  <bruno@clisp.org>
17639
17640         * modules/accept: New file.
17641         * modules/bind: New file.
17642         * modules/connect: New file.
17643         * modules/getpeername: New file.
17644         * modules/getsockname: New file.
17645         * modules/getsockopt: New file.
17646         * modules/listen: New file.
17647         * modules/recv: New file.
17648         * modules/recvfrom: New file.
17649         * modules/send: New file.
17650         * modules/sendto: New file.
17651         * modules/setsockopt: New file.
17652         * modules/socket: New file.
17653         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
17654         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
17655         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
17656         the particular module is requested. Add a link warning when the
17657         particular module is not requested.
17658         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
17659         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
17660         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
17661         the particular module is requested.
17662         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
17663         gl_SYS_SOCKET_H_DEFAULTS): New macros.
17664         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
17665         * modules/sys_socket (Depends-on): Add link-warning.
17666         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
17667         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
17668         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
17669         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
17670         GL_LINK_WARNING.
17671         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
17672         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
17673         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
17674         * doc/posix-functions/getpeername.texi: Mention the new module
17675         'getpeername'.
17676         * doc/posix-functions/getsockname.texi: Mention the new module
17677         'getsockname'.
17678         * doc/posix-functions/getsockopt.texi: Mention the new module
17679         'getsockopt'.
17680         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
17681         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
17682         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
17683         * doc/posix-functions/send.texi: Mention the new module 'send'.
17684         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
17685         * doc/posix-functions/setsockopt.texi: Mention the new module
17686         'setsockopt'.
17687         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
17688         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
17689         listen, connect, accept.
17690         * modules/select-tests (Depends-on): Likewise.
17691
17692 2008-10-05  Bruno Haible  <bruno@clisp.org>
17693
17694         * lib/winsock.c (strerror): Remove unused #undef.
17695         (rpl_close): Remove unused local variable.
17696
17697         * modules/sys_socket (Depends-on); Add errno.
17698
17699 2008-10-05  Bruno Haible  <bruno@clisp.org>
17700
17701         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
17702         (select): Add a link warning when the 'select' module is not used.
17703         * modules/sys_select (Depends-on): Add link-warning.
17704         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
17705         Suggested by Paolo Bonzini.
17706
17707 2008-10-05  Jim Meyering  <meyering@redhat.com>
17708
17709         bootstrap: check for LT_INIT more portably
17710         * build-aux/bootstrap: Avoid using grep -E, since it's not
17711         portable enough.  Suggestion from Bruno Haible.
17712
17713 2008-10-05  Bruno Haible  <bruno@clisp.org>
17714
17715         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
17716         as being fixed by gnulib.
17717
17718 2008-10-05  Bruno Haible  <bruno@clisp.org>
17719
17720         * modules/select-tests: New file, mostly copied from
17721         modules/sys_select-tests.
17722         * tests/test-select.c: New file, mostly copied from
17723         tests/test-sys_select.c.
17724         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
17725         * modules/sys_select-tests (Depends-on): Remove all dependencies.
17726         (Makefile.am): Remove test_sys_select_LDADD.
17727
17728         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
17729         to an undefined symbol, for an error message.
17730         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
17731         (gl_SYS_SELECT_H_DEFAULTS): New macro.
17732         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
17733         winsock-select.c here.
17734         * modules/sys_select (Files): Remove lib/winsock-select.c.
17735         (Depends-on): Remove alloca.
17736         (Makefile.am): Substitute GNULIB_SELECT.
17737         * modules/select: New file.
17738         * doc/posix-functions/select.texi: Update.
17739
17740 2008-10-05  Bruno Haible  <bruno@clisp.org>
17741
17742         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
17743         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
17744         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
17745         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
17746         getdtablesize.
17747         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
17748         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
17749
17750 2008-10-05  Bruno Haible  <bruno@clisp.org>
17751
17752         * modules/getdtablesize-tests: New file.
17753         * tests/test-getdtablesize.c: New file.
17754
17755         New module 'getdtablesize'.
17756         * lib/unistd.in.h (getdtablesize): New declaration.
17757         * lib/getdtablesize.c: New file.
17758         * m4/getdtablesize.m4: New file.
17759         * modules/getdtablesize: New file.
17760         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
17761         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
17762         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
17763         HAVE_GETDTABLESIZE.
17764         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
17765
17766 2008-10-05  Bruno Haible  <bruno@clisp.org>
17767
17768         * modules/sched (Makefile.am): Fix typo.
17769         Reported by Simon Josefsson.
17770
17771 2008-10-05  Jim Meyering  <meyering@redhat.com>
17772
17773         bootstrap: check for LT_INIT, too
17774         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
17775         are deprecated.  Suggestion from Ralf Wildenhues.
17776
17777 2008-10-05  Bruno Haible  <bruno@clisp.org>
17778
17779         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
17780         overriding them by ours.
17781         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
17782
17783 2008-10-05  Jim Meyering  <meyering@redhat.com>
17784
17785         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
17786         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
17787         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
17788
17789 2008-10-04  Bruno Haible  <bruno@clisp.org>
17790
17791         * modules/dup2 (License): Change to LGPLv2+.
17792         * modules/sleep (License): Likewise.
17793         * modules/perror (License): Likewise.
17794         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
17795         Blake.
17796         * modules/signal (License): Likewise.
17797         * modules/sigprocmask (License): Likewise.
17798         * modules/raise (License): Change to LGPLv2+, with approval by Jim
17799         Meyering.
17800
17801 2008-10-04  Bruno Haible  <bruno@clisp.org>
17802
17803         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
17804         Reported by Rainer Tammer <tammer@tammer.net>.
17805
17806 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
17807             Bruno Haible  <bruno@clisp.org>
17808
17809         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
17810         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
17811         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
17812
17813 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
17814
17815         filevercmp: new module
17816         * lib/filevercmp.h: New function filevercmp comparing version strings.
17817         * lib/filevercmp.c: Implementation of filevercmp function.
17818         * modules/filevercmp: Module metadata.
17819         * tests/test-filevercmp.c: Unit test for new module.
17820         * modules/filevercmp-tests: Unit test metadata.
17821         * MODULES.html.sh: Add filevercmp module.
17822
17823 2008-10-03  Bruno Haible  <bruno@clisp.org>
17824
17825         * lib/c-ctype.h: Add comment.
17826         Reported by Jim Meyering.
17827
17828 2008-10-02  Bruno Haible  <bruno@clisp.org>
17829
17830         * modules/posix_spawn-internal (Depends-on): Add 'open'.
17831
17832 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17833
17834         * build-aux/bootstrap: Allow renaming bootstrap, and change the
17835         name of bootstrap.conf accordingly.
17836
17837 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17838
17839         * build-aux/bootstrap: Install git-merge-changelog configuration
17840         items into .gitconfig if needed.
17841
17842 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
17843
17844         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
17845         git repository, and initialize/update it accordingly.
17846
17847 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
17848
17849         * modules/fsync-tests: New file.
17850         * tests/test-fsync.c: New file.
17851
17852         New module 'fsync'.
17853         * lib/fsync.c: New file.
17854         * m4/fsync.m4: New file.
17855         * modules/fsync: New file.
17856         * lib/unistd.in.h (fsync): New declaration.
17857         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
17858         GNULIB_FSYNC and HAVE_FSYNC.
17859         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
17860         * MODULES.html.sh (posix_functions): Add fsync.
17861         * doc/posix-functions/fsync.texi: Mention the new module.
17862
17863 2008-10-02  Jim Meyering  <meyering@redhat.com>
17864
17865         fts.c: sync with similar code from coreutils' remove.c
17866         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
17867         Guard also with "#if defined __linux__", since for now at least,
17868         this code is Linux-kernel-specific.
17869
17870 2008-10-02  Jim Meyering  <meyering@redhat.com>
17871
17872         fts: bug fixes
17873         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
17874         Include <sys/vfs.h>, not <sys/statfs.h>.
17875
17876         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
17877         Include <sys/vfs.h>, not <sys/statfs.h>.
17878
17879 2008-10-01  Bruno Haible  <bruno@clisp.org>
17880
17881         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
17882         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
17883         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
17884         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
17885         * doc/posix-functions/posix_spawnp.texi: Likewise.
17886         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
17887         whether posix_spawn actually works.
17888         * m4/pipe.m4 (gl_PIPE): Likewise.
17889         * modules/execute (Files): Add m4/posix_spawn.m4.
17890         * modules/pipe (Files): Add m4/posix_spawn.m4.
17891         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
17892
17893 2008-10-01  Jim Meyering  <meyering@redhat.com>
17894
17895         remove trailing spaces
17896         * NEWS: Likewise.
17897         * lib/poll.c (poll): Likewise.
17898         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
17899         * lib/winsock.c (rpl_close): Likewise.
17900         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
17901         * modules/yield: Likewise.
17902         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
17903         * tests/test-sys_select.c (connect_to_socket): Likewise.
17904
17905         fts.c: adjust a new interface to be more generally useful
17906         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
17907         (fts_build): Adjust caller.
17908
17909 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17910
17911         * modules/cond-tests: New file.
17912         * tests/test-cond.c: New file.
17913
17914 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17915             Bruno Haible  <bruno@clisp.org>
17916
17917         * modules/cond (Dependencies): Add errno, time.
17918         * lib/glthread/cond.h: Include <time.h>.
17919         (gl_cond_define, gl_cond_define_initialized): Use the same definition
17920         across platforms.
17921
17922 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17923             Bruno Haible  <bruno@clisp.org>
17924
17925         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
17926
17927 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17928             Bruno Haible  <bruno@clisp.org>
17929
17930         * modules/tls-tests (Depends-on): Add thread, yield.
17931         (configure.ac): Remove all checks.
17932         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
17933         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17934         gl_thread_self): Remove definitions. Include glthread/thread.h and
17935         glthread/yield.h instead.
17936         (test_tls): Pass an additional NULL argument to gl_thread_join.
17937
17938 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17939             Bruno Haible  <bruno@clisp.org>
17940
17941         * modules/lock-tests (Depends-on): Add thread, yield.
17942         (configure.ac): Remove all checks.
17943         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
17944         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
17945         gl_thread_self): Remove definitions. Include glthread/thread.h and
17946         glthread/yield.h instead.
17947         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
17948         additional NULL argument to gl_thread_join.
17949
17950 2008-09-30  Bruno Haible  <bruno@clisp.org>
17951
17952         Fix the Win32 implementation of the 'thread' module.
17953         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
17954         pointer type.
17955         (gl_thread_self): Invoke gl_thread_self_func.
17956         (gl_thread_self_func): New declaration.
17957         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
17958         (do_init_self_key, init_self_key): New functions.
17959         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
17960         Remove some fields.
17961         (running_threads, running_lock): Remove variables.
17962         (get_current_thread_handle): New function.
17963         (gl_thread_self_func, wrapper_func, glthread_create_func,
17964         glthread_join_func, gl_thread_exit_func): Largely rewritten and
17965         simplified.
17966
17967 2008-09-30  Bruno Haible  <bruno@clisp.org>
17968
17969         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
17970         files.
17971
17972 2008-09-30  Jim Meyering  <meyering@redhat.com>
17973
17974         fts.m4: correct the test for statfs.f_type
17975         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
17976         when checking for statfs.f_type.
17977
17978 2008-09-15  Simon Josefsson  <simon@josefsson.org>
17979
17980         tests: avoid some compiler warnings
17981         * tests/test-memchr.c (main): Pass NULL indirectly.
17982         * tests/test-getdate.c (main): Remove unused variable 'ret'.
17983
17984 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
17985
17986         getdate.y: disallow countable dayshifts like "4 yesterday ago"
17987         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
17988         exactly specified dayshifts.
17989         (dayshift): New rule.
17990         (rel): Add dayshift.
17991         (relative_time_table) [tomorrow, yesterday, today, now]:
17992         Use tDAY_SHIFT in place of tDAY_UNIT.
17993         * tests/test-getdate.c: Add tests for now-disallowed countable
17994         dayshifts, e.g., "4 yesterday ago".
17995
17996 2008-09-29  Bruno Haible  <bruno@clisp.org>
17997
17998         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
17999         * tests/test-posix_spawn1.in.sh: Renamed from
18000         tests/test-posix_spawn.in.sh.
18001         * tests/test-posix_spawn2.c: New file.
18002         * tests/test-posix_spawn2.in.sh: New file.
18003         * modules/posix_spawnp-tests (Files): Update.
18004         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
18005
18006 2008-09-29  Bruno Haible  <bruno@clisp.org>
18007
18008         Propagate effects of putenv/setenv/unsetenv to child processes.
18009         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
18010         * lib/pipe.c (create_pipe): Likewise.
18011
18012 2008-09-29  Bruno Haible  <bruno@clisp.org>
18013
18014         Enable use of shell scripts as executables in mingw.
18015         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
18016         run the program as a shell script.
18017         * lib/pipe.c (create_pipe): Likewise.
18018         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
18019         resulting array.
18020
18021 2008-09-29  Eric Blake  <ebb9@byu.net>
18022
18023         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
18024
18025 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
18026
18027         * doc/posix-functions/accept.texi: Update mingw problems.
18028         * doc/posix-functions/bind.texi: Update mingw problems.
18029         * doc/posix-functions/close.texi: Update mingw problems.
18030         * doc/posix-functions/connect.texi: Update mingw problems.
18031         * doc/posix-functions/getpeername.texi: Update mingw problems.
18032         * doc/posix-functions/getsockname.texi: Update mingw problems.
18033         * doc/posix-functions/getsockopt.texi: Update mingw problems.
18034         * doc/posix-functions/ioctl.texi: Update mingw problems.
18035         * doc/posix-functions/listen.texi: Update mingw problems.
18036         * doc/posix-functions/recv.texi: Update mingw problems.
18037         * doc/posix-functions/recvfrom.texi: Update mingw problems.
18038         * doc/posix-functions/select.texi: Update mingw problems.
18039         * doc/posix-functions/send.texi: Update mingw problems.
18040         * doc/posix-functions/sendto.texi: Update mingw problems.
18041         * doc/posix-functions/setsockopt.texi: Update mingw problems.
18042         * doc/posix-functions/socket.texi: Update mingw problems.
18043
18044 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
18045             Bruno Haible  <bruno@clisp.org>
18046
18047         * lib/sys_select.in.h: Include sys/time.h.
18048         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
18049         * modules/sys_select: Depend on sys_time.
18050         * tests/test-sys_select.c: Test that sys/select.h defines struct
18051         timeval fully.
18052
18053 2008-09-29  Bruno Haible  <bruno@clisp.org>
18054
18055         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
18056         * lib/sys_select.in.h: Likewise.
18057
18058 2008-09-29  Bruno Haible  <bruno@clisp.org>
18059
18060         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
18061
18062 2008-09-29  Bruno Haible  <bruno@clisp.org>
18063
18064         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
18065         Set LIBSOCKET instead of augmenting LIBS.
18066         * modules/sockets (Link): New section.
18067         * modules/sockets-tests (test_sockets_LDADD): New variable.
18068         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
18069         * modules/poll-tests (test_poll_LDADD): New variable.
18070         * NEWS: Document the change.
18071
18072 2008-09-29  Bruno Haible  <bruno@clisp.org>
18073
18074         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
18075         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
18076         ARPA_INET_H directly.
18077         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
18078
18079 2008-09-28  Bruno Haible  <bruno@clisp.org>
18080
18081         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
18082         from gl_HEADER_SYS_SOCKET.
18083         (gl_HEADER_SYS_SOCKET): Invoke it.
18084         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
18085
18086 2008-09-28  Bruno Haible  <bruno@clisp.org>
18087
18088         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
18089         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
18090         Needed on OSF/1 4.0.
18091
18092 2008-09-28  Bruno Haible  <bruno@clisp.org>
18093
18094         Override open more carefully.
18095         * lib/open.c (orig_open): New function.
18096         (rpl_open): Use orig_open instead of open.
18097         * lib/fcntl.in.h: Add special invocation convention.
18098         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
18099         (gl_FUNC_OPEN): Invoke it.
18100
18101         Override freopen more carefully.
18102         * lib/freopen.c (orig_freopen): New function.
18103         (rpl_freopen): Use orig_freopen instead of freopen.
18104         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
18105         (gl_FUNC_FREOPEN): Invoke it.
18106
18107         Override fopen more carefully.
18108         * lib/fopen.c (orig_fopen): New function.
18109         (rpl_fopen): Use orig_fopen instead of fopen.
18110         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
18111         (gl_FUNC_FOPEN): Invoke it.
18112         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
18113
18114 2008-09-28  Bruno Haible  <bruno@clisp.org>
18115
18116         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
18117         SIGPIPE.
18118
18119 2008-09-28  Bruno Haible  <bruno@clisp.org>
18120
18121         * tests/test-sigaction.c (handler, main): Disable the check whether
18122         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
18123         glibc systems with LinuxThreads.
18124
18125 2008-09-28  Bruno Haible  <bruno@clisp.org>
18126
18127         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
18128
18129         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
18130         with AIX xlc.
18131         * lib/fcntl.in.h (open): Likewise.
18132         Reported by Rainer Tammer <tammer@tammer.net>.
18133
18134 2008-09-28  Bruno Haible  <bruno@clisp.org>
18135
18136         * modules/posix_spawnp-tests: New file.
18137         * tests/test-posix_spawn.c: New file.
18138         * tests/test-posix_spawn.in.sh: New file.
18139
18140         New module 'posix_spawnp'.
18141         * modules/posix_spawnp: New file.
18142         * lib/spawnp.c: New file, from GNU libc with modifications.
18143         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
18144
18145         New module 'posix_spawn'.
18146         * modules/posix_spawn: New file.
18147         * lib/spawn.c: New file, from GNU libc with modifications.
18148         * doc/posix-functions/posix_spawn.texi: Mention the new module.
18149
18150         New module 'posix_spawnattr_destroy'.
18151         * modules/posix_spawnattr_destroy: New file.
18152         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
18153         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
18154         module.
18155
18156         New module 'posix_spawnattr_setsigmask'.
18157         * modules/posix_spawnattr_setsigmask: New file.
18158         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
18159         modifications.
18160         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
18161         new module.
18162
18163         New module 'posix_spawnattr_getsigmask'.
18164         * modules/posix_spawnattr_getsigmask: New file.
18165         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
18166         modifications.
18167         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
18168         new module.
18169
18170         New module 'posix_spawnattr_setsigdefault'.
18171         * modules/posix_spawnattr_setsigdefault: New file.
18172         * lib/spawnattr_setdefault.c: New file, from GNU libc with
18173         modifications.
18174         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
18175         new module.
18176
18177         New module 'posix_spawnattr_getsigdefault'.
18178         * modules/posix_spawnattr_getsigdefault: New file.
18179         * lib/spawnattr_getdefault.c: New file, from GNU libc with
18180         modifications.
18181         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
18182         new module.
18183
18184         New module 'posix_spawnattr_setschedpolicy'.
18185         * modules/posix_spawnattr_setschedpolicy: New file.
18186         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
18187         modifications.
18188         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
18189         new module.
18190
18191         New module 'posix_spawnattr_getschedpolicy'.
18192         * modules/posix_spawnattr_getschedpolicy: New file.
18193         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
18194         modifications.
18195         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
18196         new module.
18197
18198         New module 'posix_spawnattr_setschedparam'.
18199         * modules/posix_spawnattr_setschedparam: New file.
18200         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
18201         modifications.
18202         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
18203         new module.
18204
18205         New module 'posix_spawnattr_getschedparam'.
18206         * modules/posix_spawnattr_getschedparam: New file.
18207         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
18208         modifications.
18209         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
18210         new module.
18211
18212         New module 'posix_spawnattr_setpgroup'.
18213         * modules/posix_spawnattr_setpgroup: New file.
18214         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
18215         modifications.
18216         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
18217         module.
18218
18219         New module 'posix_spawnattr_getpgroup'.
18220         * modules/posix_spawnattr_getpgroup: New file.
18221         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
18222         modifications.
18223         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
18224         module.
18225
18226         New module 'posix_spawnattr_setflags'.
18227         * modules/posix_spawnattr_setflags: New file.
18228         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
18229         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
18230         module.
18231
18232         New module 'posix_spawnattr_getflags'.
18233         * modules/posix_spawnattr_getflags: New file.
18234         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
18235         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
18236         module.
18237
18238         New module 'posix_spawnattr_init'.
18239         * modules/posix_spawnattr_init: New file.
18240         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
18241         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
18242         module.
18243
18244         New module 'posix_spawn_file_actions_destroy'.
18245         * modules/posix_spawn_file_actions_destroy: New file.
18246         * lib/spawn_faction_destroy.c: New file, from GNU libc with
18247         modifications.
18248         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
18249         the new module.
18250
18251         New module 'posix_spawn_file_actions_addopen'.
18252         * modules/posix_spawn_file_actions_addopen: New file.
18253         * lib/spawn_faction_addopen.c: New file, from GNU libc with
18254         modifications.
18255         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
18256         the new module.
18257
18258         New module 'posix_spawn_file_actions_adddup2'.
18259         * modules/posix_spawn_file_actions_adddup2: New file.
18260         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
18261         modifications.
18262         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
18263         the new module.
18264
18265         New module 'posix_spawn_file_actions_addclose'.
18266         * modules/posix_spawn_file_actions_addclose: New file.
18267         * lib/spawn_faction_addclose.c: New file, from GNU libc with
18268         modifications.
18269         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
18270         the new module.
18271
18272         New module 'posix_spawn_file_actions_init'.
18273         * modules/posix_spawn_file_actions_init: New file.
18274         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
18275         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
18276         new module.
18277
18278         New module 'posix_spawn-internal'.
18279         * modules/posix_spawn-internal: New file.
18280         * lib/spawn_int.h: New file, from GNU libc with modifications.
18281         * lib/spawni.c: New file, from GNU libc with modifications.
18282         * m4/posix_spawn.m4: New file.
18283
18284         New module 'spawn'.
18285         * modules/spawn: New file.
18286         * lib/spawn.in.h: New file, from GNU libc with modifications.
18287         * m4/spawn_h.m4: New file.
18288         * doc/posix-headers/spawn.texi: Mention the new module.
18289
18290 2008-09-28  Bruno Haible  <bruno@clisp.org>
18291
18292         * modules/sched-tests: New file.
18293         * tests/test-sched.c: New file.
18294
18295         New module 'sched'.
18296         * modules/sched: New file.
18297         * lib/sched.in.h: New file.
18298         * m4/sched_h.m4: New file.
18299         * doc/posix-headers/sched.texi: Mention the new module.
18300
18301 2008-09-27  Eric Blake  <ebb9@byu.net>
18302
18303         Fix previous patch, and tweak references to $0.
18304         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
18305         (func_version, func_gnulib_dir): Don't call this program
18306         gnulib-tool.
18307         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
18308         with using $0 in function.
18309         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
18310         (func_fatal_error): Reuse the name the user invoked us with.
18311
18312 2008-09-27  Bruno Haible  <bruno@clisp.org>
18313
18314         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
18315         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
18316         (gl_ICONV_H): Not here.
18317         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
18318         instead of assigning ICONV_H directly.
18319
18320         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
18321         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
18322         WCHAR_H directly.
18323
18324 2008-09-27  Bruno Haible  <bruno@clisp.org>
18325
18326         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
18327         * modules/arpa_inet (Depends-on): Add link-warning.
18328         (Makefile.am): Insert the definition of GL_LINK-WARNING.
18329         * modules/unistd (Makefile.am): Likewise.
18330
18331 2008-09-26  Bruno Haible  <bruno@clisp.org>
18332
18333         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
18334         variables.
18335         (func_version): Essentially copied from gnulib-tool.
18336         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
18337         func_readlink): Copied from gnulib-tool.
18338
18339 2008-09-26  Bruno Haible  <bruno@clisp.org>
18340
18341         * gnulib-tool (func_version): Change directory to $gnulib_dir before
18342         invoking git-version-gen.
18343
18344 2008-09-26  Bruno Haible  <bruno@clisp.org>
18345
18346         * posix-modules: Update to directory names changed on 2008-01-19.
18347         Remove commas in output before splitting into words. No more need to
18348         avoid 'ftruncate' since 2007-02-19.
18349
18350 2008-09-26  Bruno Haible  <bruno@clisp.org>
18351
18352         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
18353
18354 2008-09-26  Bruno Haible  <bruno@clisp.org>
18355
18356         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
18357         * modules/fwriteerror (Depends-on): Add errno.
18358
18359 2008-09-26  Bruno Haible  <bruno@clisp.org>
18360
18361         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
18362         * tests/test-vc-list-files-cvs.sh: Likewise.
18363
18364 2008-09-26  Bruno Haible  <bruno@clisp.org>
18365
18366         * doc/posix-headers/sys_resource.texi: Reorder items.
18367
18368 2008-09-26  Jim Meyering  <meyering@redhat.com>
18369
18370         fts: tweak inode comparison function
18371         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
18372         inode numbers, as documented.
18373
18374         fts: sort dirent entries on inode number before traversing
18375         This avoids a quadratic, seek-related performance penalty when
18376         operating on a directory containing many entries (measurable at 10k;
18377         3.5 hours at 2 million entries with a cold cache) on certain types
18378         of file systems, including ext3 and ext4, but not tmpfs.
18379         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
18380         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
18381         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
18382         (fs_handles_readdir_ordered_dirents_efficiently): New function.
18383         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
18384         (fts_build): Set the stat.st_ino member from D_INO.
18385         If it is likely to be useful, sort dirent entries on inode number.
18386
18387         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
18388         and the struct statfs.f_type member.
18389         * modules/fts (Depends-on): Add d-ino.
18390
18391 2008-09-26  Bruno Haible  <bruno@clisp.org>
18392
18393         * modules/sigpipe-die (Depends-on): Add sigpipe.
18394
18395         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
18396         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
18397         and GNULIB_STDIO_H_SIGPIPE are set.
18398         * lib/stdio-write.c: New file.
18399         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
18400         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18401         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18402         REPLACE_STDIO_WRITE_FUNCS.
18403         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
18404         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18405         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18406         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18407         * modules/stdio (Files): Add lib/stdio-write.c.
18408         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
18409         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
18410         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
18411         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
18412         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
18413         REPLACE_FPRINTF_POSIX.
18414         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
18415         REPLACE_PRINTF_POSIX.
18416         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
18417         REPLACE_VFPRINTF_POSIX.
18418         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
18419         REPLACE_VPRINTF_POSIX.
18420         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
18421         SIGPIPE issue.
18422         * doc/posix-functions/fputc.texi: Likewise.
18423         * doc/posix-functions/fputs.texi: Likewise.
18424         * doc/posix-functions/fwrite.texi: Likewise.
18425         * doc/posix-functions/printf.texi: Likewise.
18426         * doc/posix-functions/putc.texi: Likewise.
18427         * doc/posix-functions/putchar.texi: Likewise.
18428         * doc/posix-functions/puts.texi: Likewise.
18429         * doc/posix-functions/vfprintf.texi: Likewise.
18430         * doc/posix-functions/vprintf.texi: Likewise.
18431
18432         * modules/safe-write (Depends-on): Add write.
18433
18434         * modules/sigpipe-tests: New file.
18435         * tests/test-sigpipe.c: New file.
18436         * tests/test-sigpipe.sh: New file.
18437
18438         * modules/write: New file.
18439         * lib/unistd.in.h: Include <sys/types.h>.
18440         (write): New declaration.
18441         * lib/write.c: New file.
18442         * m4/write.m4: New file.
18443         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
18444         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
18445         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
18446         GNULIB_WRITE, REPLACE_WRITE.
18447         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
18448         and the SIGPIPE issue.
18449
18450         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
18451         (raise): New declaration.
18452         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
18453         (ext_signal): New function.
18454         (rpl_raise): New function.
18455         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
18456         GNULIB_SIGNAL_H_SIGPIPE.
18457         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
18458         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
18459
18460         * modules/sigpipe: New file.
18461         * m4/sigpipe.m4: New file.
18462
18463 2008-09-25  Derek Price  <derek@ximbiot.com>
18464             Bruno Haible  <bruno@clisp.org>
18465
18466         * gnulib-tool (func_import): Report all license incompatibilities, not
18467         just the first one.
18468
18469 2008-09-25  Bruno Haible  <bruno@clisp.org>
18470
18471         * gnulib-tool (func_import): When computing the edits, consider not
18472         only the Makefile.ams that exist but also those that will be generated.
18473
18474 2008-09-25  Simon Josefsson  <simon@josefsson.org>
18475
18476         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
18477         fixes gnulib-tool --test warning about duplicate dependency.
18478
18479 2008-09-25  Bruno Haible  <bruno@clisp.org>
18480
18481         * gnulib-tool: Don't ask the user to perform edits in the generated
18482         Makefile.ams.
18483         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
18484         apply to the Makefile.am being generated.
18485         (func_emit_tests_Makefile_am): Execute edits that apply to the
18486         Makefile.am being generated.
18487         (func_import): Setup list of Makefile.am edits before emitting the
18488         Makefile.ams, not at the end.
18489         (func_create_testdir): Update.
18490         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18491
18492 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18493
18494         * gnulib-tool (func_import): Store the --tests-base option in the
18495         comment in gnulib-cache.m4.
18496
18497 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
18498
18499         * NEWS: Document increased portability that sys_select now provides.
18500
18501         * lib/sys_select.in.h: Install select wrapper.
18502         * lib/sys_socket.in.h: Use more descriptive name when there is no
18503         select wrapper.
18504         * lib/winsock-select.c: New.
18505         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
18506         Require gl_HEADER_SYS_SOCKET.
18507         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
18508         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
18509         * tests/test-sys_select.c: Add functional tests.
18510
18511 2008-09-24  Eric Blake  <ebb9@byu.net>
18512
18513         open, fopen: close fd leak in last patch
18514         * lib/open.c (rpl_open): Close fd before returning error.
18515         * lib/fopen.c (rpl_fopen): Close fd before returning error.
18516         * doc/posix-functions/open.texi (open): Document that Irix also
18517         has the bug.
18518         * doc/posix-functions/fopen.texi (fopen): Likewise.
18519         Reported by Paolo Bonzini.
18520
18521 2008-09-24  Bruno Haible  <bruno@clisp.org>
18522
18523         Ensure that a filename ending in a slash cannot be used to access a
18524         non-directory.
18525         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
18526         to check whether it's really a directory.
18527         * lib/fopen.c: Include fcntl.h, unistd.h.
18528         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
18529         and fdopen().
18530         * modules/fopen (Depends-on): Add unistd.
18531         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
18532         * tests/test-fopen.c (main): Likewise.
18533         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
18534         * doc/posix-functions/fopen.texi: Likewise.
18535         Reported by Eric Blake.
18536
18537 2008-09-23  Eric Blake  <ebb9@byu.net>
18538
18539         c-stack: avoid compiler optimizations when provoking overflow
18540         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
18541         recursion harder to optimize, to ensure a stack overflow occurs.
18542         * tests/test-c-stack.c (recurse): Likewise.
18543         Borrowed from libsigsegv.
18544
18545         c-stack: work around Irix sigaltstack bug
18546         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
18547         whether sigaltstack uses wrong end of stack_t (copied in part from
18548         libsigsegv).
18549         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
18550         Irix bug, without requiring an over-allocation.
18551         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
18552         bug.
18553
18554         fopen: document mingw bug on directories
18555         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
18556         not allowing a stream visiting a directory, even though reading
18557         from such a stream is not portable.
18558
18559 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18560
18561         * lib/poll.c: Rewrite.
18562         * modules/poll: Depend on alloca.
18563
18564 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18565
18566         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
18567         instead define prototypes for a full set of wrappers.  Ensure
18568         that Cygwin does not use the compatibility code, which is only
18569         for MinGW.
18570         * lib/winsock.c: New.
18571         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
18572         * modules/sys_socket: Add lib/winsock.c.
18573
18574         * modules/poll-tests: Add errno and perror.
18575         * tests/test-poll.c: Use ioctl, not ioctlsocket.
18576
18577 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
18578
18579         * tests/test-poll.c: Downgrade minimum needed Winsock version.
18580
18581 2008-09-23  Bruno Haible  <bruno@clisp.org>
18582
18583         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
18584         * doc/glibc-functions/*: Likewise.
18585
18586 2008-09-23  Simon Josefsson  <simon@josefsson.org>
18587
18588         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
18589         success.
18590
18591 2008-09-22  Eric Blake  <ebb9@byu.net>
18592             Bruno Haible  <bruno@clisp.org>
18593
18594         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
18595         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
18596         supply %A but mishandle pseudo-NaN.
18597         Reported by Simon Josefsson.
18598
18599 2008-09-21  Bruno Haible  <bruno@clisp.org>
18600
18601         * tests/test-lock.c (main): Tweak skip message.
18602         * tests/test-tls.c (main): Likewise.
18603
18604 2008-09-21  Bruno Haible  <bruno@clisp.org>
18605
18606         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
18607         whether 'struct sigaction' has sa_sigaction here...
18608         (gl_PREREQ_SIG_HANDLER_H): ... not here.
18609         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
18610
18611 2008-09-21  Bruno Haible  <bruno@clisp.org>
18612
18613         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
18614         section.
18615         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
18616         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
18617         the new section.
18618         (Support for obsolete systems lacking POSIX:2001): New section.
18619         (String handling <string.h>): Move strdup to the new section.
18620         Suggested by Simon Josefsson and Paolo Bonzini.
18621
18622 2008-09-21  Bruno Haible  <bruno@clisp.org>
18623
18624         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
18625         exponents in %e and %g results on 'long double'. Needed for mingw's
18626         improved *printf functions.
18627         * tests/test-vasprintf-posix.c (test_function): Likewise.
18628         * tests/test-snprintf-posix.h (test_function): Likewise.
18629         * tests/test-sprintf-posix.h (test_function): Likewise.
18630         Reported by Eric Blake.
18631
18632 2008-09-21  Bruno Haible  <bruno@clisp.org>
18633
18634         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
18635         * tests/test-sprintf-posix.h (test_function): Likewise.
18636
18637 2008-09-21  Bruno Haible  <bruno@clisp.org>
18638
18639         * modules/getpass (Depends-on): Add strdup-posix.
18640
18641         New module 'strdup-posix'.
18642         * modules/strdup-posix: New file.
18643         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
18644         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
18645         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
18646         REPLACE_STRDUP.
18647         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
18648         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
18649         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18650         strdup-posix.
18651
18652         * modules/strdup (Depends-on): Remove malloc-posix.
18653
18654 2008-09-20  Bruno Haible  <bruno@clisp.org>
18655
18656         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
18657         Wildenhues.
18658
18659 2008-09-20  Bruno Haible  <bruno@clisp.org>
18660
18661         Ensure that wint_t gets defined on IRIX 5.3.
18662         * lib/wchar.in.h (wint_t): Define if not defined by the system.
18663         * lib/wctype.in.h (wint_t): Likewise.
18664         (__wctype_wint_t): Remove type.
18665         (isw*): Use wint_t instead of __wctype_wint_t.
18666         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
18667         * modules/wchar (Files): Add m4/wint_t.m4.
18668         (Makefile.am): Substitute HAVE_WINT_T.
18669         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
18670         * tests/test-wctype.c: Check that wint_t is defined.
18671         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
18672         * doc/posix-headers/wctype.texi: Likewise.
18673         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18674
18675 2008-09-18  Bruno Haible  <bruno@clisp.org>
18676
18677         * gnulib-tool (func_exit): Update comment.
18678
18679 2008-09-18  Simon Josefsson  <simon@josefsson.org>
18680
18681         * modules/getaddrinfo (Depends-on): Remove strdup, this module
18682         assumes strdup exists and does not depend on strdup to return
18683         ENOMEM on out of memory conditions.
18684
18685 2008-09-18  Bruno Haible  <bruno@clisp.org>
18686
18687         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
18688         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
18689         digits for the exponent.
18690
18691 2008-09-18  Jim Meyering  <meyering@redhat.com>
18692             Bruno Haible  <bruno@clisp.org>
18693
18694         * lib/vasnprintf.c (decimal_point_char): Define also if
18695         NEED_PRINTF_INFINITE_LONG_DOUBLE.
18696
18697 2008-09-16  Bruno Haible  <bruno@clisp.org>
18698         and Eric Blake  <ebb9@byu.net>
18699
18700         vasnprintf: support Irix 5.3
18701         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
18702         that mishandle long double infinity.
18703         Reported by Tom G. Christensen.
18704
18705 2008-09-16  Bruno Haible  <bruno@clisp.org>
18706
18707         * doc/glibc-functions/scandir.texi: Mention the function is missing on
18708         Solaris 9.
18709         * doc/glibc-functions/alphasort.texi: Likewise.
18710         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
18711
18712 2008-09-16  Jim Meyering  <meyering@redhat.com>
18713
18714         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
18715         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
18716         a umask modification leak out of a subshell.  Otherwise, the
18717         opensolaris /bin/sh would be accepted and thus cause unwarranted
18718         failures in the coreutils test suite.
18719
18720 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
18721
18722         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
18723         to succeed.
18724
18725 2008-09-16  Jim Meyering  <meyering@redhat.com>
18726
18727         avoid spurious test failure when library is built without ACL support
18728         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
18729         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
18730         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
18731         * tests/test-copy-acl.sh: Likewise.
18732
18733 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18734
18735         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
18736         based on character occurrence counts.
18737
18738 2008-09-15  Eric Blake  <ebb9@byu.net>
18739
18740         tests: avoid some compiler warnings
18741         * tests/test-memchr.c (main): Pass NULL indirectly.
18742         * tests/test-closein.c (main): Avoid unused variable.
18743
18744 2008-09-15  Bruno Haible  <bruno@clisp.org>
18745
18746         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
18747         are missing on OpenBSD 4.0 individually.
18748         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18749
18750 2008-09-15  Bruno Haible  <bruno@clisp.org>
18751
18752         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
18753         * doc/posix-functions/strerror.texi: Mention also Cygwin.
18754         * doc/posix-functions/perror.texi: Likewise.
18755         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
18756         is missing.
18757         Reported by Eric Blake.
18758
18759         * lib/errno.in.h: Use replacement values >= 2000.
18760         Reported by Eric Blake.
18761
18762 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18763
18764         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
18765         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
18766         limit.
18767         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
18768         compareseq was aborted.
18769
18770 2008-09-14  Bruno Haible  <bruno@clisp.org>
18771
18772         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
18773         yvec_edit_count.
18774         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
18775         (fstrcmp_bounded): Simplify result computation accordingly.
18776
18777 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18778
18779         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
18780         (fstrcmp): Define in terms of fstrcmp_bounded.
18781         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
18782         lower_bound argument.
18783         Return quickly if the result is certainly < lower_bound.
18784         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
18785
18786 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18787
18788         * lib/diffseq.h (EARLY_ABORT): New macro.
18789         (compareseq): Change return type to bool. Return true when EARLY_ABORT
18790         evaluates to true.
18791
18792 2008-09-14  Bruno Haible  <bruno@clisp.org>
18793
18794         * modules/perror-tests: New file.
18795         * tests/test-perror.sh: New file.
18796         * tests/test-perror.c: New file.
18797
18798         New module 'perror'.
18799         * lib/stdio.in.h (perror): New declaration.
18800         * lib/perror.c: New file.
18801         * m4/perror.m4: New file.
18802         * modules/perror: New file.
18803         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
18804         * doc/posix-functions/perror.texi: Mention the perror module.
18805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
18806         REPLACE_PERROR.
18807         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
18808         REPLACE_PERROR.
18809
18810 2008-09-14  Bruno Haible  <bruno@clisp.org>
18811
18812         * modules/stdio (Makefile.am): Reorder to match the order in
18813         lib/stdio.in.h.
18814         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
18815
18816 2008-09-13  Bruno Haible  <bruno@clisp.org>
18817
18818         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
18819
18820 2008-09-13  Bruno Haible  <bruno@clisp.org>
18821
18822         Extend strerror to cover the added errno values.
18823         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
18824         (rpl_strerror): Provide error messages for the added errno values and
18825         for the WSA* values.
18826         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
18827         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
18828         strerror.
18829         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
18830         * modules/strerror (Depends-on): Add errno.
18831         * doc/posix-functions/strerror.texi: Document the change.
18832         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
18833         and EOVERFLOW.
18834
18835 2008-09-13  Bruno Haible  <bruno@clisp.org>
18836
18837         * modules/EOVERFLOW: Remove file.
18838         * m4/eoverflow.m4: Remove file.
18839         * modules/EOVERFLOW-tests: Remove file.
18840         * tests/test-EOVERFLOW.c: Remove file.
18841         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
18842         * modules/ftell (Depends-on): Likewise.
18843         * modules/getdelim (Depends-on): Likewise.
18844         * modules/getugroups (Depends-on): Likewise.
18845         * modules/poll (Depends-on): Likewise.
18846         * modules/snprintf (Depends-on): Likewise.
18847         * modules/sprintf-posix (Depends-on): Likewise.
18848         * modules/vasnprintf (Depends-on): Likewise.
18849         * modules/vasprintf (Depends-on): Likewise.
18850         * modules/vfprintf-posix (Depends-on): Likewise.
18851         * modules/vsnprintf (Depends-on): Likewise.
18852         * modules/vsprintf-posix (Depends-on): Likewise.
18853         * modules/xvasprintf (Depends-on): Likewise.
18854         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
18855         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
18856         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
18857         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
18858         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
18859         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
18860         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
18861         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
18862         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
18863         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
18864         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
18865         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
18866         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
18867         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
18868         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
18869         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
18870         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
18871         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
18872         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
18873         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
18874         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
18875         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
18876         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
18877         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
18878         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
18879         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
18880         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
18881         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
18882         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
18883         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
18884         * MODULES.html.sh: Remove EOVERFLOW.
18885         * NEWS: Mention the change.
18886
18887 2008-09-13  Bruno Haible  <bruno@clisp.org>
18888
18889         * modules/errno-tests: New file.
18890         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
18891
18892         * lib/errno.in.h: New file.
18893         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
18894         * modules/errno: New file.
18895         * doc/posix-headers/errno.texi: Update documentation.
18896         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
18897
18898 2008-09-13  Bruno Haible  <bruno@clisp.org>
18899
18900         * tests/test-poll.c: Use #if for native Windows, rather than testing
18901         __MSVCRT__.
18902
18903 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18904             Bruno Haible  <bruno@clisp.org>
18905
18906         * lib/glob.c: Don't include <pwd.h> on native Windows.
18907         (WINDOWS32): New macro.
18908         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
18909
18910 2008-09-13  Bruno Haible  <bruno@clisp.org>
18911
18912         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
18913         (ETIMEDOUT): Remove macro.
18914         (glthread_cond_timedwait_multithreaded): New declaration.
18915         (glthread_cond_timedwait): Use it.
18916         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
18917         (glthread_cond_timedwait_multithreaded): New function.
18918
18919 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18920
18921         * modules/poll-tests: Do not check for io.h.
18922         * tests/test-poll.c: Check for __MSVCRT__ instead.
18923
18924 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18925
18926         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
18927         * modules/poll-tests: Add inet_pton, stdbool, sockets.
18928         * tests/test-poll.c: Use them.  Use _pipe on Windows.
18929
18930 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
18931
18932         * modules/poll-tests: New.
18933         * tests/test-poll.c: New.
18934
18935 2008-09-12  Eric Blake  <ebb9@byu.net>
18936
18937         frexp: test for NetBSD failure on -0.0
18938         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
18939         not all, bugs from NetBSD 3.0 have been fixed.
18940         * doc/posix-functions/frexp.texi (frexp): Document bug.
18941         Reported by Thomas Klausner.
18942
18943         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
18944         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
18945         literal -0.0.
18946         Reported by Jonathan C. Patschke <jp@centtech.com>.
18947
18948 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18949
18950         * lib/glthread/cond.h: Use dummy implementation also if
18951         USE_WIN32_THREADS.
18952
18953 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18954
18955         * modules/fnmatch-posix (License): Change to LGPLv2+.
18956         * modules/fnmatch-gnu (License): Likewise.
18957
18958 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18959
18960         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
18961
18962 2008-09-11  Jim Meyering  <meyering@redhat.com>
18963
18964         * users.txt: Add gtk-vnc.
18965
18966 2008-09-08  Simon Josefsson  <simon@josefsson.org>
18967
18968         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
18969         rotate amounts.
18970
18971         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
18972         required for 16-bit and 8-bit rotates.
18973         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
18974         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
18975         UINT8_MAX instead of hard-coded constants.
18976         Suggested by Paul Eggert.
18977
18978 2008-09-07  Bruno Haible  <bruno@clisp.org>
18979
18980         * tests/test-striconveh.c (main): Check behaviour when converting from
18981         UTF-7.
18982
18983         Make striconveh work better with stateful encodings.
18984         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
18985         that iconv does not increment the inptr when returning -1/EINVAL.
18986
18987 2008-09-07  Bruno Haible  <bruno@clisp.org>
18988
18989         * build-aux/config.rpath: Update according to libtool-2.2.6.
18990         * build-aux/config.libpath: Likewise.
18991
18992 2008-09-06  Bruno Haible  <bruno@clisp.org>
18993
18994         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
18995         * lib/freadptr.c (freadptr): Likewise.
18996         * lib/freadseek.c (freadptrinc): Likewise.
18997         Reported by Simon Josefsson.
18998
18999 2008-09-06  Bruno Haible  <bruno@clisp.org>
19000
19001         * modules/freadptr (License): Change to LGPLv2+.
19002         * modules/freadseek (License): Likewise.
19003         Suggested by Eric Blake.
19004
19005         * modules/memchr2 (License): Change to LGPLv2+.
19006         Approved by Eric Blake.
19007
19008 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19009             Bruno Haible  <bruno@clisp.org>
19010
19011         Make gnulib-tool work with native 'sed' on AIX.
19012         * gnulib-tool (sed_noop): New variable.
19013         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
19014         func_add_or_update, func_create_testdir): Use it to initialize sed
19015         script variables.
19016         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19017
19018 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
19019             Bruno Haible  <bruno@clisp.org>
19020
19021         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
19022         also works after #include directives.
19023
19024 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
19025
19026         getdate.y: reject an out-of-range timezone value
19027         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
19028         the range [-24...+24].  When specified with only one or two digits,
19029         * tests/test-getdate.c: Tests for the fix.
19030         * doc/getdate.texi: Document this change.
19031
19032 2008-09-03  Bruno Haible  <bruno@clisp.org>
19033
19034         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
19035
19036 2008-09-02  Simon Josefsson  <simon@josefsson.org>
19037
19038         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
19039         <bruce.korb@gmail.com> with ideas from Ben Pfaff
19040         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
19041         Blake <ebb9@byu.net>.
19042
19043         * tests/test-bitrotate.c: Add more test vectors.
19044
19045 2008-09-02  Eric Blake  <ebb9@byu.net>
19046
19047         vasnprintf-posix: handle large precision via %.*d
19048         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
19049         when handling it ourselves.
19050         * tests/test-vasnprintf-posix.c (test_function): Add test.
19051         * tests/test-snprintf-posix.h (test_function): Likewise.
19052         * tests/test-sprintf-posix.h (test_function): Likewise.
19053         * tests/test-vasprintf-posix.c (test_function): Likewise.
19054         Reported by Alain Guibert.
19055
19056 2008-09-01  Eric Blake  <ebb9@byu.net>
19057
19058         c-stack: make configure-time check more robust
19059         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
19060         successful sigaction call.
19061         Reported by Tom G. Christensen.
19062
19063 2008-09-01  Bruno Haible  <bruno@clisp.org>
19064
19065         New module 'findprog-lgpl'.
19066         * modules/findprog-lgpl: New file.
19067         * lib/findprog-lgpl.c: New file.
19068         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
19069         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
19070         to decide whether to use strdup or xstrdup, concatenated_filename or
19071         xconcatenated_filename.
19072
19073 2008-09-01  Bruno Haible  <bruno@clisp.org>
19074
19075         Split module 'concat-filename' into 'concat-filename' (LGPL) and
19076         'xconcat-filename' (GPL).
19077         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
19078         (License): Change to LGPLv2+.
19079         * modules/xconcat-filename: New file.
19080         * lib/concat-filename.h (concatenated_filename): Change specification.
19081         (xconcatenated_filename): New declaration.
19082         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
19083         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
19084         memory situations.
19085         * lib/xconcat-filename.c: New file.
19086         * NEWS: Mention the change.
19087         * lib/findprog.c: Include concat-filename.h, not filename.h.
19088         (find_in_path): Use xconcatenated_filename instead of
19089         concatenated_filename.
19090         * lib/javacomp.c: Include concat-filename.h, not filename.h.
19091         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
19092         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
19093         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
19094         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
19095         instead of concatenated_filename.
19096         * lib/javaexec.c: Include concat-filename.h, not filename.h.
19097         (execute_java_class): Use xconcatenated_filename instead of
19098         concatenated_filename.
19099         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
19100         * modules/javacomp (Depends-on): Likewise.
19101         * modules/javaexec (Depends-on): Likewise.
19102
19103 2008-09-01  Bruno Haible  <bruno@clisp.org>
19104
19105         Split module 'filename' into 'filename' and 'concat-filename'.
19106         * modules/filename: Keep only lib/filename.h.
19107         (License): Change to LGPLv2+.
19108         * modules/concat-filename: New file, extracted from modules/filename.
19109         * lib/filename.h (concatenated_filename): Remove declaration.
19110         * lib/concat-filename.h: New file, extracted from lib/filename.h.
19111         * lib/concat-filename.c: Include concat-filename.h.
19112         * NEWS: Mention the change.
19113
19114 2008-09-01  Simon Josefsson  <simon@josefsson.org>
19115
19116         * lib/bitrotate.h (rotl8, rotr8): Add.
19117
19118         * modules/bitrotate (configure.ac): Need
19119         AC_REQUIRE([AC_C_INLINE]).
19120         (Description): Mention stdint.h.  Reported by Bruno Haible
19121         <bruno@clisp.org>.
19122
19123         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
19124         Paolo Bonzini <bonzini@gnu.org>.
19125
19126 2008-08-31  Bruno Haible  <bruno@clisp.org>
19127
19128         Assume Solaris specific bi-arch conventions on Solaris systems.
19129         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
19130         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
19131         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
19132         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
19133         like acl_libdirstem.
19134         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
19135         acl_libdirstem.
19136         * NEWS: Mention the change.
19137         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
19138
19139 2008-08-31  Jim Meyering  <meyering@redhat.com>
19140
19141         * lib/strftime.h: Add comments describing the two added arguments.
19142
19143         remove duplicate #include directives
19144         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
19145         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
19146
19147 2008-08-31  Bruno Haible  <bruno@clisp.org>
19148
19149         New module 'sigpipe-die'.
19150         * modules/sigpipe-die: New file.
19151         * lib/sigpipe-die.h: New file.
19152         * lib/sigpipe-die.c: New file.
19153         * MODULES.html.sh (Signal handling): Add sigpipe-die.
19154
19155 2008-08-31  Bruno Haible  <bruno@clisp.org>
19156
19157         Don't override previously installed signal handlers.
19158         * lib/fatal-signal.c (saved_sigactions): New variable.
19159         (uninstall_handlers): Reset the signal to the saved handler, not
19160         to SIG_DFL (except when ignored).
19161         (install_handlers): Save the previous handlers.
19162
19163 2008-08-30  Bruno Haible  <bruno@clisp.org>
19164
19165         * gnulib-tool (func_reset_sigpipe): New function.
19166         (func_get_automake_snippet, func_modules_transitive_closure,
19167         func_import): Invoke it before a join command that reads from stdin,
19168         to avoid "echo: write error: Broken pipe" error messages on stderr.
19169         Reported by Sam Steingold <sds@gnu.org>.
19170
19171 2008-08-30  Bruno Haible  <bruno@clisp.org>
19172
19173         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
19174         Code copied from m4/open.m4.
19175         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
19176         access and the filename ends in a slash. Code copied from lib/open.c.
19177         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
19178         * tests/test-fopen.c (main): Check against bug with trailing slash.
19179
19180 2008-08-29  Bruno Haible  <bruno@clisp.org>
19181
19182         Avoid some "gcc -pedantic" warnings.
19183         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
19184         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
19185         * lib/dirent.in.h: Likewise.
19186         * lib/fcntl.in.h: Likewise.
19187         * lib/float.in.h: Likewise.
19188         * lib/iconv.in.h: Likewise.
19189         * lib/inttypes.in.h: Likewise.
19190         * lib/locale.in.h: Likewise.
19191         * lib/math.in.h: Likewise.
19192         * lib/netinet_in.in.h: Likewise.
19193         * lib/search.in.h: Likewise.
19194         * lib/signal.in.h: Likewise.
19195         * lib/stdarg.in.h: Likewise.
19196         * lib/stdint.in.h: Likewise.
19197         * lib/stdio.in.h: Likewise.
19198         * lib/stdlib.in.h: Likewise.
19199         * lib/string.in.h: Likewise.
19200         * lib/strings.in.h: Likewise.
19201         * lib/sys_select.in.h: Likewise.
19202         * lib/sys_socket.in.h: Likewise.
19203         * lib/sys_stat.in.h: Likewise.
19204         * lib/sys_time.in.h: Likewise.
19205         * lib/sysexits.in.h: Likewise.
19206         * lib/time.in.h: Likewise.
19207         * lib/unistd.in.h: Likewise.
19208         * lib/wchar.in.h: Likewise.
19209         * lib/wctype.in.h: Likewise.
19210         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
19211         * modules/fchdir (Makefile.am): Likewise.
19212         * modules/fcntl (Makefile.am): Likewise.
19213         * modules/float (Makefile.am): Likewise.
19214         * modules/iconv_open (Makefile.am): Likewise.
19215         * modules/inttypes (Makefile.am): Likewise.
19216         * modules/locale (Makefile.am): Likewise.
19217         * modules/math (Makefile.am): Likewise.
19218         * modules/netinet_in (Makefile.am): Likewise.
19219         * modules/search (Makefile.am): Likewise.
19220         * modules/signal (Makefile.am): Likewise.
19221         * modules/stdarg (Makefile.am): Likewise.
19222         * modules/stdint (Makefile.am): Likewise.
19223         * modules/stdio (Makefile.am): Likewise.
19224         * modules/stdlib (Makefile.am): Likewise.
19225         * modules/string (Makefile.am): Likewise.
19226         * modules/strings (Makefile.am): Likewise.
19227         * modules/sys_select (Makefile.am): Likewise.
19228         * modules/sys_socket (Makefile.am): Likewise.
19229         * modules/sys_stat (Makefile.am): Likewise.
19230         * modules/sys_time (Makefile.am): Likewise.
19231         * modules/sysexits (Makefile.am): Likewise.
19232         * modules/time (Makefile.am): Likewise.
19233         * modules/unistd (Makefile.am): Likewise.
19234         * modules/wchar (Makefile.am): Likewise.
19235         * modules/wctype (Makefile.am): Likewise.
19236         Reported by Reuben Thomas <rrt@sc3d.org>.
19237
19238 2008-08-29  Bruno Haible  <bruno@clisp.org>
19239
19240         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
19241         any more.
19242
19243 2008-08-29  Simon Josefsson  <simon@josefsson.org>
19244
19245         * MODULES.html.sh (Misc): Add bitrotate.
19246
19247         * modules/bitrotate: New file.
19248
19249         * lib/bitrotate.h: New file.
19250
19251         * modules/bitrotate-tests: New file.
19252
19253         * tests/test-bitrotate.c: New file.
19254
19255         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
19256         on the bitrotate module.
19257
19258         * lib/arctwo.c: Use new bitrotate module.
19259
19260 2008-08-29  Jim Meyering  <meyering@redhat.com>
19261
19262         bootstrap: merge changes from coreutils
19263         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
19264         of copied files.  Remove a kludge, now that this is fixed.
19265         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
19266         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
19267         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
19268
19269 2008-08-29  Bruno Haible  <bruno@clisp.org>
19270
19271         * MODULES.html.sh: Remove --cvs-urls option.
19272
19273 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
19274
19275         maint.mk: adjust to file name change
19276         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
19277
19278 2008-08-28  Jim Meyering  <meyering@redhat.com>
19279
19280         * modules/getndelim2 (License): Relicense to LGPLv2+.
19281         Approved by Richard Stallman for the version of 1995, and by
19282         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
19283
19284 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
19285
19286         * lib/getdelim.c (flockfile, funlockfile): Make all of them
19287         dummy if one is not available.  Do not touch them if
19288         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
19289         (getc_maybe_unlocked): New.
19290         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
19291
19292 2008-08-26  Eric Blake  <ebb9@byu.net>
19293
19294         doc/INSTALL: resync from autoconf
19295         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
19296         (INSTALL_PRELUDE): Delete; this is done more efficiently by
19297         moving...
19298         * install.texi [!autoconf]: ...here.  Resync from autoconf.
19299         * INSTALL: Regenerate.
19300         * INSTALL.ISO: New file.
19301         * INSTALL.UTF-8: Likewise.
19302
19303 2008-08-26  Jim Meyering  <meyering@redhat.com>
19304
19305         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
19306         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
19307         these definitions conditional, so that they may be overridden, too.
19308
19309 2008-08-26  Bruno Haible  <bruno@clisp.org>
19310
19311         Generate INSTALL file variants with prettier quotes.
19312         * doc/Makefile (INSTALL_PRELUDE): New macro.
19313         (INSTALL): Use it.
19314         (INSTALL.ISO, INSTALL.UTF-8): New rules.
19315
19316 2008-08-26  Bruno Haible  <bruno@clisp.org>
19317
19318         Run makeinfo in an English locale.
19319         * doc/Makefile (MAKEINFO): New variable.
19320
19321 2008-08-26  Bruno Haible  <bruno@clisp.org>
19322
19323         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
19324         Suggested by Eric Blake.
19325
19326 2008-08-25  Bruno Haible  <bruno@clisp.org>
19327
19328         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
19329
19330 2008-08-25  Eric Blake  <ebb9@byu.net>
19331
19332         c-stack: test that stack overflow can be caught
19333         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
19334         that platform allows handling stack overflow; at least OS/2 EMX
19335         has sigaltstack, but crashes before transferring control to
19336         handler on stack overflow.
19337         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
19338         check for HAVE_STACK_OVERFLOW_HANDLING.
19339         Reported by Elbert Pol.
19340
19341 2008-08-25  Bruno Haible  <bruno@clisp.org>
19342
19343         * doc/posix-functions/strftime.texi: Fix description of strftime
19344         module.
19345
19346 2008-08-24  Bruno Haible  <bruno@clisp.org>
19347
19348         * tests/uniwidth/test-uc_width2.c: New file.
19349         * tests/uniwidth/test-uc_width2.sh: New file.
19350         * modules/uniwidth/width-tests (Files): Add the new files.
19351         (TESTS): Add uniwidth/test-uc_width2.sh.
19352         (TESTS_ENVIRONMENT): New variable.
19353         (check_PROGRAMS): Add test-uc_width2.
19354         (test_uc_width2_SOURCES): New variable.
19355
19356         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
19357         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
19358         not 0x00AB.
19359         Reported by Alexander V. Lukyanov <lav@netis.ru>.
19360
19361 2008-08-22  Eric Blake  <ebb9@byu.net>
19362
19363         test-lock, test-tls: mention why a test is skipped
19364         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
19365         skipped.
19366         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
19367
19368         count-one-bits: relax license
19369         * modules/count-one-bits (License): Relicense to LGPLv2+.
19370         Suggested by Ludovic Courtès, approved by Ben Pfaff.
19371
19372 2008-08-22  Andreas Schwab  <schwab@suse.de>
19373
19374         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
19375         Remove spurious space in assignment.
19376
19377 2008-08-21  Simon Josefsson  <simon@josefsson.org>
19378
19379         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
19380         Paul Eggert <eggert@CS.UCLA.EDU>.
19381
19382 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
19383
19384         * modules/gettext: Add m4/threadlib.m4.
19385
19386 2008-08-19  Eric Blake  <ebb9@byu.net>
19387
19388         test-c-stack: fix compilation failure on FreeBSD 5.0
19389         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
19390         headers before <sys/resource.h>.
19391         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
19392         the bug.
19393         Reported by Nelson H. F. Beebe.
19394
19395         strverscmp: migrate from "strverscmp.h" to <string.h>
19396         * modules/string (Makefile.am): Add new hooks.
19397         * modules/strverscmp (Files): Remove strverscmp.h.
19398         (Depends-on): Add string.
19399         (configure.ac): Add indicator.
19400         (Include): Mention new header.
19401         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
19402         defaults.
19403         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
19404         results.
19405         * lib/strverscmp.h: Delete.
19406         * lib/string.in.h (strverscmp): Provide declaration, when needed.
19407         * tests/test-strverscmp.c (includes): Adjust client.
19408         * lib/check-version.c (includes): Likewise.
19409         * NEWS: Document the change.
19410
19411         strverscmp: add unit test
19412         * modules/strverscmp-tests: New file.
19413         * tests/test-strverscmp.c: Likewise.
19414
19415 2008-08-19  Simon Josefsson  <simon@josefsson.org>
19416
19417         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
19418         regarding Windows crypto stuff, from Mono.
19419
19420 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
19421
19422         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
19423         if present, for intel RND.  Return error on failures.
19424
19425 2008-08-18  Ben Pfaff  <blp@gnu.org>
19426
19427         gitlog-to-changelog: give better diagnostic for failed pipe-open
19428         * build-aux/gitlog-to-changelog: Improve error message: suggest
19429         that the version of Git may be too old.
19430
19431 2008-08-18  Simon Josefsson  <simon@josefsson.org>
19432
19433         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
19434         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
19435
19436 2008-08-18  Bruno Haible  <bruno@clisp.org>
19437
19438         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
19439         pthread_in_use().
19440
19441 2008-08-18  Bruno Haible  <bruno@clisp.org>
19442
19443         * lib/glthread/threadlib.c: Include <pthread.h>.
19444
19445 2008-08-18  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
19448         glthread_recursive_lock_* macros.
19449         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
19450         Fix syntax error.
19451
19452 2008-08-18  Bruno Haible  <bruno@clisp.org>
19453
19454         * lib/glthread/thread.c: Avoid forcing a context switch right after
19455         thread creation.
19456
19457 2008-08-17  Bruno Haible  <bruno@clisp.org>
19458
19459         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
19460         * lib/glthread/thread.h: Provide Win32 specific implementation.
19461         * modules/thread (Files): Add lib/glthread/thread.c.
19462         (Depends-on): Add lock.
19463         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
19464
19465 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19466
19467         New module 'yield'.
19468         * modules/yield: New file.
19469         * lib/glthread/yield.h: New file.
19470         * m4/yield.m4: New file.
19471         * MODULES.html.sh (Multithreading): Add yield.
19472
19473 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19474
19475         New module 'thread'.
19476         * modules/thread: New file.
19477         * lib/glthread/thread.h: New file.
19478         * m4/thread.m4: New file.
19479         * MODULES.html.sh (Multithreading): Add thread.
19480
19481 2008-08-17  Bruno Haible  <bruno@clisp.org>
19482
19483         * lib/glthread/lock.h: Include <stdlib.h> always.
19484         * lib/glthread/tls.h: Likewise.
19485         * lib/glthread/cond.h: Likewise.
19486
19487 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19488
19489         New module 'cond'.
19490         * modules/cond: New file.
19491         * lib/glthread/cond.h: New file.
19492         * lib/glthread/cond.c: New file.
19493         * m4/cond.m4: New file.
19494         * MODULES.html.sh (Multithreading): Add cond.
19495
19496 2008-08-16  Eric Blake  <ebb9@byu.net>
19497
19498         c-stack: fix regression on Irix 5.3 from 2008-06-21
19499         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
19500         sa_sigaction...
19501         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
19502         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
19503         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
19504         * modules/signal (Makefile.am): Use the value.
19505         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
19506         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
19507         * doc/posix-headers/signal.texi (signal.h): Document this
19508         portability issue.
19509         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
19510         Reported by Tom G. Christensen.
19511
19512 2008-08-17  Bruno Haible  <bruno@clisp.org>
19513
19514         New module 'threadlib'.
19515         * modules/threadlib: New file.
19516         * lib/glthread/threadlib.c: New file, extracted from
19517         lib/glthread/lock.c.
19518         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
19519         functions.
19520         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
19521         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
19522         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
19523         macros.
19524         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
19525         (gl_DISABLE_THREADS): Remove macro.
19526         * modules/lock (Files): Remove build-aux/config.rpath.
19527         (Depends-on): Remove havelib. Add threadlib.
19528         (configure.ac-early): Remove section.
19529         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
19530         * modules/tls (Depends-on): Remove lock. Add threadlib.
19531         (Link): New section, copied from threadlib.
19532         * MODULES.html.sh (Multithreading): Add threadlib.
19533
19534 2008-08-14  Bruno Haible  <bruno@clisp.org>
19535
19536         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
19537         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
19538         glthread_rwlock_unlock, glthread_rwlock_destroy,
19539         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
19540         glthread_recursive_lock_destroy): Define as macros always.
19541         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
19542         glthread_lock_lock.
19543         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
19544         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
19545         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
19546         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
19547         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
19548         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
19549         (glthread_recursive_lock_lock_func): Renamed from
19550         glthread_recursive_lock_lock.
19551         (glthread_recursive_lock_unlock_func): Renamed from
19552         glthread_recursive_lock_unlock.
19553         (glthread_recursive_lock_destroy_func): Renamed from
19554         glthread_recursive_lock_destroy.
19555
19556 2008-08-14  Bruno Haible  <bruno@clisp.org>
19557
19558         * lib/glthread/lock.h: Renamed from lib/lock.h.
19559         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
19560         * lib/glthread/tls.h: Renamed from lib/tls.h.
19561         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
19562         * lib/fstrcmp.c: Update includes.
19563         * lib/strsignal.c: Update includes.
19564         * modules/lock (Files, Makefile.am): Update.
19565         (Include): Change to "glthread/lock.h".
19566         * modules/tls (Files, Makefile.am): Update.
19567         (Include): Change to "glthread/tls.h".
19568         * tests/test-lock.c: Update includes.
19569         * tests/test-tls.c: Update includes.
19570         * NEWS: Mention the renamed header files.
19571
19572 2008-08-11  Jim Meyering  <meyering@redhat.com>
19573
19574         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
19575
19576 2008-08-11  Eric Blake  <ebb9@byu.net>
19577
19578         test-c-stack: avoid C99-ism
19579         * tests/test-c-stack.c (main): Fix whitespace, move declaration
19580         before statement.
19581         Reported by Alain Guibert.
19582
19583 2008-08-10  Jim Meyering  <meyering@redhat.com>
19584
19585         ensure that return value of uinttostr et al are not ignored
19586         * lib/inttostr.h (__GNUC_PREREQ): Define.
19587         (__attribute_warn_unused_result__): Define.
19588         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
19589
19590 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
19591
19592         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
19593         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
19594
19595 2008-08-07  Jim Meyering  <meyering@redhat.com>
19596
19597         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
19598
19599         * modules/mkstemp (License): Relicense under LGPLv2+.
19600         * modules/tempname (License): Likewise.
19601
19602 2008-08-06  Bruno Haible  <bruno@clisp.org>
19603
19604         * lib/poll.c (poll): Further micro-optimization.
19605
19606 2008-08-06  Jim Meyering  <meyering@redhat.com>
19607
19608         inet_pton.c: use locale-independent tolower
19609         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
19610         (inet_pton6): Use c_tolower rather than tolower.
19611         * modules/inet_pton (Depends-on): Add c-ctype.
19612
19613 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
19614
19615         * lib/poll.c (poll): Avoid division when timeout is 0, cache
19616         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
19617
19618 2008-08-06  Jim Meyering  <meyering@redhat.com>
19619
19620         * modules/inet_pton (License): Relicense under LGPLv2+.
19621
19622 2008-08-03  Bruno Haible  <bruno@clisp.org>
19623
19624         Additional non-aborting API for lock and tls.
19625         * lib/lock.h: Include <errno.h>.
19626         (glthread_lock_init): New macro/function.
19627         (gl_lock_init): Define as wrapper around glthread_lock_init.
19628         (glthread_lock_lock): New macro/function.
19629         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
19630         (glthread_lock_unlock): New macro/function.
19631         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
19632         (glthread_lock_destroy): New macro/function.
19633         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
19634         (glthread_rwlock_init): New macro/function.
19635         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
19636         (glthread_rwlock_rdlock): New macro/function.
19637         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
19638         (glthread_rwlock_wrlock): New macro/function.
19639         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
19640         (glthread_rwlock_unlock): New macro/function.
19641         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
19642         (glthread_rwlock_destroy): New macro/function.
19643         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
19644         (glthread_recursive_lock_init): New macro/function.
19645         (gl_recursive_lock_init): Define as wrapper around
19646         glthread_recursive_lock_init.
19647         (glthread_recursive_lock_lock): New macro/function.
19648         (gl_recursive_lock_lock): Define as wrapper around
19649         glthread_recursive_lock_lock.
19650         (glthread_recursive_lock_unlock): New macro/function.
19651         (gl_recursive_lock_unlock): Define as wrapper around
19652         glthread_recursive_lock_unlock.
19653         (glthread_recursive_lock_destroy): New macro/function.
19654         (gl_recursive_lock_destroy): Define as wrapper around
19655         glthread_recursive_lock_destroy.
19656         (glthread_once): New macro/function.
19657         (gl_once): Define as wrapper around glthread_once.
19658         Update function declarations.
19659         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
19660         glthread_rwlock_init. Return error code.
19661         (glthread_rwlock_rdlock_multithreaded): Renamed from
19662         glthread_rwlock_rdlock. Return error code.
19663         (glthread_rwlock_wrlock_multithreaded): Renamed from
19664         glthread_rwlock_wrlock. Return error code.
19665         (glthread_rwlock_unlock_multithreaded): Renamed from
19666         glthread_rwlock_unlock. Return error code.
19667         (glthread_rwlock_destroy_multithreaded): Renamed from
19668         glthread_rwlock_destroy. Return error code.
19669         (glthread_recursive_lock_init_multithreaded): Renamed from
19670         glthread_recursive_lock_init. Return error code.
19671         (glthread_recursive_lock_lock_multithreaded): Renamed from
19672         glthread_recursive_lock_lock. Return error code.
19673         (glthread_recursive_lock_unlock_multithreaded): Renamed from
19674         glthread_recursive_lock_unlock. Return error code.
19675         (glthread_recursive_lock_destroy_multithreaded): Renamed from
19676         glthread_recursive_lock_destroy. Return error code.
19677         (glthread_once_call): Make static.
19678         (glthread_once_multithreaded): Renamed from glthread_once.
19679         * lib/tls.h: Include <errno.h>.
19680         (glthread_tls_key_init): New macro/function.
19681         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
19682         (glthread_tls_set): New macro/function.
19683         (gl_tls_set): Define as wrapper around glthread_tls_set.
19684         (glthread_tls_key_destroy): New macro/function.
19685         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
19686         Update function declarations.
19687         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
19688         glthread_tls_get.
19689         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
19690
19691 2008-08-04  Eric Blake  <ebb9@byu.net>
19692
19693         gnumakefile: use space, not TAB, outside of targets
19694         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
19695
19696 2008-08-02  Jim Meyering  <meyering@redhat.com>
19697
19698         getdate.y: avoid locale-dependent date parsing failure
19699         In Turkish locales, getdate would fail to recognize keywords
19700         containing a lowercase "i".  The solution is not to rely on
19701         locale-sensitive case-conversion.
19702         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
19703         (lookup_word): Use c_toupper in place of toupper.
19704         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
19705         Reported by Vefa Bicakci <bicave@superonline.com> in
19706         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
19707         * modules/getdate (Depends-on): Add c-ctype.
19708
19709 2008-08-02  Bruno Haible  <bruno@clisp.org>
19710
19711         * gnulib-tool (func_import): When updating or creating a .gitignore
19712         file, prepend each added line with a slash, and ignore leading slashes
19713         from the existing lines.
19714         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
19715
19716 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19717
19718         Portability fix for GNU make 3.79.1.
19719         * top/GNUmakefile: Avoid 'else COND', which older GNU make
19720         versions do not understand.
19721
19722 2008-08-01  Bruno Haible  <bruno@clisp.org>
19723
19724         Work around bug of HP-UX 10.20 cc with -0.0 literal.
19725         * tests/test-isnanf.h (zero): New variable.
19726         (main): Avoid literal -0.0f.
19727         * tests/test-isnand.h (zero): New variable.
19728         (main): Avoid literal -0.0.
19729         * tests/test-isnanl.h (zero): New variable.
19730         (main): Avoid literal -0.0L.
19731         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
19732         (test_float, test_double, test_long_double): Avoid literals -0.0f,
19733         -0.0, -0.0L.
19734         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
19735         (test_signbitd): Avoid literal -0.0.
19736         (test_signbitl): Avoid literal -0.0L.
19737         * tests/test-ceilf1.c (zero): New variable.
19738         (main): Avoid literal -0.0f.
19739         * tests/test-ceill.c (zero): New variable.
19740         (main): Avoid literal -0.0L.
19741         * tests/test-floorf1.c (zero): New variable.
19742         (main): Avoid literal -0.0f.
19743         * tests/test-floorl.c (zero): New variable.
19744         (main): Avoid literal -0.0L.
19745         * tests/test-roundf1.c (zero): New variable.
19746         (main): Avoid literal -0.0f.
19747         * tests/test-round1.c (zero): New variable.
19748         (main): Avoid literal -0.0.
19749         * tests/test-roundl.c (zero): New variable.
19750         (main): Avoid literal -0.0L.
19751         * tests/test-truncf1.c (zero): New variable.
19752         (main): Avoid literal -0.0f.
19753         * tests/test-trunc1.c (zero): New variable.
19754         (main): Avoid literal -0.0.
19755         * tests/test-truncl.c (zero): New variable.
19756         (main): Avoid literal -0.0L.
19757         * tests/test-frexp.c (zero): New variable.
19758         (main): Avoid literal -0.0.
19759         * tests/test-frexpl.c (zero): New variable.
19760         (main): Avoid literal -0.0L.
19761         * tests/test-ldexpl.c (zero): New variable.
19762         (main): Avoid literal -0.0L.
19763         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19764         (zerod, zerol): New variables.
19765         (test_function): Avoid literals -0.0, -0.0L.
19766         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
19767         (zerod, zerol): New variables.
19768         (test_function): Avoid literals -0.0, -0.0L.
19769         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19770         (zerod, zerol): New variables.
19771         (test_function): Avoid literals -0.0, -0.0L.
19772         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
19773         (zerod, zerol): New variables.
19774         (test_function): Avoid literals -0.0, -0.0L.
19775         * tests/test-strtod.c (zero): New variable.
19776         (main): Avoid literal -0.0.
19777         Reported by Jonathan C. Patschke <jp@centtech.com>.
19778
19779 2008-07-31  Jim Meyering  <meyering@redhat.com>
19780
19781         sha256.h: correct definition of SHA224_DIGEST_SIZE
19782         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
19783         Reported by Paulie Pena IV <paulie4@gmail.com>.
19784         Define as 224 / 8, rather than as a literal.
19785         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
19786         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
19787         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
19788
19789 2008-07-31  Bruno Haible  <bruno@clisp.org>
19790
19791         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
19792         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
19793         Reported by Jonathan Patschke <jp@centtech.com>.
19794
19795 2008-07-31  Bruno Haible  <bruno@clisp.org>
19796
19797         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
19798         Reported by Paolo Bonzini <bonzini@gnu.org>.
19799
19800 2008-07-30  Eric Blake  <ebb9@byu.net>
19801
19802         test-strtod: allow compilation without -lm
19803         * tests/test-strtod.c (main): Avoid link dependence on fabs.
19804         Reported by Dennis Clarke <blastwave@gmail.com>.
19805
19806 2008-07-28  Jim Meyering  <meyering@redhat.com>
19807
19808         bootstrap: work also when there are no .po files in po/
19809         * build-aux/bootstrap (update_po_files): Complete the change
19810         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
19811
19812 2008-07-27  Jim Meyering  <meyering@redhat.com>
19813
19814         * users.txt: Add zile.
19815
19816 2008-07-26  Ben Pfaff  <blp@gnu.org>
19817
19818         Add missing dependencies on new m4/exponent[fdl].m4 files.
19819         * modules/isnanf-nolibm: Add m4/exponentf.m4.
19820         * modules/isnand-nolibm: Add m4/exponentd.m4.
19821         * modules/isnanl-nolibm: Add m4/exponentl.m4.
19822         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
19823         m4/isnan[fdl].m4, because the macros actually used moved.
19824         Reported by Jim Meyering.
19825
19826 2008-07-14  Ben Pfaff  <blp@gnu.org>
19827
19828         Add isinf module.
19829         * lib/isinf.c: New file.
19830         * lib/math.in.h: Define isinf macro if we have decided to replace
19831         it.
19832         * m4/isinf.m4: New file.
19833         * m4/math_h.m4: Initialize and substitute variables for isinf
19834         module.
19835         * modules/isinf: New file.
19836         * modules/isinf-tests: New file.
19837         * modules/math: Add substitutions for new module.
19838         * tests/test-isinf.c: New file.
19839         * doc/posix-functions/isinf.texi: Mention new module.
19840         * MODULES.html.sh: Mention new module.
19841
19842 2008-07-14  Ben Pfaff  <blp@gnu.org>
19843
19844         Factor out some macros for use by additional modules.
19845         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
19846         exponentf.m4.
19847         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
19848         exponentd.m4.
19849         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
19850         file exponentl.m4.
19851         * m4/exponentf.m4: New file.
19852         * m4/exponentd.m4: New file.
19853         * m4/exponentl.m4: New file.
19854         * modules/isnanf: Use new file m4/exponentf.m4.
19855         * modules/isnand: Use new file m4/exponentd.m4.
19856         * modules/isnanl: Use new file m4/exponentl.m4.
19857
19858 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
19859
19860         mktime.c: normalize tp->tm_isdst value to -1/0/1.
19861         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
19862         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
19863         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
19864
19865         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
19866         readlink on platforms without PATH_MAX.
19867
19868 2008-07-21  Eric Blake  <ebb9@byu.net>
19869
19870         Warn, not fail, on stale version.
19871         * top/GNUmakefile (_curr-ver): Tone down previous patch.
19872
19873         Don't allow installation with stale devel version number.
19874         * top/GNUmakefile (_is-install-target): New macro.
19875         (_curr-ver): Forbid installation with stale version number.
19876
19877 2008-07-20  Bruno Haible  <bruno@clisp.org>
19878
19879         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
19880         TESTS_ENVIRONMENT.
19881         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
19882
19883 2008-07-20  Bruno Haible  <bruno@clisp.org>
19884
19885         * lib/c-stack.h (c_stack_action): Add documentation.
19886         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
19887
19888 2008-07-20  Bruno Haible  <bruno@clisp.org>
19889
19890         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
19891         * modules/readlink (License): Likewise.
19892
19893 2008-07-17  Eric Blake  <ebb9@byu.net>
19894
19895         * modules/c-stack (Link): Fix typo.
19896
19897         Make c-stack use libsigsegv, when available.
19898         * modules/c-stack (Depends-on): Add libsigsegv.
19899         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
19900         needed.
19901         * lib/c-stack.c (SIGSTKSZ): Define fallback.
19902         (segv_handler, overflow_handler, c_stack_action)
19903         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
19904         implementation when libsigsegv is available, but only when using
19905         the library is necessary.
19906         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
19907         comment, explaining why XSI check fails on Linux.
19908         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
19909         * tests/test-c-stack2.sh: Tweak skip message.
19910         * NEWS: Document new link-time requirements.
19911
19912 2008-07-16  Eric Blake  <ebb9@byu.net>
19913
19914         c-stack: Expose false positives when not using libsigsegv.
19915         * modules/c-stack-tests (Files): Expand test.
19916         * tests/test-c-stack.c (main): Add means to conditionally trigger
19917         non-overflow SIGSEGV.
19918         * tests/test-c-stack2.sh: New file.
19919
19920 2008-07-14  Bruno Haible  <bruno@clisp.org>
19921
19922         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
19923         Reported by Eric Blake.
19924
19925 2008-07-14  Sam Steingold  <sds@gnu.org>
19926             Bruno Haible  <bruno@clisp.org>
19927
19928         New module libsigsegv.
19929         * modules/libsigsegv: New file.
19930         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
19931         modifications.
19932         * MODULES.html.sh (Signal handling): New section.
19933
19934 2008-07-14  Bruno Haible  <bruno@clisp.org>
19935
19936         * modules/unictype/ctype-* (Description): Add the word "function".
19937         Improves the resulting doc in MODULES.html.
19938
19939 2008-07-12  Ben Pfaff  <blp@gnu.org>
19940
19941         Add longlong module.
19942         * modules/longlong: New file.
19943
19944 2008-07-12  Bruno Haible  <bruno@clisp.org>
19945
19946         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
19947         to empty.
19948
19949 2008-07-10  Ben Pfaff  <blp@gnu.org>
19950
19951         Add isnan module.
19952         * doc/posix-functions/isnan.texi: Mention new module.
19953         * lib/math.in.h: Define isnan macro if we have decided to replace
19954         it.
19955         * m4/isnan.m4: New file.
19956         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
19957         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
19958         also.
19959         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
19960         redundancy.
19961         * m4/math_h.m4: Initialize and substitute variables for isnan
19962         module.
19963         * modules/isnan: New file.
19964         * modules/isnan-tests: New file.
19965         * modules/math: Add substitutions for new module.
19966         * tests/test-isnan.c: New file.
19967         * MODULES.html.sh: Mention new module.
19968
19969 2008-07-10  Ben Pfaff  <blp@gnu.org>
19970
19971         Add isnanf module.
19972         * lib/isnanf.m4: New file.
19973         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
19974         (gl_HAVE_ISNANF_IN_LIBM): New macro.
19975         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
19976         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
19977         * modules/isnanf: New file.
19978         * modules/isnanf-tests: New file.
19979         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
19980         files.
19981         * tests/test-isnanf-nolibm.c: factored most of its contents into
19982         new file tests/test-isnanf.h.
19983         * tests/test-isnanf.h: New file.
19984         * tests/test-isnanf.c: New file.
19985         * MODULES.html.sh: Mention new module.
19986         * doc/glibc-functions/isnanf.texi: Mention new module.
19987
19988 2008-07-10  Ben Pfaff  <blp@gnu.org>
19989
19990         Add isnand module.
19991         * lib/isnand.h: New file.
19992         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
19993         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
19994         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
19995         functionality also.
19996         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
19997         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
19998         (gl_HAVE_ISNAND_IN_LIBM): New macro.
19999         * modules/isnand: New file.
20000         * modules/isnand-tests: New file.
20001         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
20002         files.
20003         * tests/test-isnand-nolibm.c: factored most of its contents into
20004         new file tests/test-isnand.h.
20005         * tests/test-isnand.h: New file.
20006         * tests/test-isnand.c: New file.
20007         * MODULES.html.sh: Mention new module.
20008
20009 2008-07-10  Ben Pfaff  <blp@gnu.org>
20010
20011         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
20012         * lib/isnand.h: Rename lib/isnand-nolibm.h.
20013         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
20014         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
20015         * modules/isnanf-nolibm: Update references to renamed files.
20016         * modules/isnand-nolibm: Likewise.
20017         * modules/isnanf-nolibm-tests: Likewise.
20018         * modules/isnand-nolibm-tests: Likewise.
20019         * lib/frexp.c: Likewise.
20020         * lib/isfinite.c: Likewise.
20021         * lib/signbitd.c: Likewise.
20022         * lib/signbitf.c: Likewise.
20023         * lib/vasnprintf.c: Likewise.
20024         * tests/test-ceilf1.c: Likewise.
20025         * tests/test-ceilf2.c: Likewise.
20026         * tests/test-floorf1.c: Likewise.
20027         * tests/test-floorf2.c: Likewise.
20028         * tests/test-frexp.c: Likewise.
20029         * tests/test-round1.c: Likewise.
20030         * tests/test-round2.c: Likewise.
20031         * tests/test-roundf1.c: Likewise.
20032         * tests/test-strtod.c: Likewise.
20033         * tests/test-trunc1.c: Likewise.
20034         * tests/test-trunc2.c: Likewise.
20035         * tests/test-truncf1.c: Likewise.
20036         * tests/test-truncf2.c: Likewise.
20037         * NEWS: Mention the renamed header files.
20038
20039 2008-07-11  Jim Meyering  <meyering@redhat.com>
20040
20041         vc-list-files: make the last-resort awk code more portable
20042         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
20043         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
20044         does not support it.
20045
20046 2008-07-10  Eric Blake  <ebb9@byu.net>
20047
20048         Work with tar's bootstrap.
20049         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
20050         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
20051         an m4 comment.
20052
20053 2008-07-09  Jim Meyering  <meyering@redhat.com>
20054
20055         posix-shell.m4: fix typo that made this test malfunction
20056         * m4/posix-shell.m4: Remove capitalization in variable name.
20057
20058 2008-07-08  Bruno Haible  <bruno@clisp.org>
20059
20060         * m4/onceonly.m4: Update comments.
20061         Reported by Ben Pfaff <blp@cs.stanford.edu>.
20062
20063 2008-07-04  Jim Meyering  <meyering@redhat.com>
20064
20065         * users.txt: Add vc-dwim.
20066         (bison, coreutils): Use the gitweb URL.
20067
20068 2008-07-03  Jim Meyering  <meyering@redhat.com>
20069
20070         * users.txt: Add libffcall.  From Sam Steingold.
20071
20072 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
20073
20074         getdate.y: do not ignore TZ with relative day, month or year offset
20075         * lib/getdate.y (get_date): Move the tz-handling block to follow the
20076         relative-date-handling, since otherwise, the latter would clobber the
20077         sole output (an updated Start value) of the tz-handling block.
20078         * tests/test-getdate.c: Tests for the fix
20079
20080 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20081
20082         Recognize 'foo_LIBRARIES += libgnu.a'.
20083         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
20084         makefile snippet has already specified an installation location,
20085         also using '+='.
20086
20087 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
20088
20089         getdate.y: factor out common actions
20090         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
20091         Use them in place of open-coded actions.
20092
20093 2008-07-01  Simon Josefsson  <simon@josefsson.org>
20094
20095         Add self-test for getdate module.
20096         * modules/getdate-tests: New file.
20097         * tests/test-getdate.c: New file.
20098
20099 2008-06-29  Bruno Haible  <bruno@clisp.org>
20100
20101         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
20102         .gitignore.
20103         Reported by Sylvain Beucler <beuc@beuc.net>.
20104
20105 2008-06-29  Bruno Haible  <bruno@clisp.org>
20106
20107         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
20108         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
20109
20110 2008-06-29  Bruno Haible  <bruno@clisp.org>
20111
20112         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
20113         EXTRA_DIST.
20114         Reported by Sylvain Beucler <beuc@beuc.net>.
20115
20116 2008-06-26  Jim Meyering  <meyering@redhat.com>
20117
20118         make several modules depend on the "open" module
20119         This provides slightly increased consistency when opening-for-write
20120         the name of a non-directory spelled with a trailing slash.
20121         * modules/chdir-safer: Likewise.
20122         * modules/chown: Likewise.
20123         * modules/clean-temp: Likewise.
20124         * modules/copy-file: Likewise.
20125         * modules/fchdir: Likewise.
20126         * modules/fcntl-safer: Likewise.
20127         * modules/pipe: Likewise.
20128         * modules/utime: Likewise.
20129         Prompted by Eric Blake and Bruno Haible.
20130
20131 2008-06-24  Andreas Schwab  <schwab@suse.de>
20132
20133         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
20134         literals can be used as initializers for global variables.
20135
20136 2008-06-23  Eric Blake  <ebb9@byu.net>
20137
20138         Make gnulib-cache.m4 easier to diff.
20139         * gnulib-tool (func_import): Allow newlines when reading cached
20140         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
20141
20142 2008-06-23  Bruno Haible  <bruno@clisp.org>
20143
20144         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
20145         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
20146         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
20147         m4/signalblocking.m4.
20148         (gl_PREREQ_SIGACTION): Don't invoke it.
20149         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
20150         gl_PREREQ_SIG_HANDLER_H.
20151         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
20152         Don't check for sigaction here.
20153
20154 2008-06-23  Bruno Haible  <bruno@clisp.org>
20155
20156         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
20157         (install_handlers): Don't set the SA_RESETHAND flag.
20158
20159 2008-06-23  Bruno Haible  <bruno@clisp.org>
20160
20161         * m4/sigaction.m4: Comment fixes.
20162         * lib/signal.in.h: Likewise.
20163
20164 2008-06-23  Eric Blake  <ebb9@byu.net>
20165
20166         Fix typo.
20167         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
20168
20169         Avoid SA_ namespace.
20170         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
20171         Reported by Ralf Wildenhues.
20172
20173         Avoid test failure due to SA_RESTORER.
20174         * tests/test-sigaction.c (SA_MASK): New macro.
20175         (main): Avoid failing due to extension flags being set.
20176         Reported by Jim Meyering.
20177
20178         Revert use of sig-handler.h in sigprocmask.c.
20179         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
20180         it requires the existence of struct sigaction.
20181         * lib/sigprocmask.c (handler_t): Restore typedef.
20182         (rpl_signal, old_handlers): Use local type.
20183
20184 2008-06-22  Bruno Haible  <bruno@clisp.org>
20185
20186         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
20187         conditionally.
20188         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20189
20190 2008-06-22  Bruno Haible  <bruno@clisp.org>
20191
20192         * doc/posix-functions/siginterrupt.texi: Move note.
20193
20194         * lib/signal.in.h (SA_RESTART): New macro.
20195         * lib/sigaction.c: Update comment.
20196
20197         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
20198
20199         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
20200         (gl_PREREQ_SIGPROCMASK): Invoke it.
20201         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
20202
20203         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
20204
20205         * lib/sigprocmask.c: Update a comment.
20206
20207 2008-06-21  Eric Blake  <ebb9@byu.net>
20208
20209         Use sigaction module rather than signal().
20210         * modules/c-stack (Depends-on): Add sigaction.
20211         * modules/fatal-signal (Depends-on): Likewise.
20212         * modules/nanosleep (Depends-on): Likewise.
20213         * modules/sigprocmask (Files): Add sig-handler.h.
20214         * modules/sigaction (Files): Likewise.
20215         * lib/sig-handler.h (get_handler): New file, suggested by Paul
20216         Eggert.
20217         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
20218         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
20219         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
20220         (init_fatal_signals): Likewise.
20221         * lib/nanosleep.c (rpl_nanosleep): Likewise.
20222         (siginterrupt): Delete fallback.
20223         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
20224         instead.
20225         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
20226         siginterrupt.
20227
20228         New module sigaction, for mingw.
20229         * modules/sigaction: New module...
20230         * modules/sigaction-tests: ...and its test.
20231         * m4/sigaction.m4: New file.
20232         * lib/sigaction.c: Likewise.
20233         * tests/test-sigaction.c: Likewise.
20234         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
20235         * modules/signal (Makefile.am): Likewise.
20236         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
20237         needed.
20238         * doc/posix-headers/signal.texi (signal.h): Mention provided
20239         types.
20240         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
20241         that sigaction is preferable.
20242         * doc/posix-functions/sigaction.texi (sigaction): Mention new
20243         module.
20244         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20245         sigaction.
20246
20247         Improve robustness of sigprocmask by overriding signal.
20248         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
20249         is in use.
20250         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
20251         (SIGKILL, SIGSTOP): Provide fallbacks.
20252         (rpl_signal): Implement.
20253         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
20254         signal can be called inside handlers.
20255
20256         Fix nanosleep module on mingw.
20257         * modules/nanosleep (Depends-on): Add sys_select.
20258         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
20259
20260         Fix licensing of sigprocmask.
20261         * modules/raise (License): Relicense as LGPL.
20262
20263 2008-06-21  Bruno Haible  <bruno@clisp.org>
20264
20265         * lib/propername.c (proper_name_utf8): Don't use the transliterated
20266         result if it contains question marks.
20267         Reported by Michael Geng <linux@michaelgeng.de>.
20268
20269 2008-06-19  Bruno Haible  <bruno@clisp.org>
20270
20271         Fix CVS-ism.
20272         * doc/gnulib.texi: Include updated-stamp.texi.
20273         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
20274         (updated-stamp.texi): New rule.
20275         (gnulib.info): Depend on it.
20276         * doc/.gitignore: Add updated-stamp.texi.
20277         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
20278
20279 2008-06-19  Bruno Haible  <bruno@clisp.org>
20280
20281         * doc/Makefile (gnulib.info): Update and simplify dependencies.
20282         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
20283
20284 2008-06-19  Eric Blake  <ebb9@byu.net>
20285
20286         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
20287         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
20288         Reported by Stepan Kasal.
20289
20290 2008-06-18  Bruno Haible  <bruno@clisp.org>
20291
20292         * lib/fatal-signal.c (init_fatal_signals): Add comment.
20293         Reported by Eric Blake.
20294
20295 2008-06-18  Eric Blake  <ebb9@byu.net>
20296
20297         Work around cygwin 1.5.25 strsignal bug.
20298         * tests/test-strsignal.c: Allow for const char *.
20299         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
20300
20301 2008-06-18  Simon Josefsson  <simon@josefsson.org>
20302
20303         * users.txt: Update URL to article and add author/date
20304         information.
20305
20306 2008-06-17  Bruno Haible  <bruno@clisp.org>
20307
20308         New macro gl_DISABLE_THREADS.
20309         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
20310         if the user did not pass --enable-threads or --disable-threads option.
20311         (gl_DISABLE_THREADS): New macro.
20312         Reported by Eric Blake <ebb9@byu.net>.
20313
20314 2008-06-17  Bruno Haible  <bruno@clisp.org>
20315
20316         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
20317         when the macro ignores it.
20318         Based on a patch by Eric Blake <ebb9@byu.net>.
20319
20320 2008-06-17  Bruno Haible  <bruno@clisp.org>
20321
20322         * modules/tls (License): Change to LGPLv2+.
20323         Reported by Eric Blake.
20324
20325 2008-06-17  Eric Blake  <ebb9@byu.net>
20326
20327         Simplify c-stack prerequisites.
20328         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
20329         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
20330         no longer requires <ucontext.h> to exist.  Optimize setrlimit
20331         check.
20332         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
20333         <sys/resource.h>.
20334
20335         Move c-stack test into testsuite.
20336         * modules/c-stack-tests: New file.
20337         * lib/c-stack.c [DEBUG]: Move test program...
20338         * tests/test-c-stack.c: ...into this new file.  Skip rather than
20339         fail test if sigaltstack is lacking.
20340         * tests/test-c-stack.sh: New driver file.
20341
20342 2008-06-16  Eric Blake  <ebb9@byu.net>
20343
20344         Use raise module consistently.
20345         * modules/fatal-signal (Depends-on): Add raise.
20346         * modules/sigprocmask (Depends-on): Likewise.
20347         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
20348         * lib/sigprocmask.c (sigprocmask): Likewise.
20349         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
20350         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
20351
20352         Fix compliance bug in sigpending.
20353         * lib/sigprocmask.c (sigpending): Return pending array via
20354         parameter, not return value.
20355
20356 2008-06-14  Eric Blake  <ebb9@byu.net>
20357
20358         Improve obstack-printf test code.
20359         * tests/test-obstack-printf.c (test_function): Fix comment, and
20360         simplify usage of obstack_* in macros.  Add a test for coverage.
20361         Reported by Bruno Haible.
20362
20363 2008-06-14  Bruno Haible  <bruno@clisp.org>
20364
20365         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
20366         array size as a constant, not as a const variable.
20367         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
20368         AC_USE_SYSTEM_EXTENSIONS.
20369         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
20370         Test whether the obstack_printf function actually exists.
20371         * modules/obstack-printf (Depends-on): Add extensions.
20372         (Include): Remove obstack.h.
20373         * modules/obstack-printf-posix (Depends-on): Add extensions.
20374         (Include): Remove obstack.h.
20375
20376 2008-06-13  Eric Blake  <ebb9@byu.net>
20377
20378         Add obstack-printf and obstack-printf-posix modules.
20379         * modules/obstack-printf: New file.
20380         * modules/obstack-printf-posix: Likewise.
20381         * MODULES.html.sh (Misc): Mention them.
20382         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
20383         Likewise.
20384         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
20385         Likewise.
20386         * modules/stdio (Makefile.am): Accomodate new modules.
20387         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
20388         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
20389         Declare.
20390         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
20391         functions.
20392         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
20393         (gl_REPLACE_OBSTACK_PRINTF): New macros
20394         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
20395         * tests/test-obstack-printf.c: New file.
20396         * modules/obstack-printf-tests: Likewise.
20397         * modules/obstack-printf-posix-tests: Likewise.
20398
20399 2008-06-11  Bruno Haible  <bruno@clisp.org>
20400
20401         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
20402         * lib/open.c: Include errno.h.
20403         (open): Fail when attempting to write to a file that has a trailing
20404         slash.
20405         * tests/test-open.c (main): Test against trailing slash bug.
20406         * doc/posix-functions/open.texi: Mention the trailing slash bug.
20407
20408 2008-06-10  Bruno Haible  <bruno@clisp.org>
20409
20410         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
20411         for $? to work inside the trap command, with various /bin/sh-s.
20412         * tests/test-vc-list-files-cvs.sh: Likewise.
20413
20414 2008-06-10  Bruno Haible  <bruno@clisp.org>
20415
20416         * lib/acl-internal.h: Don't include gettext.h here.
20417         * lib/set-mode-acl.c: Include gettext.h here.
20418         * lib/copy-acl.c: Likewise.
20419
20420 2008-06-10  Bruno Haible  <bruno@clisp.org>
20421
20422         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
20423         * lib/wait-process.c (wait_subprocess): Likewise.
20424         * lib/execute.h (execute): Add termsigp argument.
20425         * lib/execute.c (execute): Likewise.
20426         * lib/csharpcomp.c (compile_csharp_using_pnet,
20427         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
20428         * lib/csharpexec.c (execute_csharp_using_pnet,
20429         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
20430         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
20431         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
20432         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
20433         is_jikes_present): Update.
20434         * lib/javaexec.c (execute_java_class): Update.
20435         * lib/javaversion.c (execute_and_read_line): Update.
20436         * NEWS: Document the changes.
20437         Reported by Eric Blake.
20438
20439 2008-06-10  Eric Blake  <ebb9@byu.net>
20440
20441         Add missing include.
20442         * tests/test-strstr.c (includes): Add <signal.h>.
20443         * tests/test-strcasestr.c (includes): Likewise.
20444         * tests/test-memmem.c (includes): Likewise.
20445
20446 2008-06-10  Bruno Haible  <bruno@clisp.org>
20447
20448         * lib/wait-process.c (wait_subprocess): Add an assertion.
20449
20450 2008-06-10  Bruno Haible  <bruno@clisp.org>
20451
20452         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
20453
20454 2008-06-10  Bruno Haible  <bruno@clisp.org>
20455
20456         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
20457         using alarm().
20458         * tests/test-strcasestr.c (main): Likewise.
20459         * tests/test-strstr.c (main): Likewise.
20460
20461 2008-06-09  Bruno Haible  <bruno@clisp.org>
20462
20463         Work around the Solaris 10 ACE ACLs ABI change.
20464         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
20465         declare if ACL_NO_TRIVIAL is present.
20466         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
20467         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
20468         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
20469         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
20470         define if ACL_NO_TRIVIAL is present.
20471         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
20472         and use the current ABI.
20473         (file_has_acl): Use same #if condition as elsewhere.
20474         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
20475         in use, and use the current ABI.
20476         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
20477         Reported by Jim Meyering.
20478
20479 2008-06-09  Eric Blake  <ebb9@byu.net>
20480
20481         Work around environments that (stupidly) ignore SIGALRM.
20482         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
20483         before using alarm().
20484         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
20485         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
20486         Reported by Ian Beckwith <ianb@erislabs.net>.
20487
20488         Produce autobuild blurb earlier in log.
20489         * modules/autobuild (configure.ac-early): Move AB_INIT here.
20490
20491 2008-06-09  Jim Meyering  <meyering@redhat.com>
20492         and OndÅ™ej Vašík  <ovasik@redhat.com>
20493
20494         utimens.c: correct kernel bug work-around
20495         OndÅ™ej Vašík found that the invalid return value of 280 indicates
20496         failure, not success, and the kernel bug we're trying to work
20497         around affects not just the utimensat call, but also the fallback
20498         futimens call.
20499         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
20500         not success.
20501         [HAVE_FUTIMENS]: Use the same work-around, here.
20502
20503 2008-06-09  Jim Meyering  <meyering@redhat.com>
20504
20505         add more guards around definition of ACE_-related code
20506         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
20507         ALLOW and ACE_OWNER are also defined.
20508
20509 2008-06-08  Bruno Haible  <bruno@clisp.org>
20510
20511         * lib/acl-internal.h: Add me as co-author.
20512         * lib/file-has-acl.c: Likewise.
20513         * lib/set-mode-acl.c: Likewise.
20514         * lib/copy-acl.c: Likewise.
20515
20516 2008-06-08  Bruno Haible  <bruno@clisp.org>
20517
20518         Add support for AIX ACLs.
20519         * lib/acl-internal.h (acl_nontrivial): New declaration.
20520         * lib/file-has-acl.c (acl_nontrivial): New function.
20521         (file_has_acl): Add implementation using AIX 4 ACL API.
20522         * lib/set-mode-acl.c (qset_acl): Likewise.
20523         * lib/copy-acl.c (qcopy_acl): Likewise.
20524
20525 2008-06-08  Bruno Haible  <bruno@clisp.org>
20526
20527         Add support for HP-UX ACLs.
20528         * lib/acl-internal.h (acl_nontrivial): New declaration.
20529         * lib/file-has-acl.c (acl_nontrivial): New function.
20530         (file_has_acl): Add implementation using HP-UX 11 ACL API.
20531         * lib/set-mode-acl.c (qset_acl): Likewise.
20532         * lib/copy-acl.c (qcopy_acl): Likewise.
20533
20534 2008-06-08  Bruno Haible  <bruno@clisp.org>
20535
20536         Add support for Cygwin ACLs.
20537         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
20538         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
20539         the chmod_or_fchmod call.
20540         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
20541
20542 2008-06-08  Bruno Haible  <bruno@clisp.org>
20543
20544         Fix bug with setuid modes in Solaris 10+ code.
20545         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
20546         succeeded, when the mode contains some special bits.
20547
20548 2008-06-08  Bruno Haible  <bruno@clisp.org>
20549
20550         Add support for Solaris 7..10 ACLs.
20551         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
20552         declarations.
20553         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
20554         functions.
20555         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
20556         * lib/set-mode-acl.c (qset_acl): Likewise.
20557         * lib/copy-acl.c (qcopy_acl): Likewise.
20558
20559 2008-06-08  Bruno Haible  <bruno@clisp.org>
20560
20561         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
20562         declaration.
20563         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
20564         (acl_access_nontrivial): Remove MacOS X case.
20565         (file_has_acl): Use acl_extended_nontrivial.
20566         * lib/copy-acl.c (qcopy_acl): Likewise.
20567
20568 2008-06-08  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
20571
20572 2008-06-08  Jim Meyering  <meyering@redhat.com>
20573
20574         * modules/acl (Maintainer): Add Bruno Haible.
20575
20576 2008-06-07  Bruno Haible  <bruno@clisp.org>
20577
20578         Improve support for Tru64 ACLs.
20579         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
20580         ACL on OSF/1.
20581
20582 2008-06-07  Bruno Haible  <bruno@clisp.org>
20583
20584         Add support for MacOS X ACLs.
20585         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
20586         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
20587         * lib/set-mode-acl.c (qset_acl): Likewise.
20588         * lib/copy-acl.c (qcopy_acl): Likewise.
20589
20590 2008-06-07  Bruno Haible  <bruno@clisp.org>
20591
20592         Fix memory leak introduced on 2008-05-22.
20593         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
20594         use.
20595
20596 2008-06-07  Bruno Haible  <bruno@clisp.org>
20597
20598         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
20599         to construct an empty ACL.
20600
20601 2008-06-07  Bruno Haible  <bruno@clisp.org>
20602
20603         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
20604         precisely.
20605         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
20606
20607 2008-06-07  Bruno Haible  <bruno@clisp.org>
20608
20609         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
20610         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
20611
20612 2008-06-07  Bruno Haible  <bruno@clisp.org>
20613
20614         * doc/posix-functions/_setjmp.texi: Explain the use of this function
20615         regardless of POSIX.
20616         * doc/posix-functions/_longjmp.texi: Likewise.
20617         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
20618         SystemV platform in this case.
20619
20620 2008-06-06  Eric Blake  <ebb9@byu.net>
20621
20622         Document abort() bugs.
20623         * doc/posix-functions/abort.texi (abort): Mention anomalies.
20624
20625         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
20626         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
20627         sigsetjmp.
20628         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
20629         siglongjmp, but only as a macro.
20630         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
20631         is obsolete.
20632         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
20633
20634         Tweak documentation to cover cygwin argz bugs.
20635         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
20636         argz bug fix; no code change needed since no cygwin releases
20637         occurred between the last fix and the bug being tested.
20638         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
20639         module and recently fixed cygwin bugs.
20640         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
20641         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
20642         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
20643         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
20644         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
20645         Likewise.
20646         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
20647         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
20648         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
20649         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
20650         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
20651         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
20652         Likewise.
20653
20654         Avoid gcc warning on cygwin.
20655         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
20656         !ACL_NO_TRIVIAL]: Avoid unused variable.
20657
20658 2008-06-05  Eric Blake  <ebb9@byu.net>
20659
20660         Be tolerant of UNKNOWN version in gnulib-tool test dir.
20661         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
20662         git-version-gen fails to come up with a version.
20663         Reported by Simon Josefsson.
20664
20665 2008-06-05  Jim Meyering  <meyering@redhat.com>
20666             Paul Eggert  <eggert@cs.ucla.edu>
20667
20668         utimens.c: work around a probable Linux kernel bug
20669         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
20670         appears to be a kernel bug that causes utimensat to return 280
20671         instead of 0, indicating success.
20672
20673 2008-06-04  Bruno Haible  <bruno@clisp.org>
20674
20675         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
20676         2008-06-01 commit.
20677
20678 2008-06-04  Bruno Haible  <bruno@clisp.org>
20679
20680         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
20681         * lib/file-has-acl.c (acl_access_nontrivial): New function.
20682         (file_has_acl): Use it. Save errno afterwards.
20683         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
20684
20685 2008-06-03  Bruno Haible  <bruno@clisp.org>
20686
20687         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
20688         draft code. Simplify #ifs.
20689         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
20690         Put Solaris code after POSIX-draft code. Fix comments regarding
20691         Solaris 10, HP-UX. Mention Cygwin.
20692         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
20693
20694 2008-06-03  Eric Blake  <ebb9@byu.net>
20695
20696         Provide fallback for older kernels.
20697         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
20698         Provide runtime fallback if kernel lacks support.
20699         Reported by Mike Frysinger.
20700
20701 2008-06-02  Bruno Haible  <bruno@clisp.org>
20702
20703         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
20704         it exists.
20705
20706 2008-06-02  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
20709         * lib/copy-acl.c (qcopy_acl): Update comment.
20710
20711 2008-06-02  Bruno Haible  <bruno@clisp.org>
20712
20713         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
20714         like ACL APIs.
20715
20716 2008-06-02  Bruno Haible  <bruno@clisp.org>
20717
20718         * tests/test-file-has-acl.sh: Use different code for Cygwin.
20719         * tests/test-set-mode-acl.sh: Likewise.
20720         * tests/test-copy-acl.sh: Likewise.
20721         * tests/test-copy-file.sh: Likewise.
20722
20723 2008-06-02  Bruno Haible  <bruno@clisp.org>
20724
20725         * tests/test-file-has-acl.sh: Remove unused code.
20726
20727 2008-06-01  Bruno Haible  <bruno@clisp.org>
20728
20729         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
20730         (copy_acl): Just a wrapper around qcopy_acl that emits the error
20731         messages.
20732         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
20733
20734 2008-06-01  Bruno Haible  <bruno@clisp.org>
20735
20736         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
20737         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
20738         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
20739         APIs.
20740         * modules/acl-tests (configure.ac): Remove tests now contained in
20741         m4/acl.m4.
20742
20743 2008-06-02  Jim Meyering  <meyering@redhat.com>
20744
20745         announce-gen: use a better key-server host name
20746         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
20747         it may be more consistently reliable.  Suggested by Werner Koch
20748         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
20749
20750 2008-06-01  Bruno Haible  <bruno@clisp.org>
20751
20752         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
20753         Reported by Voroskoi Andras <voroskoi@gmail.com>.
20754
20755 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
20756
20757         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
20758
20759 2008-06-01  Bruno Haible  <bruno@clisp.org>
20760
20761         New ACL tests.
20762         * tests/test-file-has-acl.sh: New file.
20763         * tests/test-file-has-acl.c: New file.
20764         * tests/test-set-mode-acl.sh: New file.
20765         * tests/test-set-mode-acl.c: New file.
20766         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
20767         * tests/test-copy-acl.c: New file.
20768         * modules/acl-tests: New file, based on modules/copy-file-tests.
20769         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
20770         (Depends-on): Add acl-tests.
20771         (configure.ac): Remove checks.
20772         (Makefile.am): Don't create test-sameacls program here any more.
20773
20774 2008-06-01  Bruno Haible  <bruno@clisp.org>
20775
20776         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
20777         * tests/test-sameacls.c: Include progname.h.
20778         (main): Invoke set_program_name. Portability fixes for MacOS X,
20779         Solaris, HP-UX.
20780
20781 2008-06-01  Bruno Haible  <bruno@clisp.org>
20782
20783         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
20784         function.
20785         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
20786
20787 2008-06-01  Bruno Haible  <bruno@clisp.org>
20788
20789         * modules/rpmatch (Depends-on): Add strdup.
20790
20791 2008-06-01  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/pipe.c: Include unistd-safer.h.
20794         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
20795         * modules/pipe (Depends-on): Add unistd-safer.
20796
20797 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20798
20799         * modules/autobuild (configure.ac): Call AB_INIT.
20800
20801 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20802
20803         * tests/test-getaddrinfo.c: Don't print debug messages by default.
20804         Suggested by Bruno Haible <bruno@clisp.org>.
20805
20806 2008-05-30  Simon Josefsson  <simon@josefsson.org>
20807
20808         * tests/test-base64.c: Cast size_t to unsigned long when invoking
20809         printf.  Use %lu instead of %d.  Reported by Bruno Haible
20810         <bruno@clisp.org>.
20811
20812 2008-05-29  Eric Blake  <ebb9@byu.net>
20813
20814         Prefer new POSIX 200x interfaces over futimesat.
20815         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
20816         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
20817         when available.
20818         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
20819
20820 2008-05-28  Bruno Haible  <bruno@clisp.org>
20821
20822         * modules/stpcpy (License): Change to LGPLv2+.
20823         Requested by David Lutterkort <dlutter@redhat.com>.
20824
20825 2008-05-27  Bruno Haible  <bruno@clisp.org>
20826
20827         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
20828         current mingw.
20829         Reported by Jose E. Marchesi <jemarch@gnu.org>.
20830
20831 2008-05-27  Bruno Haible  <bruno@clisp.org>
20832
20833         * modules/iconv_open (Link): New section, from module 'iconv'.
20834         * modules/striconv (Link): Likewise.
20835         * modules/striconveh (Link): Likewise.
20836         * modules/xstriconv (Link): Likewise.
20837         * modules/unicodeio (Link): Likewise.
20838         * modules/propername (Link): Likewise.
20839         Reported by Jim Meyering.
20840
20841 2008-05-26  Jim Meyering  <meyering@redhat.com>
20842
20843         sha256: do not artificially restrict buffer length to be < 2^32
20844         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
20845         uint32_t to size_t.
20846         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
20847         to match.
20848
20849         avoid unaligned access errors, e.g., on sparc
20850         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
20851         direct access through a possibly-unaligned uint64* pointer.
20852         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
20853         direct access through a possibly-unaligned uint32* pointer.
20854         Prompted by this patch from Tom "spot" Callaway:
20855         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
20856
20857         sha512.c: fix typo in comment
20858         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
20859
20860 2008-05-25  Bruno Haible  <bruno@clisp.org>
20861
20862         * lib/set-mode-acl.c: Renamed from lib/acl.c.
20863         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
20864         (Makefile.am): Update lib_SOURCES.
20865
20866 2008-05-25  Bruno Haible  <bruno@clisp.org>
20867
20868         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
20869
20870 2008-05-25  Jim Meyering  <meyering@redhat.com>
20871
20872         useless-if-before-free: freed expr may have white-space differences
20873         * build-aux/useless-if-before-free: Recognize cases in which the
20874         freed expression differs from the tested one in embedded white
20875         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
20876         $1 was used, so we can't make any regexp shy.  Improved tests now
20877         detect this.
20878
20879         useless-if-before-free: accept white space in the expression.
20880         * build-aux/useless-if-before-free: For now, any white space
20881         in the expression must be identical in the free argument.
20882
20883         useless-if-before-free: efficiency tweak
20884         * build-aux/useless-if-before-free: Make the expression-matching
20885         regexp "shy".
20886         Make the *outer* regexp shy, not the expr-matching one.
20887
20888         update code-in-comment to accept cast of free arg
20889         * build-aux/useless-if-before-free: Update regexp.
20890
20891 2008-05-25  Bruno Haible  <bruno@clisp.org>
20892
20893         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
20894         * modules/copy-file-tests (Files, Makefile.am): Update.
20895         * tests/test-copy-file.c (func_test_copy): Update.
20896
20897 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
20898
20899         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
20900
20901 2008-05-23  Bruno Haible  <bruno@clisp.org>
20902
20903         Improve support for ACLs on OSF/1.
20904         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
20905         Remove fallback for unknown flavors of ACLs.
20906
20907 2008-05-22  Bruno Haible  <bruno@clisp.org>
20908
20909         Add support for ACLs on OSF/1.
20910         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
20911         replacements.
20912         (acl_free_text): New macro fallback.
20913         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
20914         acl_free.
20915         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
20916         acl_free_text function. Require AC_C_INLINE.
20917
20918 2008-05-22  Bruno Haible  <bruno@clisp.org>
20919
20920         Make copy_acl work on MacOS X 10.5.
20921         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
20922         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
20923         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
20924         If MODE_INSIDE_ACL, don't assume that every system has the same text
20925         representation for ACLs as FreeBSD.
20926         * lib/copy-acl.c (copy_acl): Add support for platforms with
20927         !MODE_INSIDE_ACL.
20928         * lib/file-has-acl.c (file_has_acl): Likewise.
20929         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
20930         FreeBSD, MacOS X, or IRIX, respectively.
20931
20932 2008-05-22  Bruno Haible  <bruno@clisp.org>
20933
20934         * lib/acl.h: Don't include <sys/acl.h>.
20935         (GETACLCNT): Move fallback to lib/acl-internal.h.
20936         * lib/acl-internal.h: Include <sys/acl.h> here.
20937         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
20938
20939 2008-05-22  Bruno Haible  <bruno@clisp.org>
20940
20941         Split off copy_acl function to separate file.
20942         * lib/copy-acl.c: New file, extracted from lib/acl.c.
20943         * lib/acl.c (copy_acl): Moved function to separate file.
20944         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
20945         * modules/acl (Files): Add lib/copy-acl.c.
20946         (Makefiles.am): Augment lib_SOURCES.
20947
20948 2008-05-22  Bruno Haible  <bruno@clisp.org>
20949
20950         * modules/copy-file-tests: New file.
20951         * tests/test-copy-file.sh: New file.
20952         * tests/test-copy-file.c: New file.
20953         * tests/test-copy-file-sameacls.c: New file.
20954
20955 2008-05-22  Eric Blake  <ebb9@byu.net>
20956
20957         Avoid gcc warning.
20958         * tests/test-memcmp.c (main): Pass NULL indirectly.
20959
20960 2008-05-21  Bruno Haible  <bruno@clisp.org>
20961
20962         Add reference doc about ACLs.
20963         * doc/acl-resources.txt: New file.
20964         * doc/acl-cygwin.txt: New file.
20965
20966 2008-05-21  Bruno Haible  <bruno@clisp.org>
20967
20968         Avoid one more warning from gcc.
20969         * lib/vasnprintf.c (IF_LINT): Update comments.
20970         (VASNPRINTF): Use it also for the 'prefix' array initializer.
20971
20972 2008-05-21  Jim Meyering  <meyering@redhat.com>
20973
20974         avoid a warning from gcc
20975         * lib/vasnprintf.c (IF_LINT): Define.
20976         (scale10_round_decimal_long_double):
20977         Use it to avoid a "may be used uninitialized" warning.
20978         (scale10_round_decimal_double): Likewise.
20979
20980 2008-05-21  Simon Josefsson  <simon@josefsson.org>
20981
20982         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
20983         declared.
20984
20985 2008-05-20  Bruno Haible  <bruno@clisp.org>
20986
20987         * tests/test-memcmp.c (main): Test also the sign of the result. Test
20988         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
20989
20990 2008-05-20  Simon Josefsson  <simon@josefsson.org>
20991
20992         * modules/memcmp-tests: New file.
20993         * tests/test-memcmp.c: New file.
20994
20995 2008-05-19  Bruno Haible  <bruno@clisp.org>
20996
20997         * modules/propername (Notice, configure.ac): Put quoted "..." into
20998         --keyword option.
20999         * lib/propername.h: Update comments accordingly.
21000         Reported by Eric Blake.
21001
21002 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
21003
21004         * modules/getpass-gnu (Depends-on): Add fseeko.
21005
21006 2008-05-19  Simon Josefsson  <simon@josefsson.org>
21007
21008         * modules/base64-tests: New file.
21009
21010 2008-05-19  Bo Borgerson <gigabo@gmail.com>
21011
21012         * lib/base64.c (base64_decode_ctx): If a decode context structure
21013         was passed in use it to ignore newlines.  If a context structure
21014         was _not_ passed in, continue to treat newlines as garbage (this
21015         is the historical behavior).  Formerly base64_decode.
21016         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
21017         takes a decode context structure.
21018         * lib/base64.h (base64_decode): Macro for four-argument calls.
21019         (base64_decode_alloc): Likewise.
21020         * lib/base64.c (base64_decode_ctx): If a decode context structure
21021         was passed in use it to ignore newlines.  If a context structure
21022         was _not_ passed in, continue to treat newlines as garbage (this
21023         is the historical behavior).  Formerly base64_decode.
21024         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
21025         takes a decode context structure.
21026         * lib/base64.h (base64_decode): Macro for four-argument calls.
21027         (base64_decode_alloc): Likewise.
21028
21029 2008-05-19  Jim Meyering  <meyering@redhat.com>
21030
21031         avoid a warning from gcc
21032         * lib/trim.c (IF_LINT): Define.
21033         (trim2): Use it to avoid a "may be used uninitialized" warning.
21034
21035         Fix doc typo.
21036         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
21037
21038 2008-05-19  Bruno Haible  <bruno@clisp.org>
21039
21040         * doc/glibc-functions/getpass.texi: Document limits of other
21041         implementations.
21042
21043 2008-05-19  Simon Josefsson  <simon@josefsson.org>
21044             Bruno Haible <bruno@clisp.org>
21045
21046         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
21047
21048 2008-05-18  Bruno Haible  <bruno@clisp.org>
21049
21050         * modules/propername: New file, from GNU gettext.
21051         * lib/propername.h: New file, from GNU gettext.
21052         * lib/propername.c: New file, from GNU gettext.
21053         * MODULES.html.sh (Internationalization functions): Add propername.
21054
21055 2008-05-16  Jim Meyering  <meyering@redhat.com>
21056             Bruno Haible  <bruno@clisp.org>
21057
21058         Avoid some warnings from "gcc -Wshadow".
21059         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
21060
21061 2008-05-15  Eric Blake  <ebb9@byu.net>
21062
21063         Extend previous patch to cygwin 1.7.0.
21064         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
21065         fast implementation in cygwin >= 1.7.0.
21066         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21067         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21068
21069 2008-05-15  Bruno Haible  <bruno@clisp.org>
21070
21071         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
21072         implementation in glibc >= 2.9.
21073         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
21074         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
21075
21076 2008-05-15  Bruno Haible  <bruno@clisp.org>
21077
21078         * MODULES.html.sh (Internationalization functions): Remove linebreak.
21079         (Unicode string functions): Add unilbrk/*.
21080         Reported by Karl Berry.
21081
21082 2008-05-15  Eric Blake  <ebb9@byu.net>
21083
21084         Fix violation of <stdbool.h> replacement in regex.
21085         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
21086         * lib/regexec.c (re_search_internal): Likewise.
21087         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
21088
21089 2008-05-15  Jim Meyering  <meyering@redhat.com>
21090
21091         avoid distracting test output when git or cvs is not found
21092         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
21093         * tests/test-vc-list-files-git.sh: Likewise.
21094
21095 2008-05-15  Eric Blake  <ebb9@byu.net>
21096
21097         Glibc finally accepted the memmem speedup code, bugzilla #5514.
21098         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
21099         glibc version.
21100         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
21101         * doc/posix-functions/strstr.texi (strstr): Likewise.
21102         * lib/str-two-way.h (MAX): Sychronize with glibc.
21103
21104 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
21105
21106         * lib/regcomp.c (optimize_utf8): Add a note on why we test
21107         opr.ctx_type.
21108         (calc_first): Initialize constraint field.
21109         (duplicate_node_closure): Use it instead of special casing ANCHORS.
21110         Fix grammar.
21111         (duplicate_node): Merge constraint field for all node types.
21112         (calc_eclosure_iter): Look at constraint field for all node types.
21113         * lib/regex_internal.c (create_cd_newstate): Don't look at
21114         opr.ctx_type.
21115
21116 2008-05-14  Bruno Haible  <bruno@clisp.org>
21117
21118         Help GCC to do better code generation.
21119         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
21120         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
21121         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
21122         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
21123         Declare with attribute 'malloc' if supported.
21124
21125 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
21126
21127         use "echo STR|wc -c" rather than unportable "expr length STR"
21128         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
21129         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
21130
21131 2008-05-14  Jim Meyering  <meyering@redhat.com>
21132
21133         use dd ibs=$n count=1 ... rather than less-portable head -c$n
21134         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
21135         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
21136         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
21137         via Collin Lasse.
21138
21139 2008-05-14  Eric Blake  <ebb9@byu.net>
21140
21141         Avoid quadratic growth in gl_LIBSOURCES.
21142         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
21143         Suggested by Bruno Haible.
21144
21145         Test xmemdup0.
21146         * modules/xmemdup0-tests: New file.
21147         * tests/test-xmemdup0.c: Likewise.
21148
21149 2008-05-13  Eric Blake  <ebb9@byu.net>
21150
21151         Split xmemdup0 into its own module.
21152         * modules/xmemdup0: New file.
21153         * lib/xmemdup0.h: Likewise.
21154         * lib/xmemdup0.c: Likewise.
21155         * MODULES.html.sh (Memory management functions): Add xmemdup0.
21156         * lib/xalloc.h (xmemdup0): Remove.
21157         * lib/xmalloc.c (xmemdup0): Likewise.
21158
21159 2008-05-13  Eric Blake  <ebb9@byu.net>
21160             Bruno Haible  <bruno@clisp.org>
21161
21162         Reduce number of forks required during autoconf.
21163         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
21164         and gl_LIBSOURCES_DIR.
21165         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
21166         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
21167         m4_syscmd per file.
21168         <m4_foreach_w>: Move...
21169         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
21170
21171 2008-05-13  Eric Blake  <ebb9@byu.net>
21172
21173         * gnulib-tool: Fix various comment typos.
21174
21175 2008-05-12  Bruno Haible  <bruno@clisp.org>
21176
21177         Tailor the linebreaking algorithm.
21178         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
21179
21180 2008-05-12  Bruno Haible  <bruno@clisp.org>
21181
21182         Update to Unicode 5.0.0.
21183         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
21184         LBP_JV, LBP_JT. Redistribute values.
21185         (unilbrk_table): Change size.
21186         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
21187         Unicode TR#14 rev. 22.
21188         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
21189         LBP_JV, LBP_JT. Redistribute values.
21190         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
21191         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
21192         Update.
21193         * lib/unilbrk/lbrkprop1.h: Regenerated.
21194         * lib/unilbrk/lbrkprop2.h: Regenerated.
21195         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
21196         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
21197         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
21198         Likewise.
21199         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
21200         Likewise.
21201         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
21202         result.
21203         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
21204         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
21205         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
21206         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
21207         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
21208         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
21209
21210 2008-05-11  Bruno Haible  <bruno@clisp.org>
21211
21212         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
21213
21214 2008-05-11  Bruno Haible  <bruno@clisp.org>
21215
21216         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
21217         * modules/unilbrk/gen-lbrk: New file.
21218
21219 2008-05-11  Bruno Haible  <bruno@clisp.org>
21220
21221         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
21222         * m4/sha512.m4 (gl_SHA512): Likewise.
21223
21224 2008-05-11  Jim Meyering  <meyering@redhat.com>
21225
21226         New modules: crypto/sha256, crypto/sha512 (from coreutils)
21227         * modules/crypto/sha256: New file.
21228         * modules/crypto/sha512: Likewise.
21229         * lib/sha256.c: Likewise.
21230         * lib/sha256.h: Likewise.
21231         * lib/sha512.c: Likewise.
21232         * lib/sha512.h: Likewise.
21233         * lib/u64.h: Likewise.
21234         * m4/sha256.m4: Likewise.
21235         * m4/sha512.m4: Likewise.
21236         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
21237
21238 2008-05-10  Bruno Haible  <bruno@clisp.org>
21239
21240         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
21241         (Input/Output <stdio.h>): Add xprintf.
21242         (Signal handling <signal.h>): Add strsignal.
21243         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
21244         (Core language properties): Add func.
21245         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
21246         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
21247         strings.
21248         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
21249         (Input/output): New section.
21250         (File system functions): Add openat-die, stat-macros.
21251         (Networking functions): Add sockets.
21252         (Unicode string functions): Add unictype/*.
21253         (Support for building libraries and executables): Add gperf.
21254         (Support for building documentation): Add agpl-3.0.
21255         (Misc): Add nocrash.
21256
21257 2008-05-10  Bruno Haible  <bruno@clisp.org>
21258
21259         * modules/unictype/gen-ctype: New file.
21260
21261 2008-05-10  Jim Meyering  <meyering@redhat.com>
21262
21263         Make chdir-safer.c more efficient on a system with no symlinks.
21264         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
21265         also if ELOOP is zero.  Suggested by Bruno Haible.
21266
21267         Make chdir-safer.c slightly safer.
21268         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
21269         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
21270
21271         Avoid compile failure on systems without ELOOP (like mingw).
21272         * lib/chdir-safer.c (ELOOP): Define if not already defined.
21273         Reported by Bruno Haible.
21274
21275 2008-05-10  Bruno Haible  <bruno@clisp.org>
21276
21277         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
21278         (is_utf8_encoding): Use a case-insensitive comparison.
21279         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
21280         streq.
21281
21282 2008-05-10  Bruno Haible  <bruno@clisp.org>
21283
21284         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
21285         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
21286         * lib/unilbrk/ulc-common.h (iconv_string_length,
21287         iconv_string_keeping_offsets): Remove declarations.
21288         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
21289         Don't include <iconv.h>, streq.h, xsize.h.
21290         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
21291         conversion.
21292         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
21293         <iconv.h>, streq.h, xsize.h.
21294         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
21295         conversion.
21296         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
21297         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
21298         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
21299         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
21300
21301 2008-05-10  Bruno Haible  <bruno@clisp.org>
21302
21303         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
21304         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
21305
21306         * modules/unilbrk/u32-width-linebreaks-tests: New file.
21307         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
21308
21309         * modules/unilbrk/u16-width-linebreaks-tests: New file.
21310         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
21311
21312         * modules/unilbrk/u8-width-linebreaks-tests: New file.
21313         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
21314
21315         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
21316         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
21317
21318         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
21319         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
21320
21321         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
21322         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
21323
21324         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
21325         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
21326
21327 2008-05-10  Bruno Haible  <bruno@clisp.org>
21328
21329         Split up 'linebreak' module.
21330         * lib/unilbrk.h: New file, based on lib/linebreak.h.
21331         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
21332         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
21333         modifications.
21334         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
21335         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
21336         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
21337         lib/linebreak.c.
21338         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
21339         lib/linebreak.c.
21340         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
21341         lib/linebreak.c.
21342         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
21343         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
21344         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
21345         lib/linebreak.c.
21346         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
21347         lib/linebreak.c.
21348         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
21349         lib/linebreak.c.
21350         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
21351         lib/linebreak.c.
21352         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
21353         lib/linebreak.c.
21354         * modules/unilbrk/base: New file.
21355         * modules/unilbrk/tables: New file.
21356         * modules/unilbrk/u8-possible-linebreaks: New file.
21357         * modules/unilbrk/u16-possible-linebreaks: New file.
21358         * modules/unilbrk/u32-possible-linebreaks: New file.
21359         * modules/unilbrk/ulc-common: New file.
21360         * modules/unilbrk/ulc-possible-linebreaks: New file.
21361         * modules/unilbrk/u8-width-linebreaks: New file.
21362         * modules/unilbrk/u16-width-linebreaks: New file.
21363         * modules/unilbrk/u32-width-linebreaks: New file.
21364         * modules/unilbrk/ulc-width-linebreaks: New file.
21365         * lib/linebreak.h: Remove file.
21366         * lib/linebreak.c: Remove file.
21367         * m4/linebreak.m4: Remove file.
21368         * modules/linebreak: Remove file.
21369         * NEWS: Mention the changes.
21370
21371 2008-05-09  Eric Blake  <ebb9@byu.net>
21372
21373         Add xmemdup0.
21374         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
21375         implementation.
21376         * lib/xmalloc.c (xmemdup0): New C implementation.
21377
21378 2008-05-08  Bruno Haible  <bruno@clisp.org>
21379
21380         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
21381
21382 2008-05-07  Eric Blake  <ebb9@byu.net>
21383
21384         Support cross-compilation of <wctype.h>.
21385         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
21386         AC_CACHE_CHECK.
21387
21388 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
21389
21390         * build-aux/vc-list-files: Add support for bzr.
21391
21392 2008-05-03  Jim Meyering  <meyering@redhat.com>
21393
21394         avoid failed assertion with tight malloc
21395         * tests/test-getndelim2.c: Correct an off-by-one assertion.
21396
21397 2008-05-03  Simon Josefsson  <simon@josefsson.org>
21398
21399         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
21400         are needed from arpa/inet.h.
21401         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
21402         Reported by Bruno Haible.
21403
21404 2008-05-02  Jim Meyering  <meyering@redhat.com>
21405
21406         avoid compilation error on FreeBSD 6
21407         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
21408
21409 2008-05-01  Jim Meyering  <meyering@redhat.com>
21410
21411         useless-if-before-free: correct --help's exit status description
21412         * build-aux/useless-if-before-free (usage): Like grep, exit 0
21413         for one or more matches, etc.  Reported by Bruno Haible.
21414
21415         vc-list-files: make the stand-alone gnulib test work
21416         * modules/vc-list-files-tests (configure.ac):
21417         Define and AC_SUBST abs_aux_dir.
21418         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
21419         $(abs_top_srcdir) to each script and having each of them
21420         duplicate the work of setting PATH, set PATH here, using
21421         the new variable, abs_aux_dir instead.
21422         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
21423         * tests/test-vc-list-files-git.sh: Likewise.
21424         Reported by Bruno Haible.
21425
21426 2008-05-01  Bruno Haible  <bruno@clisp.org>
21427
21428         * lib/getndelim2.c (getndelim2): Fix newsize computation during
21429         reallocation. Rename 'done' to 'found_delimiter'.
21430
21431 2008-05-01  Jim Meyering  <meyering@redhat.com>
21432
21433         vc-list-files: accommodate /bin/sh like the one from Solaris 10
21434         * build-aux/vc-list-files: Use `...`, not $(...).
21435
21436 2008-04-30  Jim Meyering  <meyering@redhat.com>
21437
21438         add tests for vc-list-files
21439         * modules/vc-list-files-tests: New module.
21440         * tests/test-vc-list-files-cvs.sh: New file.
21441         * tests/test-vc-list-files-git.sh: New file.
21442
21443         avoid a warning from gcc
21444         * lib/getndelim2.c (IF_LINT): Define.
21445         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
21446
21447         vc-list-files: work properly with build-aux/cvsu, too
21448         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
21449         to all cvs-based clauses.
21450
21451         vc-list-files: work properly in the CVS+awk case, too
21452         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
21453
21454         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
21455         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
21456         take more than one file argument, so .  Add quotes, just in case $dir
21457         ever contains a shell meta-character.  Prompted by Soren Hansen in
21458         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
21459
21460 2008-04-29  Eric Blake  <ebb9@byu.net>
21461
21462         Optimize getndelim2 to use block operations when possible.
21463         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
21464         freadseek, and memchr2.
21465         * lib/getndelim2.c (getndelim2): Use them for block reads.
21466
21467 2008-04-29  Bruno Haible  <bruno@clisp.org>
21468
21469         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
21470         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21471         * modules/inet_ntop (Depends-on): Add extensions.
21472         * modules/inet_pton (Depends-on): Likewise.
21473         Reported by Simon Josefsson.
21474
21475 2008-04-29  Jim Meyering  <meyering@redhat.com>
21476
21477         When the is more than one match in a block, match all of them.
21478         * build-aux/useless-if-before-free: Iterate through each block
21479         until there are no more matches.
21480
21481         Fix broken useless-if-before-free script.
21482         * build-aux/useless-if-before-free: Fix typo: missing "?" after
21483         the expression to match cast of argument to free-like function.
21484
21485 2008-04-29  Eric Blake  <ebb9@byu.net>
21486
21487         Use new header.
21488         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
21489
21490 2008-04-29  Jim Meyering  <meyering@redhat.com>
21491
21492         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
21493         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
21494         by gnulib to exist and to declare e.g., inet_ntop.
21495         Don't include "inet_ntop.h", now removed.
21496
21497         * m4/arpa_inet_h.m4: Remove trailing blanks.
21498
21499 2008-04-29  Eric Blake  <ebb9@byu.net>
21500
21501         Silence valgrind on safe reads beyond potential array bounds.
21502         * lib/rawmemchr.valgrind: New file.
21503         * lib/strchrnul.valgrind: Likewise.
21504         * modules/rawmemchr (Files): Distribute new file.
21505         * modules/strchrnul (Files): Likewise.
21506         Suggested by Bruno Haible.
21507
21508 2008-04-29  Bruno Haible  <bruno@clisp.org>
21509
21510         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
21511         (inet_ntop, inet_pton): Change portability warning's wording.
21512         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
21513         Invoke gl_CHECK_NEXT_HEADERS.
21514         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
21515         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
21516         set ARPA_INET_H.
21517         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21518         * modules/arpa_inet (Description): No longer only for systems that
21519         lack it.
21520         (Depends-on): Add include_next.
21521         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
21522         HAVE_ARPA_INET_H.
21523
21524 2008-04-29  Jim Meyering  <meyering@redhat.com>
21525
21526         * modules/mkdir (License): Re-license as LGPLv2+.
21527
21528 2008-04-29  Bruno Haible  <bruno@clisp.org>
21529
21530         * modules/rawmemchr (Maintainer): Set to Eric.
21531         * modules/strchrnul (Maintainer): Likewise.
21532
21533 2008-04-29  Simon Josefsson  <simon@josefsson.org>
21534
21535         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
21536         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
21537
21538         * modules/arpa_inet (arpa/inet.h): Use them.
21539
21540 2008-04-28  Eric Blake  <ebb9@byu.net>
21541
21542         Test getndelim2.
21543         * modules/getndelim2-tests: New file.
21544         * tests/test-getndelim2.c: Likewise.
21545         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
21546         stream.
21547         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
21548
21549         * MODULES.html.sh: Document new module.
21550
21551 2008-04-20  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/c-stack.c (die): Use raise.
21554         * modules/c-stack (Depends-on): Add raise.
21555
21556 2008-04-28  Bruno Haible  <bruno@clisp.org>
21557
21558         Expect rpmatch to be declared.
21559         * lib/yesno.c (rpmatch): Remove declaration.
21560
21561         Declare rpmatch.
21562         * lib/stdlib.in.h (rpmatch): New declaration.
21563         * lib/rpmatch.c: Include <stdlib.h> first.
21564         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
21565         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
21566         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
21567         HAVE_RPMATCH.
21568         * modules/rpmatch (Depends-on): Add stdlib, extensions.
21569         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21570         (Include): Set to <stdlib.h>.
21571         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
21572         HAVE_RPMATCH.
21573         * NEWS: Document the change.
21574
21575 2008-04-28  Bruno Haible  <bruno@clisp.org>
21576
21577         Change rpmatch to use nl_langinfo when appropriate.
21578         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
21579         (N_): New macro.
21580         (localized_pattern): New function/macro.
21581         (try): Remove match, nomatch arguments. Copy the pattern into safe
21582         memory before caching it.
21583         (rpmatch): Use localized_pattern. Add translator comments.
21584         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
21585         Suggested by Eric Blake.
21586         * modules/rpmatch (Depends-on): Add stdbool.
21587
21588 2008-04-28  Eric Blake  <ebb9@byu.net>
21589
21590         Add rawmemchr module, matching glibc.
21591         * modules/string (Makefile.am): New indicator.
21592         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
21593         * lib/string.in.h (rawmemchr): Declare when appropriate.
21594         * modules/rawmemchr: New file.
21595         * m4/rawmemchr.m4: Likewise.
21596         * lib/rawmemchr.c: Likewise.
21597         * modules/rawmemchr-tests: Likewise.
21598         * tests/test-rawmemchr.c: Likewise.
21599         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
21600         module.
21601         * modules/strchrnul (Depends-on): Add rawmemchr.
21602         * lib/strchrnul.c (strchrnul): Optimize a corner case.
21603
21604         Whitespace cleanup.
21605         * tests/test-strchrnul.c: Reindent.
21606         * lib/strchrnul.c: Likewise.
21607
21608         Optimize and test strchrnul.
21609         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
21610         * modules/strchrnul-tests: New file.
21611         * tests/test-strchrnul.c: Likewise.
21612
21613         Remove intprops dependency.
21614         * modules/memchr (Depends-on): Remove intprops.
21615         * modules/memrchr (Depends-on): Likewise.
21616         * modules/memchr2 (Depends-on): Likewise.
21617         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
21618         * lib/memrchr.c (__memrchr): Likewise.
21619         * lib/memrchr2.c (memchr2): Likewise.
21620         Reported by Simon Josefsson.
21621
21622 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21623
21624         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
21625         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21626
21627 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21628
21629         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
21630
21631         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
21632
21633         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
21634
21635         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
21636         declarations.
21637         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
21638
21639         * m4/inet_pton.m4: Don't check for header files.
21640
21641         * m4/inet_ntop.m4: Don't check for header files.
21642
21643 2008-04-28  Simon Josefsson  <simon@josefsson.org>
21644
21645         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
21646         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
21647         trigger for cygwin).
21648         Reported by Bruno Haible  <bruno@clisp.org>.
21649
21650 2008-04-28  Bruno Haible  <bruno@clisp.org>
21651
21652         * doc/posix-functions/strdup.texi: Mention mingw problem.
21653
21654 2008-04-27  Bruno Haible  <bruno@clisp.org>
21655
21656         * modules/stat-time-tests (Depends-on): Add sleep.
21657         * tests/test-stat-time.c (force_unlink): New function.
21658         (cleanup): Use it.
21659         (test_mtime): Remove the ctime related tests.
21660         (test_ctime): New function, containing the ctime related tests.
21661         (main): Call test_ctime, except on native Windows platforms.
21662
21663 2008-04-27  Bruno Haible  <bruno@clisp.org>
21664
21665         * lib/rpmatch.c (rpmatch): Add some comments.
21666         Reported by James Youngman <jay@gnu.org>.
21667
21668 2008-04-27  Bruno Haible  <bruno@clisp.org>
21669
21670         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
21671         quiet NaNs.
21672
21673 2008-04-27  Bruno Haible  <bruno@clisp.org>
21674
21675         Make test-yesno.sh work on mingw.
21676         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
21677         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
21678         (main): Set stdin to binary mode.
21679         * modules/yesno-tests (Depends-on): Add binary-io.
21680
21681 2008-04-27  Bruno Haible  <bruno@clisp.org>
21682
21683         Fix 'isfinite' on x86, x86_64, ia64 platforms.
21684         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
21685         argument that lie outside the IEEE 854 domain.
21686         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
21687         (gl_ISFINITE): Use it.
21688         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
21689
21690 2008-04-27  Bruno Haible  <bruno@clisp.org>
21691
21692         Allow local renaming in config.h.
21693         * lib/memrchr.c (memrchr): Don't undefine outside libc.
21694
21695 2008-04-27  Bruno Haible  <bruno@clisp.org>
21696
21697         * lib/memchr.c (__memchr): Change type of 'i'.
21698         * lib/memchr2.c (memchr2): Likewise.
21699
21700 2008-04-26  Eric Blake  <ebb9@byu.net>
21701         and Bruno Haible  <bruno@clisp.org>
21702
21703         Optimize and test memrchr.
21704         * modules/memrchr (Depends-on): Add intprops.
21705         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
21706         * modules/memrchr-tests: New file.
21707         * tests/test-memrchr.c: New file.
21708
21709 2008-04-26  Bruno Haible  <bruno@clisp.org>
21710
21711         Add tentative support for DragonFly BSD.
21712         * lib/stdio-impl.h: Add macros for DragonFly BSD.
21713         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
21714         fp.
21715         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21716         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
21717         * lib/fpurge.c (fpurge): Likewise.
21718         * lib/freadable.c (freaadable): Likewise.
21719         * lib/freadahead.c (freadahead): Likewise.
21720         * lib/freading.c (freading): Likewise.
21721         * lib/freadptr.c (freadptr): Likewise.
21722         * lib/freadseek.c (freadptrinc): Likewise.
21723         * lib/fseeko.c (fseeko): Likewise.
21724         * lib/fseterr.c (fseterr): Likewise.
21725         * lib/fwritable.c (fwritable): Likewise.
21726         * lib/fwriting.c (fwriting): Likewise.
21727
21728 2008-04-26  Bruno Haible  <bruno@clisp.org>
21729
21730         * lib/stdio-impl.h: New file.
21731         * lib/fbufmode.c: Include stdio-impl.h.
21732         (fbufmode): Use fp_, remove redundant #defines.
21733         * lib/fflush.c: Include stdio-impl.h.
21734         (clear_ungetc_buffer): Remove redundant #defines.
21735         * lib/fpurge.c: Include stdio-impl.h.
21736         (fpurge): Remove redundant #defines.
21737         * lib/freadable.c: Include stdio-impl.h.
21738         (freadable): Remove redundant #defines.
21739         * lib/freadahead.c: Include stdio-impl.h.
21740         (freadahead): Remove redundant #defines.
21741         * lib/freading.c: Include stdio-impl.h.
21742         (freading): Remove redundant #defines.
21743         * lib/freadptr.c: Include stdio-impl.h.
21744         (freadptr): Remove redundant #defines.
21745         * lib/freadseek.c: Include stdio-impl.h.
21746         (freadptrinc): Remove redundant #defines.
21747         * lib/fseeko.c: Include stdio-impl.h.
21748         (rpl_fseeko): Remove redundant #defines.
21749         * lib/fseterr.c: Include stdio-impl.h.
21750         (fseterr): Remove redundant #defines.
21751         * lib/fwritable.c: Include stdio-impl.h.
21752         (fwritable: Remove redundant #defines.
21753         * lib/fwriting.c: Include stdio-impl.h.
21754         (fwriting): Remove redundant #defines.
21755         * modules/fbufmode (Files): Add lib/stdio-impl.h.
21756         * modules/fflush (Files): Likewise.
21757         * modules/fpurge (Files): Likewise.
21758         * modules/freadable (Files): Likewise.
21759         * modules/freadahead (Files): Likewise.
21760         * modules/freading (Files): Likewise.
21761         * modules/freadptr (Files): Likewise.
21762         * modules/freadseek (Files): Likewise.
21763         * modules/fseeko (Files): Likewise.
21764         * modules/fseterr (Files): Likewise.
21765         * modules/fwritable (Files): Likewise.
21766         * modules/fwriting (Files): Likewise.
21767
21768 2008-04-26  Bruno Haible  <bruno@clisp.org>
21769
21770         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
21771         restore_seek_optimization, update_fpos_cache): New functions, extracted
21772         from rpl_fflush.
21773         (rpl_fflush): Use them.
21774         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
21775         (gl_REPLACE_FFLUSH): Use it.
21776
21777 2008-04-26  Bruno Haible  <bruno@clisp.org>
21778
21779         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
21780         on Solaris.
21781         * tests/test-xstrtoimax.sh: Likewise.
21782         * tests/test-xstrtoumax.sh: Likewise.
21783         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21784
21785 2008-04-26  Bruno Haible  <bruno@clisp.org>
21786
21787         * modules/memchr-tests: New file.
21788         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
21789
21790 2008-04-26  Eric Blake  <ebb9@byu.net>
21791             Bruno Haible  <bruno@clisp.org>
21792
21793         * lib/memchr.c: Include intprops.h.
21794         (__memchr): Optimize parallel detection of matching bytes. Rename local
21795         variables. Add explanatory comments.
21796
21797 2008-04-26  Bruno Haible  <bruno@clisp.org>
21798
21799         Fix module 'memchr', broken since 2000-10-28.
21800         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
21801
21802 2008-04-26  Bruno Haible  <bruno@clisp.org>
21803
21804         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
21805         comments.
21806
21807 2008-04-25  Eric Blake  <ebb9@byu.net>
21808
21809         Use native fstatat on cygwin 1.7.0.
21810         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
21811         first.
21812
21813 2008-04-23  Eric Blake  <ebb9@byu.net>
21814
21815         Improve memchr2 performance.
21816         * lib/memchr2.c (memchr2): Further optimize parallel detection of
21817         NUL bytes.
21818         * modules/memchr2 (Depends-on): Use intprops.h.
21819
21820 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21821
21822         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
21823         an inline function instead of a CPP macro.  Patch by Ben Pfaff
21824         <blp@cs.stanford.edu>.
21825
21826 2008-04-23  Simon Josefsson  <simon@josefsson.org>
21827
21828         * lib/arpa_inet.in.h: New file.
21829
21830         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
21831         (Makefile.am): Sed in substitute header file.
21832
21833         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
21834         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
21835
21836         * modules/inet_ntop (configure.ac): Use
21837         gl_ARPA_INET_MODULE_INDICATOR.
21838
21839         * modules/inet_pton (configure.ac): Use
21840         gl_ARPA_INET_MODULE_INDICATOR.
21841
21842 2008-04-22  Jim Meyering  <meyering@redhat.com>
21843
21844         * modules/verify (License): Re-license as LGPLv2+.
21845
21846 2008-04-22  Simon Josefsson  <simon@josefsson.org>
21847
21848         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
21849         parameter to void* as per POSIX standard (MinGW uses char*).
21850
21851 2008-04-21  Bruno Haible  <bruno@clisp.org>
21852
21853         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
21854         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
21855         Define to replacements if REPLACE_ISWCNTRL is 1.
21856         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
21857         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
21858         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
21859         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
21860         what it fixes.
21861         * doc/posix-functions/iswalpha.texi: Likewise.
21862         * doc/posix-functions/iswblank.texi: Likewise.
21863         * doc/posix-functions/iswcntrl.texi: Likewise.
21864         * doc/posix-functions/iswdigit.texi: Likewise.
21865         * doc/posix-functions/iswgraph.texi: Likewise.
21866         * doc/posix-functions/iswlower.texi: Likewise.
21867         * doc/posix-functions/iswprint.texi: Likewise.
21868         * doc/posix-functions/iswpunct.texi: Likewise.
21869         * doc/posix-functions/iswspace.texi: Likewise.
21870         * doc/posix-functions/iswupper.texi: Likewise.
21871         * doc/posix-functions/iswxdigit.texi: Likewise.
21872         Reported by Alain Guibert.
21873
21874 2008-04-21  Bruno Haible  <bruno@clisp.org>
21875
21876         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
21877         Patch by Alain Guibert.
21878
21879 2008-04-21  Bruno Haible  <bruno@clisp.org>
21880
21881         Fix test failures on mingw.
21882         * tests/test-xstrtol.c (print_no_progname): New function.
21883         (main): Install it in error_print_progname hook.
21884         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
21885         * tests/test-xstrtoimax.sh: Likewise.
21886         * tests/test-xstrtoumax.sh: Likewise.
21887
21888 2008-04-21  Bruno Haible  <bruno@clisp.org>
21889
21890         Fix test failure on mingw.
21891         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
21892
21893 2008-04-21  Bruno Haible  <bruno@clisp.org>
21894
21895         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
21896         Actually assign a value.
21897
21898 2008-04-20  Bruno Haible  <bruno@clisp.org>
21899
21900         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
21901         take 2.
21902         * lib/canonicalize.c (canonicalize_file_name): Elide if the
21903         'canonicalize-lgpl' module is also used.
21904         * lib/canonicalize-lgpl.c: Undo last change.
21905         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
21906
21907 2008-04-20  Bruno Haible  <bruno@clisp.org>
21908
21909         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
21910         config.h. Provide _mkdir based fallback for mingw.
21911         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
21912         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
21913         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
21914         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
21915         rather than defining mkdir in config.h.
21916         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
21917         (gl_SYS_STAT_H_DEFAULTS): New macro.
21918         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
21919         HAVE_IO_H any more.
21920         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
21921         HAVE_DECL_MKDIR and HAVE_IO_H.
21922
21923 2008-04-20  Bruno Haible  <bruno@clisp.org>
21924
21925         * lib/isapipe.c: Port to native Windows platforms.
21926
21927 2008-04-20  Bruno Haible  <bruno@clisp.org>
21928
21929         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
21930
21931 2008-04-21  Eric Blake  <ebb9@byu.net>
21932
21933         Work around preprocessors that don't handle UINTMAX_MAX.
21934         * lib/memchr2.c (memchr2): Avoid embedded #if.
21935         Reported by Alain Guibert, fix suggested by Bruno Haible.
21936
21937 2008-04-21  Simon Josefsson  <simon@josefsson.org>
21938
21939         * doc/posix-functions/strftime.texi (strftime): Explain better
21940         Windows incompatibility.  Suggested by Micah Cowan
21941         <micah@cowan.name>.
21942
21943 2008-04-20  Bruno Haible  <bruno@clisp.org>
21944
21945         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
21946         unistr/u8-mblen.
21947
21948 2008-04-20  Bruno Haible  <bruno@clisp.org>
21949
21950         Fix test failure on platforms with non-GNU iconv.
21951         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
21952         (U_TO_U8): Use it, rather than u16_to_u8.
21953         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
21954         units at the end of the input string.
21955         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
21956
21957 2008-04-20  Bruno Haible  <bruno@clisp.org>
21958
21959         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
21960         when the resulting length is 0.
21961         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
21962
21963 2008-04-20  Bruno Haible  <bruno@clisp.org>
21964
21965         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
21966         works.
21967         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
21968
21969 2008-04-20  Bruno Haible  <bruno@clisp.org>
21970
21971         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
21972         * modules/tsearch-tests (configure.ac): Test for initstate function.
21973
21974 2008-04-20  Bruno Haible  <bruno@clisp.org>
21975
21976         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
21977         for nlink_t if missing.
21978         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
21979
21980 2008-04-19  Bruno Haible  <bruno@clisp.org>
21981
21982         Work around snprintf bug on Linux libc5.
21983         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
21984         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
21985         gl_SNPRINTF_SIZE1.
21986         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
21987         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
21988         that test failed.
21989         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
21990         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
21991         * modules/snprintf (Files): Add m4/printf.m4.
21992         * modules/vsnprintf (Files): Likewise.
21993         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
21994         * doc/posix-functions/vsnprintf.texi: Likewise.
21995
21996 2008-04-19  Bruno Haible  <bruno@clisp.org>
21997
21998         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
21999         from 0.0058 to less than 10^-7.
22000
22001 2008-04-19  Bruno Haible  <bruno@clisp.org>
22002
22003         Fix rounding when a precision is given.
22004         * lib/vasnprintf.c (is_borderline): New function.
22005         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
22006         9...9x.
22007         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
22008         %e, %g.
22009         * tests/test-vasprintf-posix.c (test_function): Likewise.
22010         * tests/test-snprintf-posix.h (test_function): Likewise.
22011         * tests/test-sprintf-posix.h (test_function): Likewise.
22012         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
22013         * tests/test-printf-posix.h (test_function): Likewise.
22014         * tests/test-printf-posix.output: Update.
22015         Reported by John Darrington <john@darrington.wattle.id.au> via
22016         Ben Pfaff <blp@cs.stanford.edu>.
22017
22018 2008-04-18  Simon Josefsson  <simon@josefsson.org>
22019
22020         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
22021         Suggested by Bruno Haible <bruno@clisp.org>.
22022
22023 2008-04-17  Bruno Haible  <bruno@clisp.org>
22024
22025         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
22026         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
22027         implementation.
22028         Patch by Bruce Merry <bmerry@gmail.com>.
22029
22030 2008-04-17  Simon Josefsson  <simon@josefsson.org>
22031
22032         * doc/posix-functions/strftime.texi (strftime): Mention that %e
22033         doesn't work under Windows.
22034
22035 2008-04-16  Bruno Haible  <bruno@clisp.org>
22036
22037         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
22038         New macros.
22039         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
22040         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
22041         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
22042         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
22043         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
22044         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
22045         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
22046         macros.
22047         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
22048         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
22049         Northern Sotho, Uighur.
22050
22051 2008-04-16  Bruno Haible  <bruno@clisp.org>
22052
22053         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
22054         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
22055         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
22056         Reported by Daniel Bergström <daniel@octocode.com>.
22057
22058 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
22059             Bruno Haible  <bruno@clisp.org>
22060
22061         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
22062         function.
22063         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
22064         New functions, mostly extracted from gl_locale_name_default.
22065         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
22066
22067 2008-04-16  Eric Blake  <ebb9@byu.net>
22068
22069         Adjust strtod detection to catch glibc 2.7 bug.
22070         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
22071         Reported by John Gatewood Ham.
22072
22073 2008-04-16  Bruno Haible  <bruno@clisp.org>
22074
22075         Add tentative support for Linux libc5.
22076         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
22077         * lib/fpurge.c (fpurge): Likewise.
22078         * lib/freadable.c (freadable): Likewise.
22079         * lib/freadahead.c (freadahead): Likewise.
22080         * lib/freading.c (freading): Likewise.
22081         * lib/freadptr.c (freadptr): Likewise.
22082         * lib/freadseek.c (freadptrinc): Likewise.
22083         * lib/fseeko.c (rpl_fseeko): Likewise.
22084         * lib/fseterr.c (fseterr): Likewise.
22085         * lib/fwritable.c (fwritable): Likewise.
22086         * lib/fwriting.c (fwriting): Likewise.
22087         Reported by Alain Guibert <alguibert+bts@free.fr>.
22088
22089 2008-04-15  Bruno Haible  <bruno@clisp.org>
22090
22091         * modules/mathl (configure.ac): Define module indicator.
22092
22093 2008-04-15  Bruno Haible  <bruno@clisp.org>
22094
22095         * lib/logl.c (logl): Remove unused variables.
22096
22097 2008-04-15  Bruno Haible  <bruno@clisp.org>
22098
22099         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
22100         fails.
22101
22102 2008-04-15  Bruno Haible  <bruno@clisp.org>
22103
22104         * lib/trim.c (trim2): Fix argument of isspace() macro.
22105
22106 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
22107
22108         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
22109         to 0.
22110         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
22111
22112 2008-04-14  Bruno Haible  <bruno@clisp.org>
22113
22114         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
22115         AC_LANG_PROGRAM argument.
22116         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
22117         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
22118         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
22119         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
22120         * m4/math_h.m4 (gl_MATH_H): Likewise.
22121         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
22122         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
22123         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
22124         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
22125         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
22126         * m4/regex.m4 (gl_REGEX): Likewise.
22127         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
22128         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
22129         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
22130         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
22131         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
22132         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
22133         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22134         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
22135
22136 2008-04-14  Jim Meyering  <meyering@redhat.com>
22137
22138         test-strtod: fix typos: s/abs/fabs/
22139         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
22140
22141 2008-04-13  Bruno Haible  <bruno@clisp.org>
22142
22143         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
22144         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
22145         module is also used and while not building the reloc-wrapper.
22146
22147 2008-04-13  Bruno Haible  <bruno@clisp.org>
22148
22149         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
22150
22151 2008-04-13  Bruno Haible  <bruno@clisp.org>
22152
22153         Fix AIX compilation failure introduced on 2008-04-02.
22154         * tests/test-frexp.c (exp): Undefine before redefining.
22155         * tests/test-frexpl.c (exp): Likewise.
22156
22157 2008-04-13  Bruno Haible  <bruno@clisp.org>
22158
22159         Work around a HP-UX stdio bug.
22160         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
22161         * tests/test-ftello.c (main): Likewise.
22162         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
22163         * doc/posix-functions/ftello.texi: Likewise.
22164
22165 2008-04-13  Bruno Haible  <bruno@clisp.org>
22166
22167         Make test-signbit pass on HP-UX/hppa.
22168         * tests/test-signbit.c (minus_zerol): New variable.
22169         (test_signbitl): Use it.
22170
22171 2008-04-13  Bruno Haible  <bruno@clisp.org>
22172
22173         Make truncl work on OSF/1 4.0.
22174         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
22175         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
22176         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
22177         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
22178         HAVE_DECL_TRUNCL.
22179         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
22180         HAVE_DECL_TRUNCL.
22181         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
22182
22183 2008-04-13  Bruno Haible  <bruno@clisp.org>
22184
22185         * lib/unictype.h: Remove trailing comma from enumeration definitions.
22186
22187 2008-04-13  Bruno Haible  <bruno@clisp.org>
22188
22189         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
22190         expression, so as to avoid HP-UX 11 cc compiler bug.
22191
22192 2008-04-13  Bruno Haible  <bruno@clisp.org>
22193
22194         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
22195
22196 2008-04-13  Bruno Haible  <bruno@clisp.org>
22197
22198         * lib/git-merge-changelog.c: Remove empty declaration outside of
22199         functions.
22200
22201 2008-04-13  Bruno Haible  <bruno@clisp.org>
22202
22203         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
22204
22205 2008-04-13  Bruno Haible  <bruno@clisp.org>
22206
22207         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
22208         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
22209         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
22210         also if it exists but lacks definitions of the SHUT_* macros.
22211         * modules/sys_socket (Description): Update.
22212         Reported by Elbert Pol <e.pol@chello.nl>.
22213
22214 2008-04-13  Bruno Haible  <bruno@clisp.org>
22215
22216         * lib/localcharset.c (OS2): Don't redefine if already defined.
22217         Reported by Elbert Pol <e.pol@chello.nl>.
22218
22219 2008-04-13  Bruno Haible  <bruno@clisp.org>
22220
22221         * lib/binary-io.h [__EMX__]: Include <io.h>.
22222         Reported by Elbert Pol <e.pol@chello.nl>.
22223
22224 2008-04-12  Bruno Haible  <bruno@clisp.org>
22225
22226         * lib/fpucw.h: Enable the definitions also for x86_64.
22227         Needed for NetBSD/x86_64.
22228         Reported by Thomas Klausner <tk@giga.or.at>.
22229
22230 2008-04-12  Bruno Haible  <bruno@clisp.org>
22231
22232         * tests/test-strtod.c: Include isnand.h.
22233         (main): Use isnand instead of isnan.
22234         Reported by Jim Meyering.
22235
22236 2008-04-12  Bruno Haible  <bruno@clisp.org>
22237
22238         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
22239         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
22240
22241 2008-04-12  Jim Meyering  <meyering@redhat.com>
22242
22243         * m4/math_h.m4 (gl_MATH_H): Fix typos.
22244
22245 2008-04-12  Bruno Haible  <bruno@clisp.org>
22246
22247         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
22248         Reported by Elbert Pol <e.pol@chello.nl>.
22249
22250 2008-04-12  Eric Blake  <ebb9@byu.net>
22251
22252         Work around Solaris 10 math.h bug.
22253         * m4/math_h.m4 (gl_MATH_H): Check for bug.
22254         (gl_MATH_H_DEFAULTS): Set up default.
22255         * modules/math (Makefile.am): Replace new indicators.
22256         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
22257         * tests/test-math.c (main): Test this.
22258         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
22259         * doc/posix-headers/math.texi (math.h): Mention bug.
22260         Reported by Nelson H. F. Beebe and Jim Meyering.
22261
22262 2008-04-11  Bruno Haible  <bruno@clisp.org>
22263
22264         Adapt to future versions of Apple GCC.
22265         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
22266         Reported by Peter O'Gorman <peter@pogma.com>.
22267
22268 2008-04-11  Bruno Haible  <bruno@clisp.org>
22269
22270         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
22271
22272 2008-04-11  Bruno Haible  <bruno@clisp.org>
22273
22274         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
22275
22276         * modules/getaddrinfo-tests (Makefile.am): Define
22277         test_getaddrinfo_LDADD.
22278
22279 2008-04-11  Bruno Haible  <bruno@clisp.org>
22280
22281         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
22282         (init): Fix syntax error.
22283         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
22284         is declared.
22285
22286 2008-04-11  Bruno Haible  <bruno@clisp.org>
22287
22288         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
22289         * modules/glob (Depends-on): Add stdbool.
22290
22291 2008-04-11  Bruno Haible  <bruno@clisp.org>
22292
22293         * lib/trim.c: Include <string.h>.
22294
22295 2008-04-11  Eric Blake  <ebb9@byu.net>
22296
22297         Avoid compile failure on OS/2.
22298         * lib/regex_internal.h (internal_function): Disable optimization
22299         on OS/2 (__EMX__), where it caused compiler error.
22300         Reported by Elbert Pol.
22301
22302 2008-04-11  Bruno Haible  <bruno@clisp.org>
22303
22304         Flush the standard error stream before aborting. Needed on mingw.
22305         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
22306         * tests/test-array_list.c (ASSERT): Likewise.
22307         * tests/test-array_oset.c (ASSERT): Likewise.
22308         * tests/test-avltree_list.c (ASSERT): Likewise.
22309         * tests/test-avltree_oset.c (ASSERT): Likewise.
22310         * tests/test-avltreehash_list.c (ASSERT): Likewise.
22311         * tests/test-binary-io.c (ASSERT): Likewise.
22312         * tests/test-byteswap.c (ASSERT): Likewise.
22313         * tests/test-c-ctype.c (ASSERT): Likewise.
22314         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
22315         * tests/test-c-strcasestr.c (ASSERT): Likewise.
22316         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
22317         * tests/test-c-strstr.c (ASSERT): Likewise.
22318         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
22319         * tests/test-canonicalize.c (ASSERT): Likewise.
22320         * tests/test-carray_list.c (ASSERT): Likewise.
22321         * tests/test-ceilf1.c (ASSERT): Likewise.
22322         * tests/test-ceilf2.c (ASSERT): Likewise.
22323         * tests/test-ceill.c (ASSERT): Likewise.
22324         * tests/test-count-one-bits.c (ASSERT): Likewise.
22325         * tests/test-fbufmode.c (ASSERT): Likewise.
22326         * tests/test-fflush2.c (ASSERT): Likewise.
22327         * tests/test-floorf1.c (ASSERT): Likewise.
22328         * tests/test-floorf2.c (ASSERT): Likewise.
22329         * tests/test-floorl.c (ASSERT): Likewise.
22330         * tests/test-fopen.c (ASSERT): Likewise.
22331         * tests/test-fpending.c (ASSERT): Likewise.
22332         * tests/test-fprintf-posix.c (ASSERT): Likewise.
22333         * tests/test-fpurge.c (ASSERT): Likewise.
22334         * tests/test-freadable.c (ASSERT): Likewise.
22335         * tests/test-freadahead.c (ASSERT): Likewise.
22336         * tests/test-freading.c (ASSERT): Likewise.
22337         * tests/test-freadptr.c (ASSERT): Likewise.
22338         * tests/test-freadptr2.c (ASSERT): Likewise.
22339         * tests/test-freadseek.c (ASSERT): Likewise.
22340         * tests/test-freopen.c (ASSERT): Likewise.
22341         * tests/test-frexp.c (ASSERT): Likewise.
22342         * tests/test-frexpl.c (ASSERT): Likewise.
22343         * tests/test-fseek.c (ASSERT): Likewise.
22344         * tests/test-fseeko.c (ASSERT): Likewise.
22345         * tests/test-fstrcmp.c (ASSERT): Likewise.
22346         * tests/test-ftell.c (ASSERT): Likewise.
22347         * tests/test-ftello.c (ASSERT): Likewise.
22348         * tests/test-func.c (ASSERT): Likewise.
22349         * tests/test-fwritable.c (ASSERT): Likewise.
22350         * tests/test-fwriting.c (ASSERT): Likewise.
22351         * tests/test-getdelim.c (ASSERT): Likewise.
22352         * tests/test-getline.c (ASSERT): Likewise.
22353         * tests/test-i-ring.c (ASSERT): Likewise.
22354         * tests/test-iconv-utf.c (ASSERT): Likewise.
22355         * tests/test-iconv.c (ASSERT): Likewise.
22356         * tests/test-isfinite.c (ASSERT): Likewise.
22357         * tests/test-isnand.c (ASSERT): Likewise.
22358         * tests/test-isnanf.c (ASSERT): Likewise.
22359         * tests/test-isnanl.h (ASSERT): Likewise.
22360         * tests/test-ldexpl.c (ASSERT): Likewise.
22361         * tests/test-linked_list.c (ASSERT): Likewise.
22362         * tests/test-linkedhash_list.c (ASSERT): Likewise.
22363         * tests/test-localename.c (ASSERT): Likewise.
22364         * tests/test-lseek.c (ASSERT): Likewise.
22365         * tests/test-mbscasecmp.c (ASSERT): Likewise.
22366         * tests/test-mbscasestr1.c (ASSERT): Likewise.
22367         * tests/test-mbscasestr2.c (ASSERT): Likewise.
22368         * tests/test-mbscasestr3.c (ASSERT): Likewise.
22369         * tests/test-mbscasestr4.c (ASSERT): Likewise.
22370         * tests/test-mbschr.c (ASSERT): Likewise.
22371         * tests/test-mbscspn.c (ASSERT): Likewise.
22372         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
22373         * tests/test-mbspbrk.c (ASSERT): Likewise.
22374         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
22375         * tests/test-mbsrchr.c (ASSERT): Likewise.
22376         * tests/test-mbsspn.c (ASSERT): Likewise.
22377         * tests/test-mbsstr1.c (ASSERT): Likewise.
22378         * tests/test-mbsstr2.c (ASSERT): Likewise.
22379         * tests/test-mbsstr3.c (ASSERT): Likewise.
22380         * tests/test-memchr2.c (ASSERT): Likewise.
22381         * tests/test-memmem.c (ASSERT): Likewise.
22382         * tests/test-open.c (ASSERT): Likewise.
22383         * tests/test-printf-frexp.c (ASSERT): Likewise.
22384         * tests/test-printf-frexpl.c (ASSERT): Likewise.
22385         * tests/test-printf-posix.c (ASSERT): Likewise.
22386         * tests/test-quotearg.c (ASSERT): Likewise.
22387         * tests/test-rbtree_list.c (ASSERT): Likewise.
22388         * tests/test-rbtree_oset.c (ASSERT): Likewise.
22389         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
22390         * tests/test-round1.c (ASSERT): Likewise.
22391         * tests/test-roundf1.c (ASSERT): Likewise.
22392         * tests/test-roundl.c (ASSERT): Likewise.
22393         * tests/test-signbit.c (ASSERT): Likewise.
22394         * tests/test-sleep.c (ASSERT): Likewise.
22395         * tests/test-snprintf-posix.c (ASSERT): Likewise.
22396         * tests/test-snprintf.c (ASSERT): Likewise.
22397         * tests/test-sprintf-posix.c (ASSERT): Likewise.
22398         * tests/test-stat-time.c (ASSERT): Likewise.
22399         * tests/test-strcasestr.c (ASSERT): Likewise.
22400         * tests/test-strerror.c (ASSERT): Likewise.
22401         * tests/test-striconv.c (ASSERT): Likewise.
22402         * tests/test-striconveh.c (ASSERT): Likewise.
22403         * tests/test-striconveha.c (ASSERT): Likewise.
22404         * tests/test-strsignal.c (ASSERT): Likewise.
22405         * tests/test-strstr.c (ASSERT): Likewise.
22406         * tests/test-strtod.c (ASSERT): Likewise.
22407         * tests/test-trunc1.c (ASSERT): Likewise.
22408         * tests/test-trunc2.c (ASSERT): Likewise.
22409         * tests/test-truncf1.c (ASSERT): Likewise.
22410         * tests/test-truncf2.c (ASSERT): Likewise.
22411         * tests/test-truncl.c (ASSERT): Likewise.
22412         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
22413         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
22414         * tests/test-vasnprintf.c (ASSERT): Likewise.
22415         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
22416         * tests/test-vasprintf.c (ASSERT): Likewise.
22417         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
22418         * tests/test-vprintf-posix.c (ASSERT): Likewise.
22419         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
22420         * tests/test-vsnprintf.c (ASSERT): Likewise.
22421         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
22422         * tests/test-wcwidth.c (ASSERT): Likewise.
22423         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
22424         * tests/test-xprintf-posix.c (ASSERT): Likewise.
22425         * tests/test-xvasprintf.c (ASSERT): Likewise.
22426         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
22427         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
22428         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
22429         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
22430         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
22431         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
22432         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
22433         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
22434         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
22435         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
22436         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
22437         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
22438         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
22439         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
22440         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
22441         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
22442         * tests/unictype/test-block_list.c (ASSERT): Likewise.
22443         * tests/unictype/test-block_of.c (ASSERT): Likewise.
22444         * tests/unictype/test-block_test.c (ASSERT): Likewise.
22445         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
22446         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
22447         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
22448         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
22449         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
22450         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
22451         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
22452         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
22453         * tests/unictype/test-combining.c (ASSERT): Likewise.
22454         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
22455         * tests/unictype/test-digit.c (ASSERT): Likewise.
22456         * tests/unictype/test-mirror.c (ASSERT): Likewise.
22457         * tests/unictype/test-numeric.c (ASSERT): Likewise.
22458         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
22459         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
22460         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
22461         * tests/unictype/test-scripts.c (ASSERT): Likewise.
22462         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
22463         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
22464         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
22465         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
22466         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
22467         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
22468         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
22469         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
22470         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
22471         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
22472         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
22473         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
22474         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
22475         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
22476         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
22477         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
22478         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
22479         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
22480         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
22481         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
22482         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
22483         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
22484         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
22485         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
22486         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
22487         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
22488         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
22489         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
22490         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
22491         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
22492         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
22493         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
22494         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
22495         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
22496         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
22497         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
22498         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
22499         Reported by Eric Blake.
22500
22501 2008-04-11  Bruno Haible  <bruno@clisp.org>
22502
22503         * lib/wchar.in.h: Tweak comment.
22504
22505 2008-04-11  Bruno Haible  <bruno@clisp.org>
22506
22507         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
22508         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
22509         gl_COMMON.
22510         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
22511
22512 2008-04-11  Bruno Haible  <bruno@clisp.org>
22513
22514         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
22515
22516 2008-04-11  Simon Josefsson  <simon@josefsson.org>
22517
22518         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
22519         of attempting to use non-existing /dev/*random.  Based on patch
22520         from Adam Strzelecki <ono@java.pl> in
22521         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
22522
22523 2008-04-08  Bruno Haible  <bruno@clisp.org>
22524
22525         Add tentative support for emx+gcc.
22526         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
22527         * lib/fpurge.c (fpurge): Likewise.
22528         * lib/freadable.c (freadable): Likewise.
22529         * lib/freadahead.c (freadahead): Likewise.
22530         * lib/freading.c (freading): Likewise.
22531         * lib/freadptr.c (freadptr): Likewise.
22532         * lib/freadseek.c (freadptrinc): Likewise.
22533         * lib/fseeko.c (rpl_fseeko): Likewise.
22534         * lib/fseterr.c (fseterr): Likewise.
22535         * lib/fwritable.c (fwritable): Likewise.
22536         * lib/fwriting.c (fwriting): Likewise.
22537         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
22538
22539 2008-04-09  Eric Blake  <ebb9@byu.net>
22540
22541         Avoid some autoconf warnings.
22542         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
22543         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
22544         * m4/afs.m4 (gl_AFS): Likewise.
22545         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
22546         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
22547         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
22548         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
22549         (gl_INTEGER_TYPE_SUFFIX): Likewise.
22550         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
22551         (AC_CHECK_DECLS_ONCE): Likewise.
22552         Rename file...
22553         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
22554         gnulib-tool requires autoconf 2.59 or better.
22555         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
22556
22557 2008-04-08  Eric Blake  <ebb9@byu.net>
22558
22559         Use 'git describe --match' if present (added in git 1.5.5).
22560         * build-aux/git-version-gen: Limit result to tags that match 'v*'
22561         if possible.
22562
22563 2008-04-08  Bruno Haible  <bruno@clisp.org>
22564
22565         Add tentative support for OpenServer.
22566         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
22567         _ptr, _cnt.
22568         * lib/fpurge.c (fpurge): Likewise.
22569         * lib/freadable.c (freadable): Likewise.
22570         * lib/freadahead.c (freadahead): Likewise.
22571         * lib/freading.c (freading): Likewise.
22572         * lib/freadptr.c (freadptr): Likewise.
22573         * lib/freadseek.c (freadptrinc): Likewise.
22574         * lib/fseeko.c (rpl_fseeko): Likewise.
22575         * lib/fseterr.c (fseterr): Likewise.
22576         * lib/fwritable.c (fwritable): Likewise.
22577         * lib/fwriting.c (fwriting): Likewise.
22578         Reported by Roger Cornelius <rac@tenzing.org> and
22579         Brian K. White <brian@aljex.com>.
22580
22581 2008-04-06  Jim Meyering  <meyering@redhat.com>
22582
22583         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
22584
22585 2008-04-06  Bruno Haible  <bruno@clisp.org>
22586
22587         Avoid possible error with non-ASCII bytes in UTF-8 locales.
22588         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
22589         * tests/test-printf-posix.sh: Likewise.
22590         * tests/test-vfprintf-posix.sh: Likewise.
22591         * tests/test-vprintf-posix.sh: Likewise.
22592         * tests/test-xprintf-posix.sh: Likewise.
22593
22594 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22595
22596         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
22597         hide error from 'ls', needed on OS/2.
22598         Report by Elbert Pol <elbert.pol@gmail.com>.
22599
22600 2008-04-04  Eric Blake  <ebb9@byu.net>
22601
22602         Make test-fseeko.c failures meaningful.
22603         * tests/test-fseeko.c: Print line number on failure.
22604         * tests/test-fseek.c: Likewise.
22605         Reported by Nelson H. F. Beebe.
22606
22607         Improve strtod bug detection check.
22608         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
22609         required for Solaris 10.
22610         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
22611
22612 2008-04-04  Bruno Haible  <bruno@clisp.org>
22613
22614         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
22615         by m4/setenv.m4.
22616
22617 2008-04-03  Eric Blake  <ebb9@byu.net>
22618
22619         Ensure sane .version contents.
22620         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
22621         version string.
22622         * build-aux/git-version-gen: Improve documentation.
22623
22624         Make GNU make output nicer.
22625         * top/GNUmakefile [!_have-Makefile]: Add dependency on
22626         MAKECMDGOALS to enforce message for all command line targets.  Set
22627         srcdir for use in maint.mk.
22628
22629         Another maintainer tweak.
22630         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
22631         a target that regenerates version.
22632
22633 2008-04-03  Jim Meyering  <meyering@redhat.com>
22634
22635         vc-list-files: don't cause coreutils "make po-check" failure
22636         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
22637
22638 2008-04-03  Eric Blake  <ebb9@byu.net>
22639
22640         Allow VPATH usage of vc-list-files.
22641         * build-aux/vc-list-files (scriptversion): Add timestamp.
22642         (options): Add --help, --version, -C.
22643         (CVS): Support installed cvsu.
22644
22645 2008-04-02  Bruno Haible  <bruno@clisp.org>
22646
22647         Avoid some "statement with no effect" warnings from gcc.
22648         * tests/test-wctype.c (main): Explicitly ignore unused values.
22649         Reported by Jim Meyering.
22650
22651 2008-04-02  Jim Meyering  <meyering@redhat.com>
22652
22653         Avoid some warnings from "gcc -Wshadow".
22654         * tests/test-frexp.c (exp): Define to a different identifier.
22655         * tests/test-frexpl.c (exp): Likewise.
22656
22657 2008-04-03  Jim Meyering  <meyering@redhat.com>
22658
22659         bootstrap: remove dangling *.[ch] symlinks from lib
22660         * build-aux/bootstrap [dangling symlink removal]: Move find's
22661         -depth option to precede all others, to avoid a warning.
22662         Remove *.[ch] files too, and from "$source_base" (usually lib/).
22663
22664 2008-04-02  Bruno Haible  <bruno@clisp.org>
22665
22666         Avoid some warnings from "gcc -Wshadow".
22667         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
22668         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
22669         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
22670         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
22671         Reported by Jim Meyering.
22672
22673 2008-04-01  Bruno Haible  <bruno@clisp.org>
22674
22675         Fix test to work on IRIX 6.5 with cc.
22676         * tests/test-math.c (numeric_equal): New function.
22677         (main): Use it.
22678
22679 2008-04-01  Bruno Haible  <bruno@clisp.org>
22680
22681         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
22682
22683 2008-04-01  Bruno Haible  <bruno@clisp.org>
22684
22685         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
22686         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22687         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
22688         (Depends-on): Remove math.
22689
22690         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
22691         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22692         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
22693         (Depends-on): Remove math.
22694
22695         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
22696         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22697         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
22698         (Depends-on): Remove math.
22699         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
22700         (Depends-on): Remove math.
22701
22702         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
22703         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
22704         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
22705         (Depends-on): Remove math.
22706         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
22707         (Depends-on): Remove math.
22708
22709         * tests/test-round1.c: Include nan.h.
22710         (main): Use NaNd instead of NAN.
22711         * modules/round-tests (Files): Add tests/nan.h.
22712
22713         * tests/test-trunc1.c: Include nan.h.
22714         (main): Use NaNd instead of NAN.
22715         * modules/trunc-tests (Files): Add tests/nan.h.
22716
22717         * tests/test-roundf1.c: Include nan.h.
22718         (main): Use NaNf instead of NAN.
22719         * modules/roundf-tests (Files): Add tests/nan.h.
22720
22721         * tests/test-truncf1.c: Include nan.h.
22722         (main): Use NaNf instead of NAN.
22723         * modules/truncf-tests (Files): Add tests/nan.h.
22724
22725         * tests/test-ceilf1.c: Include nan.h.
22726         (main): Use NaNf instead of NAN.
22727         * modules/ceilf-tests (Files): Add tests/nan.h.
22728
22729         * tests/test-floorf1.c: Include nan.h.
22730         (main): Use NaNf instead of NAN.
22731         * modules/floorf-tests (Files): Add tests/nan.h.
22732
22733         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
22734         (main): Use NaNf instead of NAN.
22735         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
22736
22737         * tests/test-isnand.c: Include nan.h instead of <math.h>.
22738         (main): Use NaNd instead of NAN.
22739         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
22740
22741         * tests/test-frexp.c: Include nan.h.
22742         (main): Use NaNd instead of NAN.
22743         * modules/frexp-tests (Files): Add tests/nan.h.
22744
22745         * lib/isnan.c: Don't include <math.h>.
22746         (FUNC): Don't use NAN macro.
22747         * modules/isnand-nolibm (Depends-on): Remove math.
22748         * modules/isnanf-nolibm (Depends-on): Remove math.
22749         * modules/isnanl (Depends-on): Remove math.
22750         * modules/isnanl-nolibm (Depends-on): Remove math.
22751
22752         * tests/nan.h: New file.
22753
22754 2008-04-01  Eric Blake  <ebb9@byu.net>
22755
22756         Fix typos.
22757         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
22758         values to be the right type.
22759
22760         For now, cater to gnulib strtod inaccuracies.
22761         * tests/test-strtod.c (main): Allow 1-ulp error on expected
22762         fractional results.  While not as nice from a QoI perspective, it
22763         is a quicker patch than correctly implementing decimal to binary
22764         rounding.
22765
22766 2008-03-31  Eric Blake  <ebb9@byu.net>
22767
22768         Guarantee a definition of NAN.
22769         * lib/math.in.h (NAN): Define if missing.
22770         * tests/test-math.c (main): Test it.
22771         * doc/posix-headers/math.texi (math.h): Document this.
22772         * lib/isnan.c (rpl_isnand): Use it.
22773         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
22774         * tests/test-floorf1.c (NaN): Likewise.
22775         * tests/test-frexp.c (NaN): Likewise.
22776         * tests/test-isnand.c (NaN): Likewise.
22777         * tests/test-isnanf.c (NaN): Likewise.
22778         * tests/test-round1.c (NaN): Likewise.
22779         * tests/test-roundf1.c (NaN): Likewise.
22780         * tests/test-snprintf-posix.h (NaN): Likewise.
22781         * tests/test-sprintf-posix.h (NaN): Likewise.
22782         * tests/test-trunc1.c (NaN): Likewise.
22783         * tests/test-truncf1.c (NaN): Likewise.
22784         * tests/test-vasnprintf-posix.c (NaN): Likewise.
22785         * tests/test-vasprintf-posix.c (NaN): Likewise.
22786         * modules/isnand-nolibm (Depends-on): Add math.
22787         * modules/isnanf-nolibm (Depends-on): Likewise.
22788         * modules/isnanl (Depends-on): Likewise.
22789         * modules/isnanl-nolibm (Depends-on): Likewise.
22790         * modules/snprintf-posix-tests (Depends-on): Likewise.
22791         * modules/sprintf-posix-tests (Depends-on): Likewise.
22792         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
22793         * modules/vsprintf-posix-tests (Depends-on): Likewise.
22794         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
22795         * modules/vasprintf-posix-tests (Depends-on): Likewise.
22796
22797 2008-03-31  Bruno Haible  <bruno@clisp.org>
22798
22799         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
22800         * doc/posix-functions/strtod.texi: Likewise.
22801
22802 2008-03-31  Bruno Haible  <bruno@clisp.org>
22803
22804         * tests/test-strtod.c (main): Don't use C99 syntax.
22805
22806 2008-03-31  Bruno Haible  <bruno@clisp.org>
22807
22808         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
22809         Reported by Eric Blake.
22810
22811 2008-03-31  Jim Meyering  <meyering@redhat.com>
22812
22813         Don't compare actual signbit return values.
22814         * tests/test-strtod.c (main): Rather, compare only their
22815         zero/non-zero nature.
22816
22817 2008-03-31  Eric Blake  <ebb9@byu.net>
22818
22819         More strtod documentation.
22820         * doc/posix-functions/strtod.texi (strtod): Interpret more test
22821         failures as distinct bugs.
22822
22823 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
22824
22825         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
22826         Problem reported by Erik Benada in
22827         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
22828
22829 2008-03-30  Bruno Haible  <bruno@clisp.org>
22830
22831         * tests/test-strtod.c: Add comments about which assertion fails on which
22832         platform.
22833         * doc/posix-functions/strtod.texi: Add info about many more platforms.
22834
22835 2008-03-30  Eric Blake  <ebb9@byu.net>
22836
22837         Test signbit behavior on zeros.
22838         * tests/test-signbit.c (test_signbitf): Add tests for zero.
22839         (test_signbitd, test_signbitl): Likewise.
22840
22841         More strtod touchups.
22842         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
22843         sign of negative underflow, for now.  Use .5, not .1.
22844         * doc/posix-functions/strtod.texi (strtod): Mention these
22845         limitations.
22846         Reported by Jim Meyering.
22847
22848 2008-03-30  Bruno Haible  <bruno@clisp.org>
22849
22850         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
22851         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
22852
22853 2008-03-30  Bruno Haible  <bruno@clisp.org>
22854
22855         Avoid failure when attempting to return empty iconv results on some
22856         platforms.
22857         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
22858         allocation, don't report ENOMEM when the resulting string is empty.
22859
22860 2008-03-30  Bruno Haible  <bruno@clisp.org>
22861
22862         Fix buffer overrun.
22863         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
22864         Don't consider the width for tmp_length. Check count against tmp_length
22865         before doing the padding. Ensure enough allocation during padding.
22866
22867 2008-03-30  Eric Blake  <ebb9@byu.net>
22868
22869         strtod touchups.
22870         * lib/strtod.c (strtod): Avoid compiler warnings.
22871         Reported by Jim Meyering.
22872
22873 2008-03-30  Bruno Haible  <bruno@clisp.org>
22874
22875         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
22876         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
22877         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
22878         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
22879         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
22880         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
22881         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
22882         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
22883
22884         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
22885         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
22886         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
22887         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
22888         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
22889         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
22890         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
22891         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
22892
22893         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
22894         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
22895         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
22896         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
22897         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
22898         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
22899         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
22900         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
22901
22902         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
22903         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
22904
22905         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
22906         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
22907
22908         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
22909         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
22910
22911         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
22912         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
22913         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
22914
22915         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
22916         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
22917         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
22918
22919         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
22920         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
22921         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
22922
22923         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
22924         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
22925         * modules/vasprintf (Depends-on): Add EOVERFLOW.
22926
22927         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
22928         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
22929         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
22930         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
22931         (Depends-on): Add EOVERFLOW.
22932         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
22933         (Depends-on): Add EOVERFLOW.
22934         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22935         (Depends-on): Add EOVERFLOW.
22936         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
22937         (Depends-on): Add EOVERFLOW.
22938         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22939         (Depends-on): Add EOVERFLOW.
22940         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
22941         (Depends-on): Add EOVERFLOW.
22942         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22943         (Depends-on): Add EOVERFLOW.
22944         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
22945         (Depends-on): Add EOVERFLOW.
22946
22947         * lib/sprintf.c (EOVERFLOW): Remove fallback.
22948         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
22949         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
22950
22951         * lib/snprintf.c (EOVERFLOW): Remove fallback.
22952         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
22953         * modules/snprintf (Depends-on): Add EOVERFLOW.
22954
22955         * lib/poll.c (EOVERFLOW): Remove fallback.
22956         * modules/poll (Depends-on): Add EOVERFLOW.
22957
22958         * lib/getugroups.c (EOVERFLOW): Remove fallback.
22959         * modules/getugroups (Depends-on): Add EOVERFLOW.
22960
22961         * lib/getdelim.c (EOVERFLOW): Remove fallback.
22962         * modules/getdelim (Depends-on): Add EOVERFLOW.
22963
22964         * lib/ftell.c (EOVERFLOW): Remove fallback.
22965         * modules/ftell (Depends-on): Add EOVERFLOW.
22966
22967         * lib/fprintf.c (EOVERFLOW): Remove fallback.
22968         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
22969         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
22970
22971         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
22972
22973         * modules/EOVERFLOW-tests: New file.
22974         * tests/test-EOVERFLOW.c: New file.
22975
22976         * modules/EOVERFLOW: New file.
22977         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
22978
22979 2008-03-30  Bruno Haible  <bruno@clisp.org>
22980
22981         Fix bug introduced on 2007-06-10.
22982         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
22983         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
22984
22985 2008-03-30  Bruno Haible  <bruno@clisp.org>
22986
22987         Improve freadseek's efficiency after ungetc.
22988         * lib/freadseek.c: Include freadahead.h.
22989         (freadptrinc): New function, extracted from freadseek.
22990         (freadseek): Use it in a loop. Use freadahead to determine the number
22991         of loop iterations.
22992         * modules/freadseek (Depends-on): Add freadahead.
22993         (configure.ac): Require AC_C_INLINE.
22994
22995 2008-03-30  Bruno Haible  <bruno@clisp.org>
22996
22997         * lib/freadseek.c (freadseek): Don't ignore the return value of
22998         freadptr.
22999
23000 2008-03-29  Eric Blake  <ebb9@byu.net>
23001
23002         Add hex float support.
23003         * modules/strtod (Depends-on): Add c-ctype.
23004         (Link): Mention POW_LIB.
23005         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
23006         whitespace between 'e' and exponent.
23007         * tests/test-strtod.c (main): Enable hex float tests.
23008         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
23009         now provides.
23010
23011         Document various strtod bugs, with some fixes.
23012         * doc/posix-functions/strtod.texi (strtod): Document bugs with
23013         "-0x", "inf", "nan", and hex constants.
23014         * doc/posix-functions/atof.texi (atof): Likewise.
23015         * modules/stdlib (Makefile.am): Support strtod.
23016         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
23017         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
23018         detect additional strtod bugs.
23019         * lib/stdlib.in.h (rpl_strtod): Add declarations.
23020         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
23021         bool where appropriate.  Parse 'inf' and 'nan'.
23022         * tests/test-strtod.c: New file.
23023         * modules/strtod (Depends-on): Add stdbool, stdlib.
23024         (configure.ac): Turn on module indicator.
23025         * modules/strtod-tests: New module.
23026
23027 2008-03-29  Eric Blake  <ebb9@byu.net>
23028
23029         Fix ftell on mingw.
23030         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
23031         * modules/ftell-tests (Depends-on): Add binary-io.
23032         * modules/ftello-tests (Depends-on): Likewise.
23033         * tests/test-ftell.c (main): Enhance test to cover behavior after
23034         ungetc.  Enforce binary mode.
23035         * tests/test-ftello.c (main): Likewise.
23036
23037         Pass test-freadseek on cygwin.
23038         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
23039         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
23040         ungetc buffer.
23041
23042         * tests/test-fflush2.c (main): Fix typo.
23043
23044 2008-03-29  Bruno Haible  <bruno@clisp.org>
23045
23046         * tests/test-fflush2.c (main): Temporarily disable the contents of
23047         this test.
23048         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
23049         Reported by Eric Blake.
23050
23051 2008-03-28  Simon Josefsson  <simon@josefsson.org>
23052
23053         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
23054         (GC_SHA224_DIGEST_SIZE): Add.
23055
23056         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
23057         (gc_hash_digest_length): Likewise.
23058         (gc_hash_buffer): Likewise.
23059
23060 2008-03-25  Bruno Haible  <bruno@clisp.org>
23061
23062         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
23063         detail which gettext release to use.
23064         Reported by Simon Josefsson.
23065
23066 2008-03-26  Jim Meyering  <meyering@redhat.com>
23067
23068         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
23069         * modules/gnumakefile (clean-GNUmakefile): Also, use
23070         test ... && ... || : syntax rather than if-then ... fi.
23071
23072         gnumakefile: Don't double-quote-expand $(VPATH) value.
23073         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
23074
23075 2008-03-24  Eric Blake  <ebb9@byu.net>
23076
23077         Alter GNUmakefile to install into top directory.
23078         * modules/maintainer-makefile: Split, and add dependency...
23079         * modules/gnumakefile: to this new module.
23080         * build-aux/GNUmakefile: Move...
23081         * top/GNUmakefile: ...here.
23082         * build-aux/maint.mk: Move...
23083         * top/maint.mk: ...here.
23084         * MODULES.html.sh (Support for maintaining...): Document new
23085         module.
23086
23087 2008-03-23  Bruno Haible  <bruno@clisp.org>
23088
23089         * gnulib-tool: New options --vc-files, --no-vc-files.
23090         (func_usage): Document them.
23091         (vc_files): New variable.
23092         (func_import): Consider vc_files.
23093         (func_create_testdir): Set vc_files to empty.
23094         Suggested by Jim Meyering and Karl Berry.
23095
23096 2008-03-23  Bruno Haible  <bruno@clisp.org>
23097
23098         Fix regex compilation error on HP-UX 11.
23099         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
23100         * modules/regex (Files): Add m4/mbstate_t.m4.
23101         Reported by Ton Voon <ton.voon@altinity.com>.
23102
23103 2008-03-23  Bruno Haible  <bruno@clisp.org>
23104
23105         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
23106
23107 2008-03-23  Eric Blake  <ebb9@byu.net>
23108             Bruno Haible  <bruno@clisp.org>
23109
23110         Install files from top/ in the destination directory.
23111         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
23112         augmentation also for the files from top/.
23113         (func_import, func_create_testdir): Rewrite file names:
23114         top/filename -> filename.
23115
23116 2008-03-23  Bruno Haible  <bruno@clisp.org>
23117
23118         Tweak "gnulib --version" output.
23119         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
23120
23121 2008-03-23  Bruno Haible  <bruno@clisp.org>
23122
23123         Tweak "gnulib --version" output.
23124         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
23125         rather than contents of ChangeLog, when possible.
23126
23127 2008-03-21  Eric Blake  <ebb9@byu.net>
23128
23129         More --version tweaks.
23130         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
23131         date of last ChangeLog entry.
23132
23133 2008-03-21  Jim Meyering  <meyering@redhat.com>
23134
23135         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
23136
23137 2008-03-20  Eric Blake  <ebb9@byu.net>
23138
23139         VPATH fix.
23140         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
23141
23142 2008-03-20  Simon Josefsson  <simon@josefsson.org>
23143
23144         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
23145         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
23146
23147 2008-03-20  Eric Blake  <ebb9@byu.net>
23148
23149         Sync GNUmakefile with coreutils.
23150         * build-aux/GNUmakefile (have-Makefile): Rename...
23151         (_have-Makefile): ...to this, for namespace consideration.
23152         (GNUmakefile.cfg): Include, if present.
23153         (_autoreconf): Define a default.
23154         (_is-dist-target): New rule for rebuilds to pick up intra-release
23155         version.
23156         (maint-cfg.mk): Rename...
23157         (cfg.mk): ...to this.
23158
23159 2008-03-18  Jim Meyering  <meyering@redhat.com>
23160
23161         New script and module: mktempd
23162         * MODULES.html.sh (maint+release support): Add mktempd.
23163         * build-aux/mktempd: New file.
23164         * modules/mktempd: New file.
23165
23166 2008-03-15  Jim Meyering  <meyering@redhat.com>
23167
23168         Undo last change.
23169         * lib/sha1.c, lib/md5.c: 63 != ~63.
23170         Reported by Andreas Schwab.
23171
23172         sha1.c, md5.c: Hoist a redundant expression.
23173         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
23174         "ctx->buflen" only once, before calling *_process_block.
23175         * lib/md5.c (md5_process_bytes): Likewise.
23176
23177 2008-03-14  Eric Blake  <ebb9@byu.net>
23178
23179         Bump copyright year in files generated by gnulib-tool.
23180         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
23181         gnulib-tool, rather than hard-coding it.
23182
23183         Fix 'gnulib-tool --version' output to work with git.
23184         * gnulib-tool (func_gnulib_dir): New function, extracted from...
23185         (startup): ...here.
23186         (func_version): Use it to invoke git-version-gen, rather than
23187         relying on CVS keyword expansion.  Modernize wording.
23188         (cvsdatestamp, last_checkin_date, version): Kill unused
23189         variables.
23190
23191 2008-03-12  Jim Meyering  <meyering@redhat.com>
23192
23193         Recognize optional cast of the argument to free.
23194         * build-aux/useless-if-before-free: Update regexps.
23195
23196         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
23197
23198 2008-03-11  Bruno Haible  <bruno@clisp.org>
23199
23200         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
23201         by a single package.
23202         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
23203         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
23204         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
23205         Reported by Sam Steingold <sds@gnu.org>.
23206
23207 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
23208
23209         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
23210         repositories.
23211
23212 2008-03-11  Bruno Haible  <bruno@clisp.org>
23213
23214         Avoid conflicts between local macro definitions.
23215         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
23216         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
23217
23218 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
23219             Bruno Haible  <bruno@clisp.org>
23220
23221         Make va_copy work with some version of xlc on AIX 5.1.
23222         * lib/stdarg.in.h: New file.
23223         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
23224         On AIX, use a <stdarg.h> file substitute.
23225         * modules/stdarg (Files): Add lib/stdarg.in.h.
23226         (Depends-on): Add include_next.
23227         (Makefile.am): Build a stdarg.h substitute if requested.
23228         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
23229
23230 2008-03-10  Bruno Haible  <bruno@clisp.org>
23231
23232         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
23233         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
23234         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
23235
23236 2008-03-10  Bruno Haible  <bruno@clisp.org>
23237
23238         * modules/stdlib (Depends-on): Add include_next, remove
23239         absolute-header.
23240
23241 2008-03-09  Bruno Haible  <bruno@clisp.org>
23242
23243         * lib/freadahead.h (freadahead): Document more precisely.
23244         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
23245         the sum of both buffer sizes.
23246         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
23247         * NEWS: Document the change.
23248
23249 2008-03-09  Bruno Haible  <bruno@clisp.org>
23250
23251         Extend freadptr to return also the buffer size.
23252         * lib/freadptr.h (freadptr): Add sizep argument.
23253         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
23254         (freadptr): Add sizep argument. Determine buffer size like freadahead
23255         does.
23256         * tests/test-freadptr.c: Don't include freadahead.h.
23257         (main): Adapt for new calling convention of freadptr.
23258         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
23259         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
23260         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
23261         tests/test-freadptr2.sh.
23262         (Depends): Remove freadahead.
23263         (TESTS): Add test-freadptr2.sh.
23264         (check_PROGRAMS): Add test-freadptr2.
23265
23266 2008-03-09  Bruno Haible  <bruno@clisp.org>
23267
23268         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
23269         Report and solution by Simon Josefsson.
23270
23271 2008-03-06  Bruno Haible  <bruno@clisp.org>
23272
23273         Make fflush after ungetc work on BSD platforms.
23274         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
23275         * tests/test-fflush2.c: New file.
23276         * tests/test-fflush2.sh: New file.
23277         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
23278         tests/test-fflush2.c.
23279         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
23280         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
23281
23282 2008-03-06  Eric Blake  <ebb9@byu.net>
23283
23284         Likewise for ftello.
23285         * modules/ftello (Dependencies): Add extensions.
23286         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
23287
23288 2008-03-06  Bruno Haible  <bruno@clisp.org>
23289
23290         * modules/fseeko (Dependencies): Add extensions.
23291         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
23292         Needed on glibc systems.
23293
23294 2008-03-06  Bruno Haible  <bruno@clisp.org>
23295
23296         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
23297         email address.
23298         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23299
23300 2008-03-06  Bruno Haible  <bruno@clisp.org>
23301
23302         * users.txt: Add libgnupdf.
23303
23304 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
23305
23306         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
23307         (Header File Substitutes, Function Substitutes,
23308         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
23309         (Build robot for gnulib): Fix typo.
23310
23311 2008-03-06  Bruno Haible  <bruno@clisp.org>
23312
23313         * doc/gnulib-tool.texi (VCS Issues): Small updates.
23314         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23315
23316 2008-03-06  Bruno Haible  <bruno@clisp.org>
23317
23318         * doc/func.texi: New file, extracted from doc/gnulib.texi.
23319         * doc/gnulib.texi: Include it.
23320
23321 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23322
23323         * modules/func (License): Change license to unlimited; there was
23324         no LGPL parts in the module anyway.
23325
23326 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23327
23328         * modules/__func__: Renamed to modules/func.
23329         * modules/__func__-tests: Renamed to modules/func-tests.
23330         * tests/test-__func__.c: Renamed to tests/test-func.c.
23331         * m4/__func__.m4: Renamed to m4/func.m4.
23332         * doc/gnulib.texi (__func__): Section renamed to func.
23333         Suggested by Eric Blake <ebb9@byu.net>.
23334
23335 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23336
23337         * doc/gnulib.texi (__func__): Use C99 terminology when talking
23338         about __func__.  Make example self-contained.  Suggested by Eric
23339         Blake <ebb9@byu.net>.
23340
23341         * tests/test-__func__.c (main): Avoid extraneous () around __func.
23342         Suggested by Eric Blake <ebb9@byu.net>.
23343
23344 2008-03-06  Simon Josefsson  <simon@josefsson.org>
23345
23346         * modules/__func__: New file.
23347         * modules/__func__-tests: New file.
23348         * tests/test-__func__.c: New file.
23349         * m4/__func__.m4: New file.
23350         * doc/gnulib.texi (__func__): Document __func__ module.
23351
23352 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23353
23354         * modules/byteswap (License): Re-license as LGPLv2+.
23355
23356 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23357
23358         * doc/Makefile: Add pdf target.
23359
23360 2008-03-05  Simon Josefsson  <simon@josefsson.org>
23361
23362         * modules/inline (License): Use 'unlimited', since there are only
23363         *.m4 files in this module.
23364
23365 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
23366             Bruno Haible  <bruno@clisp.org>
23367
23368         Add support for HP C 7.1 on OpenVMS 8.3.
23369         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
23370
23371 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
23372
23373         Update VMS specifics.
23374         * lib/getopt.c [VMS]: Remove include of unixlib.h.
23375
23376 2008-03-02  Jim Meyering  <meyering@redhat.com>
23377
23378         Remove the last dependency on the "free" module.
23379         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
23380         Reported by Bob Proulx.
23381
23382         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
23383
23384         Remove useless "if" tests before free.  Deprecate "free" module.
23385         * doc/posix-functions/free.texi: Mention that this
23386         module is no longer useful.
23387         * modules/free (Notice): Say this module is obsolete.
23388         * modules/readutmp (Depends-on): Remove free.
23389         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
23390         * lib/putenv.c (putenv): Likewise.
23391         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
23392         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
23393         * tests/test-c-strcasestr.c (main): Likewise.
23394         * tests/test-c-strstr.c (main): Likewise.
23395         * tests/test-mbscasestr1.c (main): Likewise.
23396         * tests/test-mbscasestr2.c (main): Likewise.
23397         * tests/test-mbsstr1.c (main): Likewise.
23398         * tests/test-mbsstr2.c (main): Likewise.
23399         * tests/test-memmem.c (main): Likewise.
23400         * tests/test-strcasestr.c (main): Likewise.
23401         * tests/test-striconv.c (main): Likewise.
23402         * tests/test-striconveh.c (main): Likewise.
23403         * tests/test-striconveha.c (main): Likewise.
23404         * tests/test-strstr.c (main): Likewise.
23405
23406         * build-aux/git-version-gen: Adjust a comment and the Usage string.
23407
23408         bootstrap: sync from coreutils again
23409         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
23410
23411 2008-03-01  Jim Meyering  <meyering@redhat.com>
23412
23413         bootstrap: sync from coreutils
23414         * build-aux/bootstrap (update_po_files): Copy a .po file into place
23415         also when the target doesn't exist.
23416
23417 2008-03-01  Eric Blake  <ebb9@byu.net>
23418
23419         Fix bugs in last patch.
23420         * lib/memchr2.c (memchr2): Fix typo.
23421         * tests/test-memchr2.c: Test previous bug, and don't use GNU
23422         extension.
23423         Reported by Bruce Korb.
23424
23425         New module 'memchr2'.
23426         * modules/memchr2: New file.
23427         * modules/memchr2-tests: Likewise.
23428         * lib/memchr2.h: Likewise.
23429         * lib/memchr2.c: Likewise, based on memchr.c.
23430         * tests/test-memchr2.c: New test.
23431         * MODULES.html.sh (String handling): Add memchr2.
23432
23433 2008-02-29  Bruno Haible  <bruno@clisp.org>
23434
23435         * modules/freadseek-tests: New file.
23436         * tests/test-freadseek.sh: New file.
23437         * tests/test-freadseek.c: New file.
23438
23439         New module 'freadseek'.
23440         * modules/freadseek: New file.
23441         * lib/freadseek.h: New file.
23442         * lib/freadseek.c: New file.
23443         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
23444
23445 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
23446
23447         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
23448         wydawca.
23449
23450         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
23451         program_invocation_name and program_invocation_short_name are
23452         present.
23453
23454 2008-02-28  Bruno Haible  <bruno@clisp.org>
23455
23456         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
23457         * tests/test-freadptr.sh: Also test non-seekable stdin.
23458
23459 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
23460
23461         * build-aux/bootstrap (source_base, m4_base)
23462         (doc_base, tests_base): New variables.
23463         (gnulib_tool_options): Do not hardcode base directories, use
23464         the above variables instead.
23465
23466 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
23467
23468         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
23469
23470 2008-02-28  Bruno Haible  <bruno@clisp.org>
23471
23472         * modules/freadptr-tests: New file.
23473         * tests/test-freadptr.sh: New file.
23474         * tests/test-freadptr.c: New file.
23475
23476         New module 'freadptr'.
23477         * modules/freadptr: New file.
23478         * lib/freadptr.h: New file.
23479         * lib/freadptr.c: New file.
23480         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
23481
23482 2008-02-26  Karl Berry  <karl@freefriends.org>
23483
23484         Sync from Libtool:
23485         * libltdl/argz.c (argz_add, argz_count): New functions.
23486         * libltdl/argz.in.h: Declare them.
23487         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
23488
23489 2008-02-22  Bruno Haible  <bruno@clisp.org>
23490
23491         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
23492         is a pointer type.  Needed for HP-UX 10.
23493         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
23494         * doc/posix-functions/gmtime_r.texi: Likewise.
23495         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
23496
23497 2008-02-24  Bruno Haible  <bruno@clisp.org>
23498
23499         * modules/environ-tests: New file.
23500         * tests/test-environ.c: New file.
23501
23502         New module 'environ'.
23503         * modules/environ: New file.
23504         * lib/unistd.in.h (environ): New declaration.
23505         * m4/environ.m4: New file.
23506         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
23507         after use.
23508         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
23509         HAVE_DECL_ENVIRON.
23510         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
23511         HAVE_DECL_ENVIRON.
23512         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
23513         wrong claim that 'environ' is missing on some systems.
23514         * modules/execute (Depends-on): Add environ.
23515         * lib/execute.c (environ): Remove fallback declaration.
23516         * modules/pipe (Depends-on): Add environ.
23517         * lib/pipe.c (environ): Remove fallback declaration.
23518         * modules/setenv (Depends-on): Add environ.
23519         * lib/setenv.c (environ): Remove fallback declaration.
23520         * modules/unsetenv (Depends-on): Add environ.
23521         * lib/unsetenv.c (environ): Remove fallback declaration.
23522         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
23523         m4/environ.m4.
23524         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
23525         (gl_PREREQ_UNSETENV): Likewise.
23526
23527 2008-02-24  Bruno Haible  <bruno@clisp.org>
23528
23529         * doc/posix-functions/environ.texi: Document the MacOS X problem.
23530
23531 2008-02-20  Bob Proulx  <bob@proulx.com>
23532
23533         Enable use of older two part flavor 'git describe'.
23534         * build-aux/git-version-gen: If using the older two part flavor of
23535         git version then recreate the third part now present in the
23536         newer three part flavor of git describe.
23537
23538 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
23539
23540         * lib/fts.c (fts_build): Typo correction to comment.
23541
23542 2008-02-17  Bruno Haible  <bruno@clisp.org>
23543
23544         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
23545         generating no-op conflicts.
23546
23547 2008-02-17  Bruno Haible  <bruno@clisp.org>
23548
23549         Speed up by 10%.
23550         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
23551         result_entries, rather than an index-based loop.
23552
23553 2008-02-17  Bruno Haible  <bruno@clisp.org>
23554
23555         Speed up by 25%.
23556         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
23557         'hashcode_cached'.
23558         (entry_create): New function.
23559         (entry_hashcode): Use the cached hashcode if possible.
23560         (read_changelog_file, try_split_merged_entry): Use entry_create.
23561
23562 2008-02-17  Bruno Haible  <bruno@clisp.org>
23563
23564         Speed up from O(n^2) to O(n) for long ChangeLog files.
23565         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
23566         (read_changelog_file): Change implementation of entries_reversed list
23567         to rbtreehash.
23568         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
23569
23570 2008-02-17  Bruno Haible  <bruno@clisp.org>
23571
23572         New option --split-merged-entry.
23573         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
23574         (find_paragraph_end, try_split_merged_entry): New functions.
23575         (long_options): Add option --split-merged-entry.
23576         (usage): Document option --split-merged-entry.
23577         (main): Implement option --split-merged-entry.
23578         Reported by Eric Blake.
23579
23580 2008-02-17  Bruno Haible  <bruno@clisp.org>
23581
23582         * lib/git-merge-changelog.c: Include c-strstr.h.
23583         (main): Support the "git pull --rebase" situation.
23584         * modules/git-merge-changelog (Depends-on): Add c-strstr.
23585         Reported by Eric Blake.
23586
23587 2008-02-16  Eric Blake  <ebb9@byu.net>
23588
23589         Avoid doubling \ in common case of "c-maybe" quoting style.
23590         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
23591         eliding outer quotes.
23592         * lib/quotearg.h: Document this.
23593         * tests/test-quotearg.c (result_strings, inputs, results_g)
23594         (flag_results, locale_results): Test it by adding a new string to
23595         each test group.
23596         (compare_strings): Test new string.
23597
23598 2008-02-13  Eric Blake  <ebb9@byu.net>
23599
23600         Avoid trigraph quoting in default output.
23601         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
23602         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
23603         unless explicitly requested.
23604         * tests/test-quotearg.c (flag_results, main): Add additional tests.
23605
23606 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
23607
23608         Don't rely on signed integer overflowing to negative value.
23609         * lib/getugroups.c (getugroups): Include <limits.h>.
23610         Instead, compare against INT_MAX, and increment only if the test passes.
23611
23612 2008-02-13  Jim Meyering  <meyering@redhat.com>
23613         and Eric Blake  <ebb9@byu.net>
23614
23615         Avoid shadowing warning and compile errors on Linux.
23616         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
23617         forwarding macros on Linux.
23618         (dcgettext): Define a stub, for Linux.
23619         (results_g, main): Avoid warnings.
23620
23621 2008-02-12  Eric Blake  <ebb9@byu.net>
23622
23623         Silence warning in last patch.
23624         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
23625
23626         Quotearg part 4: add tests, fix c-maybe colon quoting.
23627         * lib/quotearg.h: Improve documentation.
23628         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
23629         escapes when adding outer quotes.  When quoting trigraphs, use
23630         valid C notation.  When quoting NUL, omit extra characters if next
23631         character is not digit.  Alter prototype.
23632         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
23633         callers.
23634         * modules/quotearg-tests: New module.
23635         * tests/test-quotearg.c: New test.
23636
23637 2008-02-07  Eric Blake  <ebb9@byu.net>
23638
23639         Quotearg part 3: add flag to control outer quote elision.
23640         * lib/quotearg.h (c_maybe_quoting_style): New style.
23641         (enum quoting_flags): Better documentation of flags.
23642         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
23643         c-maybe style.
23644         (quotearg_buffer_restyled): Handle new flag to elide outer
23645         quotes.
23646
23647         Quotearg part 2: add flag that can control NUL elision.
23648         * lib/quotearg.h (set_quoting_flags): New prototype.
23649         * lib/quotearg.c (struct quoting_options): Add flag field.
23650         (set_quoting_flags): New function.
23651         (quotearg_buffer_restyled): Add flags parameter.
23652         (quotearg_alloc_mem): Set the flag if length cannot be returned.
23653         (quotearg_n_options): Set the flag, since length cannot be
23654         returned.
23655         (quoting_options_from_style): Default flags correctly.
23656
23657         Quotearg part 1: more wrappers, restore quotearg_char state.
23658         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
23659         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
23660         (quotearg_colon_mem): New wrappers.
23661         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
23662         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
23663         functions.
23664         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
23665         (quotearg_colon_mem): New functions.
23666
23667 2008-02-11  Bruno Haible  <bruno@clisp.org>
23668
23669         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
23670         library in the current directory: it does not work with parallel make.
23671         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
23672
23673 2008-02-11  Bruno Haible  <bruno@clisp.org>
23674
23675         * .gitattributes: New file.
23676
23677 2008-02-11  Jim Meyering  <meyering@redhat.com>
23678
23679         useless-if-before-free: Fix reversed exit values.
23680         * build-aux/useless-if-before-free: Use correct values
23681         for EXIT_MATCH and EXIT_NO_MATCH.
23682
23683         * build-aux/useless-if-before-free: Close stdout carefully.
23684
23685 2008-02-10  Bruno Haible  <bruno@clisp.org>
23686
23687         New module 'git-merge-changelog'.
23688         * modules/git-merge-changelog: New file.
23689         * lib/git-merge-changelog.c: New file.
23690
23691 2008-02-10  Jim Meyering  <meyering@redhat.com>
23692
23693         useless-if-before-free: New option: --list (-l).
23694
23695         useless-if-before-free: Don't exit immediately upon open failure.
23696         * build-aux/useless-if-before-free: Exit 2 for errors.
23697         Upon failure to open a file, don't exit immediately.
23698         Rather, just warn and continue with any remaining files.
23699
23700 2008-02-10  Bruno Haible  <bruno@clisp.org>
23701
23702         New abstract list operation 'node_set_value'.
23703         * lib/gl_list.h (gl_list_node_set_value): New function.
23704         (struct gl_list_implementation): New field node_set_value.
23705         * lib/gl_list.c (gl_list_node_set_value): New function.
23706         * lib/gl_array_list.c (gl_array_node_set_value): New function.
23707         (gl_array_list_implementation): Update.
23708         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
23709         (gl_carray_list_implementation): Update.
23710         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
23711         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
23712         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
23713         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
23714         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
23715         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
23716         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
23717         Update.
23718         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
23719         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
23720         (gl_sublist_list_implementation): Update.
23721
23722 2008-02-10  Bruno Haible  <bruno@clisp.org>
23723
23724         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
23725         Needed when ELEMENT is #defined to 'some_type *'.
23726
23727 2008-02-10  Jim Meyering  <meyering@redhat.com>
23728
23729         New script and module: useless-if-before-free
23730         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
23731         * build-aux/useless-if-before-free: New file.
23732         * modules/useless-if-before-free: New file.
23733
23734         * build-aux/gitlog-to-changelog: Use committer date, not author date.
23735
23736         xstrtol_error: Fix typo.
23737         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
23738         s/exit_failure/exit_status/.
23739
23740 2008-02-09  Jim Meyering  <meyering@redhat.com>
23741
23742         New script and module: gitlog-to-changelog
23743         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
23744         * modules/gitlog-to-changelog: New file.
23745         * build-aux/gitlog-to-changelog: New file.
23746
23747 2008-02-08  Jim Meyering  <meyering@redhat.com>
23748
23749         Avoid two "parameter unused" warnings.
23750         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
23751         Mark "st" as used.
23752
23753         Use "git COMMAND", not "git-COMMAND".
23754         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
23755         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
23756         * build-aux/git-version-gen: Use "git status", not "git-status".
23757
23758 2008-02-07  Bruno Haible  <bruno@clisp.org>
23759
23760         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
23761         Avoids a crash on Windows Vista.
23762         Reported by Adam Strzelecki <ono@java.pl> via
23763         Simon Josefsson <simon@josefsson.org>.
23764
23765 2008-02-06  Bruno Haible  <bruno@clisp.org>
23766
23767         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
23768         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
23769         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
23770         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
23771         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
23772         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
23773         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
23774         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
23775         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
23776         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
23777         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
23778         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
23779         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
23780         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
23781         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
23782         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
23783         left-adjust flag.
23784         * tests/test-snprintf-posix.h (test_function): Likewise.
23785         * tests/test-sprintf-posix.h (test_function): Likewise.
23786         * tests/test-vasprintf-posix.c (test_function): Likewise.
23787         * doc/posix-functions/fprintf.texi: Update.
23788         * doc/posix-functions/printf.texi: Update.
23789         * doc/posix-functions/snprintf.texi: Update.
23790         * doc/posix-functions/sprintf.texi: Update.
23791         * doc/posix-functions/vfprintf.texi: Update.
23792         * doc/posix-functions/vprintf.texi: Update.
23793         * doc/posix-functions/vsnprintf.texi: Update.
23794         * doc/posix-functions/vsprintf.texi: Update.
23795         Reported by Peter Fales <psfales@alcatel-lucent.com>.
23796
23797 2008-02-06  Bruno Haible  <bruno@clisp.org>
23798
23799         Fix bug introduced on 2008-01-26.
23800         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
23801
23802 2008-02-06  Bruno Haible  <bruno@clisp.org>
23803
23804         Fix bug introduced on 2007-06-10.
23805         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
23806         !NEED_PRINTF_FLAG_ZERO.
23807
23808 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
23809
23810         getloadavg: use libperfstat on AIX5
23811         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
23812
23813 2008-02-03  Bruno Haible  <bruno@clisp.org>
23814
23815         * lib/diffseq.h: Add comments about required #includes.
23816         Reported by Michael Biggs <gnulib@doubleplum.net>.
23817
23818 2008-02-01  Bruno Haible  <bruno@clisp.org>
23819
23820         * users.txt: Add gnuit.
23821
23822 2008-01-31  Bruno Haible  <bruno@clisp.org>
23823
23824         * lib/md4.c (set_uint32): Mark as inline.
23825         * lib/md5.c (set_uint32): Likewise.
23826         * lib/sha1.c (set_uint32): Likewise.
23827         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
23828         * m4/md5.m4 (gl_MD5): Likewise.
23829         * m4/sha1.m4 (gl_SHA1): Likewise.
23830
23831 2008-01-31  Jim Meyering  <meyering@redhat.com>
23832
23833         Use "sizeof VAR", rather than a literal "4".
23834         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
23835         * lib/md4.c (md4_read_ctx): Likewise.
23836         * lib/sha1.c (sha1_read_ctx): Likewise.
23837
23838 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23839
23840         * tests/test-sha1.c: New file, based on test-md5.c.
23841
23842         * modules/crypto/sha1-tests: New file.
23843
23844 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23845
23846         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
23847
23848 2008-01-31  Jim Meyering  <meyering@redhat.com>
23849
23850         Prefer "sizeof v" over the equivalent "4".
23851         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
23852         * lib/md5.c (set_uint32): Likewise.
23853         * lib/sha1.c (set_uint32): Likewise.
23854
23855 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23856
23857         * lib/sha1.c (set_uint32): Mark function as static.
23858
23859 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23860
23861         md2: clarify comments to say that alignment is not required.
23862         * lib/md2.h: Remove warning about alignment in comment.
23863         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
23864         never been required.
23865
23866 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23867
23868         md4: adapt alignment constraint fix from sha1.
23869         * lib/md4.c (set_uint32): New function, from sha1.c
23870         (md4_read_ctx): Use it.
23871         (md4_finish_ctx): Doc fix.
23872         * lib/md4.h: Doc fix.
23873
23874 2008-01-31  Simon Josefsson  <simon@josefsson.org>
23875
23876         md5: adapt alignment constraint fix from sha1.
23877         * lib/md5.c (set_uint32): New function, from sha1.c
23878         (md5_read_ctx): Use it.
23879         (md5_finish_ctx): Doc fix.
23880         * lib/md5.h: Doc fix.
23881
23882 2008-01-30  Peter Palfrader  <weasel@debian.org>
23883
23884         sha1: remove the result buffer alignment constraint
23885         * lib/sha1.c (set_uint32): New function.
23886         (sha1_read_ctx): Rewrite to remove the result buffer alignment
23887         constraint.
23888         (sha1_finish_ctx): Remove comment warning about alignment constraint.
23889         * lib/sha1.h: Likewise.
23890
23891 2008-01-30  Andreas Schwab  <schwab@suse.de>
23892             Bruno Haible  <bruno@clisp.org>
23893
23894         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
23895         correct definition of LDBL_MIN_EXP.
23896
23897 2008-01-30  Karl Berry  <karl@gnu.org>
23898
23899         * config/srclist-update: try to preserve x bit on updates.
23900         * config/srclistvars.sh: update for karl.
23901
23902 2008-01-29  Jim Meyering  <meyering@redhat.com>
23903
23904         vasnprintf.c: Avoid warning about unused label
23905         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
23906         "overflow" label definition and associated code with the
23907         same cpp condition that guards the sole use of that label.
23908
23909 2008-01-26  Bruno Haible  <bruno@clisp.org>
23910
23911         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
23912         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
23913         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
23914         * lib/isnanl-nolibm.h (isnanl): Likewise.
23915         Reported by Paul Eggert <eggert@cs.ucla.edu>.
23916
23917 2008-01-26  Bruno Haible  <bruno@clisp.org>
23918
23919         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
23920         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
23921
23922 2008-01-26  Bruno Haible  <bruno@clisp.org>
23923
23924         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
23925         GCC >= 4.0 built-in.
23926         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
23927
23928 2008-01-26  Bruno Haible  <bruno@clisp.org>
23929
23930         Rename isnan, applicable to 'double' only, to isnand.
23931         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
23932         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
23933         (configure.ac): Update.
23934         (Include): Replace "isnan.h" with "isnand.h".
23935         * m4/isnand.m4: Renamed from m4/isnan.m4.
23936         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
23937         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
23938         instead of isnan.c.
23939         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
23940         instead of HAVE_ISNAN_IN_LIBC.
23941         (isnand): Renamed from isnan.
23942         * lib/isnand.c: New file.
23943         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
23944         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
23945         (Makefile.am): Update.
23946         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
23947         Include isnand.h instead of isnan.h.
23948         (main): Test isnand instead of isnan.
23949         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
23950         isnan-nolibm.
23951         * modules/frexp (Depends-on): Likewise.
23952         * modules/frexp-tests (Depends-on): Likewise.
23953         * modules/frexp-nolibm (Depends-on): Likewise.
23954         * modules/frexp-nolibm-tests (Depends-on): Likewise.
23955         * modules/isfinite (Depends-on): Likewise.
23956         * modules/round-tests (Depends-on): Likewise.
23957         * modules/signbit (Depends-on): Likewise.
23958         * modules/signbit-tests (Depends-on): Likewise.
23959         * modules/snprintf-posix (Depends-on): Likewise.
23960         * modules/sprintf-posix (Depends-on): Likewise.
23961         * modules/trunc-tests (Depends-on): Likewise.
23962         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23963         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23964         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23965         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23966         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23967         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23968         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23969         * modules/vasnprintf-posix (Depends-on): Likewise.
23970         * modules/vasprintf-posix (Depends-on): Likewise.
23971         * modules/vfprintf-posix (Depends-on): Likewise.
23972         * modules/vsnprintf-posix (Depends-on): Likewise.
23973         * modules/vsprintf-posix (Depends-on): Likewise.
23974         * lib/frexp.c: Include isnand.h instead of isnan.h.
23975         (ISNAN): Set to isnand instead of isnan.
23976         * lib/isfinite.c: Include isnand.h instead of isnan.h.
23977         (gl_isfinited): Use isnand instead of isnan.
23978         * lib/signbitd.c: Include isnand.h instead of isnan.h.
23979         (gl_signbitd): Use isnand instead of isnan.
23980         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
23981         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
23982         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
23983         (main): Use isnand instead of isnan.
23984         * tests/test-round1.c: Include isnand.h.
23985         (main): Use isnand instead of isnan.
23986         * tests/test-round2.c: Include isnand.h instead of isnan.h.
23987         (ISNAN): Set to isnand instead of isnan.
23988         * tests/test-trunc1.c: Include isnand.h.
23989         (main): Use isnand instead of isnan.
23990         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
23991         (equal): Use isnand instead of isnan.
23992         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
23993         isnand-nolibm.
23994         * NEWS: Mention the change.
23995
23996 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
23997             Bruno Haible  <bruno@clisp.org>
23998
23999         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
24000         the GCC builtins for signbits are present and set
24001         REPLACE_SIGNBIT_USING_GCC if so.
24002         * lib/math.in.h (signbit): Define using GCC builtins if
24003         REPLACE_SIGNBIT_USING_GCC is set.
24004         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
24005         REPLACE_SIGNBIT_USING_GCC.
24006         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
24007
24008 2008-01-25  Jim Meyering  <meyering@redhat.com>
24009
24010         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
24011         * lib/poll.c: Include <config.h>, not "config.h".
24012         * tests/test-getaddrinfo.c: Likewise.
24013
24014 2008-01-25  Simon Josefsson  <simon@josefsson.org>
24015
24016         * modules/sockets-tests: New file.
24017
24018 2008-01-24  Simon Josefsson  <simon@josefsson.org>
24019
24020         * modules/sockets: New module, can be used to call WSA_Startup and
24021         WSA_Cleanup when needed.
24022
24023         * lib/sockets.h, lib/sockets.c: New files.
24024
24025         * m4/sockets.m4: New file.
24026
24027         * tests/test-sockets.c: New file.
24028
24029 2008-01-19  Bruno Haible  <bruno@clisp.org>
24030
24031         * doc/posix-headers: Renamed from doc/headers.
24032         * doc/posix-functions: Renamed from doc/functions.
24033         * doc/gnulib.texi: Update.
24034
24035 2008-01-19  Bruno Haible  <bruno@clisp.org>
24036
24037         * doc/glibc-functions/strcasestr.texi: Include contents of
24038         doc/functions/strcasestr.texi, fixing the list of platforms.
24039         * doc/functions/strcasestr.texi: Remove file.
24040
24041 2008-01-19  Bruno Haible  <bruno@clisp.org>
24042
24043         * doc/glibc-functions/memmem.texi: Include contents of
24044         doc/functions/memmem.texi.
24045         * doc/functions/memmem.texi: Remove file.
24046
24047 2008-01-18  Bruno Haible  <bruno@clisp.org>
24048
24049         * doc/glibc-functions/*.texi: New files.
24050         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
24051         to use the new files.
24052
24053 2008-01-17  Bruno Haible  <bruno@clisp.org>
24054
24055         * tests/test-gethostname.c (main): Fix printf statement.
24056
24057 2008-01-17  Simon Josefsson  <simon@josefsson.org>
24058
24059         * modules/gethostname-tests: New file.
24060
24061         * tests/test-gethostname.c: New file.
24062
24063 2008-01-17  Simon Josefsson  <simon@josefsson.org>
24064
24065         * lib/gethostname.c: Include string.h unconditionally, strncpy is
24066         used by the UNAME case.  Reported by Bruno Haible
24067         <bruno@clisp.org>.
24068
24069 2008-01-17  Eric Blake  <ebb9@byu.net>
24070
24071         Convert c-strcasestr to be more efficient.
24072         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
24073         (Depends-on): Add c-strcase, remove malloca, strnlen.
24074         * tests/test-c-strcasestr.c (main): Enhance test.
24075         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
24076
24077 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
24078
24079         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
24080         Use it in creating po/Makevars.
24081
24082 2008-01-15  Simon Josefsson  <simon@josefsson.org>
24083
24084         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
24085         Applications that requires it should initialize libgcrypt
24086         manually.
24087
24088 2008-01-16  Simon Josefsson  <simon@josefsson.org>
24089
24090         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
24091
24092 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
24093
24094         Fix problem with getdate on mingw32 reported by Simon Josefsson
24095         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
24096         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
24097         tzname", when deciding whether to declare tzname.
24098         * lib/strftime.c (tzname): Likewise.
24099
24100 2008-01-15  Bruno Haible  <bruno@clisp.org>
24101
24102         Work around a MacOS X 10.5 bug in frexpl().
24103         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
24104         * doc/functions/frexpl.texi: Document the bug.
24105         Reported by Elias Pipping <pipping@gentoo.org>.
24106
24107 2008-01-14  Eric Blake  <ebb9@byu.net>
24108
24109         Touch up previous patch.
24110         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
24111         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
24112
24113         Convert strcasestr module to use Two-Way algorithm.
24114         * modules/strcasestr-simple: New module, based on the old
24115         strcasestr, but with Two-Way rather than KMP.
24116         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
24117         * lib/string.in.h (rpl_strcasestr): Declare.
24118         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
24119         performance.
24120         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
24121         * modules/string (Makefile.am): Support strcasestr.
24122         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
24123         * modules/strcasestr-tests (Depends-on): Check for alarm.
24124         * tests/test-strcasestr.c: Augment test.
24125         * lib/str-two-way.h: Clean up stray macro.
24126         * NEWS: Document new module.
24127         * MODULES.html.sh (string handling): Likewise.
24128         * doc/functions/strcasestr.texi: New file.
24129         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
24130         here, since it is not a POSIX function.
24131
24132 2008-01-14  Colin Watson  <cjwatson@debian.org>
24133             Bruno Haible  <bruno@clisp.org>
24134
24135         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
24136         works fine; if not, set REPLACE_STRSIGNAL.
24137         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
24138         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24139         REPLACE_STRSIGNAL.
24140         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
24141         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
24142         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
24143
24144 2008-01-14  Bruno Haible  <bruno@clisp.org>
24145
24146         * modules/strsignal (Include): Change to <string.h>.
24147
24148 2008-01-14  Colin Watson  <cjwatson@debian.org>
24149
24150         * modules/argp (Notice): Add a notice recommending to change
24151         XGETTEXT_OPTIONS.
24152         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
24153
24154 2008-01-13  Colin Watson  <cjwatson@debian.org>
24155
24156         * modules/strsignal-tests: New file.
24157         * tests/test-strsignal.c: New file.
24158
24159         * lib/strsignal.c: New file, from glibc with modifications.
24160         * lib/siglist.h: New file, from glibc with modifications.
24161         * lib/string.in.h (strsignal): New declaration.
24162         * m4/strsignal.m4: New file.
24163         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
24164         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
24165         * modules/strsignal: New file.
24166         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
24167         HAVE_DECL_STRSIGNAL.
24168
24169 2008-01-13  Bruno Haible  <bruno@clisp.org>
24170
24171         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
24172         locale encoding is not ASCII. Needed for OpenBSD 4.0.
24173         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
24174         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
24175
24176 2008-01-13  Bruno Haible  <bruno@clisp.org>
24177
24178         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
24179         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
24180         * lib/argp.h (__attribute__): Likewise.
24181         * lib/c-stack.c (__attribute__): Likewise.
24182         * lib/error.h (__attribute__): Likewise.
24183         * lib/fts.c (__attribute__): Likewise.
24184         * lib/openat.h (__attribute__): Likewise.
24185         * lib/stdio.in.h (__attribute__): Likewise.
24186         * lib/string.in.h (__attribute__): Likewise.
24187         * lib/utimens.c (__attribute__): Likewise.
24188         * lib/vasnprintf.h (__attribute__): Likewise.
24189         * lib/xalloc.h (__attribute__): Likewise.
24190         * lib/xprintf.h (__attribute__): Likewise.
24191         * lib/xstrtol.h (__attribute__): Likewise.
24192         * lib/xvasprintf.h (__attribute__): Likewise.
24193
24194 2008-01-12  Bruno Haible  <bruno@clisp.org>
24195
24196         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
24197         * doc/glibc-headers/a.out.texi: New file.
24198         * doc/glibc-headers/aliases.texi: New file.
24199         * doc/glibc-headers/alloca.texi: New file.
24200         * doc/glibc-headers/ar.texi: New file.
24201         * doc/glibc-headers/argp.texi: New file.
24202         * doc/glibc-headers/argz.texi: New file.
24203         * doc/glibc-headers/byteswap.texi: New file.
24204         * doc/glibc-headers/crypt.texi: New file.
24205         * doc/glibc-headers/endian.texi: New file.
24206         * doc/glibc-headers/envz.texi: New file.
24207         * doc/glibc-headers/err.texi: New file.
24208         * doc/glibc-headers/error.texi: New file.
24209         * doc/glibc-headers/execinfo.texi: New file.
24210         * doc/glibc-headers/fpu_control.texi: New file.
24211         * doc/glibc-headers/fstab.texi: New file.
24212         * doc/glibc-headers/fts.texi: New file.
24213         * doc/glibc-headers/getopt.texi: New file.
24214         * doc/glibc-headers/ieee754.texi: New file.
24215         * doc/glibc-headers/ifaddrs.texi: New file.
24216         * doc/glibc-headers/libintl.texi: New file.
24217         * doc/glibc-headers/mcheck.texi: New file.
24218         * doc/glibc-headers/mntent.texi: New file.
24219         * doc/glibc-headers/obstack.texi: New file.
24220         * doc/glibc-headers/paths.texi: New file.
24221         * doc/glibc-headers/printf.texi: New file.
24222         * doc/glibc-headers/pty.texi: New file.
24223         * doc/glibc-headers/resolv.texi: New file.
24224         * doc/glibc-headers/shadow.texi: New file.
24225         * doc/glibc-headers/sysexits.texi: New file.
24226         * doc/glibc-headers/ttyent.texi: New file.
24227
24228 2008-01-12  Jim Meyering  <meyering@redhat.com>
24229
24230         announce-gen: emit Gnulib's git-based version string.
24231         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
24232         New option --gnulib-version=V, where V is expected to be
24233         the output of running git describe in the gnulib directory.
24234         (get_tool_versions): Request feedback on xdelta.  I suspect it's
24235         not useful, and plan to stop publishing an xdelta file with each
24236         coreutils release.
24237
24238         * build-aux/announce-gen: Also check for lzma-compressed files.
24239
24240 2008-01-11  Bruno Haible  <bruno@clisp.org>
24241
24242         * tests/test-memmem.c (main): Increase maximum allowed time.
24243         * tests/test-strstr.c (main): Likewise.
24244
24245 2008-01-11  Bruno Haible  <bruno@clisp.org>
24246
24247         * doc/functions/memmem.texi: Add more precisions about platforms.
24248         * doc/functions/strstr.texi: Likewise.
24249
24250 2008-01-10  Eric Blake  <ebb9@byu.net>
24251
24252         * m4/strstr.m4: Delete cruft from copy-n-paste.
24253         Reported by Bruno Haible.
24254
24255 2008-01-10  Bruno Haible  <bruno@clisp.org>
24256
24257         Make c-strstr rely on strstr.
24258         * lib/c-strstr.c: Don't include str-kmp.h.
24259         (c_strstr): Define in terms of strstr.
24260         * modules/c-strstr (Files): Remove lib/str-kmp.h.
24261         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
24262
24263 2008-01-10  Bruno Haible  <bruno@clisp.org>
24264
24265         * doc/gnulib.texi (String Functions in C Locale): New section.
24266         * doc/c-ctype.texi: New file.
24267         * doc/c-strcase.texi: New file.
24268         * doc/c-strcaseeq.texi: New file.
24269         * doc/c-strcasestr.texi: New file.
24270         * doc/c-strstr.texi: New file.
24271         * doc/c-strtod.texi: New file.
24272         * doc/c-strtold.texi: New file.
24273
24274 2008-01-10  Eric Blake  <ebb9@byu.net>
24275
24276         * lib/relocatable.h: Fix a comment.
24277
24278 2008-01-10  Eric Blake  <ebb9@byu.net>
24279
24280         Share two-way algorithm.
24281         * lib/str-two-way.h: New file, merged from...
24282         * lib/memmem.c: ...here...
24283         * lib/strstr.c: ...and here.
24284         * modules/memmem (Files): Use it.
24285         * modules/strstr (Files): Likewise.
24286
24287         Avoid quadratic strstr implementations.
24288         * lib/strstr.c: New file.
24289         * m4/strstr.m4: Likewise.
24290         * modules/strstr: Likewise.
24291         * modules/strstr-tests: Likewise.
24292         * tests/test-strstr.c: Likewise.
24293         * lib/string.in.h (rpl_strstr): Declare.
24294         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
24295         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
24296         * modules/string (Makefile.am): Likewise.
24297         * MODULES.html.sh (string handling): Mention new module.
24298         * doc/functions/strstr.texi (strstr): Document the bug.
24299
24300 2008-01-10  Bruno Haible  <bruno@clisp.org>
24301
24302         * lib/relocatable.h (relocate): State whether result is freshly
24303         allocated or not.
24304         * lib/relocatable.c (relocate): Return a freshly allocated string
24305         instead of a pointer to a privately held string.
24306         Reported by Sylvain Beucler <beuc@gnu.org>.
24307
24308 2008-01-10  Colin Watson  <cjwatson@debian.org>
24309
24310         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
24311         s/S_ISNLK/S_ISLNK/.
24312
24313 2008-01-09  Bruno Haible  <bruno@clisp.org>
24314
24315         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
24316         and other files.
24317         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
24318         if it's only a guess.
24319         * modules/memmem: Simplify by depending on memmem-simple.
24320
24321 2008-01-09  Bruno Haible  <bruno@clisp.org>
24322
24323         Work around OpenBSD 4.0 tdelete() bug.
24324         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
24325         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
24326         macros and don't redefine the enum values.
24327         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
24328         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
24329         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
24330
24331 2008-01-09  Bruno Haible  <bruno@clisp.org>
24332
24333         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
24334         (main): Don't perform the tests if setlocale did not install a UTF-8
24335         locale. Needed on OpenBSD 4.0.
24336         * modules/wcwidth-tests (Depends-on): Add localcharset.
24337
24338 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
24339
24340         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
24341         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
24342         * NEWS: announce this.
24343         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
24344
24345 2008-01-09  Simon Josefsson  <simon@josefsson.org>
24346         and Eric Blake  <ebb9@byu.net>
24347
24348         Add memmem-simple module.
24349         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
24350         (gl_FUNC_MEMMEM): Separate performance from presence checks.
24351         * modules/memmem-simple: New file.
24352         * modules/memmem (Description): Tweak.
24353         * MODULES.html.sh (string handling): Mention new module.
24354         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
24355         addressed by memmem-simple.
24356         * NEWS: Document the difference.
24357
24358 2008-01-09  Eric Blake  <ebb9@byu.net>
24359
24360         Give gcc some memmem optimization hints.
24361         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
24362         (strcasestr): Declare as pure.
24363         * modules/memmem (Maintainer): Claim my implementation.
24364
24365 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24366
24367         Support AIX 6.1 and higher.
24368         * build-aux/config.libpath: Likewise.
24369         * build-aux/config.rpath: Likewise.
24370
24371 2008-01-08  Jim Meyering  <meyering@redhat.com>
24372             Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
24375         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
24376         Reported by Peter Fales in
24377         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
24378
24379 2008-01-08  Bruno Haible  <bruno@clisp.org>
24380
24381         * modules/unictype/category-of (Depends-on): Add
24382         unictype/category-none.
24383         * modules/unictype/category-and-tests (Depends-on): Add
24384         unictype/category-{L,N,Lu,Nd}.
24385         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
24386         * modules/unictype/category-or-tests (Depends-on): Add
24387         unictype/category-{L,N}.
24388         * modules/unictype/category-name-tests (Depends-on): Add
24389         unictype/category-{Z,Nl}.
24390         Reported by Simon Josefsson.
24391
24392 2008-01-08  Bruno Haible  <bruno@clisp.org>
24393
24394         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
24395         convention better.
24396         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
24397         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
24398         Reported by Peter Miller <millerp@canb.auug.org.au>.
24399
24400 2008-01-08  Eric Blake  <ebb9@byu.net>
24401
24402         Rewrite memmem to guarantee linear complexity without malloc.
24403         * lib/memmem.c (memmem): Use Two-Way rather than
24404         Knuth-Morris-Pratt, to allow O(1) space usage.
24405         (critical_factorization, two_way_short_needle)
24406         (two_way_long_needle): New functions.
24407         (knuth_morris_pratt): Delete.
24408         * modules/memmem (Depends-on): No longer need malloca or stdbool.
24409         Add stdint.
24410         * tests/test-memmem.c (main): Add tests for periodic needle and
24411         sublinear performance.
24412         * doc/functions/memmem.texi (memmem): Document other deficiencies
24413         in cygwin and older glibc.
24414
24415 2008-01-08  Bruno Haible  <bruno@clisp.org>
24416
24417         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
24418         augmentation.
24419
24420 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
24421
24422         Add a configure time option: --disable-acl.
24423         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
24424         AC_ARG_ENABLE(acl).
24425
24426 2008-01-06  Simon Josefsson  <simon@josefsson.org>
24427
24428         * tests/test-localename.c: Don't include obsolete "setenv.h".
24429
24430         * modules/localename-tests (Depends-on): Need unsetenv.
24431
24432 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24433
24434         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
24435
24436 2008-01-06  Colin Watson  <cjwatson@debian.org>
24437
24438         * users.txt: Add man-db.
24439
24440 2008-01-07  Bruno Haible  <bruno@clisp.org>
24441
24442         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
24443         previous section name.
24444
24445 2008-01-07  Bruno Haible  <bruno@clisp.org>
24446
24447         * lib/progname.c (set_program_name): Don't strip off a leading
24448         "lt-" prefix outside a .libs directory.
24449         Suggested by Paul Eggert.
24450
24451 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
24452             Bruno Haible  <bruno@clisp.org>
24453
24454         Improve memory cleanup in 'relocatable' module.
24455         * lib/relocatable.h (compute_curr_prefix): Change return type to
24456         'char *'.
24457         * lib/relocatable.c (compute_curr_prefix): Change return type to
24458         'char *'. Free curr_installdir after use.
24459         (relocate): Free curr_prefix_better after use.
24460         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
24461
24462 2008-01-01  Bruno Haible  <bruno@clisp.org>
24463
24464         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
24465         failure on older glibc systems.
24466         Reported by Peter Fales <psfales@alcatel-lucent.com>.
24467
24468 2008-01-05  Eric Blake  <ebb9@byu.net>
24469
24470         Avoid quadratic system memmem.
24471         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
24472         Reported by Ralf Wildenhues.
24473
24474         Fix memmem test for mingw.
24475         * modules/memmem-tests (configure.ac): Check for alarm.
24476         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
24477         it.
24478         * doc/functions/memmem.texi: New file.
24479         * doc/gnulib.texi (Function Substitutes): Add memmem.
24480         Reported by Bruno Haible.
24481
24482 2008-01-04  Bruno Haible  <bruno@clisp.org>
24483
24484         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
24485         Require gl_HEADER_STRINGS_H_DEFAULTS, not
24486         gl_HEADER_STRING_H_DEFAULTS.
24487
24488 2008-01-04  Eric Blake  <ebb9@byu.net>
24489
24490         Shorten duration of memmem test.
24491         * tests/test-memmem.c (main): Use alarm to declare failure if test
24492         is taking too long.
24493         Reported by Ralf Wildenhues.
24494
24495 2007-12-21  Simon Josefsson  <simon@josefsson.org>
24496
24497         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
24498         string, needed by strerror.
24499
24500 2008-01-03  Colin Watson  <cjwatson@debian.org>
24501             Bruno Haible  <bruno@clisp.org>
24502
24503         * doc/gnulib-tool.texi (Localization): New section.
24504
24505 2008-01-02  Bruno Haible  <bruno@clisp.org>
24506
24507         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
24508         variables to 'unsigned char *' type.
24509         Reported by Paul Eggert.
24510
24511 2008-01-02  Jim Meyering  <jim@meyering.net>
24512
24513         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
24514
24515 2007-12-31  Jim Meyering  <jim@meyering.net>
24516
24517         Avoid use of private FTS type name.
24518         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
24519
24520 2007-12-30  Karl Berry  <karl@gnu.org>
24521
24522         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
24523         work around defect in Texinfo and/or the standalone Info browser.
24524
24525 2007-12-30  Bruno Haible  <bruno@clisp.org>
24526
24527         Unify 5 copies of the KMP code.
24528         * lib/str-kmp.h: New file.
24529         * lib/c-strcasestr.c: Include str-kmp.h.
24530         (knuth_morris_pratt): Remove function.
24531         (c_strcasestr): Update.
24532         * lib/c-strstr.c: Include str-kmp.h.
24533         (knuth_morris_pratt): Remove function.
24534         (c_strcasestr): Update.
24535         * lib/mbscasestr.c: Include str-kmp.h.
24536         (knuth_morris_pratt_unibyte): Remove function.
24537         * lib/mbsstr.c: Include str-kmp.h.
24538         (knuth_morris_pratt_unibyte): Remove function.
24539         * lib/strcasestr.c: Include str-kmp.h.
24540         (knuth_morris_pratt): Remove function.
24541         (strcasestr): Update.
24542         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
24543         * modules/c-strstr (Files): Likewise.
24544         * modules/mbscasestr (Files): Likewise.
24545         * modules/mbsstr (Files): Likewise.
24546         * modules/strcasestr (Files): Likewise.
24547         Suggested by Paul Eggert.
24548
24549 2007-12-30  Bruno Haible  <bruno@clisp.org>
24550
24551         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
24552         defined.
24553
24554 2007-12-30  Bruno Haible  <bruno@clisp.org>
24555
24556         * lib/xmalloca.h: Include xalloc.h.
24557         (xnmalloca): New macro.
24558
24559 2007-12-30  Bruno Haible  <bruno@clisp.org>
24560
24561         * lib/malloca.h (nmalloca): New macro.
24562         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
24563         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
24564         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
24565         knuth_morris_pratt_multibyte): Likewise.
24566         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
24567         knuth_morris_pratt_multibyte): Likewise.
24568         * lib/memmem.c (knuth_morris_pratt): Likewise.
24569         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
24570
24571 2007-12-25  Bruno Haible  <bruno@clisp.org>
24572
24573         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
24574         * lib/glob.c: Don't include openat.h.
24575         (link_exists2_p): Add back the code that deals with the
24576         !GLOB_ALTDIRFUNC case.
24577         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
24578         let it do the filename concatenation.
24579         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
24580         * modules/glob (Depends-on): Remove openat.
24581
24582 2007-12-31  Bruno Haible  <bruno@clisp.org>
24583
24584         * modules/dirfd (License): Change to LGPLv2+.
24585         Approved by Jim Meyering.
24586
24587 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
24588
24589         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
24590         when multiplying M by sizeof (size_t).
24591
24592 2007-12-10  Martin Lambers  <marlam@marlam.de>
24593
24594         Override getpagesize on mingw.
24595         * lib/getpagesize.c: New file.
24596         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
24597         * modules/getpagesize (Files): Add lib/getpagesize.c.
24598         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
24599         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
24600         REPLACE_GETPAGESIZE.
24601         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
24602
24603 2007-12-25  Bruno Haible  <bruno@clisp.org>
24604
24605         * modules/localcharset (Notice): New field.
24606         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
24607         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
24608
24609 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
24610             Bruno Haible  <bruno@clisp.org>
24611
24612         Avoid using the syntax symbol() in formatted documentation.
24613         * MODULES.html.sh (func_module): When replacing symbol() with a
24614         hyperlink, remove the parentheses. Show an error if some remain.
24615         Recognize and render the '...' syntax.
24616         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
24617         Rework. Add paragraph about GCC's inlining.
24618         * doc/alloca.texi: Likewise.
24619         * doc/error.texi: Remove parentheses from symbol reference.
24620         * doc/gnulib-intro.texi: Likewise.
24621         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
24622         * modules/fnmatch (Description): Reword to say "the ... function".
24623         * modules/full-read (Description): Likewise.
24624         * modules/full-write (Description): Likewise.
24625         * modules/safe-read (Description): Likewise.
24626         * modules/safe-write (Description): Likewise.
24627         * modules/strchrnul (Description): Likewise.
24628         * modules/trim (Description): Likewise.
24629         * modules/error (Description): Remove parentheses from symbol
24630         references.
24631         * modules/verror (Description): Likewise.
24632         Reported by Karl Berry.
24633
24634 2007-12-25  Bruno Haible  <bruno@clisp.org>
24635
24636         Fixup after 2007-10-16 commit.
24637         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
24638
24639 2007-12-24  Bruno Haible  <bruno@clisp.org>
24640
24641         Make --enable-relocatable work with DESTDIR.
24642         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
24643         to compute installdir from destprog.
24644         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
24645         also set the RELOC_DESTDIR variable.
24646         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24647
24648 2007-12-24  Bruno Haible  <bruno@clisp.org>
24649
24650         Fix link error due to xalloc_die().
24651         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
24652         of xreadlink.
24653         * lib/relocwrapper.c: Update comments.
24654         * build-aux/install-reloc: Remove xreadlink.c from file list.
24655         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
24656         xreadlink.c.
24657         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24658
24659 2007-12-24  Bruno Haible  <bruno@clisp.org>
24660
24661         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
24662         * lib/setenv.h: Remove file.
24663         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
24664         lib/setenv.h.
24665         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
24666         (Depends-on): Add stdlib.
24667         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
24668         gl_FUNC_UNSETENV.
24669         (Include): Replace setenv.h with <stdlib.h>.
24670         * modules/unsetenv: New file.
24671         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
24672         * lib/unsetenv.c: Include <stdlib.h> first.
24673         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
24674         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
24675         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
24676         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
24677         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
24678         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24679         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
24680         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
24681         * doc/functions/unsetenv.texi: Update.
24682         * modules/xsetenv (Depends-on): Add unsetenv.
24683         * modules/getdate (Depends-on): Likewise.
24684         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
24685         * lib/xsetenv.c: Don't include setenv.h.
24686         * lib/getdate.y: Likewise.
24687         * lib/relocwrapper.c: Likewise.
24688         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
24689         (Depends-on): Add stdlib.
24690         * NEWS: Mention the changes.
24691         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
24692
24693 2007-12-23  Bruno Haible  <bruno@clisp.org>
24694
24695         * lib/memmem.c (memmem): Use lowercase variable names. Tab
24696         indentation.
24697
24698 2007-12-23  Bruno Haible  <bruno@clisp.org>
24699
24700         * lib/c-strcasestr.c: Add more comments.
24701         * lib/c-strstr.c: Likewise.
24702         * lib/mbscasestr.c: Likewise.
24703         * lib/mbsstr.c: Likewise.
24704         * lib/strcasestr.c: Likewise.
24705         * lib/memmem.c: Likewise.
24706
24707 2007-12-23  Bruno Haible  <bruno@clisp.org>
24708
24709         * tests/test-memmem.c: Include <string.h> first.
24710
24711 2007-12-22  Bruno Haible  <bruno@clisp.org>
24712
24713         * gnulib-tool (func_create_testdir): Change $auxdir while generating
24714         the contents of $testsbase.
24715         Reported by Ralf Wildenhues.
24716
24717 2007-12-22  Bruno Haible  <bruno@clisp.org>
24718
24719         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
24720         two variables local_ldadd_before, local_ldadd_last.
24721
24722 2007-12-20  Eric Blake  <ebb9@byu.net>
24723
24724         Work around circular library issue when cross-compiling.
24725         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
24726         that progname.o does not need to pull in rpl_memcmp.
24727
24728 2007-12-19  Eric Blake  <ebb9@byu.net>
24729
24730         Fix memmem to avoid O(n^2) worst-case complexity.
24731         * lib/memmem.c (knuth_morris_pratt): New function.
24732         (memmem): Use it if first few naive iterations fail.
24733         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
24734         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
24735         * modules/memchr (License): Likewise.
24736         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
24737         malloca.
24738         * tests/test-memmem.c: Rewrite, borrowing ideas from
24739         test-mbsstr1.c; the old version wouldn't even compile!
24740         * modules/memmem-tests: New file.
24741         * lib/string.in.h (rpl_memmem): Add declaration.
24742         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
24743         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
24744         REPLACE_MEMMEM.
24745
24746 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
24747
24748         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
24749         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
24750         before any system include files, and undef after them all.  This
24751         should fix a problem on VMS reported by John E. Malmberg in
24752         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
24753
24754 2007-12-17  Eric Blake  <ebb9@byu.net>
24755
24756         Revert addition of verify, for BSD/OS.
24757         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
24758         can't handle large files, for the sake of obsolete platforms.
24759         * modules/fseeko (Depends-on): Remove verify.
24760         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
24761         * doc/functions/ftello.texi (ftello): Likewise.
24762         * doc/functions/fgetpos.texi (fgetpos): Likewise.
24763         Reported by Larry Jones.
24764
24765 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
24766
24767         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
24768         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
24769
24770 2007-12-17  Jim Meyering  <meyering@redhat.com>
24771
24772         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
24773         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
24774         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
24775         * modules/getcwd (Depends-on): Add openat.
24776         Reported by Petr Salinger.
24777
24778 2007-12-17  Bruno Haible  <bruno@clisp.org>
24779
24780         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
24781         avoid a segmentation fault of the configure test on x86_64 systems.
24782
24783 2007-12-15  Jim Meyering  <meyering@redhat.com>
24784
24785         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
24786
24787 2007-12-13  Eric Blake  <ebb9@byu.net>
24788
24789         Another fseek test.
24790         * tests/test-fseek.c (main): Also test ungetc handling.
24791         * tests/test-fseeko.c (main): Likewise.
24792         * modules/fseeko (Depends-on): Add verify.
24793         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
24794         large.
24795         Reported by Larry Jones.
24796
24797         Fix fseeko on mingw.
24798         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
24799         seek.
24800
24801         Beef up fseek tests.
24802         * tests/test-fseek.c (main): Also test eof handling.
24803         * tests/test-fseeko.c (main): Likewise.
24804         Reported by Larry Jones.
24805
24806 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
24807
24808         Fix fseeko on BSD-based platforms.
24809         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
24810         successful seek.
24811
24812 2007-12-12  Eric Blake  <ebb9@byu.net>
24813
24814         Allow circular dependency of separate libtests.a
24815         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
24816         when use_libtests.
24817
24818 2007-12-11  Eric Blake  <ebb9@byu.net>
24819
24820         Fix bug with -0.0L in previous patch.
24821         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
24822         * tests/test-isnan.c (main): Also test on zeroes.
24823         * tests/test-isnanf.c (main): Likewise.
24824         * tests/test-isnanl.h (main): Likewise.
24825
24826         Detect pseudo-denormals on x86 even when cross-compiling.
24827         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
24828         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
24829         invalid bit patterns that happen to satisfy ==.
24830
24831         Avoid link failures with separate libtests.a.
24832         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
24833         last, to satisfy circular dependencies.
24834
24835 2007-12-11  Eric Blake  <ebb9@byu.net>
24836         and Bruno Haible  <bruno@clisp.org>
24837
24838         Fix OpenBSD 4.0 <float.h> handling of long double.
24839         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
24840         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
24841         * doc/headers/float.texi (float.h): Document OpenBSD bug.
24842
24843 2007-12-11  Jim Meyering  <meyering@redhat.com>
24844
24845         * users.txt: Add libvirt.
24846
24847         Support versions of autoconf prior to 2.59c.
24848         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
24849         if it is not already defined.
24850
24851 2007-12-09  Bruno Haible  <bruno@clisp.org>
24852
24853         Let 'gnulib-tool --import' collect sources needed for the tests in
24854         tests/ rather than in lib/.
24855         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
24856         argument. If true, add rules to generate libtests.a, and put libtests.a
24857         into $(LDADD). Consider source files in subdirectories and set
24858         uses_subdirs.
24859         (func_emit_initmacro_start, func_emit_initmacro_end,
24860         func_emit_initmacro_done): Pass all arguments explicitly.
24861         (func_import): Determine two module lists main_modules,
24862         testsrelated_modules. Determine use_libtests. Determine two variables
24863         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
24864         instead of just sed_transform_lib_file. Determine two variables
24865         main_files and testsrelated_files. Compute 'files' as the union of
24866         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
24867         func_add_or_update. In the generated gnulib-comp.m4, collect the
24868         object files for tests/ in different variables than those for lib/.
24869         Substitute LIBTESTS_LIBDEPS.
24870         (func_create_testdir): Combine the uses_subdirs results from
24871         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
24872
24873 2007-12-09  Bruno Haible  <bruno@clisp.org>
24874
24875         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
24876         the build-aux directory.
24877
24878 2007-12-09  Bruno Haible  <bruno@clisp.org>
24879
24880         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
24881         introduced on 2006-09-09.
24882
24883 2007-12-07  Jim Meyering  <meyering@redhat.com>
24884
24885         Let these macros work also with autoconf-2.59.
24886         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
24887         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
24888         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
24889
24890 2007-12-06  Jim Meyering  <meyering@redhat.com>
24891
24892         Avoid a configure-time syntax error in gl_FUNC_ACL.
24893         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
24894         function in each branch, before testing the cache variable.
24895
24896 2007-12-04  Eric Blake  <ebb9@byu.net>
24897
24898         Make scripts executable.
24899         * build-aux/config.guess: Add execute permissions.
24900         * build-aux/config.sub: Likewise.
24901         * build-aux/gendocs.sh: Likewise.
24902
24903         Fix frexp on mingw.
24904         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
24905         cross-compiling.
24906         * doc/functions/frexp.texi (frexp): Document the bug.
24907
24908         Make cygwin fseeko check more reliable.
24909         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
24910         version numbers, rather than unrelated feature check.
24911         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
24912         * doc/functions/ftello.texi (ftello): Likewise.
24913         Reported by Bruno Haible.
24914
24915         * m4/strerror.m4: Bump version number.
24916
24917 2007-12-03  Bruno Haible  <bruno@clisp.org>
24918
24919         * doc/functions/mprotect.texi: Mention the mingw problem.
24920
24921 2007-12-03  Eric Blake  <ebb9@byu.net>
24922
24923         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
24924         REPLACE_STRERROR is initialized before this macro.
24925
24926 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
24927
24928         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
24929         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
24930         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
24931         put -lsec in even for programs other than 'ls'.  This fixes a problem
24932         for gettext reported by Bruno Haible in
24933         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
24934         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
24935         Add support for Solaris 10.  This isn't efficient, but should get the
24936         job done for now.
24937
24938 2007-12-03  James Youngman  <jay@gnu.org>
24939
24940         * doc/regexprops-generic.texi: change "an close-group" to "a
24941         close-group" and "illegal" to "not allowed".
24942
24943 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24944
24945         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
24946         pr_byname.h. Needed for the rare case when the maintainer has done
24947         "make maintainer-clean" in the source directory and then attempts a
24948         build outside the source directory.
24949         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
24950         scripts_byname.h.
24951
24952 2007-12-02  Martin Lambers <marlam@marlam.de>
24953             Bruno Haible  <bruno@clisp.org>
24954
24955         * lib/getpagesize.h: Remove file.
24956         * lib/unistd.in.h: Include declaration of getpagesize here.
24957         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
24958         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
24959         HAVE_SYS_PARAM_H.
24960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
24961         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24962         * modules/getpagesize (Files): Remove lib/getpagesize.h.
24963         (Depends-on): Add unistd.
24964         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
24965         (Include): Use <unistd.h> instead of getpagesize.h.
24966         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
24967         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
24968         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
24969         gl_GETPAGESIZE invocation, already handled by module dependency.
24970         * lib/pagealign_alloc.c: Don't include getpagesize.h.
24971
24972 2007-12-02  Bruno Haible  <bruno@clisp.org>
24973
24974         * modules/strings-tests: New file.
24975         * tests/test-strings.c: New file.
24976
24977         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
24978         * lib/strings.in.h: New file.
24979         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
24980         * m4/strings_h.m4: New file.
24981         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
24982         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
24983         * modules/strings: New file.
24984         * modules/string (Makefile.am): Update.
24985         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
24986         Reported by Karl Berry.
24987
24988 2007-12-01  Eric Blake  <ebb9@byu.net>
24989
24990         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
24991         accomodate fix in cygwin 1.5.25.
24992
24993 2007-12-01  Jim Meyering  <meyering@redhat.com>
24994
24995         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
24996         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
24997         that would inhibit utf8-optimization of a regexp containing line-
24998         or buffer-anchors, e.g., `^', `$'.
24999
25000 2007-11-30  Bruno Haible  <bruno@clisp.org>
25001
25002         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
25003         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
25004         glthread_recursive_lock_init.
25005         * lib/lock.c (glthread_recursive_lock_init)
25006         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
25007         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
25008
25009 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
25010
25011         New function qset_acl, like set_acl but with syscall semantics.
25012         * lib/acl.h (qset_acl): New decl.
25013         * lib/acl.c (qset_acl): New function.
25014         (set_acl): Use new function.  Use more-consistent diagnostics.
25015
25016 2007-11-28  Jim Meyering  <meyering@redhat.com>
25017
25018         * modules/physmem (License): Change from GPL to LGPLv2+.
25019
25020 2007-11-26  Bruno Haible  <bruno@clisp.org>
25021
25022         * lib/vasnprintf.c (decode_long_double): Don't abort if the
25023         'long double' type has excess precision.
25024         Reported by Jim Meyering in
25025         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
25026
25027 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25028
25029         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
25030         Sync from <http://gnu.org/licenses>.
25031         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
25032         with license text from same location.
25033         * doc/maintain.texi, doc/standards.texi:  Sync from
25034         <http://savannah.gnu.org/projects/gnustandards>.
25035
25036 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
25037         and Jim Meyering  <meyering@redhat.com>
25038
25039         Adjust getdate' grammar to accept a slightly more regular language.
25040         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
25041         Before, the former was rejected.
25042         * lib/getdate.y (digits_to_date_time): New function, factored
25043         out of ...
25044         (number): ...here.  Just call digits_to_date_time.
25045         (hybrid): New non-terminal to handle an <unsigned number,
25046         signed relative offset> sequence consistently.
25047
25048 2007-11-18  Jim Meyering  <meyering@redhat.com>
25049
25050         Pull my changes from coreutils:
25051         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
25052         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
25053         use of $gnulib_tool_option_extras, so that it's separated from the
25054         preceding argument.
25055
25056         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
25057         * build-aux/bootstrap (cp_mark_as_generated): Create any required
25058         parent destination directories before copying a file into place.
25059
25060 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
25061
25062         bootstrap: work also with 4-argument variant of AC_INIT
25063         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
25064
25065 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25066
25067         Port test-getaddrinfo to Solaris.
25068         Problem reported by Bruno Haible in
25069         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
25070         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
25071         explanation of setting 'hints'.
25072         Don't reject an implementation merely because it returns EAI_SERVICE.
25073         (EAI_SERVICE): Define to 0 if not defined.
25074
25075 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
25076
25077         The license of gnu-make and posix-shell is now "GPLed build tool".
25078         * modules/gnu-make (License): Likewise.
25079         * modules/posix-shell (License): Likewise.
25080
25081         New module posix-shell, for determining a POSIX shell
25082         or perhaps something that is close enough to a POSIX shell.
25083         * m4/posix-shell.m4: New file.
25084         * modules/posix-shell: New file.
25085
25086         * MODULES.html.sh: Mention new module.
25087
25088         New module gnu-make, for determining whether we're using GNU Make.
25089         * m4/gnu-make.m4: New file.
25090         * modules/gnu-make: New file.
25091         * MODULES.html.sh: Mention new module.
25092
25093 2007-11-14  Jim Meyering  <meyering@redhat.com>
25094
25095         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
25096         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
25097         use this macro to create a function _definition_.
25098         Remove useless "#undef ARGMATCH_DIE".
25099
25100 2007-11-14  Bruno Haible  <bruno@clisp.org>
25101
25102         * lib/config.charset: Update for OpenBSD 4.1.
25103         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
25104
25105 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
25106
25107         Document 64-bit #if problems in stdint.texi.
25108         * doc/headers/stdint.texi (stdint.h): Mention problems with
25109         64-bit-#if, and how to work around them.
25110
25111         Don't insist on 'long long int' support in the preprocessor.  It
25112         breaks too many things.  For example, PRIdMAX still uses a 'long
25113         long int' format with the latest Sun compiler, even though
25114         HAVE_LONG_LONG_INT isn't defined due to that compiler's
25115         preprocessor problem.  This causes the latest coreutils to dump
25116         core on Solaris 10 sparc with the Sun C compiler.
25117         Instead, fix the 2007-10-16 problem in a different way, by evaluating
25118         the troublesome expressions at configure-time, not at #if-time.
25119         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
25120         preprocessor.
25121         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
25122         compile-time C checks, done at 'configure'-time.
25123         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
25124         * modules/inttypes (Makefile): Substitute the new symbols that
25125         gl_INTTYPES_H now generates.
25126         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
25127
25128 2007-11-12  Bruno Haible  <bruno@clisp.org>
25129
25130         Tests for Unicode character classification functions.
25131
25132         * modules/unictype/bidicategory-byname-tests: New file.
25133         * modules/unictype/bidicategory-name-tests: New file.
25134         * modules/unictype/bidicategory-of-tests: New file.
25135         * modules/unictype/bidicategory-test-tests: New file.
25136         * modules/unictype/block-list-tests: New file.
25137         * modules/unictype/block-of-tests: New file.
25138         * modules/unictype/block-test-tests: New file.
25139         * modules/unictype/category-C-tests: New file.
25140         * modules/unictype/category-Cc-tests: New file.
25141         * modules/unictype/category-Cf-tests: New file.
25142         * modules/unictype/category-Cn-tests: New file.
25143         * modules/unictype/category-Co-tests: New file.
25144         * modules/unictype/category-Cs-tests: New file.
25145         * modules/unictype/category-L-tests: New file.
25146         * modules/unictype/category-Ll-tests: New file.
25147         * modules/unictype/category-Lm-tests: New file.
25148         * modules/unictype/category-Lo-tests: New file.
25149         * modules/unictype/category-Lt-tests: New file.
25150         * modules/unictype/category-Lu-tests: New file.
25151         * modules/unictype/category-M-tests: New file.
25152         * modules/unictype/category-Mc-tests: New file.
25153         * modules/unictype/category-Me-tests: New file.
25154         * modules/unictype/category-Mn-tests: New file.
25155         * modules/unictype/category-N-tests: New file.
25156         * modules/unictype/category-Nd-tests: New file.
25157         * modules/unictype/category-Nl-tests: New file.
25158         * modules/unictype/category-No-tests: New file.
25159         * modules/unictype/category-P-tests: New file.
25160         * modules/unictype/category-Pc-tests: New file.
25161         * modules/unictype/category-Pd-tests: New file.
25162         * modules/unictype/category-Pe-tests: New file.
25163         * modules/unictype/category-Pf-tests: New file.
25164         * modules/unictype/category-Pi-tests: New file.
25165         * modules/unictype/category-Po-tests: New file.
25166         * modules/unictype/category-Ps-tests: New file.
25167         * modules/unictype/category-S-tests: New file.
25168         * modules/unictype/category-Sc-tests: New file.
25169         * modules/unictype/category-Sk-tests: New file.
25170         * modules/unictype/category-Sm-tests: New file.
25171         * modules/unictype/category-So-tests: New file.
25172         * modules/unictype/category-Z-tests: New file.
25173         * modules/unictype/category-Zl-tests: New file.
25174         * modules/unictype/category-Zp-tests: New file.
25175         * modules/unictype/category-Zs-tests: New file.
25176         * modules/unictype/category-and-not-tests: New file.
25177         * modules/unictype/category-and-tests: New file.
25178         * modules/unictype/category-byname-tests: New file.
25179         * modules/unictype/category-name-tests: New file.
25180         * modules/unictype/category-none-tests: New file.
25181         * modules/unictype/category-of-tests: New file.
25182         * modules/unictype/category-or-tests: New file.
25183         * modules/unictype/category-test-withtable-tests: New file.
25184         * modules/unictype/combining-class-tests: New file.
25185         * modules/unictype/ctype-alnum-tests: New file.
25186         * modules/unictype/ctype-alpha-tests: New file.
25187         * modules/unictype/ctype-blank-tests: New file.
25188         * modules/unictype/ctype-cntrl-tests: New file.
25189         * modules/unictype/ctype-digit-tests: New file.
25190         * modules/unictype/ctype-graph-tests: New file.
25191         * modules/unictype/ctype-lower-tests: New file.
25192         * modules/unictype/ctype-print-tests: New file.
25193         * modules/unictype/ctype-punct-tests: New file.
25194         * modules/unictype/ctype-space-tests: New file.
25195         * modules/unictype/ctype-upper-tests: New file.
25196         * modules/unictype/ctype-xdigit-tests: New file.
25197         * modules/unictype/decimal-digit-tests: New file.
25198         * modules/unictype/digit-tests: New file.
25199         * modules/unictype/mirror-tests: New file.
25200         * modules/unictype/numeric-tests: New file.
25201         * modules/unictype/property-alphabetic-tests: New file.
25202         * modules/unictype/property-ascii-hex-digit-tests: New file.
25203         * modules/unictype/property-bidi-arabic-digit-tests: New file.
25204         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
25205         * modules/unictype/property-bidi-block-separator-tests: New file.
25206         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
25207         * modules/unictype/property-bidi-common-separator-tests: New file.
25208         * modules/unictype/property-bidi-control-tests: New file.
25209         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
25210         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
25211         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
25212         * modules/unictype/property-bidi-european-digit-tests: New file.
25213         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
25214         * modules/unictype/property-bidi-left-to-right-tests: New file.
25215         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
25216         * modules/unictype/property-bidi-other-neutral-tests: New file.
25217         * modules/unictype/property-bidi-pdf-tests: New file.
25218         * modules/unictype/property-bidi-segment-separator-tests: New file.
25219         * modules/unictype/property-bidi-whitespace-tests: New file.
25220         * modules/unictype/property-byname-tests: New file.
25221         * modules/unictype/property-combining-tests: New file.
25222         * modules/unictype/property-composite-tests: New file.
25223         * modules/unictype/property-currency-symbol-tests: New file.
25224         * modules/unictype/property-dash-tests: New file.
25225         * modules/unictype/property-decimal-digit-tests: New file.
25226         * modules/unictype/property-default-ignorable-code-point-tests: New file.
25227         * modules/unictype/property-deprecated-tests: New file.
25228         * modules/unictype/property-diacritic-tests: New file.
25229         * modules/unictype/property-extender-tests: New file.
25230         * modules/unictype/property-format-control-tests: New file.
25231         * modules/unictype/property-grapheme-base-tests: New file.
25232         * modules/unictype/property-grapheme-extend-tests: New file.
25233         * modules/unictype/property-grapheme-link-tests: New file.
25234         * modules/unictype/property-hex-digit-tests: New file.
25235         * modules/unictype/property-hyphen-tests: New file.
25236         * modules/unictype/property-id-continue-tests: New file.
25237         * modules/unictype/property-id-start-tests: New file.
25238         * modules/unictype/property-ideographic-tests: New file.
25239         * modules/unictype/property-ids-binary-operator-tests: New file.
25240         * modules/unictype/property-ids-trinary-operator-tests: New file.
25241         * modules/unictype/property-ignorable-control-tests: New file.
25242         * modules/unictype/property-iso-control-tests: New file.
25243         * modules/unictype/property-join-control-tests: New file.
25244         * modules/unictype/property-left-of-pair-tests: New file.
25245         * modules/unictype/property-line-separator-tests: New file.
25246         * modules/unictype/property-logical-order-exception-tests: New file.
25247         * modules/unictype/property-lowercase-tests: New file.
25248         * modules/unictype/property-math-tests: New file.
25249         * modules/unictype/property-non-break-tests: New file.
25250         * modules/unictype/property-not-a-character-tests: New file.
25251         * modules/unictype/property-numeric-tests: New file.
25252         * modules/unictype/property-other-alphabetic-tests: New file.
25253         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
25254         * modules/unictype/property-other-grapheme-extend-tests: New file.
25255         * modules/unictype/property-other-id-continue-tests: New file.
25256         * modules/unictype/property-other-id-start-tests: New file.
25257         * modules/unictype/property-other-lowercase-tests: New file.
25258         * modules/unictype/property-other-math-tests: New file.
25259         * modules/unictype/property-other-uppercase-tests: New file.
25260         * modules/unictype/property-paired-punctuation-tests: New file.
25261         * modules/unictype/property-paragraph-separator-tests: New file.
25262         * modules/unictype/property-pattern-syntax-tests: New file.
25263         * modules/unictype/property-pattern-white-space-tests: New file.
25264         * modules/unictype/property-private-use-tests: New file.
25265         * modules/unictype/property-punctuation-tests: New file.
25266         * modules/unictype/property-quotation-mark-tests: New file.
25267         * modules/unictype/property-radical-tests: New file.
25268         * modules/unictype/property-sentence-terminal-tests: New file.
25269         * modules/unictype/property-soft-dotted-tests: New file.
25270         * modules/unictype/property-space-tests: New file.
25271         * modules/unictype/property-terminal-punctuation-tests: New file.
25272         * modules/unictype/property-test-tests: New file.
25273         * modules/unictype/property-titlecase-tests: New file.
25274         * modules/unictype/property-unassigned-code-value-tests: New file.
25275         * modules/unictype/property-unified-ideograph-tests: New file.
25276         * modules/unictype/property-uppercase-tests: New file.
25277         * modules/unictype/property-variation-selector-tests: New file.
25278         * modules/unictype/property-white-space-tests: New file.
25279         * modules/unictype/property-xid-continue-tests: New file.
25280         * modules/unictype/property-xid-start-tests: New file.
25281         * modules/unictype/property-zero-width-tests: New file.
25282         * modules/unictype/scripts-tests: New file.
25283         * modules/unictype/syntax-c-ident-tests: New file.
25284         * modules/unictype/syntax-c-whitespace-tests: New file.
25285         * modules/unictype/syntax-java-ident-tests: New file.
25286         * modules/unictype/syntax-java-whitespace-tests: New file.
25287         * tests/unictype/test-bidi_byname.c: New file.
25288         * tests/unictype/test-bidi_name.c: New file.
25289         * tests/unictype/test-bidi_of.c: New file.
25290         * tests/unictype/test-bidi_test.c: New file.
25291         * tests/unictype/test-block_list.c: New file.
25292         * tests/unictype/test-block_of.c: New file.
25293         * tests/unictype/test-block_test.c: New file.
25294         * tests/unictype/test-categ_and.c: New file.
25295         * tests/unictype/test-categ_and_not.c: New file.
25296         * tests/unictype/test-categ_byname.c: New file.
25297         * tests/unictype/test-categ_name.c: New file.
25298         * tests/unictype/test-categ_none.c: New file.
25299         * tests/unictype/test-categ_of.c: New file.
25300         * tests/unictype/test-categ_or.c: New file.
25301         * tests/unictype/test-categ_test_withtable.c: New file.
25302         * tests/unictype/test-combining.c: New file.
25303         * tests/unictype/test-decdigit.c: New file.
25304         * tests/unictype/test-digit.c: New file.
25305         * tests/unictype/test-mirror.c: New file.
25306         * tests/unictype/test-numeric.c: New file.
25307         * tests/unictype/test-pr_byname.c: New file.
25308         * tests/unictype/test-pr_test.c: New file.
25309         * tests/unictype/test-predicate-part1.h: New file.
25310         * tests/unictype/test-predicate-part2.h: New file.
25311         * tests/unictype/test-scripts.c: New file.
25312         * tests/unictype/test-sy_c_ident.c: New file.
25313         * tests/unictype/test-sy_java_ident.c: New file.
25314
25315         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
25316         for Unicode 5.0.0.
25317         * tests/unictype/test-categ_Cc.c: Likewise.
25318         * tests/unictype/test-categ_Cf.c: Likewise.
25319         * tests/unictype/test-categ_Cn.c: Likewise.
25320         * tests/unictype/test-categ_Co.c: Likewise.
25321         * tests/unictype/test-categ_Cs.c: Likewise.
25322         * tests/unictype/test-categ_L.c: Likewise.
25323         * tests/unictype/test-categ_Ll.c: Likewise.
25324         * tests/unictype/test-categ_Lm.c: Likewise.
25325         * tests/unictype/test-categ_Lo.c: Likewise.
25326         * tests/unictype/test-categ_Lt.c: Likewise.
25327         * tests/unictype/test-categ_Lu.c: Likewise.
25328         * tests/unictype/test-categ_M.c: Likewise.
25329         * tests/unictype/test-categ_Mc.c: Likewise.
25330         * tests/unictype/test-categ_Me.c: Likewise.
25331         * tests/unictype/test-categ_Mn.c: Likewise.
25332         * tests/unictype/test-categ_N.c: Likewise.
25333         * tests/unictype/test-categ_Nd.c: Likewise.
25334         * tests/unictype/test-categ_Nl.c: Likewise.
25335         * tests/unictype/test-categ_No.c: Likewise.
25336         * tests/unictype/test-categ_P.c: Likewise.
25337         * tests/unictype/test-categ_Pc.c: Likewise.
25338         * tests/unictype/test-categ_Pd.c: Likewise.
25339         * tests/unictype/test-categ_Pe.c: Likewise.
25340         * tests/unictype/test-categ_Pf.c: Likewise.
25341         * tests/unictype/test-categ_Pi.c: Likewise.
25342         * tests/unictype/test-categ_Po.c: Likewise.
25343         * tests/unictype/test-categ_Ps.c: Likewise.
25344         * tests/unictype/test-categ_S.c: Likewise.
25345         * tests/unictype/test-categ_Sc.c: Likewise.
25346         * tests/unictype/test-categ_Sk.c: Likewise.
25347         * tests/unictype/test-categ_Sm.c: Likewise.
25348         * tests/unictype/test-categ_So.c: Likewise.
25349         * tests/unictype/test-categ_Z.c: Likewise.
25350         * tests/unictype/test-categ_Zl.c: Likewise.
25351         * tests/unictype/test-categ_Zp.c: Likewise.
25352         * tests/unictype/test-categ_Zs.c: Likewise.
25353         * tests/unictype/test-ctype_alnum.c: Likewise.
25354         * tests/unictype/test-ctype_alpha.c: Likewise.
25355         * tests/unictype/test-ctype_blank.c: Likewise.
25356         * tests/unictype/test-ctype_cntrl.c: Likewise.
25357         * tests/unictype/test-ctype_digit.c: Likewise.
25358         * tests/unictype/test-ctype_graph.c: Likewise.
25359         * tests/unictype/test-ctype_lower.c: Likewise.
25360         * tests/unictype/test-ctype_print.c: Likewise.
25361         * tests/unictype/test-ctype_punct.c: Likewise.
25362         * tests/unictype/test-ctype_space.c: Likewise.
25363         * tests/unictype/test-ctype_upper.c: Likewise.
25364         * tests/unictype/test-ctype_xdigit.c: Likewise.
25365         * tests/unictype/test-decdigit.h: Likewise.
25366         * tests/unictype/test-digit.h: Likewise.
25367         * tests/unictype/test-numeric.h: Likewise.
25368         * tests/unictype/test-pr_alphabetic.c: Likewise.
25369         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
25370         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
25371         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
25372         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
25373         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
25374         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
25375         * tests/unictype/test-pr_bidi_control.c: Likewise.
25376         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
25377         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
25378         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
25379         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
25380         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
25381         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
25382         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
25383         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
25384         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
25385         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
25386         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
25387         * tests/unictype/test-pr_combining.c: Likewise.
25388         * tests/unictype/test-pr_composite.c: Likewise.
25389         * tests/unictype/test-pr_currency_symbol.c: Likewise.
25390         * tests/unictype/test-pr_dash.c: Likewise.
25391         * tests/unictype/test-pr_decimal_digit.c: Likewise.
25392         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
25393         * tests/unictype/test-pr_deprecated.c: Likewise.
25394         * tests/unictype/test-pr_diacritic.c: Likewise.
25395         * tests/unictype/test-pr_extender.c: Likewise.
25396         * tests/unictype/test-pr_format_control.c: Likewise.
25397         * tests/unictype/test-pr_grapheme_base.c: Likewise.
25398         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
25399         * tests/unictype/test-pr_grapheme_link.c: Likewise.
25400         * tests/unictype/test-pr_hex_digit.c: Likewise.
25401         * tests/unictype/test-pr_hyphen.c: Likewise.
25402         * tests/unictype/test-pr_id_continue.c: Likewise.
25403         * tests/unictype/test-pr_id_start.c: Likewise.
25404         * tests/unictype/test-pr_ideographic.c: Likewise.
25405         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
25406         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
25407         * tests/unictype/test-pr_ignorable_control.c: Likewise.
25408         * tests/unictype/test-pr_iso_control.c: Likewise.
25409         * tests/unictype/test-pr_join_control.c: Likewise.
25410         * tests/unictype/test-pr_left_of_pair.c: Likewise.
25411         * tests/unictype/test-pr_line_separator.c: Likewise.
25412         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
25413         * tests/unictype/test-pr_lowercase.c: Likewise.
25414         * tests/unictype/test-pr_math.c: Likewise.
25415         * tests/unictype/test-pr_non_break.c: Likewise.
25416         * tests/unictype/test-pr_not_a_character.c: Likewise.
25417         * tests/unictype/test-pr_numeric.c: Likewise.
25418         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
25419         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
25420         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
25421         * tests/unictype/test-pr_other_id_continue.c: Likewise.
25422         * tests/unictype/test-pr_other_id_start.c: Likewise.
25423         * tests/unictype/test-pr_other_lowercase.c: Likewise.
25424         * tests/unictype/test-pr_other_math.c: Likewise.
25425         * tests/unictype/test-pr_other_uppercase.c: Likewise.
25426         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
25427         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
25428         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
25429         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
25430         * tests/unictype/test-pr_private_use.c: Likewise.
25431         * tests/unictype/test-pr_punctuation.c: Likewise.
25432         * tests/unictype/test-pr_quotation_mark.c: Likewise.
25433         * tests/unictype/test-pr_radical.c: Likewise.
25434         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
25435         * tests/unictype/test-pr_soft_dotted.c: Likewise.
25436         * tests/unictype/test-pr_space.c: Likewise.
25437         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
25438         * tests/unictype/test-pr_titlecase.c: Likewise.
25439         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
25440         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
25441         * tests/unictype/test-pr_uppercase.c: Likewise.
25442         * tests/unictype/test-pr_variation_selector.c: Likewise.
25443         * tests/unictype/test-pr_white_space.c: Likewise.
25444         * tests/unictype/test-pr_xid_continue.c: Likewise.
25445         * tests/unictype/test-pr_xid_start.c: Likewise.
25446         * tests/unictype/test-pr_zero_width.c: Likewise.
25447         * tests/unictype/test-sy_c_whitespace.c: Likewise.
25448         * tests/unictype/test-sy_java_whitespace.c: Likewise.
25449
25450 2007-11-12  Bruno Haible  <bruno@clisp.org>
25451
25452         Unicode character classification functions.
25453         * lib/unictype.h: New file.
25454         * modules/unictype/base: New file.
25455         * modules/unictype/category-L: New file.
25456         * modules/unictype/category-Lu: New file.
25457         * modules/unictype/category-Ll: New file.
25458         * modules/unictype/category-Lt: New file.
25459         * modules/unictype/category-Lm: New file.
25460         * modules/unictype/category-Lo: New file.
25461         * modules/unictype/category-M: New file.
25462         * modules/unictype/category-Mn: New file.
25463         * modules/unictype/category-Mc: New file.
25464         * modules/unictype/category-Me: New file.
25465         * modules/unictype/category-N: New file.
25466         * modules/unictype/category-Nd: New file.
25467         * modules/unictype/category-Nl: New file.
25468         * modules/unictype/category-No: New file.
25469         * modules/unictype/category-P: New file.
25470         * modules/unictype/category-Pc: New file.
25471         * modules/unictype/category-Pd: New file.
25472         * modules/unictype/category-Ps: New file.
25473         * modules/unictype/category-Pe: New file.
25474         * modules/unictype/category-Pi: New file.
25475         * modules/unictype/category-Pf: New file.
25476         * modules/unictype/category-Po: New file.
25477         * modules/unictype/category-S: New file.
25478         * modules/unictype/category-Sm: New file.
25479         * modules/unictype/category-Sc: New file.
25480         * modules/unictype/category-Sk: New file.
25481         * modules/unictype/category-So: New file.
25482         * modules/unictype/category-Z: New file.
25483         * modules/unictype/category-Zs: New file.
25484         * modules/unictype/category-Zl: New file.
25485         * modules/unictype/category-Zp: New file.
25486         * modules/unictype/category-C: New file.
25487         * modules/unictype/category-Cc: New file.
25488         * modules/unictype/category-Cf: New file.
25489         * modules/unictype/category-Cs: New file.
25490         * modules/unictype/category-Co: New file.
25491         * modules/unictype/category-Cn: New file.
25492         * modules/unictype/category-or: New file.
25493         * modules/unictype/category-of: New file.
25494         * modules/unictype/category-test: New file.
25495         * modules/unictype/category-test-withtable: New file.
25496         * modules/unictype/category-byname: New file.
25497         * modules/unictype/category-none: New file.
25498         * modules/unictype/category-and: New file.
25499         * modules/unictype/category-and-not: New file.
25500         * modules/unictype/category-name: New file.
25501         * modules/unictype/combining-class: New file.
25502         * modules/unictype/category-all: New file.
25503         * modules/unictype/bidicategory-all: New file.
25504         * modules/unictype/bidicategory-byname: New file.
25505         * modules/unictype/bidicategory-name: New file.
25506         * modules/unictype/bidicategory-of: New file.
25507         * modules/unictype/bidicategory-test: New file.
25508         * modules/unictype/decimal-digit: New file.
25509         * modules/unictype/digit: New file.
25510         * modules/unictype/numeric: New file.
25511         * modules/unictype/mirror: New file.
25512         * modules/unictype/property-white-space: New file.
25513         * modules/unictype/property-alphabetic: New file.
25514         * modules/unictype/property-other-alphabetic: New file.
25515         * modules/unictype/property-not-a-character: New file.
25516         * modules/unictype/property-default-ignorable-code-point: New file.
25517         * modules/unictype/property-other-default-ignorable-code-point: New
25518         file.
25519         * modules/unictype/property-deprecated: New file.
25520         * modules/unictype/property-logical-order-exception: New file.
25521         * modules/unictype/property-variation-selector: New file.
25522         * modules/unictype/property-private-use: New file.
25523         * modules/unictype/property-unassigned-code-value: New file.
25524         * modules/unictype/property-uppercase: New file.
25525         * modules/unictype/property-other-uppercase: New file.
25526         * modules/unictype/property-lowercase: New file.
25527         * modules/unictype/property-other-lowercase: New file.
25528         * modules/unictype/property-titlecase: New file.
25529         * modules/unictype/property-soft-dotted: New file.
25530         * modules/unictype/property-id-start: New file.
25531         * modules/unictype/property-other-id-start: New file.
25532         * modules/unictype/property-id-continue: New file.
25533         * modules/unictype/property-other-id-continue: New file.
25534         * modules/unictype/property-xid-start: New file.
25535         * modules/unictype/property-xid-continue: New file.
25536         * modules/unictype/property-pattern-white-space: New file.
25537         * modules/unictype/property-pattern-syntax: New file.
25538         * modules/unictype/property-join-control: New file.
25539         * modules/unictype/property-grapheme-base: New file.
25540         * modules/unictype/property-grapheme-extend: New file.
25541         * modules/unictype/property-other-grapheme-extend: New file.
25542         * modules/unictype/property-grapheme-link: New file.
25543         * modules/unictype/property-bidi-control: New file.
25544         * modules/unictype/property-bidi-left-to-right: New file.
25545         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
25546         * modules/unictype/property-bidi-arabic-right-to-left: New file.
25547         * modules/unictype/property-bidi-european-digit: New file.
25548         * modules/unictype/property-bidi-eur-num-separator: New file.
25549         * modules/unictype/property-bidi-eur-num-terminator: New file.
25550         * modules/unictype/property-bidi-arabic-digit: New file.
25551         * modules/unictype/property-bidi-common-separator: New file.
25552         * modules/unictype/property-bidi-block-separator: New file.
25553         * modules/unictype/property-bidi-segment-separator: New file.
25554         * modules/unictype/property-bidi-whitespace: New file.
25555         * modules/unictype/property-bidi-non-spacing-mark: New file.
25556         * modules/unictype/property-bidi-boundary-neutral: New file.
25557         * modules/unictype/property-bidi-pdf: New file.
25558         * modules/unictype/property-bidi-embedding-or-override: New file.
25559         * modules/unictype/property-bidi-other-neutral: New file.
25560         * modules/unictype/property-hex-digit: New file.
25561         * modules/unictype/property-ascii-hex-digit: New file.
25562         * modules/unictype/property-ideographic: New file.
25563         * modules/unictype/property-unified-ideograph: New file.
25564         * modules/unictype/property-radical: New file.
25565         * modules/unictype/property-ids-binary-operator: New file.
25566         * modules/unictype/property-ids-trinary-operator: New file.
25567         * modules/unictype/property-zero-width: New file.
25568         * modules/unictype/property-space: New file.
25569         * modules/unictype/property-non-break: New file.
25570         * modules/unictype/property-iso-control: New file.
25571         * modules/unictype/property-format-control: New file.
25572         * modules/unictype/property-dash: New file.
25573         * modules/unictype/property-hyphen: New file.
25574         * modules/unictype/property-punctuation: New file.
25575         * modules/unictype/property-line-separator: New file.
25576         * modules/unictype/property-paragraph-separator: New file.
25577         * modules/unictype/property-quotation-mark: New file.
25578         * modules/unictype/property-sentence-terminal: New file.
25579         * modules/unictype/property-terminal-punctuation: New file.
25580         * modules/unictype/property-currency-symbol: New file.
25581         * modules/unictype/property-math: New file.
25582         * modules/unictype/property-other-math: New file.
25583         * modules/unictype/property-paired-punctuation: New file.
25584         * modules/unictype/property-left-of-pair: New file.
25585         * modules/unictype/property-combining: New file.
25586         * modules/unictype/property-composite: New file.
25587         * modules/unictype/property-decimal-digit: New file.
25588         * modules/unictype/property-numeric: New file.
25589         * modules/unictype/property-diacritic: New file.
25590         * modules/unictype/property-extender: New file.
25591         * modules/unictype/property-ignorable-control: New file.
25592         * modules/unictype/property-test: New file.
25593         * modules/unictype/property-byname: New file.
25594         * modules/unictype/property-all: New file.
25595         * modules/unictype/scripts: New file.
25596         * modules/unictype/scripts-all: New file.
25597         * modules/unictype/block-of: New file.
25598         * modules/unictype/block-test: New file.
25599         * modules/unictype/block-list: New file.
25600         * modules/unictype/block-all: New file.
25601         * modules/unictype/syntax-c-whitespace: New file.
25602         * modules/unictype/syntax-java-whitespace: New file.
25603         * modules/unictype/syntax-c-ident: New file.
25604         * modules/unictype/syntax-java-ident: New file.
25605         * modules/unictype/ctype-alnum: New file.
25606         * modules/unictype/ctype-alpha: New file.
25607         * modules/unictype/ctype-cntrl: New file.
25608         * modules/unictype/ctype-digit: New file.
25609         * modules/unictype/ctype-graph: New file.
25610         * modules/unictype/ctype-lower: New file.
25611         * modules/unictype/ctype-print: New file.
25612         * modules/unictype/ctype-punct: New file.
25613         * modules/unictype/ctype-space: New file.
25614         * modules/unictype/ctype-upper: New file.
25615         * modules/unictype/ctype-xdigit: New file.
25616         * modules/unictype/ctype-blank: New file.
25617         * lib/unictype/bidi_byname.c: New file.
25618         * lib/unictype/bidi_name.c: New file.
25619         * lib/unictype/bidi_of.c: New file.
25620         * lib/unictype/bidi_test.c: New file.
25621         * lib/unictype/bitmap.h: New file.
25622         * lib/unictype/block_test.c: New file.
25623         * lib/unictype/blocks.c: New file.
25624         * lib/unictype/categ_C.c: New file.
25625         * lib/unictype/categ_Cc.c: New file.
25626         * lib/unictype/categ_Cf.c: New file.
25627         * lib/unictype/categ_Cn.c: New file.
25628         * lib/unictype/categ_Co.c: New file.
25629         * lib/unictype/categ_Cs.c: New file.
25630         * lib/unictype/categ_L.c: New file.
25631         * lib/unictype/categ_Ll.c: New file.
25632         * lib/unictype/categ_Lm.c: New file.
25633         * lib/unictype/categ_Lo.c: New file.
25634         * lib/unictype/categ_Lt.c: New file.
25635         * lib/unictype/categ_Lu.c: New file.
25636         * lib/unictype/categ_M.c: New file.
25637         * lib/unictype/categ_Mc.c: New file.
25638         * lib/unictype/categ_Me.c: New file.
25639         * lib/unictype/categ_Mn.c: New file.
25640         * lib/unictype/categ_N.c: New file.
25641         * lib/unictype/categ_Nd.c: New file.
25642         * lib/unictype/categ_Nl.c: New file.
25643         * lib/unictype/categ_No.c: New file.
25644         * lib/unictype/categ_P.c: New file.
25645         * lib/unictype/categ_Pc.c: New file.
25646         * lib/unictype/categ_Pd.c: New file.
25647         * lib/unictype/categ_Pe.c: New file.
25648         * lib/unictype/categ_Pf.c: New file.
25649         * lib/unictype/categ_Pi.c: New file.
25650         * lib/unictype/categ_Po.c: New file.
25651         * lib/unictype/categ_Ps.c: New file.
25652         * lib/unictype/categ_S.c: New file.
25653         * lib/unictype/categ_Sc.c: New file.
25654         * lib/unictype/categ_Sk.c: New file.
25655         * lib/unictype/categ_Sm.c: New file.
25656         * lib/unictype/categ_So.c: New file.
25657         * lib/unictype/categ_Z.c: New file.
25658         * lib/unictype/categ_Zl.c: New file.
25659         * lib/unictype/categ_Zp.c: New file.
25660         * lib/unictype/categ_Zs.c: New file.
25661         * lib/unictype/categ_and.c: New file.
25662         * lib/unictype/categ_and_not.c: New file.
25663         * lib/unictype/categ_byname.c: New file.
25664         * lib/unictype/categ_name.c: New file.
25665         * lib/unictype/categ_none.c: New file.
25666         * lib/unictype/categ_of.c: New file.
25667         * lib/unictype/categ_or.c: New file.
25668         * lib/unictype/categ_test.c: New file.
25669         * lib/unictype/combining.c: New file.
25670         * lib/unictype/ctype_alnum.c: New file.
25671         * lib/unictype/ctype_alpha.c: New file.
25672         * lib/unictype/ctype_blank.c: New file.
25673         * lib/unictype/ctype_cntrl.c: New file.
25674         * lib/unictype/ctype_digit.c: New file.
25675         * lib/unictype/ctype_graph.c: New file.
25676         * lib/unictype/ctype_lower.c: New file.
25677         * lib/unictype/ctype_print.c: New file.
25678         * lib/unictype/ctype_punct.c: New file.
25679         * lib/unictype/ctype_space.c: New file.
25680         * lib/unictype/ctype_upper.c: New file.
25681         * lib/unictype/ctype_xdigit.c: New file.
25682         * lib/unictype/decdigit.c: New file.
25683         * lib/unictype/digit.c: New file.
25684         * lib/unictype/identsyntaxmap.h: New file.
25685         * lib/unictype/mirror.c: New file.
25686         * lib/unictype/numeric.c: New file.
25687         * lib/unictype/pr_alphabetic.c: New file.
25688         * lib/unictype/pr_ascii_hex_digit.c: New file.
25689         * lib/unictype/pr_bidi_arabic_digit.c: New file.
25690         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
25691         * lib/unictype/pr_bidi_block_separator.c: New file.
25692         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
25693         * lib/unictype/pr_bidi_common_separator.c: New file.
25694         * lib/unictype/pr_bidi_control.c: New file.
25695         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
25696         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
25697         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
25698         * lib/unictype/pr_bidi_european_digit.c: New file.
25699         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
25700         * lib/unictype/pr_bidi_left_to_right.c: New file.
25701         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
25702         * lib/unictype/pr_bidi_other_neutral.c: New file.
25703         * lib/unictype/pr_bidi_pdf.c: New file.
25704         * lib/unictype/pr_bidi_segment_separator.c: New file.
25705         * lib/unictype/pr_bidi_whitespace.c: New file.
25706         * lib/unictype/pr_byname.c: New file.
25707         * lib/unictype/pr_byname.gperf: New file.
25708         * lib/unictype/pr_combining.c: New file.
25709         * lib/unictype/pr_composite.c: New file.
25710         * lib/unictype/pr_currency_symbol.c: New file.
25711         * lib/unictype/pr_dash.c: New file.
25712         * lib/unictype/pr_decimal_digit.c: New file.
25713         * lib/unictype/pr_default_ignorable_code_point.c: New file.
25714         * lib/unictype/pr_deprecated.c: New file.
25715         * lib/unictype/pr_diacritic.c: New file.
25716         * lib/unictype/pr_extender.c: New file.
25717         * lib/unictype/pr_format_control.c: New file.
25718         * lib/unictype/pr_grapheme_base.c: New file.
25719         * lib/unictype/pr_grapheme_extend.c: New file.
25720         * lib/unictype/pr_grapheme_link.c: New file.
25721         * lib/unictype/pr_hex_digit.c: New file.
25722         * lib/unictype/pr_hyphen.c: New file.
25723         * lib/unictype/pr_id_continue.c: New file.
25724         * lib/unictype/pr_id_start.c: New file.
25725         * lib/unictype/pr_ideographic.c: New file.
25726         * lib/unictype/pr_ids_binary_operator.c: New file.
25727         * lib/unictype/pr_ids_trinary_operator.c: New file.
25728         * lib/unictype/pr_ignorable_control.c: New file.
25729         * lib/unictype/pr_iso_control.c: New file.
25730         * lib/unictype/pr_join_control.c: New file.
25731         * lib/unictype/pr_left_of_pair.c: New file.
25732         * lib/unictype/pr_line_separator.c: New file.
25733         * lib/unictype/pr_logical_order_exception.c: New file.
25734         * lib/unictype/pr_lowercase.c: New file.
25735         * lib/unictype/pr_math.c: New file.
25736         * lib/unictype/pr_non_break.c: New file.
25737         * lib/unictype/pr_not_a_character.c: New file.
25738         * lib/unictype/pr_numeric.c: New file.
25739         * lib/unictype/pr_other_alphabetic.c: New file.
25740         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
25741         * lib/unictype/pr_other_grapheme_extend.c: New file.
25742         * lib/unictype/pr_other_id_continue.c: New file.
25743         * lib/unictype/pr_other_id_start.c: New file.
25744         * lib/unictype/pr_other_lowercase.c: New file.
25745         * lib/unictype/pr_other_math.c: New file.
25746         * lib/unictype/pr_other_uppercase.c: New file.
25747         * lib/unictype/pr_paired_punctuation.c: New file.
25748         * lib/unictype/pr_paragraph_separator.c: New file.
25749         * lib/unictype/pr_pattern_syntax.c: New file.
25750         * lib/unictype/pr_pattern_white_space.c: New file.
25751         * lib/unictype/pr_private_use.c: New file.
25752         * lib/unictype/pr_punctuation.c: New file.
25753         * lib/unictype/pr_quotation_mark.c: New file.
25754         * lib/unictype/pr_radical.c: New file.
25755         * lib/unictype/pr_sentence_terminal.c: New file.
25756         * lib/unictype/pr_soft_dotted.c: New file.
25757         * lib/unictype/pr_space.c: New file.
25758         * lib/unictype/pr_terminal_punctuation.c: New file.
25759         * lib/unictype/pr_test.c: New file.
25760         * lib/unictype/pr_titlecase.c: New file.
25761         * lib/unictype/pr_unassigned_code_value.c: New file.
25762         * lib/unictype/pr_unified_ideograph.c: New file.
25763         * lib/unictype/pr_uppercase.c: New file.
25764         * lib/unictype/pr_variation_selector.c: New file.
25765         * lib/unictype/pr_white_space.c: New file.
25766         * lib/unictype/pr_xid_continue.c: New file.
25767         * lib/unictype/pr_xid_start.c: New file.
25768         * lib/unictype/pr_zero_width.c: New file.
25769         * lib/unictype/scripts.c: New file.
25770         * lib/unictype/sy_c_ident.c: New file.
25771         * lib/unictype/sy_c_whitespace.c: New file.
25772         * lib/unictype/sy_java_ident.c: New file.
25773         * lib/unictype/sy_java_whitespace.c: New file.
25774
25775         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
25776         Unicode 5.0.0.
25777         * lib/unictype/blocks.h: Likewise.
25778         * lib/unictype/categ_C.h: Likewise.
25779         * lib/unictype/categ_Cc.h: Likewise.
25780         * lib/unictype/categ_Cf.h: Likewise.
25781         * lib/unictype/categ_Cn.h: Likewise.
25782         * lib/unictype/categ_Co.h: Likewise.
25783         * lib/unictype/categ_Cs.h: Likewise.
25784         * lib/unictype/categ_L.h: Likewise.
25785         * lib/unictype/categ_Ll.h: Likewise.
25786         * lib/unictype/categ_Lm.h: Likewise.
25787         * lib/unictype/categ_Lo.h: Likewise.
25788         * lib/unictype/categ_Lt.h: Likewise.
25789         * lib/unictype/categ_Lu.h: Likewise.
25790         * lib/unictype/categ_M.h: Likewise.
25791         * lib/unictype/categ_Mc.h: Likewise.
25792         * lib/unictype/categ_Me.h: Likewise.
25793         * lib/unictype/categ_Mn.h: Likewise.
25794         * lib/unictype/categ_N.h: Likewise.
25795         * lib/unictype/categ_Nd.h: Likewise.
25796         * lib/unictype/categ_Nl.h: Likewise.
25797         * lib/unictype/categ_No.h: Likewise.
25798         * lib/unictype/categ_P.h: Likewise.
25799         * lib/unictype/categ_Pc.h: Likewise.
25800         * lib/unictype/categ_Pd.h: Likewise.
25801         * lib/unictype/categ_Pe.h: Likewise.
25802         * lib/unictype/categ_Pf.h: Likewise.
25803         * lib/unictype/categ_Pi.h: Likewise.
25804         * lib/unictype/categ_Po.h: Likewise.
25805         * lib/unictype/categ_Ps.h: Likewise.
25806         * lib/unictype/categ_S.h: Likewise.
25807         * lib/unictype/categ_Sc.h: Likewise.
25808         * lib/unictype/categ_Sk.h: Likewise.
25809         * lib/unictype/categ_Sm.h: Likewise.
25810         * lib/unictype/categ_So.h: Likewise.
25811         * lib/unictype/categ_Z.h: Likewise.
25812         * lib/unictype/categ_Zl.h: Likewise.
25813         * lib/unictype/categ_Zp.h: Likewise.
25814         * lib/unictype/categ_Zs.h: Likewise.
25815         * lib/unictype/categ_of.h: Likewise.
25816         * lib/unictype/combining.h: Likewise.
25817         * lib/unictype/ctype_alnum.h: Likewise.
25818         * lib/unictype/ctype_alpha.h: Likewise.
25819         * lib/unictype/ctype_blank.h: Likewise.
25820         * lib/unictype/ctype_cntrl.h: Likewise.
25821         * lib/unictype/ctype_digit.h: Likewise.
25822         * lib/unictype/ctype_graph.h: Likewise.
25823         * lib/unictype/ctype_lower.h: Likewise.
25824         * lib/unictype/ctype_print.h: Likewise.
25825         * lib/unictype/ctype_punct.h: Likewise.
25826         * lib/unictype/ctype_space.h: Likewise.
25827         * lib/unictype/ctype_upper.h: Likewise.
25828         * lib/unictype/ctype_xdigit.h: Likewise.
25829         * lib/unictype/decdigit.h: Likewise.
25830         * lib/unictype/digit.h: Likewise.
25831         * lib/unictype/mirror.h: Likewise.
25832         * lib/unictype/numeric.h: Likewise.
25833         * lib/unictype/pr_alphabetic.h: Likewise.
25834         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
25835         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
25836         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
25837         * lib/unictype/pr_bidi_block_separator.h: Likewise.
25838         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
25839         * lib/unictype/pr_bidi_common_separator.h: Likewise.
25840         * lib/unictype/pr_bidi_control.h: Likewise.
25841         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
25842         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
25843         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
25844         * lib/unictype/pr_bidi_european_digit.h: Likewise.
25845         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
25846         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
25847         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
25848         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
25849         * lib/unictype/pr_bidi_pdf.h: Likewise.
25850         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
25851         * lib/unictype/pr_bidi_whitespace.h: Likewise.
25852         * lib/unictype/pr_combining.h: Likewise.
25853         * lib/unictype/pr_composite.h: Likewise.
25854         * lib/unictype/pr_currency_symbol.h: Likewise.
25855         * lib/unictype/pr_dash.h: Likewise.
25856         * lib/unictype/pr_decimal_digit.h: Likewise.
25857         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
25858         * lib/unictype/pr_deprecated.h: Likewise.
25859         * lib/unictype/pr_diacritic.h: Likewise.
25860         * lib/unictype/pr_extender.h: Likewise.
25861         * lib/unictype/pr_format_control.h: Likewise.
25862         * lib/unictype/pr_grapheme_base.h: Likewise.
25863         * lib/unictype/pr_grapheme_extend.h: Likewise.
25864         * lib/unictype/pr_grapheme_link.h: Likewise.
25865         * lib/unictype/pr_hex_digit.h: Likewise.
25866         * lib/unictype/pr_hyphen.h: Likewise.
25867         * lib/unictype/pr_id_continue.h: Likewise.
25868         * lib/unictype/pr_id_start.h: Likewise.
25869         * lib/unictype/pr_ideographic.h: Likewise.
25870         * lib/unictype/pr_ids_binary_operator.h: Likewise.
25871         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
25872         * lib/unictype/pr_ignorable_control.h: Likewise.
25873         * lib/unictype/pr_iso_control.h: Likewise.
25874         * lib/unictype/pr_join_control.h: Likewise.
25875         * lib/unictype/pr_left_of_pair.h: Likewise.
25876         * lib/unictype/pr_line_separator.h: Likewise.
25877         * lib/unictype/pr_logical_order_exception.h: Likewise.
25878         * lib/unictype/pr_lowercase.h: Likewise.
25879         * lib/unictype/pr_math.h: Likewise.
25880         * lib/unictype/pr_non_break.h: Likewise.
25881         * lib/unictype/pr_not_a_character.h: Likewise.
25882         * lib/unictype/pr_numeric.h: Likewise.
25883         * lib/unictype/pr_other_alphabetic.h: Likewise.
25884         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
25885         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
25886         * lib/unictype/pr_other_id_continue.h: Likewise.
25887         * lib/unictype/pr_other_id_start.h: Likewise.
25888         * lib/unictype/pr_other_lowercase.h: Likewise.
25889         * lib/unictype/pr_other_math.h: Likewise.
25890         * lib/unictype/pr_other_uppercase.h: Likewise.
25891         * lib/unictype/pr_paired_punctuation.h: Likewise.
25892         * lib/unictype/pr_paragraph_separator.h: Likewise.
25893         * lib/unictype/pr_pattern_syntax.h: Likewise.
25894         * lib/unictype/pr_pattern_white_space.h: Likewise.
25895         * lib/unictype/pr_private_use.h: Likewise.
25896         * lib/unictype/pr_punctuation.h: Likewise.
25897         * lib/unictype/pr_quotation_mark.h: Likewise.
25898         * lib/unictype/pr_radical.h: Likewise.
25899         * lib/unictype/pr_sentence_terminal.h: Likewise.
25900         * lib/unictype/pr_soft_dotted.h: Likewise.
25901         * lib/unictype/pr_space.h: Likewise.
25902         * lib/unictype/pr_terminal_punctuation.h: Likewise.
25903         * lib/unictype/pr_titlecase.h: Likewise.
25904         * lib/unictype/pr_unassigned_code_value.h: Likewise.
25905         * lib/unictype/pr_unified_ideograph.h: Likewise.
25906         * lib/unictype/pr_uppercase.h: Likewise.
25907         * lib/unictype/pr_variation_selector.h: Likewise.
25908         * lib/unictype/pr_white_space.h: Likewise.
25909         * lib/unictype/pr_xid_continue.h: Likewise.
25910         * lib/unictype/pr_xid_start.h: Likewise.
25911         * lib/unictype/pr_zero_width.h: Likewise.
25912         * lib/unictype/scripts.h: Likewise.
25913         * lib/unictype/scripts_byname.gperf: Likewise.
25914         * lib/unictype/sy_c_ident.h: Likewise.
25915         * lib/unictype/sy_c_whitespace.h: Likewise.
25916         * lib/unictype/sy_java_ident.h: Likewise.
25917         * lib/unictype/sy_java_whitespace.h: Likewise.
25918
25919         * lib/unictype/Makefile: New file.
25920         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
25921         glibc.
25922         * lib/unictype/3level.h: New file, copied from glibc.
25923         * lib/unictype/3levelbit.h: New file.
25924
25925 2007-11-11  Bruno Haible  <bruno@clisp.org>
25926
25927         * modules/gperf: New file.
25928         * modules/iconv_open (Depends-on): Add it.
25929         (Makefile.am): Remove the GPERF definition.
25930
25931 2007-11-11  Bruno Haible  <bruno@clisp.org>
25932
25933         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
25934         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
25935
25936 2007-11-11  Bruno Haible  <bruno@clisp.org>
25937
25938         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
25939         (usage): Remove function.
25940
25941 2007-11-11  Bruno Haible  <bruno@clisp.org>
25942
25943         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
25944         gl_FUNC_CEILF_LIBS.
25945         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
25946         gl_FUNC_CEIL_LIBS.
25947         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
25948         gl_FUNC_CEILL_LIBS.
25949         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
25950         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
25951         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
25952
25953 2007-11-11  Bruno Haible  <bruno@clisp.org>
25954
25955         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
25956         roundf were declared but do not exist on functions.
25957         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
25958         roundl were declared but do not exist on functions.
25959         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
25960         HAVE_FLOORL_AND_CEILL, respectively.
25961         Needed for Sun C on Solaris 10.
25962
25963 2007-11-11  Bruno Haible  <bruno@clisp.org>
25964
25965         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
25966         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
25967         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
25968         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
25969         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
25970         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
25971         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
25972         HAVE_DECL_ROUNDF.
25973         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
25974         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
25975         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
25976         of HAVE_DECL_ROUND*.
25977         * modules/math (Makefile.am): Update.
25978
25979 2007-11-10  Bruno Haible  <bruno@clisp.org>
25980
25981         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
25982         ptrdiff_t as m4/intl.m4.
25983
25984 2007-11-10  Jim Meyering  <meyering@redhat.com>
25985
25986         Avoid link failure for the argmatch test.
25987         * tests/test-argmatch.c (usage): Define function to avoid a link
25988         failure: argmatch_die requires a usage function.
25989
25990 2007-11-09  Bruno Haible  <bruno@clisp.org>
25991
25992         * doc/functions/snprintf.texi: Mention BeOS deficiency.
25993         * doc/functions/vsnprintf.texi: Likewise.
25994         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
25995         with a size argument < 2.
25996
25997 2007-11-09  Bruno Haible  <bruno@clisp.org>
25998
25999         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
26000         buffer. Fixes an inefficiency introduced on 2007-11-03.
26001
26002 2007-11-09  Bruno Haible  <bruno@clisp.org>
26003
26004         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
26005         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
26006
26007 2007-11-08  Jim Meyering  <meyering@redhat.com>
26008
26009         Change cache variable name prefix "jm_" to "gl_" everywhere.
26010         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
26011         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
26012         * m4/uptime.m4: s/gl_/jm_/
26013
26014 2007-11-07  Bruno Haible  <bruno@clisp.org>
26015
26016         Update to GNU gettext 0.17.
26017         * m4/intl.m4: Update to GNU gettext 0.17.
26018         * m4/po.m4: Likewise.
26019         * modules/gettext (Files): Remove m4/ulonglong.m4.
26020         (configure.ac): Require gettext infrastructure from version 0.17.
26021
26022 2007-11-06  Bruno Haible  <bruno@clisp.org>
26023
26024         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
26025         symbolic values are not defined in a public header.
26026         * lib/freadable.c (freadable) [QNX]: Likewise.
26027         * lib/freadahead.c (freadahead) [QNX]: Likewise.
26028         * lib/freading.c (freading) [QNX]: Likewise.
26029         * lib/fseterr.c (fseterr) [QNX]: Likewise.
26030         * lib/fwritable.c (fwritable) [QNX]: Likewise.
26031         * lib/fwriting.c (fwriting) [QNX]: Likewise.
26032         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
26033         Reported by Alain Magloire.
26034
26035         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
26036
26037 2007-11-05  Bruno Haible  <bruno@clisp.org>
26038
26039         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
26040         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
26041         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
26042         Reported by Eric Blake.
26043
26044 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26045             Bruno Haible  <bruno@clisp.org>
26046
26047         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
26048         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
26049         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
26050         (malloc): Undefine also before including <stdlib.h>.
26051         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
26052         Needed on OSF/1 4.0.
26053
26054 2007-11-05  Jim Meyering  <meyering@redhat.com>
26055
26056         git-version-gen: sync from coreutils.
26057         * build-aux/git-version-gen: Add comments.
26058         Change the first '-' to '.' in the snapshot version string,
26059         e.g., 6.9-377-08144 -> 6.9.377-08144
26060         Remove first parameter.
26061         Don't declare a version "-dirty" merely because a time
26062         stamp has changed.
26063
26064 2007-11-04  Bruno Haible  <bruno@clisp.org>
26065
26066         * lib/lock.h: Protect all macro definitions containing an 'if'
26067         statement through a "do { ... } while (0)".
26068         * lib/tls.h: Likewise.
26069
26070 2007-11-04  Bruno Haible  <bruno@clisp.org>
26071
26072         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
26073
26074 2007-11-04  Bruno Haible  <bruno@clisp.org>
26075
26076         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
26077         * modules/fprintf-posix (Depends-on): Add nocrash.
26078         * modules/snprintf-posix (Depends-on): Likewise.
26079         * modules/sprintf-posix (Depends-on): Likewise.
26080         * modules/vasnprintf-posix (Depends-on): Likewise.
26081         * modules/vasprintf-posix (Depends-on): Likewise.
26082         * modules/vfprintf-posix (Depends-on): Likewise.
26083         * modules/vsnprintf-posix (Depends-on): Likewise.
26084         * modules/vsprintf-posix (Depends-on): Likewise.
26085         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
26086         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
26087         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
26088         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
26089         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
26090         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
26091         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
26092
26093 2007-11-04  Bruno Haible  <bruno@clisp.org>
26094
26095         * modules/nocrash: New file.
26096         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
26097         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
26098
26099 2007-11-04  Bruno Haible  <bruno@clisp.org>
26100
26101         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
26102         precision handling.
26103         * tests/test-vasprintf-posix.c (test_function): Likewise.
26104         * tests/test-snprintf-posix.h (test_function): Likewise.
26105         * tests/test-sprintf-posix.h (test_function): Likewise.
26106
26107         Fix *printf behaviour for large precisions on mingw and BeOS.
26108         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
26109         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
26110         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
26111         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26112         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26113         gl_PRINTF_PRECISION and test its result. Invoke
26114         gl_PREREQ_VASNPRINTF_PRECISION.
26115         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26116         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26117         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26118         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26119         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26120         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26121         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26122         * doc/functions/fprintf.texi: Update.
26123         * doc/functions/printf.texi: Update.
26124         * doc/functions/snprintf.texi: Update.
26125         * doc/functions/sprintf.texi: Update.
26126         * doc/functions/vfprintf.texi: Update.
26127         * doc/functions/vprintf.texi: Update.
26128         * doc/functions/vsnprintf.texi: Update.
26129         * doc/functions/vsprintf.texi: Update.
26130
26131 2007-11-04  Bruno Haible  <bruno@clisp.org>
26132
26133         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
26134
26135 2007-11-04  Bruno Haible  <bruno@clisp.org>
26136
26137         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
26138         Reported by Sylvain Beucler <beuc@gnu.org>.
26139
26140 2007-11-03  Bruno Haible  <bruno@clisp.org>
26141
26142         * tests/test-fprintf-posix2.sh: New file.
26143         * tests/test-fprintf-posix2.c: New file.
26144         * modules/fprintf-posix-tests (Files): Add them.
26145         (TESTS): Add test-fprintf-posix2.sh.
26146         (configure.ac): Check for getrlimit and setrlimit.
26147         (check_PROGRAMS): Add test-fprintf-posix2.
26148
26149         * tests/test-printf-posix2.sh: New file.
26150         * tests/test-printf-posix2.c: New file.
26151         * modules/printf-posix-tests (Files): Add them.
26152         (TESTS): Add test-printf-posix2.sh.
26153         (configure.ac): Check for getrlimit and setrlimit.
26154         (check_PROGRAMS): Add test-printf-posix2.
26155
26156         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
26157         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
26158         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
26159         (decode_double): New function, copied from decode_long_double.
26160         (scale10_round_decimal_decoded): New function, extracted from
26161         scale10_round_decimal_long_double.
26162         (scale10_round_decimal_long_double): Use it.
26163         (scale10_round_decimal_double): New function.
26164         (floorlog10): New function.
26165         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
26166         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
26167         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26168         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26169         gl_PRINTF_ENOMEM and test its result. Invoke
26170         gl_PREREQ_VASNPRINTF_ENOMEM.
26171         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26172         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26173         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26174         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26175         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26176         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26177         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26178         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
26179         * modules/snprintf-posix (Depends-on): Likewise.
26180         * modules/sprintf-posix (Depends-on): Likewise.
26181         * modules/vasnprintf-posix (Depends-on): Likewise.
26182         * modules/vasprintf-posix (Depends-on): Likewise.
26183         * modules/vfprintf-posix (Depends-on): Likewise.
26184         * modules/vsnprintf-posix (Depends-on): Likewise.
26185         * modules/vsprintf-posix (Depends-on): Likewise.
26186         * doc/functions/fprintf.texi: Update.
26187         * doc/functions/printf.texi: Update.
26188         * doc/functions/snprintf.texi: Update.
26189         * doc/functions/sprintf.texi: Update.
26190         * doc/functions/vfprintf.texi: Update.
26191         * doc/functions/vprintf.texi: Update.
26192         * doc/functions/vsnprintf.texi: Update.
26193         * doc/functions/vsprintf.texi: Update.
26194
26195 2007-11-03  Bruno Haible  <bruno@clisp.org>
26196
26197         * modules/frexp-nolibm-tests: New file.
26198
26199         * modules/frexp-nolibm: New file.
26200         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
26201
26202 2007-11-03  Bruno Haible  <bruno@clisp.org>
26203
26204         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
26205         value is C99 compliant.
26206         Needed for OSF/1 5.1.
26207
26208 2007-11-03  Bruno Haible  <bruno@clisp.org>
26209
26210         Fix out-of-memory handling of vasnprintf.
26211         * lib/printf-parse.c: Include <errno.h>.
26212         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
26213         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
26214         is already set.
26215
26216 2007-11-02  Eric Blake  <ebb9@byu.net>
26217
26218         Fix tests on cygwin.
26219         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
26220
26221 2007-11-01  Bruno Haible  <bruno@clisp.org>
26222
26223         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
26224         warning.
26225         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
26226         needed for POSIX compatibility.
26227
26228 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
26229
26230         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
26231         for compatibility with GNU.
26232
26233 2007-11-01  Bruno Haible  <bruno@clisp.org>
26234
26235         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
26236         (putenv): Renamed from rpl_putenv. Change argument type from
26237         'const char *' to 'char *'.
26238         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
26239         of defining putenv in config.h, just set REPLACE_PUTENV.
26240         * modules/putenv (Depends-on): Add stdlib.
26241         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26242         (Include): Use <stdlib.h>.
26243         * lib/stdlib.in.h (putenv): New declaration.
26244         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
26245         REPLACE_PUTENV.
26246         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
26247         REPLACE_PUTENV.
26248         Needed for MacOS X 10.5.0.
26249         Reported by Peter O'Gorman <peter@pogma.com>.
26250
26251 2007-11-01  Jim Meyering  <meyering@redhat.com>
26252
26253         Treat an empty date string exactly like "0".
26254         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
26255         if the remaining date string (to be parsed) is empty, use "0".
26256         Reported by Mischa Molhoek and discussed in this thread:
26257         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
26258
26259 2007-10-31  Bruno Haible  <bruno@clisp.org>
26260
26261         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
26262         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
26263         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
26264         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
26265         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
26266         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
26267
26268 2007-10-31  Bruno Haible  <bruno@clisp.org>
26269
26270         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
26271         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
26272         (AC_TYPE_LONG_LONG_INT): Use it.
26273         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
26274         it as well.
26275         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
26276         to m4/longlong.m4.
26277         * modules/stdint (Files): Remove m4/ulonglong.m4.
26278         * modules/strtoull (Files): Use m4/longlong.m4 instead of
26279         m4/ulonglong.m4.
26280         * modules/strtoumax (Files): Likewise.
26281
26282 2007-10-30  Bruno Haible  <bruno@clisp.org>
26283
26284         * modules/xvasprintf-posix: New file.
26285         Suggested by Eric Blake.
26286
26287 2007-10-30  Bruno Haible  <bruno@clisp.org>
26288
26289         * modules/xprintf-posix-tests: New file.
26290         * tests/test-xprintf-posix.sh: New file.
26291         * tests/test-xprintf-posix.c: New file.
26292         * tests/test-xfprintf-posix.c: New file.
26293
26294         * modules/xprintf-posix: New file.
26295
26296 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26297
26298         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
26299         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
26300         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
26301
26302 2007-10-29  Bruno Haible  <bruno@clisp.org>
26303
26304         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
26305         contain the special marker '_cv_'.
26306         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
26307         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
26308         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
26309         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
26310         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
26311         Reported by Ralf Wildenhues.
26312
26313 2007-10-29  Bruno Haible  <bruno@clisp.org>
26314
26315         * gnulib-tool (func_import): When --lgpl is not specified, set
26316         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
26317         GPLv3.
26318         Reported by Simon Josefsson.
26319
26320 2007-10-28  Bruno Haible  <bruno@clisp.org>
26321
26322         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
26323         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
26324         HAVE_DECL_ISFINITE.
26325         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
26326         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
26327         HAVE_DECL_ISFINITE.
26328
26329 2007-10-28  Bruno Haible  <bruno@clisp.org>
26330
26331         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
26332         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
26333
26334 2007-10-28  Bruno Haible  <bruno@clisp.org>
26335
26336         Fix link errors with Sun C 5.0 on Solaris 10.
26337         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
26338         function is declared but not present in the compiler's libm.
26339         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
26340         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
26341         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
26342         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
26343         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
26344         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
26345         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
26346         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
26347         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
26348         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
26349         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
26350         HAVE_DECL_FLOORL.
26351
26352 2007-10-28  Bruno Haible  <bruno@clisp.org>
26353
26354         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
26355         gl_FUNC_FLOORL. Cache the result.
26356         (gl_FUNC_FLOORL): Use it.
26357         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
26358         gl_FUNC_CEILL. Cache the result.
26359         (gl_FUNC_CEILL): Use it.
26360
26361         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
26362         gl_FUNC_FLOOR. Cache the result.
26363         (gl_FUNC_FLOOR): Use it.
26364         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
26365         gl_FUNC_CEIL. Cache the result.
26366         (gl_FUNC_CEIL): Use it.
26367
26368         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
26369         gl_FUNC_FLOORF. Cache the result.
26370         (gl_FUNC_FLOORF): Use it.
26371         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
26372         gl_FUNC_CEILF. Cache the result.
26373         (gl_FUNC_CEILF): Use it.
26374
26375 2007-10-28  Bruno Haible  <bruno@clisp.org>
26376
26377         * gnulib-tool: Allow specifying the LGPL version number through
26378         --lgpl=2 or --lgpl=3.
26379         (func_usage): Document --lgpl with argument.
26380         Handle --lgpl=... arguments.
26381         (func_import): Recognize also gl_LGPL calls with an argument. When
26382         --lgpl=2 is used and the module's license is just LGPL, report an
26383         error. Set sed_transform_lib_file according to the lgpl variable. In
26384         the generated files, use --lgpl or gl_LGPL invocations with argument,
26385         if necessary.
26386         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
26387         an LGPv2+ license.
26388         * doc/gnulib-tool.texi (Modified imports): Update explanation of
26389         gl_LGPL macro.
26390
26391 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26392             Bruno Haible  <bruno@clisp.org>
26393
26394         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
26395         (u16_uctomb_aux): Likewise.
26396         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
26397         !HAVE_INLINE.
26398         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
26399
26400 2007-10-28  Bruno Haible  <bruno@clisp.org>
26401
26402         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
26403         Invoke AM_GETTEXT_OPTION if it exists.
26404         * modules/vasprintf: Likewise.
26405         * modules/verror: Likewise.
26406         * modules/xprintf: Likewise.
26407         * modules/xvasprintf: Likewise.
26408
26409 2007-10-27  Ben Pfaff  <blp@gnu.org>
26410
26411         * lib/math.in.h: Define isfinite macro and prototypes for
26412         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
26413         implementations.
26414         * m4/math_h.m4: New substitutions for isfinite module.
26415         * lib/isfinite.c: New file.
26416         * m4/isfinite.m4: New file.
26417         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
26418         * modules/isfinite: New file.
26419         * modules/isfinite-tests: New file.
26420         * tests/tests-isfinite.c: New file.
26421         * doc/functions/isfinite.texi: Mention isfinite module.
26422         * MODULES.html.sh: Mention new module.
26423
26424 2007-10-27  Ben Pfaff  <blp@gnu.org>
26425
26426         Ralf Wildenhues reported that Tru64 4.0D declares the round
26427         functions but does not have definitions.
26428         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
26429         cannot be found in any library, set the output variable to
26430         "missing" instead of "".
26431         * m4/round.m4: Also use our substitute if we cannot find round in
26432         any library, even if it is declared.
26433         * m4/roundf.m4: Likewise for roundf.
26434         * m4/roundl.m4: Likewise for roundl.
26435         * lib/math.in.h: Undefine roundf, round, roundl before defining
26436         their replacements, to allow for hypothetical systems where these
26437         may be defined as macros but not available in libraries.
26438
26439 2007-10-27  Bruno Haible  <bruno@clisp.org>
26440
26441         * doc/gnulib.texi: Invoke @firstparagraphindent.
26442         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
26443         changes in gnulib.
26444         (Source changes): New section.
26445
26446 2007-10-26  Bruno Haible  <bruno@clisp.org>
26447
26448         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
26449         borrowed from autoconf.
26450
26451 2007-10-26  Bruno Haible  <bruno@clisp.org>
26452
26453         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
26454         strerror returned the empty string. Needed on HP-UX 11.00.
26455
26456 2007-10-24  Micah Cowan  <micah@cowan.name>
26457
26458         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
26459         * build-aux/bootstrap: Remove support for now-unnecessary option,
26460         --cvs-user, and envvars CVS_USER, CVS_RSH.
26461
26462 2007-10-24  Jim Meyering  <meyering@redhat.com>
26463
26464         Avoid diagnostics from sha1sum when there is no cached checksum.
26465         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
26466         if the po.s1 file hasn't been created yet.
26467
26468         * build-aux/bootstrap: Sync from coreutils:
26469         2007-10-24  Jim Meyering  <meyering@redhat.com>
26470         Get gnulib from the git repository, not from an obsolete cvs one.
26471         * build-aux/bootstrap: Suggestion from Micah Cowan.
26472         2007-10-04  Jim Meyering  <jim@meyering.net>
26473         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
26474         (update_po_files): Work also when there are no .po files in po/.
26475
26476 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26477
26478         * README: Append ".git" to git and cg examples.
26479         Problem reported by Benoit Sigoure.
26480
26481 2007-10-23  Micah Cowan  <micah@cowan.name>
26482
26483         * users.txt: Add wget.
26484
26485 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26486
26487         Fix linking of some unistdio tests on FreeBSD.
26488         * modules/unistdio/u16-vsnprintf-tests
26489         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
26490         * modules/unistdio/u16-vsprintf-tests
26491         (test_u16_vsnprintf1_LDADD): Likewise.
26492         * modules/unistdio/u32-vsnprintf-tests
26493         (test_u32_vsnprintf1_LDADD): Likewise.
26494         * modules/unistdio/u32-vsprintf-tests
26495         (test_u32_vsprintf1_LDADD): Likewise.
26496         * modules/unistdio/u8-vsnprintf-tests
26497         (test_u8_vsnprintf1_LDADD): Likewise.
26498         * modules/unistdio/u8-vsprintf-tests
26499         (test_u8_vsprintf1_LDADD): Likewise.
26500         * modules/unistdio/ulc-vsnprintf-tests
26501         (test_ulc_vsnprintf1_LDADD): Likewise.
26502         * modules/unistdio/ulc-vsprintf-tests
26503         (test_ulc_vsprintf1_LDADD): Likewise.
26504
26505         Fix linking of some uniconv tests on FreeBSD.
26506         * modules/uniconv/u16-conv-from-enc-tests
26507         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
26508         * modules/uniconv/u16-conv-to-enc-tests
26509         (test_u16_conv_to_enc_LDADD): Likewise.
26510         * modules/uniconv/u16-strconv-from-enc-tests
26511         (test_u16_strconv_from_enc_LDADD): Likewise.
26512         * modules/uniconv/u16-strconv-to-enc-tests
26513         (test_u16_strconv_to_enc_LDADD): Likewise.
26514         * modules/uniconv/u32-conv-from-enc-tests
26515         (test_u32_conv_from_enc_LDADD): Likewise.
26516         * modules/uniconv/u32-conv-to-enc-tests
26517         (test_u32_conv_to_enc_LDADD): Likewise.
26518         * modules/uniconv/u32-strconv-from-enc-tests
26519         (test_u32_strconv_from_enc_LDADD): Likewise.
26520         * modules/uniconv/u32-strconv-to-enc-tests
26521         (test_u32_strconv_to_enc_LDADD): Likewise.
26522         * modules/uniconv/u8-conv-from-enc-tests
26523         (test_u8_conv_from_enc_LDADD): Likewise.
26524         * modules/uniconv/u8-conv-to-enc-tests
26525         (test_u8_conv_to_enc_LDADD): Likewise.
26526         * modules/uniconv/u8-strconv-from-enc-tests
26527         (test_u8_strconv_from_enc_LDADD): Likewise.
26528         * modules/uniconv/u8-strconv-to-enc-tests
26529         (test_u8_strconv_to_enc_LDADD): Likewise.
26530
26531 2007-10-22  Bruno Haible  <bruno@clisp.org>
26532
26533         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
26534         size.
26535
26536 2007-10-22  Eric Blake  <ebb9@byu.net>
26537
26538         Tweak x*printf documentation.
26539         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
26540         variable name and comments.
26541         Suggested by Bruno Haible.
26542
26543 2007-10-22  Bruno Haible  <bruno@clisp.org>
26544
26545         * lib/acl.c (copy_acl): Fix file name in comment.
26546
26547 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26548
26549         Fix Tru64 problem with stdbool.h.
26550         * lib/stdbool.in.h (false, true):
26551         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
26552         Don't declare as an enum in this situation; it runs afoul of Tru64.
26553         Problem reported by Steven M. Schweda in
26554         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
26555
26556 2007-10-22  Eric Blake  <ebb9@byu.net>
26557
26558         Also wrap vf?printf.
26559         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
26560         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
26561         (xvprintf, xvfprintf): New functions.
26562
26563 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26564
26565         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
26566         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
26567
26568         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
26569         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
26570
26571 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26572
26573         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
26574         by Bruno Haible.
26575
26576 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26577
26578         * lib/getloadavg.c
26579         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
26580         Undef `sys' after including sys/table.h, for Tru64 4.0D.
26581
26582         * tests/test-i-ring.c: Work for C89.
26583
26584 2007-10-22  Bruno Haible  <bruno@clisp.org>
26585
26586         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
26587         -1u, in preprocessor expression, so that we don't test for the bug
26588         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
26589         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
26590
26591 2007-10-22  Eric Blake  <ebb9@byu.net>
26592
26593         * tests/test-yesno.sh: Silence stderr during test.
26594
26595 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26596
26597         * modules/crypto/gc-camellia: New file.
26598
26599         * m4/gc-camellia.m4: New file.
26600
26601         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
26602
26603         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
26604
26605 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26606
26607         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
26608         --help to stdout.  Reported by sms@antinode.org (Steven
26609         M. Schweda).
26610
26611 2007-10-22  Simon Josefsson  <simon@josefsson.org>
26612
26613         * users.txt: Fix link to libksba.
26614
26615 2007-10-21  Ben Pfaff  <blp@gnu.org>
26616
26617         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
26618         round.c roundf implementation that depends on floorf and ceilf to
26619         be tested unconditionally.
26620
26621 2007-10-21  Ben Pfaff  <blp@gnu.org>
26622
26623         * m4/check-libm-func.m4: Removed.
26624         * m4/check-math-lib.m4: New file.
26625         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
26626         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
26627         definition and lack of AC_LIBOBJ([roundf]).
26628         * m4/roundl.m4: Ditto, and similarly for roundl.
26629         * modules/round: Reference new m4 file.
26630         * modules/roundf: Ditto.
26631         * modules/roundl: Ditto.
26632         * tests/test-round2.c (main): Use ROUND instead of round.
26633         Bug report from Bruno Haible.
26634
26635 2007-10-21  Bruno Haible  <bruno@clisp.org>
26636
26637         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
26638         context.
26639
26640 2007-10-21  Bruno Haible  <bruno@clisp.org>
26641
26642         * tests/test-wcwidth.c (main): Allow negative result for some control
26643         characters.
26644
26645         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
26646         Needed on OSF/1 5.1.
26647
26648 2007-10-21  Bruno Haible  <bruno@clisp.org>
26649
26650         * tests/test-floorf1.c: Include isnanf.h.
26651         (main): Use isnanf() instead of isnan().
26652         * tests/test-ceilf1.c: Include isnanf.h.
26653         (main): Use isnanf() instead of isnan().
26654         * tests/test-truncf1.c: Include isnanf.h.
26655         (main): Use isnanf() instead of isnan().
26656         * tests/test-roundf1.c: Include isnanf.h.
26657         (main): Use isnanf() instead of isnan().
26658
26659 2007-10-21  Eric Blake  <ebb9@byu.net>
26660
26661         * users.txt: Update URL for m4.
26662
26663 2007-10-21  Bruno Haible  <bruno@clisp.org>
26664
26665         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
26666
26667 2007-10-21  Bruno Haible  <bruno@clisp.org>
26668
26669         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
26670         Git's management files if the CVS files are not present.
26671
26672 2007-10-20  Bruno Haible  <bruno@clisp.org>
26673
26674         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
26675         gcc-3.4.x.
26676
26677 2007-10-20  Ben Pfaff  <blp@gnu.org>
26678
26679         * lib/math.in.h: Declare round, roundf, roundl if we are providing
26680         implementations.
26681         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
26682         * lib/round.c: New file.
26683         * lib/roundf.c: New file.
26684         * lib/roundl.c: New file.
26685         * m4/round.m4: New file.
26686         * m4/roundf.m4: New file.
26687         * m4/roundl.m4: New file.
26688         * m4/check-libm-func-m4: New file.
26689         * modules/math: Replace round, roundf, roundl related @VARS@ in
26690         math.in.h.
26691         * modules/round: New file.
26692         * modules/round-tests: New file.
26693         * modules/roundf: New file.
26694         * modules/roundf-tests: New file.
26695         * modules/roundl: New file.
26696         * modules/roundl-tests: New file.
26697         * tests/test-round1.c: New file.
26698         * tests/test-round2.c: New file.
26699         * tests/test-roundf1.c: New file.
26700         * tests/test-roundf2.c: New file.
26701         * tests/test-roundl.c: New file.
26702         * doc/functions/round.texi: Mention round module.
26703         * doc/functions/roundf.texi: Mention roundf module.
26704         * doc/functions/roundl.texi: Mention roundl module.
26705         * MODULES.html.sh: Mention new modules.
26706         Thanks to Bruno Haible for suggestions.
26707
26708 2007-10-20  Jim Meyering  <meyering@redhat.com>
26709
26710         * lib/xprintf.c: Include <config.h> unconditionally.
26711
26712         Change xprintf's license to GPL.
26713         * modules/xprintf (License): s/LGPL/GPL/, since this module
26714         depends on modules (exit and exitfail) which are GPL.
26715         Suggestion from Bruno Haible.
26716
26717         xprintf fixes.
26718         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
26719         Use a clearer diagnostic.
26720         Patch from Bruno Haible.
26721
26722 2007-10-20  Bruno Haible  <bruno@clisp.org>
26723
26724         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
26725         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
26726         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26727
26728 2007-10-20  Bruno Haible  <bruno@clisp.org>
26729
26730         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
26731         precision in the comparison result > x - 1 or similar.
26732         * tests/test-ceilf2.c (correct_result_p): Likewise.
26733         * tests/test-truncf2.c (correct_result_p): Likewise.
26734         * tests/test-trunc2.c (correct_result_p): Likewise.
26735         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26736
26737 2007-10-20  Bruno Haible  <bruno@clisp.org>
26738
26739         * modules/ceil: New file.
26740         * m4/ceil.m4: New file.
26741         * doc/functions/ceil.texi: Mention the 'ceil' module.
26742
26743 2007-10-20  Bruno Haible  <bruno@clisp.org>
26744
26745         * modules/floor: New file.
26746         * m4/floor.m4: New file.
26747         * doc/functions/floor.texi: Mention the 'floor' module.
26748
26749 2007-10-20  Bruno Haible  <bruno@clisp.org>
26750
26751         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
26752         of %a.
26753         * modules/floorf-tests (Depends-on): Likewise.
26754         * modules/truncf-tests (Depends-on): Likewise.
26755         * modules/trunc-tests (Depends-on): Likewise.
26756         Reported by Ben Pfaff.
26757
26758 2007-10-19  Jim Meyering  <meyering@redhat.com>
26759
26760         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
26761         Don't bother testing specific errno values.  Just test ferror.
26762
26763         New module: xprintf
26764         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
26765
26766 2007-10-19  Bruno Haible  <bruno@clisp.org>
26767
26768         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
26769         syntax.
26770         * modules/javaexec (Makefile.am): Likewise.
26771         * modules/relocatable-prog (Makefile.am): Likewise.
26772         Suggested by Jim Meyering.
26773
26774 2007-10-18  Bruno Haible  <bruno@clisp.org>
26775
26776         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
26777         Reported by Jim Meyering.
26778
26779 2007-10-18  Eric Blake  <ebb9@byu.net>
26780
26781         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
26782
26783 2007-10-18  Bruno Haible  <bruno@clisp.org>
26784
26785         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
26786         the format string into writable memory. Needed in Fortify conditions.
26787
26788 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
26789             Bruno Haible  <bruno@clisp.org>
26790
26791         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
26792         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
26793         * modules/trim (Depends-on): Add mbchar.
26794         (configure.ac): Add gl_FUNC_MBRTOWC.
26795         (Makefile.am): Augment lib_SOURCES.
26796
26797 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26798
26799         Modify glob.c to use fstatat and dirfd, to simplify it.
26800         Suggested by Eric Blake.
26801         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
26802         Don't include <stdbool.h>; not used.
26803         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
26804         (link_exists_p): Simplify implementation, since we can now assume
26805         dirfd and fstatat.
26806         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
26807
26808 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26809
26810         * gnulib-tool (func_get_dependencies): Fix sed script to
26811         match only tests.
26812
26813 2007-10-17  Bruno Haible  <bruno@clisp.org>
26814
26815         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
26816         allow locale names without encoding suffix.
26817         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
26818         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
26819
26820 2007-10-16  Bruno Haible  <bruno@clisp.org>
26821
26822         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
26823         * lib/getgroups.c (getgroups): Likewise.
26824         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
26825
26826 2007-10-16  Bruno Haible  <bruno@clisp.org>
26827
26828         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
26829         * modules/malloc-posix (License): Likewise.
26830         * modules/realloc-posix (License): Likewise.
26831         * modules/calloc-posix (License): Likewise.
26832         * modules/intprops (License): Change from GPL to LGPL, with
26833         Paul Eggert's approval.
26834
26835 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26836
26837         Merge glibc changes into lib/glob.c.
26838
26839         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
26840         2007-10-15 04:59:03 UTC.  Here are the changes:
26841
26842         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
26843
26844         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
26845
26846         * lib/glob.c: Add some branch prediction throughout.
26847
26848         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
26849
26850         [BZ #5103]
26851         * lib/glob.c (glob): Recognize patterns starting \/.
26852
26853         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
26854
26855         [BZ #3996]
26856         * lib/glob.c (attribute_hidden): Define if not defined.
26857         (glob): Unescape dirname, filename or username when needed and not
26858         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
26859         is NULL.  Handle unescaped [ in pattern without closing ].
26860         Don't pass GLOB_CHECK down to recursive glob for directories.
26861         (__glob_pattern_type): New function.
26862         (__glob_pattern_p): Implement using __glob_pattern_type.
26863         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
26864         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
26865         Remove unreachable code.
26866
26867         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
26868
26869         * lib/glob.c (glob_in_dir): Add some comments and asserts to
26870         explain why there are no leaks.
26871
26872         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
26873
26874         [BZ #3253]
26875         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
26876         time, rather allocate increasingly bigger arrays of pointers, if
26877         possible with alloca, if too large with malloc.
26878
26879 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
26880
26881         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
26882         Problem reported by H.Merijn Brand in
26883         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
26884         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
26885         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
26886
26887 2007-10-15  Bruno Haible  <bruno@clisp.org>
26888
26889         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
26890         with explicit rpl_ prefix.
26891         * lib/fopen.c (fopen): Likewise.
26892         * lib/freopen.c (freopen): Likewise.
26893         * lib/iconv.c (iconv): Likewise.
26894         * lib/iconv_close.c (iconv_close): Likewise.
26895
26896 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26897
26898         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
26899
26900 2007-10-15  Bruno Haible  <bruno@clisp.org>
26901
26902         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
26903         <stddef.h> instead of <stdlib.h> since we only need NULL.
26904         Reported by Ben Pfaff <blp@cs.stanford.edu>.
26905
26906 2007-10-15  Bruno Haible  <bruno@clisp.org>
26907
26908         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
26909         Replace paragraph talking about LIBOBJS.
26910         Reported by Colin Watson <cjwatson@debian.org>.
26911
26912 2007-10-15  Bruno Haible  <bruno@clisp.org>
26913
26914         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
26915         <stdlib.h> before using NULL.
26916
26917 2007-10-15  Simon Josefsson  <simon@josefsson.org>
26918
26919         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
26920         Reported by Albert Chin <china@thewrittenword.com>.
26921
26922 2007-10-14  Bruno Haible  <bruno@clisp.org>
26923
26924         * modules/iconv_open-utf-tests: New file.
26925         * tests/test-iconv-utf.c: New file.
26926
26927         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
26928         * modules/iconv_open-utf: New file.
26929         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
26930         (iconv, iconv_close): New declarations.
26931         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
26932         be defined.
26933         (iconv_open): Add special handling of conversion between UTF-8 and
26934         UTF-{16,32}{BE,LE}.
26935         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
26936         * lib/iconv_close.c: New file.
26937         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
26938         gl_FUNC_ICONV_OPEN.
26939         (gl_FUNC_ICONV_OPEN): Use it.
26940         (gl_FUNC_ICONV_OPEN_UTF): New macro.
26941         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
26942         and REPLACE_ICONV_UTF.
26943         * modules/iconv_open (Depends-on): Add c-strcase.
26944         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
26945         ICONV_CONST.
26946         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
26947
26948 2007-10-13  Albert Chin  <china@thewrittenword.com>
26949             Bruno Haible  <bruno@clisp.org>
26950
26951         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
26952         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
26953
26954 2007-10-13  Bruno Haible  <bruno@clisp.org>
26955
26956         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
26957         defined, use the ISO C99 inline semantics.
26958         * lib/argp.h (ARGP_EI): Likewise.
26959
26960 2007-10-13  Bruno Haible  <bruno@clisp.org>
26961
26962         Handle 'inline' change in gcc 4.3.0.
26963         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
26964         argp_fmtstream_write, argp_fmtstream_set_lmargin,
26965         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
26966         argp_fmtstream_point): Disable 'extern' declaration if the function
26967         definition is going to be provided inline.
26968         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
26969         semantics, not the ISO C99 inline semantics.
26970         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
26971         'extern' declaration if the function definition is going to be provided
26972         inline.
26973         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
26974         the GNU C inline semantics, not the ISO C99 inline semantics. With
26975         GCC 4.2, avoid a warning.
26976
26977 2007-10-13  Bruno Haible  <bruno@clisp.org>
26978
26979         * lib/freading.h (freading): Enable the use of __freading for
26980         glibc >= 2.7.
26981         * lib/freading.c (freading): Likewise.
26982
26983 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26984
26985         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
26986         "warning: C99 inline functions are not supported; using GNU89".
26987
26988 2007-10-12  Bruno Haible  <bruno@clisp.org>
26989
26990         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
26991         of 2.
26992         * tests/test-ceilf2.c: New file.
26993         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
26994
26995         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
26996         * modules/ceilf-tests: Update.
26997
26998 2007-10-12  Bruno Haible  <bruno@clisp.org>
26999
27000         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
27001         of 2.
27002         * tests/test-floorf2.c: New file.
27003         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
27004
27005         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
27006         * modules/floorf-tests: Update.
27007
27008 2007-10-12  Bruno Haible  <bruno@clisp.org>
27009
27010         * tests/test-trunc2.c: New file.
27011         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
27012
27013         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
27014         * modules/trunc-tests: Update.
27015
27016 2007-10-12  Bruno Haible  <bruno@clisp.org>
27017
27018         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
27019         of 2.
27020         * tests/test-truncf2.c: New file.
27021         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
27022
27023         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
27024         * modules/truncf-tests: Update.
27025
27026 2007-10-11  Eric Blake  <ebb9@byu.net>
27027
27028         Don't claim strerror is broken on Interix.
27029         * doc/functions/strerror.texi (strerror): Known broken systems are
27030         now Solaris 8, and not Interix.
27031         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
27032         Interix on cross-compile.
27033         Reported by Martin Koeppe in
27034         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
27035
27036 2007-10-11  Bruno Haible  <bruno@clisp.org>
27037
27038         * modules/i-ring-tests: New file.
27039         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
27040         instead of assert.
27041
27042 2007-10-11  Bruno Haible  <bruno@clisp.org>
27043
27044         * modules/filenamecat-tests: New file.
27045         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
27046         * lib/filenamecat.c: Remove test code.
27047
27048 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
27049
27050         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
27051
27052         * lib/strerror.c: Include <string.h> always, to test interface,
27053         and to remove the need for the dummy.
27054         Include intprops.h to compute width instead of doing it ourselves
27055         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
27056         (strerror): Define it to return NULL if there's no system strerror.
27057         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
27058         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
27059         ancient pre-strerror Unix systems well any more.  Saying "unknown
27060         system error" is enough.
27061         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
27062         simpler strerror.c implementation.
27063         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
27064         Simplify the tests to reflect the simpler strerror implementation.
27065         * modules/strerror (Depends-on): Add intprops.
27066
27067 2007-10-09  Eric Blake  <ebb9@byu.net>
27068
27069         Silence test-fpending.
27070         * modules/fpending-tests (Files): Add wrapper script.
27071         * tests/test-fpending.sh: New file.
27072
27073 2007-10-09  Bruno Haible  <bruno@clisp.org>
27074
27075         * MODULES.html.sh (func_module): Don't create a hyperlink for
27076         function names like 'printf_frexp'.
27077         (Misc): Add crc, memxor.
27078         (Characteristics of floating types): New section.
27079         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
27080         isnanf-nolibm, signbit, trunc, truncf, truncl.
27081         (Enhancements for ISO C 99 functions): New subsection Input/output.
27082         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
27083         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
27084         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
27085         (Compatibility checks for POSIX:2001 functions): Add clock-time.
27086         (Enhancements for POSIX:2001 functions): Add chdir-long.
27087         (File system functions): Add areadlink, chdir-safer, read-file.
27088         Remove cycle-check.
27089         (File system as inode set): New section.
27090         (Date and time): Add gethrxtime.
27091         (Multithreading): Add openmp.
27092         (Internationalization functions): Add localename.
27093         (Unicode string functions): Add unistr/u*-mbsnlen.
27094         (Support for maintaining and releasing projects): Add git-version-gen.
27095         (Lone files): Remove directories.
27096
27097 2007-10-08  Ben Pfaff  <blp@gnu.org>
27098
27099         * lib/xmalloca.h: Fix typo in comment.
27100
27101 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
27102
27103         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
27104         when avoiding problems with integer overflow.  Use a portable test
27105         instead.
27106
27107 2007-10-08  Simon Josefsson  <simon@josefsson.org>
27108
27109         * modules/dummy (License): Change to LGPLv2+.
27110         * modules/float (License): Likewise
27111         * modules/realloc (License): Likewise
27112         * modules/stdlib (License): Likewise
27113
27114 2007-10-07  Bruno Haible  <bruno@clisp.org>
27115
27116         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
27117         * floor.c (TWO_MANT_DIG): Likewise.
27118         * ceil.c (TWO_MANT_DIG): Likewise.
27119         Reported by Ben Pfaff.
27120
27121 2007-10-07  Bruno Haible  <bruno@clisp.org>
27122
27123         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
27124         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
27125         * lib/frexp.c (FUNC): Likewise.
27126         * lib/printf-frexp.h (printf_frexp): Likewise.
27127         * lib/printf-frexpl.h (printf_frexpl): Likewise.
27128         * lib/printf-frexp.c (FUNC): Likewise.
27129         Suggested by Jim Meyering.
27130
27131 2007-10-07  Jim Meyering  <meyering@redhat.com>
27132
27133         Make xnanosleep's integer overflow test more robust.
27134         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
27135         so that gcc-4.3.0 doesn't optimize away this test for overflow.
27136
27137 2007-10-07  Bruno Haible  <bruno@clisp.org>
27138
27139         * NEWS: Mention the license change.
27140
27141         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
27142         abbreviations in the modules files.
27143
27144         Change copyright notice from GPLv2+ to GPLv3+.
27145         * README: Change copyright notice.
27146         * MODULES.html.sh: Likewise.
27147         * build-aux/bootstrap.conf: Likewise.
27148         * build-aux/config.libpath: Likewise.
27149         * build-aux/csharpcomp.sh.in: Likewise.
27150         * build-aux/csharpexec.sh.in: Likewise.
27151         * build-aux/install-reloc: Likewise.
27152         * build-aux/javacomp.sh.in: Likewise.
27153         * build-aux/javaexec.sh.in: Likewise.
27154         * build-aux/ldd.sh.in: Likewise.
27155         * build-aux/reloc-ldflags: Likewise.
27156         * build-aux/relocatable.sh.in: Likewise.
27157         * build-aux/x-to-1.in: Likewise.
27158         * check-module: Likewise.
27159         * config/srclistvars.sh: Likewise.
27160         * gnulib-tool: Likewise.
27161         * lib/acl-internal.h: Likewise.
27162         * lib/acl.c: Likewise.
27163         * lib/acl.h: Likewise.
27164         * lib/acl_entries.c: Likewise.
27165         * lib/areadlink-with-size.c: Likewise.
27166         * lib/areadlink.c: Likewise.
27167         * lib/areadlink.h: Likewise.
27168         * lib/argmatch.c: Likewise.
27169         * lib/argmatch.h: Likewise.
27170         * lib/argp-ba.c: Likewise.
27171         * lib/argp-eexst.c: Likewise.
27172         * lib/argp-fmtstream.c: Likewise.
27173         * lib/argp-fmtstream.h: Likewise.
27174         * lib/argp-fs-xinl.c: Likewise.
27175         * lib/argp-help.c: Likewise.
27176         * lib/argp-namefrob.h: Likewise.
27177         * lib/argp-parse.c: Likewise.
27178         * lib/argp-pin.c: Likewise.
27179         * lib/argp-pv.c: Likewise.
27180         * lib/argp-pvh.c: Likewise.
27181         * lib/argp-xinl.c: Likewise.
27182         * lib/argp.h: Likewise.
27183         * lib/at-func.c: Likewise.
27184         * lib/atanl.c: Likewise.
27185         * lib/backupfile.c: Likewise.
27186         * lib/backupfile.h: Likewise.
27187         * lib/basename.c: Likewise.
27188         * lib/binary-io.h: Likewise.
27189         * lib/byteswap.in.h: Likewise.
27190         * lib/c-stack.c: Likewise.
27191         * lib/c-stack.h: Likewise.
27192         * lib/c-strcasestr.c: Likewise.
27193         * lib/c-strcasestr.h: Likewise.
27194         * lib/c-strstr.c: Likewise.
27195         * lib/c-strstr.h: Likewise.
27196         * lib/c-strtod.c: Likewise.
27197         * lib/calloc.c: Likewise.
27198         * lib/canon-host.c: Likewise.
27199         * lib/canon-host.h: Likewise.
27200         * lib/canonicalize-lgpl.c: Likewise.
27201         * lib/canonicalize.c: Likewise.
27202         * lib/canonicalize.h: Likewise.
27203         * lib/ceil.c: Likewise.
27204         * lib/ceilf.c: Likewise.
27205         * lib/ceill.c: Likewise.
27206         * lib/chdir-long.c: Likewise.
27207         * lib/chdir-long.h: Likewise.
27208         * lib/chdir-safer.c: Likewise.
27209         * lib/chdir-safer.h: Likewise.
27210         * lib/chown.c: Likewise.
27211         * lib/classpath.c: Likewise.
27212         * lib/classpath.h: Likewise.
27213         * lib/clean-temp.c: Likewise.
27214         * lib/clean-temp.h: Likewise.
27215         * lib/cloexec.c: Likewise.
27216         * lib/close-stream.c: Likewise.
27217         * lib/closein.c: Likewise.
27218         * lib/closein.h: Likewise.
27219         * lib/closeout.c: Likewise.
27220         * lib/closeout.h: Likewise.
27221         * lib/concat-filename.c: Likewise.
27222         * lib/copy-file.c: Likewise.
27223         * lib/copy-file.h: Likewise.
27224         * lib/count-one-bits.h: Likewise.
27225         * lib/crc.c: Likewise.
27226         * lib/crc.h: Likewise.
27227         * lib/creat-safer.c: Likewise.
27228         * lib/csharpcomp.c: Likewise.
27229         * lib/csharpcomp.h: Likewise.
27230         * lib/csharpexec.c: Likewise.
27231         * lib/csharpexec.h: Likewise.
27232         * lib/cycle-check.c: Likewise.
27233         * lib/cycle-check.h: Likewise.
27234         * lib/diacrit.c: Likewise.
27235         * lib/diacrit.h: Likewise.
27236         * lib/diffseq.h: Likewise.
27237         * lib/dirchownmod.c: Likewise.
27238         * lib/dirent.in.h: Likewise.
27239         * lib/dirfd.c: Likewise.
27240         * lib/dirfd.h: Likewise.
27241         * lib/dirname.c: Likewise.
27242         * lib/dirname.h: Likewise.
27243         * lib/dummy.c: Likewise.
27244         * lib/dup-safer.c: Likewise.
27245         * lib/dup2.c: Likewise.
27246         * lib/eealloc.h: Likewise.
27247         * lib/error.c: Likewise.
27248         * lib/error.h: Likewise.
27249         * lib/euidaccess.c: Likewise.
27250         * lib/exclude.c: Likewise.
27251         * lib/exclude.h: Likewise.
27252         * lib/execute.c: Likewise.
27253         * lib/execute.h: Likewise.
27254         * lib/exitfail.c: Likewise.
27255         * lib/exitfail.h: Likewise.
27256         * lib/expl.c: Likewise.
27257         * lib/fatal-signal.c: Likewise.
27258         * lib/fatal-signal.h: Likewise.
27259         * lib/fbufmode.c: Likewise.
27260         * lib/fbufmode.h: Likewise.
27261         * lib/fchdir.c: Likewise.
27262         * lib/fchmodat.c: Likewise.
27263         * lib/fchownat.c: Likewise.
27264         * lib/fcntl--.h: Likewise.
27265         * lib/fcntl-safer.h: Likewise.
27266         * lib/fcntl.in.h: Likewise.
27267         * lib/fd-safer.c: Likewise.
27268         * lib/fflush.c: Likewise.
27269         * lib/file-has-acl.c: Likewise.
27270         * lib/file-set.c: Likewise.
27271         * lib/file-type.c: Likewise.
27272         * lib/file-type.h: Likewise.
27273         * lib/fileblocks.c: Likewise.
27274         * lib/filemode.c: Likewise.
27275         * lib/filemode.h: Likewise.
27276         * lib/filename.h: Likewise.
27277         * lib/filenamecat.c: Likewise.
27278         * lib/filenamecat.h: Likewise.
27279         * lib/findprog.c: Likewise.
27280         * lib/findprog.h: Likewise.
27281         * lib/float.in.h: Likewise.
27282         * lib/floor.c: Likewise.
27283         * lib/floorf.c: Likewise.
27284         * lib/floorl.c: Likewise.
27285         * lib/fopen-safer.c: Likewise.
27286         * lib/fopen.c: Likewise.
27287         * lib/fpending.c: Likewise.
27288         * lib/fpending.h: Likewise.
27289         * lib/fprintf.c: Likewise.
27290         * lib/fprintftime.h: Likewise.
27291         * lib/fpucw.h: Likewise.
27292         * lib/fpurge.c: Likewise.
27293         * lib/fpurge.h: Likewise.
27294         * lib/freadable.c: Likewise.
27295         * lib/freadable.h: Likewise.
27296         * lib/freadahead.c: Likewise.
27297         * lib/freadahead.h: Likewise.
27298         * lib/freading.c: Likewise.
27299         * lib/freading.h: Likewise.
27300         * lib/free.c: Likewise.
27301         * lib/freopen.c: Likewise.
27302         * lib/frexp.c: Likewise.
27303         * lib/frexpl.c: Likewise.
27304         * lib/fseek.c: Likewise.
27305         * lib/fseterr.c: Likewise.
27306         * lib/fseterr.h: Likewise.
27307         * lib/fstatat.c: Likewise.
27308         * lib/fstrcmp.c: Likewise.
27309         * lib/fstrcmp.h: Likewise.
27310         * lib/fsusage.c: Likewise.
27311         * lib/fsusage.h: Likewise.
27312         * lib/ftell.c: Likewise.
27313         * lib/ftello.c: Likewise.
27314         * lib/fts-cycle.c: Likewise.
27315         * lib/fts.c: Likewise.
27316         * lib/fts_.h: Likewise.
27317         * lib/full-read.c: Likewise.
27318         * lib/full-read.h: Likewise.
27319         * lib/full-write.c: Likewise.
27320         * lib/full-write.h: Likewise.
27321         * lib/fwritable.c: Likewise.
27322         * lib/fwritable.h: Likewise.
27323         * lib/fwriteerror.c: Likewise.
27324         * lib/fwriteerror.h: Likewise.
27325         * lib/fwriting.c: Likewise.
27326         * lib/fwriting.h: Likewise.
27327         * lib/gcd.c: Likewise.
27328         * lib/gcd.h: Likewise.
27329         * lib/getcwd.c: Likewise.
27330         * lib/getdate.h: Likewise.
27331         * lib/getdate.y: Likewise.
27332         * lib/getdomainname.c: Likewise.
27333         * lib/getdomainname.h: Likewise.
27334         * lib/getgroups.c: Likewise.
27335         * lib/gethostname.c: Likewise.
27336         * lib/gethrxtime.c: Likewise.
27337         * lib/gethrxtime.h: Likewise.
27338         * lib/getloadavg.c: Likewise.
27339         * lib/getndelim2.c: Likewise.
27340         * lib/getndelim2.h: Likewise.
27341         * lib/getnline.c: Likewise.
27342         * lib/getnline.h: Likewise.
27343         * lib/getopt.c: Likewise.
27344         * lib/getopt.in.h: Likewise.
27345         * lib/getopt1.c: Likewise.
27346         * lib/getopt_int.h: Likewise.
27347         * lib/getpagesize.h: Likewise.
27348         * lib/getsubopt.c: Likewise.
27349         * lib/gettime.c: Likewise.
27350         * lib/getugroups.c: Likewise.
27351         * lib/getugroups.h: Likewise.
27352         * lib/getusershell.c: Likewise.
27353         * lib/gl_anyavltree_list1.h: Likewise.
27354         * lib/gl_anyavltree_list2.h: Likewise.
27355         * lib/gl_anyhash_list1.h: Likewise.
27356         * lib/gl_anyhash_list2.h: Likewise.
27357         * lib/gl_anylinked_list1.h: Likewise.
27358         * lib/gl_anylinked_list2.h: Likewise.
27359         * lib/gl_anyrbtree_list1.h: Likewise.
27360         * lib/gl_anyrbtree_list2.h: Likewise.
27361         * lib/gl_anytree_list1.h: Likewise.
27362         * lib/gl_anytree_list2.h: Likewise.
27363         * lib/gl_anytree_oset.h: Likewise.
27364         * lib/gl_anytreehash_list1.h: Likewise.
27365         * lib/gl_anytreehash_list2.h: Likewise.
27366         * lib/gl_array_list.c: Likewise.
27367         * lib/gl_array_list.h: Likewise.
27368         * lib/gl_array_oset.c: Likewise.
27369         * lib/gl_array_oset.h: Likewise.
27370         * lib/gl_avltree_list.c: Likewise.
27371         * lib/gl_avltree_list.h: Likewise.
27372         * lib/gl_avltree_oset.c: Likewise.
27373         * lib/gl_avltree_oset.h: Likewise.
27374         * lib/gl_avltreehash_list.c: Likewise.
27375         * lib/gl_avltreehash_list.h: Likewise.
27376         * lib/gl_carray_list.c: Likewise.
27377         * lib/gl_carray_list.h: Likewise.
27378         * lib/gl_linked_list.c: Likewise.
27379         * lib/gl_linked_list.h: Likewise.
27380         * lib/gl_linkedhash_list.c: Likewise.
27381         * lib/gl_linkedhash_list.h: Likewise.
27382         * lib/gl_list.c: Likewise.
27383         * lib/gl_list.h: Likewise.
27384         * lib/gl_oset.c: Likewise.
27385         * lib/gl_oset.h: Likewise.
27386         * lib/gl_rbtree_list.c: Likewise.
27387         * lib/gl_rbtree_list.h: Likewise.
27388         * lib/gl_rbtree_oset.c: Likewise.
27389         * lib/gl_rbtree_oset.h: Likewise.
27390         * lib/gl_rbtreehash_list.c: Likewise.
27391         * lib/gl_rbtreehash_list.h: Likewise.
27392         * lib/gl_sublist.c: Likewise.
27393         * lib/gl_sublist.h: Likewise.
27394         * lib/group-member.c: Likewise.
27395         * lib/group-member.h: Likewise.
27396         * lib/hard-locale.c: Likewise.
27397         * lib/hard-locale.h: Likewise.
27398         * lib/hash-pjw.c: Likewise.
27399         * lib/hash-pjw.h: Likewise.
27400         * lib/hash-triple.c: Likewise.
27401         * lib/hash.c: Likewise.
27402         * lib/hash.h: Likewise.
27403         * lib/human.c: Likewise.
27404         * lib/human.h: Likewise.
27405         * lib/i-ring.c: Likewise.
27406         * lib/i-ring.h: Likewise.
27407         * lib/idcache.c: Likewise.
27408         * lib/imaxabs.c: Likewise.
27409         * lib/imaxdiv.c: Likewise.
27410         * lib/inet_pton.c: Likewise.
27411         * lib/inet_pton.h: Likewise.
27412         * lib/intprops.h: Likewise.
27413         * lib/inttostr.c: Likewise.
27414         * lib/inttostr.h: Likewise.
27415         * lib/inttypes.in.h: Likewise.
27416         * lib/isapipe.c: Likewise.
27417         * lib/isdir.c: Likewise.
27418         * lib/isnan.c: Likewise.
27419         * lib/isnan.h: Likewise.
27420         * lib/isnanf.c: Likewise.
27421         * lib/isnanf.h: Likewise.
27422         * lib/isnanl-nolibm.h: Likewise.
27423         * lib/isnanl.c: Likewise.
27424         * lib/isnanl.h: Likewise.
27425         * lib/javacomp.c: Likewise.
27426         * lib/javacomp.h: Likewise.
27427         * lib/javaexec.c: Likewise.
27428         * lib/javaexec.h: Likewise.
27429         * lib/javaversion.c: Likewise.
27430         * lib/javaversion.h: Likewise.
27431         * lib/javaversion.java: Likewise.
27432         * lib/lbrkprop.h: Likewise.
27433         * lib/lchmod.h: Likewise.
27434         * lib/lchown.c: Likewise.
27435         * lib/ldexpl.c: Likewise.
27436         * lib/linebreak.c: Likewise.
27437         * lib/linebreak.h: Likewise.
27438         * lib/linebuffer.c: Likewise.
27439         * lib/linebuffer.h: Likewise.
27440         * lib/locale.in.h: Likewise.
27441         * lib/logl.c: Likewise.
27442         * lib/long-options.c: Likewise.
27443         * lib/long-options.h: Likewise.
27444         * lib/lstat.c: Likewise.
27445         * lib/lstat.h: Likewise.
27446         * lib/math.in.h: Likewise.
27447         * lib/mbchar.c: Likewise.
27448         * lib/mbchar.h: Likewise.
27449         * lib/mbfile.h: Likewise.
27450         * lib/mbiter.h: Likewise.
27451         * lib/mbscasecmp.c: Likewise.
27452         * lib/mbscasestr.c: Likewise.
27453         * lib/mbschr.c: Likewise.
27454         * lib/mbscspn.c: Likewise.
27455         * lib/mbslen.c: Likewise.
27456         * lib/mbsncasecmp.c: Likewise.
27457         * lib/mbsnlen.c: Likewise.
27458         * lib/mbspbrk.c: Likewise.
27459         * lib/mbspcasecmp.c: Likewise.
27460         * lib/mbsrchr.c: Likewise.
27461         * lib/mbssep.c: Likewise.
27462         * lib/mbsspn.c: Likewise.
27463         * lib/mbsstr.c: Likewise.
27464         * lib/mbstok_r.c: Likewise.
27465         * lib/mbswidth.c: Likewise.
27466         * lib/mbswidth.h: Likewise.
27467         * lib/mbuiter.h: Likewise.
27468         * lib/memcasecmp.c: Likewise.
27469         * lib/memcasecmp.h: Likewise.
27470         * lib/memchr.c: Likewise.
27471         * lib/memcmp.c: Likewise.
27472         * lib/memcoll.c: Likewise.
27473         * lib/memcoll.h: Likewise.
27474         * lib/memcpy.c: Likewise.
27475         * lib/memrchr.c: Likewise.
27476         * lib/mkancesdirs.c: Likewise.
27477         * lib/mkdir-p.c: Likewise.
27478         * lib/mkdir-p.h: Likewise.
27479         * lib/mkdir.c: Likewise.
27480         * lib/mkdirat.c: Likewise.
27481         * lib/mkdtemp.c: Likewise.
27482         * lib/mkstemp-safer.c: Likewise.
27483         * lib/mkstemp.c: Likewise.
27484         * lib/modechange.c: Likewise.
27485         * lib/modechange.h: Likewise.
27486         * lib/mountlist.c: Likewise.
27487         * lib/mountlist.h: Likewise.
27488         * lib/mpsort.c: Likewise.
27489         * lib/nanosleep.c: Likewise.
27490         * lib/obstack.c: Likewise.
27491         * lib/obstack.h: Likewise.
27492         * lib/open-safer.c: Likewise.
27493         * lib/open.c: Likewise.
27494         * lib/openat-die.c: Likewise.
27495         * lib/openat-priv.h: Likewise.
27496         * lib/openat-proc.c: Likewise.
27497         * lib/openat.c: Likewise.
27498         * lib/openat.h: Likewise.
27499         * lib/pagealign_alloc.c: Likewise.
27500         * lib/pagealign_alloc.h: Likewise.
27501         * lib/physmem.c: Likewise.
27502         * lib/physmem.h: Likewise.
27503         * lib/pipe-safer.c: Likewise.
27504         * lib/pipe.c: Likewise.
27505         * lib/pipe.h: Likewise.
27506         * lib/posixtm.c: Likewise.
27507         * lib/posixtm.h: Likewise.
27508         * lib/posixver.c: Likewise.
27509         * lib/printf-frexp.c: Likewise.
27510         * lib/printf-frexp.h: Likewise.
27511         * lib/printf-frexpl.c: Likewise.
27512         * lib/printf-frexpl.h: Likewise.
27513         * lib/printf.c: Likewise.
27514         * lib/progname.c: Likewise.
27515         * lib/progname.h: Likewise.
27516         * lib/progreloc.c: Likewise.
27517         * lib/putenv.c: Likewise.
27518         * lib/quote.c: Likewise.
27519         * lib/quote.h: Likewise.
27520         * lib/quotearg.c: Likewise.
27521         * lib/quotearg.h: Likewise.
27522         * lib/raise.c: Likewise.
27523         * lib/readline.c: Likewise.
27524         * lib/readline.h: Likewise.
27525         * lib/readlink.c: Likewise.
27526         * lib/readtokens.c: Likewise.
27527         * lib/readtokens.h: Likewise.
27528         * lib/readtokens0.c: Likewise.
27529         * lib/readtokens0.h: Likewise.
27530         * lib/readutmp.c: Likewise.
27531         * lib/readutmp.h: Likewise.
27532         * lib/realloc.c: Likewise.
27533         * lib/relocwrapper.c: Likewise.
27534         * lib/rename-dest-slash.c: Likewise.
27535         * lib/rename.c: Likewise.
27536         * lib/rmdir.c: Likewise.
27537         * lib/rpmatch.c: Likewise.
27538         * lib/safe-read.c: Likewise.
27539         * lib/safe-read.h: Likewise.
27540         * lib/safe-write.c: Likewise.
27541         * lib/safe-write.h: Likewise.
27542         * lib/same-inode.h: Likewise.
27543         * lib/same.c: Likewise.
27544         * lib/same.h: Likewise.
27545         * lib/save-cwd.c: Likewise.
27546         * lib/save-cwd.h: Likewise.
27547         * lib/savedir.c: Likewise.
27548         * lib/savedir.h: Likewise.
27549         * lib/savewd.c: Likewise.
27550         * lib/savewd.h: Likewise.
27551         * lib/search.in.h: Likewise.
27552         * lib/setenv.c: Likewise.
27553         * lib/setenv.h: Likewise.
27554         * lib/settime.c: Likewise.
27555         * lib/sh-quote.c: Likewise.
27556         * lib/sh-quote.h: Likewise.
27557         * lib/sig2str.c: Likewise.
27558         * lib/sig2str.h: Likewise.
27559         * lib/signal.in.h: Likewise.
27560         * lib/signbitd.c: Likewise.
27561         * lib/signbitf.c: Likewise.
27562         * lib/signbitl.c: Likewise.
27563         * lib/sigprocmask.c: Likewise.
27564         * lib/sincosl.c: Likewise.
27565         * lib/sleep.c: Likewise.
27566         * lib/sprintf.c: Likewise.
27567         * lib/sqrtl.c: Likewise.
27568         * lib/stat-time.h: Likewise.
27569         * lib/stdio--.h: Likewise.
27570         * lib/stdio-safer.h: Likewise.
27571         * lib/stdlib--.h: Likewise.
27572         * lib/stdlib-safer.h: Likewise.
27573         * lib/stdlib.in.h: Likewise.
27574         * lib/stpcpy.c: Likewise.
27575         * lib/stpncpy.c: Likewise.
27576         * lib/strchrnul.c: Likewise.
27577         * lib/strcspn.c: Likewise.
27578         * lib/strerror.c: Likewise.
27579         * lib/strftime.c: Likewise.
27580         * lib/strftime.h: Likewise.
27581         * lib/striconveh.c: Likewise.
27582         * lib/striconveh.h: Likewise.
27583         * lib/striconveha.c: Likewise.
27584         * lib/striconveha.h: Likewise.
27585         * lib/stripslash.c: Likewise.
27586         * lib/strnlen1.c: Likewise.
27587         * lib/strnlen1.h: Likewise.
27588         * lib/strtod.c: Likewise.
27589         * lib/strtoimax.c: Likewise.
27590         * lib/strtok_r.c: Likewise.
27591         * lib/strtol.c: Likewise.
27592         * lib/strtoll.c: Likewise.
27593         * lib/strtoul.c: Likewise.
27594         * lib/strtoull.c: Likewise.
27595         * lib/sysexits.in.h: Likewise.
27596         * lib/tempname.c: Likewise.
27597         * lib/tempname.h: Likewise.
27598         * lib/timespec.h: Likewise.
27599         * lib/tls.c: Likewise.
27600         * lib/tls.h: Likewise.
27601         * lib/tmpdir.c: Likewise.
27602         * lib/tmpdir.h: Likewise.
27603         * lib/tmpfile-safer.c: Likewise.
27604         * lib/tmpfile.c: Likewise.
27605         * lib/trigl.c: Likewise.
27606         * lib/trigl.h: Likewise.
27607         * lib/trim.c: Likewise.
27608         * lib/trim.h: Likewise.
27609         * lib/trunc.c: Likewise.
27610         * lib/truncf.c: Likewise.
27611         * lib/truncl.c: Likewise.
27612         * lib/tsearch.c: Likewise.
27613         * lib/unicodeio.c: Likewise.
27614         * lib/unicodeio.h: Likewise.
27615         * lib/unistd--.h: Likewise.
27616         * lib/unistd-safer.h: Likewise.
27617         * lib/unistdio/ulc-fprintf.c: Likewise.
27618         * lib/unistdio/ulc-vfprintf.c: Likewise.
27619         * lib/unlinkdir.c: Likewise.
27620         * lib/unlinkdir.h: Likewise.
27621         * lib/unlocked-io.h: Likewise.
27622         * lib/unsetenv.c: Likewise.
27623         * lib/userspec.c: Likewise.
27624         * lib/utime.c: Likewise.
27625         * lib/utimecmp.c: Likewise.
27626         * lib/utimecmp.h: Likewise.
27627         * lib/utimens.c: Likewise.
27628         * lib/verify.h: Likewise.
27629         * lib/verror.c: Likewise.
27630         * lib/verror.h: Likewise.
27631         * lib/version-etc-fsf.c: Likewise.
27632         * lib/version-etc.c: Likewise.
27633         * lib/version-etc.h: Likewise.
27634         * lib/vfprintf.c: Likewise.
27635         * lib/vprintf.c: Likewise.
27636         * lib/vsprintf.c: Likewise.
27637         * lib/w32spawn.h: Likewise.
27638         * lib/wait-process.c: Likewise.
27639         * lib/wait-process.h: Likewise.
27640         * lib/wcwidth.c: Likewise.
27641         * lib/write-any-file.c: Likewise.
27642         * lib/xalloc-die.c: Likewise.
27643         * lib/xalloc.h: Likewise.
27644         * lib/xasprintf.c: Likewise.
27645         * lib/xgetcwd.c: Likewise.
27646         * lib/xgetcwd.h: Likewise.
27647         * lib/xgetdomainname.c: Likewise.
27648         * lib/xgetdomainname.h: Likewise.
27649         * lib/xgethostname.c: Likewise.
27650         * lib/xmalloc.c: Likewise.
27651         * lib/xmalloca.c: Likewise.
27652         * lib/xmalloca.h: Likewise.
27653         * lib/xmemcoll.c: Likewise.
27654         * lib/xnanosleep.c: Likewise.
27655         * lib/xreadlink.c: Likewise.
27656         * lib/xreadlink.h: Likewise.
27657         * lib/xsetenv.c: Likewise.
27658         * lib/xsetenv.h: Likewise.
27659         * lib/xstriconv.c: Likewise.
27660         * lib/xstriconv.h: Likewise.
27661         * lib/xstrndup.c: Likewise.
27662         * lib/xstrndup.h: Likewise.
27663         * lib/xstrtod.c: Likewise.
27664         * lib/xstrtod.h: Likewise.
27665         * lib/xstrtol-error.c: Likewise.
27666         * lib/xstrtol.c: Likewise.
27667         * lib/xstrtol.h: Likewise.
27668         * lib/xtime.h: Likewise.
27669         * lib/xvasprintf.c: Likewise.
27670         * lib/xvasprintf.h: Likewise.
27671         * lib/yesno.c: Likewise.
27672         * lib/yesno.h: Likewise.
27673         * posix-modules: Likewise.
27674         * tests/test-alloca-opt.c: Likewise.
27675         * tests/test-arcfour.c: Likewise.
27676         * tests/test-arctwo.c: Likewise.
27677         * tests/test-argmatch.c: Likewise.
27678         * tests/test-argp-2.sh: Likewise.
27679         * tests/test-argp.c: Likewise.
27680         * tests/test-arpa_inet.c: Likewise.
27681         * tests/test-array_list.c: Likewise.
27682         * tests/test-array_oset.c: Likewise.
27683         * tests/test-atexit.c: Likewise.
27684         * tests/test-avltree_list.c: Likewise.
27685         * tests/test-avltree_oset.c: Likewise.
27686         * tests/test-avltreehash_list.c: Likewise.
27687         * tests/test-base64.c: Likewise.
27688         * tests/test-binary-io.c: Likewise.
27689         * tests/test-byteswap.c: Likewise.
27690         * tests/test-c-ctype.c: Likewise.
27691         * tests/test-c-strcasecmp.c: Likewise.
27692         * tests/test-c-strcasestr.c: Likewise.
27693         * tests/test-c-strncasecmp.c: Likewise.
27694         * tests/test-c-strstr.c: Likewise.
27695         * tests/test-canonicalize-lgpl.c: Likewise.
27696         * tests/test-canonicalize.c: Likewise.
27697         * tests/test-carray_list.c: Likewise.
27698         * tests/test-ceilf.c: Likewise.
27699         * tests/test-ceill.c: Likewise.
27700         * tests/test-count-one-bits.c: Likewise.
27701         * tests/test-crc.c: Likewise.
27702         * tests/test-dirname.c: Likewise.
27703         * tests/test-fbufmode.c: Likewise.
27704         * tests/test-fcntl.c: Likewise.
27705         * tests/test-fflush.c: Likewise.
27706         * tests/test-floorf.c: Likewise.
27707         * tests/test-floorl.c: Likewise.
27708         * tests/test-fopen.c: Likewise.
27709         * tests/test-fprintf-posix.c: Likewise.
27710         * tests/test-fprintf-posix.h: Likewise.
27711         * tests/test-fpurge.c: Likewise.
27712         * tests/test-freadable.c: Likewise.
27713         * tests/test-freadahead.c: Likewise.
27714         * tests/test-freading.c: Likewise.
27715         * tests/test-freopen.c: Likewise.
27716         * tests/test-frexp.c: Likewise.
27717         * tests/test-frexpl.c: Likewise.
27718         * tests/test-fseek.c: Likewise.
27719         * tests/test-fseeko.c: Likewise.
27720         * tests/test-fseterr.c: Likewise.
27721         * tests/test-fstrcmp.c: Likewise.
27722         * tests/test-ftell.c: Likewise.
27723         * tests/test-ftello.c: Likewise.
27724         * tests/test-fwritable.c: Likewise.
27725         * tests/test-fwriting.c: Likewise.
27726         * tests/test-getaddrinfo.c: Likewise.
27727         * tests/test-getpass.c: Likewise.
27728         * tests/test-gettimeofday.c: Likewise.
27729         * tests/test-hmac-md5.c: Likewise.
27730         * tests/test-hmac-sha1.c: Likewise.
27731         * tests/test-iconv.c: Likewise.
27732         * tests/test-iconvme.c: Likewise.
27733         * tests/test-inttypes.c: Likewise.
27734         * tests/test-isnan.c: Likewise.
27735         * tests/test-isnanf.c: Likewise.
27736         * tests/test-isnanl-nolibm.c: Likewise.
27737         * tests/test-isnanl.c: Likewise.
27738         * tests/test-isnanl.h: Likewise.
27739         * tests/test-ldexpl.c: Likewise.
27740         * tests/test-linked_list.c: Likewise.
27741         * tests/test-linkedhash_list.c: Likewise.
27742         * tests/test-locale.c: Likewise.
27743         * tests/test-localename.c: Likewise.
27744         * tests/test-lock.c: Likewise.
27745         * tests/test-lseek.c: Likewise.
27746         * tests/test-malloca.c: Likewise.
27747         * tests/test-math.c: Likewise.
27748         * tests/test-mbscasecmp.c: Likewise.
27749         * tests/test-mbscasestr1.c: Likewise.
27750         * tests/test-mbscasestr2.c: Likewise.
27751         * tests/test-mbscasestr3.c: Likewise.
27752         * tests/test-mbscasestr4.c: Likewise.
27753         * tests/test-mbschr.c: Likewise.
27754         * tests/test-mbscspn.c: Likewise.
27755         * tests/test-mbsncasecmp.c: Likewise.
27756         * tests/test-mbspbrk.c: Likewise.
27757         * tests/test-mbspcasecmp.c: Likewise.
27758         * tests/test-mbsrchr.c: Likewise.
27759         * tests/test-mbsspn.c: Likewise.
27760         * tests/test-mbsstr1.c: Likewise.
27761         * tests/test-mbsstr2.c: Likewise.
27762         * tests/test-mbsstr3.c: Likewise.
27763         * tests/test-md5.c: Likewise.
27764         * tests/test-memmem.c: Likewise.
27765         * tests/test-netinet_in.c: Likewise.
27766         * tests/test-open.c: Likewise.
27767         * tests/test-printf-frexp.c: Likewise.
27768         * tests/test-printf-frexpl.c: Likewise.
27769         * tests/test-printf-posix.c: Likewise.
27770         * tests/test-printf-posix.h: Likewise.
27771         * tests/test-rbtree_list.c: Likewise.
27772         * tests/test-rbtree_oset.c: Likewise.
27773         * tests/test-rbtreehash_list.c: Likewise.
27774         * tests/test-read-file.c: Likewise.
27775         * tests/test-rijndael.c: Likewise.
27776         * tests/test-search.c: Likewise.
27777         * tests/test-signbit.c: Likewise.
27778         * tests/test-sleep.c: Likewise.
27779         * tests/test-snprintf-posix.c: Likewise.
27780         * tests/test-snprintf-posix.h: Likewise.
27781         * tests/test-snprintf.c: Likewise.
27782         * tests/test-sprintf-posix.c: Likewise.
27783         * tests/test-sprintf-posix.h: Likewise.
27784         * tests/test-stat-time.c: Likewise.
27785         * tests/test-stdbool.c: Likewise.
27786         * tests/test-stdint.c: Likewise.
27787         * tests/test-stdio.c: Likewise.
27788         * tests/test-stdlib.c: Likewise.
27789         * tests/test-stpncpy.c: Likewise.
27790         * tests/test-strcasestr.c: Likewise.
27791         * tests/test-striconv.c: Likewise.
27792         * tests/test-striconveh.c: Likewise.
27793         * tests/test-striconveha.c: Likewise.
27794         * tests/test-string.c: Likewise.
27795         * tests/test-sys_select.c: Likewise.
27796         * tests/test-sys_socket.c: Likewise.
27797         * tests/test-sys_stat.c: Likewise.
27798         * tests/test-sys_time.c: Likewise.
27799         * tests/test-sysexits.c: Likewise.
27800         * tests/test-time.c: Likewise.
27801         * tests/test-tls.c: Likewise.
27802         * tests/test-trunc.c: Likewise.
27803         * tests/test-truncf.c: Likewise.
27804         * tests/test-truncl.c: Likewise.
27805         * tests/test-unistd.c: Likewise.
27806         * tests/test-vasnprintf-posix.c: Likewise.
27807         * tests/test-vasnprintf-posix2.c: Likewise.
27808         * tests/test-vasnprintf.c: Likewise.
27809         * tests/test-vasprintf-posix.c: Likewise.
27810         * tests/test-vasprintf.c: Likewise.
27811         * tests/test-verify.c: Likewise.
27812         * tests/test-vfprintf-posix.c: Likewise.
27813         * tests/test-vprintf-posix.c: Likewise.
27814         * tests/test-vsnprintf-posix.c: Likewise.
27815         * tests/test-vsnprintf.c: Likewise.
27816         * tests/test-vsprintf-posix.c: Likewise.
27817         * tests/test-wchar.c: Likewise.
27818         * tests/test-wctype.c: Likewise.
27819         * tests/test-wcwidth.c: Likewise.
27820         * tests/test-xstrtol.c: Likewise.
27821         * tests/test-xvasprintf.c: Likewise.
27822         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
27823         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
27824         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
27825         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
27826         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
27827         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
27828         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
27829         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
27830         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
27831         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
27832         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
27833         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
27834         * tests/uniname/test-uninames.c: Likewise.
27835         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
27836         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
27837         * tests/unistdio/test-u16-printf1.h: Likewise.
27838         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
27839         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
27840         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
27841         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
27842         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
27843         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
27844         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
27845         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
27846         * tests/unistdio/test-u32-printf1.h: Likewise.
27847         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
27848         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
27849         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
27850         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
27851         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
27852         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
27853         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
27854         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
27855         * tests/unistdio/test-u8-printf1.h: Likewise.
27856         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
27857         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
27858         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
27859         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
27860         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
27861         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
27862         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
27863         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
27864         * tests/unistdio/test-ulc-printf1.h: Likewise.
27865         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
27866         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
27867         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
27868         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
27869         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
27870         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
27871         * tests/uniwidth/test-u16-strwidth.c: Likewise.
27872         * tests/uniwidth/test-u16-width.c: Likewise.
27873         * tests/uniwidth/test-u32-strwidth.c: Likewise.
27874         * tests/uniwidth/test-u32-width.c: Likewise.
27875         * tests/uniwidth/test-u8-strwidth.c: Likewise.
27876         * tests/uniwidth/test-u8-width.c: Likewise.
27877         * tests/uniwidth/test-uc_width.c: Likewise.
27878         * config/srclist-update: Likewise.
27879         (fixlicense): Update to GPLv3+.
27880
27881         Change copyright notice from LGPLv2.1+ to LGPLv3+.
27882         * tests/test-tsearch.c: Change copyright notice.
27883
27884         Change copyright notice from LGPLv2.0+ to LGPLv3+.
27885         * lib/c-strcaseeq.h: Change copyright notice.
27886         * lib/streq.h: Likewise.
27887         * lib/uniconv.h: Likewise.
27888         * lib/uniconv/u-conv-from-enc.h: Likewise.
27889         * lib/uniconv/u-conv-to-enc.h: Likewise.
27890         * lib/uniconv/u-strconv-from-enc.h: Likewise.
27891         * lib/uniconv/u-strconv-to-enc.h: Likewise.
27892         * lib/uniconv/u16-conv-from-enc.c: Likewise.
27893         * lib/uniconv/u16-conv-to-enc.c: Likewise.
27894         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
27895         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
27896         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
27897         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
27898         * lib/uniconv/u32-conv-from-enc.c: Likewise.
27899         * lib/uniconv/u32-conv-to-enc.c: Likewise.
27900         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
27901         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
27902         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
27903         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
27904         * lib/uniconv/u8-conv-from-enc.c: Likewise.
27905         * lib/uniconv/u8-conv-to-enc.c: Likewise.
27906         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
27907         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
27908         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
27909         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
27910         * lib/uniname.h: Likewise.
27911         * lib/uniname/uniname.c: Likewise.
27912         * lib/unistdio.h: Likewise.
27913         * lib/unistdio/u-asnprintf.h: Likewise.
27914         * lib/unistdio/u-asprintf.h: Likewise.
27915         * lib/unistdio/u-printf-args.c: Likewise.
27916         * lib/unistdio/u-printf-args.h: Likewise.
27917         * lib/unistdio/u-printf-parse.h: Likewise.
27918         * lib/unistdio/u-snprintf.h: Likewise.
27919         * lib/unistdio/u-sprintf.h: Likewise.
27920         * lib/unistdio/u-vasprintf.h: Likewise.
27921         * lib/unistdio/u-vsnprintf.h: Likewise.
27922         * lib/unistdio/u-vsprintf.h: Likewise.
27923         * lib/unistdio/u16-asnprintf.c: Likewise.
27924         * lib/unistdio/u16-asprintf.c: Likewise.
27925         * lib/unistdio/u16-printf-parse.c: Likewise.
27926         * lib/unistdio/u16-snprintf.c: Likewise.
27927         * lib/unistdio/u16-sprintf.c: Likewise.
27928         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
27929         * lib/unistdio/u16-u16-asprintf.c: Likewise.
27930         * lib/unistdio/u16-u16-snprintf.c: Likewise.
27931         * lib/unistdio/u16-u16-sprintf.c: Likewise.
27932         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
27933         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
27934         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
27935         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
27936         * lib/unistdio/u16-vasnprintf.c: Likewise.
27937         * lib/unistdio/u16-vasprintf.c: Likewise.
27938         * lib/unistdio/u16-vsnprintf.c: Likewise.
27939         * lib/unistdio/u16-vsprintf.c: Likewise.
27940         * lib/unistdio/u32-asnprintf.c: Likewise.
27941         * lib/unistdio/u32-asprintf.c: Likewise.
27942         * lib/unistdio/u32-printf-parse.c: Likewise.
27943         * lib/unistdio/u32-snprintf.c: Likewise.
27944         * lib/unistdio/u32-sprintf.c: Likewise.
27945         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
27946         * lib/unistdio/u32-u32-asprintf.c: Likewise.
27947         * lib/unistdio/u32-u32-snprintf.c: Likewise.
27948         * lib/unistdio/u32-u32-sprintf.c: Likewise.
27949         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
27950         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
27951         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
27952         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
27953         * lib/unistdio/u32-vasnprintf.c: Likewise.
27954         * lib/unistdio/u32-vasprintf.c: Likewise.
27955         * lib/unistdio/u32-vsnprintf.c: Likewise.
27956         * lib/unistdio/u32-vsprintf.c: Likewise.
27957         * lib/unistdio/u8-asnprintf.c: Likewise.
27958         * lib/unistdio/u8-asprintf.c: Likewise.
27959         * lib/unistdio/u8-printf-parse.c: Likewise.
27960         * lib/unistdio/u8-snprintf.c: Likewise.
27961         * lib/unistdio/u8-sprintf.c: Likewise.
27962         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
27963         * lib/unistdio/u8-u8-asprintf.c: Likewise.
27964         * lib/unistdio/u8-u8-snprintf.c: Likewise.
27965         * lib/unistdio/u8-u8-sprintf.c: Likewise.
27966         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
27967         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
27968         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
27969         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
27970         * lib/unistdio/u8-vasnprintf.c: Likewise.
27971         * lib/unistdio/u8-vasprintf.c: Likewise.
27972         * lib/unistdio/u8-vsnprintf.c: Likewise.
27973         * lib/unistdio/u8-vsprintf.c: Likewise.
27974         * lib/unistdio/ulc-asnprintf.c: Likewise.
27975         * lib/unistdio/ulc-asprintf.c: Likewise.
27976         * lib/unistdio/ulc-printf-parse.c: Likewise.
27977         * lib/unistdio/ulc-snprintf.c: Likewise.
27978         * lib/unistdio/ulc-sprintf.c: Likewise.
27979         * lib/unistdio/ulc-vasnprintf.c: Likewise.
27980         * lib/unistdio/ulc-vasprintf.c: Likewise.
27981         * lib/unistdio/ulc-vsnprintf.c: Likewise.
27982         * lib/unistdio/ulc-vsprintf.c: Likewise.
27983         * lib/unistr.h: Likewise.
27984         * lib/unistr/u-cpy-alloc.h: Likewise.
27985         * lib/unistr/u-cpy.h: Likewise.
27986         * lib/unistr/u-endswith.h: Likewise.
27987         * lib/unistr/u-move.h: Likewise.
27988         * lib/unistr/u-set.h: Likewise.
27989         * lib/unistr/u-startswith.h: Likewise.
27990         * lib/unistr/u-stpcpy.h: Likewise.
27991         * lib/unistr/u-stpncpy.h: Likewise.
27992         * lib/unistr/u-strcat.h: Likewise.
27993         * lib/unistr/u-strcpy.h: Likewise.
27994         * lib/unistr/u-strcspn.h: Likewise.
27995         * lib/unistr/u-strdup.h: Likewise.
27996         * lib/unistr/u-strlen.h: Likewise.
27997         * lib/unistr/u-strncat.h: Likewise.
27998         * lib/unistr/u-strncpy.h: Likewise.
27999         * lib/unistr/u-strnlen.h: Likewise.
28000         * lib/unistr/u-strpbrk.h: Likewise.
28001         * lib/unistr/u-strspn.h: Likewise.
28002         * lib/unistr/u-strstr.h: Likewise.
28003         * lib/unistr/u-strtok.h: Likewise.
28004         * lib/unistr/u16-check.c: Likewise.
28005         * lib/unistr/u16-chr.c: Likewise.
28006         * lib/unistr/u16-cmp.c: Likewise.
28007         * lib/unistr/u16-cpy-alloc.c: Likewise.
28008         * lib/unistr/u16-cpy.c: Likewise.
28009         * lib/unistr/u16-endswith.c: Likewise.
28010         * lib/unistr/u16-mblen.c: Likewise.
28011         * lib/unistr/u16-mbsnlen.c: Likewise.
28012         * lib/unistr/u16-mbtouc-aux.c: Likewise.
28013         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
28014         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
28015         * lib/unistr/u16-mbtouc.c: Likewise.
28016         * lib/unistr/u16-mbtoucr.c: Likewise.
28017         * lib/unistr/u16-move.c: Likewise.
28018         * lib/unistr/u16-next.c: Likewise.
28019         * lib/unistr/u16-prev.c: Likewise.
28020         * lib/unistr/u16-set.c: Likewise.
28021         * lib/unistr/u16-startswith.c: Likewise.
28022         * lib/unistr/u16-stpcpy.c: Likewise.
28023         * lib/unistr/u16-stpncpy.c: Likewise.
28024         * lib/unistr/u16-strcat.c: Likewise.
28025         * lib/unistr/u16-strchr.c: Likewise.
28026         * lib/unistr/u16-strcmp.c: Likewise.
28027         * lib/unistr/u16-strcpy.c: Likewise.
28028         * lib/unistr/u16-strcspn.c: Likewise.
28029         * lib/unistr/u16-strdup.c: Likewise.
28030         * lib/unistr/u16-strlen.c: Likewise.
28031         * lib/unistr/u16-strmblen.c: Likewise.
28032         * lib/unistr/u16-strmbtouc.c: Likewise.
28033         * lib/unistr/u16-strncat.c: Likewise.
28034         * lib/unistr/u16-strncmp.c: Likewise.
28035         * lib/unistr/u16-strncpy.c: Likewise.
28036         * lib/unistr/u16-strnlen.c: Likewise.
28037         * lib/unistr/u16-strpbrk.c: Likewise.
28038         * lib/unistr/u16-strrchr.c: Likewise.
28039         * lib/unistr/u16-strspn.c: Likewise.
28040         * lib/unistr/u16-strstr.c: Likewise.
28041         * lib/unistr/u16-strtok.c: Likewise.
28042         * lib/unistr/u16-to-u32.c: Likewise.
28043         * lib/unistr/u16-to-u8.c: Likewise.
28044         * lib/unistr/u16-uctomb-aux.c: Likewise.
28045         * lib/unistr/u16-uctomb.c: Likewise.
28046         * lib/unistr/u32-check.c: Likewise.
28047         * lib/unistr/u32-chr.c: Likewise.
28048         * lib/unistr/u32-cmp.c: Likewise.
28049         * lib/unistr/u32-cpy-alloc.c: Likewise.
28050         * lib/unistr/u32-cpy.c: Likewise.
28051         * lib/unistr/u32-endswith.c: Likewise.
28052         * lib/unistr/u32-mblen.c: Likewise.
28053         * lib/unistr/u32-mbsnlen.c: Likewise.
28054         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
28055         * lib/unistr/u32-mbtouc.c: Likewise.
28056         * lib/unistr/u32-mbtoucr.c: Likewise.
28057         * lib/unistr/u32-move.c: Likewise.
28058         * lib/unistr/u32-next.c: Likewise.
28059         * lib/unistr/u32-prev.c: Likewise.
28060         * lib/unistr/u32-set.c: Likewise.
28061         * lib/unistr/u32-startswith.c: Likewise.
28062         * lib/unistr/u32-stpcpy.c: Likewise.
28063         * lib/unistr/u32-stpncpy.c: Likewise.
28064         * lib/unistr/u32-strcat.c: Likewise.
28065         * lib/unistr/u32-strchr.c: Likewise.
28066         * lib/unistr/u32-strcmp.c: Likewise.
28067         * lib/unistr/u32-strcpy.c: Likewise.
28068         * lib/unistr/u32-strcspn.c: Likewise.
28069         * lib/unistr/u32-strdup.c: Likewise.
28070         * lib/unistr/u32-strlen.c: Likewise.
28071         * lib/unistr/u32-strmblen.c: Likewise.
28072         * lib/unistr/u32-strmbtouc.c: Likewise.
28073         * lib/unistr/u32-strncat.c: Likewise.
28074         * lib/unistr/u32-strncmp.c: Likewise.
28075         * lib/unistr/u32-strncpy.c: Likewise.
28076         * lib/unistr/u32-strnlen.c: Likewise.
28077         * lib/unistr/u32-strpbrk.c: Likewise.
28078         * lib/unistr/u32-strrchr.c: Likewise.
28079         * lib/unistr/u32-strspn.c: Likewise.
28080         * lib/unistr/u32-strstr.c: Likewise.
28081         * lib/unistr/u32-strtok.c: Likewise.
28082         * lib/unistr/u32-to-u16.c: Likewise.
28083         * lib/unistr/u32-to-u8.c: Likewise.
28084         * lib/unistr/u32-uctomb.c: Likewise.
28085         * lib/unistr/u8-check.c: Likewise.
28086         * lib/unistr/u8-chr.c: Likewise.
28087         * lib/unistr/u8-cmp.c: Likewise.
28088         * lib/unistr/u8-cpy-alloc.c: Likewise.
28089         * lib/unistr/u8-cpy.c: Likewise.
28090         * lib/unistr/u8-endswith.c: Likewise.
28091         * lib/unistr/u8-mblen.c: Likewise.
28092         * lib/unistr/u8-mbsnlen.c: Likewise.
28093         * lib/unistr/u8-mbtouc-aux.c: Likewise.
28094         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
28095         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
28096         * lib/unistr/u8-mbtouc.c: Likewise.
28097         * lib/unistr/u8-mbtoucr.c: Likewise.
28098         * lib/unistr/u8-move.c: Likewise.
28099         * lib/unistr/u8-next.c: Likewise.
28100         * lib/unistr/u8-prev.c: Likewise.
28101         * lib/unistr/u8-set.c: Likewise.
28102         * lib/unistr/u8-startswith.c: Likewise.
28103         * lib/unistr/u8-stpcpy.c: Likewise.
28104         * lib/unistr/u8-stpncpy.c: Likewise.
28105         * lib/unistr/u8-strcat.c: Likewise.
28106         * lib/unistr/u8-strchr.c: Likewise.
28107         * lib/unistr/u8-strcmp.c: Likewise.
28108         * lib/unistr/u8-strcpy.c: Likewise.
28109         * lib/unistr/u8-strcspn.c: Likewise.
28110         * lib/unistr/u8-strdup.c: Likewise.
28111         * lib/unistr/u8-strlen.c: Likewise.
28112         * lib/unistr/u8-strmblen.c: Likewise.
28113         * lib/unistr/u8-strmbtouc.c: Likewise.
28114         * lib/unistr/u8-strncat.c: Likewise.
28115         * lib/unistr/u8-strncmp.c: Likewise.
28116         * lib/unistr/u8-strncpy.c: Likewise.
28117         * lib/unistr/u8-strnlen.c: Likewise.
28118         * lib/unistr/u8-strpbrk.c: Likewise.
28119         * lib/unistr/u8-strrchr.c: Likewise.
28120         * lib/unistr/u8-strspn.c: Likewise.
28121         * lib/unistr/u8-strstr.c: Likewise.
28122         * lib/unistr/u8-strtok.c: Likewise.
28123         * lib/unistr/u8-to-u16.c: Likewise.
28124         * lib/unistr/u8-to-u32.c: Likewise.
28125         * lib/unistr/u8-uctomb-aux.c: Likewise.
28126         * lib/unistr/u8-uctomb.c: Likewise.
28127         * lib/unitypes.h: Likewise.
28128         * lib/uniwidth.h: Likewise.
28129         * lib/uniwidth/cjk.h: Likewise.
28130         * lib/uniwidth/u16-strwidth.c: Likewise.
28131         * lib/uniwidth/u16-width.c: Likewise.
28132         * lib/uniwidth/u32-strwidth.c: Likewise.
28133         * lib/uniwidth/u32-width.c: Likewise.
28134         * lib/uniwidth/u8-strwidth.c: Likewise.
28135         * lib/uniwidth/u8-width.c: Likewise.
28136         * lib/uniwidth/width.c: Likewise.
28137
28138 2007-10-07  Bruno Haible  <bruno@clisp.org>
28139
28140         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
28141         The file is still under LGPL (see modules/inttypes).
28142
28143 2007-10-06  Bruno Haible  <bruno@clisp.org>
28144
28145         * modules/trunc (Dependencies): Add 'extensions'.
28146         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
28147         Reported by Ben Pfaff <blp@gnu.org>.
28148
28149 2007-10-06  Bruno Haible  <bruno@clisp.org>
28150
28151         * modules/freopen-tests: New file.
28152         * tests/test-freopen.c: New file.
28153
28154         * modules/fopen-tests: New file.
28155         * tests/test-fopen.c: New file.
28156
28157         * modules/fopen: New file.
28158         * lib/fopen.c: New file.
28159         * m4/fopen.m4: New file.
28160         * modules/freopen: New file.
28161         * lib/freopen.c: New file.
28162         * m4/freopen.m4: New file.
28163         * lib/stdio.in.h (fopen, freopen): New declarations.
28164         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
28165         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
28166         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
28167         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
28168         * doc/functions/fopen.texi: Mention the 'fopen' module.
28169         * doc/functions/freopen.texi: Mention the 'freopen' module.
28170
28171 2007-10-06  Bruno Haible  <bruno@clisp.org>
28172
28173         * modules/open-tests: New file.
28174         * tests/test-open.c: New file.
28175
28176         * modules/open: New file.
28177         * lib/open.c: New file.
28178         * m4/open.m4: New file.
28179         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
28180         lib/open.c does.
28181         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
28182         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
28183         macros.
28184         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
28185         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
28186         REPLACE_OPEN.
28187         * doc/functions/open.texi: Mention the 'open' module.
28188
28189 2007-10-04  Bruno Haible  <bruno@clisp.org>
28190
28191         * modules/ceill-tests: New file.
28192         * tests/test-ceill.c: New file.
28193
28194         * modules/ceill: New file.
28195         * lib/ceill.c: Replace entire file.
28196         * m4/ceill.m4: New file.
28197         * lib/math.in.h (ceill): Replace declaration.
28198         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
28199         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
28200         * doc/functions/ceill.texi: Mention the 'ceill' module.
28201         * modules/mathl (Files): Remove lib/ceill.c.
28202         (Depends-on): Add ceill.
28203
28204 2007-10-04  Bruno Haible  <bruno@clisp.org>
28205
28206         * modules/ceilf-tests: New file.
28207         * tests/test-ceilf.c: New file.
28208
28209         * modules/ceilf: New file.
28210         * lib/ceil.c: New file.
28211         * lib/ceilf.c: New file.
28212         * m4/ceilf.m4: New file.
28213         * lib/math.in.h (ceilf): New declaration.
28214         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
28215         HAVE_DECL_CEILF.
28216         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
28217         HAVE_DECL_CEILF.
28218         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
28219
28220 2007-10-04  Bruno Haible  <bruno@clisp.org>
28221
28222         * modules/floorl-tests: New file.
28223         * tests/test-floorl.c: New file.
28224
28225         * modules/floorl: New file.
28226         * lib/floorl.c: Replace entire file.
28227         * m4/floorl.m4: New file.
28228         * lib/math.in.h (floorl): Replace declaration.
28229         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
28230         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
28231         * doc/functions/floorl.texi: Mention the 'floorl' module.
28232         * modules/mathl (Files): Remove lib/floorl.c.
28233         (Depends-on): Add floorl.
28234
28235 2007-10-04  Bruno Haible  <bruno@clisp.org>
28236
28237         * modules/floorf-tests: New file.
28238         * tests/test-floorf.c: New file.
28239
28240         * modules/floorf: New file.
28241         * lib/floor.c: New file.
28242         * lib/floorf.c: New file.
28243         * m4/floorf.m4: New file.
28244         * lib/math.in.h (floorf): New declaration.
28245         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
28246         HAVE_DECL_FLOORF.
28247         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
28248         HAVE_DECL_FLOORF.
28249         * doc/functions/floorf.texi: Mention the 'floorf' module.
28250
28251 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
28252             Bruno Haible  <bruno@clisp.org>
28253
28254         Advertise for the Git server instead of the CVS server.
28255         * doc/gnulib-intro.texi (Steady Development): Mention the Git
28256         repository instead of the CVS one.
28257         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
28258         about all VCS systems generically.
28259         * doc/gnulib.texi (Introduction): Capitalize `Git'.
28260
28261 2007-10-04  Bruno Haible  <bruno@clisp.org>
28262
28263         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
28264         means.
28265         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
28266
28267 2007-10-04  Bruno Haible  <bruno@clisp.org>
28268
28269         * modules/truncl-tests: New file.
28270         * tests/test-truncl.c: New file.
28271
28272         * modules/truncl: New file.
28273         * lib/truncl.c: New file.
28274         * m4/truncl.m4: New file.
28275         * lib/math.in.h (truncl): New declaration.
28276         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
28277         HAVE_DECL_TRUNCL.
28278         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
28279         HAVE_DECL_TRUNCL.
28280         * doc/functions/truncl.texi: Mention the 'truncl' module.
28281
28282 2007-10-04  Bruno Haible  <bruno@clisp.org>
28283
28284         * modules/truncf-tests: New file.
28285         * tests/test-truncf.c: New file.
28286
28287         * modules/truncf: New file.
28288         * lib/trunc.c: Make paramerizable through USE_* macros.
28289         * lib/truncf.c: New file.
28290         * m4/truncf.m4: New file.
28291         * lib/math.in.h (truncf): New declaration.
28292         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
28293         HAVE_DECL_TRUNCF.
28294         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
28295         HAVE_DECL_TRUNCF.
28296         * doc/functions/truncf.texi: Mention the 'truncf' module.
28297
28298 2007-10-03  Bruno Haible  <bruno@clisp.org>
28299
28300         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
28301         augmentation also for tests modules.
28302         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
28303         * modules/atexit-tests (Makefile.am): Likewise.
28304         * modules/binary-io-tests (Makefile.am): Likewise.
28305         * modules/c-strcase-tests (Makefile.am): Likewise.
28306         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
28307         * modules/canonicalize-tests (Makefile.am): Likewise.
28308         * modules/closein-tests (Makefile.am): Likewise.
28309         * modules/fprintf-posix-tests (Makefile.am): Likewise.
28310         * modules/freadahead-tests (Makefile.am): Likewise.
28311         * modules/fseek-tests (Makefile.am): Likewise.
28312         * modules/fseeko-tests (Makefile.am): Likewise.
28313         * modules/ftell-tests (Makefile.am): Likewise.
28314         * modules/ftello-tests (Makefile.am): Likewise.
28315         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
28316         * modules/isnanl-tests (Makefile.am): Likewise.
28317         * modules/lseek-tests (Makefile.am): Likewise.
28318         * modules/mbscasecmp-tests (Makefile.am): Likewise.
28319         * modules/mbscasestr-tests (Makefile.am): Likewise.
28320         * modules/mbschr-tests (Makefile.am): Likewise.
28321         * modules/mbscspn-tests (Makefile.am): Likewise.
28322         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
28323         * modules/mbspbrk-tests (Makefile.am): Likewise.
28324         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
28325         * modules/mbsrchr-tests (Makefile.am): Likewise.
28326         * modules/mbsspn-tests (Makefile.am): Likewise.
28327         * modules/mbsstr-tests (Makefile.am): Likewise.
28328         * modules/printf-posix-tests (Makefile.am): Likewise.
28329         * modules/snprintf-posix-tests (Makefile.am): Likewise.
28330         * modules/sprintf-posix-tests (Makefile.am): Likewise.
28331         * modules/tsearch-tests (Makefile.am): Likewise.
28332         * modules/uniname/uniname-tests (Makefile.am): Likewise.
28333         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
28334         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
28335         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
28336         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
28337         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
28338         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
28339         * modules/vprintf-posix-tests (Makefile.am): Likewise.
28340         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
28341         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
28342         * modules/xstrtoimax-tests (Makefile.am): Likewise.
28343         * modules/xstrtol-tests (Makefile.am): Likewise.
28344         * modules/xstrtoumax-tests (Makefile.am): Likewise.
28345         * modules/yesno-tests (Makefile.am): Likewise.
28346
28347 2007-10-03  Bruno Haible  <bruno@clisp.org>
28348
28349         * modules/trunc-tests: New file.
28350         * tests/test-trunc.c: New file.
28351
28352         * modules/trunc: New file.
28353         * lib/trunc.c: New file.
28354         * m4/trunc.m4: New file.
28355         * lib/math.in.h (trunc): New declaration.
28356         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
28357         HAVE_DECL_TRUNC.
28358         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
28359         HAVE_DECL_TRUNC.
28360         * doc/functions/trunc.texi: Mention the 'trunc' module.
28361
28362 2007-10-03  Bruno Haible  <bruno@clisp.org>
28363
28364         * tests/test-fpending.c: New file, mostly copied
28365         from coreutils/lib/t-fpending.c.
28366         * modules/fpending-tests: New file.
28367
28368 2007-10-03  Bruno Haible  <bruno@clisp.org>
28369
28370         Port the stdio extensions to QNX (untested).
28371         * lib/fseterr.c (fseterr): Add support for QNX.
28372         * lib/fbufmode.c (fbufmode): Likewise.
28373         * lib/freadable.c (freadable): Likewise.
28374         * lib/fwritable.c (fwritable): Likewise.
28375         * lib/freading.c (freading): Likewise.
28376         * lib/fwriting.c (fwriting): Likewise.
28377         * lib/freadahead.c (freadahed): Likewise.
28378         * lib/fpurge.c (fpurge): Likewise.
28379         * lib/fseeko.c (rpl_fseeko): Likewise.
28380
28381 2007-10-03  Bruno Haible  <bruno@clisp.org>
28382             Jim Meyering  <jim@meyering.net>
28383             Eric Blake  <ebb9@byu.net>
28384
28385         * doc/relocatable.texi: Use @command instead of @program.
28386
28387 2007-10-02  Jim Meyering  <jim@meyering.net>
28388
28389         Perform one more "_.h" -> ".in.h" substitution.
28390         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
28391         instead of unistd_.h here, too.
28392
28393 2007-10-01  Bruno Haible  <bruno@clisp.org>
28394
28395         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
28396         Needed for the alloca-opt module.
28397
28398 2007-09-30  Bruno Haible  <bruno@clisp.org>
28399
28400         * lib/alloca.in.h: Renamed from lib/alloca_.h.
28401         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
28402         alloca_.h.
28403         * lib/argz.in.h: Renamed from lib/argz_.h.
28404         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
28405         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
28406         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
28407         byteswap_.h.
28408         * lib/dirent.in.h: Renamed from lib/dirent_.h.
28409         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
28410         dirent_.h.
28411         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
28412         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
28413         fcntl_.h.
28414         * lib/float.in.h: Renamed from lib/float_.h.
28415         * modules/float (Files, Makefile.am): Use float.in.h instead of
28416         float_.h.
28417         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
28418         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
28419         fnmatch_.h.
28420         * lib/getopt.in.h: Renamed from lib/getopt_.h.
28421         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
28422         getopt_.h.
28423         * lib/glob.in.h: Renamed from lib/glob_.h.
28424         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
28425         * lib/iconv.in.h: Renamed from lib/iconv_.h.
28426         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
28427         iconv_.h.
28428         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
28429         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
28430         inttypes_.h.
28431         * lib/locale.in.h: Renamed from lib/locale_.h.
28432         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
28433         locale_.h.
28434         * lib/math.in.h: Renamed from lib/math_.h.
28435         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
28436         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
28437         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
28438         of netinet_in_.h. Add dependency.
28439         * lib/poll.in.h: Renamed from lib/poll_.h.
28440         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
28441         * lib/search.in.h: Renamed from lib/search_.h.
28442         * modules/search (Files, Makefile.am): Use search.in.h instead of
28443         search_.h.
28444         * lib/signal.in.h: Renamed from lib/signal_.h.
28445         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
28446         _signal.h.
28447         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
28448         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
28449         stdbool_.h.
28450         * lib/stdint.in.h: Renamed from lib/stdint_.h.
28451         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
28452         stdint_.h.
28453         * lib/stdio.in.h: Renamed from lib/stdio_.h.
28454         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
28455         stdio_.h.
28456         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
28457         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
28458         stdlib_.h.
28459         * lib/string.in.h: Renamed from lib/string_.h.
28460         * modules/string (Files, Makefile.am): Use string.in.h instead of
28461         string_.h.
28462         * doc/gnulib-tool.texi (Initial import): Update.
28463         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
28464         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
28465         of sys_select_.h. Add dependency.
28466         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
28467         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
28468         of sys_socket_.h.
28469         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
28470         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
28471         sys_stat_.h.
28472         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
28473         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
28474         sys_time_.h.
28475         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
28476         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
28477         sysexits_.h.
28478         * lib/time.in.h: Renamed from lib/time_.h.
28479         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
28480         * lib/unistd.in.h: Renamed from lib/unistd_.h.
28481         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
28482         unistd_.h.
28483         * lib/wchar.in.h: Renamed from lib/wchar_.h.
28484         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
28485         wchar_.h.
28486         * lib/wctype.in.h: Renamed from lib/wctype_.h.
28487         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
28488         wctype_.h.
28489         * build-aux/bootstrap (slurp): Update.
28490         * lib/.cppi-disable: Update.
28491
28492 2007-09-30  Bruno Haible  <bruno@clisp.org>
28493
28494         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
28495         Needed on BeOS.
28496
28497 2007-09-30  Bruno Haible  <bruno@clisp.org>
28498
28499         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
28500
28501 2007-09-29  Bruno Haible  <bruno@clisp.org>
28502
28503         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
28504
28505 2007-09-29  Bruno Haible  <bruno@clisp.org>
28506
28507         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
28508         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
28509         * build-aux/install-reloc: Compile also areadlink.c.
28510         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
28511
28512 2007-09-29  Bruno Haible  <bruno@clisp.org>
28513
28514         * gnulib-tool (func_emit_initmacro_done): Indentation.
28515
28516 2007-09-29  Bruno Haible  <bruno@clisp.org>
28517
28518         * README: Add CVS checkout update instructions.
28519         Info from Bob Proulx <bob@proulx.com>.
28520
28521 2007-09-28  Eric Blake  <ebb9@byu.net>
28522
28523         Provide move-if-change.
28524         * build-aux/move-if-change: New file, based on best practice
28525         rather than any canonical upstream location.
28526
28527 2007-09-28  Jim Meyering  <jim@meyering.net>
28528
28529         Fix canonicalize loop-detection corner case.
28530         Do not attempt to stat the symlink values stored via seen_triple.
28531         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
28532         on linux-2.6.18, (but not 2.6.22).
28533         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
28534         triple_compare.  The former compares dev,ino,filename, while the latter
28535         would actually stat dirname(filename) when dev and ino were equal.
28536         * lib/hash-triple.c: Install <string.h>.
28537         (STREQ): Define.
28538         (triple_compare_ino_str): New function.
28539         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
28540
28541 2007-09-28  Eric Blake  <ebb9@byu.net>
28542
28543         Enforce that AC_REPLACE_FUNCS files exist.
28544         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
28545         override check for typos.
28546
28547         Fix test-closein on Solaris 10.
28548         * tests/test-closein.c (main): Don't assume stdin can be inherited
28549         closed on all systems.
28550         * tests/test-closein.sh: Likewise.
28551         Reported by Piotr Tarnowski.
28552
28553 2007-09-28  Jim Meyering  <jim@meyering.net>
28554
28555         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
28556
28557 2007-09-27  Jim Meyering  <jim@meyering.net>
28558
28559         canonicalize: Avoid a false-positive cycle failure.
28560         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
28561         Sort.  Remove cycle-check.
28562         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
28563         not cycle-check.h.
28564         (seen_triple): New function.
28565         (canonicalize_filename_mode): Use it instead of cycle-check.
28566         * tests/test-canonicalize.c: Add a test for this bug.
28567         * tests/test-canonicalize.sh: Set up and run the test.
28568
28569         New module, file-set, from coreutils.
28570         * modules/file-set: Define it.
28571         * lib/file-set.c, lib/file-set.h: Implement.
28572
28573         New module, hash-triple, from coreutils.
28574         * modules/hash-triple: Define it.
28575         * lib/hash-triple.c, lib/hash-triple.h: Implement.
28576
28577 2007-09-25  Eric Blake  <ebb9@byu.net>
28578
28579         Fix strerror on Interix.
28580         * lib/string_.h (strerror): Declare replacement.
28581         * doc/functions/strerror.texi (strerror): Document the Interix
28582         shortcoming.
28583         * modules/string (Makefile.am): Support new hooks.
28584         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
28585         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
28586         gl_FUNC_STRERROR_SEPARATE.
28587         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
28588         * lib/strerror.c (rpl_strerror): Provide replacement.
28589         * modules/strerror (Depends-on): Add string.
28590         (configure.ac): Detect use of module.
28591         * tests/test-strerror.c: New file.
28592         * modules/strerror-tests: New test module.
28593         * modules/argp (Depends-on): Add strerror.
28594         * modules/error (Depends-on): Likewise.
28595         Reported by Martin Koeppe.
28596
28597 2007-09-24  Bruno Haible  <bruno@clisp.org>
28598
28599         * README: Update git instructions.
28600
28601 2007-09-24  Eric Blake  <ebb9@byu.net>
28602
28603         Revert fpending breakage from 2007-09-08.
28604         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
28605         __fpending.c.
28606
28607 2007-09-24  Jim Meyering  <jim@meyering.net>
28608
28609         filenamecat.c: Add a test.
28610         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
28611         showing how the function works when DIR is the empty string.
28612
28613 2007-09-21  Simon Josefsson  <simon@josefsson.org>
28614
28615         * tests/test-canonicalize.sh: Turn on executable bit.
28616
28617 2007-09-19  Eric Blake  <ebb9@byu.net>
28618
28619         * README: Update CVS instructions.
28620
28621 2007-09-18  Bruno Haible  <bruno@clisp.org>
28622
28623         * modules/areadlink: New file.
28624         * lib/areadlink.h (areadlink): New declaration.
28625         * lib/areadlink.c: New file, based on lib/xreadlink.c.
28626
28627 2007-09-17  Jim Meyering  <jim@meyering.net>
28628
28629         * lib/savewd.c (ESTALE) [!defined]: Define.
28630         Reported to be required on Interix by Martin Koeppe.
28631
28632 2007-09-17  Bruno Haible  <bruno@clisp.org>
28633
28634         * gnulib-tool (func_version): Use $version.
28635
28636 2007-09-16  Bruno Haible  <bruno@clisp.org>
28637
28638         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
28639         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
28640         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
28641         Reported by Greg Schafer <gschafer@zip.com.au>.
28642
28643 2007-09-15  Bruno Haible  <bruno@clisp.org>
28644
28645         * gnulib-tool (sed): Try a little harder to make bash understand the
28646         alias.
28647         Reported by Bruce Korb <bruce.korb@gmail.com>.
28648
28649 2007-09-13  Eric Blake  <ebb9@byu.net>
28650
28651         * ChangeLog: Remove conflict markers.
28652
28653 2007-09-13  Simon Josefsson  <simon@josefsson.org>
28654
28655         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
28656         Reported by Bruno Haible <bruno@clisp.org>.
28657
28658 2007-09-12  Bruno Haible  <bruno@clisp.org>
28659
28660         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
28661         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
28662         is not defined.
28663
28664 2007-09-12  Eric Blake  <ebb9@byu.net>
28665
28666         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
28667         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
28668         Autoconf definition.
28669         * modules/euidaccess (Depends-on): Add extensions, for
28670         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
28671         * modules/fnmatch (Depends-on): Likewise.
28672         * modules/getaddrinfo (Depends-on): Likewise.
28673         * modules/getdelim (Depends-on): Likewise.
28674         * modules/getline (Depends-on): Likewise.
28675         * modules/getsubopt (Depends-on): Likewise.
28676         * modules/gettext (Depends-on): Likewise.
28677         * modules/group-member (Depends-on): Likewise.
28678         * modules/mbchar (Depends-on): Likewise.
28679         * modules/memmem (Depends-on): Likewise.
28680         * modules/mempcpy (Depends-on): Likewise.
28681         * modules/memrchr (Depends-on): Likewise.
28682         * modules/pagealign_alloc (Depends-on): Likewise.
28683         * modules/readutmp (Depends-on): Likewise.
28684         * modules/stpcpy (Depends-on): Likewise.
28685         * modules/stpncpy (Depends-on): Likewise.
28686         * modules/strchrnul (Depends-on): Likewise.
28687         * modules/strndup (Depends-on): Likewise.
28688         * modules/strsep (Depends-on): Likewise.
28689         * modules/strverscmp (Depends-on): Likewise.
28690         * modules/vasprintf (Depends-on): Likewise.
28691         * modules/wcwidth (Depends-on): Likewise.
28692         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
28693         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
28694         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
28695         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
28696         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28697         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
28698         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
28699         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
28700         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
28701         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
28702         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
28703         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
28704         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
28705         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
28706         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
28707         * m4/readutmp.m4 (gl_READUTMP): Likewise.
28708         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
28709         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
28710         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
28711         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
28712         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
28713         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
28714         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
28715         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
28716         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
28717         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
28718         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
28719         so that lock.m4 can be used in gettext without extensions module.
28720
28721 2007-09-11  Bruno Haible  <bruno@clisp.org>
28722
28723         * m4/isc-posix.m4: Remove file.
28724         Suggested by Eric Blake.
28725
28726 2007-09-11  Eric Blake  <ebb9@byu.net>
28727
28728         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
28729
28730 2007-09-10  Bruno Haible  <bruno@clisp.org>
28731
28732         * posix-modules: Fix typo in error message.
28733         Reported by Matt <mkraai@beckman.com>.
28734
28735 2007-09-09  Bruno Haible  <bruno@clisp.org>
28736
28737         * doc/functions/getdelim.texi: Update list of platforms lacking the
28738         function.
28739         * doc/functions/getline.texi: Likewise.
28740
28741 2007-09-09  Jim Meyering  <jim@meyering.net>
28742
28743         * lib/hash.c (hash_initialize): Detect calloc failure.
28744         Reported by Bruno Haible.
28745
28746 2007-09-09  Bruno Haible  <bruno@clisp.org>
28747
28748         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
28749         malloc or realloc fails.
28750
28751 2007-09-09  Bruno Haible  <bruno@clisp.org>
28752
28753         * modules/getcwd (Depends-on): Add malloc-posix.
28754         * modules/glob (Depends-on): Likewise.
28755         * modules/putenv (Depends-on): Likewise.
28756         * modules/strdup (Depends-on): Likewise.
28757         * modules/getdelim (Depends-on): Add realloc-posix.
28758         * modules/read-file (Depends-on): Likewise.
28759
28760 2007-09-09  Bruno Haible  <bruno@clisp.org>
28761
28762         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
28763         (gl_FUNC_MALLOC_POSIX): Require it.
28764         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
28765         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
28766         * modules/realloc (Files): Add m4/malloc.m4.
28767         * modules/calloc (Files): Likewise.
28768
28769 2007-09-09  Bruno Haible  <bruno@clisp.org>
28770
28771         * modules/malloc-posix: New file.
28772         * modules/malloc (Depends-on): Add malloc-posix.
28773         * lib/malloc.c: Include errno.h.
28774         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
28775         and a POSIX-compatible malloc into a single function. Set ENOMEM
28776         when returning NULL.
28777         * m4/malloc.m4: New file.
28778         * doc/functions/malloc.texi: Mention the malloc-posix module.
28779         * lib/stdlib_.h (malloc): New declaration.
28780         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28781         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
28782         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
28783         and HAVE_MALLOC_POSIX.
28784
28785 2007-09-09  Bruno Haible  <bruno@clisp.org>
28786
28787         * modules/realloc-posix: New file.
28788         * modules/realloc (Depends-on): Add realloc-posix.
28789         * lib/realloc.c: Include errno.h.
28790         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
28791         and a POSIX-compatible realloc into a single function. Set ENOMEM
28792         when returning NULL.
28793         * m4/realloc.m4: New file.
28794         * doc/functions/realloc.texi: Mention the realloc-posix module.
28795         * lib/stdlib_.h (realloc): New declaration.
28796         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28797         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
28798         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
28799         and HAVE_REALLOC_POSIX.
28800
28801 2007-09-09  Bruno Haible  <bruno@clisp.org>
28802
28803         * modules/calloc-posix: New file.
28804         * modules/calloc (Depends-on): Add calloc-posix.
28805         * lib/calloc.c: Include errno.h.
28806         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
28807         and a POSIX-compatible calloc into a single function. Set ENOMEM
28808         when returning NULL.
28809         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
28810         * doc/functions/calloc.texi: Mention the calloc-posix module.
28811         * lib/stdlib_.h (calloc): New declaration.
28812         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
28813         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
28814         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
28815         and HAVE_CALLOC_POSIX.
28816
28817 2007-09-09  Bruno Haible  <bruno@clisp.org>
28818
28819         Allow for modules to show an arbitrary notice.
28820         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
28821         * gnulib-tool: New option --extract-notice.
28822         (func_usage): Document it.
28823         (sed_extract_prog): Update.
28824         (func_get_notice): New function.
28825         (func_modules_notice): New function.
28826         (func_import, func_create_testdir): Invoke it.
28827         Suggested by Jim Meyering.
28828
28829 2007-09-09  Bruno Haible  <bruno@clisp.org>
28830
28831         * gnulib-tool: New options --verbose, --quiet.
28832         (func_usage): Document them.
28833         (verbose): New variable.
28834         (func_execute_command): New function.
28835         (func_import): Don't show the module list and the file list if
28836         $verbose < 0.
28837         (func_create_testdir): Likewise. Use func_execute_command.
28838         (func_create_megatestdir): Use func_execute_command.
28839
28840 2007-09-08  Bruno Haible  <bruno@clisp.org>
28841
28842         * gnulib-tool (func_import): Prefer rsync over wget when available,
28843         for fetching the PO files.
28844
28845 2007-09-08  Bruno Haible  <bruno@clisp.org>
28846
28847         * posix-modules: New file. Portions copied from gnulib-tool.
28848         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
28849
28850 2007-09-08  Jim Meyering  <jim@meyering.net>
28851
28852         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
28853         * lib/fpending.h: Rename from __fpending.h.
28854         * lib/fpending.c: Rename from __fpending.c.
28855         Include "fpending.h", not "__fpending.h".
28856         * lib/__fpending.h, lib/__fpending.c: Remove files.
28857         * modules/fpending (Files): Reflect new file names.
28858         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
28859
28860 2007-09-08  Bruno Haible  <bruno@clisp.org>
28861
28862         * m4/inttypes-h.m4: Remove stub file.
28863
28864 2007-09-07  Simon Josefsson  <simon@josefsson.org>
28865
28866         * doc/headers/stdint.texi: Discuss #include_next issue.
28867
28868 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
28869
28870         * build-aux/bootstrap: Remove obsolete comment about wget --help.
28871
28872 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
28873
28874         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
28875         in variable name.
28876
28877 2007-09-03  Jim Meyering  <jim@meyering.net>
28878
28879         New module: git-version-gen.
28880         * modules/git-version-gen: New file.
28881
28882         Import changes from coreutils for bootstrap script.
28883
28884         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
28885
28886         bootstrap: uses rsync to download the .po files
28887         * build-aux/bootstrap (po_download_command_format): New global.
28888         (download_po_files): Use rsync.
28889         (update_po_files): Don't remove .po files after download,
28890         so future rsync runs can take advantage of the copies.
28891
28892         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
28893
28894         Solve the unnecessary-.po-file-regeneration problem once and for all.
28895         * build-aux/bootstrap (download_po_files): New function, renamed from
28896         get_translations.  Now, downloads, but doesn't update LINGUAS.
28897         (update_po_files): New function.
28898
28899         bootstrap: Ignore more.
28900         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
28901         uniwidth to e.g., lib/.gitignore.
28902         (slurp): Handle the sys_stat_.h -> sys mapping, too.
28903
28904         * build-aux/bootstrap: New setting: vc_ignore.
28905         (insert_sorted_if_absent): Create $file if absent.
28906         Adapt to new, possibly empty, list: $vc_ignore.
28907
28908         bootstrap: generate more ignorable names
28909         * build-aux/bootstrap (slurp): When generating ignorable names,
28910         also map .sin to .sed, .gperf to .c, and .y to .c.
28911
28912 2007-09-03  Jim Meyering  <jim@meyering.net>
28913
28914         * build-aux/git-version-gen: New file, from coreutils.  For details, see
28915         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
28916
28917 2007-09-02  Bruno Haible  <bruno@clisp.org>
28918
28919         Fix mis-recognition of 'mcs' on QNX 6.
28920         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
28921         output contains the string "Mono".
28922         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
28923         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
28924
28925 2007-09-01  Bruno Haible  <bruno@clisp.org>
28926
28927         Fix collision between uniwidth/* and linebreak modules.
28928         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
28929         u32_width): Remove declarations.
28930         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
28931         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
28932         streq3, streq2, streq1, streq0): Remove functions.
28933         (STREQ): Remove macro.
28934         (is_cjk_encoding): Remove function.
28935         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
28936         (uc_width, u8_width, u16_width, u32_width): Remove functions.
28937         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
28938         * NEWS: Document the change.
28939
28940 2007-09-01  Bruno Haible  <bruno@clisp.org>
28941
28942         * lib/streq.h: Add double-inclusion guard.
28943
28944 2007-09-01  Karl Berry  <karl@gnu.org>
28945
28946         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
28947
28948 2007-08-28  Jim Meyering  <jim@meyering.net>
28949
28950         Rename mreadlink_with_size to areadlink_with_size.
28951         * NEWS: Document the change.
28952         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
28953         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
28954         * lib/mreadlink.h: Rename this to...
28955         * lib/areadlink.h: ...this.
28956         * modules/mreadlink-with-size: Rename this to...
28957         * modules/areadlink-with-size: ...this.
28958         * lib/canonicalize.c: Reflect the renaming.
28959         * modules/canonicalize: Likewise.
28960
28961 2007-08-26  Bruno Haible  <bruno@clisp.org>
28962
28963         * gnulib-tool (func_import): When deciding which files to remove,
28964         consider also dangling symbolic links.
28965         Reported by Eric Blake.
28966
28967 2007-08-26  Bruno Haible  <bruno@clisp.org>
28968
28969         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
28970
28971 2007-08-23  Simon Josefsson  <simon@josefsson.org>
28972
28973         * lib/readline.c: Don't include getline.h, the prototype is now
28974         found in stdio.h.
28975
28976 2007-08-23  Jim Meyering  <jim@meyering.net>
28977
28978         Getdelim touchup.
28979         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
28980         around the funlockfile call, since funlockfile never sets errno.
28981         Don't set errno upon failed realloc.
28982
28983 2007-08-22  Eric Blake  <ebb9@byu.net>
28984
28985         Getline touchups.
28986         * lib/getdelim.c (getdelim): Revert regression that required *n to
28987         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
28988         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
28989         getdelim, rather than whether implementation is missing.
28990         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
28991         * lib/stdio_.h (getline): Also declare if replacement is
28992         required.
28993         * doc/functions/getdelim.texi: New file.
28994         * doc/functions/getline.texi: Likewise.
28995         * doc/gnulib.texi (Function Substitutes): Add new files.
28996         Reported by Bruno Haible.
28997
28998 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
28999
29000         * users.txt: Add Guile.
29001
29002 2007-08-22  Eric Blake  <ebb9@byu.net>
29003
29004         * tests/test-getdelim.c (main): Use remove, not unlink.
29005         * tests/test-getline.c (main): Likewise.
29006
29007         Move getline and getdelim into stdio.h, per POSIX 200x.
29008         * modules/getline (Files): Remove getline.h.
29009         (Depends-on): Add stdio.
29010         (configure.ac): Add module indicator.
29011         * modules/getdelim (Files): Remove getdelim.h.
29012         (Depends-on): Add stdio.
29013         (configure.ac): Add module indicator.
29014         * modules/stdio (Makefile.am): Work with new indicators.
29015         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
29016         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
29017         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
29018         * lib/getdelim.h: Delete.
29019         * lib/getline.h: Delete.
29020         * lib/stdio_.h (getdelim, getline): Declare.
29021         * modules/getdelim-tests: New module.
29022         * modules/getline-tests: Likewise.
29023         * tests/test-getdelim.c: New file.
29024         * tests/test-getline.c: Likewise.
29025         * NEWS: Document the change.
29026         * lib/getline.c: Update choice of header.
29027         * lib/csharpcomp.c: Likewise.
29028         * lib/getpass.c: Likewise.
29029         * lib/javacomp.c: Likewise.
29030         * lib/javaversion.c: Likewise.
29031         * lib/yesno.c: Likewise.
29032         * lib/getdelim.c: Likewise.
29033         (getdelim): Set errno on failure, and avoid memory leak.
29034
29035 2007-08-19  Bruno Haible  <bruno@clisp.org>
29036
29037         * modules/closein (Depends-on): Add freadahead.
29038         * lib/closein.c: Include freadahead.h.
29039         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
29040         is zero.
29041
29042 2007-08-19  Bruno Haible  <bruno@clisp.org>
29043
29044         * modules/freadahead-tests: New file.
29045         * tests/test-freadahead.sh: New file.
29046         * tests/test-freadahead.c: New file.
29047
29048         * modules/freadahead: New file.
29049         * lib/freadahead.h: New file.
29050         * lib/freadahead.c: New file.
29051         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
29052         fbufmode, fpurge, freadable, fwritable.
29053
29054 2007-08-19  Eric Blake  <ebb9@byu.net>
29055
29056         Test yesno in combination with closein.
29057         * lib/yesno.c (yesno): Document use of stdin.
29058         * modules/yesno-tests (Files): New module.
29059         * tests/test-yesno.c (main): New file.
29060         * tests/test-yesno.sh: Likewise.
29061
29062 2007-08-19  Bruno Haible  <bruno@clisp.org>
29063
29064         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
29065         * lib/fseeko.c (rpl_fseeko): Likewise.
29066         * lib/fseterr.c (fseterr): Likewise.
29067
29068 2007-08-19  Bruno Haible  <bruno@clisp.org>
29069
29070         * tests/test-lseek.c (main): Disable a test for BeOS.
29071         * doc/functions/lseek.texi: Document the BeOS bug.
29072
29073 2007-08-19  Bruno Haible  <bruno@clisp.org>
29074             Eric Blake  <ebb9@byu.net>
29075
29076         * lib/lseek.c: Include <sys/stat.h>.
29077         (rpl_lseek): Add workaround code also for Unix platforms.
29078         Needed for BeOS.
29079         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
29080         * doc/functions/lseek.texi: Document BeOS definiency.
29081
29082 2007-08-18  Bruno Haible  <bruno@clisp.org>
29083
29084         * modules/fstrcmp-tests: New file.
29085         * tests/test-fstrcmp.c: New file.
29086
29087 2007-08-18  Bruno Haible  <bruno@clisp.org>
29088
29089         * modules/fstrcmp: New file, from GNU gettext with modifications.
29090         * lib/fstrcmp.h: New file, from GNU gettext.
29091         * lib/fstrcmp.c: New file, from GNU gettext.
29092         * MODULES.html.sh (String handling): Add fstrcmp.
29093
29094 2007-08-18  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
29097         'bool'.
29098         (diag, compareseq): Remove const from the ctxt argument.
29099         (USE_HEURISTIC): Undefine at the end.
29100
29101 2007-08-18  Jim Meyering  <jim@meyering.net>
29102
29103         New file: lib/idcache.h
29104         * NEWS: Mention the addition.
29105         * modules/idcache (Files): Add lib/idcache.h
29106         * lib/idcache.c: Include "idcache.h".
29107         Don't include <sys/types.h>.
29108         Add a FIXME comment.
29109         Move file-scoped "static" declarations to the top.
29110         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
29111
29112 2007-08-17  Bruno Haible  <bruno@clisp.org>
29113         and Paul Eggert  <eggert@cs.ucla.edu>
29114
29115         * MODULES.html.sh: Add diffseq.
29116         * modules/diffseq: New file.
29117         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
29118         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
29119
29120 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
29121
29122         Import changes from coreutils for bootstrap script.
29123
29124         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
29125
29126         * build-aux/bootstrap (slurp): Work even in environments where
29127         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
29128         current code does not slurp files whose names start with ".", and
29129         this looks like it might be a troublesome area.
29130
29131         2007-07-11  Jim Meyering  <jim@meyering.net>
29132
29133         If there's a GPL vN copyright comment, require that N == 3.
29134
29135         2007-07-08  Jim Meyering  <jim@meyering.net>
29136
29137         Run the coreutils-specific code only if tests/Makefile.am.in exists.
29138         * build-aux/bootstrap (mam_template): Move definition out of loop.
29139
29140         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
29141
29142         * build-aux/bootstrap (symlink_to_dir): Rename function from
29143         symlink_to_gnulib.  Add a directory parameter.  Update all
29144         callers.
29145         (cp_mark_as_generated): Also check for -- and link to -- files in
29146         gl/.
29147
29148         2007-07-08  Jim Meyering  <jim@meyering.net>
29149
29150         Adapt to deeper hierarchy in gnulib.
29151         * build-aux/bootstrap (symlink_to_dir): If the destination
29152         directory doesn't exist, create it. This is required at least for
29153         "lib/uniwidth/cjk.h".
29154
29155         2007-05-15  Jim Meyering  <jim@meyering.net>
29156
29157         * build-aux/bootstrap: Now that generated Makefile.am files
29158         are no longer under version control, they must be created at
29159         bootstrap time.
29160
29161 2007-08-14  Ben Pfaff  <blp@gnu.org>
29162
29163         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
29164
29165 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
29166
29167         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
29168         given the changes below.
29169         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
29170         even on hosts that have padding bits beyond the supported 64.
29171
29172 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
29173
29174         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
29175         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
29176         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
29177         depends on it.
29178         (xstrtol_error): Remove.
29179         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
29180         but with a different signature.
29181         (ATTRIBUTE_NORETURN, __attribute__): New macros.
29182         * lib/xstrtol-error.c: Include exitfail.h.
29183         (xstrtol_fatal): New function, with a different signature from the
29184         old xstrtol_error, so that the caller need not worry about passing
29185         in an exit status, or about storage management of the option argument.
29186         (xstrtol_error): Now a static function.  Redo signature to
29187         implement xstrtol_fatal.  Output the correct number of hyphens in
29188         front of the option so that the caller need not worry about
29189         storage management.
29190         (N_): New macro.
29191         (_): Remove; not used now.
29192         * modules/xstrtol: Depend on getopt.
29193         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
29194         of old STRTOL_FATAL_ERROR macro.
29195         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
29196         of test program.
29197         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
29198         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
29199
29200 2007-08-08  Eric Blake  <ebb9@byu.net>
29201
29202         * lib/xstrtol-error.c: Add missing include.
29203
29204         Move xstrtol messages into gnulib domain, when --pobase is used.
29205         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
29206         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
29207         * modules/xstrtol (Files): Distribute new file.
29208         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
29209         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
29210         * tests/test-xstrtol.c: ...into new file.
29211         * tests/test-xstrtoul.c: Also test xstrtoul.
29212         * tests/test-xstrtoimax.c: Also test xstrtoimax.
29213         * tests/test-xstrtoumax.c: Also test xstrtoumax.
29214         * tests/test-xstrtol.sh: Drive the tests.
29215         * tests/test-xstrtoimax.sh: Likewise.
29216         * tests/test-xstrtoumax.sh: Likewise.
29217         * modules/xstrtol-tests: New module.
29218         * modules/xstrtoimax-tests: Likewise.
29219         * modules/xstrtoumax-tests: Likewise.
29220
29221 2007-08-08  Jim Meyering  <jim@meyering.net>
29222
29223         New function: mfile_name_concat.
29224         * lib/filenamecat.c (mfile_name_concat): New function, just like
29225         file_name_concat, but return NULL upon failure rather than exiting
29226         with a diagnostic.
29227         * lib/filenamecat.h: Declare it.
29228
29229 2007-08-07  Bruno Haible  <bruno@clisp.org>
29230
29231         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
29232         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
29233         warning from gcc.
29234         Reported by Eric Blake.
29235
29236 2007-08-07  Simon Josefsson  <simon@josefsson.org>
29237
29238         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
29239         * modules/crypto/arcfour (License): Likewise.
29240         * modules/crypto/des-tests (License): Likewise.
29241         * modules/crypto/gc-arctwo-tests (License): Likewise.
29242         * modules/crypto/gc-des-tests (License): Likewise.
29243         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
29244         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
29245         * modules/crypto/gc-md2-tests (License): Likewise.
29246         * modules/crypto/gc-md4-tests (License): Likewise.
29247         * modules/crypto/gc-md5-tests (License): Likewise.
29248         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
29249         * modules/crypto/gc-rijndael-tests (License): Likewise.
29250         * modules/crypto/gc-sha1-tests (License): Likewise.
29251         * modules/crypto/gc-tests (License): Likewise.
29252         * modules/crypto/hmac-md5 (License): Likewise.
29253         * modules/crypto/hmac-sha1 (License): Likewise.
29254         * modules/crypto/md2-tests (License): Likewise.
29255         * modules/crypto/md4-tests (License): Likewise.
29256         * modules/crypto/md5 (License): Likewise.
29257         * modules/crypto/rijndael (License): Likewise.
29258         * modules/crypto/sha1 (License): Likewise.
29259         * modules/memxor (License): Likewise.
29260
29261 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
29262         and Bruno Haible  <bruno@clisp.org>
29263
29264         * NEWS: Describe interface changes to human, xstrtol.
29265         * lib/human.h: Include <xstrtol.h>.
29266         (human_options): Return enum strtol_error, not int.  Remove
29267         bool arg; take int * instead.
29268         * lib/human.c: Don't include "gettext.h".
29269         (_): Remove; no longer used.
29270         Don't include <xstrtol.h>, since human.h does it.
29271         (human_options): Adjust to abovementioned interface changes.
29272         Do not report error to stderr; that's now the caller's
29273         responsibility.
29274         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
29275         interface change.
29276         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
29277         Str, Argument_type_string.  All uses changed.  Put " argument"
29278         in diagnostics to make them clearer.  Change wording of suffix
29279         message for clarity.
29280         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
29281         Argument_type_string.
29282         (STRTOL_FATAL_WARN): Remove; no longer used.
29283         * modules/human (Depends-on): Remove gettext-h.
29284
29285 2007-08-06  Simon Josefsson  <simon@josefsson.org>
29286
29287         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
29288
29289 2007-07-31  Bruno Haible  <bruno@clisp.org>
29290
29291         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
29292         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
29293         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
29294
29295 2007-07-31  Bruno Haible  <bruno@clisp.org>
29296
29297         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
29298         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
29299
29300 2007-07-30  Bruno Haible  <bruno@clisp.org>
29301
29302         * modules/base64 (License): Use the synonymous term "LGPLv2+".
29303         * modules/c-ctype (License): Likewise.
29304         * modules/c-strcase (License): Likewise.
29305         * modules/check-version (License): Likewise.
29306         * modules/iconv (License): Likewise.
29307         * modules/iconv_open (License): Likewise.
29308         * modules/read-file (License): Likewise.
29309         * modules/striconv (License): Likewise.
29310         * modules/strverscmp (License): Likewise.
29311         * modules/vasprintf (License): Likewise.
29312         * modules/crypto/des (License): Likewise.
29313         * modules/crypto/gc (License): Likewise.
29314         * modules/crypto/gc-arcfour (License): Likewise.
29315         * modules/crypto/gc-arctwo (License): Likewise.
29316         * modules/crypto/gc-des (License): Likewise.
29317         * modules/crypto/gc-hmac-md5 (License): Likewise.
29318         * modules/crypto/gc-hmac-sha1 (License): Likewise.
29319         * modules/crypto/gc-md2 (License): Likewise.
29320         * modules/crypto/gc-md4 (License): Likewise.
29321         * modules/crypto/gc-md5 (License): Likewise.
29322         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
29323         * modules/crypto/gc-random (License): Likewise.
29324         * modules/crypto/gc-rijndael (License): Likewise.
29325         * modules/crypto/gc-sha1 (License): Likewise.
29326         * modules/crypto/md2 (License): Likewise.
29327         * modules/crypto/md4 (License): Likewise.
29328
29329 2007-07-30  Jim Meyering  <jim@meyering.net>
29330
29331         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
29332         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
29333         it has valid stat data.  This bug would cause du not to count the
29334         sizes of inaccessible directories.
29335         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
29336         in <http://bugzilla.redhat.com/250077>.
29337
29338 2007-07-25  Peter O'Gorman  <peter@pogma.com>
29339             Bruno Haible  <bruno@clisp.org>
29340
29341         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
29342         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
29343         #include_next, gives a diagnostic about it, but reports no error in
29344         the exit code.
29345         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
29346
29347 2007-07-24  Ben Pfaff  <blp@gnu.org>
29348
29349         Improve name: "count-one-bits" is better than "popcount".
29350         * MODULES.html.sh: Update name.
29351         * lib/popcount.h: Renamed lib/count-one-bits.h.
29352         (popcount): Renamed count_one_bits.
29353         (popcountl): Renamed count_one_bits_l.
29354         (popcountll): Renamed count_one_bits_ll.
29355         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
29356         * modules/popcount: Renamed module/count-one-bits.
29357         * modules/popcount-tests: Renamed module/count-one-bits-tests.
29358         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
29359
29360 2007-07-23  Ben Pfaff  <blp@gnu.org>
29361
29362         * lib/popcount.h (popcount32): Reduce size of constants, to allow
29363         better code generation, and add U to large constants to avoid
29364         warnings, in non-GCC case.
29365         Suggested by Bruno Haible.
29366
29367 2007-07-23  Ben Pfaff  <blp@gnu.org>
29368
29369         * lib/popcount.h: Use verify_true instead of if...abort.
29370         * modules/popcount: Depend on verify module.
29371         Suggested by Jim Meyering.
29372
29373 2007-07-23  Bruno Haible  <bruno@clisp.org>
29374
29375         * gnulib-tool (func_import): Create a .cvsignore file also when the
29376         directory is not yet in CVS but the toplevel directory is. When
29377         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
29378         Reported by Karl Berry.
29379
29380 2007-07-22  Ben Pfaff  <blp@gnu.org>
29381
29382         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
29383         case.
29384         Suggested by Eric Blake.
29385
29386 2007-07-22  Ben Pfaff  <blp@gnu.org>
29387
29388         New module: popcount.
29389         * MODULES.html.sh: Add popcount.
29390         * modules/popcount: New file.
29391         * modules/popcount-tests: New file.
29392         * tests/test-popcount.c: New file.
29393         * lib/popcount.h: New file.
29394         * m4/popcount.m4: New file.
29395
29396 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
29397
29398         * build-aux/announce-gen: Update to GPLv3.
29399
29400         * build-aux/config.guess: Update from config.
29401
29402 2007-07-21  Bruno Haible  <bruno@clisp.org>
29403
29404         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
29405         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
29406
29407 2007-07-20  Jim Meyering  <jim@meyering.net>
29408
29409         * check-module: Diagnose a self-dependency.
29410
29411 2007-07-19  Bruno Haible  <bruno@clisp.org>
29412
29413         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
29414         empty.
29415         Reported by Eric Blake.
29416
29417 2007-07-18  Bruno Haible  <bruno@clisp.org>
29418
29419         * gnulib-tool: New options --po-base, --po-domain.
29420         (func_usage): Document them.
29421         (pobase, po_domain): New variables.
29422         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
29423         DEFAULT_TEXT_DOMAIN.
29424         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
29425         (func_import): Consider pobase and po_domain. Create a po/ directory.
29426         (func_create_testdir): Set pobase and po_domain to empty.
29427         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
29428         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
29429
29430 2007-07-18  Bruno Haible  <bruno@clisp.org>
29431
29432         * gnulib-tool (func_get_automake_snippet): Synthesize also an
29433         EXTRA_DIST augmentation for files in build-aux/.
29434
29435 2007-07-16  Bruno Haible  <bruno@clisp.org>
29436
29437         * modules/lseek (License): Use the synonymous term "LGPLv2+".
29438         * modules/getdelim (License): Likewise.
29439
29440 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
29441
29442         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
29443         * modules/d-type (License): Likewise.
29444         * modules/extensions (License): Likewise.
29445         * modules/fnmatch (License): Likewise.
29446         * modules/fseeko (License): Likewise.
29447         * modules/getaddrinfo (License): Likewise.
29448         * modules/getline (License): Likewise.
29449         * modules/getlogin_r (License): Likewise.
29450         * modules/getpass (License): Likewise.
29451         * modules/gettimeofday (License): Likewise.
29452         * modules/glob (License): Likewise.
29453         * modules/inet_ntop (License): Likewise.
29454         * modules/malloc (License): Likewise.
29455         * modules/malloca (License): Likewise.
29456         * modules/memmem (License): Likewise.
29457         * modules/mempcpy (License): Likewise.
29458         * modules/memset (License): Likewise.
29459         * modules/minmax (License): Likewise.
29460         * modules/mktime (License): Likewise.
29461         * modules/netinet_in (License): Likewise.
29462         * modules/pathmax (License): Likewise.
29463         * modules/poll (License): Likewise.
29464         * modules/regex (License): Likewise.
29465         * modules/snprintf (License): Likewise.
29466         * modules/stdbool (License): Likewise.
29467         * modules/stdint (License): Likewise.
29468         * modules/stdio (License): Likewise.
29469         * modules/strcase (License): Likewise.
29470         * modules/strcasestr (License): Likewise.
29471         * modules/strdup (License): Likewise.
29472         * modules/string (License): Likewise.
29473         * modules/strndup (License): Likewise.
29474         * modules/strnlen (License): Likewise.
29475         * modules/strpbrk (License): Likewise.
29476         * modules/strptime (License): Likewise.
29477         * modules/strsep (License): Likewise.
29478         * modules/sys_select (License): Likewise.
29479         * modules/sys_socket (License): Likewise.
29480         * modules/sys_stat (License): Likewise.
29481         * modules/sys_time (License): Likewise.
29482         * modules/time (License): Likewise.
29483         * modules/time_r (License): Likewise.
29484         * modules/timegm (License): Likewise.
29485         * modules/unistd (License): Likewise.
29486         * modules/vsnprintf (License): Likewise.
29487         * modules/wctype (License): Likewise.
29488
29489 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29490
29491         * modules/argz (License): LGPLv2+.
29492
29493 2007-07-15  Karl Berry  <karl@gnu.org>
29494
29495         * doc/gnulib.texi: revise node structure per new fdl.texi.
29496
29497 2007-07-14  Bruno Haible  <bruno@clisp.org>
29498
29499         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
29500         the output file.
29501         * lib/uniname/uninames.h: Regenerated.
29502
29503 2007-07-14  Karl Berry  <karl@gnu.org>
29504
29505         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
29506         omitting sectioning and index commands.
29507
29508 2007-07-13  Bruno Haible  <bruno@clisp.org>
29509
29510         New gnulib-tool option --more-symlinks.
29511         * gnulib-tool (func_usage): Document --more-symlinks.
29512         (do_copyrights): New variable.
29513         Recognize option --more-symlinks.
29514         (func_import): Don't add a copyright notice transform to
29515         sed_transform_lib_file if do_copyrights is empty.
29516
29517 2007-07-13  Bruno Haible  <bruno@clisp.org>
29518
29519         * lib/vasnprintf.c (decimal_point_char): Define also if
29520         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
29521         && !NEED_PRINTF_DIRECTIVE_A.
29522         Reported by Clemens Koller <clemens.koller@anagramm.de> via
29523         Gary V. Vaughan <gary@gnu.org>.
29524
29525 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
29526
29527         * lib/inttypes_.h: Undo previous change, since it was fixed
29528         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
29529
29530 2007-07-13  Bruno Haible  <bruno@clisp.org>
29531
29532         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
29533         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
29534
29535 2007-07-13  Jim Meyering  <jim@meyering.net>
29536
29537         df: Don't fail for Tru64's "file-on-file mount".
29538         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
29539         so we fall through and use statfs instead.  Details here:
29540         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
29541         Reported by Albert Chin.
29542
29543 2007-07-13  Bruno Haible  <bruno@clisp.org>
29544
29545         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
29546         * modules/configmake (License): Likewise.
29547         * modules/gettext (License): Likewise.
29548         * modules/gettext-h (License): Likewise.
29549         * modules/include_next (License): Likewise.
29550         * modules/link-warning (License): Likewise.
29551         * modules/localcharset (License): Likewise.
29552         * modules/localename (License): Likewise.
29553         * modules/lock (License): Likewise.
29554         * modules/relocatable-lib-lgpl (License): Likewise.
29555         * modules/size_max (License): Likewise.
29556         * modules/vasnprintf (License): Likewise.
29557         * modules/wchar (License): Likewise.
29558         * modules/xsize (License): Likewise.
29559
29560 2007-07-13  Bruno Haible  <bruno@clisp.org>
29561
29562         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
29563         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
29564
29565 2007-07-12  Bruno Haible  <bruno@clisp.org>
29566
29567         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
29568         in the modules files.
29569
29570 2007-07-11  Karl Berry  <karl@gnu.org>
29571
29572         * MODULES.html.sh (func_module): use
29573          sed -e '\|^'"${includefile}"'$|d'
29574          instead of /.../d, to avoid errors on $includefile's containing /.
29575
29576 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
29577
29578         * gnulib-tool (func_import): Avoid duplication of --avoid
29579         statements
29580         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
29581         names to `_' in variable names.
29582
29583 2007-07-10  Eric Blake  <ebb9@byu.net>
29584
29585         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
29586         * NEWS: Document this change.
29587
29588 2007-07-08  Bruno Haible  <bruno@clisp.org>
29589
29590         Update to Unicode 5.0.
29591         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
29592         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
29593         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
29594         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
29595         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
29596         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
29597         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
29598         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
29599         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
29600         U+10A3F, U+1D242..U+1D244.
29601         (nonspacing_table_ind): Update.
29602         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
29603         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
29604
29605 2007-07-08  Bruno Haible  <bruno@clisp.org>
29606
29607         Update to Unicode 5.0.
29608         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
29609         code transform. Extend the name index field of unicode_name_to_code and
29610         unicode_code_to_name from 16 to 24 bits.
29611         * lib/uniname/uniname.c (unicode_character_name,
29612         unicode_name_character): Add the range 0x12xxx to the code transform.
29613         * lib/uniname/uninames.h: Regenerated.
29614         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
29615
29616 2007-07-07  Bruno Haible  <bruno@clisp.org>
29617
29618         * modules/wcwidth-tests: New file.
29619         * tests/test-wcwidth.c: New file.
29620
29621         Work around MacOS X wcwidth() bug.
29622         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
29623         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
29624         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
29625         original wcwidth in non-UTF-8 locales.
29626         * modules/wcwidth (Depends-on): Add localcharset, streq,
29627         uniwidth/width.
29628         * doc/functions/wcwidth.texi: Update.
29629
29630 2007-07-07  Bruno Haible  <bruno@clisp.org>
29631
29632         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
29633         (wcwidth): New declaration.
29634         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
29635         macros.
29636         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
29637         here. Prepare for creating <wchar.h> unconditionally.
29638         * modules/wchar (Depends-on): Add link-warning.
29639         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
29640         REPLACE_WCWIDTH, and GL_LINK_WARNING.
29641         * lib/wcwidth.h: Remove file.
29642         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
29643         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
29644         * modules/wcwidth (Files): Remove lib/wcwidth.h.
29645         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
29646         (Include): Replace wcwidth.h with <wchar.h>.
29647         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
29648         * lib/mbchar.h: Don't include wcwidth.h.
29649         * lib/mbswidth.c: Likewise.
29650         * NEWS: Mention the change.
29651
29652 2007-07-07  Bruno Haible  <bruno@clisp.org>
29653
29654         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
29655         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
29656         definition with an external declaration.
29657         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
29658         defined as a function. Remove AC_C_INLINE requirement.
29659         * modules/wcwidth (Files): Add lib/wcwidth.c.
29660         (Makefile.am): Remove redundant statement.
29661
29662 2007-07-07  Bruno Haible  <bruno@clisp.org>
29663
29664         * MODULES.html.sh (Unicode string functions): Add the new modules.
29665
29666         * tests/uniwidth/test-u32-strwidth.c: New file.
29667         * modules/uniwidth/u32-strwidth-tests: New file.
29668
29669         * lib/uniwidth/u32-strwidth.c: New file.
29670         * modules/uniwidth/u32-strwidth: New file.
29671
29672         * tests/uniwidth/test-u16-strwidth.c: New file.
29673         * modules/uniwidth/u16-strwidth-tests: New file.
29674
29675         * lib/uniwidth/u16-strwidth.c: New file.
29676         * modules/uniwidth/u16-strwidth: New file.
29677
29678         * tests/uniwidth/test-u8-strwidth.c: New file.
29679         * modules/uniwidth/u8-strwidth-tests: New file.
29680
29681         * lib/uniwidth/u8-strwidth.c: New file.
29682         * modules/uniwidth/u8-strwidth: New file.
29683
29684         * tests/uniwidth/test-u32-width.c: New file.
29685         * modules/uniwidth/u32-width-tests: New file.
29686
29687         * lib/uniwidth/u32-width.c: New file.
29688         * modules/uniwidth/u32-width: New file.
29689
29690         * tests/uniwidth/test-u16-width.c: New file.
29691         * modules/uniwidth/u16-width-tests: New file.
29692
29693         * lib/uniwidth/u16-width.c: New file.
29694         * modules/uniwidth/u16-width: New file.
29695
29696         * tests/uniwidth/test-u8-width.c: New file.
29697         * modules/uniwidth/u8-width-tests: New file.
29698
29699         * lib/uniwidth/u8-width.c: New file.
29700         * modules/uniwidth/u8-width: New file.
29701
29702         * tests/uniwidth/test-uc_width.c: New file.
29703         * modules/uniwidth/width-tests: New file.
29704
29705         * lib/uniwidth/width.c: New file, from GNU libiconv.
29706         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
29707         * modules/uniwidth/width: New file.
29708
29709         * lib/uniwidth.h: New file, from GNU libiconv.
29710         * modules/uniwidth/base: New file.
29711
29712 2007-07-07  Bruno Haible  <bruno@clisp.org>
29713
29714         * lib/uniname.h: New file, from GNU gettext.
29715         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
29716         * lib/uniname/uninames.h: New file, from GNU gettext.
29717         * lib/uniname/uniname.c: New file, from GNU gettext.
29718         * tests/uniname/test-uninames.sh: New file.
29719         * tests/uniname/test-uninames.c: New file, from GNU gettext.
29720         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
29721         * modules/uniname/base: New file.
29722         * modules/uniname/uniname: New file.
29723         * modules/uniname/uniname-tests: New file.
29724         * MODULES.html.sh (Unicode string functions): Add the new modules.
29725
29726 2007-07-06  Bruno Haible  <bruno@clisp.org>
29727
29728         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
29729
29730 2007-07-06  Bruno Haible  <bruno@clisp.org>
29731
29732         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
29733         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
29734         includes <cygwin/sys_time.h> which includes <sys/select.h> which
29735         include <sys/time.h>.
29736         Reported by Eric Blake.
29737
29738 2007-07-06  Eric Blake  <ebb9@byu.net>
29739
29740         Fix testing canonicalize on cygwin.
29741         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
29742         Revert patch from 2007-06-19.
29743         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
29744         canonicalize module is also in use.
29745         * tests/test-canonicalize.c: New file.
29746         * tests/test-canonicalize.sh: Likewise.
29747         * modules/canonicalize-tests: Likewise.
29748
29749 2007-07-06  Jim Meyering  <jim@meyering.net>
29750
29751         * lib/getugroups.c (getugroups): Detect getgrent failure.
29752         Adjust comment to reflect reality: this function may return -1.
29753
29754 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
29755
29756         * build-aux/bootstrap (TP_URL,get_translations): Update to use
29757         the new TP address.
29758         (usage): Fix typo
29759         (gnulib_mk): New variable.
29760
29761 2007-07-05  Jim Meyering  <jim@meyering.net>
29762
29763         Don't let endgrent clobber errno, no matter how improbable.
29764         * lib/getugroups.c (getugroups): Save and restore errno around
29765         endgrent call.
29766
29767         Close the group DB even when failing with 2^31 or more members.
29768         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
29769
29770 2007-07-04  Jim Meyering  <jim@meyering.net>
29771
29772         * lib/getugroups.h: New file.
29773         * lib/getugroups.c: Include "getugroups.h".
29774         Remove uses of "register" keyword.
29775         Move local variable, "cp", down into scope where used.
29776         Give "username" parameter the "const" attribute.
29777         * modules/getugroups (Files): Add lib/getugroups.h
29778
29779 2007-07-04  Karl Berry  <karl@gnu.org>
29780
29781         * MODULES.html.sh (func_all_modules): Complete rename of
29782         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
29783
29784 2007-07-02  Bruno Haible  <bruno@clisp.org>
29785
29786         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
29787         mode, when inttypes.h comes from gnulib.
29788         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
29789
29790 2007-07-02  Simon Josefsson  <simon@josefsson.org>
29791
29792         * NEWS: Mention lgpl module name change.
29793
29794         * modules/lgpl-2.1: Renamed from lgpl.
29795
29796         * NEWS: Mention gpl module name change.
29797
29798         * modules/gpl-3.0: New file, based on gpl-2.0.
29799
29800         * modules/gpl-2.0: Renamed from gpl.
29801
29802         * modules/gpl: Fix filename, doc/gpl.texi is now found at
29803         doc/gpl-2.0.texi.
29804
29805 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
29806
29807         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
29808         #define __STDC_LIMIT_MACROS temporarily while including
29809         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
29810         Problem reported by Joel E. Denny in
29811         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
29812
29813 2007-07-01  Bruno Haible  <bruno@clisp.org>
29814
29815         * lib/unistdio.h: New file.
29816         * lib/unistdio/u-asnprintf.h: New file.
29817         * lib/unistdio/u-asprintf.h: New file.
29818         * lib/unistdio/u-printf-args.c: New file.
29819         * lib/unistdio/u-printf-args.h: New file.
29820         * lib/unistdio/u-printf-parse.h: New file.
29821         * lib/unistdio/u-snprintf.h: New file.
29822         * lib/unistdio/u-sprintf.h: New file.
29823         * lib/unistdio/u-vasprintf.h: New file.
29824         * lib/unistdio/u-vsnprintf.h: New file.
29825         * lib/unistdio/u-vsprintf.h: New file.
29826         * lib/unistdio/ulc-asnprintf.c: New file.
29827         * lib/unistdio/ulc-asprintf.c: New file.
29828         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
29829         * lib/unistdio/ulc-printf-parse.c: New file.
29830         * lib/unistdio/ulc-snprintf.c: New file.
29831         * lib/unistdio/ulc-sprintf.c: New file.
29832         * lib/unistdio/ulc-vasnprintf.c: New file.
29833         * lib/unistdio/ulc-vasprintf.c: New file.
29834         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
29835         * lib/unistdio/ulc-vsnprintf.c: New file.
29836         * lib/unistdio/ulc-vsprintf.c: New file.
29837         * lib/unistdio/u8-asnprintf.c: New file.
29838         * lib/unistdio/u8-asprintf.c: New file.
29839         * lib/unistdio/u8-printf-parse.c: New file.
29840         * lib/unistdio/u8-snprintf.c: New file.
29841         * lib/unistdio/u8-sprintf.c: New file.
29842         * lib/unistdio/u8-vasnprintf.c: New file.
29843         * lib/unistdio/u8-vasprintf.c: New file.
29844         * lib/unistdio/u8-vsnprintf.c: New file.
29845         * lib/unistdio/u8-vsprintf.c: New file.
29846         * lib/unistdio/u8-u8-asnprintf.c: New file.
29847         * lib/unistdio/u8-u8-asprintf.c: New file.
29848         * lib/unistdio/u8-u8-snprintf.c: New file.
29849         * lib/unistdio/u8-u8-sprintf.c: New file.
29850         * lib/unistdio/u8-u8-vasnprintf.c: New file.
29851         * lib/unistdio/u8-u8-vasprintf.c: New file.
29852         * lib/unistdio/u8-u8-vsnprintf.c: New file.
29853         * lib/unistdio/u8-u8-vsprintf.c: New file.
29854         * lib/unistdio/u16-asnprintf.c: New file.
29855         * lib/unistdio/u16-asprintf.c: New file.
29856         * lib/unistdio/u16-printf-parse.c: New file.
29857         * lib/unistdio/u16-snprintf.c: New file.
29858         * lib/unistdio/u16-sprintf.c: New file.
29859         * lib/unistdio/u16-vasnprintf.c: New file.
29860         * lib/unistdio/u16-vasprintf.c: New file.
29861         * lib/unistdio/u16-vsnprintf.c: New file.
29862         * lib/unistdio/u16-vsprintf.c: New file.
29863         * lib/unistdio/u16-u16-asnprintf.c: New file.
29864         * lib/unistdio/u16-u16-asprintf.c: New file.
29865         * lib/unistdio/u16-u16-snprintf.c: New file.
29866         * lib/unistdio/u16-u16-sprintf.c: New file.
29867         * lib/unistdio/u16-u16-vasnprintf.c: New file.
29868         * lib/unistdio/u16-u16-vasprintf.c: New file.
29869         * lib/unistdio/u16-u16-vsnprintf.c: New file.
29870         * lib/unistdio/u16-u16-vsprintf.c: New file.
29871         * lib/unistdio/u32-asnprintf.c: New file.
29872         * lib/unistdio/u32-asprintf.c: New file.
29873         * lib/unistdio/u32-printf-parse.c: New file.
29874         * lib/unistdio/u32-snprintf.c: New file.
29875         * lib/unistdio/u32-sprintf.c: New file.
29876         * lib/unistdio/u32-vasnprintf.c: New file.
29877         * lib/unistdio/u32-vasprintf.c: New file.
29878         * lib/unistdio/u32-vsnprintf.c: New file.
29879         * lib/unistdio/u32-vsprintf.c: New file.
29880         * lib/unistdio/u32-u32-asnprintf.c: New file.
29881         * lib/unistdio/u32-u32-asprintf.c: New file.
29882         * lib/unistdio/u32-u32-snprintf.c: New file.
29883         * lib/unistdio/u32-u32-sprintf.c: New file.
29884         * lib/unistdio/u32-u32-vasnprintf.c: New file.
29885         * lib/unistdio/u32-u32-vasprintf.c: New file.
29886         * lib/unistdio/u32-u32-vsnprintf.c: New file.
29887         * lib/unistdio/u32-u32-vsprintf.c: New file.
29888         * tests/unistdio/test-ulc-asnprintf1.c: New file.
29889         * tests/unistdio/test-ulc-asnprintf1.h: New file.
29890         * tests/unistdio/test-ulc-printf1.h: New file.
29891         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
29892         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
29893         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
29894         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
29895         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
29896         * tests/unistdio/test-ulc-vasprintf1.c: New file.
29897         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
29898         * tests/unistdio/test-ulc-vsprintf1.c: New file.
29899         * tests/unistdio/test-u8-asnprintf1.c: New file.
29900         * tests/unistdio/test-u8-asnprintf1.h: New file.
29901         * tests/unistdio/test-u8-printf1.h: New file.
29902         * tests/unistdio/test-u8-vasnprintf1.c: New file.
29903         * tests/unistdio/test-u8-vasnprintf2.c: New file.
29904         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
29905         * tests/unistdio/test-u8-vasnprintf3.c: New file.
29906         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
29907         * tests/unistdio/test-u8-vasprintf1.c: New file.
29908         * tests/unistdio/test-u8-vsnprintf1.c: New file.
29909         * tests/unistdio/test-u8-vsprintf1.c: New file.
29910         * tests/unistdio/test-u16-asnprintf1.c: New file.
29911         * tests/unistdio/test-u16-asnprintf1.h: New file.
29912         * tests/unistdio/test-u16-printf1.h: New file.
29913         * tests/unistdio/test-u16-vasnprintf1.c: New file.
29914         * tests/unistdio/test-u16-vasnprintf2.c: New file.
29915         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
29916         * tests/unistdio/test-u16-vasnprintf3.c: New file.
29917         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
29918         * tests/unistdio/test-u16-vasprintf1.c: New file.
29919         * tests/unistdio/test-u16-vsnprintf1.c: New file.
29920         * tests/unistdio/test-u16-vsprintf1.c: New file.
29921         * tests/unistdio/test-u32-asnprintf1.c: New file.
29922         * tests/unistdio/test-u32-asnprintf1.h: New file.
29923         * tests/unistdio/test-u32-printf1.h: New file.
29924         * tests/unistdio/test-u32-vasnprintf1.c: New file.
29925         * tests/unistdio/test-u32-vasnprintf2.c: New file.
29926         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
29927         * tests/unistdio/test-u32-vasnprintf3.c: New file.
29928         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
29929         * tests/unistdio/test-u32-vasprintf1.c: New file.
29930         * tests/unistdio/test-u32-vsnprintf1.c: New file.
29931         * tests/unistdio/test-u32-vsprintf1.c: New file.
29932         * modules/unistdio/base: New file.
29933         * modules/unistdio/u-printf-args: New file.
29934         * modules/unistdio/ulc-asnprintf: New file.
29935         * modules/unistdio/ulc-asprintf: New file.
29936         * modules/unistdio/ulc-fprintf: New file.
29937         * modules/unistdio/ulc-printf-parse: New file.
29938         * modules/unistdio/ulc-snprintf: New file.
29939         * modules/unistdio/ulc-sprintf: New file.
29940         * modules/unistdio/ulc-vasnprintf: New file.
29941         * modules/unistdio/ulc-vasprintf: New file.
29942         * modules/unistdio/ulc-vfprintf: New file.
29943         * modules/unistdio/ulc-vsnprintf: New file.
29944         * modules/unistdio/ulc-vsprintf: New file.
29945         * modules/unistdio/u8-asnprintf: New file.
29946         * modules/unistdio/u8-asprintf: New file.
29947         * modules/unistdio/u8-printf-parse: New file.
29948         * modules/unistdio/u8-snprintf: New file.
29949         * modules/unistdio/u8-sprintf: New file.
29950         * modules/unistdio/u8-vasnprintf: New file.
29951         * modules/unistdio/u8-vasprintf: New file.
29952         * modules/unistdio/u8-vsnprintf: New file.
29953         * modules/unistdio/u8-vsprintf: New file.
29954         * modules/unistdio/u8-u8-asnprintf: New file.
29955         * modules/unistdio/u8-u8-asprintf: New file.
29956         * modules/unistdio/u8-u8-snprintf: New file.
29957         * modules/unistdio/u8-u8-sprintf: New file.
29958         * modules/unistdio/u8-u8-vasnprintf: New file.
29959         * modules/unistdio/u8-u8-vasprintf: New file.
29960         * modules/unistdio/u8-u8-vsnprintf: New file.
29961         * modules/unistdio/u8-u8-vsprintf: New file.
29962         * modules/unistdio/u16-asnprintf: New file.
29963         * modules/unistdio/u16-asprintf: New file.
29964         * modules/unistdio/u16-printf-parse: New file.
29965         * modules/unistdio/u16-snprintf: New file.
29966         * modules/unistdio/u16-sprintf: New file.
29967         * modules/unistdio/u16-vasnprintf: New file.
29968         * modules/unistdio/u16-vasprintf: New file.
29969         * modules/unistdio/u16-vsnprintf: New file.
29970         * modules/unistdio/u16-vsprintf: New file.
29971         * modules/unistdio/u16-u16-asnprintf: New file.
29972         * modules/unistdio/u16-u16-asprintf: New file.
29973         * modules/unistdio/u16-u16-snprintf: New file.
29974         * modules/unistdio/u16-u16-sprintf: New file.
29975         * modules/unistdio/u16-u16-vasnprintf: New file.
29976         * modules/unistdio/u16-u16-vasprintf: New file.
29977         * modules/unistdio/u16-u16-vsnprintf: New file.
29978         * modules/unistdio/u16-u16-vsprintf: New file.
29979         * modules/unistdio/u32-asnprintf: New file.
29980         * modules/unistdio/u32-asprintf: New file.
29981         * modules/unistdio/u32-printf-parse: New file.
29982         * modules/unistdio/u32-snprintf: New file.
29983         * modules/unistdio/u32-sprintf: New file.
29984         * modules/unistdio/u32-vasnprintf: New file.
29985         * modules/unistdio/u32-vasprintf: New file.
29986         * modules/unistdio/u32-vsnprintf: New file.
29987         * modules/unistdio/u32-vsprintf: New file.
29988         * modules/unistdio/u32-u32-asnprintf: New file.
29989         * modules/unistdio/u32-u32-asprintf: New file.
29990         * modules/unistdio/u32-u32-snprintf: New file.
29991         * modules/unistdio/u32-u32-sprintf: New file.
29992         * modules/unistdio/u32-u32-vasnprintf: New file.
29993         * modules/unistdio/u32-u32-vasprintf: New file.
29994         * modules/unistdio/u32-u32-vsnprintf: New file.
29995         * modules/unistdio/u32-u32-vsprintf: New file.
29996         * modules/unistdio/ulc-asnprintf-tests: New file.
29997         * modules/unistdio/ulc-vasnprintf-tests: New file.
29998         * modules/unistdio/ulc-vasprintf-tests: New file.
29999         * modules/unistdio/ulc-vsnprintf-tests: New file.
30000         * modules/unistdio/ulc-vsprintf-tests: New file.
30001         * modules/unistdio/u8-asnprintf-tests: New file.
30002         * modules/unistdio/u8-vasnprintf-tests: New file.
30003         * modules/unistdio/u8-vasprintf-tests: New file.
30004         * modules/unistdio/u8-vsnprintf-tests: New file.
30005         * modules/unistdio/u8-vsprintf-tests: New file.
30006         * modules/unistdio/u16-asnprintf-tests: New file.
30007         * modules/unistdio/u16-vasnprintf-tests: New file.
30008         * modules/unistdio/u16-vasprintf-tests: New file.
30009         * modules/unistdio/u16-vsnprintf-tests: New file.
30010         * modules/unistdio/u16-vsprintf-tests: New file.
30011         * modules/unistdio/u32-asnprintf-tests: New file.
30012         * modules/unistdio/u32-vasnprintf-tests: New file.
30013         * modules/unistdio/u32-vasprintf-tests: New file.
30014         * modules/unistdio/u32-vsnprintf-tests: New file.
30015         * modules/unistdio/u32-vsprintf-tests: New file.
30016         * MODULES.html.sh (Unicode string functions): Add the new modules.
30017
30018 2007-07-01  Bruno Haible  <bruno@clisp.org>
30019
30020         * lib/sprintf.c (sprintf): Limit the available length estimation,
30021         to avoid address wraparound.
30022         * lib/vsprintf.c (vsprintf): Likewise.
30023         * modules/sprintf-posix (Dependencies): Add stdint.
30024         * modules/vsprintf-posix (Dependencies): Likewise.
30025
30026 2007-07-01  Bruno Haible  <bruno@clisp.org>
30027
30028         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
30029         Windows PATH as well. Conservative double-quoting. Comments.
30030
30031 2007-07-01  Bruno Haible  <bruno@clisp.org>
30032             Eric Blake  <ebb9@byu.net>
30033             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30034
30035         * gnulib-tool (self_abspathname): Fix algorithm to cope with
30036         empty components in $PATH, denoting '.'.
30037
30038 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30039
30040         * gnulib-tool: Fix indentation.
30041         (func_create_megatestdir): Likewise.
30042         Report by Bruno Haible.
30043
30044 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30045
30046         Sync from Automake.
30047         * build-aux/gnupload: Fix shell portability issues with for loops.
30048         Report by Karl Berry.
30049
30050 2007-06-29  Simon Josefsson  <simon@josefsson.org>
30051
30052         * build-aux/maint.mk (POURL): Use translationproject.org.
30053
30054 2007-06-27  Simon Josefsson  <simon@josefsson.org>
30055             Bruno Haible  <bruno@clisp.org>
30056
30057         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
30058         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
30059         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
30060         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
30061         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
30062
30063 2007-06-27  Bruno Haible  <bruno@clisp.org>
30064
30065         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
30066         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
30067
30068 2007-06-26  Karl Berry  <karl@gnu.org>
30069
30070         * MODULES.html.sh: remove xreadlink-with-size.
30071
30072 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30073
30074         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
30075         method that I hope also handles the double-include problem noted
30076         by Bruno Haible in
30077         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
30078
30079 2007-06-23  Bruno Haible  <bruno@clisp.org>
30080
30081         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
30082         Don't let the 'mostlyclean' target fail if the last subdirectory could
30083         not be removed.
30084         Reported by Karl Berry.
30085
30086 2007-06-23  Bruno Haible  <bruno@clisp.org>
30087
30088         * gnulib-tool (echo): Add a speedier workaround for ksh.
30089         * tests/test-echo.sh: Likewise.
30090
30091 2007-06-23  Bruno Haible  <bruno@clisp.org>
30092
30093         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
30094         * tests/test-echo.sh: Likewise.
30095
30096 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30097
30098         * gnulib-tool (IFS): Initialize early, so we don't set it to
30099         empty later.
30100         (self_abspathname): Rewrite algorithm to set it, reindent.
30101         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
30102         (func_create_megatestdir): Merge some sed scripts.
30103
30104 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
30105
30106         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
30107         exposed by Sun Studio 11 cc on Solaris 8.
30108
30109 2007-06-22  Bruno Haible  <bruno@clisp.org>
30110
30111         * gnulib-tool (echo): Ensure the echo primitive does not interpret
30112         backslashes.
30113         * tests/test-echo.sh: New file.
30114
30115 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30116
30117         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
30118         simplify `sed_replace_build_aux' scripts, they are portable but
30119         echoing them with `echo' is not.
30120         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
30121
30122 2007-06-21  Karl Berry  <karl@gnu.org>
30123
30124         * config/srclist.txt: guess we can't handle the licenses via
30125         srclist at the moment.
30126
30127 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
30128
30129         * MODULES.html.sh: Add include_next.
30130         * modules/include_next: New file.
30131
30132 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
30133
30134         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
30135         INCLUDE_NEXT.
30136         (gl_CHECK_NEXT_HEADERS): New macro.
30137         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
30138         the obsolescent gl_ABSOLUTE_HEADER.
30139         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
30140         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
30141         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
30142         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
30143         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
30144         * m4/math_h.m4 (gl_MATH_H): Likewise.
30145         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
30146         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
30147         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
30148         * m4/stdint.m4 (gl_STDINT_H): Likewise.
30149         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
30150         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
30151         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
30152         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
30153         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
30154         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
30155         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
30156         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
30157         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
30158         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
30159         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
30160         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
30161         * m4/inttypes.m4 (gl_INTTYPES_H): Define
30162         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
30163         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
30164         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
30165         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
30166         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
30167         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
30168         * lib/float_.h: Likewise.
30169         * lib/inttypes_.h: Likewise.
30170         * lib/math_.h: Likewise.
30171         * lib/search_.h: Likewise.
30172         * lib/signal_.h: Likewise.
30173         * lib/stdint_.h: Likewise.
30174         * lib/stdio_.h: Likewise.
30175         * lib/stdlib_.h: Likewise.
30176         * lib/string_.h: Likewise.
30177         * lib/sys_stat_.h: Likewise.
30178         * lib/sys_time_.h: Likewise.
30179         * lib/time_.h: Likewise.
30180         * lib/unistd_.h: Likewise.
30181         * lib/wchar_.h: Likewise.
30182         * lib/wctype_.h: Likewise.
30183         * lib/dirent_.h: Likewise.
30184         * lib/iconv_.h: Likewise.
30185         * lib/locale_.h: Likewise.
30186         * lib/netinet_in_.h: Likewise.
30187         * lib/sys_select_.h: Likewise.
30188         * lib/sys_socket_.h: Likewise.
30189         * lib/sysexits_.h: Likewise.
30190         * modules/fcntl (Depends-on): Depend on include_next, not
30191         absolute_header.
30192         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
30193         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
30194         * modules/fchdir: Likewise.
30195         * modules/float: Likewise.
30196         * modules/iconv_open: Likewise.
30197         * modules/inttypes: Likewise.
30198         * modules/locale: Likewise.
30199         * modules/math: Likewise.
30200         * modules/netinet_in: Likewise.
30201         * modules/search: Likewise.
30202         * modules/signal: Likewise.
30203         * modules/stdint: Likewise.
30204         * modules/stdio: Likewise.
30205         * modules/stdlib: Likewise.
30206         * modules/string: Likewise.
30207         * modules/sys_select: Likewise.
30208         * modules/sys_socket: Likewise.
30209         * modules/sys_stat: Likewise.
30210         * modules/sys_time: Likewise.
30211         * modules/sysexits: Likewise.
30212         * modules/time: Likewise.
30213         * modules/unistd: Likewise.
30214         * modules/wchar: Likewise.
30215         * modules/wctype: Likewise.
30216         * modules/sys_stat: Change maintainer to "all".
30217         * modules/unistd: Likewise.
30218
30219 2007-06-20  Karl Berry  <karl@gnu.org>
30220
30221         * config/srclist.txt: track www changes in license files.
30222
30223 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
30224
30225         * build-aux/bootstrap: Remove stray dot.
30226         Make sure build_aux settings are honored when linking
30227         gnulib_extra_files.
30228
30229 2007-06-19  Eric Blake  <ebb9@byu.net>
30230
30231         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
30232         Allow compilation on cygwin.
30233
30234 2007-06-19  Jim Meyering  <jim@meyering.net>
30235
30236         xreadlink-with-size: Remove module.  No longer used.
30237         Ex-callers now use xreadlink or mreadlink-with-size.
30238         * modules/xreadlink-with-size: Remove module.
30239         * lib/xreadlink-with-size.c: Remove file.
30240         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
30241         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
30242         just before the function definition *is* accurate.
30243
30244         Eliminate one way canonicalize_filename_mode could exit.
30245         * lib/canonicalize.c (canonicalize_filename_mode):
30246         Use mreadlink_with_size, not xreadlink_with_size.
30247
30248 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
30249
30250         Detect porting problems to FreeBSD/arm, which has time_t wider than
30251         long int.  Original problem reported for GNU diff by Xin Li in
30252         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
30253         * modules/getdate (Depends-on): Add intprops, verify.
30254         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
30255         is an integer type no wider than long int.
30256
30257 2007-06-18  Jim Meyering  <jim@meyering.net>
30258
30259         New module: mreadlink-with-size.
30260         * MODULES.html.sh: Add mreadlink-with-size.
30261         * modules/mreadlink-with-size: New module
30262         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
30263         not xreadlink-with-size.
30264         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
30265
30266 2007-06-16  Bruno Haible  <bruno@clisp.org>
30267
30268         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
30269         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
30270         Reported by Gary V. Vaughan <gary@gnu.org>.
30271
30272 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
30273
30274         Revamp lchown so that it lives in unistd.h where it belongs.
30275         * lib/lchown.h: Remove.
30276         * lib/dirchownmod.c: Don't include lib/lchown.h.
30277         * lib/fchownat.c: Likewise.
30278         * lib/openat.c: Likewise.
30279         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
30280         does not follow symlinks.
30281         (EOPNOTSUPP): Define if not defined.
30282         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
30283         is defined to 0.
30284         (lchown): New decl.
30285         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
30286         Do not check for lchown decl.
30287         Set REPLACE_LCHOWN.
30288         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
30289         REPLACE_LCHOWN.
30290         * modules/chown: Make it clear it follows symlinks.
30291         * modules/lchown: Make it clear it doesn't follow symlinks.
30292         (Files): Remove lib/lchown.h
30293         (Depends-on): Add unistd.
30294         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
30295         (Include): Include <unistd.h>, not "lchown.h".
30296         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
30297         REPLACE_LCHOWN.
30298
30299 2007-06-15  Jim Meyering  <jim@meyering.net>
30300
30301         Change license (GPL to LGPL) of fsusage and dependents.
30302         * modules/fsusage (License): Change to LGPL.
30303         * modules/full-read (License): Likewise.
30304         * modules/full-write (License): Likewise.
30305         * modules/safe-read (License): Likewise.
30306         * modules/safe-write (License): Likewise.
30307
30308 2007-06-14  Ben Pfaff  <blp@gnu.org>
30309
30310         Missing part of allocsa -> malloca transition.
30311         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
30312         gl_MALLOCA.
30313
30314 2007-06-12  Bruno Haible  <bruno@clisp.org>
30315
30316         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
30317         to ia64, x86_64, i386.
30318         Reported by Eric Blake.
30319
30320 2007-06-12  Bruno Haible  <bruno@clisp.org>
30321
30322         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
30323         cross-compiling to x86_64.
30324
30325 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
30326
30327         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
30328         glitch reported by Ralf Wildenhues in
30329         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
30330
30331         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
30332         Vin Shelton.
30333
30334 2007-06-11  Bruno Haible  <bruno@clisp.org>
30335
30336         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
30337         replacement string.
30338         Reported by Eric Blake.
30339
30340 2007-06-10  Bruno Haible  <bruno@clisp.org>
30341
30342         Prepare vasnprintf code for use with Unicode strings.
30343         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
30344         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
30345         TYPE_U32_STRING.
30346         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
30347         a_u32_string variants.
30348         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
30349         * lib/printf-args.c: Don't include config.h and the specification
30350         header if PRINTF_FETCHARGS is already defined.
30351         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
30352         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
30353         TYPE_U16_STRING, TYPE_U32_STRING.
30354         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
30355         u16_directive, u16_directives, u32_directive, u32_directives): New
30356         types.
30357         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
30358         New declarations.
30359         * lib/printf-parse.c: Don't include config.h and the specification
30360         header if PRINTF_PARSE is already defined. Eliminate the set of
30361         parameters for WIDE_CHAR_VERSION; the user of this file must provide
30362         them now. Include c-ctype.h.
30363         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
30364         directive and CHAR_T_ONLY_ASCII.
30365         * lib/vasnprintf.c: Don't include config.h and the specification header
30366         if VASNPRINTF is already defined.
30367         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
30368         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
30369         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
30370         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
30371         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
30372         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
30373         code accordingly.
30374         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
30375         pad_ourselves also in this case, with the 'c' and 's' directives, and
30376         with a different notion of "width".
30377         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
30378
30379 2007-06-10  Bruno Haible  <bruno@clisp.org>
30380
30381         * modules/unistr/u32-mbsnlen: New file.
30382         * lib/unistr/u32-mbsnlen.c: New file.
30383
30384         * modules/unistr/u16-mbsnlen: New file.
30385         * lib/unistr/u16-mbsnlen.c: New file.
30386
30387         * modules/unistr/u8-mbsnlen: New file.
30388         * lib/unistr/u8-mbsnlen.c: New file.
30389
30390         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
30391         declarations.
30392
30393 2007-06-10  Bruno Haible  <bruno@clisp.org>
30394
30395         * lib/string_.h (mbsnlen): New declaration.
30396         * lib/mbsnlen.c: New file.
30397         * m4/mbsnlen.m4: New file.
30398         * modules/mbsnlen: New file.
30399         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
30400         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
30401         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
30402
30403 2007-06-10  Bruno Haible  <bruno@clisp.org>
30404
30405         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
30406
30407 2007-06-10  Bruno Haible  <bruno@clisp.org>
30408
30409         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
30410         * lib/mbuiter.h: Likewise.
30411
30412 2007-06-10  Bruno Haible  <bruno@clisp.org>
30413
30414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
30415         declaration.
30416
30417 2007-06-10  Karl Berry  <karl@gnu.org>
30418
30419         * config/srclist.txt: remove gettext entries, Bruno prefers
30420         to update individually.
30421
30422 2007-06-10  Bruno Haible  <bruno@clisp.org>
30423
30424         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
30425         'maxlen'. Ensure only length + width bytes are allocated, not
30426         length + 1 + width.
30427
30428 2007-06-09  Bruno Haible  <bruno@clisp.org>
30429
30430         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
30431         (CHAR_T): Remove macro.
30432         (VASNPRINTF): Update.
30433
30434 2007-06-09  Bruno Haible  <bruno@clisp.org>
30435
30436         * MODULES.html.sh (Unicode string functions): Add the new modules.
30437
30438         * modules/uniconv/u32-conv-to-enc: New file.
30439         * lib/uniconv/u32-conv-to-enc.c: New file.
30440         * modules/uniconv/u32-conv-to-enc-tests: New file.
30441         * tests/uniconv/test-u32-conv-to-enc.c: New file.
30442
30443         * modules/uniconv/u16-conv-to-enc: New file.
30444         * lib/uniconv/u16-conv-to-enc.c: New file.
30445         * lib/uniconv/u-conv-to-enc.h: New file.
30446         * modules/uniconv/u16-conv-to-enc-tests: New file.
30447         * tests/uniconv/test-u16-conv-to-enc.c: New file.
30448
30449         * modules/uniconv/u8-conv-to-enc: New file.
30450         * lib/uniconv/u8-conv-to-enc.c: New file.
30451         * modules/uniconv/u8-conv-to-enc-tests: New file.
30452         * tests/uniconv/test-u8-conv-to-enc.c: New file.
30453
30454         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
30455         u32_conv_to_encoding): New declarations.
30456
30457 2007-06-09  Bruno Haible  <bruno@clisp.org>
30458
30459         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
30460
30461 2007-06-09  Bruno Haible  <bruno@clisp.org>
30462
30463         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
30464         * modules/malloca: Renamed from modules/allocsa, updated.
30465         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
30466         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
30467         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
30468         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
30469         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
30470         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
30471         * modules/xmalloca: Renamed from modules/xallocsa, updated.
30472         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
30473         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
30474         * modules/c-strcasestr (Depends-on): Update.
30475         * lib/c-strcasestr.c: Update.
30476         * modules/c-strstr (Depends-on): Update.
30477         * lib/c-strstr.c: Update.
30478         * modules/canonicalize-lgpl (Depends-on): Update.
30479         * lib/canonicalize-lgpl.c: Update.
30480         * modules/clean-temp (Depends-on): Update.
30481         * lib/clean-temp.c: Update.
30482         * modules/csharpcomp (Depends-on): Update.
30483         * lib/csharpcomp.c: Update.
30484         * modules/csharpexec (Depends-on): Update.
30485         * lib/csharpexec.c: Update.
30486         * modules/javacomp (Depends-on): Update.
30487         * lib/javacomp.c: Update.
30488         * modules/javaexec (Depends-on): Update.
30489         * lib/javaexec.c: Update.
30490         * modules/mbscasestr (Depends-on): Update.
30491         * lib/mbscasestr.c: Update.
30492         * modules/mbsstr (Depends-on): Update.
30493         * lib/mbsstr.c: Update.
30494         * modules/setenv (Depends-on): Update.
30495         * lib/setenv.c: Update.
30496         * modules/strcasestr (Depends-on): Update.
30497         * lib/strcasestr.c: Update.
30498         * modules/striconveha (Depends-on): Update.
30499         * lib/striconveha.c: Update.
30500         * modules/relocatable-prog-wrapper (Files): Update.
30501         * lib/relocwrapper.c: Update.
30502         * build-aux/install-reloc: Update.
30503         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
30504
30505 2007-06-08  Bruno Haible  <bruno@clisp.org>
30506
30507         Port to uClibc.
30508         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
30509         * lib/fpurge.c (fpurge): Likewise.
30510         * lib/freading.c (freading): Likewise.
30511         * lib/fseeko.c (rpl_fseeko): Likewise.
30512         * lib/fseterr.c (fseterr): Likewise.
30513         * lib/fwriting.c (fwriting): Likewise.
30514         * tests/test-fflush.c (main): Avoid a failure on uClibc.
30515
30516 2007-06-08  Bruno Haible  <bruno@clisp.org>
30517
30518         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
30519         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
30520         * modules/gettext (Files): Add m4/intlmacosx.m4.
30521
30522 2007-06-07  Bruno Haible  <bruno@clisp.org>
30523
30524         * modules/localename-tests: New file.
30525         * tests/test-localename.c: New file.
30526
30527         New module 'localename'.
30528         * lib/localename.h: New file.
30529         * lib/localename.c: New file, from GNU gettext.
30530         * m4/localename.m4: New file.
30531         * modules/localename: New file.
30532
30533 2007-06-07  Bruno Haible  <bruno@clisp.org>
30534
30535         Work around the lack of <wchar.h> on some builds of uClibc.
30536         * doc/headers/wchar.texi: Update.
30537         * lib/wchar_.h: Include <wchar.h> only if it exists.
30538         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
30539         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
30540         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
30541         doesn't exist.
30542         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
30543         * modules/mbfile (Depends-on): Add wchar.
30544         * modules/mbiter (Depends-on): Likewise.
30545         * modules/mbuiter (Depends-on): Likewise.
30546         Reported by Simon Josefsson.
30547
30548 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
30549
30550         Work around problem reported by Steven M. Schweda in
30551         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
30552         Tru64 5.1B with the Compaq compiler environment installed declares
30553         an 'isblank' function but does not define it in the C library.
30554         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
30555         * lib/regex_internal.h (isblank): Likewise.
30556         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
30557         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
30558
30559 2007-06-05  Bruno Haible  <bruno@clisp.org>
30560
30561         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
30562         ia64.
30563         * modules/printf-safe: New file.
30564         * modules/fprintf-posix (Depends-on): Add printf-safe.
30565         * modules/printf-posix (Depends-on): Likewise.
30566         * modules/snprintf-posix (Depends-on): Likewise.
30567         * modules/sprintf-posix (Depends-on): Likewise.
30568         * modules/vasnprintf-posix (Depends-on): Likewise.
30569         * modules/vasprintf-posix (Depends-on): Likewise.
30570         * modules/vfprintf-posix (Depends-on): Likewise.
30571         * modules/vprintf-posix (Depends-on): Likewise.
30572         * modules/vsnprintf-posix (Depends-on): Likewise.
30573         * modules/vsprintf-posix (Depends-on): Likewise.
30574         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
30575         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
30576         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
30577         "no" on i386, x86_64, ia64.
30578         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
30579         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30580         on i386, x86_64, ia64.
30581         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
30582         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30583         on i386, x86_64, ia64.
30584         * tests/test-vasnprintf-posix.c: Include float.h.
30585         (LDBL80_WORDS): New macro.
30586         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30587         on i386, x86_64, ia64.
30588         * tests/test-vasprintf-posix.c: Include float.h.
30589         (LDBL80_WORDS): New macro.
30590         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
30591         on i386, x86_64, ia64.
30592         * tests/test-snprintf-posix.c: Include float.h.
30593         * tests/test-sprintf-posix.c: Likewise.
30594         * tests/test-vsnprintf-posix.c: Likewise.
30595         * tests/test-vsprintf-posix.c: Likewise.
30596
30597 2007-06-05  Bruno Haible  <bruno@clisp.org>
30598
30599         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
30600         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
30601         non-IEEE numbers on i386, x86_64, ia64.
30602         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
30603         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
30604         * tests/test-isnanl.h: Include float.h.
30605         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
30606
30607 2007-06-05  Bruno Haible  <bruno@clisp.org>
30608
30609         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
30610         also the %a / %A. Handle the %a / %A code before this extra handling.
30611
30612 2007-06-05  Bruno Haible  <bruno@clisp.org>
30613
30614         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
30615         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
30616
30617 2007-06-05  Bruno Haible  <bruno@clisp.org>
30618
30619         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
30620         typo in variable name.
30621
30622 2007-06-05  Eric Blake  <ebb9@byu.net>
30623
30624         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
30625         Reported by Simon Josefsson.
30626
30627 2007-06-04  Bruno Haible  <bruno@clisp.org>
30628
30629         Avoid test failures on some PowerPC platforms.
30630         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
30631         Define differently for PowerPC.
30632         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
30633         Reported by Gary V. Vaughan <gary@gnu.org>.
30634
30635 2007-06-02  Bruno Haible  <bruno@clisp.org>
30636
30637         Fix test-stdint failure on FreeBSD/ia64.
30638         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
30639         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
30640         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
30641         * doc/headers/stdint.texi: Update.
30642
30643 2007-06-01  Bruno Haible  <bruno@clisp.org>
30644
30645         * tests/test-binary-io.c (main): Pass a third argument to open().
30646         Reported by Gary V. Vaughan <gary@gnu.org>.
30647
30648 2007-06-01  Bruno Haible  <bruno@clisp.org>
30649
30650         * doc/functions/frexpl.texi: Update for mingw.
30651
30652 2007-06-01  Bruno Haible  <bruno@clisp.org>
30653
30654         * tests/test-lseek.c (main): Disable test of errno for invalid third
30655         argument.
30656         * doc/functions/lseek.texi: Update.
30657         Reported by Gary V. Vaughan <gary@gnu.org>.
30658
30659 2007-05-28  Bruno Haible  <bruno@clisp.org>
30660
30661         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
30662
30663 2007-05-31  Eric Blake  <ebb9@byu.net>
30664
30665         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
30666         cross compiling.
30667
30668 2007-05-30  Eric Blake  <ebb9@byu.net>
30669         and Bruno Haible  <bruno@clisp.org>
30670
30671         Work around mingw test failures exposed by m4-1.4.9b.
30672         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
30673         * tests/test-unistd.c: Disable uid_t and git_t tests for the
30674         moment.
30675
30676 2007-05-30  Bruno Haible  <bruno@clisp.org>
30677
30678         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
30679         assuming that they are closed. Needed on HP-UX 11.
30680
30681 2007-05-29  Bruno Haible  <bruno@clisp.org>
30682
30683         Fix a problem with #include_next.
30684         * lib/dirent_.h: Split the double-inclusion guard.
30685         * lib/fcntl_.h: Likewise.
30686         * lib/float_.h: Likewise.
30687         * lib/iconv_.h: Likewise.
30688         * lib/inttypes_.h: Likewise.
30689         * lib/locale_.h: Likewise.
30690         * lib/math_.h: Likewise.
30691         * lib/netinet_in_.h: Likewise.
30692         * lib/search_.h: Likewise.
30693         * lib/signal_.h: Likewise.
30694         * lib/stdint_.h: Likewise.
30695         * lib/stdio_.h: Likewise.
30696         * lib/stdlib_.h: Likewise.
30697         * lib/string_.h: Likewise.
30698         * lib/sys_select_.h: Likewise.
30699         * lib/sys_socket_.h: Likewise.
30700         * lib/sys_stat_.h: Likewise.
30701         * lib/sys_time_.h: Likewise.
30702         * lib/sysexits_.h: Likewise.
30703         * lib/time_.h: Likewise.
30704         * lib/unistd_.h: Likewise.
30705         * lib/wchar_.h: Likewise.
30706         * lib/wctype_.h: Likewise.
30707
30708 2007-05-29  Bruno Haible  <bruno@clisp.org>
30709
30710         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
30711         for the moment.
30712
30713 2007-05-29  Bruno Haible  <bruno@clisp.org>
30714
30715         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
30716         invocation.
30717         Reported by Eric Blake.
30718
30719 2007-05-29  Bruno Haible  <bruno@clisp.org>
30720
30721         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
30722         compiling case.
30723
30724 2007-05-29  Eric Blake  <ebb9@byu.net>
30725             Bruno Haible  <bruno@clisp.org>
30726
30727         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
30728         cross compiles.
30729
30730 2007-05-28  Eric Blake  <ebb9@byu.net>
30731
30732         * modules/closein-tests (test_closein_LDADD): Support test on
30733         cygwin with libtool.
30734
30735 2007-05-28  Bruno Haible  <bruno@clisp.org>
30736
30737         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
30738         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30739         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30740         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30741         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30742         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30743         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30744         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30745         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30746
30747 2007-05-28  Eric Blake  <ebb9@byu.net>
30748
30749         Unconditionally include <config.h> in unit tests.
30750         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
30751         * tests/test-allocsa.c, tests/test-arcfour.c,
30752         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
30753         tests/test-array_list.c, tests/test-array_oset.c,
30754         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
30755         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
30756         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
30757         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
30758         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
30759         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
30760         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
30761         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
30762         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
30763         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
30764         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
30765         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
30766         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
30767         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
30768         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
30769         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
30770         test-md5.c, test-memmem.c, test-printf-posix.c,
30771         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
30772         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
30773         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
30774         test-strcasestr.c, test-striconv.c, test-striconveh.c,
30775         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
30776         test-vasnprintf-posix2.c, test-vasnprintf.c,
30777         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
30778         test-vfprintf-posix.c, test-vprintf-posix.c,
30779         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
30780         test-xvasprintf.c: Likewise.
30781
30782 2007-05-28  Bruno Haible  <bruno@clisp.org>
30783
30784         * gnulib-tool (func_import): Remember the --with-tests command-line
30785         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
30786         Reported by Eric Blake.
30787
30788 2007-05-28  Bruno Haible  <bruno@clisp.org>
30789
30790         * modules/ftell-tests: New file.
30791         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
30792         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
30793
30794         * lib/ftell.c: New file.
30795         * modules/ftell: New file.
30796         * m4/ftell.m4: New file.
30797         * doc/functions/ftell.texi: Update.
30798         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
30799         REPLACE_FTELL.
30800         * lib/stdio_.h (rpl_ftell): New declaration.
30801         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
30802         REPLACE_FTELL.
30803
30804 2007-05-28  Eric Blake  <ebb9@byu.net>
30805
30806         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
30807
30808 2007-05-28  Bruno Haible  <bruno@clisp.org>
30809
30810         * modules/fseek-tests: New file.
30811         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
30812         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
30813
30814         * lib/fseek.c: New file.
30815         * modules/fseek: New file.
30816         * m4/fseek.m4: New file.
30817         * doc/functions/fseek.texi: Update.
30818         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
30819         REPLACE_FSEEK.
30820         * lib/stdio_.h (rpl_fseek): New declaration.
30821         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
30822         REPLACE_FSEEK.
30823
30824 2007-05-28  Bruno Haible  <bruno@clisp.org>
30825
30826         * lib/stdio_.h (fflush): More comments.
30827
30828 2007-05-28  Bruno Haible  <bruno@clisp.org>
30829
30830         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
30831         runtime test.
30832
30833 2007-05-28  Eric Blake  <ebb9@byu.net>
30834
30835         Improve lseek module.
30836         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
30837         * lib/unistd_.h (lseek): Scale back link warning message.
30838         * tests/test-lseek.c: Beef up test.
30839         * tests/test-lseek.sh: Exercise more facets of lseek.
30840         Reported by Bruno Haible.
30841
30842 2007-05-28  Bruno Haible  <bruno@clisp.org>
30843
30844         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
30845         to define.
30846
30847 2007-05-27  Bruno Haible  <bruno@clisp.org>
30848
30849         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
30850
30851 2007-05-27  Bruno Haible  <bruno@clisp.org>
30852
30853         * modules/openmp: New file.
30854         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
30855         Noah Misch.
30856
30857 2007-05-26  Bruno Haible  <bruno@clisp.org>
30858
30859         * modules/chdir-long (Depends-on): Add fchdir.
30860         * modules/chdir-safer (Depends-on): Likewise.
30861         * modules/fts (Depends-on): Likewise.
30862         * modules/fts-lgpl (Depends-on): Likewise.
30863         * modules/openat (Depends-on): Likewise.
30864         * modules/savewd (Depends-on): Likewise.
30865
30866 2007-05-24  Eric Blake  <ebb9@byu.net>
30867
30868         Fix lseek on mingw.
30869         * modules/lseek: New module.
30870         * m4/lseek.m4: New file.
30871         * lib/lseek.c: New file.
30872         * modules/lseek-tests: New file.
30873         * tests/test-lseek.c: New file.
30874         * tests/test-lseek.sh: New file.
30875         * MODULES.html.sh: Document lseek module.
30876         * modules/fflush (Depends-on): Add lseek, fseeko.
30877         * modules/fseeko (Depends-on): Likewise.
30878         * modules/ftello (Depends-on): Likewise.
30879         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
30880         broken.
30881         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
30882         broken.
30883         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
30884         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
30885         * lib/ftello.c (rpl_ftello): Likewise.
30886         * tests/test-fseeko.c (main): Test this.
30887         * tests/test-fseeko.sh: Likewise.
30888         * tests/test-ftello.c (main): Likewise.
30889         * tests/test-ftello.sh: Likewise.
30890         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
30891         implies replacing fseek.
30892         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
30893         HAVE_FTELLO.
30894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
30895         * modules/unistd (Makefile.am): Likewise.
30896         * lib/unistd_.h (lseek): Declare a replacement.
30897         * doc/functions/lseek.texi (lseek): Document this fix.
30898         * doc/functions/fseek.texi (fseek): Likewise.
30899         * doc/functions/ftell.texi (ftell): Likewise.
30900
30901 2007-05-24  Bruno Haible  <bruno@clisp.org>
30902
30903         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
30904         in the printed representation of a NaN.
30905         * tests/test-vasprintf-posix.c (test_function): Likewise.
30906         * tests/test-snprintf-posix.h (test_function): Likewise.
30907         * tests/test-sprintf-posix.h (test_function): Likewise.
30908         Reported by Eric Blake.
30909
30910 2007-05-23  Eric Blake  <ebb9@byu.net>
30911
30912         Fix fseeko/ftello on cygwin 1.5.24.
30913         * doc/functions/fseeko.texi (fseeko): Document the fix.
30914         * doc/functions/ftello.texi (ftello): Document the fix.
30915         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
30916         * doc/functions/stdout.text (stdout): New file.
30917         * doc/functions/stderr.text (stderr): New file.
30918         * doc/gnulib.texi (Function Substitutes): Use new files.
30919         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
30920         prior to 1.7.0.
30921         * tests/test-ftello.c (main): Likewise for ftello.
30922         * tests/test-fseeko.sh: New file.
30923         * tests/test-ftello.sh: New file.
30924         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
30925         with seekable stdin.
30926         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
30927         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
30928         (gl_REPLACE_FSEEKO): New macro.
30929         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
30930         * modules/fseeko (Files): Distribute fseeko.c.
30931         * modules/ftello (Files): Distribute ftello.c.
30932         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
30933         mode.
30934         * lib/ftello.c (rpl_ftello): New file.
30935         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
30936         fseeko, ftello.
30937         (gl_STDIN_LARGE_OFFSET): New macro.
30938         * modules/stdio (Makefile.am): Perform the replacement.
30939         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
30940
30941 2007-05-23  Bruno Haible  <bruno@clisp.org>
30942
30943         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
30944         GNULIB_POSIXCHECK is defined.
30945
30946 2007-05-21  Bruno Haible  <bruno@clisp.org>
30947
30948         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
30949         Check also the output for NaN arguments. When cross-compiling, guess
30950         no on IRIX.
30951         * lib/vasnprintf.c: Update comments.
30952         * tests/test-vasnprintf-posix.c (strisnan): New function.
30953         (test_function): Use it.
30954         * tests/test-vasprintf-posix.c (strisnan): New function.
30955         (test_function): Use it.
30956         * tests/test-snprintf-posix.h (strisnan): New function.
30957         (test_function): Use it.
30958         * tests/test-sprintf-posix.h (strisnan): New function.
30959         (test_function): Use it.
30960         Reported by Eric Blake.
30961
30962 2007-05-20  Bruno Haible  <bruno@clisp.org>
30963
30964         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
30965         numbers that fails on BeOS.
30966         * doc/functions/frexpl.texi: Update.
30967
30968 2007-05-20  Jim Meyering  <jim@meyering.net>
30969
30970         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
30971         forced upon us by glibc-2.6.
30972
30973 2007-05-20  Bruno Haible  <bruno@clisp.org>
30974
30975         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
30976         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
30977         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
30978         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
30979         NEED_PRINTF_INFINITE.
30980         (is_infinitel): New function.
30981         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
30982         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
30983         gl_PREREQ_VASNPRINTF_INFINITE.
30984         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
30985         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30986         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
30987         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
30988         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
30989         gl_PREREQ_VASNPRINTF_INFINITE.
30990         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30991         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30992         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30993         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30994         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30995         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30996         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30997         * doc/functions/fprintf.texi: Update.
30998         * doc/functions/printf.texi: Update.
30999         * doc/functions/snprintf.texi: Update.
31000         * doc/functions/sprintf.texi: Update.
31001         * doc/functions/vfprintf.texi: Update.
31002         * doc/functions/vprintf.texi: Update.
31003         * doc/functions/vsnprintf.texi: Update.
31004         * doc/functions/vsprintf.texi: Update.
31005
31006 2007-05-20  Bruno Haible  <bruno@clisp.org>
31007
31008         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
31009         was not found in libc.
31010         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
31011
31012 2007-05-20  Bruno Haible  <bruno@clisp.org>
31013
31014         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
31015         printed as "-nan" instead of "nan".
31016         * tests/test-vasprintf-posix.c (test_function): Likewise.
31017         * tests/test-snprintf-posix.h (test_function): Likewise.
31018         * tests/test-sprintf-posix.h (test_function): Likewise.
31019         Needed for HP-UX 11.
31020
31021 2007-05-20  Jim Meyering  <jim@meyering.net>
31022
31023         Fix buggy test for the fchownat-deref bug.
31024         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
31025         symlink required for the run-test.  Without it, this test would
31026         always declare that fchownat doesn't work, and client code would
31027         unnecessarily use the replacement function with fixed libc.
31028         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
31029         Reported by Greg Schafer.
31030
31031 2007-05-19  Bruno Haible  <bruno@clisp.org>
31032
31033         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
31034         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
31035         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
31036         Needed for IRIX 6.5 and Solaris 2.5.1.
31037
31038 2007-05-19  Bruno Haible  <bruno@clisp.org>
31039
31040         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
31041         (test_function): Skip tests involving -0.0 on platforms where
31042         -0.0 = 0.0.
31043         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
31044         (test_function): Skip tests involving -0.0 on platforms where
31045         -0.0 = 0.0.
31046         * tests/test-snprintf-posix.h (have_minus_zero): New function.
31047         (test_function): Skip tests involving -0.0 on platforms where
31048         -0.0 = 0.0.
31049         * tests/test-sprintf-posix.h (have_minus_zero): New function.
31050         (test_function): Skip tests involving -0.0 on platforms where
31051         -0.0 = 0.0.
31052         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
31053         tests.
31054         * tests/test-printf-posix.h (test_function): Likewise.
31055         * tests/test-printf-posix.output: Remove all -0.0 related results.
31056         Needed for IRIX 6.5.
31057
31058 2007-05-19  Bruno Haible  <bruno@clisp.org>
31059
31060         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
31061         printed as "nan0x7fffffff" instead of "nan".
31062         * tests/test-vasprintf-posix.c (test_function): Likewise.
31063         * tests/test-snprintf-posix.h (test_function): Likewise.
31064         * tests/test-sprintf-posix.h (test_function): Likewise.
31065         * tests/test-fprintf-posix.h (NaN): Remove macro.
31066         (test_function): Remove all NaN related tests.
31067         * tests/test-printf-posix.h (NaN): Remove macro.
31068         (test_function): Remove all NaN related tests.
31069         * tests/test-printf-posix.output: Remove all NaN related results.
31070         Needed for IRIX 6.5.
31071
31072 2007-05-19  Bruno Haible  <bruno@clisp.org>
31073
31074         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
31075         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
31076
31077 2007-05-19  Bruno Haible  <bruno@clisp.org>
31078
31079         * lib/float_.h: New file.
31080         * m4/float_h.m4: New file.
31081         * modules/float: New file.
31082         * modules/isnanl (Dependencies): Add float.
31083         * modules/isnanl-nolibm (Dependencies): Likewise.
31084         * modules/mathl (Dependencies): Likewise.
31085         * modules/printf-frexpl (Dependencies): Likewise.
31086         * modules/signbit (Dependencies): Likewise.
31087         * modules/vasnprintf (Dependencies): Likewise.
31088         * doc/headers/float.texi: Update.
31089
31090 2007-05-19  Jim Meyering  <jim@meyering.net>
31091
31092         * lib/utimens.c (gl_futimens): Rename from futimens,
31093         now that glibc-2.6 declares futimens.
31094         * lib/utimens.h: Likewise.
31095
31096 2007-05-19  Bruno Haible  <bruno@clisp.org>
31097
31098         Avoid test failures on mingw.
31099         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
31100         * tests/test-printf-posix.sh: Likewise.
31101         * tests/test-vfprintf-posix.sh: Likewise.
31102         * tests/test-vprintf-posix.sh: Likewise.
31103
31104 2007-05-19  Bruno Haible  <bruno@clisp.org>
31105
31106         Fix *printf result for NaN, Inf, -0.0 on mingw.
31107         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
31108         * lib/vasnprintf.c: Include math.h and isnan.h.
31109         (is_infinite_or_zero): New function.
31110         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
31111         values in the %f, %F, %e, %E, %g, %G directives.
31112         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
31113         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31114         gl_PRINTF_INFINITE and test its result. Invoke
31115         gl_PREREQ_VASNPRINTF_INFINITE.
31116         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31117         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31118         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31119         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31120         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31121         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31122         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31123         * doc/functions/fprintf.texi: Update.
31124         * doc/functions/printf.texi: Update.
31125         * doc/functions/snprintf.texi: Update.
31126         * doc/functions/sprintf.texi: Update.
31127         * doc/functions/vfprintf.texi: Update.
31128         * doc/functions/vprintf.texi: Update.
31129         * doc/functions/vsnprintf.texi: Update.
31130         * doc/functions/vsprintf.texi: Update.
31131
31132 2007-05-19  Bruno Haible  <bruno@clisp.org>
31133
31134         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
31135         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
31136         Instead of multiplying with 10^k, set extra_zeroes to k.
31137         (scale10_round_long_double): Remove function.
31138
31139 2007-05-18  Bruno Haible  <bruno@clisp.org>
31140
31141         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
31142         introduced on 2007-05-06.
31143
31144 2007-05-18  Bruno Haible  <bruno@clisp.org>
31145
31146         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
31147         %g directives.
31148         * tests/test-vasprintf-posix.c (test_function): Likewise.
31149         * tests/test-snprintf-posix.h (test_function): Likewise.
31150         * tests/test-sprintf-posix.h (test_function): Likewise.
31151
31152 2007-05-18  Bruno Haible  <bruno@clisp.org>
31153
31154         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
31155         (strmatch): New function.
31156         (test_function): Test the %f directive on numbers of various exponents.
31157         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
31158         (strmatch): New function.
31159         (test_function): Test the %f directive on numbers of various exponents.
31160         * tests/test-snprintf-posix.h (strmatch): New function.
31161         (test_function): Test the %f directive on numbers of various exponents.
31162         * tests/test-sprintf-posix.h (strmatch): New function.
31163         (test_function): Test the %f directive on numbers of various exponents.
31164         * tests/test-snprintf-posix.c (SIZEOF): New macro.
31165         * tests/test-sprintf-posix.c (SIZEOF): New macro.
31166         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
31167         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
31168
31169 2007-05-18  Bruno Haible  <bruno@clisp.org>
31170
31171         Add support for 'long double' number output.
31172         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
31173         * lib/vasnprintf.c: Include math.h and float+.h.
31174         (mp_limb_t): New type.
31175         (GMP_LIMB_BITS): New macro.
31176         (mp_twolimb_t): New type.
31177         (GMP_TWOLIMB_BITS): New macro.
31178         (mpn_t): New type.
31179         (multiply, divide, convert_to_decimal, decode_long_double,
31180         scale10_round_long_double, scale10_round_decimal_long_double,
31181         floorlog10l): New functions.
31182         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
31183         for the %f, %F, %e, %E, %g, %G directives.
31184         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
31185         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31186         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
31187         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
31188         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31189         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31190         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31191         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31192         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31193         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31194         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31195         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
31196         * modules/snprintf-posix (Depends-on): Likewise.
31197         * modules/sprintf-posix (Depends-on): Likewise.
31198         * modules/vasnprintf-posix (Depends-on): Likewise.
31199         * modules/vasprintf-posix (Depends-on): Likewise.
31200         * modules/vfprintf-posix (Depends-on): Likewise.
31201         * modules/vsnprintf-posix (Depends-on): Likewise.
31202         * modules/vsprintf-posix (Depends-on): Likewise.
31203         * modules/vasnprintf (Files): Add lib/float+.h.
31204         * doc/functions/fprintf.texi: Update.
31205         * doc/functions/printf.texi: Update.
31206         * doc/functions/snprintf.texi: Update.
31207         * doc/functions/sprintf.texi: Update.
31208         * doc/functions/vfprintf.texi: Update.
31209         * doc/functions/vprintf.texi: Update.
31210         * doc/functions/vsnprintf.texi: Update.
31211         * doc/functions/vsprintf.texi: Update.
31212
31213 2007-05-18  Bruno Haible  <bruno@clisp.org>
31214
31215         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
31216
31217 2007-05-18  Bruno Haible  <bruno@clisp.org>
31218
31219         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
31220         for printing 64-bit integers. Needed for mingw.
31221
31222 2007-05-18  Bruno Haible  <bruno@clisp.org>
31223
31224         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
31225         gl_FUNC_FREXPL_WORKS.
31226         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
31227
31228 2007-05-18  Bruno Haible  <bruno@clisp.org>
31229
31230         * modules/frexpl-nolibm-tests: New file.
31231
31232         * modules/frexpl-nolibm: New file.
31233         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
31234
31235 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
31236
31237         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
31238         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
31239         GCC 4.2, which otherwise issues a lot of warnings.
31240         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
31241         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
31242         Likewise.
31243         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
31244         * modules/iconv_open (iconv.h): Likewise.
31245         * modules/locale (locale.h): Likewise.
31246         * modules/netinet_in (netinet/in.h): Likewise.
31247         * modules/sys_select (sys_select.h): Likewise.
31248         * modules/sys_socket (sys/socket.h): Likewise.
31249         * modules/sys_stat (sys/stat.h): Likewise.
31250         * modules/sysexits (sysexits.h): Likewise.
31251         * modules/unistd (unistd.h): Likewise.
31252
31253 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31254
31255         * modules/closein-tests (Makefile.am): Distribute
31256         `test-closein.sh'.
31257
31258 2007-05-17  Bruno Haible  <bruno@clisp.org>
31259
31260         * tests/test-printf-posix.output: Renamed from
31261         tests/test-fprintf-posix.out.
31262         * modules/fprintf-posix-tests: Update.
31263         * modules/printf-posix-tests: Update.
31264         * modules/vfprintf-posix-tests: Update.
31265         * modules/vprintf-posix-tests: Update.
31266         * tests/test-fprintf-posix.sh: Update.
31267         * tests/test-printf-posix.sh: Update.
31268         * tests/test-vfprintf-posix.sh: Update.
31269         * tests/test-vprintf-posix.sh: Update.
31270         Reported by Ralf Wildenhues.
31271
31272 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
31273
31274         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
31275         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
31276         GCC 4.2, which otherwise issues a lot of warnings.
31277         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
31278         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
31279         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
31280         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
31281         it should no longer be needed.
31282         * lib/string_.h: Likewise.
31283         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
31284         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
31285         * modules/inttypes (inttypes.h): Likewise.
31286         * modules/math (math.h): Likewise.
31287         * modules/search (search.h): Likewise.
31288         * modules/signal (signal.h): Likewise.
31289         * modules/stdint (stdint.h): Likewise.
31290         * modules/stdio (stdio.h): Likewise.
31291         * modules/stdlib (stdlib.h): Likewise.
31292         * modules/string (string.h): Likewise.
31293         * modules/sys_time (sys/time.h): Likewise.
31294         * modules/time (time.h): Likewise.
31295         * modules/wchar (wchar.h): Likewise.
31296         * modules/wctype (wtype.h): Likewise.
31297
31298 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
31299
31300         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
31301
31302 2007-05-13  Bruno Haible  <bruno@clisp.org>
31303
31304         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
31305         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31306         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
31307         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
31308         (gl_PREREQ_STRTOK_R): Don't require it here.
31309
31310 2007-05-13  Bruno Haible  <bruno@clisp.org>
31311
31312         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
31313         when used in C++ mode.
31314
31315 2007-05-12  Bruno Haible  <bruno@clisp.org>
31316
31317         * lib/linebuffer.h: Tweak doc.
31318         * lib/linebuffer.c: Likewise.
31319
31320 2007-05-12  James Youngman  <jay@gnu.org>
31321
31322         * lib/linebuffer.c (readlinebuffer_delim): New function,
31323         like readlinebuffer, but use a caller-specified delimiter.
31324         (readlinebuffer): Just call readlinebuffer_delim with '\n'
31325         as the delimiter.
31326         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
31327
31328 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
31329
31330         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
31331         * modules/openat (Files): Remove openat-die.c.
31332         (Depends-on): Add openat-die.
31333         * modules/openat-die: New module.
31334
31335 2007-05-06  Bruno Haible  <bruno@clisp.org>
31336
31337         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
31338         Update with info about Cygwin.
31339         * doc/functions/fprintf.texi: Update.
31340         * doc/functions/printf.texi: Update.
31341         * doc/functions/snprintf.texi: Update.
31342         * doc/functions/sprintf.texi: Update.
31343         * doc/functions/vfprintf.texi: Update.
31344         * doc/functions/vprintf.texi: Update.
31345         * doc/functions/vsnprintf.texi: Update.
31346         * doc/functions/vsprintf.texi: Update.
31347         Reported by Eric Blake.
31348
31349 2007-05-06  Bruno Haible  <bruno@clisp.org>
31350
31351         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
31352         padding ourselves for the floating-point directives.
31353         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
31354         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
31355         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31356         gl_PRINTF_FLAG_ZERO and test its result. Invoke
31357         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
31358         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31359         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
31360         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31361         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31362         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31363         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31364         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31365         * tests/test-snprintf-posix.h (test_function): Also check the width
31366         and some flags in the %f directive.
31367         * tests/test-sprintf-posix.h (test_function): Likewise.
31368         * tests/test-vasnprintf-posix.c (test_function): Likewise.
31369         * tests/test-vasprintf-posix.c (test_function): Likewise.
31370         * doc/functions/fprintf.texi: Update.
31371         * doc/functions/printf.texi: Update.
31372         * doc/functions/snprintf.texi: Update.
31373         * doc/functions/sprintf.texi: Update.
31374         * doc/functions/vfprintf.texi: Update.
31375         * doc/functions/vprintf.texi: Update.
31376         * doc/functions/vsnprintf.texi: Update.
31377         * doc/functions/vsprintf.texi: Update.
31378
31379 2007-05-06  Bruno Haible  <bruno@clisp.org>
31380
31381         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
31382         pass the ' flag character to sprintf or snprintf.
31383         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
31384         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
31385         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31386         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
31387         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
31388         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31389         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
31390         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31391         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31392         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31393         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31394         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31395         * tests/test-snprintf-posix.h (test_function): Also check the grouping
31396         flag.
31397         * tests/test-sprintf-posix.h (test_function): Likewise.
31398         * tests/test-vasnprintf-posix.c (test_function): Likewise.
31399         * tests/test-vasprintf-posix.c (test_function): Likewise.
31400         * doc/functions/fprintf.texi: Update.
31401         * doc/functions/printf.texi: Update.
31402         * doc/functions/snprintf.texi: Update.
31403         * doc/functions/sprintf.texi: Update.
31404         * doc/functions/vfprintf.texi: Update.
31405         * doc/functions/vprintf.texi: Update.
31406         * doc/functions/vsnprintf.texi: Update.
31407         * doc/functions/vsprintf.texi: Update.
31408
31409 2007-05-01  Bruno Haible  <bruno@clisp.org>
31410
31411         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
31412
31413 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
31414
31415         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
31416         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
31417
31418 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
31419
31420         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
31421         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
31422         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
31423
31424 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
31425
31426         * lib/argp-help.c (struct hol_entry): New member `ord'.
31427         (HOL_ENTRY_PTRCMP): Use ord for comparison
31428         (hol_sort): Initialize ord.
31429
31430 2007-05-01  Bruno Haible  <bruno@clisp.org>
31431
31432         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
31433         Reported by Eric Blake.
31434         * doc/gnulib.texi (Function Substitutes): Update.
31435
31436 2007-05-01  Bruno Haible  <bruno@clisp.org>
31437
31438         * doc/functions.texi: Remove file, now redundant through
31439         doc/functions/*.texi.
31440
31441 2007-05-01  Bruno Haible  <bruno@clisp.org>
31442
31443         * modules/argp (Depends-on): Add sleep.
31444
31445 2007-05-01  Bruno Haible  <bruno@clisp.org>
31446
31447         * modules/sleep-tests: New file.
31448         * tests/test-sleep.c: New file.
31449
31450         * modules/sleep: New file.
31451         * lib/sleep.c: New file.
31452         * m4/sleep.m4: New file.
31453         * lib/unistd_.h (sleep): New declaration.
31454         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
31455         HAVE_SLEEP.
31456         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
31457         * doc/functions/sleep.texi: Document the sleep module.
31458
31459 2007-05-01  Bruno Haible  <bruno@clisp.org>
31460
31461         * lib/sigprocmask.h: Remove file.
31462         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
31463         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
31464         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
31465         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
31466         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
31467         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
31468         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
31469         HAVE_SIGSET_T as a shell variable.
31470         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
31471         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
31472         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
31473         (Depends-on): Add signal. Remove verify.
31474         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
31475         (Include): Mention <signal.h> instead of sigprocmask.h.
31476         * NEWS: Mention the change.
31477         * lib/fatal-signal.c: Don't include sigprocmask.h.
31478
31479 2007-05-01  Bruno Haible  <bruno@clisp.org>
31480
31481         * modules/signal: New file.
31482         * lib/signal_.h: New file.
31483         * m4/signal_h.m4: New file.
31484
31485 2007-05-01  Bruno Haible  <bruno@clisp.org>
31486
31487         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
31488         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
31489         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
31490         HAVE_WCTYPE_CTMP_BUG into wctype.h.
31491
31492 2007-05-01  Bruno Haible  <bruno@clisp.org>
31493
31494         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
31495         configure time.
31496         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
31497         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
31498         * modules/sys_stat (Makefile.am): Substitute their values into
31499         sys/stat.h.
31500
31501 2007-05-01  Bruno Haible  <bruno@clisp.org>
31502
31503         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
31504         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
31505         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
31506
31507 2007-05-01  Bruno Haible  <bruno@clisp.org>
31508
31509         * doc/header/assert.texi: Undo last change: don't mention the gnulib
31510         'assert' module here.
31511
31512 2007-05-01  Bruno Haible  <bruno@clisp.org>
31513
31514         * doc/functions/*.texi: New files.
31515         * doc/functions/google-ranking.txt: New file.
31516         * doc/gnulib.texi (Function Substitutes): New chapter.
31517         (ctime, inet_ntoa): Remove sections.
31518         * doc/ctime.texi: Remove file.
31519         * doc/inet_ntoa.texi: Remove file.
31520         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
31521         dependencies.
31522         (%.info): New rule, specifying a --reference-limit.
31523
31524 2007-05-01  Bruno Haible  <bruno@clisp.org>
31525
31526         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
31527
31528 2007-05-01  Bruno Haible  <bruno@clisp.org>
31529
31530         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
31531         the portability of 'mkdir' to mingw systems.
31532
31533 2007-05-01  Bruno Haible  <bruno@clisp.org>
31534
31535         * doc/headers/google-ranking.txt: New file.
31536
31537 2007-04-30  Eric Blake  <ebb9@byu.net>
31538
31539         Prefer fseeko to fseek.
31540         * modules/getpass (Depends-on): Add fseeko.
31541         * lib/getpass.c (getpass): Use fseeko, not fseek.
31542
31543 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
31544
31545         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
31546         assumes the sorting is stable, while most qsort implementations
31547         are not.  Use argument addresses to ensure they never compare as
31548         equal.
31549
31550         * tests/test-argp-2.sh (usage-indent test): Fix output
31551         (func_compare): Restore diff options
31552         * tests/test-argp.c: Restore #include "progname.h"
31553
31554 2007-04-29  Bruno Haible  <bruno@clisp.org>
31555
31556         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
31557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
31558         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
31559         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31560         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
31561         (configure.ac): Define CHECK_SNPRINTF_POSIX.
31562         (TESTS, check_PROGRAMS): Add test-snprintf.
31563         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
31564         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
31565         (TESTS, check_PROGRAMS): Add test-vsnprintf.
31566         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
31567         assertions that fail on HP-UX, OSF/1, or IRIX.
31568         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
31569
31570 2007-04-29  Bruno Haible  <bruno@clisp.org>
31571
31572         * MODULES.html.sh (posix_functions): Remove 'contents'.
31573
31574 2007-04-29  Karl Berry  <karl@gnu.org>
31575
31576         * config/srclist.txt (gendocs_template_min): new entry.
31577
31578 2007-04-29  Bruno Haible  <bruno@clisp.org>
31579
31580         Work around fpurge bug on BSD systems.
31581         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
31582         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
31583         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
31584         fpurge to rpl_fpurge if the system already has this function.
31585         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
31586         the case where the system already has this function. Correct invariants
31587         on BSD systems.
31588         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
31589         BSD systems.
31590
31591 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
31592
31593         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
31594         proposed by Sven Verdoolaege.
31595
31596         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
31597         options.
31598         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
31599         (usage and help tests): Update
31600
31601 2007-04-29  Bruno Haible  <bruno@clisp.org>
31602
31603         * tests/test-fflush.c (main): Use a file of size 17, not 10.
31604         Print more information in case of failure. Disable a test on BeOS.
31605
31606 2007-04-29  Bruno Haible  <bruno@clisp.org>
31607
31608         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
31609         This helps debugging on systems on which no gdb is available.
31610
31611 2007-04-29  Bruno Haible  <bruno@clisp.org>
31612
31613         * lib/freading.h: Improve comments.
31614         * lib/fwriting.h: Likewise.
31615         * tests/test-freading.c (main): Don't check freading immediately after
31616         repositioning. Needed for glibc.
31617
31618 2007-04-29  Bruno Haible  <bruno@clisp.org>
31619
31620         * lib/freading.c (freading): Trivial simplification.
31621
31622 2007-04-28  Bruno Haible  <bruno@clisp.org>
31623
31624         * tests/test-fwriting.c (main): Also test the interaction between
31625         fflush and fwriting.
31626         * modules/fwriting-tests (Depends-on): Add fflush.
31627
31628         * tests/test-freading.c (main): Also test the interaction between
31629         fflush and freading.
31630         * modules/freading-tests (Depends-on): Add fflush.
31631
31632 2007-04-28  Bruno Haible  <bruno@clisp.org>
31633
31634         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
31635         fseeko and ftello.
31636         Suggested by Eric Blake.
31637
31638 2007-04-28  Jim Meyering  <jim@meyering.net>
31639
31640         Avoid false-negative in gl_STDINT_H's C99 conformance test.
31641         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
31642         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
31643
31644 2007-04-27  Eric Blake  <ebb9@byu.net>
31645
31646         * doc/headers/assert.texi (assert.h): Document assert module use.
31647
31648 2007-04-27  Bruno Haible  <bruno@clisp.org>
31649
31650         * doc/headers/*.texi: New files.
31651         * doc/gnulib.texi (Header File Substitutes): New chapter.
31652         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
31653         dependencies.
31654         (standards.info ,standards.html, standards.dvi): Update dependencies.
31655         (mostlyclean, clean): New targets.
31656
31657 2007-04-27  Bruno Haible  <bruno@clisp.org>
31658
31659         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
31660         * modules/sysexits (Files, Makefile.am): Update.
31661
31662         * lib/sys_socket_.h: Renamed from lib/socket_.h.
31663         * modules/sys_socket (Files, Makefile.am): Update.
31664
31665         * lib/sys_stat_.h: Renamed from lib/stat_.h.
31666         * modules/sys_stat (Files, Makefile.am): Update.
31667
31668 2007-04-27  Eric Blake  <ebb9@byu.net>
31669
31670         * lib/freading.h: Improve comments.
31671         * lib/fwriting.h: Likewise.
31672         * lib/fflush.c: Likewise.
31673
31674         Fix closein for mingw.
31675         * modules/closein-tests: Add tests for closein.
31676         * tests/test-closein.c: New file.
31677         * tests/test-closein.sh: Likewise.
31678         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
31679         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
31680
31681 2007-04-27  Bruno Haible  <bruno@clisp.org>
31682
31683         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
31684         version is < 6.
31685         * lib/math_.h [__DECC]: Likewise.
31686         * lib/stdio_.h [__DECC]: Likewise.
31687         * lib/stdlib_.h [__DECC]: Likewise.
31688         * lib/string_.h [__DECC]: Likewise.
31689         * lib/time_.h [__DECC]: Likewise.
31690         * lib/wchar_.h [__DECC]: Likewise.
31691         * lib/wctype_.h [__DECC]: Likewise.
31692
31693 2007-04-27  Bruno Haible  <bruno@clisp.org>
31694
31695         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
31696
31697 2007-04-27  Bruno Haible  <bruno@clisp.org>
31698
31699         * lib/fflush.c: Add comments.
31700         * modules/fpurge-tests (Depends-on): Add fflush.
31701         * modules/freadable-tests (Depends-on): Likewise.
31702         * modules/fwritable-tests (Depends-on): Likewise.
31703
31704 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
31705
31706         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
31707         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
31708         Report by Bruno Haible <bruno@clisp.org>.
31709
31710 2007-04-26  Eric Blake  <ebb9@byu.net>
31711
31712         Fix fflush on mingw.
31713         * modules/fflush (Depends-on): Add freading.
31714         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
31715         but unread data.
31716
31717 2007-04-26  Eric Blake  <ebb9@byu.net>
31718         and Bruno Haible  <bruno@clisp.org>
31719
31720         Implement freading and fwriting.
31721         * lib/freading.c: New file.
31722         * lib/freading.h: Likewise.
31723         * m4/freading.m4: Likewise.
31724         * modules/freading: Likewise.
31725         * modules/freading-tests: Likewise.
31726         * tests/test-freading.c: Likewise.
31727         * lib/fwriting.c: New file.
31728         * lib/fwriting.h: Likewise.
31729         * m4/fwriting.m4: Likewise.
31730         * modules/fwriting: Likewise.
31731         * modules/fwriting-tests: Likewise.
31732         * tests/test-fwriting.c: Likewise.
31733         * MODULES.html.sh (File stream based Input/Output): Mention them.
31734
31735 2007-04-26  Bruno Haible  <bruno@clisp.org>
31736
31737         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
31738         'long' when we assume it.
31739         Suggested by Eric Blake.
31740
31741 2007-04-26  Bruno Haible  <bruno@clisp.org>
31742
31743         Ensure fseeko, ftello are declared on glibc systems.
31744         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
31745         * modules/fseeko (configure.ac-early): Likewise.
31746         * modules/ftello (configure.ac-early): Likewise.
31747         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
31748         AC_FUNC_FSEEKO for this.
31749         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
31750         (gl_CHECK_FSEEKO): Remove macro.
31751
31752 2007-04-26  Bruno Haible  <bruno@clisp.org>
31753
31754         * tests/test-fflush.c (main): Also check the ftell result after
31755         fflush and fseek/fseeko.
31756         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
31757         file descriptor position cache in the stream.
31758         * lib/fseeko.c (rpl_fseeko): Likewise.
31759
31760 2007-04-26  Bruno Haible  <bruno@clisp.org>
31761
31762         * modules/fflush-tests (Depends-on): Add fseeko.
31763
31764 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
31765             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31766
31767         * lib/argz_.h: ensure error_t definition is obtained in same
31768         mechanism system argz.h would have.
31769         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
31770         argz facilities are known bad.  Err on the side of caution if
31771         cross-compiling.
31772
31773 2007-04-25  Eric Blake  <ebb9@byu.net>
31774
31775         * lib/fpurge.c (includes): Use stdlib.h for free.
31776         * tests/test-fflush.c (main): Also test fflush-fseeko.
31777
31778 2007-04-25  Bruno Haible  <bruno@clisp.org>
31779
31780         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
31781         * lib/fseeko.c: New file.
31782         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
31783         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
31784         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
31785         gl_FUNC_FSEEKO.
31786         (gl_FUNC_FSEEKO): Invoke it.
31787         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
31788         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
31789         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
31790
31791 2007-04-25  Bruno Haible  <bruno@clisp.org>
31792
31793         * modules/fflush (Depends-on): Add ftello.
31794
31795 2007-04-25  Bruno Haible  <bruno@clisp.org>
31796
31797         * modules/ftello-tests: New file.
31798         * tests/test-ftello.c: New file.
31799
31800         * modules/ftello: New file.
31801         * m4/ftello.m4: New file.
31802         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
31803         HAVE_FTELLO.
31804         * lib/stdio_.h (ftello): New declaration.
31805         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
31806         HAVE_FTELLO.
31807
31808 2007-04-25  Bruno Haible  <bruno@clisp.org>
31809
31810         * modules/fseeko-tests: New file.
31811         * tests/test-fseeko.c: New file.
31812
31813         * modules/fseeko: New file.
31814         * m4/fseeko.m4: New file.
31815         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
31816         HAVE_FSEEKO.
31817         * lib/stdio_.h (fseeko): New declaration.
31818         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
31819         HAVE_FSEEKO.
31820
31821 2007-04-25  Bruno Haible  <bruno@clisp.org>
31822
31823         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
31824
31825 2007-04-25  Bruno Haible  <bruno@clisp.org>
31826
31827         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
31828         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
31829         * tests/test-unistd.c: Likewise.
31830         * tests/test-fcntl.c: Likewise.
31831
31832 2007-04-23  Eric Blake  <ebb9@byu.net>
31833
31834         * lib/fflush.c: Fix missing include.
31835         Reported by Bruno Haible.
31836
31837 2007-04-23  Bruno Haible  <bruno@clisp.org>
31838
31839         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
31840         Reported by Eric Blake.
31841
31842 2007-04-23  Bruno Haible  <bruno@clisp.org>
31843
31844         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
31845
31846 2007-04-23  Bruno Haible  <bruno@clisp.org>
31847
31848         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
31849
31850 2007-04-23  Bruno Haible  <bruno@clisp.org>
31851
31852         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
31853         Needed on HP-UX 11.
31854
31855 2007-04-16  Eric Blake  <ebb9@byu.net>
31856
31857         Make fflush rely on fpurge.
31858         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
31859         open coding all variants.
31860         * modules/fflush (Depends-on): Add fpurge and unistd.
31861         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
31862         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
31863
31864         Fix --with-tests compilation on cygwin.
31865         * modules/argmatch-tests (Makefile.am): List gnulib library first
31866         in LDADD.
31867         * modules/argp-tests (Makefile.am): Likewise.
31868         * modules/array-list-tests (Makefile.am): Likewise.
31869         * modules/array-oset-tests (Makefile.am): Likewise.
31870         * modules/avltree-list-tests (Makefile.am): Likewise.
31871         * modules/avltree-oset-tests (Makefile.am): Likewise.
31872         * modules/avltreehash-list-tests (Makefile.am): Likewise.
31873         * modules/carray-list-tests (Makefile.am): Likewise.
31874         * modules/dirname-tests (Makefile.am): Likewise.
31875         * modules/frexp-tests (Makefile.am): Likewise.
31876         * modules/isnanl-tests (Makefile.am): Likewise.
31877         * modules/linked-list-tests (Makefile.am): Likewise.
31878         * modules/linkedhash-list-tests (Makefile.am): Likewise.
31879         * modules/lock-tests (Makefile.am): Likewise.
31880         * modules/rbtree-list-tests (Makefile.am): Likewise.
31881         * modules/rbtree-oset-tests (Makefile.am): Likewise.
31882         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
31883         * modules/tls-tests (Makefile.am): Likewise.
31884         * modules/tsearch-tests (Makefile.am): Likewise.
31885         * modules/xvasprintf-tests (Makefile.am): Likewise.
31886
31887         Fix fpurge for cygwin.
31888         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
31889         value.
31890         * modules/fpurge-tests (Depends-on): Clean up trash.
31891
31892 2007-04-16  Simon Josefsson  <simon@josefsson.org>
31893
31894         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
31895
31896         * m4/autobuild.m4: Re-indent.
31897
31898 2007-04-13  Bruno Haible  <bruno@clisp.org>
31899
31900         * modules/fpurge-tests: New file.
31901         * tests/test-fpurge.c: New file.
31902
31903         * modules/fpurge: New file.
31904         * lib/fpurge.h: New file.
31905         * lib/fpurge.c: New file.
31906         * m4/fpurge.m4: New file.
31907
31908 2007-04-13  Bruno Haible  <bruno@clisp.org>
31909
31910         * modules/fbufmode-tests: New file.
31911         * tests/test-fbufmode.c: New file.
31912
31913         * modules/fbufmode: New file.
31914         * lib/fbufmode.h: New file.
31915         * lib/fbufmode.c: New file.
31916         * m4/fbufmode.m4: New file.
31917
31918 2007-04-13  Bruno Haible  <bruno@clisp.org>
31919
31920         * modules/fwritable-tests: New file.
31921         * tests/test-fwritable.c: New file.
31922
31923         * modules/fwritable: New file.
31924         * lib/fwritable.h: New file.
31925         * lib/fwritable.c: New file.
31926         * m4/fwritable.m4: New file.
31927
31928 2007-04-13  Bruno Haible  <bruno@clisp.org>
31929
31930         * modules/freadable-tests: New file.
31931         * tests/test-freadable.c: New file.
31932
31933         * modules/freadable: New file.
31934         * lib/freadable.h: New file.
31935         * lib/freadable.c: New file.
31936         * m4/freadable.m4: New file.
31937
31938 2007-04-13  Bruno Haible  <bruno@clisp.org>
31939
31940         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
31941         MOSTLYCLEANFILES.
31942
31943 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
31944
31945         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
31946         gzip bootstrap.conf to avoid dragging in i18n machinery.
31947         (gnulib_tool_option): Use it.
31948
31949 2007-04-13  Bruno Haible  <bruno@clisp.org>
31950
31951         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
31952         %F directives.
31953         * tests/test-vasprintf-posix.c (test_function): Likewise.
31954         * tests/test-snprintf-posix.h (test_function): Likewise.
31955         * tests/test-sprintf-posix.h (test_function): Likewise.
31956         * tests/test-fprintf-posix.h (test_function): Likewise.
31957         * tests/test-printf-posix.h (test_function): Likewise.
31958         * tests/test-fprintf-posix.out: Likewise.
31959
31960 2007-04-13  Bruno Haible  <bruno@clisp.org>
31961
31962         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
31963         * modules/tls-tests (configure.ac): Likewise.
31964         Reported by Arto C. Nirkko <anirkko@insel.ch>.
31965
31966 2007-04-13  Bruno Haible  <bruno@clisp.org>
31967
31968         * lib/tls.c (glthread_tls_get): Fix return type.
31969         Patch by Arto C. Nirkko <anirkko@insel.ch>.
31970
31971 2007-04-12  Eric Blake  <ebb9@byu.net>
31972
31973         * modules/gettime (Depends-on): Remove gettime.
31974         Reported by Dmitry V. Levin.
31975
31976 2007-04-12  Bruno Haible  <bruno@clisp.org>
31977
31978         * modules/fflush (Include): Mention <stdio.h>.
31979         * modules/strtoimax (Include): Mention <inttypes.h>.
31980         * modules/strtoumax (Include): Likewise.
31981
31982 2007-04-12  Eric Blake  <ebb9@byu.net>
31983
31984         * .cvsignore: New file.
31985         * .gitignore: Likewise.
31986
31987 2007-04-12  Bruno Haible  <bruno@clisp.org>
31988
31989         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
31990         not before, since $(LDADD) often contains libgnu.a.
31991         * modules/striconv-tests (test_striconv_LDADD): Likewise.
31992         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
31993         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
31994         Needed on Cygwin.
31995
31996 2007-04-12  Eric Blake  <ebb9@byu.net>
31997
31998         Work around glibc's failure to flush stdin on fclose.
31999         * lib/closein.c (close_stdin): Flush stdin before closing.
32000
32001         Work around glibc's failure to reset seekable stdin on exit.
32002         * modules/closein: New module.
32003         * lib/closein.c: New file.
32004         * lib/closein.h: Likewise.
32005         * m4/closein.m4: Likewise.
32006         * MODULES.html.sh (File stream based Input/Output): Document it.
32007
32008 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32009
32010         * gnulib-tool: Rename generated 'autobuild' script to
32011         'do-autobuild' in --create-megatestdir output.
32012
32013         * doc/gnulib.texi (Build robot for gnulib): Fix.
32014
32015 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32016
32017         * modules/sysexits (Depends-on): Add absolute-header.
32018
32019 2007-04-12  Eric Blake  <ebb9@byu.net>
32020
32021         No need to preserve errno on success.
32022         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
32023         Reported by Bruno Haible.
32024
32025 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32026
32027         * MODULES.html.sh (Support for maintaining and releasing
32028         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
32029
32030 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32031
32032         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
32033
32034 2007-04-12  Simon Josefsson  <simon@josefsson.org>
32035
32036         * modules/autobuild: New module.
32037
32038         * m4/autobuild.m4: New file.
32039
32040 2007-04-11  Bruno Haible  <bruno@clisp.org>
32041
32042         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
32043         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
32044         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
32045         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
32046         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
32047         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32048         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32049         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
32050         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32051         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32052         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
32053         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32054         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32055         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
32056         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32057         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32058         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
32059         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32060         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32061         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
32062         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32063         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32064         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
32065         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32066         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32067         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
32068         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
32069         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
32070         Reported by Eric Blake.
32071
32072 2007-04-11  Bruno Haible  <bruno@clisp.org>
32073
32074         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
32075
32076 2007-04-10  Bruno Haible  <bruno@clisp.org>
32077
32078         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
32079         for NaN and Infinity. Needed on FreeBSD 6.1.
32080         * tests/test-vasnprintf-posix.c (test_function): Undo last change
32081         regarding results for "%010a" of Infinity and NaN.
32082         * tests/test-vasprintf-posix.c (test_function): Likewise.
32083         * tests/test-snprintf-posix.h (test_function): Likewise.
32084         * tests/test-sprintf-posix.h (test_function): Likewise.
32085         * tests/test-fprintf-posix.h (test_function): Likewise.
32086         * tests/test-printf-posix.h (test_function): Likewise.
32087         * tests/test-fprintf-posix.out: Likewise.
32088
32089 2007-04-10  Bruno Haible  <bruno@clisp.org>
32090
32091         * modules/locale-tests: New file.
32092         * tests/test-locale.c: New file.
32093
32094         * modules/locale: New file.
32095         * lib/locale_.h: New file.
32096         * m4/locale_h.m4: New file.
32097
32098 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
32099             Bruno Haible  <bruno@clisp.org>
32100
32101         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
32102         be determined, test for availability of the copysignf, copysign,
32103         copysignl functions.
32104         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
32105         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
32106         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
32107
32108 2007-04-09  Eric Blake  <ebb9@byu.net>
32109
32110         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
32111         * modules/stdio (Makefile.am): Support fflush.
32112         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
32113         * modules/fflush: New file.
32114         * lib/fflush.c: Likewise.
32115         * m4/fflush.m4: Likewise.
32116         * modules/fflush-tests: New test.
32117         * tests/test-fflush.c: Likewise.
32118         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
32119
32120 2007-04-06  Bruno Haible  <bruno@clisp.org>
32121
32122         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
32123         (VASNPRINTF): Use signbit for faster determination whether to print a
32124         minus sign.
32125         * modules/vasnprintf (Files): Remove lib/float+.h.
32126         * modules/fprintf-posix (Depends-on): Add signbit.
32127         * modules/snprintf-posix (Depends-on): Likewise.
32128         * modules/sprintf-posix (Depends-on): Likewise.
32129         * modules/vasnprintf-posix (Depends-on): Likewise.
32130         * modules/vasprintf-posix (Depends-on): Likewise.
32131         * modules/vfprintf-posix (Depends-on): Likewise.
32132         * modules/vsnprintf-posix (Depends-on): Likewise.
32133         * modules/vsprintf-posix (Depends-on): Likewise.
32134
32135 2007-04-06  Bruno Haible  <bruno@clisp.org>
32136
32137         * tests/test-frexp.c (main): Test also the sign bit of zero results.
32138         * tests/test-frexpl.c (main): Likewise.
32139         * tests/test-ldexpl.c (main): Likewise.
32140         * modules/frexp-tests (Depends-on): Add signbit.
32141         * modules/frexpl-tests (Depdends-on): Likewise.
32142         * modules/ldexpl-tests (Depdends-on): Likewise.
32143
32144 2007-04-06  Bruno Haible  <bruno@clisp.org>
32145
32146         * modules/signbit-tests: New file.
32147         * tests/test-signbit.c: New file.
32148
32149         * modules/signbit: New file.
32150         * lib/signbitf.c: New file.
32151         * lib/signbitd.c: New file.
32152         * lib/signbitl.c: New file.
32153         * m4/signbit.m4: New file.
32154         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
32155         (signbit): New macro.
32156         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
32157         REPLACE_SIGNBIT.
32158         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
32159         REPLACE_FREXPL into math.h.
32160
32161 2007-04-06  Bruno Haible  <bruno@clisp.org>
32162
32163         * modules/isnanf-nolibm-tests: New file.
32164         * tests/test-isnanf.c: New file.
32165
32166         * modules/isnanf-nolibm: New file.
32167         * lib/isnanf.h: New file.
32168         * lib/isnanf.c: New file.
32169         * lib/isnan.c: Consider the USE_FLOAT macro.
32170         * m4/isnanf.m4: New file.
32171
32172 2007-04-06  Bruno Haible  <bruno@clisp.org>
32173
32174         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
32175         (Link): New section.
32176
32177         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
32178
32179 2007-04-06  Bruno Haible  <bruno@clisp.org>
32180
32181         Assume the 'long double' type.
32182         * m4/longdouble.m4: Remove file.
32183         * config/srclist.txt: Don't mention longdouble.m4.
32184         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
32185         * lib/float+.h: Likewise.
32186         * lib/frexp.c: Likewise.
32187         * lib/printf-args.h: Likewise.
32188         * lib/printf-args.c: Likewise.
32189         * lib/printf-frexp.c: Likewise.
32190         * lib/printf-parse.c: Likewise.
32191         * lib/vasnprintf.c: Likewise.
32192         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
32193         * m4/intl.m4: Likewise.
32194         * m4/isnanl.m4: Likewise.
32195         * m4/printf.m4: Likewise.
32196         * m4/printf-frexpl.m4: Likewise.
32197         * m4/vasnprintf.m4: Likewise.
32198         * modules/allocsa (Files): Remove m4/longdouble.m4.
32199         * modules/gettext (Files): Likewise.
32200         * modules/relocatable-prog-wrapper (Files): Likewise.
32201         * modules/vasnprintf (Files): Likewise.
32202         * modules/isnanl (Files): Likewise.
32203         (Include): Simplify.
32204         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
32205         (Include): Simplify.
32206         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
32207         (Include): Simplify.
32208         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
32209         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32210         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
32211         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32212         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
32213         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32214         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
32215         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32216         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
32217         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32218         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
32219         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
32220         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
32221         * tests/test-isnanl.c: Likewise.
32222         * tests/test-snprintf-posix.h: Likewise.
32223         * tests/test-sprintf-posix.h: Likewise.
32224         * tests/test-vasnprintf-posix.c: Likewise.
32225         * tests/test-vasnprintf-posix2.c: Likewise.
32226         * tests/test-vasprintf-posix.c: Likewise.
32227
32228 2007-04-06  Bruno Haible  <bruno@clisp.org>
32229
32230         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
32231         * lib/math_.h [__DECC]: Include the overridden include file through
32232         #include_next, outside the double-inclusion guard.
32233         * lib/stdio_.h [__DECC]: Likewise.
32234         * lib/stdlib_.h [__DECC]: Likewise.
32235         * lib/string_.h [__DECC]: Likewise.
32236         * lib/time_.h [__DECC]: Likewise.
32237         * lib/wchar_.h [__DECC]: Likewise.
32238         * lib/wctype_.h [__DECC]: Likewise.
32239         * lib/inttypes_.h [__DECC]: Likewise.
32240         Reported by Albert Chin <china@thewrittenword.com> in
32241         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
32242
32243 2007-04-04  Eric Blake  <ebb9@byu.net>
32244
32245         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
32246         1.5.x.
32247
32248 2007-04-04  Bruno Haible  <bruno@clisp.org>
32249
32250         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
32251         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
32252
32253 2007-04-04  Bruno Haible  <bruno@clisp.org>
32254
32255         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
32256         results for "%010a" of Infinity and NaN.
32257         * tests/test-vasprintf-posix.c (test_function): Likewise.
32258         * tests/test-snprintf-posix.h (test_function): Likewise.
32259         * tests/test-sprintf-posix.h (test_function): Likewise.
32260         * tests/test-fprintf-posix.h (test_function): Remove these tests.
32261         * tests/test-printf-posix.h (test_function): Likewise.
32262         * tests/test-fprintf-posix.out: Update.
32263         Needed for FreeBSD 6.1.
32264
32265 2007-04-04  Bruno Haible  <bruno@clisp.org>
32266
32267         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
32268         directly used by the gnulib modules nor by gnulib-tool.
32269
32270 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
32271
32272         * DEPENDENCIES: Give overall description of version dependency
32273         desirability.  Use more-typical names for apps.
32274         Add shell, coreutils, diffutils, grep, tar, gzip.
32275
32276 2007-04-04  Simon Josefsson  <simon@josefsson.org>
32277
32278         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
32279
32280 2007-04-04  Karl Berry  <karl@gnu.org>
32281
32282         * MODULES.html.sh (func_module): missing '.
32283
32284 2007-04-03  Bruno Haible  <bruno@clisp.org>
32285
32286         * modules/argmatch-tests (Makefile.am): New variable
32287         test_argmatch_LDADD.
32288         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
32289         * modules/array-list-tests (Makefile.am): New variable
32290         test_array_list_LDADD.
32291         * modules/array-oset-tests (Makefile.am): New variable
32292         test_array_oset_LDADD.
32293         * modules/avltree-list-tests (Makefile.am): New variable
32294         test_avltree_list_LDADD.
32295         * modules/avltree-oset-tests (Makefile.am): New variable
32296         test_avltree_oset_LDADD.
32297         * modules/avltreehash-list-tests (Makefile.am): New variable
32298         test_avltreehash_list_LDADD.
32299         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
32300         test_canonicalize_lgpl_LDADD.
32301         * modules/carray-list-tests (Makefile.am): New variable
32302         test_carray_list_LDADD.
32303         * modules/dirname-tests (Makefile.am): New variable
32304         test_dirname_LDADD.
32305         * modules/linked-list-tests (Makefile.am): New variable
32306         test_linked_list_LDADD.
32307         * modules/linkedhash-list-tests (Makefile.am): New variable
32308         test_linkedhash_list_LDADD.
32309         * modules/rbtree-list-tests (Makefile.am): New variable
32310         test_rbtree_list_LDADD.
32311         * modules/rbtree-oset-tests (Makefile.am): New variable
32312         test_rbtree_oset_LDADD.
32313         * modules/rbtreehash-list-tests (Makefile.am): New variable
32314         test_rbtreehash_list_LDADD.
32315         * modules/xvasprintf-tests (Makefile.am): New variable
32316         test_xvasprintf_LDADD.
32317         Reported by Eric Blake.
32318
32319 2007-04-03  Eric Blake  <ebb9@byu.net>
32320
32321         * DEPENDENCIES: Weaken m4 requirements.
32322
32323 2007-04-03  Bruno Haible  <bruno@clisp.org>
32324
32325         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
32326         * modules/isnanl-tests (configure.ac): Likewise.
32327
32328 2007-04-03  Ben Pfaff  <blp@gnu.org>
32329
32330         * modules/iconv_open: Add $(srcdir)/ to source directory
32331         references in Makefile fragments that call gperf, to fix VPATH
32332         builds.
32333
32334 2007-04-03  Bruno Haible  <bruno@clisp.org>
32335
32336         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
32337         * lib/ldexpl.c: Undo last change.
32338
32339 2007-04-03  Bruno Haible  <bruno@clisp.org>
32340
32341         * modules/printf-frexpl (Depends-on): Undo last change.
32342         (Files): Add m4/ldexpl.m4.
32343
32344 2007-04-03  Bruno Haible  <bruno@clisp.org>
32345
32346         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
32347         * modules/isnanl (Link): New section.
32348
32349         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
32350         * modules/frexp (Link): New section.
32351
32352         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
32353         * modules/frexpl (Link): New section.
32354
32355         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
32356         * modules/ldexpl (Link): New section.
32357
32358 2007-04-03  Bruno Haible  <bruno@clisp.org>
32359
32360         * modules/TEMPLATE-EXTENDED: New file.
32361         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
32362
32363 2007-04-03  Bruno Haible  <bruno@clisp.org>
32364
32365         * DEPENDENCIES: New file.
32366         Suggested by Simon Josefsson.
32367
32368 2007-04-03  Bruno Haible  <bruno@clisp.org>
32369
32370         * doc/gnulib.texi: Escape @.
32371
32372 2007-04-03  James Youngman  <jay@gnu.org>
32373         and Paul Eggert  <eggert@cs.ucla.edu>
32374
32375         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
32376         birthtime on all systems that have birthtime, not just those which
32377         use st_birthtimensec rather than st_birthtim.  Putting zero in
32378         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
32379         that the birth time is not available for files on an NFS mount.
32380
32381 2007-04-03  Simon Josefsson  <simon@josefsson.org>
32382
32383         * modules/memxor: Move back from crypto/, suggested by Bruno.
32384         * modules/crypto/hmac-sha1: Fix memxor dependency.
32385
32386         * modules/crypto/gc: Moved from ../.
32387
32388 2007-04-02  Eric Blake  <ebb9@byu.net>
32389
32390         * lib/ldexpl.c (includes): Avoid libm.
32391
32392         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
32393
32394 2007-04-02  Bruno Haible  <bruno@clisp.org>
32395
32396         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
32397         on IRIX.
32398
32399 2007-04-02  Bruno Haible  <bruno@clisp.org>
32400
32401         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
32402         x86 or x86_64 platforms running MacOS X.
32403         Reported by Ryan Schmidt <@ryandesign.com>.
32404
32405 2007-04-02  Bruno Haible  <bruno@clisp.org>
32406
32407         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
32408         i386.
32409
32410 2007-04-01  Simon Josefsson  <simon@josefsson.org>
32411
32412         * modules/crypto/arcfour: Moved from ../.
32413         * modules/crypto/arcfour-tests: Moved from ../.
32414         * modules/crypto/arctwo: Moved from ../.
32415         * modules/crypto/arctwo-tests: Moved from ../.
32416         * modules/crypto/des: Moved from ../.
32417         * modules/crypto/des-tests: Moved from ../.
32418         * modules/crypto/gc-arcfour: Moved from ../.
32419         * modules/crypto/gc-arcfour-tests: Moved from ../.
32420         * modules/crypto/gc-arctwo: Moved from ../.
32421         * modules/crypto/gc-arctwo-tests: Moved from ../.
32422         * modules/crypto/gc-des: Moved from ../.
32423         * modules/crypto/gc-des-tests: Moved from ../.
32424         * modules/crypto/gc-hmac-md5: Moved from ../.
32425         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
32426         * modules/crypto/gc-hmac-sha1: Moved from ../.
32427         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
32428         * modules/crypto/gc-md2: Moved from ../.
32429         * modules/crypto/gc-md2-tests: Moved from ../.
32430         * modules/crypto/gc-md4: Moved from ../.
32431         * modules/crypto/gc-md4-tests: Moved from ../.
32432         * modules/crypto/gc-md5: Moved from ../.
32433         * modules/crypto/gc-md5-tests: Moved from ../.
32434         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
32435         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
32436         * modules/crypto/gc-random: Moved from ../.
32437         * modules/crypto/gc-rijndael: Moved from ../.
32438         * modules/crypto/gc-rijndael-tests: Moved from ../.
32439         * modules/crypto/gc-sha1: Moved from ../.
32440         * modules/crypto/gc-sha1-tests: Moved from ../.
32441         * modules/crypto/gc-tests: Moved from ../.
32442         * modules/crypto/hmac-md5: Moved from ../.
32443         * modules/crypto/hmac-md5-tests: Moved from ../.
32444         * modules/crypto/hmac-sha1: Moved from ../.
32445         * modules/crypto/hmac-sha1-tests: Moved from ../.
32446         * modules/crypto/md2: Moved from ../.
32447         * modules/crypto/md2-tests: Moved from ../.
32448         * modules/crypto/md4: Moved from ../.
32449         * modules/crypto/md4-tests: Moved from ../.
32450         * modules/crypto/md5: Moved from ../.
32451         * modules/crypto/md5-tests: Moved from ../.
32452         * modules/crypto/memxor: Moved from ../.
32453         * modules/crypto/rijndael: Moved from ../.
32454         * modules/crypto/rijndael-tests: Moved from ../.
32455         * modules/crypto/sha1: Moved from ../.
32456
32457 2007-03-30  James Youngman  <jay@gnu.org>
32458
32459         * tests/test-stat-time.c (prepare_test): use chmod() rather than
32460         rename() to change the ctime of a file (because ctime is unaffected
32461         by rename on jfs2 on AIX 5.1).
32462         (main): Start by doing cleanup, in case a previous run failed leaving
32463         test files behind.
32464
32465 2007-03-31  Bruno Haible  <bruno@clisp.org>
32466
32467         Support old proprietary implementations of iconv.
32468         * modules/iconv_open: New file.
32469         * lib/iconv_.h: New file.
32470         * m4/iconv_h.m4: New file.
32471         * lib/iconv_open.c: New file.
32472         * lib/iconv_open-aix.gperf: New file.
32473         * lib/iconv_open-hpux.gperf: New file.
32474         * lib/iconv_open-irix.gperf: New file.
32475         * lib/iconv_open-osf.gperf: New file.
32476         * m4/iconv_open.m4: New file.
32477         * modules/linebreak (Depends-on): Add iconv_open.
32478         * modules/striconv (Depends-on): Likewise.
32479         * modules/striconveh (Depends-on): Likewise.
32480         * modules/unicodeio (Depends-on): Likewise.
32481         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
32482         (iconv_t)(-1).
32483         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
32484         conversion if cd is (iconv_t)(-1).
32485         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
32486         is not possible.
32487
32488 2007-03-31  Bruno Haible  <bruno@clisp.org>
32489
32490         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32491         work on Solaris either. Protect also second use of "autodetect_jp".
32492
32493 2007-03-31  Bruno Haible  <bruno@clisp.org>
32494
32495         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
32496         the function is not present.
32497
32498 2007-03-31  Bruno Haible  <bruno@clisp.org>
32499
32500         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
32501         the function is not present.
32502
32503 2007-03-31  Bruno Haible  <bruno@clisp.org>
32504
32505         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
32506         a bug in HP-UX iconv_open().
32507
32508 2007-03-31  Bruno Haible  <bruno@clisp.org>
32509
32510         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
32511         (Mathematics <math.h>): New section, add fpieee.
32512         (Input/output <stdio.h>): Add fseterr.
32513         (Mathematics <math.h>): New section, add printf-frexp.
32514         (Container data structures): Add sublist.
32515         (Core language properties): Add fpucw, inline.
32516         (Functions for greatest-width integer types <inttypes.h>): Add
32517         imaxabs, imaxdiv, inttypes.
32518         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
32519         isnanl-nolibm, ldexp.
32520         (Mathematics <math.h>): New section, add printf-frexpl.
32521         (Support for systems lacking POSIX:2001): Add fprintf-posix,
32522         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
32523         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
32524         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
32525         (Unicode string functions): Add unistr/u*-mbtoucr.
32526         (Java): Add javacomp-script, javaexec-script.
32527         (C#): Add csharpcomp-script, csharpexec-script.
32528         (Support for building libraries and executables): Add havelib,
32529         relocatable-*.
32530         (Support for maintaining and releasing projects): Renamed from
32531         'Support for maintaining and release projects'. Add announce-gen.
32532
32533 2007-03-31  Bruno Haible  <bruno@clisp.org>
32534
32535         * README: Talk primarily about git.
32536         (git and CVS): Renamed from CVS.
32537         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
32538         gnulib is available through git.
32539         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
32540
32541 2007-03-30  Bruno Haible  <bruno@clisp.org>
32542
32543         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
32544         * lib/poll_.h: Likewise.
32545         * lib/stat_.h: Likewise.
32546         * lib/sys_time_.h: Likewise.
32547         * lib/sysexit_.h: Likewise.
32548         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
32549         * lib/stdbool_.h: Likewise.
32550         * lib/byteswap_.h: Add double-inclusion guard.
32551
32552 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
32553
32554         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
32555
32556 2007-03-30  Karl Berry  <karl@gnu.org>
32557
32558         * config/srclist-update: double space after USA in the license
32559         substitution, since that's how it's usually (?) written.
32560
32561 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
32562
32563         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
32564         reported by Bruno Haible.
32565
32566 2007-03-29  Bruno Haible  <bruno@clisp.org>
32567
32568         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
32569         a bug in AIX iconv().
32570
32571 2007-03-29  Bruno Haible  <bruno@clisp.org>
32572
32573         * modules/ldexpl-tests: New file.
32574         * tests/test-ldexpl.c: New file.
32575
32576 2007-03-29  Bruno Haible  <bruno@clisp.org>
32577
32578         * lib/ldexpl.c: Include fpucw.h.
32579         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
32580         multiplication.
32581         * modules/ldexpl (Depends-on): Add fpucw.
32582
32583 2007-03-29  Bruno Haible  <bruno@clisp.org>
32584
32585         * modules/ldexpl: New file.
32586         * m4/ldexpl.m4: New file.
32587         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
32588         set.
32589         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
32590         REPLACE_LDEXPL.
32591         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
32592         REPLACE_LDEXPL.
32593         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
32594         gl_FUNC_LDEXPL_WORKS.
32595         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
32596         * modules/mathl (Files): Remove lib/ldexpl.c.
32597         (Depends-on): Add ldexpl.
32598
32599 2007-03-29  Bruno Haible  <bruno@clisp.org>
32600
32601         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
32602
32603 2007-03-29  Bruno Haible  <bruno@clisp.org>
32604
32605         * tests/test-striconveh.c (main): Don't assume that a direct conversion
32606         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
32607         and possibly also HP-UX.
32608         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
32609         work on AIX, IRIX, HP-UX, OSF/1.
32610         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
32611         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
32612         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
32613         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
32614         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
32615         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
32616
32617 2007-03-29  Bruno Haible  <bruno@clisp.org>
32618
32619         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
32620
32621 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32622
32623         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
32624         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
32625
32626 2007-03-29  Eric Blake  <ebb9@byu.net>
32627
32628         * lib/acl-internal.h: Remove redundant include.
32629         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
32630         Cygwin when a file is locked.
32631
32632 2007-03-29  Bruno Haible  <bruno@clisp.org>
32633
32634         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
32635         file.
32636         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
32637
32638 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
32639
32640         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
32641         try to remove a parent directory if the child couldn't be removed
32642         (except for the first rmdir, which could fail because the child
32643         doesn't exist).  Problem reported by Jeff Blaine in
32644         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
32645
32646 2007-03-28  Bruno Haible  <bruno@clisp.org>
32647
32648         * lib/striconveh.c (utf8conv_carefully): New function.
32649         (mem_cd_iconveh_internal): Invoke it.
32650
32651 2007-03-28  Bruno Haible  <bruno@clisp.org>
32652
32653         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
32654         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
32655         input.
32656         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
32657         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
32658         unistr/u8-uctomb.
32659
32660 2007-03-28  Bruno Haible  <bruno@clisp.org>
32661
32662         * modules/unistr/u8-mbtoucr: New file.
32663         * lib/unistr/u8-mbtoucr.c: New file.
32664         * modules/unistr/u16-mbtoucr: New file.
32665         * lib/unistr/u16-mbtoucr.c: New file.
32666         * modules/unistr/u16-mbtoucr: New file.
32667         * lib/unistr/u16-mbtoucr.c: New file.
32668         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
32669
32670 2007-03-27  Simon Josefsson  <simon@josefsson.org>
32671             Bruno Haible  <bruno@clisp.org>
32672
32673         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
32674         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
32675         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
32676
32677         * m4/stdio_h.m4: Add stubs for vasprintf too.
32678
32679         * modules/stdio: Support vasprintf in sed command.
32680
32681         * modules/vasprintf: Depend on stdio for prototypes.  Remove
32682         vasprintf.h.  Add stdio module indicator.
32683
32684         * lib/stdio_.h: Declare asprintf and vasprintf, based on
32685         vasprintf.h.
32686
32687         * lib/vasprintf.h: File removed.
32688
32689         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
32690         * lib/vasprintf.c: Ditto.
32691         * lib/xvasprintf.c: Ditto.
32692         * tests/test-vasprintf-posix.c: Ditto.
32693         * tests/test-vasprintf.c: Ditto.
32694
32695 2007-03-27  Bruno Haible  <bruno@clisp.org>
32696
32697         Make vasnprintf multithread-safe.
32698         * lib/vasnprintf.c (decimal_point_char): New function.
32699         (VASNPRINTF): Use it.
32700         Suggested by Simon Josefsson.
32701
32702 2007-03-27  Eric Blake  <ebb9@byu.net>
32703
32704         Support sub-second birthtime on cygwin.
32705         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
32706         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
32707         (get_stat_birthtime): Also work with st_birthtim.
32708
32709 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
32710
32711         * lib/stat-time.h (USE_BIRTHTIME): Remove.
32712         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
32713         (get_stat_birthtime_ns): Do not try to use "spare" fields.
32714         (get_stat_birthtime_ns): Simplify compile-time tests.
32715         (get_stat_birthtime): Change the API to look like
32716         get_stat_mtime etc., except return a negative tv_nsec on error.
32717         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
32718         Don't check for "spare" fields.
32719         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
32720         or for struct stat.st_birthtime, as these tests aren't used.
32721         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
32722
32723 2007-03-27  Bruno Haible  <bruno@clisp.org>
32724
32725         * lib/stat-time.h: Include <sys/stat.h>.
32726
32727 2007-03-27  James Youngman  <jay@gnu.org>
32728
32729         * lib/stat-time.h (get_stat_birthtime): New function for
32730           retrieving st_birthtime as provided by UFS2 (hence *BSD).
32731         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
32732           and its variants.
32733         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
32734         * modules/stat-time-test: New file.
32735         * tests/test-stat-time.c: New test, devised by Bruno Haible.
32736
32737 2007-03-26  Bruno Haible  <bruno@clisp.org>
32738
32739         Better support of signalling NaNs.
32740         * lib/atanl.c: Include isnanl.h.
32741         (atanl): Perform test for NaN at the beginning of the function and
32742         through a call to isnanl.
32743         * lib/cosl.c: Include isnanl.h.
32744         (cosl): Perform test for NaN at the beginning of the function and
32745         through a call to isnanl.
32746         * lib/ldexpl.c: Include isnanl.h.
32747         (ldexpl): Perform test for NaN through a call to isnanl.
32748         * lib/logl.c: Include isnanl.h.
32749         (logl): Perform test for NaN at the beginning of the function and
32750         through a call to isnanl.
32751         * lib/sinl.c: Include isnanl.h.
32752         (sinl): Perform test for NaN at the beginning of the function and
32753         through a call to isnanl.
32754         * lib/sqrtl.c: Include isnanl.h.
32755         (sqrtl): Perform test for NaN at the beginning of the function and
32756         through a call to isnanl.
32757         * lib/tanl.c: Include isnanl.h.
32758         (tanl): Perform test for NaN at the beginning of the function and
32759         through a call to isnanl.
32760         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
32761         * modules/mathl (Depends-on): Add isnanl.
32762
32763 2007-03-26  Eric Blake  <ebb9@byu.net>
32764
32765         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
32766         regression in logic sense of previous patch.
32767
32768 2007-03-26  Bruno Haible  <bruno@clisp.org>
32769
32770         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
32771         unportable shell command "if ! ...".
32772         Reported by Ralf Wildenhues.
32773
32774 2007-03-25  Bruno Haible  <bruno@clisp.org>
32775
32776         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
32777         <sysexits.h> file, and only add EX_CONFIG.
32778         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
32779         absolute file name and whether it is sufficient. Substitute also
32780         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
32781         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
32782         ABSOLUTE_SYSEXITS_H into sysexits.h.
32783
32784 2007-03-25  Bruno Haible  <bruno@clisp.org>
32785
32786         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
32787         hints is NULL.
32788
32789 2007-03-25  Bruno Haible  <bruno@clisp.org>
32790
32791         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
32792         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
32793
32794 2007-03-25  Bruno Haible  <bruno@clisp.org>
32795
32796         * lib/vasnprintf.c: Include langinfo.h.
32797         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
32798         multithread-safe.
32799         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
32800         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
32801         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
32802         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
32803         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
32804         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
32805         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
32806         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
32807         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
32808         Reported by Simon Josefsson.
32809
32810 2007-03-25  Bruno Haible  <bruno@clisp.org>
32811
32812         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
32813         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
32814         * modules/vasnprintf (Depends-on): Add stdint.
32815
32816 2007-03-25  Bruno Haible  <bruno@clisp.org>
32817
32818         * modules/fpieee: New file.
32819         * m4/fpieee.m4: New file.
32820         * modules/isnan-nolibm (Depends-on): Add fpieee.
32821         * modules/isnanl-nolibm (Depends-on): Add fpieee.
32822         * modules/isnanl (Depends-on): Add fpieee.
32823
32824 2007-03-25  Bruno Haible  <bruno@clisp.org>
32825
32826         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
32827
32828 2007-03-25  Bruno Haible  <bruno@clisp.org>
32829
32830         Avoid test failures on IRIX 6.5.
32831         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
32832         (main): Use it.
32833         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
32834         macros.
32835         (main): Use them.
32836
32837 2007-03-25  Bruno Haible  <bruno@clisp.org>
32838
32839         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
32840         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
32841         exists but doesn't work.
32842         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
32843         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
32844         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
32845         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
32846
32847 2007-03-25  Bruno Haible  <bruno@clisp.org>
32848
32849         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
32850         returns inf. Needed on IRIX 6.5.
32851
32852 2007-03-25  Bruno Haible  <bruno@clisp.org>
32853
32854         * tests/test-frexpl.c: Include isnanl-nolibm.h.
32855         (main): Use isnanl instead of x != x idiom.
32856         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
32857
32858         * tests/test-frexp.c: Include isnan.h.
32859         (main): Use isnan instead of x != x idiom.
32860         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
32861
32862 2007-03-25  Bruno Haible  <bruno@clisp.org>
32863
32864         * tests/test-frexp.c (NaN): New function/macro.
32865         (main): Use it instead of 0.0 / 0.0.
32866         * tests/test-isnan.c (NaN): New function/macro.
32867         (main): Use it instead of 0.0 / 0.0.
32868         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
32869         (test_function): Use it instead of 0.0 / 0.0.
32870         * tests/test-vasprintf-posix.c (NaN): New function/macro.
32871         (test_function): Use it instead of 0.0 / 0.0.
32872         * tests/test-snprintf-posix.h (NaN): New function/macro.
32873         (test_function): Use it instead of 0.0 / 0.0.
32874         * tests/test-sprintf-posix.h (NaN): New function/macro.
32875         (test_function): Use it instead of 0.0 / 0.0.
32876         * tests/test-fprintf-posix.h (NaN): New function/macro.
32877         (test_function): Use it instead of 0.0 / 0.0.
32878         * tests/test-printf-posix.h (NaN): New function/macro.
32879         (test_function): Use it instead of 0.0 / 0.0.
32880
32881         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
32882
32883 2007-03-25  Bruno Haible  <bruno@clisp.org>
32884
32885         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
32886
32887 2007-03-25  Bruno Haible  <bruno@clisp.org>
32888
32889         * lib/regexec.c (merge_state_with_log): Make static.
32890
32891 2007-03-25  Bruno Haible  <bruno@clisp.org>
32892
32893         * lib/trigl.c (kernel_rem_pio2): Make static.
32894
32895 2007-03-25  Bruno Haible  <bruno@clisp.org>
32896
32897         * lib/sincosl.c (sincosl_table): Make static.
32898
32899 2007-03-25  Bruno Haible  <bruno@clisp.org>
32900
32901         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
32902         if the compiler does not support C99.
32903
32904 2007-03-25  Bruno Haible  <bruno@clisp.org>
32905
32906         * modules/time (Makefile.am): Ensure all rule action lines start with a
32907         tab.
32908
32909 2007-03-24  Bruno Haible  <bruno@clisp.org>
32910
32911         * modules/tsearch-tests: New file.
32912         * tests/test-tsearch.sh: New file.
32913         * tests/test-tsearch.c: New file, mostly copied from glibc.
32914
32915         * modules/search-tests: New file.
32916         * tests/test-search.c: New file.
32917
32918         * modules/search: New file.
32919         * lib/search_.h: New file, incorporating lib/tsearch.h.
32920         * m4/search_h.m4: New file.
32921         * lib/tsearch.h: Remove file.
32922         * lib/tsearch.c: Include search.h instead of tsearch.h.
32923         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
32924         HAVE_TSEARCH.
32925         * modules/tsearch (Files): Remove lib/tsearch.h.
32926         (Depends-on): Add search.
32927         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
32928         (Include): Change tsearch.h into search.h.
32929
32930 2007-03-24  Bruno Haible  <bruno@clisp.org>
32931
32932         * modules/fpucw: New file.
32933         * lib/fpucw.h: New file.
32934         * lib/frexp.c: Include fpucw.h.
32935         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32936         (FUNC): Use them.
32937         * lib/printf-frexp.c: Include fpucw.h.
32938         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
32939         (FUNC): Use them.
32940         * lib/vasnprintf.c: Include fpucw.h.
32941         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
32942         'long double' calculations.
32943         * tests/test-frexpl.c: Include fpucw.h.
32944         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32945         * tests/test-printf-frexpl.c: Include fpucw.h.
32946         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
32947         * modules/frexpl (Depends-on): Add fpucw.
32948         * modules/printf-frexpl (Depends-on): Likewise.
32949         * modules/fprintf-posix (Depends-on): Likewise.
32950         * modules/snprintf-posix (Depends-on): Likewise.
32951         * modules/sprintf-posix (Depends-on): Likewise.
32952         * modules/vasnprintf-posix (Depends-on): Likewise.
32953         * modules/vasprintf-posix (Depends-on): Likewise.
32954         * modules/vfprintf-posix (Depends-on): Likewise.
32955         * modules/vsnprintf-posix (Depends-on): Likewise.
32956         * modules/vsprintf-posix (Depends-on): Likewise.
32957         * modules/frexpl-tests (Depends-on): Likewise.
32958         * modules/printf-frexpl-tests (Depends-on): Likewise.
32959
32960 2007-03-24  Bruno Haible  <bruno@clisp.org>
32961
32962         * lib/float+.h: New file.
32963         * lib/isnan.c: Include float+.h.
32964         (SIZE): New macro.
32965         (FUNC): Compare only SIZE bytes of the value.
32966         * lib/vasnprintf.c: Include float+.h.
32967         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
32968         SIZEOF_LDBL or SIZEOF_DBL bytes.
32969         * modules/isnan-nolibm (Files): Add lib/float+.h.
32970         * modules/isnanl-nolibm (Files): Add lib/float+.h.
32971         * modules/isnanl (Files): Add lib/float+.h.
32972         * modules/vasnprintf (Files): Add lib/float+.h.
32973
32974 2007-03-24  Bruno Haible  <bruno@clisp.org>
32975
32976         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
32977         include isnanl-nolibm.h.
32978
32979 2007-03-24  Bruno Haible  <bruno@clisp.org>
32980
32981         * tests/test-read-file.c (main): Don't produce spurious output for
32982         expected situations. Make the test fail if it encountered unexpected
32983         results.
32984
32985 2007-03-24  Bruno Haible  <bruno@clisp.org>
32986
32987         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
32988         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
32989
32990 2007-03-24  Bruno Haible  <bruno@clisp.org>
32991
32992         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
32993
32994 2007-03-24  Bruno Haible  <bruno@clisp.org>
32995
32996         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
32997         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
32998
32999         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
33000         * modules/utf8-ucs4: Turn into a symbolic link to module
33001         unistr/u8-mbtouc.
33002
33003         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
33004         utf8-ucs4-unsafe.
33005         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
33006         unistr/u8-mbtouc-unsafe.
33007
33008         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
33009         * modules/utf16-ucs4: Turn into a symbolic link to module
33010         unistr/u16-mbtouc.
33011
33012         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
33013         utf16-ucs4-unsafe.
33014         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
33015         unistr/u16-mbtouc-unsafe.
33016
33017         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
33018         * modules/ucs4-utf8: Turn into a symbolic link to module
33019         unistr/u8-ubtomb.
33020
33021         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
33022         * modules/ucs4-utf16: Turn into a symbolic link to module
33023         unistr/u16-ubtomb.
33024
33025 2007-03-24  Bruno Haible  <bruno@clisp.org>
33026
33027         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
33028         Enable the function only if HAVE_INLINE.
33029         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
33030         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
33031         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
33032         Enable the function only if HAVE_INLINE.
33033         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
33034         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
33035         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
33036         Enable the function only if HAVE_INLINE.
33037         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
33038         Enable the function only if HAVE_INLINE.
33039         * modules/utf8-ucs4: Update.
33040         * modules/utf8-ucs4-unsafe: Update.
33041         * modules/utf16-ucs4: Update.
33042         * modules/utf16-ucs4-unsafe: Update.
33043         * modules/ucs4-utf8: Update.
33044         * modules/ucs4-utf16: Update.
33045
33046 2007-03-24  Bruno Haible  <bruno@clisp.org>
33047
33048         * lib/utf8-ucs4.h: Remove file.
33049         * lib/utf8-ucs4-unsafe.h: Remove file.
33050         * lib/utf16-ucs4.h: Remove file.
33051         * lib/utf16-ucs4-unsafe.h: Remove file.
33052         * lib/ucs4-utf8.h: Remove file.
33053         * lib/ucs4-utf16.h: Remove file.
33054         * lib/unistr.h: Include their previous contents.
33055         * m4/utf-ucs4.m4: Remove file.
33056         * m4/ucs4-utf.m4: Remove file.
33057         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
33058         (Depends-on): Add unistr/base.
33059         (configure.ac): Remove gl_UTF_UCS4.
33060         (Makefile.am): Update.
33061         (Include): Change to unistr.h.
33062         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
33063         (Depends-on): Add unistr/base.
33064         (configure.ac): Remove gl_UTF_UCS4.
33065         (Makefile.am): Update.
33066         (Include): Change to unistr.h.
33067         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
33068         (Depends-on): Add unistr/base.
33069         (configure.ac): Remove gl_UTF_UCS4.
33070         (Makefile.am): Update.
33071         (Include): Change to unistr.h.
33072         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
33073         (Depends-on): Add unistr/base.
33074         (configure.ac): Remove gl_UTF_UCS4.
33075         (Makefile.am): Update.
33076         (Include): Change to unistr.h.
33077         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
33078         (Depends-on): Add unistr/base.
33079         (configure.ac): Remove gl_UCS4_UTF.
33080         (Makefile.am): Update.
33081         (Include): Change to unistr.h.
33082         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
33083         (Depends-on): Add unistr/base.
33084         (configure.ac): Remove gl_UCS4_UTF.
33085         (Makefile.am): Update.
33086         (Include): Change to unistr.h.
33087         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
33088         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
33089         utf8-ucs4-unsafe.h.
33090         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
33091         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
33092         utf16-ucs4-unsafe.h.
33093         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
33094         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
33095         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
33096         * lib/unistr/u8-strchr.c: Likewise.
33097         * lib/unistr/u8-strrchr.c: Likewise.
33098         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
33099         * lib/unistr/u16-strchr.c: Likewise.
33100         * lib/unistr/u16-strrchr.c: Likewise.
33101         * lib/striconveh.c: Update.
33102         * lib/linebreak.c: Update.
33103
33104 2007-03-24  Bruno Haible  <bruno@clisp.org>
33105
33106         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
33107         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
33108
33109 2007-03-22  Bruno Haible  <bruno@clisp.org>
33110
33111         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
33112
33113 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
33114
33115         * MODULES.html.sh (File system functions): New module write-any-file.
33116         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
33117         * m4/write-any-file.m4: New files.
33118
33119 2007-03-23  Eric Blake  <ebb9@byu.net>
33120
33121         * gnulib-tool: Rearrange space-tab sequences, since some editors
33122         like to eat them.
33123
33124 2007-03-23  Eric Blake  <ebb9@byu.net>
33125
33126         * lib/version-etc.c (version_etc_va): Update license wording to
33127         be more concise.  Recommended by Richard Stallman.
33128
33129 2007-03-22  Bruno Haible  <bruno@clisp.org>
33130
33131         * lib/poll.c (MSG_PEEK): New fallback definition.
33132
33133 2007-03-22  Bruno Haible  <bruno@clisp.org>
33134
33135         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
33136         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
33137         (main): Update.
33138         Fixes a compilation error on BeOS.
33139
33140 2007-03-22  Bruno Haible  <bruno@clisp.org>
33141
33142         * modules/frexpl-tests: New file.
33143         * tests/test-frexpl.c: New file.
33144
33145         * modules/frexpl: New file.
33146         * m4/frexpl.m4: New file.
33147         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
33148         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
33149         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
33150         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
33151         (Depends-on): Add frexpl. Remove isnanl-nolibm.
33152         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
33153
33154 2007-03-22  Bruno Haible  <bruno@clisp.org>
33155
33156         * lib/frexpl.c: Share code with lib/frexp.c.
33157         * modules/mathl (Files): Add lib/frexp.c.
33158         (Depends-on): Add isnanl-nolibm.
33159
33160 2007-03-22  Bruno Haible  <bruno@clisp.org>
33161
33162         * modules/printf-frexp (Files): Add m4/frexp.m4.
33163         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
33164         only if the found frexp function actually works.
33165
33166 2007-03-22  Bruno Haible  <bruno@clisp.org>
33167
33168         * lib/frexp.c: Remove older implementation that uses divisions.
33169
33170 2007-03-21  Bruno Haible  <bruno@clisp.org>
33171
33172         * modules/frexp-tests: New file.
33173         * tests/test-frexp.c: New file.
33174
33175         * modules/frexp: New file.
33176         * lib/frexp.c: New file.
33177         * m4/frexp.m4: New file.
33178         * lib/math_.h (frexp): New declaration.
33179         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
33180         REPLACE_FREXP.
33181         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
33182
33183 2007-03-21  Bruno Haible  <bruno@clisp.org>
33184
33185         * modules/isnanl-tests: New file.
33186         * tests/test-isnanl.c: New file.
33187
33188         * modules/isnanl: New file.
33189         * lib/isnanl.h: New file.
33190         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
33191         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
33192         gl_FUNC_ISNANL_WORKS.
33193         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
33194         New macros.
33195
33196 2007-03-21  Bruno Haible  <bruno@clisp.org>
33197
33198         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
33199         lib/isnanl.h.
33200         (Include): Update.
33201         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
33202         * lib/vasnprintf.c: Update.
33203         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
33204         tests/test-isnanl.h, remove tests/test-isnanl.c.
33205         (Makefile.am): Update.
33206         * tests/test-isnanl-nolibm.c: New file.
33207         * tests/test-isnanl.h: New file.
33208         * tests/test-isnanl.c: Remove file.
33209
33210 2007-03-21  Jim Meyering  <jim@meyering.net>
33211
33212         When trying to open ".", treat ESTALE like EACCES.
33213         * lib/savewd.c (savewd_save): Resort to forking not just upon
33214         failure with EACCES, but also when errno is ESTALE.
33215
33216 2007-03-20  Bruno Haible  <bruno@clisp.org>
33217
33218         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
33219         Needed on AIX 5.1. Reported by Matthew Woehlke.
33220
33221 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
33222
33223         Suggestions by Bruno Haible:
33224         * lib/acl-internal.h: Include "gettext.h" rather than rolling
33225         our own.
33226         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
33227         * modules/acl (Depends-on): Add gettext.
33228
33229 2007-03-19  Bruno Haible  <bruno@clisp.org>
33230
33231         * modules/iconvme: Remove file.
33232         * lib/iconvme.h: Remove file.
33233         * lib/iconvme.c: Remove file.
33234         * m4/iconvme.m4: Remove file.
33235
33236 2007-03-19  Bruno Haible  <bruno@clisp.org>
33237
33238         * doc/relocatable-maint.texi: Break long shell script line.
33239         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
33240
33241 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
33242
33243         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
33244         handle file_has_acl.
33245         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
33246         * lib/acl.c: Move header inclusions and related macro defns into
33247         lib/acl-internal.h.
33248         (S_ISLNK): Remove defn, since that's now done for us.
33249         (file_has_acl): Move to lib/file-has-acl.c.
33250         Call acl_trivial if available.  This is the crucial part of the fix.
33251         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
33252         shared within the library.  Rewrite a bit, partly to make it compatible
33253         with the GNU coding style.
33254         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
33255         Remove unnecessary double-quotes.
33256         Don't test for acl_to_text; the build will catch that.
33257         Replace acl_entries if it doesn't exist and it is needed.
33258         Check for -lsec and acl_trivial (as used on Solaris 10).
33259         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
33260         lib/file-has-acl.c.
33261         (Depends-on): Add sys_stat, for S_ISLNK.
33262
33263 2007-03-19  Ben Pfaff  <blp@gnu.org>
33264
33265         * doc/gnulib.texi: Fix typos.
33266         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
33267
33268 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
33269
33270         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
33271         If size is zero here, buf must be zero.
33272
33273 2007-03-19  Simon Josefsson  <simon@josefsson.org>
33274
33275         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
33276         <bruno@clisp.org>.
33277
33278 2007-03-18  Bruno Haible  <bruno@clisp.org>
33279
33280         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
33281         Suggested by Eric Blake.
33282
33283 2007-03-18  Ben Pfaff  <blp@gnu.org>
33284
33285         * doc/relocatable.texi: Recommend using as prefix a directory
33286         that does not exist and will never be created.  Based on
33287         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
33288         and others.
33289
33290 2007-03-17  Bruno Haible  <bruno@clisp.org>
33291
33292         * lib/fchownat.c: Include lchown.h.
33293
33294 2007-03-17  Bruno Haible  <bruno@clisp.org>
33295
33296         Fix endless loop when the given allocated size was > INT_MAX.
33297         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
33298         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
33299         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
33300         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
33301         * lib/sprintf.c (sprintf): Likewise.
33302
33303 2007-03-17  Bruno Haible  <bruno@clisp.org>
33304
33305         * tests/test-argp-2.sh (func_compare): Output a context diff.
33306
33307 2007-03-17  Bruno Haible  <bruno@clisp.org>
33308
33309         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
33310         locale's decimal-point character.
33311
33312 2007-03-17  Bruno Haible  <bruno@clisp.org>
33313
33314         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
33315         before comparing it. Needed because on some platforms (e.g. x86) a
33316         'long double' occupies less bytes than sizeof (long double).
33317
33318 2007-03-17  Bruno Haible  <bruno@clisp.org>
33319
33320         * tests/test-crc.c (main): Make printf statements 64-bit clean.
33321         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
33322         * tests/test-getaddrinfo.c (simple): Likewise.
33323         * tests/test-read-file.c (main): Likewise.
33324
33325 2007-03-17  Bruno Haible  <bruno@clisp.org>
33326
33327         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
33328
33329 2007-03-17  Bruno Haible  <bruno@clisp.org>
33330
33331         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
33332         unused variable.
33333
33334 2007-03-17  Bruno Haible  <bruno@clisp.org>
33335
33336         * tests/test-c-strcasecmp.c: Include c-strcase.h.
33337         * tests/test-c-strncasecmp.c: Likewise.
33338
33339 2007-03-17  Bruno Haible  <bruno@clisp.org>
33340
33341         * modules/stdlib (Depends-on): Add unistd.
33342         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
33343         Needed for MacOS X 10.3.
33344
33345 2007-03-17  Bruno Haible  <bruno@clisp.org>
33346
33347         * lib/unistr/u-strdup.h: Include <stdlib.h>.
33348
33349 2007-03-17  Bruno Haible  <bruno@clisp.org>
33350
33351         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
33352
33353 2007-03-17  Bruno Haible  <bruno@clisp.org>
33354
33355         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
33356         to reflect files copied from gnulib (with or without modifications).
33357         Suggested by Jim Meyering.
33358
33359 2007-03-17  Eric Blake  <ebb9@byu.net>
33360
33361         * NEWS: Document stdlib change from 2007-02-18.
33362
33363 2007-03-17  Jim Meyering  <jim@meyering.net>
33364
33365         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
33366         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
33367         someone uses a name containing shell meta-characters.
33368         Reported by Alfred M. Szmidt.
33369
33370         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
33371
33372 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
33373
33374         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
33375         and copy gettext configuration files only if configure.ac contains
33376         a use of AM_GNU_GETTEXT_VERSION.
33377
33378 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
33379
33380         * build-aux/bootstrap (gnulib_name): New variable.
33381         (gnulib_tool_options): Use it.
33382
33383 2007-03-13  Simon Josefsson  <simon@josefsson.org>
33384
33385         * tests/test-des.c: Use new namespace.
33386
33387 2007-03-15  Bruno Haible  <bruno@clisp.org>
33388
33389         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
33390         Reported by James Youngman <jay@gnu.org>.
33391
33392 2007-03-15  Bruno Haible  <bruno@clisp.org>
33393
33394         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
33395         declared prototype. Needed with cc on OSF/1 5.1.
33396
33397 2007-03-15  Bruno Haible  <bruno@clisp.org>
33398
33399         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
33400         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
33401         (struct gl_list_implementation): Add dispose_fn argument to the
33402         'create_empty', 'create' methods.
33403         (struct gl_list_impl_base): Add field 'dispose_fn'.
33404         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
33405         argument.
33406         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
33407         dispose_fn argument.
33408         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
33409         dispose_fn on the dropped values.
33410         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
33411         dispose_fn argument.
33412         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
33413         dropped values.
33414         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
33415         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33416         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
33417         (gl_tree_remove_node): Call dispose_fn on the dropped value.
33418         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
33419         argument.
33420         (gl_tree_list_free): Call dispose_fn on the dropped values.
33421         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
33422         the dropped values.
33423         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
33424         Add dispose_fn argument.
33425         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
33426         Call dispose_fn on the dropped values.
33427         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
33428         Add dispose_fn argument.
33429         (gl_sublist_create): Initialize the 'dispose_fn' field.
33430         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
33431         * tests/test-array_list.c (main): Update.
33432         * tests/test-carray_list.c (main): Update.
33433         * tests/test-avltree_list.c (main): Update.
33434         * tests/test-rbtree_list.c (main): Update.
33435         * tests/test-avltreehash_list.c (main): Update.
33436         * tests/test-rbtreehash_list.c (main): Update.
33437         * tests/test-linked_list.c (main): Update.
33438         * tests/test-linkedhash_list.c (main): Update.
33439         * tests/test-array_oset.c (main): Update.
33440
33441 2007-03-15  Bruno Haible  <bruno@clisp.org>
33442
33443         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
33444         (gl_oset_create_empty): Add dispose_fn argument.
33445         (struct gl_oset_implementation): Add dispose_fn argument to
33446         'create_empty' method.
33447         (struct gl_oset_impl_base): Add dispose_fn field.
33448         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
33449         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
33450         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
33451         values.
33452         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
33453         (gl_tree_oset_free): Call dispose_fn on the dropped values.
33454         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33455         dropped value.
33456         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
33457         dropped value.
33458         * tests/test-array_oset.c (main): Update.
33459         * tests/test-avltree_oset.c (main): Update.
33460         * tests/test-rbtree_oset.c (main): Update.
33461         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
33462
33463 2007-03-13  Bruno Haible  <bruno@clisp.org>
33464
33465         * tests/test-stdbool.c (i): Update after last patch.
33466
33467 2007-03-12  Bruno Haible  <bruno@clisp.org>
33468
33469         * lib/quotearg.c: Include <wctype.h> early, before the definition of
33470         the iswprint macro. Needed on Solaris 2.5.1.
33471
33472 2007-03-12  Bruno Haible  <bruno@clisp.org>
33473
33474         * tests/test-printf-frexp.c (main): Declare x as volatile.
33475
33476 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33477
33478         * doc/gnulib.texi (Build robot for gnulib): New section.
33479
33480 2007-03-12  Jim Meyering  <jim@meyering.net>
33481
33482         * build-aux/bootstrap: New file.
33483         * build-aux/bootstrap.conf: New file, from coreutils.
33484
33485 2007-03-11  Bruno Haible  <bruno@clisp.org>
33486
33487         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
33488
33489 2007-03-12  Simon Josefsson  <simon@josefsson.org>
33490
33491         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
33492         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
33493         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
33494
33495 2007-03-11  Bruno Haible  <bruno@clisp.org>
33496
33497         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
33498         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
33499
33500 2007-03-11  Bruno Haible  <bruno@clisp.org>
33501
33502         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
33503         formula. Needed for SunPRO C 5.0.
33504
33505 2007-03-11  Bruno Haible  <bruno@clisp.org>
33506
33507         * modules/long-options (Depends-on): Add getopt.
33508
33509 2007-03-11  Bruno Haible  <bruno@clisp.org>
33510
33511         * modules/modechange (Depends-on): Add stdbool.
33512
33513 2007-03-11  Bruno Haible  <bruno@clisp.org>
33514
33515         * modules/i-ring (Depends-on): Add stdbool.
33516
33517 2007-03-11  Bruno Haible  <bruno@clisp.org>
33518
33519         * modules/gc-des (Depends-on): Add stdbool.
33520
33521 2007-03-11  Bruno Haible  <bruno@clisp.org>
33522
33523         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
33524
33525 2007-03-11  Bruno Haible  <bruno@clisp.org>
33526
33527         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
33528
33529 2007-03-11  Bruno Haible  <bruno@clisp.org>
33530
33531         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
33532
33533 2007-03-11  Bruno Haible  <bruno@clisp.org>
33534
33535         * lib/vasnprintf.c (sprintf): Undefine.
33536
33537 2007-03-11  Bruno Haible  <bruno@clisp.org>
33538
33539         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
33540         initializers in SunPRO C and Compaq C compilers.
33541
33542 2007-03-11  Bruno Haible  <bruno@clisp.org>
33543
33544         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
33545         decrementing code ANSI C compliant.
33546
33547 2007-03-11  Bruno Haible  <bruno@clisp.org>
33548
33549         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
33550         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
33551
33552 2007-03-11  Bruno Haible  <bruno@clisp.org>
33553
33554         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
33555         <stdbool.h> substitute doesn't pass.
33556
33557 2007-03-11  Bruno Haible  <bruno@clisp.org>
33558
33559         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
33560
33561 2007-03-11  Bruno Haible  <bruno@clisp.org>
33562
33563         * gnulib-tool (func_create_megatestdir): Create also an autobuild
33564         script, for submission to autobuild.josefsson.org.
33565
33566 2007-03-10  Bruno Haible  <bruno@clisp.org>
33567
33568         * modules/canonicalize-lgpl-tests: New file.
33569         * tests/test-canonicalize-lgpl.sh: New file.
33570         * tests/test-canonicalize-lgpl.c: New file.
33571
33572         * modules/c-strcase-tests: New file.
33573         * tests/test-c-strcase.sh: New file.
33574         * tests/test-c-strcasecmp.c: New file.
33575         * tests/test-c-strncasecmp.c: New file.
33576
33577         * modules/atexit-tests: New file.
33578         * tests/test-atexit.sh: New file.
33579         * tests/test-atexit.c: New file.
33580
33581 2007-03-10  Bruno Haible  <bruno@clisp.org>
33582
33583         * tests/test-binary-io.sh: Use temporary filenames that are not so
33584         likely to clash with those of other tests (in a parallel make).
33585         * tests/test-binary-io.c: Likewise.
33586
33587 2007-03-10  Bruno Haible  <bruno@clisp.org>
33588
33589         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
33590         fallback; use #error instead.
33591         Suggested by Simon Josefsson.
33592
33593 2007-03-10  Bruno Haible  <bruno@clisp.org>
33594
33595         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
33596         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
33597         first and the last.
33598
33599 2007-03-10  Bruno Haible  <bruno@clisp.org>
33600
33601         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
33602
33603 2007-03-10  Bruno Haible  <bruno@clisp.org>
33604
33605         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
33606         "make distcheck".
33607         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
33608         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
33609         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
33610
33611 2007-03-10  Bruno Haible  <bruno@clisp.org>
33612
33613         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
33614         variable.
33615         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
33616         variable.
33617
33618 2007-03-09  Eric Blake  <ebb9@byu.net>
33619         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
33620
33621         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
33622         types are not being provided by gnulib.
33623         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
33624         types are supported.
33625
33626 2007-03-10  Bruno Haible  <bruno@clisp.org>
33627
33628         * lib/stdio_.h (__attribute__): New macro.
33629         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
33630         vsprintf): Specify __attribute__ __format__ for GCC.
33631         Suggested by Eric Blake.
33632
33633 2007-03-09  Bruno Haible  <bruno@clisp.org>
33634
33635         * modules/printf-posix-tests: New file.
33636         * tests/test-printf-posix.sh: New file.
33637         * tests/test-printf-posix.c: New file.
33638
33639         * modules/printf-posix: New file.
33640         * lib/printf.c: New file.
33641         * m4/printf-posix-rpl.m4: New file.
33642         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
33643         REPLACE_PRINTF.
33644         * lib/stdio_.h (printf): New declaration.
33645         (format, __format__, ____printf____, ____scanf____, ____strftime____,
33646         ____strfmon____): New macros.
33647         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
33648         REPLACE_PRINTF.
33649
33650 2007-03-09  Bruno Haible  <bruno@clisp.org>
33651
33652         * tests/test-vasnprintf-posix2.sh: New file.
33653         * tests/test-vasnprintf-posix2.c: New file.
33654         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
33655         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
33656         (Makefile.am): Activate test-vasnprintf-posix2.sh.
33657
33658         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
33659         a locale dependent decimal point, rather than always '.'.
33660
33661 2007-03-09  Eric Blake  <ebb9@byu.net>
33662
33663         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
33664         spite of platforms like Tandem/NSK that define it to -1.
33665
33666 2007-03-08  Bruno Haible  <bruno@clisp.org>
33667
33668         * modules/vprintf-posix-tests: New file.
33669         * tests/test-vprintf-posix.sh: New file.
33670         * tests/test-vprintf-posix.c: New file.
33671         * tests/test-printf-posix.h: New file.
33672
33673         * modules/vprintf-posix: New file.
33674         * lib/vprintf.c: New file.
33675         * m4/vprintf-posix.m4: New file.
33676         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
33677         REPLACE_VPRINTF.
33678         * lib/stdio_.h (vprintf): New declaration.
33679         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
33680         REPLACE_VPRINTF.
33681
33682 2007-03-08  Bruno Haible  <bruno@clisp.org>
33683
33684         * modules/fprintf-posix-tests: New file.
33685         * tests/test-fprintf-posix.sh: New file.
33686         * tests/test-fprintf-posix.c: New file.
33687
33688         * modules/fprintf-posix: New file.
33689         * lib/fprintf.c: New file.
33690         * m4/fprintf-posix.m4: New file.
33691         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
33692         REPLACE_FPRINTF.
33693         * lib/stdio_.h (fprintf): New declaration.
33694         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
33695         REPLACE_FPRINTF.
33696
33697 2007-03-08  Bruno Haible  <bruno@clisp.org>
33698
33699         * modules/vfprintf-posix-tests: New file.
33700         * tests/test-vfprintf-posix.sh: New file.
33701         * tests/test-vfprintf-posix.c: New file.
33702         * tests/test-fprintf-posix.h: New file.
33703         * tests/test-fprintf-posix.out: New file.
33704
33705         * modules/vfprintf-posix: New file.
33706         * lib/vfprintf.c: New file.
33707         * m4/vfprintf-posix.m4: New file.
33708         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
33709         REPLACE_VFPRINTF.
33710         * lib/stdio_.h (vfprintf): New declaration.
33711         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
33712         REPLACE_VFPRINTF.
33713
33714 2007-03-08  Bruno Haible  <bruno@clisp.org>
33715
33716         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
33717
33718 2007-03-08  Bruno Haible  <bruno@clisp.org>
33719
33720         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
33721         instead of 'expr' invocations.
33722         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
33723         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
33724         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
33725         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
33726         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
33727         Suggested by Paul Eggert.
33728
33729 2007-03-08  Bruno Haible  <bruno@clisp.org>
33730
33731         * modules/fseterr-tests: New file.
33732         * tests/test-fseterr.c: New file.
33733
33734         * modules/fseterr: New file.
33735         * lib/fseterr.h: New file.
33736         * lib/fseterr.c: New file.
33737
33738 2007-03-08  Bruno Haible  <bruno@clisp.org>
33739
33740         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
33741         * lib/getopt_.h: Likewise.
33742         * lib/mbswidth.h: Likewise.
33743         * lib/setenv.h: Likewise.
33744         * lib/vasnprintf.h: Likewise.
33745         * lib/vasprintf.h: Likewise.
33746         * lib/verror.h: Likewise.
33747         * lib/xsetenv.h: Likewise.
33748         * lib/xvasprintf.h: Likewise.
33749
33750 2007-03-08  Jim Meyering  <jim@meyering.net>
33751
33752         * users.txt: Add parted.
33753
33754         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
33755
33756 2007-03-07  Bruno Haible  <bruno@clisp.org>
33757
33758         * m4/printf.m4: Make the shell script snippets copy&pastable.
33759
33760 2007-03-02  Bruno Haible  <bruno@clisp.org>
33761
33762         * lib/netinet_in_.h: New file.
33763         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
33764         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
33765         * modules/netinet_in (Files): Add lib/netinet_in_.h.
33766         (Depends-on): Add absolute-header.
33767         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
33768         into netinet/in.h.
33769
33770 2007-03-03  Bruno Haible  <bruno@clisp.org>
33771
33772         * lib/sys_select_.h: New file.
33773         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
33774         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
33775         * modules/sys_select (Files): Add lib/sys_select_.h.
33776         (Depends-on): Add absolute-header.
33777         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
33778         into sys/select.h.
33779
33780 2007-03-02  Bruno Haible  <bruno@clisp.org>
33781
33782         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
33783         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
33784         values.
33785         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
33786         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
33787         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
33788         * modules/sys_socket (Depends-on): Add absolute-header.
33789         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
33790         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
33791         (Include): Remove requirement of inclusion of <sys/types.h>.
33792
33793 2007-03-02  Bruno Haible  <bruno@clisp.org>
33794
33795         * lib/byteswap_.h (bswap_32): Fix formula.
33796
33797 2007-03-06  Bruno Haible  <bruno@clisp.org>
33798
33799         * modules/sprintf-posix-tests: New file.
33800         * tests/test-sprintf-posix.c: New file.
33801
33802         * modules/sprintf-posix: New file.
33803         * lib/sprintf.c: New file.
33804         * m4/sprintf-posix.m4: New file.
33805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
33806         REPLACE_SPRINTF.
33807         * lib/stdio_.h (sprintf): New declaration.
33808         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
33809         REPLACE_SPRINTF.
33810
33811 2007-03-06  Bruno Haible  <bruno@clisp.org>
33812
33813         * modules/vsprintf-posix-tests: New file.
33814         * tests/test-vsprintf-posix.c: New file.
33815         * tests/test-sprintf-posix.h: New file.
33816
33817         * modules/vsprintf-posix: New file.
33818         * lib/vsprintf.c: New file.
33819         * m4/vsprintf-posix.m4: New file.
33820         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
33821         REPLACE_VSPRINTF.
33822         * lib/stdio_.h (vsprintf): New declaration.
33823         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
33824         REPLACE_VSPRINTF.
33825
33826 2007-03-06  Bruno Haible  <bruno@clisp.org>
33827
33828         * modules/vsnprintf (Depend-on): Remove minmax.
33829
33830 2007-03-06  Bruno Haible  <bruno@clisp.org>
33831
33832         * modules/snprintf-posix-tests: New file.
33833         * tests/test-snprintf-posix.c: New file.
33834
33835         * modules/snprintf-posix: New file.
33836         * m4/snprintf-posix.m4: New file.
33837         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
33838         gl_FUNC_SNPRINTF.
33839         (gl_FUNC_SNPRINTF): Invoke it.
33840         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
33841         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
33842         is set.
33843         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
33844
33845 2007-03-06  Bruno Haible  <bruno@clisp.org>
33846
33847         * modules/vsnprintf-posix-tests: New file.
33848         * tests/test-vsnprintf-posix.c: New file.
33849         * tests/test-snprintf-posix.h: New file.
33850
33851         * modules/vsnprintf-posix: New file.
33852         * m4/vsnprintf-posix.m4: New file.
33853         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
33854         gl_FUNC_VSNPRINTF.
33855         (gl_FUNC_VSNPRINTF): Invoke it.
33856         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
33857         * lib/stdio_.h (vsnprintf): Define as a replacement if
33858         REPLACE_VSNPRINTF is set.
33859         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
33860
33861 2007-03-06  Bruno Haible  <bruno@clisp.org>
33862
33863         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
33864         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
33865
33866 2007-03-06  Bruno Haible  <bruno@clisp.org>
33867
33868         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
33869         (asinl): Declare also if HAVE_DECL_ASINL is set.
33870         (atanl): Declare also if HAVE_DECL_ATANL is set.
33871         (ceill): Declare also if HAVE_DECL_CEILL is set.
33872         (cosl): Declare also if HAVE_DECL_COSL is set.
33873         (expl): Declare also if HAVE_DECL_EXPL is set.
33874         (floorl): Declare also if HAVE_DECL_FLOORL is set.
33875         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
33876         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
33877         (logl): Declare also if HAVE_DECL_LOGL is set.
33878         (sinl): Declare also if HAVE_DECL_SINL is set.
33879         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
33880         (tanl): Declare also if HAVE_DECL_TANL is set.
33881         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
33882         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
33883         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
33884         declaration of frexpl, ldexpl.
33885         * modules/printf-frexpl (Depends-on): Add math.
33886         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
33887
33888 2007-03-05  Bruno Haible  <bruno@clisp.org>
33889
33890         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
33891         frexpl and ldexpl are declared.
33892         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
33893
33894 2007-03-05  Bruno Haible  <bruno@clisp.org>
33895
33896         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
33897         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
33898
33899 2007-03-05  Bruno Haible  <bruno@clisp.org>
33900
33901         * lib/stdio_.h: Include <stddef.h>.
33902
33903 2007-03-05  Bruno Haible  <bruno@clisp.org>
33904
33905         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
33906
33907 2007-03-05  Bruno Haible  <bruno@clisp.org>
33908
33909         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
33910         NetBSD 4, from Ralf Wildenhues.
33911
33912 2007-03-04  Bruno Haible  <bruno@clisp.org>
33913
33914         * lib/vasprintf.h: Update #if logic for the case when the functions
33915         exist but are overridden.
33916
33917 2007-03-04  Bruno Haible  <bruno@clisp.org>
33918
33919         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
33920         implementations: glibc-2.4 and MacOS X 10.3.
33921         * tests/test-vasnprintf-posix.c (test_function): Test also the case
33922         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
33923         * tests/test-vasprintf-posix.c (test_function): Likewise.
33924
33925 2007-03-04  Bruno Haible  <bruno@clisp.org>
33926
33927         * modules/vasprintf-posix-tests: New file.
33928         * tests/test-vasprintf-posix.c: New file.
33929
33930         * modules/vasprintf-posix: New file.
33931         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
33932         defined.
33933         * m4/vasprintf-posix.m4: New file.
33934         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
33935         gl_FUNC_VASPRINTF.
33936         (gl_FUNC_VASPRINTF): Invoke it.
33937         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
33938         here.
33939         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
33940
33941 2007-03-04  Bruno Haible  <bruno@clisp.org>
33942
33943         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
33944         REPLACE_GETTIMEOFDAY.
33945         * modules/sys_time (Makefile.am): Likewise.
33946         * m4/sys_time_h.m4: Likewise.
33947         * m4/gettimeofday.m4: Likewise.
33948
33949 2007-03-04  Bruno Haible  <bruno@clisp.org>
33950
33951         * modules/vasnprintf-posix-tests: New file.
33952         * tests/test-vasnprintf-posix.c: New file.
33953
33954         * modules/vasnprintf-posix: New file.
33955         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
33956         printf-frexpl.h.
33957         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
33958         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
33959         REPLACE_VASNPRINTF is defined.
33960         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
33961         gl_FUNC_VASNPRINTF.
33962         (gl_FUNC_VASNPRINTF): Invoke it.
33963         * m4/vasnprintf-posix.m4: New file.
33964         * m4/printf.m4: New file.
33965
33966 2007-03-04  Bruno Haible  <bruno@clisp.org>
33967
33968         Compile progreloc.c only if --enable-relocatable is specified.
33969         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
33970         if --enable-relocatable was specified.
33971         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
33972         lib_SOURCES.
33973
33974 2007-03-04  Jim Meyering  <jim@meyering.net>
33975
33976         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
33977         Use it consistently, rather than enumerating errno constants.
33978
33979 2007-03-04  Bruno Haible  <bruno@clisp.org>
33980
33981         * modules/xvasprintf-tests: New file.
33982         * tests/test-xvasprintf.c: New file.
33983
33984         * modules/vasprintf-tests: New file.
33985         * tests/test-vasprintf.c: New file.
33986
33987         * modules/vasnprintf-tests: New file.
33988         * tests/test-vasnprintf.c: New file.
33989
33990         * modules/vsnprintf-tests: New file.
33991         * tests/test-vsnprintf.c: New file.
33992
33993         * modules/snprintf-tests: New file.
33994         * tests/test-snprintf.c: New file.
33995
33996 2007-03-04  Bruno Haible  <bruno@clisp.org>
33997
33998         Compile relocatable.c only if --enable-relocatable is specified.
33999         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
34000         gl_RELOCATABLE_LIBRARY.
34001         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
34002         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
34003         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
34004         gl_RELOCATABLE_LIBRARY.
34005         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
34006         (Makefile.am): Remove lib_SOURCES.
34007         * modules/relocatable-lib-lgpl (configure.ac): Invoke
34008         gl_RELOCATABLE_LIBRARY.
34009         (Makefile.am): Remove lib_SOURCES.
34010         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
34011         always.
34012         * modules/relocatable-prog-wrapper (configure.ac): Invoke
34013         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
34014
34015 2007-03-04  Bruno Haible  <bruno@clisp.org>
34016
34017         * modules/argmatch-tests: New file.
34018         * tests/test-argmatch.c: New file.
34019
34020         * tests/test-allocsa.c (main): Halve the number of loop runs.
34021
34022         * modules/alloca-opt-tests: New file.
34023         * tests/test-alloca-opt.c: New file.
34024
34025 2007-03-04  Jim Meyering  <jim@meyering.net>
34026
34027         Work around difference between Linux ACLs and Solaris 10 ZFS.
34028         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
34029         for EINVAL.
34030
34031 2007-03-03  Bruno Haible  <bruno@clisp.org>
34032
34033         * modules/relocatable-prog (Depends-on): Add back progreloc's
34034         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
34035
34036 2007-03-03  Bruno Haible  <bruno@clisp.org>
34037
34038         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
34039         * modules/relocatable-lib: New file.
34040
34041 2007-03-03  Bruno Haible  <bruno@clisp.org>
34042
34043         * modules/relocatable-prog: Renamed from modules/relocatable.
34044         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
34045
34046 2007-03-03  Bruno Haible  <bruno@clisp.org>
34047
34048         * modules/relocatable-script (Files): Add doc/relocatable.texi,
34049         m4/relocatable-lib.m4.
34050         (Depends-on): Remove 'relocatable'.
34051         (configure.ac): Add gl_RELOCATABLE_NOP.
34052
34053 2007-03-03  Bruno Haible  <bruno@clisp.org>
34054
34055         * modules/relocatable-prog-wrapper: New file.
34056         * modules/relocatable (Depends-on): Add it. Remove all other
34057         dependencies except progname.
34058         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
34059
34060         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
34061         (gl_FUNC_STRERROR): Nop.
34062         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
34063
34064         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
34065         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
34066
34067         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
34068         (gl_FUNC_READLINK): Update.
34069
34070         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
34071
34072 2007-03-03  Bruno Haible  <bruno@clisp.org>
34073
34074         * lib/xreadlink.c: Include <unistd.h> unconditionally.
34075         * modules/xreadlink (Depends-on): Add unistd.
34076         * modules/xreadlink-with-size (Depends-on): Likewise.
34077
34078 2007-03-03  Bruno Haible  <bruno@clisp.org>
34079
34080         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
34081         extracted from gt_FUNC_SETENV.
34082         (gt_FUNC_SETENV): Remove macro.
34083         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
34084         remove gt_FUNC_SETENV.
34085
34086 2007-03-03  Bruno Haible  <bruno@clisp.org>
34087
34088         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
34089         ENABLE_RELOCATABLE here.
34090         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
34091
34092 2007-03-03  Bruno Haible  <bruno@clisp.org>
34093
34094         * modules/rbtreehash-list-tests (Depends-on): Add progname.
34095         * tests/test-rbtreehash_list.c: Include progname.h.
34096         (main): Call set_program_name.
34097
34098         * modules/rbtree-oset-tests (Depends-on): Add progname.
34099         * tests/test-rbtree_oset.c: Include progname.h.
34100         (main): Call set_program_name.
34101
34102         * modules/rbtree-list-tests (Depends-on): Add progname.
34103         * tests/test-rbtree_list.c: Include progname.h.
34104         (main): Call set_program_name.
34105
34106         * modules/linked-list-tests (Depends-on): Add progname.
34107         * tests/test-linked_list.c: Include progname.h.
34108         (main): Call set_program_name.
34109
34110 2007-03-03  Bruno Haible  <bruno@clisp.org>
34111
34112         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
34113         All uses of __restrict changed to _Restrict_.
34114         * lib/glob_.h (__restrict): Remove macro.
34115
34116 2007-03-02  Bruno Haible  <bruno@clisp.org>
34117
34118         * modules/gettext (configure.ac): Require gettext infrastructure
34119         from version 0.16.1.
34120
34121 2007-03-02  Bruno Haible  <bruno@clisp.org>
34122
34123         * modules/linkedhash-list-tests (Depends-on): Add progname.
34124         * tests/test-linkedhash_list.c: Include progname.h.
34125         (main): Call set_program_name.
34126
34127         * modules/carray-list-tests (Depends-on): Add progname.
34128         * tests/test-carray_list.c: Include progname.h.
34129         (main): Call set_program_name.
34130
34131         * modules/avltreehash-list-tests (Depends-on): Add progname.
34132         * tests/test-avltreehash_list.c: Include progname.h.
34133         (main): Call set_program_name.
34134
34135         * modules/avltree-oset-tests (Depends-on): Add progname.
34136         * tests/test-avltree_oset.c: Include progname.h.
34137         (main): Call set_program_name.
34138
34139         * modules/avltree-list-tests (Depends-on): Add progname.
34140         * tests/test-avltree_list.c: Include progname.h.
34141         (main): Call set_program_name.
34142
34143         * modules/array-oset-tests (Depends-on): Add progname.
34144         * tests/test-array_oset.c: Include progname.h.
34145         (main): Call set_program_name.
34146
34147         * modules/array-list-tests (Depends-on): Add progname.
34148         * tests/test-array_list.c: Include progname.h.
34149         (main): Call set_program_name.
34150
34151         * modules/argp-tests (Depends-on): Add progname.
34152         * tests/test-argp.c: Include argp.h first. Include progname.h.
34153         (main): Call set_program_name.
34154
34155 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
34156
34157         * doc/gnulib-tool.texi (Initial import): Reword description of
34158         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
34159         limited effect even if defined after the first system include.
34160
34161 2007-03-01  Bruno Haible  <bruno@clisp.org>
34162
34163         * build-aux/config.libpath: Update to libtool-1.5.22.
34164         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
34165
34166 2007-03-01  Bruno Haible  <bruno@clisp.org>
34167
34168         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
34169         foo_CFLAGS.
34170         Reported by Ralf Wildenhues.
34171
34172 2007-03-01  Bruno Haible  <bruno@clisp.org>
34173
34174         * build-aux/install-reloc: Remove object files left over by some
34175         compilers.
34176         Reported by Ralf Wildenhues.
34177
34178 2007-03-01  Bruno Haible  <bruno@clisp.org>
34179
34180         * build-aux/install-reloc: Break long lines.
34181
34182 2007-03-01  Bruno Haible  <bruno@clisp.org>
34183
34184         * doc/relocatable.texi: Document that it may not work on OpenBSD.
34185         Reported by Ralf Wildenhues.
34186
34187 2007-03-01  Bruno Haible  <bruno@clisp.org>
34188
34189         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
34190         include ordering constraints.
34191
34192 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
34193
34194         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
34195         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
34196         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
34197         as another example.
34198         * lib/time_.h: Fix misspelling.
34199         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
34200         Require gl_HEADER_TIME_H_DEFAULTS.
34201         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
34202         * m4/time_r.m4 (gl_TIME_R): Likewise.
34203         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
34204
34205 2007-03-01  Bruno Haible  <bruno@clisp.org>
34206
34207         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
34208         * m4/utimens.m4 (gl_UTIMENS): Likewise.
34209
34210 2007-03-01  Jim Meyering  <jim@meyering.net>
34211
34212         * modules/xreadlink (Maintainer): Add my name.
34213         * modules/xreadlink-with-size (Depends-on): Alphabetize.
34214
34215 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
34216             Bruno Haible  <bruno@clisp.org>
34217
34218         * build-aux/install-reloc: Compile also c-ctype.c.
34219         * build-aux/relocatable.sh.in: New file.
34220         * doc/relocatable.texi: New file.
34221         * doc/relocatable-maint.texi: New file.
34222         * doc/gnulib.texi: Include relocatable-maint.texi.
34223         * lib/progreloc.c: Include unistd.h unconditionally.
34224         * lib/relocwrapper.c: Include unistd.h unconditionally.
34225         Include c-ctype.h.
34226         (add_dotbin): Use c_tolower.
34227         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
34228         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
34229         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
34230         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
34231         to m4/relocatable-lib.m4.
34232         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
34233         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
34234         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
34235         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
34236         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
34237         * modules/relocatable: New file.
34238         * modules/relocatable-lib: New file.
34239         * modules/relocatable-script: New file.
34240
34241 2007-02-28  Bruno Haible  <bruno@clisp.org>
34242
34243         Import --enable-relocatable infrastructure.
34244         * build-aux/config.libpath: New file, from GNU gettext.
34245         * build-aux/install-reloc: New file, from GNU gettext.
34246         * build-aux/reloc-ldflags: New file, from GNU gettext.
34247         * lib/relocatable.h: New file, from GNU gettext.
34248         * lib/relocatable.c: New file, from GNU gettext.
34249         * lib/relocwrapper.c: New file, from GNU gettext.
34250         * m4/relocatable.m4: New file, from GNU gettext.
34251
34252 2007-02-28  Bruno Haible  <bruno@clisp.org>
34253
34254         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
34255
34256         * modules/xreadlink: New file, from GNU gettext with modifications.
34257         * lib/xreadlink.c: New file, from GNU gettext.
34258         * lib/xreadlink.h: Add comments.
34259         (xreadlink): New declaration.
34260
34261         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
34262         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
34263         lib/xreadlink-with-size.c.
34264         (configure.ac): Remove gl_XREADLINK invocation.
34265         (Makefile.am): Augment lib_SOURCES.
34266         * m4/xreadlink.m4: Remove file.
34267         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
34268         (xreadlink_with_size): Renamed from xreadink.
34269         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
34270         * modules/canonicalize (Depends-on): Replace xreadlink with
34271         xreadlink-with-size.
34272         * lib/canonicalize.c (canonicalize_filename_mode): Update.
34273
34274 2007-02-25  Jim Meyering  <jim@meyering.net>
34275
34276         * build-aux/announce-gen: When complaining about excess arguments,
34277         list them.
34278
34279 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
34280
34281         * README: Document signed integer overflow situation more
34282         accurately.
34283
34284 2007-02-25  Bruno Haible  <bruno@clisp.org>
34285
34286         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
34287         'a' or 'A' conversion.
34288
34289 2007-02-25  Bruno Haible  <bruno@clisp.org>
34290
34291         * modules/filename: Renamed from modules/pathname.
34292         (Files): Replace lib/pathname.h with lib/filename.h. Replace
34293         lib/concatpath.c with lib/concat-filename.c.
34294         (Makefile.am): Update.
34295         (Include): Replace pathname.h with filename.h.
34296         * lib/filename.h: Renamed from lib/pathname.h.
34297         (concatenated_filename): Renamed from concatenated_pathname.
34298         * lib/concat-filename.c: Renamed from lib/concatpath.c.
34299         (concatenated_filename): Renamed from concatenated_pathname.
34300         * lib/findprog.c: Include filename.h instead of pathname.h.
34301         (find_in_path): Update.
34302         * lib/javacomp.c: Include filename.h instead of pathname.h.
34303         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
34304         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
34305         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
34306         is_oldgcj_14_13_usable, is_javac_usable): Update.
34307         * lib/javaexec.c: Include filename.h instead of pathname.h.
34308         (execute_java_class): Update.
34309         * modules/findprog: Update.
34310         * modules/javacomp: Update.
34311         * modules/javaexec: Update.
34312         * MODULES.html.sh (File system functions): Add 'filename', remove
34313         'pathname'.
34314
34315 2007-02-25  Bruno Haible  <bruno@clisp.org>
34316
34317         * modules/printf-frexpl-tests: New file.
34318         * tests/test-printf-frexpl.c: New file.
34319
34320         * modules/printf-frexpl: New file.
34321         * lib/printf-frexpl.h: New file.
34322         * lib/printf-frexpl.c: New file.
34323         * m4/printf-frexpl.m4: New file.
34324
34325 2007-02-25  Bruno Haible  <bruno@clisp.org>
34326
34327         * modules/printf-frexp-tests: New file.
34328         * tests/test-printf-frexp.c: New file.
34329
34330         * modules/printf-frexp: New file.
34331         * lib/printf-frexp.h: New file.
34332         * lib/printf-frexp.c: New file.
34333         * m4/printf-frexp.m4: New file.
34334
34335 2007-02-25  Bruno Haible  <bruno@clisp.org>
34336
34337         Assume automake >= 1.10 for the tests.
34338         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
34339         * modules/arctwo-tests: Likewise.
34340         * modules/argp-tests: Likewise.
34341         * modules/avltree-list-tests: Likewise.
34342         * modules/avltree-oset-tests: Likewise.
34343         * modules/avltreehash-list-tests: Likewise.
34344         * modules/carray-list-tests: Likewise.
34345         * modules/crc-tests: Likewise.
34346         * modules/des-tests: Likewise.
34347         * modules/gc-arcfour-tests: Likewise.
34348         * modules/gc-arctwo-tests: Likewise.
34349         * modules/gc-des-tests: Likewise.
34350         * modules/gc-hmac-md5-tests: Likewise.
34351         * modules/gc-hmac-sha1-tests: Likewise.
34352         * modules/gc-md2-tests: Likewise.
34353         * modules/gc-md4-tests: Likewise.
34354         * modules/gc-md5-tests: Likewise.
34355         * modules/gc-pbkdf2-sha1-tests: Likewise.
34356         * modules/gc-rijndael-tests: Likewise.
34357         * modules/gc-sha1-tests: Likewise.
34358         * modules/gc-tests: Likewise.
34359         * modules/getaddrinfo-tests: Likewise.
34360         * modules/hmac-md5-tests: Likewise.
34361         * modules/hmac-sha1-tests: Likewise.
34362         * modules/linked-list-tests: Likewise.
34363         * modules/linkedhash-list-tests: Likewise.
34364         * modules/lock-tests: Likewise.
34365         * modules/md2-tests: Likewise.
34366         * modules/md4-tests: Likewise.
34367         * modules/md5-tests: Likewise.
34368         * modules/rbtree-list-tests: Likewise.
34369         * modules/rbtree-oset-tests: Likewise.
34370         * modules/rbtreehash-list-tests: Likewise.
34371         * modules/read-file-tests: Likewise.
34372         * modules/rijndael-tests: Likewise.
34373         * modules/stdint-tests: Likewise.
34374         * modules/tls-tests: Likewise.
34375
34376 2007-02-24  Bruno Haible  <bruno@clisp.org>
34377
34378         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
34379         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
34380         function; instead check whether isnan with a double argument links.
34381         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
34382         function; instead check whether isnan with a 'long double' argument
34383         links.
34384         Reported by Eric Blake <ebb9@byu.net>.
34385
34386 2007-02-24  Bruno Haible  <bruno@clisp.org>
34387
34388         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
34389         defined.
34390         * lib/isnanl.c: Remove all code. Just include isnan.c.
34391         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
34392
34393 2007-02-25  Jim Meyering  <jim@meyering.net>
34394
34395         Avoid conflicting types for 'unsetenv' on FreeBSD.
34396         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
34397         conflicting with FreeBSD's (5.0 and 6.1) function declaration
34398         in stdlib.h.
34399
34400 2007-02-24  Bruno Haible  <bruno@clisp.org>
34401
34402         * modules/isnanl-nolibm-tests: New file.
34403         * tests/test-isnanl.c: New file.
34404
34405         * modules/isnanl-nolibm: New file.
34406         * lib/isnanl.h: New file.
34407         * lib/isnanl.c: New file.
34408         * m4/isnanl.m4: New file.
34409
34410 2007-02-24  Bruno Haible  <bruno@clisp.org>
34411
34412         * modules/isnan-nolibm-tests: New file.
34413         * tests/test-isnan.c: New file.
34414
34415         * modules/isnan-nolibm: New file.
34416         * lib/isnan.h: New file.
34417         * lib/isnan.c: New file.
34418         * m4/isnan.m4: New file.
34419
34420 2007-02-24  Bruno Haible  <bruno@clisp.org>
34421
34422         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
34423         assume that an exponent fits in 20 bits.
34424
34425 2007-02-24  Jim Meyering  <jim@meyering.net>
34426
34427         * m4/regex.m4: Update the description of the configure-time option,
34428         --without-included-regex, to state accurately what the defaults are,
34429         and perhaps to give people an idea why using this option is risky.
34430
34431 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
34432
34433         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
34434         loops on small arguments.  This attempts to avoid the problem
34435         Bruno Haible reported for AIX 4.3.2 in
34436         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
34437
34438 2007-02-23  Bruno Haible  <bruno@clisp.org>
34439
34440         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
34441         Needed for help2man.
34442
34443 2007-02-23  Karl Berry  <karl@gnu.org>
34444
34445         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
34446         exists, foo.h should be cvs-ignored, not committed.
34447
34448 2007-02-23  Eric Blake  <ebb9@byu.net>
34449
34450         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
34451         * lib/stat-time.h (includes): Likewise.
34452         * lib/utimecmp.c (includes): Likewise.
34453         * lib/utimens.h (includes): Likewise.
34454         * lib/getdate.y (includes): Also include "timespec.h" for use
34455         internal to the module.
34456         * modules/utimens (Depends-on): Revert yesterday's patch.
34457         * modules/nanosleep (Depends-on): Add missing dependency.
34458
34459 2007-02-22  Bruno Haible  <bruno@clisp.org>
34460
34461         * lib/glob.c: Don't include getlogin_r.h.
34462
34463 2007-02-22  Jim Meyering  <jim@meyering.net>
34464
34465         * modules/utimens (Depends-on): Add timespec, required for
34466         utimens.h's inclusion of timespec.h.
34467
34468 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
34469
34470         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
34471         long unreadable paths in GNU/Linux.  Problem reported by Andreas
34472         Schwab in
34473         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
34474         I'll try to think of a better way to fix the Solaris problem.
34475
34476         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
34477         like glibc; on Solaris 10, it fails with errno == EINVAL.
34478         POSIX says the behavior is unspecified if the first argument is NULL,
34479         so play it safe and never pass NULL to the system getcwd.
34480
34481 2007-02-21  Jim Meyering  <jim@meyering.net>
34482
34483         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
34484         of gettimeofday.  It would conflict with the one now always
34485         provided via sys_time_.h.  Reported by Matthew Woehlke, as
34486         an IRIX 6.5 build failure.
34487
34488 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
34489
34490         Minor fixups to port to Solaris 10 with Sun C 5.8.
34491         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
34492         * modules/getcwd (Depends-on): Add dirfd.
34493         * lib/putenv.c (putenv): #undef it.
34494         (rpl_putenv): New decl.
34495         (malloc, free): Include <stdlib.h> rather than prototyping separately.
34496
34497 2007-02-20  Bruno Haible  <bruno@clisp.org>
34498
34499         * modules/stdio-tests: New file.
34500         * tests/test-stdio.c: New file.
34501
34502         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
34503         (Depends-on): Add stdio.
34504         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34505         (Include): Use <stdio.h> instead of vsnprintf.h.
34506         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34507         HAVE_DECL_VSNPRINTF.
34508         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
34509
34510         * modules/snprintf (Files): Remove lib/snprintf.h.
34511         (Depends-on): Add stdio.
34512         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
34513         (Include): Use <stdio.h> instead of snprintf.h.
34514         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
34515         HAVE_DECL_SNPRINTF.
34516         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
34517         * lib/getaddrinfo.c: Likewise.
34518
34519         * modules/stdio: New file.
34520         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
34521         * lib/snprintf.h: Remove file.
34522         * lib/vsnprintf.h: Remove file.
34523         * lib/.cppi-disable: Remove snprintf.h.
34524         * m4/stdio_h.m4: New file.
34525         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
34526
34527 2007-02-20  Jim Meyering  <jim@meyering.net>
34528
34529         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
34530         used by e.g., mingw.  From Bruno Haible.
34531
34532 2007-02-19  Bruno Haible  <bruno@clisp.org>
34533
34534         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
34535         warnings.
34536         Reported by Ben Pfaff <blp@cs.stanford.edu>.
34537
34538 2007-02-19  Bruno Haible  <bruno@clisp.org>
34539
34540         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
34541         from mingw users.
34542
34543 2007-02-19  Bruno Haible  <bruno@clisp.org>
34544
34545         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
34546         warnings.
34547         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
34548
34549 2007-02-19  Jim Meyering  <jim@meyering.net>
34550
34551         Don't use FD after a successful "fdopendir (fd)".
34552         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
34553         Reset it by calling dirfd on the just-obtained DIR*.
34554
34555         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
34556         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
34557
34558 2007-02-18  Bruno Haible  <bruno@clisp.org>
34559
34560         * lib/readlink.c: Include <unistd.h>.
34561         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
34562         HAVE_READLINK.
34563         * modules/readlink (Depends-on): Add unistd.
34564         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34565         (Include): Add <unistd.h>.
34566
34567         * lib/getlogin_r.h: Remove file.
34568         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
34569         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
34570         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
34571         HAVE_DECL_GETLOGIN_R.
34572         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
34573         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34574         (Include): Use <unistd.h> instead of getlogin_r.h.
34575
34576         * lib/getcwd.h: Remove file.
34577         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
34578         * lib/xgetcwd.c: Likewise.
34579         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
34580         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
34581         * modules/getcwd (Files): Remove lib/getcwd.h.
34582         (Depends-on): Add unistd.
34583         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34584         (Include): Use <unistd.h> instad of getcwd.h.
34585
34586         * lib/ftruncate.c: Include <unistd.h> first.
34587         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
34588         Set HAVE_FTRUNCATE.
34589         * modules/ftruncate (Depends-on): Add unistd.
34590         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34591
34592         * lib/fchdir.c: Include <unistd.h> first.
34593         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
34594         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
34595         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
34596         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34597         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
34598
34599         * lib/dup2.c: Include <unistd.h> first.
34600         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
34601         HAVE_DUP2.
34602         * modules/dup2 (Depends-on): Add unistd.
34603         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34604
34605         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
34606         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
34607         REPLACE_CHOWN. Don't define chown as a macro here.
34608         * modules/chown (Depends-on): Add unistd.
34609         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
34610
34611         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
34612         Add definition for GL_LINK_WARNING.
34613         (chown, dup2): New declarations.
34614         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
34615         link warning.
34616         (ftruncate): New declaration.
34617         (getcwd): New declaration, taken from old getcwd.h.
34618         (getlogin_r): New declaration, taken from old getlogin_r.h.
34619         (readlink): New declaration.
34620         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
34621         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
34622         (gl_PREREQ_UNISTD): Remove macro.
34623         (gl_UNISTD_MODULE_INDICATOR): New macro.
34624         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
34625         many new variables. Don't set UNISTD_H.
34626         * modules/unistd (Description): Change.
34627         (Depends-on): Add link-warning.
34628         (configure.ac): Update.
34629         (Makefile.am): Create unistd.h always. Substitute many new variables
34630         into it.
34631
34632 2007-02-18  Bruno Haible  <bruno@clisp.org>
34633
34634         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
34635         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
34636         HAVE_GETSUBOPT.
34637         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
34638         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
34639         * lib/getsubopt.h: Remove file.
34640         * modules/getsubopt (Files): Remove lib/getsubopt.h.
34641         (Depends-on): Add stdlib.
34642         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34643         (Includes): Use <stdlib.h> instead of getsubopt.h.
34644         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
34645         Set HAVE_GETSUBOPT.
34646         * lib/getsubopt.c: Don't include getsubopt.h.
34647
34648 2007-02-18  Bruno Haible  <bruno@clisp.org>
34649
34650         * modules/fchdir (Depends-on): Add dup2.
34651
34652 2007-02-18  Bruno Haible  <bruno@clisp.org>
34653
34654         * lib/stdlib_.h: Handle glibc's special invocation convention
34655         specially.
34656
34657 2007-02-18  Bruno Haible  <bruno@clisp.org>
34658
34659         * modules/stdlib-tests: New file.
34660         * tests/test-stdlib.c: New file.
34661
34662         * modules/mkstemp (Files): Remove lib/mkstemp.h.
34663         (Depends-on): Add stdlib.
34664         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34665         (Includes): Use <stdlib.h> instead of mkstemp.h.
34666         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34667         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
34668         * lib/mkstemp.c: Don't include mkstemp.h.
34669         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
34670         * lib/stdlib--.h: Don't include mkstemp.h.
34671
34672         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
34673         (Depends-on): Add stdlib.
34674         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
34675         (Includes): Use <stdlib.h> instead of mkdtemp.h.
34676         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
34677         HAVE_MKDTEMP.
34678         * lib/mkdtemp.c: Don't include mkdtemp.h.
34679         * lib/clean-temp.c: Don't include mkdtemp.h.
34680
34681         * modules/exit (Files): Remove lib/exit.h.
34682         (Depends-on): Add stdlib.
34683         (Makefile.am): Remove lib_SOURCES.
34684         (Include): Use <stdlib.h> instead of exit.h.
34685         * lib/argmatch.c: Don't include exit.h.
34686         * lib/execute.c: Likewise.
34687         * lib/pagealign_alloc.c: Likewise.
34688         * lib/pipe.c: Likewise.
34689         * lib/wait-process.c: Likewise.
34690         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
34691         * lib/exitfail.c: Likewise.
34692         * lib/savewd.c: Likewise.
34693         * lib/xsetenv.c: Likewise.
34694
34695         * modules/stdlib: New file.
34696         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
34697         and extra comments about mkstemp().
34698         * lib/exit.h: Remove file.
34699         * lib/mkdtemp.h: Remove file.
34700         * lib/mkstemp.h: Remove file.
34701         * m4/stdlib_h.m4: New file.
34702         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
34703
34704 2007-02-18  Bruno Haible  <bruno@clisp.org>
34705
34706         * modules/math-tests: New file.
34707         * tests/test-math.c: New file.
34708
34709         * modules/math: New file.
34710         * modules/mathl (Files): Remove lib/mathl.h.
34711         (Depends-on): Add math.
34712         (Makefile.am): Don't mention mathl.h.
34713         (Include): Use <math.h> instead of mathl.h.
34714         * lib/math_.h: New file.
34715         * lib/mathl.h: Remove file.
34716         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
34717         mathl.h.
34718         * lib/asinl.c: Likewise.
34719         * lib/atanl.c: Likewise.
34720         * lib/ceill.c: Likewise.
34721         * lib/cosl.c: Likewise.
34722         * lib/expl.c: Likewise.
34723         * lib/floorl.c: Likewise.
34724         * lib/frexpl.c: Likewise.
34725         * lib/ldexpl.c: Likewise.
34726         * lib/logl.c: Likewise.
34727         * lib/sincosl.c: Likewise.
34728         * lib/sinl.c: Likewise.
34729         * lib/sqrtl.c: Likewise.
34730         * lib/tanl.c: Likewise.
34731         * lib/trigl.c: Likewise.
34732         * m4/math_h.m4: New file.
34733         * MODULES.html.sh (Mathematics): Add math.
34734
34735 2007-02-17  Bruno Haible  <bruno@clisp.org>
34736
34737         * modules/wctype-tests: New file.
34738         * tests/test-wctype.c: New file.
34739
34740         * modules/wchar-tests: New file.
34741         * tests/test-wchar.c: New file.
34742
34743         * modules/unistd-tests: New file.
34744         * tests/test-unistd.c: New file.
34745
34746         * modules/time-tests: New file.
34747         * tests/test-time.c: New file.
34748
34749         * modules/sysexits-tests: New file.
34750         * tests/test-sysexits.c: New file.
34751
34752         * modules/sys_time-tests: New file.
34753         * tests/test-sys_time.c: New file.
34754
34755         * modules/sys_stat-tests: New file.
34756         * tests/test-sys_stat.c: New file.
34757
34758         * modules/sys_socket-tests: New file.
34759         * tests/test-sys_socket.c: New file.
34760
34761         * modules/sys_select-tests: New file.
34762         * tests/test-sys_select.c: New file.
34763
34764         * modules/string-tests: New file.
34765         * tests/test-string.c: New file.
34766
34767         * modules/stdbool-tests: New file.
34768         * tests/test-stdbool.c: New file.
34769
34770         * modules/netinet_in-tests: New file.
34771         * tests/test-netinet_in.c: New file.
34772
34773         * modules/inttypes-tests: New file.
34774         * tests/test-inttypes.c: New file.
34775
34776         * modules/fcntl-tests: New file.
34777         * tests/test-fcntl.c: New file.
34778
34779         * modules/byteswap-tests: New file.
34780         * tests/test-byteswap.c: New file.
34781
34782         * modules/arpa_inet-tests: New file.
34783         * tests/test-arpa_inet.c: New file.
34784
34785 2007-02-17  Bruno Haible  <bruno@clisp.org>
34786
34787         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
34788         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
34789         if the corresponding module is not enabled. Emit link warnings if
34790         the function is used nevertheless.
34791         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
34792         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
34793         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
34794         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
34795         * modules/inttypes (Depends-on): Add link-warning.
34796         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34797         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
34798         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
34799         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
34800         * modules/imaxdiv (configure.ac): Likewise.
34801         * modules/strtoimax (configure.ac): Likewise.
34802         * modules/strtoumax (configure.ac): Likewise.
34803
34804 2007-02-17  Bruno Haible  <bruno@clisp.org>
34805
34806         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
34807         gl_STRING_MODULE_INDICATOR_DEFAULTS.
34808         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
34809         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
34810
34811 2007-02-17  Bruno Haible  <bruno@clisp.org>
34812
34813         * modules/link-warning: New file.
34814         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
34815         * lib/string_.h (GL_LINK_WARNING): Remove definition.
34816         * modules/string (Depends-on): Add link-warning.
34817         (Makefile.am): Copy the contents of build-aux/link-warning.h into
34818         string.h.
34819         * MODULES.html.sh (Support for building libraries and executables): Add
34820         link-warning.
34821
34822 2007-02-17  Bruno Haible  <bruno@clisp.org>
34823
34824         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
34825         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
34826         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
34827         long lines.
34828
34829 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
34830             Bruno Haible  <bruno@clisp.org>
34831
34832         * modules/tmpfile: New file.
34833         * lib/tmpfile.c: New file.
34834         * m4/tmpfile.m4: New file.
34835         * MODULES.html.sh (func_all_modules): New section "Input/output".
34836
34837 2007-02-15  Bruno Haible  <bruno@clisp.org>
34838
34839         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
34840         (supports_delete_on_close): New function.
34841         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
34842
34843 2007-02-14  Bruno Haible  <bruno@clisp.org>
34844
34845         * modules/mbspcasecmp-tests: New file.
34846         * tests/test-mbspcasecmp.sh: New file.
34847         * tests/test-mbspcasecmp.c: New file.
34848
34849         New module mbspcasecmp.
34850         * modules/mbspcasecmp: New file.
34851         * lib/mbspcasecmp.c: New file.
34852         * lib/string_.h (strncasecmp): Change warning message.
34853         (mbspcasecmp): New declaration.
34854         * m4/mbspcasecmp.m4: New file.
34855         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34856         GNULIB_MBSPCASECMP.
34857         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
34858         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
34859
34860 2007-02-14  Bruno Haible  <bruno@clisp.org>
34861
34862         * modules/mbsncasecmp-tests: New file.
34863         * tests/test-mbsncasecmp.sh: New file.
34864         * tests/test-mbsncasecmp.c: New file.
34865
34866         New module mbsncasecmp.
34867         * modules/mbsncasecmp: New file.
34868         * lib/mbsncasecmp.c: New file.
34869         * lib/string_.h (mbsncasecmp): New declaration.
34870         * m4/mbsncasecmp.m4: New file.
34871         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
34872         GNULIB_MBSNCASECMP.
34873         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
34874         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
34875
34876 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
34877
34878         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
34879         Verify that it doesn't overlap with our flags.
34880         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
34881         do not have the desired effect in multibyte locales; instead, use
34882         mbscasecmp.
34883         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
34884         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
34885         we don't require GNU fnmatch ourselves (if our users require it, they
34886         should do so explicitly).
34887
34888         Fix regex code so it doesn't rely on strcasecmp.
34889         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
34890         Otherwise, include gnulib's langinfo.h.
34891         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
34892         undesirable behavior in non-C locales.  Instead, rely on localecharset.
34893         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
34894         * modules/regex (FILES): Remove m4/codeset.m4.
34895         (Depends-on): Add localcharset.  Remove strcase.
34896
34897 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34898
34899         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
34900         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
34901
34902 2007-02-13  Bruno Haible  <bruno@clisp.org>
34903
34904         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
34905         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34906
34907 2007-02-12  Bruno Haible  <bruno@clisp.org>
34908
34909         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
34910         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
34911         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
34912         time warning rather than a link error.
34913
34914 2007-02-12  Bruno Haible  <bruno@clisp.org>
34915
34916         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
34917         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
34918         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
34919
34920 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34921
34922         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
34923         args, not 2.
34924
34925 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
34926
34927         New module 'time', so that apps can include <time.h> as per
34928         POSIX and GNU instead of separate include files like time_r.h
34929         and timegm.h.  This implementation tries out a simpler approach
34930         for replacing decls in standard include files (as compared to
34931         the string module), somewhat as an experiment.
34932
34933         * config/srclist.txt: Comment out mktime.c for now.
34934         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
34935         since it doesn't apply any more.  Use generic wording instead.
34936         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
34937         'time'.
34938         * lib/time_.h, m4/time_h.m4, modules/time: New files.
34939         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
34940         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
34941         Don't include <sys/types.h>; no longer needed since we assume C89.
34942         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
34943         * lib/strftime.c: Likewise.
34944         * lib/time_r.c: Likewise.
34945         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
34946         * lib/nanosleep.c: Include <time.h> first, to check interface.
34947         * lib/strptime.c: Likewise.
34948         * lib/time_r.c: Likewise.
34949         * lib/timegm.c: Likewise.
34950         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
34951         needed.
34952         * lib/timegm.c: Don't include timegm.h; no longer needed.
34953         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
34954         time.h now handles any problems in that area.
34955         (struct timespec, nanosleep): Remove; time.h now arranges for these.
34956         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
34957         that time.h defines struct timespec.
34958         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
34959         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
34960         handles that.
34961         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
34962         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
34963         needed.  Set REPLACE_LOCALTIME.
34964         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
34965         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
34966         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
34967         nanosleep; time_h.m4 now does that.  Don't require
34968         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
34969         module handles this now.
34970         * modules/getdate (Depends-on): Remove timespec.  Add time.
34971         * modules/nanosleep (Depends-on): Likewise.
34972         * modules/stat-time (Depends-on): Likewise.
34973         * modules/nanosleep (Include): Include time.h, not timespec.h.
34974         * modules/strptime (Files): Remove lib/strptime.h.
34975         (Depends-on): Add extensions, time.
34976         (Include): Include time.h, not strptime.h.
34977         * modules/time_r (Files): Remove lib/time_r.h.
34978         (Depends-on): Add time.
34979         (Include): Include time.h, not time_r.h.
34980         * modules/timegm: Likewise.
34981         * modules/timespec (Description): Now does timespec-related decls
34982         of our own, instead of struct timespec itself.
34983         (Depends-on): Add time; remove extensions.
34984         (Maintainer): Add self.
34985         * modules/utimecmp (Depends-on): Add time; remove timespec.
34986         * modules/utimens (Depends-on): Likewise.
34987         * modules/xnanosleep (Depends-on): Likewise.
34988
34989 2007-02-11  Bruno Haible  <bruno@clisp.org>
34990
34991         * lib/c-strstr.c: Include allocsa.h.
34992         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34993         * lib/c-strcasestr.c: Include allocsa.h.
34994         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34995         * lib/strcasestr.c: Include allocsa.h.
34996         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
34997         * lib/mbsstr.c: Include allocsa.h.
34998         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
34999         allocsa/freesa instead of malloc/free.
35000         * lib/mbscasestr.c: Include allocsa.h.
35001         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
35002         allocsa/freesa instead of malloc/free.
35003         * modules/c-strstr (Depends-on): Add allocsa.
35004         * modules/c-strcasestr (Depends-on): Likewise.
35005         * modules/strcasestr (Depends-on): Likewise.
35006         * modules/mbsstr (Depends-on): Likewise.
35007         * modules/mbscasestr (Depends-on): Likewise.
35008
35009 2007-02-11  Bruno Haible  <bruno@clisp.org>
35010
35011         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
35012
35013         * modules/mbsspn-tests: New file.
35014         * tests/test-mbsspn.sh: New file.
35015         * tests/test-mbsspn.c: New file.
35016
35017 2007-02-11  Bruno Haible  <bruno@clisp.org>
35018
35019         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
35020
35021         * modules/mbspbrk-tests: New file.
35022         * tests/test-mbspbrk.sh: New file.
35023         * tests/test-mbspbrk.c: New file.
35024
35025 2007-02-11  Bruno Haible  <bruno@clisp.org>
35026
35027         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
35028         unneeded cast.
35029
35030         * modules/mbscspn-tests: New file.
35031         * tests/test-mbscspn.sh: New file.
35032         * tests/test-mbscspn.c: New file.
35033
35034 2007-02-11  Bruno Haible  <bruno@clisp.org>
35035
35036         * modules/mbscasecmp-tests: New file.
35037         * tests/test-mbscasecmp.sh: New file.
35038         * tests/test-mbscasecmp.c: New file.
35039
35040 2007-02-11  Bruno Haible  <bruno@clisp.org>
35041
35042         Ensure O(n) worst-case complexity of mbscasestr.
35043         * lib/mbscasestr.c: Include stdbool.h.
35044         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
35045         functions.
35046         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
35047         the bookkeeping indicates that it's worth it.
35048         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
35049
35050         * modules/mbscasestr-tests: New file.
35051         * tests/test-mbscasestr1.c: New file.
35052         * tests/test-mbscasestr2.sh: New file.
35053         * tests/test-mbscasestr2.c: New file.
35054         * tests/test-mbscasestr3.sh: New file.
35055         * tests/test-mbscasestr3.c: New file.
35056         * tests/test-mbscasestr4.sh: New file.
35057         * tests/test-mbscasestr4.c: New file.
35058         * m4/locale-tr.m4: New file.
35059
35060 2007-02-11  Bruno Haible  <bruno@clisp.org>
35061
35062         Ensure O(n) worst-case complexity of mbsstr.
35063         * lib/mbsstr.c: Include stdbool.h.
35064         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
35065         functions.
35066         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
35067         bookkeeping indicates that it's worth it.
35068         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
35069
35070         * modules/mbsstr-tests: New file.
35071         * tests/test-mbsstr1.c: New file.
35072         * tests/test-mbsstr2.sh: New file.
35073         * tests/test-mbsstr2.c: New file.
35074         * tests/test-mbsstr3.sh: New file.
35075         * tests/test-mbsstr3.c: New file.
35076         * m4/locale-fr.m4: New file.
35077
35078 2007-02-11  Bruno Haible  <bruno@clisp.org>
35079
35080         * lib/mbsrchr.c (mbsrchr): Fix bug.
35081
35082         * modules/mbsrchr-tests: New file.
35083         * tests/test-mbsrchr.sh: New file.
35084         * tests/test-mbsrchr.c: New file.
35085
35086 2007-02-11  Bruno Haible  <bruno@clisp.org>
35087
35088         * lib/mbschr.c (mbschr): Fix bug.
35089
35090         * modules/mbschr-tests: New file.
35091         * tests/test-mbschr.sh: New file.
35092         * tests/test-mbschr.c: New file.
35093         * m4/locale-zh.m4: New file.
35094
35095 2007-02-11  Bruno Haible  <bruno@clisp.org>
35096
35097         Support for copying multibyte string iterators.
35098         * lib/mbiter.h: Include <string.h>.
35099         (mbiter_multi_copy): New function.
35100         (mbi_copy): New macro.
35101         * lib/mbuiter.h: Include <string.h>.
35102         (mbuiter_multi_copy): New function.
35103         (mbui_copy): New macro.
35104
35105 2007-02-11  Bruno Haible  <bruno@clisp.org>
35106
35107         New module mbslen.
35108         * modules/mbslen: New file.
35109         * lib/mbslen.c: New file.
35110         * lib/string_.h (mbslen): New declaration.
35111         * m4/mbslen.m4: New file.
35112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35113         GNULIB_MBSLEN.
35114         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
35115         * MODULES.html.sh (Internationalization functions): Add mbslen.
35116
35117 2007-02-11  Bruno Haible  <bruno@clisp.org>
35118
35119         Ensure O(n) worst-case complexity of strcasestr substitute.
35120         * lib/strcasestr.c: Include stdbool.h.
35121         (knuth_morris_pratt): New function.
35122         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
35123         bookkeeping indicates that it's worth it.
35124         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
35125
35126         * modules/strcasestr-tests: New file.
35127         * tests/test-strcasestr.c: New file.
35128
35129 2007-02-11  Bruno Haible  <bruno@clisp.org>
35130
35131         Ensure O(n) worst-case complexity of c_strcasestr.
35132         * lib/c-strcasestr.c: Include stdbool.h, string.h.
35133         (knuth_morris_pratt): New function.
35134         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
35135         the bookkeeping indicates that it's worth it.
35136         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
35137
35138         * modules/c-strcasestr-tests: New file.
35139         * tests/test-c-strcasestr.c: New file.
35140
35141 2007-02-11  Bruno Haible  <bruno@clisp.org>
35142
35143         Ensure O(n) worst-case complexity of c_strstr.
35144         * lib/c-strstr.c: Include stdbool.h, string.h.
35145         (knuth_morris_pratt): New function.
35146         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
35147         bookkeeping indicates that it's worth it.
35148         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
35149
35150         * lib/c-strstr.c: Complete rewrite for maintainability.
35151
35152         * modules/c-strstr-tests: New file.
35153         * tests/test-c-strstr.c: New file.
35154
35155 2007-02-11  Bruno Haible  <bruno@clisp.org>
35156
35157         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
35158         5.2.1 and earlier, whereby \055 was treated just like the range
35159         delimiter '-'.
35160         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
35161
35162 2007-02-08  Bruno Haible  <bruno@clisp.org>
35163
35164         * modules/regex (Depends-on): Add stdbool.
35165         Reported by Dalibor Topic <robilad@kaffe.org>.
35166
35167 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
35168
35169         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
35170         Prefer returning from main to exiting from it.
35171         Remove unnecessary parens after sizeof.
35172
35173 2007-02-05  Bruno Haible  <bruno@clisp.org>
35174
35175         New module mbssep.
35176         * modules/mbssep: New file.
35177         * lib/mbssep.c: New file.
35178         * lib/string_.h (strsep): Add a conditional link warning.
35179         (mbssep): New declaration.
35180         * m4/mbssep.m4: New file.
35181         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35182         GNULIB_MBSSEP.
35183         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
35184         * MODULES.html.sh (Internationalization functions): Add mbssep.
35185
35186 2007-02-05  Bruno Haible  <bruno@clisp.org>
35187
35188         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
35189         Optimize search in case of 1 delimiter.
35190
35191 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
35192
35193         * lib/acl.h: Include sys/types.h before sys/acl.h.
35194
35195 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
35196
35197         Merge upstream fix for glibc bugzilla #3957:
35198
35199         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
35200
35201         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
35202         bit for RE_HAT_LISTS_NOT_NEWLINE.
35203         (build_charclass_op): Remove bogus comment.
35204
35205 2007-02-05  Simon Josefsson  <simon@josefsson.org>
35206
35207         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
35208
35209 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
35210
35211         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
35212         * lib/memmem.c [!defined _LIBC]: Include config.h.
35213
35214 2007-02-04  Bruno Haible  <bruno@clisp.org>
35215
35216         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
35217         warning message.
35218
35219 2007-02-04  Bruno Haible  <bruno@clisp.org>
35220
35221         New module mbstok_r.
35222         * modules/mbstok_r: New file.
35223         * lib/mbstok_r.c: New file.
35224         * lib/string_.h (strtok_r): Change argument names to match the
35225         comments. Add a conditional link warning.
35226         (mbstok_r): New declaration.
35227         * m4/mbstok_r.m4: New file.
35228         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35229         GNULIB_MBSTOK_R.
35230         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
35231         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
35232
35233 2007-02-04  Bruno Haible  <bruno@clisp.org>
35234
35235         New module mbsspn.
35236         * modules/mbsspn: New file.
35237         * lib/mbsspn.c: New file.
35238         * lib/string_.h (strspn): Add a conditional link warning.
35239         (mbsspn): New declaration.
35240         * m4/mbsspn.m4: New file.
35241         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35242         GNULIB_MBSSPN.
35243         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
35244         * MODULES.html.sh (Internationalization functions): Add mbsspn.
35245
35246 2007-02-04  Bruno Haible  <bruno@clisp.org>
35247
35248         New module mbspbrk.
35249         * modules/mbspbrk: New file.
35250         * lib/mbspbrk.c: New file.
35251         * lib/string_.h (strpbrk): Add a conditional link warning.
35252         (mbspbrk): New declaration.
35253         * m4/mbspbrk.m4: New file.
35254         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35255         GNULIB_MBSPBRK.
35256         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
35257         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
35258
35259 2007-02-04  Bruno Haible  <bruno@clisp.org>
35260
35261         New module mbscspn.
35262         * modules/mbscspn: New file.
35263         * lib/mbscspn.c: New file.
35264         * lib/string_.h (strcspn): Add a conditional link warning.
35265         (mbscspn): New declaration.
35266         * m4/mbscspn.m4: New file.
35267         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35268         GNULIB_MBSCSPN.
35269         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
35270         * MODULES.html.sh (Internationalization functions): Add mbscspn.
35271
35272 2007-02-04  Bruno Haible  <bruno@clisp.org>
35273
35274         New module mbscasestr, reduced goal of strcasestr.
35275         * modules/mbscasestr: New file.
35276         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
35277         (mbscasestr): Renamed from strcasestr.
35278         * lib/strcasestr.c: Don't include mbuiter.h.
35279         (strcasestr): Remove support for multibyte locales.
35280         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
35281         Change the conditional link warning.
35282         (mbscasestr): New declaration.
35283         * m4/mbscasestr.m4: New file.
35284         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
35285         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
35286         REPLACE_STRCASESTR.
35287         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
35288         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
35289         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
35290         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
35291         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
35292         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
35293         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
35294         (Depends-on): Remove mbuiter.
35295         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
35296
35297 2007-02-04  Bruno Haible  <bruno@clisp.org>
35298
35299         Simplify handling of strncasecmp.
35300         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
35301         the conditional link warning.
35302         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
35303         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
35304         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
35305         * modules/strcase (configure.ac): Don't invoke
35306         gl_STRING_MODULE_INDICATOR.
35307         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
35308
35309 2007-02-04  Bruno Haible  <bruno@clisp.org>
35310
35311         New module mbscasecmp, reduced goal of strcasecmp.
35312         * modules/mbscasecmp: New file.
35313         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
35314         (mbscasecmp): Renamed from strcasecmp.
35315         * lib/strcasecmp.c: Don't include mbuiter.h.
35316         (strcasecmp): Remove support for multibyte locales.
35317         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
35318         Change the conditional link warning.
35319         (mbscasecmp): New declaration.
35320         * m4/mbscasecmp.m4: New file.
35321         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
35322         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
35323         REPLACE_STRCASECMP.
35324         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
35325         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35326         GNULIB_MBSCASECMP.
35327         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
35328         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
35329         * modules/strcase (Files): Remove m4/mbrtowc.m4.
35330         (Depends-on): Remove mbuiter.
35331         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
35332
35333 2007-02-04  Bruno Haible  <bruno@clisp.org>
35334
35335         New module mbsstr. Remove module strstr.
35336         * modules/mbsstr: New file.
35337         * modules/strstr: Remove file.
35338         * lib/mbsstr.c: Renamed from lib/strstr.c.
35339         (mbsstr): Renamed from strstr.
35340         * lib/string_.h (strstr): Remove declaration. Change the conditional
35341         link warning.
35342         (mbsstr): New declaration.
35343         * m4/mbsstr.m4: New file.
35344         * m4/strstr.m4: Remove file.
35345         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
35346         REPLACE_STRSTR.
35347         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
35348         Don't initialize GNULIB_STRSTR.
35349         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
35350         substitute GNULIB_STRSTR and REPLACE_STRSTR.
35351         * MODULES.html.sh (Internationalization functions): Add mbsstr.
35352         (Support for systems lacking ANSI C 89): Remove strstr.
35353
35354 2007-02-04  Bruno Haible  <bruno@clisp.org>
35355
35356         New module mbsrchr.
35357         * modules/mbsrchr: New file.
35358         * lib/mbsrchr.c: New file.
35359         * lib/string_.h (strrchr): Add a conditional link warning.
35360         (mbsrchr): New declaration.
35361         * m4/mbsrchr.m4: New file.
35362         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35363         GNULIB_MBSRCHR.
35364         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
35365         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
35366
35367 2007-02-04  Bruno Haible  <bruno@clisp.org>
35368
35369         New module mbschr.
35370         * modules/mbschr: New file.
35371         * lib/mbschr.c: New file.
35372         * lib/string_.h (strchr): Add a conditional link warning.
35373         (mbschr): New declaration.
35374         * m4/mbschr.m4: New file.
35375         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
35376         GNULIB_MBSCHR.
35377         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
35378         * MODULES.html.sh (Internationalization functions): Add mbschr.
35379
35380 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
35381
35382         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
35383
35384         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
35385
35386 2007-02-04  Bruno Haible  <bruno@clisp.org>
35387
35388         New module description section 'configure.ac-early'.
35389         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
35390         (func_get_autoconf_early_snippet): New function.
35391         (func_import, func_create_testdir): Use it. Remove special cases for
35392         modules 'extensions' and 'lock'.
35393         * modules/extensions (configure.ac-early): Require
35394         gl_USE_SYSTEM_EXTENSIONS.
35395         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
35396
35397 2007-02-04  Bruno Haible  <bruno@clisp.org>
35398
35399         Make use of gcj-4.3's -fsource and -ftarget option.
35400         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
35401         and if so try the options -fsource and -ftarget.
35402         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
35403         source_version, ftarget_option, target_version arguments.
35404         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
35405         (is_envjavac_oldgcj_14_14_usable): Renamed from
35406         is_envjavac_gcj_14_14_usable.
35407         (is_envjavac_oldgcj_14_13_usable): Renamed from
35408         is_envjavac_gcj_14_13_usable.
35409         (is_gcj_present): Update.
35410         (is_gcj_43, is_gcj43_usable): New functions.
35411         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
35412         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
35413         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
35414         try the options -fsource and -ftarget.
35415
35416 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
35417
35418         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
35419         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
35420         larger value.
35421
35422 2007-02-03  Jim Meyering  <jim@meyering.net>
35423
35424         Give tools a better chance to allocate space for very large buffers.
35425         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
35426
35427         Make pwd and readlink work also when run with an unreadable parent dir
35428         on systems with openat support.
35429         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
35430         provided getcwd function, even when we have openat support.
35431         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
35432
35433 2007-02-02  Bruno Haible  <bruno@clisp.org>
35434
35435         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
35436         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
35437         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
35438         portability problems if one of these functions is only used on specific
35439         platforms.
35440         Reported by Paul Eggert.
35441
35442 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
35443
35444         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
35445         is causing more trouble than it's curing.
35446         * lib/regex_internal.h (__mempcpy): Remove.
35447         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
35448         (and make the code a tad smaller to boot).
35449         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
35450
35451 2007-02-02  Jim Meyering  <jim@meyering.net>
35452
35453         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
35454         section, not in the Makefile.am: one.
35455
35456 2007-02-02  Eric Blake  <ebb9@byu.net>
35457
35458         * lib/strchrnul.c: Always include config.h first.
35459
35460         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
35461         gnulib strstr is not necessary here.
35462
35463 2007-02-02  Simon Josefsson  <simon@josefsson.org>
35464
35465         * m4/socklen.m4: Fix typo.
35466
35467 2007-02-02  Eric Blake  <ebb9@byu.net>
35468
35469         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
35470         * modules/netinet_in (Makefile.am): Likewise.
35471
35472 2007-02-01  Bruno Haible  <bruno@clisp.org>
35473
35474         * lib/string_.h (GL_LINK_WARNING): New macro.
35475         (strcasecmp, strstr, strcasestr): If provided by the system,
35476         conditionally define as a macro that leads to a warning instead of to
35477         an error.
35478         (strncasecmp): Conditionally define as a macro that leads to a warning.
35479
35480 2007-02-01  Karl Berry  <karl@gnu.org>
35481
35482         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
35483
35484 2007-02-01  Bruno Haible  <bruno@clisp.org>
35485
35486         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
35487         renamings.
35488
35489 2007-02-01  Eric Blake  <ebb9@byu.net>
35490
35491         * modules/regex (Depends-on): Revert dependence on mempcpy.
35492         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
35493         module's definition of mempcpy.
35494         Reported by Paul Eggert.
35495
35496 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
35497
35498         * lib/string_.h: If the gnulib module XYZ is not present, undefine
35499         the symbol XYZ before redefining it.  This fixes a problem with
35500         programs that don't use XYZ, when compiled on systems that define
35501         XYZ to something else.
35502
35503 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
35504
35505         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
35506         occurs when "mkdir -m foo" creates a setgid directory that is (1)
35507         writeable to group or other and (2) is intended to have a special
35508         mode bit that is set or cleared.  In such a case, the directory
35509         should be neither group- nor other-writeable until the special
35510         mode bits are right.
35511
35512 2007-01-31  Eric Blake  <ebb9@byu.net>
35513
35514         * modules/mountlist (Depends-on): Add strstr.
35515
35516         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
35517         bug.
35518         * modules/string (Makefile.am): Remove redundant replacement.
35519         * modules/regex (Depends-on): Add mempcpy.
35520
35521 2007-01-31  Bruno Haible  <bruno@clisp.org>
35522
35523         New module description field 'Link'.
35524         * gnulib-tool (func_usage): Document --extract-link-directive.
35525         (sed_extract_prog): Recognize 'Link' directive.
35526         (func_get_link_directive): New function.
35527         (func_import): Show summary of link directives.
35528         Handle --extract-link-directive option.
35529         * modules/acl (Link): New section.
35530         * modules/clock-time (Link): New section.
35531         * modules/euidaccess (Link): New section.
35532         * modules/gettext (Link): New section.
35533         * modules/iconv (Link): New section.
35534         * modules/lock (Link): New section.
35535         * modules/nanosleep (Link): New section.
35536         * modules/readline (Link): New section.
35537
35538 2007-01-27  Bruno Haible  <bruno@clisp.org>
35539
35540         Enforce the use of gnulib modules for unportable <string.h> functions.
35541         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
35542         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
35543         (gl_HEADER_STRING_H_BODY): Require it.
35544         * lib/string_.h: If the gnulib module XYZ is not present, redefine
35545         the symbol XYZ to one that gives a link error.
35546         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
35547         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
35548         * modules/mempcpy (configure.ac): Likewise.
35549         * modules/memrchr (configure.ac): Likewise.
35550         * modules/stpcpy (configure.ac): Likewise.
35551         * modules/stpncpy (configure.ac): Likewise.
35552         * modules/strcase (configure.ac): Likewise.
35553         * modules/strcasestr (configure.ac): Likewise.
35554         * modules/strchrnul (configure.ac): Likewise.
35555         * modules/strdup (configure.ac): Likewise.
35556         * modules/strndup (configure.ac): Likewise.
35557         * modules/strnlen (configure.ac): Likewise.
35558         * modules/strpbrk (configure.ac): Likewise.
35559         * modules/strsep (configure.ac): Likewise.
35560         * modules/strstr (configure.ac): Likewise.
35561         * modules/strtok_r (configure.ac): Likewise.
35562
35563 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
35564
35565         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
35566
35567 2007-01-30  Jim Meyering  <jim@meyering.net>
35568
35569         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
35570
35571 2007-01-29  Bruno Haible  <bruno@clisp.org>
35572
35573         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
35574         * lib/execute.c: Likewise.
35575         * lib/pipe.c: Likewise.
35576         * lib/printf-args.h: Likewise.
35577         * lib/printf-args.c: Likewise.
35578         * lib/printf-parse.c: Likewise.
35579         * lib/vasnprintf.c: Likewise.
35580
35581 2007-01-29  Eric Blake  <ebb9@byu.net>
35582
35583         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
35584         declaration.
35585
35586 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
35587
35588         * lib/strptime.h (strptime): Use 'restrict' for args where
35589         POSIX requires this.
35590         * lib/strptime.c (strptime): Likewise.
35591         Change license notice from LGPL to GPL, since gnulib-tool will
35592         change this as needed.
35593         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
35594         defined.
35595         Include "strptime.h" first, to check interface.
35596         Do not #undef _LIBC and _NL_CURRENT.
35597         Do not include <stdlib.h>; no longer needed.
35598         Include "time_r.h" and declare ptime_locale_status
35599         only if _LIBC is not defined.
35600         (__P): Remove unused macro.
35601         (match_string): Bring back glibc version, but use it only if _LIBC
35602         is defined.
35603         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
35604         Remove unnecessary assertion and abort() call.
35605         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
35606         * m4/strptime.m4: Fix serial number comment.
35607         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
35608         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
35609         (Depends-on): Add time_r.
35610
35611 2007-01-29  Bruno Haible  <bruno@clisp.org>
35612
35613         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
35614         strptime.
35615         * modules/strptime (Depends-on): Add stdbool.
35616         * lib/strptime.h: Include <time.h> always. Add comments.
35617
35618 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
35619
35620         * modules/strptime: New file.
35621         * lib/strptime.h: New file.
35622         * lib/strptime.c: New file.
35623         * m4/strptime.m4: New file.
35624
35625 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
35626
35627         * MODULES.html.sh: New module mpsort.
35628         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
35629
35630         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
35631         a circularity problem with HP-UX ia64 reported by Bob Proulx in
35632         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
35633         All uses changed.
35634         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
35635         All uses changed.
35636         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
35637         to _Restrict_.
35638         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
35639         the parameter matches the prototype.
35640
35641 2007-01-28  Jim Meyering  <jim@meyering.net>
35642
35643         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
35644         sys/time.h here, reverting that part of the previous patch:
35645         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
35646
35647 2007-01-28  Bruno Haible  <bruno@clisp.org>
35648
35649         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
35650         value of $(SYS_TIME_H).
35651         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
35652         remove it conditionally, too. [added by Jim Meyering]
35653         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
35654         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
35655         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
35656         GETTIMEOFDAY_REPLACEMENT to 1.
35657
35658 2007-01-28  Bruno Haible  <bruno@clisp.org>
35659
35660         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
35661         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
35662         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
35663         Set UNISTD_H instead of UNISTD_H2.
35664         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
35665
35666 2007-01-28  Bruno Haible  <bruno@clisp.org>
35667
35668         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
35669         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
35670
35671 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35672
35673         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
35674         (func_create_testdir): Ensure C locale for `grep' and `tr'
35675         character ranges.
35676         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
35677         ACLOCAL_AMFLAGS parsing state machine.
35678
35679 2007-01-27  Bruno Haible  <bruno@clisp.org>
35680
35681         * modules/unistr/base: Update.
35682
35683 2007-01-27  Bruno Haible  <bruno@clisp.org>
35684
35685         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
35686         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
35687         * modules/unistr/u32-mbtouc-unsafe: Renamed from
35688         modules/unistr/u32-mbtouc.
35689         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
35690         * lib/unistr.h: Update.
35691         * lib/linebreak.c: Update.
35692         * modules/unistr/u32-mbtouc: Renamed from
35693         modules/unistr/u32-mbtouc-safe.
35694         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
35695         * lib/unistr.h: Update.
35696         * lib/unistr/u32-to-u8.c: Update.
35697         * lib/unistr/u32-to-u16.c: Update.
35698
35699 2007-01-27  Bruno Haible  <bruno@clisp.org>
35700
35701         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
35702         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
35703         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
35704         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
35705         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
35706         * modules/unistr/u16-mbtouc-unsafe: Renamed from
35707         modules/unistr/u16-mbtouc.
35708         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
35709         * lib/unistr.h: Update.
35710         * lib/linebreak.c: Update.
35711         * modules/linebreak: Update.
35712         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
35713         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
35714         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
35715         * modules/unistr/u16-mbtouc: Renamed from
35716         modules/unistr/u16-mbtouc-safe.
35717         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
35718         * lib/unistr.h: Update.
35719         * lib/unistr/u16-to-u8.c: Update.
35720         * modules/unistr/u16-to-u8: Update.
35721         * lib/unistr/u16-to-u32.c: Update.
35722         * modules/unistr/u16-to-u32: Update.
35723
35724 2007-01-27  Bruno Haible  <bruno@clisp.org>
35725
35726         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
35727         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
35728         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
35729         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
35730         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
35731         * modules/unistr/u8-mbtouc-unsafe: Renamed from
35732         modules/unistr/u8-mbtouc.
35733         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
35734         * lib/unistr.h: Update.
35735         * lib/striconveh.c: Update.
35736         * modules/striconveh: Update.
35737         * lib/linebreak.c: Update.
35738         * modules/linebreak: Update.
35739         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
35740         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
35741         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
35742         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
35743         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
35744         * lib/unistr.h: Update.
35745         * lib/striconveh.c: Update.
35746         * modules/striconveh: Update.
35747         * lib/unistr/u8-to-u16.c: Update.
35748         * modules/unistr/u8-to-u16: Update.
35749         * lib/unistr/u8-to-u32.c: Update.
35750         * modules/unistr/u8-to-u32: Update.
35751
35752 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35753
35754         Sync from Libtool.
35755         * lib/argz.c: Do not include strings.h nor memory.h, include
35756         string.h unconditionally.  Patch by Simon Josefsson.
35757
35758 2007-01-27  Bruno Haible  <bruno@clisp.org>
35759
35760         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
35761         from gl_HEADER_STRING_H_BODY.
35762         (gl_HEADER_STRING_H_BODY): Require it.
35763         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
35764         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
35765         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
35766         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
35767         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35768         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
35769         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
35770         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
35771         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
35772         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
35773         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
35774         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
35775         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
35776         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
35777         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35778
35779 2007-01-27  Bruno Haible  <bruno@clisp.org>
35780
35781         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
35782         check_PROGRAMS into noinst_PROGRAMS.
35783         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
35784         check_PROGRAMS in this case.
35785         (func_import): Set for_test to false.
35786         (func_create_testdir): Set for_test to true.
35787
35788 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
35789             Bruno Haible  <bruno@clisp.org>
35790
35791         * modules/strcasestr (Files): Remove lib/strcasestr.h.
35792         (Depends-on): Add string.
35793         (Includes): Use <string.h> instead of strcasestr.h.
35794         * modules/string (Makefile.am): Also substitute the value of
35795         REPLACE_STRCASESTR.
35796         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
35797         assume strcasestr is declared in <string.h> not <strings.h>. Also
35798         set REPLACE_STRCASESTR.
35799         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
35800         REPLACE_STRCASESTR.
35801         * lib/strcasestr.h: Remove file.
35802         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
35803         * lib/string_.h (strcasestr): New declaration.
35804
35805 2007-01-27  Bruno Haible  <bruno@clisp.org>
35806
35807         * lib/string_.h: Use 'extern'.
35808
35809 2007-01-27  Jim Meyering  <jim@meyering.net>
35810
35811         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
35812         of set-but-not-used local, "q".
35813
35814         * lib/mempcpy.c: Include <config.h> before <string.h>.
35815         This fixes a compilation error on HP-UX, due to the system's
35816         "restrict"-using mempcpy prototype.
35817
35818 2007-01-26  Bruno Haible  <bruno@clisp.org>
35819
35820         Small optimization.
35821         * lib/javacomp.c: Include c-strstr.h.
35822          (is_envjavac_gcj): Use c_strstr instead of strstr.
35823         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
35824
35825 2007-01-26  Bruno Haible  <bruno@clisp.org>
35826
35827         * MODULES.html.sh (Unicode string functions): Add the new modules.
35828
35829         * modules/uniconv/u32-strconv-to-locale: New file.
35830         * lib/uniconv/u32-strconv-to-locale.c: New file.
35831
35832         * modules/uniconv/u16-strconv-to-locale: New file.
35833         * lib/uniconv/u16-strconv-to-locale.c: New file.
35834
35835         * modules/uniconv/u8-strconv-to-locale: New file.
35836         * lib/uniconv/u8-strconv-to-locale.c: New file.
35837
35838         * modules/uniconv/u32-strconv-from-locale: New file.
35839         * lib/uniconv/u32-strconv-from-locale.c: New file.
35840
35841         * modules/uniconv/u16-strconv-from-locale: New file.
35842         * lib/uniconv/u16-strconv-from-locale.c: New file.
35843
35844         * modules/uniconv/u8-strconv-from-locale: New file.
35845         * lib/uniconv/u8-strconv-from-locale.c: New file.
35846
35847         * modules/uniconv/u32-strconv-to-enc: New file.
35848         * lib/uniconv/u32-strconv-to-enc.c: New file.
35849         * modules/uniconv/u32-strconv-to-enc-tests: New file.
35850         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
35851
35852         * modules/uniconv/u16-strconv-to-enc: New file.
35853         * lib/uniconv/u16-strconv-to-enc.c: New file.
35854         * lib/uniconv/u-strconv-to-enc.h: New file.
35855         * modules/uniconv/u16-strconv-to-enc-tests: New file.
35856         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
35857
35858         * modules/uniconv/u8-strconv-to-enc: New file.
35859         * lib/uniconv/u8-strconv-to-enc.c: New file.
35860         * modules/uniconv/u8-strconv-to-enc-tests: New file.
35861         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
35862
35863         * modules/uniconv/u32-strconv-from-enc: New file.
35864         * lib/uniconv/u32-strconv-from-enc.c: New file.
35865         * modules/uniconv/u32-strconv-from-enc-tests: New file.
35866         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
35867
35868         * modules/uniconv/u16-strconv-from-enc: New file.
35869         * lib/uniconv/u16-strconv-from-enc.c: New file.
35870         * modules/uniconv/u16-strconv-from-enc-tests: New file.
35871         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
35872
35873         * modules/uniconv/u8-strconv-from-enc: New file.
35874         * lib/uniconv/u8-strconv-from-enc.c: New file.
35875         * lib/uniconv/u-strconv-from-enc.h: New file.
35876         * modules/uniconv/u8-strconv-from-enc-tests: New file.
35877         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
35878
35879         * modules/uniconv/u32-conv-from-enc: New file.
35880         * lib/uniconv/u32-conv-from-enc.c: New file.
35881         * modules/uniconv/u32-conv-from-enc-tests: New file.
35882         * tests/uniconv/test-u32-conv-from-enc.c: New file.
35883
35884         * modules/uniconv/u16-conv-from-enc: New file.
35885         * lib/uniconv/u16-conv-from-enc.c: New file.
35886         * lib/uniconv/u-conv-from-enc.h: New file.
35887         * modules/uniconv/u16-conv-from-enc-tests: New file.
35888         * tests/uniconv/test-u16-conv-from-enc.c: New file.
35889
35890         * modules/uniconv/u8-conv-from-enc: New file.
35891         * lib/uniconv/u8-conv-from-enc.c: New file.
35892         * modules/uniconv/u8-conv-from-enc-tests: New file.
35893         * tests/uniconv/test-u8-conv-from-enc.c: New file.
35894
35895         * modules/uniconv/base: New file.
35896         * lib/uniconv.h: New file.
35897
35898 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
35899
35900         * doc/gnulib-tool.texi (Initial import): Update to match current
35901         behavior with strdup module.
35902         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
35903         * lib/memmem.h: Remove; all uses removed.  This is now done
35904         by <string.h>.
35905         * lib/mempcpy.h: Likewise.
35906         * lib/memrchr.h: Likewise.
35907         * lib/stpcpy.h: Likewise.
35908         * lib/stpncpy.h: Likewise.
35909         * lib/strcase.h: Likewise.
35910         * lib/strchrnul.h: Likewise.
35911         * lib/strdup.h: Likewise.
35912         * lib/strndup.h: Likewise.
35913         * lib/strnlen.h: Likewise.
35914         * lib/strpbrk.h: Likewise.
35915         * lib/strsep.h: Likewise.
35916         * lib/strstr.h: Likewise.
35917         * lib/strtok_r.h: Likewise.
35918         * lib/string_.h: New file.
35919         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
35920         Rely on <string.h> instead.
35921         * lib/canon-host.c: Likewise.
35922         * lib/chdir-long.c: Likewise.
35923         * lib/concatpath.c: Likewise.
35924         * lib/exclude.c: Likewise.
35925         * lib/fchdir.c: Likewise.
35926         * lib/getaddrinfo.c: Likewise.
35927         * lib/getcwd.c: Likewise.
35928         * lib/getsubopt.c: Likewise.
35929         * lib/glob.c: Likewise.
35930         * lib/hard-locale.c: Likewise.
35931         * lib/iconvme.c: Likewise.
35932         * lib/javacomp.c: Likewise.
35933         * lib/mempcpy.c: Likewise.
35934         * lib/memrchr.c: Likewise.
35935         * lib/regex_internal.h: Likewise.
35936         * lib/stpncpy.c: Likewise.
35937         * lib/strcasecmp.c: Likewise.
35938         * lib/strchrnul.c: Likewise.
35939         * lib/strdup.c: Likewise.
35940         * lib/striconv.c: Likewise.
35941         * lib/striconveh.c: Likewise.
35942         * lib/striconveha.c: Likewise.
35943         * lib/strncasecmp.c: Likewise.
35944         * lib/strndup.c: Likewise.
35945         * lib/strnlen.c: Likewise.
35946         * lib/strsep.c: Likewise.
35947         * lib/strstr.c: Likewise.
35948         * lib/strtok_r.c: Likewise.
35949         * lib/userspec.c: Likewise.
35950         * lib/w32spawn.h: Likewise.
35951         * lib/xstrndup.c: Likewise.
35952         * lib/mountlist.c (strstr): Remove decl.
35953         * m4/string_h.m4: New file.
35954         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
35955         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
35956         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
35957         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
35958         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
35959         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
35960         Set REPLACE_STRCASECMP if necessary.
35961         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
35962         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
35963         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
35964         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
35965         HAVE_DECL_STRDUP if necessary.
35966         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
35967         since gl_FUNC_STRNDUP does that now.
35968         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
35969         Check for decl here...
35970         (gl_PREREQ_STRNLEN): ... not here.
35971         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
35972         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
35973         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
35974         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
35975         necessary.
35976         * modules/string: New file.
35977         * modules/memmem (Files): Remove special-purpose include file.
35978         (Depends-on): Add string.
35979         (Include): Include <string.h>, not the removed file.
35980         * modules/mempcpy: Likewise.
35981         * modules/memrchr: Likewise.
35982         * modules/stpcpy: Likewise.
35983         * modules/stpncpy: Likewise.
35984         * modules/strcase: Likewise.
35985         * modules/strchrnul: Likewise.
35986         * modules/strdup: Likewise.
35987         * modules/strndup: Likewise.
35988         * modules/strnlen: Likewise.
35989         * modules/strpbrk: Likewise.
35990         * modules/strsep: Likewise.
35991         * modules/strstr: Likewise.
35992         * modules/strtok_r: Likewise.
35993         * tests/test-dirname.c: Don't include "strdup.h", since
35994         <string.h> now suffices.
35995         * tests/test-memmem.c: Don't include "memmem.h", since
35996         <string.h> now suffices.
35997
35998 2007-01-25  Bruno Haible  <bruno@clisp.org>
35999
36000         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
36001         *resultp is 0.
36002
36003         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
36004         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
36005         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
36006         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
36007
36008         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
36009         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
36010         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
36011         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
36012         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
36013         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
36014
36015 2007-01-24  Bruno Haible  <bruno@clisp.org>
36016
36017         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
36018         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
36019         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
36020         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
36021         gl_FUNC_FTS_CORE.
36022         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
36023         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
36024         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36025         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
36026         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
36027         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
36028         gl_FUNC_FCHOWNAT.
36029         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
36030         gl_FUNC_STRFTIME.
36031         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
36032         Reported by Ralf Wildenhues.
36033
36034 2007-01-24  Bruno Haible  <bruno@clisp.org>
36035
36036         Drop AC_REQUIRE calls that are redundant with the module dependencies.
36037         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
36038         gl_GETADDRINFO.
36039         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
36040         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
36041         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
36042
36043 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
36044
36045         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
36046         Don't use 'exit'; just return from 'main'.
36047         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
36048
36049         * lib/fnmatch_.h: Readjust white space and comments to match
36050         glibc, to avoid spurious diffs.
36051
36052 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36053
36054         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
36055         2004-12-01 change by Jakub Jelinek, since this code won't compile
36056         if !LIBC.  Problem reported by Bob Proulx.
36057
36058 2007-01-23  Bruno Haible  <bruno@clisp.org>
36059
36060         * lib/striconveh.c: Include c-strcaseeq.h.
36061         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
36062         * modules/striconveh (Depends-on): Add c-strcaseeq.
36063
36064 2007-01-23  Bruno Haible  <bruno@clisp.org>
36065
36066         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
36067
36068         * modules/c-strcaseeq: New file.
36069         * lib/c-strcaseeq.h: New file.
36070
36071         * modules/streq: New file.
36072         * lib/streq.h: New file.
36073
36074 2007-01-23  Bruno Haible  <bruno@clisp.org>
36075
36076         * modules/striconveha-tests: New file.
36077         * tests/test-striconveha.c: New file.
36078
36079         * lib/striconveha.h: Include <stdbool.h>.
36080         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
36081         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
36082         (mem_iconveha_notranslit): Renamed from mem_iconveha.
36083         (mem_iconveha): New function.
36084         (str_iconveha_notranslit): Renamed from str_iconveha.
36085         (str_iconveha): New function.
36086         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
36087         c-strcase.
36088
36089 2007-01-23  Bruno Haible  <bruno@clisp.org>
36090
36091         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
36092         encodings without forgiving before trying any encoding with handler.
36093         (str_iconveha): Try all encodings without forgiving before trying any
36094         encoding with handler.
36095
36096 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
36097
36098         Import the following changes from libc.
36099
36100         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
36101
36102         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
36103
36104         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
36105
36106         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
36107         normal_bracket label.
36108
36109         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
36110
36111         [BZ #361]
36112         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
36113         to normal_bracket after fetching the next character.
36114
36115 2007-01-22  Bruno Haible  <bruno@clisp.org>
36116
36117         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
36118         argument.
36119         * lib/striconveh.c (iconv_carefully_1): New function.
36120         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
36121         argument.
36122         (str_cd_iconveh): Update.
36123         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
36124         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
36125         * tests/test-striconveh.c (MAGIC): New macro.
36126         (new_offsets): New function.
36127         (main): Test call with and without offsets.
36128
36129 2007-01-22  Bruno Haible  <bruno@clisp.org>
36130
36131         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
36132         * modules/sys_select (Makefile.am): Likewise.
36133         * modules/sys_socket (Makefile.am): Likewise.
36134         * modules/sys_time (Makefile.am): Likewise.
36135
36136 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
36137
36138         * modules/gettimeofday (License): Change from GPL to LGPL, since
36139         gettimeofday is a library function.
36140
36141 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36142
36143         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
36144
36145 2007-01-21  Bruno Haible  <bruno@clisp.org>
36146
36147         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
36148
36149 2007-01-21  Bruno Haible  <bruno@clisp.org>
36150
36151         * modules/striconveha: New file.
36152         * lib/striconveha.h: New file.
36153         * lib/striconveha.c: New file.
36154         * MODULES.html.sh (Internationalization functions): Add striconveha.
36155         * lib/striconv.c (str_iconv): Optimize the case of an empty input
36156         string.
36157         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
36158
36159 2007-01-21  Bruno Haible  <bruno@clisp.org>
36160
36161         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
36162         * lib/striconveh.c (str_iconveh): Likewise.
36163
36164 2007-01-21  Bruno Haible  <bruno@clisp.org>
36165
36166         * lib/striconveh.h (mem_iconveh): New declaration.
36167         * lib/striconveh.c (mem_iconveh): New function.
36168         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
36169
36170 2007-01-21  Bruno Haible  <bruno@clisp.org>
36171
36172         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
36173
36174         * lib/striconveh.h (mem_cd_iconveh): Change specification.
36175         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
36176         original result buffer.
36177         (str_cd_iconveh): Update.
36178         * tests/test-striconveh.c (main): Update.
36179
36180         * lib/striconv.h (mem_cd_iconv): Change specification.
36181         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
36182         result buffer.
36183         (str_cd_iconv): Update.
36184         * tests/test-striconv.c (main): Update.
36185
36186 2007-01-21  Bruno Haible  <bruno@clisp.org>
36187
36188         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
36189
36190 2007-01-20  Jim Meyering  <jim@meyering.net>
36191
36192         * lib/userspec.c (parse_with_separator): If a user or group string
36193         starts with "+", skip the corresponding name-to-ID look-up, since
36194         such a look-up must fail: user and group names may not include "+".
36195
36196 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
36197
36198         * lib/poll.c: Include sys/time.h and time.h unconditionally,
36199         since we now assume the sys_time module.
36200         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
36201         check for sys/time.h; no longer needed.
36202         * modules/poll (Depends-on): Depend on sys_time.
36203
36204 2007-01-18  Bruno Haible  <bruno@clisp.org>
36205
36206         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
36207         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
36208
36209         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
36210         gettimeofday.
36211
36212         * tests/test-gettimeofday.c: Include <time.h>.
36213         (dummy): Remove variable.
36214
36215         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
36216         gl_HEADER_SYS_TIME_H.
36217         (gl_HEADER_SYS_TIME_H): New macro.
36218
36219         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
36220         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36221         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
36222         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
36223         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36224         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
36225         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
36226         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36227         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
36228         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
36229         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36230
36231         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
36232         last change; it caused a compilation error when cross-compiling to
36233         Cygwin.
36234
36235 2007-01-18  Jim Meyering  <jim@meyering.net>
36236
36237         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
36238         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
36239         than the race-prone "test -d sys || mkdir sys".
36240         (configure.ac): Use AC_PROG_MKDIR_P.
36241         * modules/sys_select: Likewise.
36242         * modules/sys_socket: Likewise.
36243         * modules/sys_time: Likewise.
36244
36245 2007-01-18  Eric Blake  <ebb9@byu.net>
36246
36247         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
36248         replace gettimeofday.
36249         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
36250         name, to avoid infinite recursion.
36251
36252 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
36253
36254         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
36255         module sys_time.
36256         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
36257         assume timespec.h defines struct timeval.
36258         * lib/settime.c: Likewise.
36259         * lib/utimens.c: Likewise.
36260         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
36261         since we now assume the gettimeofday module.
36262         * lib/tempname.c (__gen_tempname): Likewise.
36263         * lib/gettimeofday.h: Remove.
36264         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
36265         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
36266         Include <time.h>, for 'time()'.
36267         (localtime_buffer_addr): Also use this workaround if
36268         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
36269         to simplify the uses.  All uses changed.
36270         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
36271         that #undef is inside {}, and 'const' follows type name consistently.
36272         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
36273         (gettimeofday): Do not use the maximum possible value for
36274         tv->tv_usec, since that might break usages other than ls.c.
36275         Instead, we'll leave ls.c alone.  This undoes today's patch
36276         by Bruno.  Add a compile-time warning for 1s-clock resolution;
36277         we've never observed the problem but might as well keep the
36278         canary.
36279         * lib/nanosleep.c: Include timespec.h first, for interface check.
36280         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
36281         now assume the sys_time module.
36282         * lib/tempname.c: Likewise.
36283         * lib/timespec.h: Likewise.
36284         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
36285         needed.
36286         * lib/strftime.c: Likewise.
36287         * lib/timespec.h: Likewise.
36288         * lib/posixtm.c: Include posixtm.h first, for interface check.
36289         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
36290         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
36291         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
36292         * lib/sys_time_.h: New file.
36293         * lib/timespec.h (struct timespec): Use long int, not long.
36294         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
36295         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
36296         Remove obsolescent call to AC_HEADER_TIME.
36297         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
36298         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
36299         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
36300         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
36301         Likewise.
36302         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
36303         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
36304         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
36305         into the sys_time module.  Check for gettimeofday just once.
36306         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
36307         for gettimeofday signature to just check the signature.  Merely
36308         compile it, since linking doesn't test signature.  Improve test for
36309         whether gettimeofday.o is actually needed.
36310         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
36311         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
36312         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
36313         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36314         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
36315         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
36316         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
36317         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
36318         than worrying about sys/time.h.
36319         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
36320         Don't bother worrying about TIME_WITH_SYS_TIME.
36321         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
36322         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
36323         * m4/sys_time_h.m4: New file.
36324         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
36325         Don't include sys/time.h.  Return from main rather than exiting.
36326         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
36327         all uses changed.
36328         * modules/gethrxtime (Depends-on): Add sys_time.
36329         * modules/gettime (Depends-on): Likewise.
36330         * modules/gettimeofday (Depends-on): Likewise.
36331         * modules/nanosleep (Depends-on): Likewise.
36332         * modules/settime (Depends-on): Likewise.
36333         * modules/tempname (Depends-on): Likewise.
36334         * modules/utimens (Depends-on): Likewise.
36335         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
36336         (Include:) Change back to <sys/time.h>.
36337         (Maintainer:) Add self.
36338         * modules/sys_time: New file.
36339         * modules/tempname (Depends-on): Add gettimeofday.
36340         * tests/test-gettimeofday.c: Include <sys/time.h>
36341         rather than gettimeofday.h.
36342
36343 2007-01-17  Bruno Haible  <bruno@clisp.org>
36344
36345         * gnulib-tool (func_get_license): Revert last patch. Instead, let
36346         the license default to GPL.
36347         (func_create_testdir): Don't complain if a module is LGPL and its
36348         tests module depends on GPLed modules.
36349
36350 2007-01-17  Bruno Haible  <bruno@clisp.org>
36351
36352         * lib/gettimeofday.c (gettimeofday): Add code for the case
36353         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
36354         maximum possible value for tv->tv_usec, rather than the minimum one.
36355
36356 2005-10-08  Martin Lambers  <marlam@marlam.de>
36357 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
36358 2007-01-16  Bruno Haible  <bruno@clisp.org>
36359
36360         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
36361         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
36362         gl_FUNC_GETTIMEOFDAY.
36363         (Include): Add gettimeofday.h.
36364         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
36365         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
36366         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
36367         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
36368         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
36369         * lib/gettimeofday.h: New file.
36370         * lib/gettimeofday.c: Include <sys/timeb.h>.
36371         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
36372         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
36373         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
36374         fall back on time().
36375
36376         * tests/test-gettimeofday.c: New file.
36377         * modules/gettimeofday-tests: New file.
36378
36379 2007-01-16  Eric Blake  <ebb9@byu.net>
36380
36381         * modules/fnmatch (Depends-on): Depend on wchar.
36382         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
36383         * m4/fnmatch.m4: Likewise.
36384         * modules/mbchar (Makefile.am): Assume <wchar.h>.
36385         * m4/mbchar.m4: Likewise.
36386         * modules/mbswidth (Depends-on): Depend on wchar.
36387         * lib/mbswidth.c: Assume <wchar.h>.
36388         * m4/mbswidth.m4: Likewise.
36389         * modules/quotearg (Depends-on): Depend on wchar.
36390         * lib/quotearg.c: Assume <wchar.h>.
36391         * m4/quotearg.m4: Likewise.
36392         * modules/regex (Depends-on): Depend on wchar.
36393         * lib/regex_internal.h: Assume <wchar.h>.
36394         * m4/regex.m4: Likewise.
36395         * modules/stdint (Depends-on): Depend on wchar.
36396         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
36397         * m4/stdint.m4: Likewise.
36398         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
36399         * modules/strftime (Depends-on): Depend on wchar.
36400         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
36401         * modules/strtol (Depends-on): Depend on wchar.
36402         * lib/strtol.c: Assume <wchar.h>.
36403         * modules/wcwidth (Depends-on): Depend on wchar.
36404         * lib/wcwidth.h: Assume <wchar.h>.
36405         * m4/wcwidth.m4: Likewise.
36406
36407 2007-01-16  Bruno Haible  <bruno@clisp.org>
36408
36409         * modules/csharpexec-script: New, created from...
36410         * modules/csharpexec: ... this.
36411
36412 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
36413
36414         * modules/javaexec-script: New, created from...
36415         * modules/javaexec: ... this.
36416
36417 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
36418
36419         * modules/poll (Dependencies): Add sys_select.
36420
36421 2007-01-15  Jim Meyering  <jim@meyering.net>
36422
36423         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
36424         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
36425         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
36426         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
36427
36428 2007-01-15  Bruno Haible  <bruno@clisp.org>
36429
36430         * modules/striconveh: New file.
36431         * lib/striconveh.h: New file.
36432         * lib/striconveh.c: New file.
36433         * MODULES.html.sh (Internationalization functions): Add striconveh.
36434
36435         * modules/striconveh-tests: New file.
36436         * tests/test-striconveh.c: New file.
36437
36438 2007-01-15  Bruno Haible  <bruno@clisp.org>
36439
36440         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
36441         not from GNU libiconv or GNU libc.
36442
36443 2007-01-15  Bruno Haible  <bruno@clisp.org>
36444
36445         * doc/gnulib-intro.texi (Copyright): Explain the different license
36446         terms for module descriptions, autoconf macros, tests, documentation.
36447
36448 2007-01-14  Bruno Haible  <bruno@clisp.org>
36449
36450         * modules/striconv-tests: New file.
36451         * tests/test-striconv.c: New file.
36452
36453 2007-01-14  Bruno Haible  <bruno@clisp.org>
36454
36455         * modules/iconv-tests: New file.
36456         * tests/test-iconv.c: New file.
36457
36458 2007-01-14  Bruno Haible  <bruno@clisp.org>
36459
36460         * gnulib-tool (func_get_license): For test modules, use the license of
36461         the main module.
36462
36463 2007-01-14  Bruno Haible  <bruno@clisp.org>
36464
36465         * modules/iconv (Include): Clarify that <iconv.h> can only be included
36466         if iconv is found to exist.
36467
36468 2007-01-14  Bruno Haible  <bruno@clisp.org>
36469
36470         * modules/c-ctype-tests: New file.
36471         * tests/test-c-ctype.c: New file.
36472
36473 2007-01-14  Bruno Haible  <bruno@clisp.org>
36474
36475         * modules/binary-io-tests: New file.
36476         * tests/test-binary-io.sh: New file.
36477         * tests/test-binary-io.c: New file.
36478
36479 2007-01-14  Bruno Haible  <bruno@clisp.org>
36480
36481         * modules/array-oset-tests: New file.
36482         * tests/test-array_oset.c: New file.
36483
36484 2007-01-14  Bruno Haible  <bruno@clisp.org>
36485
36486         * modules/array-list-tests: New file.
36487         * tests/test-array_list.c: New file.
36488
36489 2007-01-14  Bruno Haible  <bruno@clisp.org>
36490
36491         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
36492         and make.
36493         Reported by Simon Josefsson in
36494         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
36495
36496 2007-01-14  Bruno Haible  <bruno@clisp.org>
36497
36498         * modules/allocsa-tests: New file.
36499         * tests/test-allocsa.c: New file.
36500
36501 2007-01-14  Bruno Haible  <bruno@clisp.org>
36502
36503         * modules/fchdir (Depends-on): Add absolute-header.
36504         * modules/unistd (Depends-on): Likewise.
36505
36506 2006-12-30  Bruno Haible  <bruno@clisp.org>
36507
36508         * modules/fchdir: New file.
36509         * modules/unistd (Files): Add lib/unistd_.h.
36510         (Makefile.am): Generate unistd.h from unistd_.h.
36511         * lib/fchdir.c: New file.
36512         * lib/dirent_.h: New file.
36513         * lib/unistd_.h: New file.
36514         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
36515         * m4/fchdir.m4: New file.
36516         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
36517         (gl_HEADER_UNISTD): Invoke it.
36518         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
36519         function.
36520         * lib/backupfile.c (opendir, closedir): Undefine.
36521         * lib/chown.c (open, close): Undefine.
36522         * lib/clean-temp.c (open, close): Undefine.
36523         * lib/copy-file.c (open, close): Undefine.
36524         * lib/execute.c (open, close): Undefine.
36525         * lib/fsusage.c (open, close): Undefine.
36526         * lib/gc-gnulib.c (open, close): Undefine.
36527         * lib/getcwd.c (opendir, closedir): Undefine.
36528         * lib/glob.c (opendir, closedir): Undefine.
36529         * lib/javacomp.c (open, close): Undefine.
36530         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
36531         * lib/openat-proc.c (open, close): Undefine.
36532         * lib/pagealign_alloc.c (open, close): Undefine.
36533         * lib/pipe.c (open, close): Undefine.
36534         * lib/progreloc.c (open, close): Undefine.
36535         * lib/savedir.c (opendir, closedir): Undefine.
36536         * lib/utime.c (open, close): Undefine.
36537         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
36538
36539 2007-01-10  Bruno Haible  <bruno@clisp.org>
36540
36541         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
36542
36543 2007-01-12  Eric Blake  <ebb9@byu.net>
36544
36545         Provide a robust <wchar.h>.  Further simplifications are now
36546         possible in other modules, but not included here.
36547         * modules/wchar: New module.
36548         * m4/wchar.m4: New file.
36549         * lib/wchar_.h: Likewise.
36550         * modules/mbchar (Depends-on): Depend on wchar, as the first use
36551         of the new module.
36552         * MODULES.html.sh (Extended multibyte and wide character utilities):
36553         New section.
36554
36555 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
36556
36557         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
36558         to a reasonable default for memory allocation.
36559         (xreadlink): Don't allocate a huge buffer, to work around a buggy
36560         file system that reports garbage st_size values for symlinks.
36561         Problem reported by Liyang Hu.
36562
36563 2007-01-11  Simon Josefsson  <simon@josefsson.org>
36564
36565         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
36566         Emacs .#* auto-save files).
36567
36568 2007-01-11  Bruno Haible  <bruno@clisp.org>
36569
36570         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
36571         directory.
36572
36573 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
36574
36575         Use @...@ consistently in lib/wctype_.h.
36576         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
36577         on it being set to 1 or 0.
36578         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
36579         go back to AC_SUBSTing it.
36580         * modules/wctype (Makefile.am): Undo previous change.
36581
36582 2007-01-10  Eric Blake  <ebb9@byu.net>
36583
36584         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
36585         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
36586         * modules/wctype (Makefile.am): Likewise.
36587         Reported by Chris McGuire.
36588
36589 2007-01-10  Jim Meyering  <jim@meyering.net>
36590
36591         fts.c: a small readability/maintainability improvement
36592         * lib/fts.c (fts_read): Make this code slightly more readable and
36593         maintainable by hoisting the "sp->fts_cur = p" assignments to
36594         immediately follow the statements that set P.  Derived from
36595         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
36596
36597 2007-01-10  Eric Blake  <ebb9@byu.net>
36598
36599         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
36600         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
36601         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
36602         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
36603         Reported by Chris McGuire.
36604
36605 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36606
36607         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
36608         in sed script.
36609
36610 2007-01-09  Bruno Haible  <bruno@clisp.org>
36611
36612         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
36613         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
36614         variables.
36615         (func_module): Use them.
36616
36617 2007-01-09  Bruno Haible  <bruno@clisp.org>
36618
36619         * modules/unistr/base: New file.
36620         * lib/unistr.h: New file.
36621
36622         * modules/unistr/u8-to-u16: New file.
36623         * lib/unistr/u8-to-u16.c: New file.
36624
36625         * modules/unistr/u8-to-u32: New file.
36626         * lib/unistr/u8-to-u32.c: New file.
36627
36628         * modules/unistr/u16-to-u8: New file.
36629         * lib/unistr/u16-to-u8.c: New file.
36630
36631         * modules/unistr/u16-to-u32: New file.
36632         * lib/unistr/u16-to-u32.c: New file.
36633
36634         * modules/unistr/u32-to-u8: New file.
36635         * lib/unistr/u32-to-u8.c: New file.
36636
36637         * modules/unistr/u32-to-u16: New file.
36638         * lib/unistr/u32-to-u16.c: New file.
36639
36640         * modules/unistr/u8-check: New file.
36641         * modules/unistr/u16-check: New file.
36642         * modules/unistr/u32-check: New file.
36643         * lib/unistr/u8-check.c: New file.
36644         * lib/unistr/u16-check.c: New file.
36645         * lib/unistr/u32-check.c: New file.
36646
36647         * modules/unistr/u8-chr: New file.
36648         * modules/unistr/u16-chr: New file.
36649         * modules/unistr/u32-chr: New file.
36650         * lib/unistr/u8-chr.c: New file.
36651         * lib/unistr/u16-chr.c: New file.
36652         * lib/unistr/u32-chr.c: New file.
36653
36654         * modules/unistr/u8-cmp: New file.
36655         * modules/unistr/u16-cmp: New file.
36656         * modules/unistr/u32-cmp: New file.
36657         * lib/unistr/u8-cmp.c: New file.
36658         * lib/unistr/u16-cmp.c: New file.
36659         * lib/unistr/u32-cmp.c: New file.
36660
36661         * modules/unistr/u8-cpy: New file.
36662         * modules/unistr/u16-cpy: New file.
36663         * modules/unistr/u32-cpy: New file.
36664         * lib/unistr/u8-cpy.c: New file.
36665         * lib/unistr/u16-cpy.c: New file.
36666         * lib/unistr/u32-cpy.c: New file.
36667         * lib/unistr/u-cpy.h: New file.
36668
36669         * modules/unistr/u8-cpy-alloc: New file.
36670         * modules/unistr/u16-cpy-alloc: New file.
36671         * modules/unistr/u32-cpy-alloc: New file.
36672         * lib/unistr/u8-cpy-alloc.c: New file.
36673         * lib/unistr/u16-cpy-alloc.c: New file.
36674         * lib/unistr/u32-cpy-alloc.c: New file.
36675         * lib/unistr/u-cpy-alloc.h: New file.
36676
36677         * modules/unistr/u8-endswith: New file.
36678         * modules/unistr/u16-endswith: New file.
36679         * modules/unistr/u32-endswith: New file.
36680         * lib/unistr/u8-endswith.c: New file.
36681         * lib/unistr/u16-endswith.c: New file.
36682         * lib/unistr/u32-endswith.c: New file.
36683         * lib/unistr/u-endswith.h: New file.
36684
36685         * modules/unistr/u8-mblen: New file.
36686         * modules/unistr/u16-mblen: New file.
36687         * modules/unistr/u32-mblen: New file.
36688         * lib/unistr/u8-mblen.c: New file.
36689         * lib/unistr/u16-mblen.c: New file.
36690         * lib/unistr/u32-mblen.c: New file.
36691
36692         * modules/unistr/u8-mbtouc: New file.
36693         * modules/unistr/u16-mbtouc: New file.
36694         * modules/unistr/u32-mbtouc: New file.
36695         * lib/unistr/u8-mbtouc.c: New file.
36696         * lib/unistr/u16-mbtouc.c: New file.
36697         * lib/unistr/u32-mbtouc.c: New file.
36698
36699         * modules/unistr/u8-mbtouc-safe: New file.
36700         * modules/unistr/u16-mbtouc-safe: New file.
36701         * modules/unistr/u32-mbtouc-safe: New file.
36702         * lib/unistr/u8-mbtouc-safe.c: New file.
36703         * lib/unistr/u16-mbtouc-safe.c: New file.
36704         * lib/unistr/u32-mbtouc-safe.c: New file.
36705
36706         * modules/unistr/u8-move: New file.
36707         * modules/unistr/u16-move: New file.
36708         * modules/unistr/u32-move: New file.
36709         * lib/unistr/u8-move.c: New file.
36710         * lib/unistr/u16-move.c: New file.
36711         * lib/unistr/u32-move.c: New file.
36712         * lib/unistr/u-move.h: New file.
36713
36714         * modules/unistr/u8-next: New file.
36715         * modules/unistr/u16-next: New file.
36716         * modules/unistr/u32-next: New file.
36717         * lib/unistr/u8-next.c: New file.
36718         * lib/unistr/u16-next.c: New file.
36719         * lib/unistr/u32-next.c: New file.
36720
36721         * modules/unistr/u8-prev: New file.
36722         * modules/unistr/u16-prev: New file.
36723         * modules/unistr/u32-prev: New file.
36724         * lib/unistr/u8-prev.c: New file.
36725         * lib/unistr/u16-prev.c: New file.
36726         * lib/unistr/u32-prev.c: New file.
36727
36728         * modules/unistr/u8-set: New file.
36729         * modules/unistr/u16-set: New file.
36730         * modules/unistr/u32-set: New file.
36731         * lib/unistr/u8-set.c: New file.
36732         * lib/unistr/u16-set.c: New file.
36733         * lib/unistr/u32-set.c: New file.
36734         * lib/unistr/u-set.h: New file.
36735
36736         * modules/unistr/u8-startswith: New file.
36737         * modules/unistr/u16-startswith: New file.
36738         * modules/unistr/u32-startswith: New file.
36739         * lib/unistr/u8-startswith.c: New file.
36740         * lib/unistr/u16-startswith.c: New file.
36741         * lib/unistr/u32-startswith.c: New file.
36742         * lib/unistr/u-startswith.h: New file.
36743
36744         * modules/unistr/u8-stpcpy: New file.
36745         * modules/unistr/u16-stpcpy: New file.
36746         * modules/unistr/u32-stpcpy: New file.
36747         * lib/unistr/u8-stpcpy.c: New file.
36748         * lib/unistr/u16-stpcpy.c: New file.
36749         * lib/unistr/u32-stpcpy.c: New file.
36750         * lib/unistr/u-stpcpy.h: New file.
36751
36752         * modules/unistr/u8-stpncpy: New file.
36753         * modules/unistr/u16-stpncpy: New file.
36754         * modules/unistr/u32-stpncpy: New file.
36755         * lib/unistr/u8-stpncpy.c: New file.
36756         * lib/unistr/u16-stpncpy.c: New file.
36757         * lib/unistr/u32-stpncpy.c: New file.
36758         * lib/unistr/u-stpncpy.h: New file.
36759
36760         * modules/unistr/u8-strcat: New file.
36761         * modules/unistr/u16-strcat: New file.
36762         * modules/unistr/u32-strcat: New file.
36763         * lib/unistr/u8-strcat.c: New file.
36764         * lib/unistr/u16-strcat.c: New file.
36765         * lib/unistr/u32-strcat.c: New file.
36766         * lib/unistr/u-strcat.h: New file.
36767
36768         * modules/unistr/u8-strchr: New file.
36769         * modules/unistr/u16-strchr: New file.
36770         * modules/unistr/u32-strchr: New file.
36771         * lib/unistr/u8-strchr.c: New file.
36772         * lib/unistr/u16-strchr.c: New file.
36773         * lib/unistr/u32-strchr.c: New file.
36774
36775         * modules/unistr/u8-strcmp: New file.
36776         * modules/unistr/u16-strcmp: New file.
36777         * modules/unistr/u32-strcmp: New file.
36778         * lib/unistr/u8-strcmp.c: New file.
36779         * lib/unistr/u16-strcmp.c: New file.
36780         * lib/unistr/u32-strcmp.c: New file.
36781
36782         * modules/unistr/u8-strcpy: New file.
36783         * modules/unistr/u16-strcpy: New file.
36784         * modules/unistr/u32-strcpy: New file.
36785         * lib/unistr/u8-strcpy.c: New file.
36786         * lib/unistr/u16-strcpy.c: New file.
36787         * lib/unistr/u32-strcpy.c: New file.
36788         * lib/unistr/u-strcpy.h: New file.
36789
36790         * modules/unistr/u8-strcspn: New file.
36791         * modules/unistr/u16-strcspn: New file.
36792         * modules/unistr/u32-strcspn: New file.
36793         * lib/unistr/u8-strcspn.c: New file.
36794         * lib/unistr/u16-strcspn.c: New file.
36795         * lib/unistr/u32-strcspn.c: New file.
36796         * lib/unistr/u-strcspn.h: New file.
36797
36798         * modules/unistr/u8-strdup: New file.
36799         * modules/unistr/u16-strdup: New file.
36800         * modules/unistr/u32-strdup: New file.
36801         * lib/unistr/u8-strdup.c: New file.
36802         * lib/unistr/u16-strdup.c: New file.
36803         * lib/unistr/u32-strdup.c: New file.
36804         * lib/unistr/u-strdup.h: New file.
36805
36806         * modules/unistr/u8-strlen: New file.
36807         * modules/unistr/u16-strlen: New file.
36808         * modules/unistr/u32-strlen: New file.
36809         * lib/unistr/u8-strlen.c: New file.
36810         * lib/unistr/u16-strlen.c: New file.
36811         * lib/unistr/u32-strlen.c: New file.
36812         * lib/unistr/u-strlen.h: New file.
36813
36814         * modules/unistr/u8-strmblen: New file.
36815         * modules/unistr/u16-strmblen: New file.
36816         * modules/unistr/u32-strmblen: New file.
36817         * lib/unistr/u8-strmblen.c: New file.
36818         * lib/unistr/u16-strmblen.c: New file.
36819         * lib/unistr/u32-strmblen.c: New file.
36820
36821         * modules/unistr/u8-strmbtouc: New file.
36822         * modules/unistr/u16-strmbtouc: New file.
36823         * modules/unistr/u32-strmbtouc: New file.
36824         * lib/unistr/u8-strmbtouc.c: New file.
36825         * lib/unistr/u16-strmbtouc.c: New file.
36826         * lib/unistr/u32-strmbtouc.c: New file.
36827
36828         * modules/unistr/u8-strncat: New file.
36829         * modules/unistr/u16-strncat: New file.
36830         * modules/unistr/u32-strncat: New file.
36831         * lib/unistr/u8-strncat.c: New file.
36832         * lib/unistr/u16-strncat.c: New file.
36833         * lib/unistr/u32-strncat.c: New file.
36834         * lib/unistr/u-strncat.h: New file.
36835
36836         * modules/unistr/u8-strncmp: New file.
36837         * modules/unistr/u16-strncmp: New file.
36838         * modules/unistr/u32-strncmp: New file.
36839         * lib/unistr/u8-strncmp.c: New file.
36840         * lib/unistr/u16-strncmp.c: New file.
36841         * lib/unistr/u32-strncmp.c: New file.
36842
36843         * modules/unistr/u8-strncpy: New file.
36844         * modules/unistr/u16-strncpy: New file.
36845         * modules/unistr/u32-strncpy: New file.
36846         * lib/unistr/u8-strncpy.c: New file.
36847         * lib/unistr/u16-strncpy.c: New file.
36848         * lib/unistr/u32-strncpy.c: New file.
36849         * lib/unistr/u-strncpy.h: New file.
36850
36851         * modules/unistr/u8-strnlen: New file.
36852         * modules/unistr/u16-strnlen: New file.
36853         * modules/unistr/u32-strnlen: New file.
36854         * lib/unistr/u8-strnlen.c: New file.
36855         * lib/unistr/u16-strnlen.c: New file.
36856         * lib/unistr/u32-strnlen.c: New file.
36857         * lib/unistr/u-strnlen.h: New file.
36858
36859         * modules/unistr/u8-strpbrk: New file.
36860         * modules/unistr/u16-strpbrk: New file.
36861         * modules/unistr/u32-strpbrk: New file.
36862         * lib/unistr/u8-strpbrk.c: New file.
36863         * lib/unistr/u16-strpbrk.c: New file.
36864         * lib/unistr/u32-strpbrk.c: New file.
36865         * lib/unistr/u-strpbrk.h: New file.
36866
36867         * modules/unistr/u8-strrchr: New file.
36868         * modules/unistr/u16-strrchr: New file.
36869         * modules/unistr/u32-strrchr: New file.
36870         * lib/unistr/u8-strrchr.c: New file.
36871         * lib/unistr/u16-strrchr.c: New file.
36872         * lib/unistr/u32-strrchr.c: New file.
36873
36874         * modules/unistr/u8-strspn: New file.
36875         * modules/unistr/u16-strspn: New file.
36876         * modules/unistr/u32-strspn: New file.
36877         * lib/unistr/u8-strspn.c: New file.
36878         * lib/unistr/u16-strspn.c: New file.
36879         * lib/unistr/u32-strspn.c: New file.
36880         * lib/unistr/u-strspn.h: New file.
36881
36882         * modules/unistr/u8-strstr: New file.
36883         * modules/unistr/u16-strstr: New file.
36884         * modules/unistr/u32-strstr: New file.
36885         * lib/unistr/u8-strstr.c: New file.
36886         * lib/unistr/u16-strstr.c: New file.
36887         * lib/unistr/u32-strstr.c: New file.
36888         * lib/unistr/u-strstr.h: New file.
36889
36890         * modules/unistr/u8-strtok: New file.
36891         * modules/unistr/u16-strtok: New file.
36892         * modules/unistr/u32-strtok: New file.
36893         * lib/unistr/u8-strtok.c: New file.
36894         * lib/unistr/u16-strtok.c: New file.
36895         * lib/unistr/u32-strtok.c: New file.
36896         * lib/unistr/u-strtok.h: New file.
36897
36898         * modules/unistr/u8-uctomb: New file.
36899         * modules/unistr/u16-uctomb: New file.
36900         * modules/unistr/u32-uctomb: New file.
36901         * lib/unistr/u8-uctomb.c: New file.
36902         * lib/unistr/u16-uctomb.c: New file.
36903         * lib/unistr/u32-uctomb.c: New file.
36904
36905         * MODULES.html.sh (Unicode string functions): Add the new modules.
36906
36907 2007-01-08  Bruno Haible  <bruno@clisp.org>
36908
36909         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
36910         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
36911         subdirectories.
36912
36913 2007-01-08  Karl Berry  <karl@gnu.org>
36914
36915         * doc/error.texi: mention that main() fns must set program_name
36916         when progname is used.
36917
36918 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
36919
36920         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
36921         WCTYPE_H is empty, for the benefit of builds from non-distclean
36922         directories.  Problem reported by Eric Blake in
36923         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
36924
36925 2007-01-08  Bruno Haible  <bruno@clisp.org>
36926
36927         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
36928         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
36929         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
36930         PROVIDE_CANONICALIZE_FILENAME_MODE.
36931         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
36932
36933 2007-01-08  Bruno Haible  <bruno@clisp.org>
36934
36935         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
36936         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
36937         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
36938         * lib/fts.c: Likewise.
36939         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
36940
36941 2006-12-25  Bruno Haible  <bruno@clisp.org>
36942
36943         * modules/utf8-ucs4-safe: New file.
36944         * lib/utf8-ucs4-safe.h: New file.
36945         * lib/unistr/utf8-ucs4-safe.c: New file.
36946
36947         * modules/utf16-ucs4-safe: New file.
36948         * lib/utf16-ucs4-safe.h: New file.
36949         * lib/unistr/utf16-ucs4-safe.c: New file.
36950
36951         * MODULES.html.sh (Unicode string functions): Add the new modules.
36952
36953 2007-01-08  Bruno Haible  <bruno@clisp.org>
36954
36955         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
36956         (Depends-on): Add unitypes.
36957         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36958         (u8_mbtouc_aux): Move out to separate file.
36959         (u8_mbtouc): Use ucs4_t, uint8_t types.
36960         * lib/unistr/utf8-ucs4.c: New file.
36961
36962         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
36963         (Depends-on): Add unitypes.
36964         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
36965         (u16_mbtouc_aux): Move out to separate file.
36966         (u16_mbtouc): Use ucs4_t, uint16_t types.
36967         * lib/unistr/utf16-ucs4.c: New file.
36968
36969         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
36970         (Depends-on): Add unitypes.
36971         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
36972         (u8_uctomb_aux): Move out to separate file.
36973         (u8_uctomb): Use ucs4_t, uint8_t types.
36974         * lib/unistr/ucs4-utf8.c: New file.
36975
36976         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
36977         (Depends-on): Add unitypes.
36978         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
36979         (u16_uctomb_aux): Move out to separate file.
36980         (u16_uctomb): Use ucs4_t, uint16_t types.
36981         * lib/unistr/ucs4-utf16.c: New file.
36982
36983 2006-12-25  Bruno Haible  <bruno@clisp.org>
36984
36985         * modules/unitypes: New file.
36986         * lib/unitypes.h: New file.
36987         * MODULES.html.sh (func_all_modules): New section "Unicode string
36988         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
36989         this section. Add unitypes.
36990
36991 2007-01-08  Bruno Haible  <bruno@clisp.org>
36992
36993         Avoid variable names that conflict with those from libtool.
36994         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
36995         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
36996         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
36997         library_names_spec to acl_library_names_spec, hardcode_* to
36998         acl_hardcode_*.
36999         Reported by Ralf Wildenhues.
37000
37001 2007-01-08  Bruno Haible  <bruno@clisp.org>
37002
37003         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
37004         definition.
37005         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
37006         definition.
37007         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
37008         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
37009         definition.
37010         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
37011         definition.
37012         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
37013         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
37014         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
37015         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
37016         definition.
37017         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
37018         definition.
37019         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
37020         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
37021         GC_USE_<algorithm>.
37022         * lib/gc-libgcrypt.c: Likewise.
37023         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
37024         * modules/gc-arctwo (configure.ac): Likewise.
37025         * modules/gc-des (configure.ac): Likewise.
37026         * modules/gc-hmac-md5 (configure.ac): Likewise.
37027         * modules/gc-hmac-sha1 (configure.ac): Likewise.
37028         * modules/gc-md2 (configure.ac): Likewise.
37029         * modules/gc-md4 (configure.ac): Likewise.
37030         * modules/gc-md5 (configure.ac): Likewise.
37031         * modules/gc-random (configure.ac): Likewise.
37032         * modules/gc-rijndael (configure.ac): Likewise.
37033         * modules/gc-sha1 (configure.ac): Likewise.
37034
37035 2007-01-08  Bruno Haible  <bruno@clisp.org>
37036
37037         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
37038         macro definition.
37039         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
37040         definition.
37041         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
37042         definition.
37043         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
37044         * modules/fcntl-safer (configure.ac): Likewise.
37045         * modules/fopen-safer (configure.ac): Likewise.
37046         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
37047         GNULIB_FWRITEERROR macro definition.
37048
37049 2007-01-08  Bruno Haible  <bruno@clisp.org>
37050
37051         * m4/gnulib-common.m4: New file.
37052         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
37053         (func_get_filelist): Add m4/gnulib-common.m4.
37054
37055 2007-01-08  Bruno Haible  <bruno@clisp.org>
37056
37057         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
37058         command.
37059
37060 2007-01-08  Jim Meyering  <jim@meyering.net>
37061
37062         Use a more robust test for a "can't happen" condition.
37063         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
37064         narrowed the st_size value.  Presuming the "can't happen" condition
37065         is true, that narrowing could conceivably convert an invalid st_size
37066         value into a valid one.  Instead, use a change based on Matthew
37067         Woehlke's original patch.
37068
37069         Slight readability improvement: use an assert-like macro
37070         in place of literal "abort ()" uses.
37071         * lib/fts.c (fts_assert): Define.
37072         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
37073         Use this macro instead of a bare 'abort'.
37074
37075 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
37076
37077         Don't worry about using IRIX 5.3's wctype.h broken definitions;
37078         simply work around them.
37079         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
37080         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
37081         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
37082         declaring.
37083         Don't bother to define as macros, since the standard doesn't require it.
37084         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
37085         longer worry about IRIX 5.3.
37086         (HAVE_WCTYPE_CTMP_BUG): Remove.
37087
37088 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
37089
37090         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
37091         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
37092         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
37093         Problems reported by Georg Schwarz for IRIX 5.3.
37094
37095         * gnulib-tool (autoconf_minversion): Take the maximum version number
37096         found, not the minimum.  Problem reported by James Youngman.
37097
37098 2007-01-03  Karl Berry  <karl@gnu.org>
37099
37100         * doc/error.texi: new file, explaining interaction with progname.
37101         * doc/gnulib.texi: include it.  Update copyright.
37102
37103 2007-01-03  Simon Josefsson  <simon@josefsson.org>
37104
37105         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
37106         AC_CANONICAL_HOST, to improve autobuild outputs.
37107
37108 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
37109             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
37110
37111         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
37112         sockets, server sockets, and other file descriptors.  Count errors
37113         to compute the return value.  Reorder the code a bit to be easier
37114         to follow.  Don't set event bits that were not requested (except
37115         POLLERR and POLLHUP).
37116
37117 2007-01-01  Bruno Haible  <bruno@clisp.org>
37118
37119         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
37120
37121 2007-01-03  Jim Meyering  <jim@meyering.net>
37122
37123         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
37124
37125 2007-01-02  Bruno Haible  <bruno@clisp.org>
37126
37127         * modules/settime (Include): Require timespec.h.
37128         * modules/nanosleep (Include): Likewise.
37129
37130 2007-01-01  Bruno Haible  <bruno@clisp.org>
37131
37132         * gnulib-tool (func_emit_copyright_notice): Bump year.
37133         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
37134
37135 2007-01-01  Bruno Haible  <bruno@clisp.org>
37136
37137         Improve support for OpenBSD.
37138         * build-aux/config.rpath (libname_spec): Export.
37139         (library_names_spec): New variable. Export.
37140         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
37141         library_names_spec from the config.rpath output. Locate shared library
37142         through the name pattern in library_names_spec.
37143
37144 2007-01-01  Eric Blake  <ebb9@byu.net>
37145
37146         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
37147
37148 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
37149
37150         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
37151         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
37152         assume the C locale, and avoid an "eval" that could cause trouble.
37153         Problem with SORT reported by Bob Proulx.
37154
37155         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
37156         Define.  Trivial patch from Henning Nielsen Lund, originally
37157         sent to bug-grep@gnu.org today.
37158
37159 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
37160
37161         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
37162         struct stat.  Problem reported by Henning Nielsen Lund.
37163         * lib/acl.c: Include acl.h first, to check interface.  Don't
37164         bother to include sys/types.h and sys/stat.h again.
37165
37166 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
37167
37168         Import the following change from libc; problem reported by
37169         Sven Verdoolaege.
37170
37171         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
37172
37173         [BZ #1373]
37174         * lib/argp.h: Remove __NTH for __argp_usage inline function.
37175
37176 2006-12-28  Jim Meyering  <jim@meyering.net>
37177
37178         * build-aux/announce-gen: Do not assume that the package
37179         builds any of tar.gz, tar.bz2, and .xdelta files.
37180         Suggestion from Simon Josefsson.
37181
37182 2006-12-28  Simon Josefsson  <simon@josefsson.org>
37183
37184         * modules/announce-gen: New file.
37185
37186 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
37187
37188         * lib/mbchar.h: Just include <wctype.h>; the wctype module
37189         handles its gotchas now.
37190         * lib/mbswidth.c: Likewise.
37191         * lib/wcwidth.h: Likewise.
37192         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
37193         and iswcntrl; the wctype module does this stuff now.
37194         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
37195         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
37196         * modules/mbchar (Depends-on): Add wctype.
37197         * modules/mbswidth (Depends-on): Likewise.
37198         * modules/wcwidth (Depends-on): Likewise.
37199
37200 2006-12-27  Eric Blake  <ebb9@byu.net>
37201
37202         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
37203         module uses more than what <wctype.h> is required to provide.
37204
37205 2006-12-26  Eric Blake  <ebb9@byu.net>
37206
37207         * gnulib-tool (sed_extract_prog): Avoid space-tab.
37208
37209 2006-12-26  Eric Blake  <ebb9@byu.net>
37210
37211         * modules/absolute-header: New module.
37212         * modules/fcntl (Depends-on): Depend on it.
37213         * modules/inttypes (Depends-on): Likewise.
37214         * modules/stdint (Depends-on): Likewise.
37215         * modules/sys_stat (Depends-on): Likewise.
37216         * modules/wctype (Depends-on): Likewise.
37217         * MODULES.html.sh (Support for building libraries and
37218         executables): Document it.
37219
37220 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
37221
37222         * gnulib-tool (SED): Remove, undoing previous change.
37223         The problem was that it broke coreutils on Solaris, because
37224         "sed --posix" leaked into a makefile.
37225         (sed): New alias, if 'alias' and GNU sed.
37226
37227 2006-12-24  Jim Meyering  <jim@meyering.net>
37228
37229         Work around an fchownat bug in glibc-2.4:
37230         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
37231         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
37232         in spite of the -P option.
37233         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
37234         New macros.
37235         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
37236         * modules/openat (Files): Add lib/fchownat.c.
37237         * lib/openat.c (fchownat): Don't define here.  Move to...
37238         * lib/fchownat.c: ...this new file.
37239
37240 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
37241
37242         Fix bug reported by Bruno Haible in
37243         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
37244         where quotearg.c didn't compile on Mac OS X 10.2 because it
37245         lacks <wchar.h> and wint_t.
37246         * lib/wctype_.h (__wctype_wint_t): New type.
37247         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
37248         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
37249         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
37250         Arg is now of type __wctype_wint_t, not wint_t.
37251         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
37252         substitute HAVE_WINT_T.
37253         * modules/wctype (Files): Add m4/wint_t.m4.
37254         (wctype.h): Substitute HAVE_WINT_T.
37255
37256 2006-12-23  Bruno Haible  <bruno@clisp.org>
37257
37258         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
37259
37260 2006-12-23  Bruno Haible  <bruno@clisp.org>
37261
37262         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
37263         S_ISLNK.
37264         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
37265         mingw.
37266
37267 2006-12-22  Bruno Haible  <bruno@clisp.org>
37268
37269         * lib/copy-file.c: Include acl.h.
37270         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
37271         Close the file descriptors only after being done with copy_acl.
37272         * modules/copy-file (Depends-on): Add acl.
37273
37274 2006-12-22  Bruno Haible  <bruno@clisp.org>
37275
37276         * gnulib-tool (SED): New variable.
37277         Use $SED instead of sed everywhere.
37278
37279 2006-12-22  Bruno Haible  <bruno@clisp.org>
37280
37281         * modules/no-c++: New file.
37282         * m4/no-c++.m4: New file.
37283         * MODULES.html.sh (Support for building libraries and executables):
37284         Add no-c++.
37285
37286 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
37287
37288         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
37289         Include <limits.h>, and use its INT_MAX to rewrite the
37290         j loop so that it does not overflow 'int'.  Problem reported by
37291         Ralf Wildenhues in
37292         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
37293         Play it safe by shifting left by 1 rather than multiplying by 2,
37294         as GCC is less likely to optimize this away when the value
37295         is signed (when it assumes overflow leads to undefined behavior).
37296         Also, don't assume time_t uses two's complement.
37297
37298 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
37299
37300         * MODULES.html.sh: New module wctype.
37301         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
37302         * lib/fnmatch.c: Don't bother to include <wchar.h> before
37303         <wctype.h>, since the new wctype module should fix this.
37304         * lib/quotearg.c: Include <wctype.h> unconditionally, since
37305         the wctype module should arrange for it.
37306         * lib/regex_internal.h: Likewise.
37307         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
37308         since the wctype module should handle this now.
37309         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
37310         * modules/fnmatch (Depends-on): Add wctype.
37311         * modules/quotearg (Depends-on): Likewise.
37312         * modules/regex (Depends-on): Likewise.
37313
37314 2006-12-19  Bruno Haible  <bruno@clisp.org>
37315
37316         * lib/strdup.h [C++]: Wrap definitions in extern "C".
37317         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
37318
37319 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37320
37321         * modules/savewd (Depends-on): Fix dependency on fcntl.
37322
37323 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
37324
37325         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
37326         conforms to C99, rather than relying on the user's environment
37327         setting of STDINT_H.
37328
37329 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
37330         and Eric Blake  <ebb9@byu.net>
37331
37332         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
37333         This is more consistent with the other defines here.
37334         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
37335         Port to z/OS.  Problem reported by Paul Gilmartin.
37336         Change local vars to use gl_ prefix rather than ac_.
37337         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
37338         with other defines.
37339         * modules/double-slash-root: New module.
37340         * modules/dirname (Files): Remove m4/double-slash-root.m4.
37341         (Depends-on): Add double-slash-root.
37342         * MODULES.html.sh (File system functions): Mention new module.
37343
37344 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
37345
37346         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
37347         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
37348         This is for the benefit of gzip, which doesn't do i18n.
37349
37350 2006-12-12  Jim Meyering  <jim@meyering.net>
37351
37352         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
37353         Reported by Andreas Schwab <schwab@suse.de>.
37354
37355 2006-12-12  Bruno Haible  <bruno@clisp.org>
37356
37357         Merge these changes.
37358         2006-09-05  Bruno Haible  <bruno@clisp.org>
37359         * lib/iconvme.c (iconv_string): No need to save and restore errno when
37360         iconv_alloc succeeded.
37361         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
37362         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
37363         test for " && dest " at the end - dest is always != NULL there. Call
37364         iconv with 4xNULL arguments initially, to reset the state. Call iconv
37365         with 2xNULL arguments, also to flush the state storage. Handle the
37366         IRIX iconv behaviour. Realloc the final result, to throw away unused
37367         memory.
37368
37369 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
37370
37371         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
37372         and fchmodat unconditionally, since glibc 2.4 has them.
37373         Problem reported by Arkadiusz Miskiewicz.
37374
37375 2006-12-10  Bruno Haible  <bruno@clisp.org>
37376
37377         * gnulib-tool (func_import): Show the include files only for those
37378         modules that are copied and specified.
37379         Reported by Karl Berry.
37380
37381 2006-12-08  Jim Meyering  <jim@meyering.net>
37382
37383         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
37384         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
37385
37386         * build-aux/announce-gen: Add two new options, both optional:
37387         --bootstrap-tools=TOOL_LIST
37388               a comma-separated list of tools, e.g.,
37389               autoconf,automake,bison,gnulib
37390         --gnulib-snapshot-date=DATE
37391               if gnulib is in the bootstrap tool list,
37392               then report this as the snapshot date.
37393               If not specified, use the current date/time.
37394               If you specify a date here, be sure it's UTC.
37395
37396 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37397
37398         * tests/test-argp-2.sh: Fix test to match actual output.
37399         (func_compare): Fix sed script to be portable.
37400
37401 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
37402
37403         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
37404         workaround for this case.  It is not autoconfigured now; offhand
37405         it's hard to see how to autoconfigure it.
37406
37407 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
37408
37409         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
37410         a directory that is about to be chowned.  Such a directory's
37411         initial file permissions should permit the owner only and this
37412         should not be changed until after the chown, since the group and
37413         other bits would be incorrect if they granted permission before
37414         the chown.
37415
37416         Fix porting problem for iswctype reported by Georg Schwarz in:
37417         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
37418         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
37419         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
37420         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
37421         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
37422
37423 2006-12-03  Jim Meyering  <jim@meyering.net>
37424
37425         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
37426         p->fts_statp may not yet be defined.
37427         (fts_read): Instead, set it in the caller, once p->fts_statp is
37428         sure to be defined, and corresponds to a top-level directory.
37429         This bug made du -x fail.  Here's the coreutils test case:
37430         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
37431         Reported by Mike Frysinger.
37432
37433 2006-12-01  Jim Meyering  <jim@meyering.net>
37434
37435         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
37436         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
37437         Reported by Simon Josefsson.
37438
37439 2006-11-30  Jim Meyering  <jim@meyering.net>
37440
37441         * m4/warning.m4: Use the all-permissive copyright notice
37442         recommended by RMS (rather than LGPL).
37443         * m4/vararrays.m4: Likewise.
37444         * m4/flexmember.m4: Likewise.
37445
37446 2006-11-29  Bruno Haible  <bruno@clisp.org>
37447
37448         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37449         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
37450         using +=.
37451         Reported by Simon Josefsson <simon@josefsson.org>.
37452
37453 2006-11-28  James Youngman <jay@gnu.org>
37454
37455         * README: Advise users that they might find the bug-gnulib@gnu.org
37456         and autotools-announce@gnu.org mailing lists useful.
37457
37458 2006-11-28  Bruno Haible  <bruno@clisp.org>
37459
37460         * m4/ptrdiff_max.m4: Remove file.
37461
37462 2006-11-21  Bruno Haible  <bruno@clisp.org>
37463
37464         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
37465         _AC_COMPUTE_INT.
37466         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37467         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
37468         _AC_COMPUTE_INT.
37469         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37470         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
37471         _AC_COMPUTE_INT.
37472         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37473
37474 2006-11-28  Jim Meyering  <jim@meyering.net>
37475
37476         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
37477         warning from "gcc -Wshadow" about shadowing the builtin.
37478
37479 2006-11-27  Bruno Haible  <bruno@clisp.org>
37480
37481         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
37482         _AC_COMPUTE_INT.
37483         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
37484
37485 2006-11-27  Bruno Haible  <bruno@clisp.org>
37486             Paul Eggert  <eggert@cs.ucla.edu>
37487
37488         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
37489
37490 2006-11-26  Bruno Haible  <bruno@clisp.org>
37491
37492         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
37493         noinst_LTLIBRARIES.
37494
37495 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
37496             Bruno Haible  <bruno@clisp.org>
37497
37498         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
37499         if compiling with "gcc -ansi".
37500
37501 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
37502
37503         Fix some incompatibilities with gcc -ansi -pedantic.
37504         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
37505         if compiling pedantically with GCC, unless it's C99 or later.
37506         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
37507         it mishandles gcc -ansi -pedantic as well.
37508         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
37509         if gcc -pedantic.
37510         * lib/regexec.c (check_node_accept_bytes): Don't use auto
37511         initializers for struct if -pedantic, unless it's C99 or later.
37512
37513 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
37514
37515         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
37516         Don't close an fd more than once. Identical atimes indicate
37517         success, not failure.
37518
37519 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
37520
37521         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
37522
37523 2006-11-23  Jim Meyering  <jim@meyering.net>
37524
37525         * build-aux/announce-gen: New file.  From coreutils.
37526
37527 2006-11-22  Jim Meyering  <jim@meyering.net>
37528
37529         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
37530         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
37531         (fts_read): Use a temporary to narrow the overused st_size member
37532         before using it in a switch statement.  Reported by Matthew Woehlke.
37533
37534         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
37535         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
37536
37537 2006-11-20  Bruno Haible  <bruno@clisp.org>
37538
37539         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
37540         changequote instead of pairs of brackets.
37541         Reported by Andreas Schwab <schwab@suse.de>.
37542
37543 2006-11-21  Jim Meyering  <jim@meyering.net>
37544
37545         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
37546         so as to remain compatible with older compilers.
37547         Patch from Michael Deutschmann.
37548
37549 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37550
37551         * MODULES.html.sh (File system functions): Add openat.
37552
37553         * lib/openat.h (rpl_fstatat): New macro, if
37554         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
37555         (fstatat): Define to rpl_fstatat under the same conditions,
37556         unless COMPILING_FSTATAT.
37557         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
37558         seems to have the bug.
37559         * lib/fstatat.c: New file.
37560         * modules/openat (Files): Add it.
37561
37562 2006-11-20  Bruno Haible  <bruno@clisp.org>
37563
37564         * Makefile: New file.
37565
37566 2006-11-20  Jim Meyering  <jim@meyering.net>
37567
37568         The beginnings of syntax-related checks for gnulib.
37569         * lib/Makefile: New file.
37570         * lib/t-idcache: New script.  Ensure that the two halves of
37571         idcache.c stay in sync.
37572
37573         * lib/idcache.c: Adjust comments in user- and group- portions to
37574         be more accurate, and to be consistent with one another.
37575
37576 2006-11-20  Jim Meyering  <jim@meyering.net>
37577
37578         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
37579         continue using the flexible array member (thus, this module performs
37580         half as many malloc calls), with the addition that...
37581         (getgroup, getuser): Consistently record a non-match via an empty
37582         "name" string, and map an empty string match to a NULL return value.
37583         * modules/idcache (Depends-on): Re-add flexmember.
37584
37585         * lib/idcache.c (getuser): Remove all uses of the register keyword.
37586         (getuidbyname, getgroup, getgidbyname): Likewise.
37587
37588         Use cleaner syntax: NULL rather than 0.
37589         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
37590
37591 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
37592
37593         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
37594         It mishandled the case where the group was missing.
37595         Problem reported by Greg Schafer.
37596         * modules/idcache: Likewise.
37597
37598 2006-11-18  Jim Meyering  <jim@meyering.net>
37599
37600         * check-module (%exempt_header): Add exception for some
37601         conditionally-included headers.
37602
37603         * modules/i-ring (Depends-on): Add verify.
37604         (License): Change to LGPL.
37605
37606 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
37607
37608         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
37609         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
37610         and inttostr.h.  Use snprintf rather than uinttostr, so that
37611         LGPLed code doesn't depend on GPLed.
37612
37613 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
37614
37615         * modules/inline (License): Change from GPL to LGPL.
37616
37617 2006-11-17  Jim Meyering  <jim@meyering.net>
37618
37619         * modules/d-type (License): Switch to LGPL.
37620
37621 2006-11-15  Bruno Haible  <bruno@clisp.org>
37622
37623         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
37624
37625 2006-11-15  Eric Blake  <ebb9@byu.net>
37626
37627         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
37628         the module dependency.
37629
37630 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
37631             Bruno Haible  <bruno@clisp.org>
37632
37633         * gnulib-tool (func_create_testdir): Add license consistency check.
37634
37635 2006-11-15  Eric Blake  <ebb9@byu.net>
37636
37637         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
37638         random "(cached)" in configure output.
37639
37640 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37641
37642         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
37643         test for conforming inttypes.h is both announced and cached.
37644
37645         * MODULES.html.sh (seen_modules, seen_files): New variables.
37646         (func_module): Rewrite to use a few less gnulib-tool and sed
37647         invocations.  Avoid a couple of quadratic algorithms for ...
37648         (missed_modules, missed_files): ... these, with ...
37649         (func_append, func_tmpdir): ... these new functions, from
37650         gnulib-tool.  Analogously, install traps for cleanup.
37651
37652         * tests/test-gc.c (main): Remove unused variables.
37653         * tests/test-read-file.c: Include stdlib.h, for 'free'.
37654
37655 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
37656
37657         * modules/inttostr (License): Change to LGPL.
37658
37659 2006-11-14  Eric Blake  <ebb9@byu.net>
37660
37661         * modules/tempname (License): Change to LGPL.
37662
37663 2006-11-14  Eric Blake  <ebb9@byu.net>
37664
37665         * doc/functions.texi (Function Portability): *printf functions on
37666         Cygwin now understand all POSIX size specifiers.
37667
37668 2006-11-14  Bruno Haible  <bruno@clisp.org>
37669
37670         * modules/c-ctype (License): Change to LGPL.
37671
37672 2006-11-12  Bruno Haible  <bruno@clisp.org>
37673
37674         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
37675         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
37676         for GNOME libraries, for which the include files are installed in
37677         subdirectories of $prefix/include.
37678
37679 2006-11-12  Bruno Haible  <bruno@clisp.org>
37680
37681         * m4/lib-link.m4: Require at least autoconf-2.54.
37682         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
37683         name to underscores for the --with option.
37684
37685 2006-11-13  Bruno Haible  <bruno@clisp.org>
37686
37687         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
37688         the tests directory.
37689         Reported by Ralf Wildenhues.
37690
37691 2006-11-13  Bruno Haible  <bruno@clisp.org>
37692
37693         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
37694         (func_emit_initmacro_end): Undo the override here.
37695         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
37696         Works around the famous automake error in coreutils.
37697
37698 2006-11-13  Eric Blake  <ebb9@byu.net>
37699
37700         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
37701         element, not its node.
37702
37703 2006-11-12  Bruno Haible  <bruno@clisp.org>
37704
37705         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
37706         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
37707
37708 2006-11-12  Bruno Haible  <bruno@clisp.org>
37709
37710         * gnulib-tool: New option --local-symlink.
37711         (func_usage): Document it.
37712         (lsymbolic): New variable.
37713         (func_import, func_create_testdir): If --symlink was not specified,
37714         test whether --local-symlink was specified and the file comes from
37715         the local_gnulib_dir.
37716
37717 2006-11-12  Bruno Haible  <bruno@clisp.org>
37718
37719         * gnulib-tool (func_ln): New function.
37720         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
37721
37722 2006-11-12  Bruno Haible  <bruno@clisp.org>
37723
37724         Finish support for source files in subdirectories.
37725         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
37726         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
37727         AUTOMAKE_OPTIONS.
37728         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
37729
37730 2006-11-12  Bruno Haible  <bruno@clisp.org>
37731
37732         * gnulib-tool (func_get_automake_snippet): Synthesize also an
37733         EXTRA_lib_SOURCES augmentation.
37734         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
37735
37736 2006-11-12  Jim Meyering  <jim@meyering.net>
37737
37738         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
37739         file descriptors.  This also averts a failure on systems with
37740         native openat support when a traversed directory lacks "x" access.
37741         * lib/fts_.h: Include "i-ring.h"
37742         (struct FTS) [fts_fd_ring]: New member.
37743         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
37744         (FCHDIR): Add parentheses.
37745         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
37746         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
37747         When descending, rather than simply closing the previous
37748         fts_cwd_fd value, push that file descriptor onto the ring.
37749         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
37750         (fts_open): Initialize the new fd_ring member.
37751         (fts_close): Clear the ring.
37752         (fts_safe_changedir): When possible, use our new fd_ring to skip
37753         the diropen and fstat and dev/ino comparison that would normally
37754         accompany a virtual `chdir ("..")'.
37755
37756         * modules/fts (Depends-on): Add i-ring.
37757         * modules/i-ring: New module.
37758         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
37759         * m4/i-ring.m4: New file.
37760
37761 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37762
37763         * gnulib-tool (func_create_testdir): Fix replacement of
37764         `build-aux' in configure.ac.  Run autotools in gltests
37765         subdirectory.
37766         (func_create_testdir, func_create_megatestdir, test): There is
37767         no need for '--force' in most autotool invocations in a new
37768         tree.  Actually fail the whole test if any of the tools, or the
37769         configure or make stages fail.
37770
37771         Sync from Automake.
37772         * build-aux/gnupload: Revert last change.  Add pointer to upload
37773         instructions of the GNU Maintenance Instructions.
37774         Suggestion by Karl Berry.
37775
37776 2006-11-10  Jim Meyering  <jim@meyering.net>
37777
37778         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
37779
37780 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37781
37782         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
37783         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
37784         (bind_textdomain_codeset) [! ENABLE_NLS]:
37785         Evaluate all the arguments.  That way, callers get compatible behavior
37786         if the arguments have side effects.  Also, it avoids some GCC
37787         diagnostics in some cases; Joel E. Denny reported problems when Bison
37788         was configured with --enable-gcc-warnigs.
37789
37790 2006-11-10  Jim Meyering  <jim@meyering.net>
37791
37792         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
37793         relevant options in CFLAGS (like -O, -fno-inline) are taken into
37794         account.
37795
37796 2006-11-10  Jim Meyering  <jim@meyering.net>
37797
37798         * modules/inline: New file/module.
37799         * modules/xalloc (Files): Remove m4/inline.m4.
37800         (Depends-on): Add inline, instead.
37801         * modules/oset: Likewise.
37802         * modules/list: Likewise.
37803
37804 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
37805
37806         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
37807         Problem reported by Matthew Woehlke.
37808
37809 2006-11-09  Bruno Haible  <bruno@clisp.org>
37810
37811         * lib/tempname.c (gen_tempname): Remove variant that invokes
37812         __gen_tempname.
37813         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
37814         __gen_tempname.
37815
37816 2006-11-08  Bruno Haible  <bruno@clisp.org>
37817
37818         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
37819         to 'yes' instead of 'cross-compiling'.
37820
37821 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
37822
37823         * lib/quotearg.h (quotearg_free): New decl.
37824         * lib/quotearg.c (quotearg_free): New function.
37825         (slot0, nslots, slotvec0, slotvec):
37826         Now file-scope so that quotearg_free can get at them.
37827
37828 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37829
37830         Sync from Automake.
37831         * build-aux/gnupload: Add missing 'gnu' to example URL.
37832         Report by Karl Berry.
37833
37834 2006-11-08  Bruno Haible  <bruno@clisp.org>
37835
37836         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
37837         Suggested by Paul Eggert.
37838
37839 2006-11-08  Jim Meyering  <jim@meyering.net>
37840
37841         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
37842         It's already included if !_LIBC.
37843         (fts_safe_changedir): Add a comment.
37844
37845 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37846
37847         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
37848         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
37849         Matthew Woehlke.
37850
37851         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
37852         definitions up, to avoid colliding with change below.
37853         (static_inline) [HAVE_INLINE]: New macro.
37854         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
37855         Provide extern decls when !HAVE_INLINE.  Do not define unless
37856         static_inline is defined, either by us or by xmalloc.c.  Use
37857         static_inline rather than static inline.
37858         (XCALLOC): Optimize sizeof(T) = 1 case.
37859         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
37860
37861 2006-11-07  Bruno Haible  <bruno@clisp.org>
37862
37863         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
37864         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
37865         AC_C_INLINE.
37866         * modules/xalloc (Files): Add m4/inline.m4.
37867
37868 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37869
37870         * README: Fix typo.
37871         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
37872         (Miscellanous Notes): ...from this.
37873
37874 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
37875
37876         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
37877         Mention that offsetof should be used instead of sizeof.
37878         From Bruno Haible.
37879
37880 2006-11-07  Bruno Haible  <bruno@clisp.org>
37881
37882         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
37883
37884 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37885
37886         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37887         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
37888         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37889         (gl_tree_add_before, gl_tree_add_after):
37890         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
37891         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
37892         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
37893         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
37894         (gl_linked_add_after, gl_linked_add_at): Likewise.
37895         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
37896         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
37897         (gl_tree_add_before, gl_tree_add_after): Likewise.
37898         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
37899         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
37900         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
37901
37902 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37903
37904         * lib/gl_oset.h: Use C comment style, not C++ comment style.
37905
37906 2006-11-06  Bruno Haible  <bruno@clisp.org>
37907
37908         * m4/inline.m4: New file.
37909         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
37910         * modules/list (Files): Add m4/inline.m4.
37911         * modules/oset (Files): Likewise.
37912
37913 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
37914
37915         * lib/idcache.c: Include <stddef.h>, for offsetof.
37916         (struct userid.name): Change from char * to a flexible array member.
37917         All uses changed.
37918         * modules/idcache (Depends-on): Add flexmember.
37919
37920         * MODULES.html.sh (Core language properties): New module flexmember.
37921         * modules/flexmember, m4/flexmember.m4: New files.
37922
37923         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
37924         inline functions that are identical with the old xnmalloc_inline,
37925         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
37926         that we can avoid some unnecessary integer multiplications and
37927         divisions in the common case where the element size is known at
37928         compile time.
37929         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
37930         needed.
37931         (xnboundedmalloc): Remove.
37932         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
37933         arguments, for consistency with rest of this header.
37934         (xcharalloc): Rewrite using XNMALLOC.
37935         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
37936         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
37937         versions have been moved to lib/xalloc.h and renamed to be the
37938         non-*_inline versions.
37939         (xmalloc, xrealloc): Implement without reference to the xnmalloc
37940         and xnrealloc functions, since those functions are now inline and
37941         now call us.
37942         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
37943         renaming described above.
37944         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
37945         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
37946         captures the dependency in AC_C_INLINE.
37947
37948         New module canonicalize-lgpl, proposed by Charles Wilson in
37949         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
37950         with a few small changes afterwards.
37951         * MODULES.html.sh (File system functions): New module
37952         canonicalize-lgpl.
37953         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
37954         and canonicalize_file_name.
37955         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
37956         * modules/canonicalize-lgpl: New files.
37957
37958 2006-11-05  Bruno Haible  <bruno@clisp.org>
37959
37960         * gnulib-tool (func_import, func_create_testdir): Create directories
37961         also for files in subdirectories of lib/.
37962
37963 2006-11-05  Bruno Haible  <bruno@clisp.org>
37964
37965         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
37966         ANSI C compliant.
37967
37968 2006-11-03  Bruno Haible  <bruno@clisp.org>
37969
37970         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
37971         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
37972         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
37973         (xnboundedmalloc): New inline function.
37974         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
37975         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
37976         xmalloc.
37977         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
37978         xmalloc.
37979         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
37980         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
37981         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
37982         xmalloc.
37983         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37984         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
37985         xmalloc.
37986         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
37987         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37988         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
37989         xmalloc.
37990         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
37991         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
37992         gl_tree_add_after): Use XMALLOC instead of xmalloc.
37993         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
37994         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
37995         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
37996         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
37997
37998 2006-11-03  Bruno Haible  <bruno@clisp.org>
37999
38000         * lib/c-ctype.h [C++]: Define functions without name mangling.
38001         * lib/fwriteerror.h [C++]: Likewise.
38002         * lib/gcd.h [C++]: Likewise.
38003         * lib/linebreak.h [C++]: Likewise.
38004
38005 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
38006
38007         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
38008         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
38009         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
38010         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
38011         Check for functions and headers just once.
38012         Check for declaration of canonicalize_file_name.
38013         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
38014
38015 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38016
38017         * gnulib-tool (func_import): Fix typo in actioncmd.
38018
38019 2006-11-02  Bruno Haible  <bruno@clisp.org>
38020
38021         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
38022         newline sequence in the Makefile.am snippet as a space, like "make"
38023         does.
38024         Reported by Roger Persson <perrog@gmail.com>.
38025
38026 2006-11-01  Bruno Haible  <bruno@clisp.org>
38027
38028         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
38029         already declared in <string.h>.
38030         * lib/strcase.h (strncasecmp): Don't declare it if yes.
38031
38032 2006-11-01  Bruno Haible  <bruno@clisp.org>
38033
38034         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
38035         * lib/strcase.h: Include <string.h>.
38036         (strcasecmp): Define to rpl_strcasecmp here.
38037
38038 2006-11-01  Bruno Haible  <bruno@clisp.org>
38039
38040         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
38041
38042 2006-11-01  Eric Blake  <ebb9@byu.net>
38043
38044         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
38045
38046         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
38047
38048 2006-10-29  Bruno Haible  <bruno@clisp.org>
38049
38050         Make it compile in C++ mode.
38051         * lib/full-write.c (full_rw): Add a cast.
38052
38053 2006-11-01  Bruno Haible  <bruno@clisp.org>
38054
38055         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
38056         be POSIX compliant.
38057         Reported by Roger Persson <perrog@gmail.com>.
38058
38059 2006-11-01  Eric Blake  <ebb9@byu.net>
38060
38061         * lib/getopt_.h: Fix comments.
38062
38063 2006-10-31  Eric Blake  <ebb9@byu.net>
38064
38065         * modules/tmpdir (Depends-on): Add sys_stat.
38066         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
38067         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
38068         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
38069         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
38070         tempname.
38071
38072 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
38073
38074         Avoid some C++ diagnostics reported by Bruno Haible.
38075         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
38076         xmalloc.
38077         (quotearg_alloc): Use xcharalloc rather than xmalloc.
38078         (struct slotvec): Move to top level.
38079         (quotearg_n_options): Rewrite to avoid xmalloc.
38080         * lib/xalloc.h (xcharalloc): New function.
38081         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
38082         [defined __cplusplus]: Add function template that provides result
38083         type propagation.  This part of the change is from Bruno Haible.
38084
38085 2006-10-29  Bruno Haible  <bruno@clisp.org>
38086
38087         Make it compile in C++ mode.
38088         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
38089         * lib/strnlen1.c (strnlen1): Cast memchr result.
38090         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
38091         * lib/clean-temp.c (string_equals, string_hash): Add casts.
38092         (create_temp_dir): Rename local variable 'template'.
38093         (compile_csharp_using_sscli): Add cast.
38094         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
38095         * lib/findprog.c (find_in_path): Likewise.
38096         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
38097         * lib/wait-process.c (register_slave_subprocess): Likewise.
38098
38099 2006-10-22  Bruno Haible  <bruno@clisp.org>
38100
38101         * modules/tsearch: New file.
38102         * lib/tsearch.h: New file.
38103         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
38104         * m4/tsearch.m4: New file.
38105         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
38106
38107 2006-10-29  Eric Blake  <ebb9@byu.net>
38108
38109         * lib/arcfour.c: Assume config.h.
38110         * lib/arctwo.c: Likewise.
38111         * lib/base64.c: Likewise.
38112         * lib/check-version.c: Likewise.
38113         * lib/crc.c: Likewise.
38114         * lib/des.c: Likewise.
38115         * lib/gc-gnulib.c: Likewise.
38116         * lib/gc-libgcrypt.c: Likewise.
38117         * lib/gc-pbkdf2-sha1.c: Likewise.
38118         * lib/getaddrinfo.c: Likewise.
38119         * lib/getdelim.c: Likewise.
38120         * lib/getline.c: Likewise.
38121         * lib/hmac-md5.c: Likewise.
38122         * lib/hmac-sha1.c: Likewise.
38123         * lib/iconvme.c: Likewise.
38124         * lib/md2.c: Likewise.
38125         * lib/md4.c: Likewise.
38126         * lib/memxor.c: Likewise.
38127         * lib/read-file.c: Likewise.
38128         * lib/readline.c: Likewise.
38129         * lib/rijndael-alg-fst.c: Likewise.
38130         * lib/rijndael-api-fst.c: Likewise.
38131         * lib/xgetdomainname.c: Likewise.
38132
38133 2006-10-28  Eric Blake  <ebb9@byu.net>
38134
38135         * lib/xstrndup.c: Assume config.h.
38136
38137 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
38138
38139         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
38140         stat-macros.h is now for our own macros, whereas stat_h is for
38141         macros in the <sys/stat.h> name space.
38142         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
38143         (STAT_MACROS_H): Remove.
38144         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
38145         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
38146         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
38147         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
38148         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
38149         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
38150         Move these macros to ...
38151         * lib/stat_.h: here.  Don't include stat-macros.h.
38152         * lib/canonicalize.c: Don't include stat-macros.h.
38153         * lib/chown.c: Likewise.
38154         * lib/euidaccess.c: Likewise.
38155         * lib/file-type.c: Likewise.
38156         * lib/filemode.c: Likewise.
38157         * lib/glob.c: Likewise.
38158         * lib/isapipe.c: Likewise.
38159         * lib/lchown.c: Likewise.
38160         * lib/lstat.c: Likewise.
38161         * lib/mkdir-p.c: Likewise.
38162         * lib/rmdir.c: Likewise.
38163         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
38164         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
38165         unless mkdir isn't declared, to speed up 'configure'.
38166         Always create sys/stat.h, since it's unlikely any real sys/stat.h
38167         would define all the S_* symbols.
38168         * modules/canonicalize (Depends-on):
38169         Depend on sys_stat, not stat-macros.
38170         * modules/chown: Likewise.
38171         * modules/euidaccess: Likewise.
38172         * modules/filemode: Likewise.
38173         * modules/file-type: Likewise.
38174         * modules/glob: Likewise.
38175         * modules/isapipe: Likewise.
38176         * modules/lchown: Likewise.
38177         * modules/lstat: Likewise.
38178         * modules/mkancesdirs: Likewise.
38179         * modules/rmdir: Likewise.
38180         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
38181         * modules/modechange: Likewise.
38182         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
38183         (configure.ac): Remove gl_STAT_MACROS.
38184         * modules/sys_stat (Depends-on): Remove stat-macros.
38185
38186 2006-10-27  Bruno Haible  <bruno@clisp.org>
38187
38188         * m4/signed.m4: Remove file.
38189         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
38190         invocation.
38191         * modules/vasnprintf (Files): Remove m4/signed.m4.
38192
38193 2006-10-27  Bruno Haible  <bruno@clisp.org>
38194
38195         Update to GNU gettext 0.16.
38196         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
38197         m4/inttypes-h.m4, m4/signed.m4.
38198         * m4/gettext.m4: Update to GNU gettext 0.16.
38199         * m4/intl.m4: New file, from GNU gettext.
38200         * m4/intldir.m4: New file, from GNU gettext.
38201         * config/srclist.txt: Update
38202
38203 2006-10-27  Eric Blake  <ebb9@byu.net>
38204
38205         * MODULES.html.sh: Document tempname.
38206         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
38207         dependencies.
38208         (Files): Move lib/tempname.c...
38209         * modules/tempname: ...to this new module.
38210         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
38211         (gl_PREREQ_TEMPNAME): Move...
38212         * m4/tempname.m4: ...to this new file.
38213         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
38214         * modules/sys_stat (Depends-on): Add stat-macros.
38215         * lib/stat_.h (includes): Pick up stat macros.
38216         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
38217         if stat macros are broken.
38218         * lib/tempname.c (includes): No need to include "stat-macros.h".
38219         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
38220         (direxists, __path_search) [!_LIBC]: Don't compile these in
38221         gnulib; the tmpdir module covers that.
38222         * lib/tempname.h: New file.
38223
38224 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
38225
38226         * COPYING: Explain how gnulib-tool converts licence headers.
38227         Almost all wording by Eric Blake.
38228
38229 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
38230
38231         * lib/mbchar.h (is_basic_table): Make read-only.
38232         * lib/mbchar.c (is_basic_table): Likewise.
38233         Reported by John Darrington.
38234
38235 2006-10-25  Bruno Haible  <bruno@clisp.org>
38236
38237         * lib/progname.h (set_program_name): Undefine before defining.
38238
38239 2006-10-25  Bruno Haible  <bruno@clisp.org>
38240
38241         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
38242         false for non-gcc C++ compilers.
38243         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
38244
38245 2006-10-24  Bruno Haible  <bruno@clisp.org>
38246
38247         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
38248         iconv implementations like Irix iconv.
38249
38250 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38251
38252         * modules/vararrays: New file.
38253         * m4/vararrays.m4: New file, taken from diffutils.
38254         * MODULES.html.sh: New module vararrays.
38255
38256 2006-10-24  Karl Berry  <karl@gnu.org>
38257
38258         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
38259         Don't call GNU Unix.
38260
38261 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38262
38263         * users.txt: Add Libtool.
38264
38265         Sync from Libtool:
38266
38267         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38268
38269         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
38270         to gnulib's policy of including config.h unconditionally.
38271
38272 2006-10-24  Bruno Haible  <bruno@clisp.org>
38273
38274         * modules/wcwidth (Files): Add m4/wint_t.m4.
38275         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
38276         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
38277
38278 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
38279
38280         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
38281         to pacify GCC with some -W flags enabled.  Problem reported by
38282         Bruno Haible.
38283
38284 2006-10-24  Jim Meyering  <jim@meyering.net>
38285
38286         * MODULES.html.sh: Remove uinttostr.  It's not a module.
38287         Reported by Karl Berry.
38288
38289 2006-10-23  Bruno Haible  <bruno@clisp.org>
38290
38291         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
38292
38293 2006-10-24  Bruno Haible  <bruno@clisp.org>
38294
38295         * lib/gl_list.h: Use C comment style, not C++ comment style.
38296
38297 2006-10-23  Eric Blake  <ebb9@byu.net>
38298
38299         * lib/getaddrinfo.c (includes): Add missing include.
38300
38301 2006-10-23  Bruno Haible  <bruno@clisp.org>
38302             Paul Eggert  <eggert@cs.ucla.edu>
38303
38304         Ability to rename obstack_free.
38305         * lib/obstack.h (__obstack_free): New macro. Declare instead of
38306         obstack_free.
38307         (obstack_free): Invoke the __obstack_free macro.
38308         * lib/obstack.c (obstack_free): Use __obstack_free macro.
38309
38310 2006-10-23  Bruno Haible  <bruno@clisp.org>
38311             Paul Eggert  <eggert@cs.ucla.edu>
38312
38313         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
38314         __argc, __argv from the declaration. (They are defined as macros on
38315         mingw.)
38316
38317 2006-10-22  Bruno Haible  <bruno@clisp.org>
38318
38319         * doc/gnulib-intro.texi: New file.
38320         * doc/gnulib.texi: Include it.
38321
38322 2006-10-21  Bruno Haible  <bruno@clisp.org>
38323
38324         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
38325         "Introduction", "Miscellanous Notes", "Particular Modules".
38326
38327 2006-10-21  Bruno Haible  <bruno@clisp.org>
38328
38329         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
38330         Change mostlyclean-local rule to avoid sh syntax error from bash
38331         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
38332
38333 2006-10-23  Jim Meyering  <jim@meyering.net>
38334
38335         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
38336         in place of snprintf.
38337
38338         * modules/inttostr (Files): Add lib/uinttostr.c.
38339         * lib/uinttostr.c (inttostr): New file/function.
38340         * lib/inttostr.h (uinttostr): Declare.
38341         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
38342         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
38343         Add uinttostr.
38344         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
38345
38346 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
38347
38348         * lib/canonicalize.c (ELOOP): Define if not already defined.
38349         Problem reported by Bruno Haible in
38350         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
38351
38352 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
38353
38354         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
38355         Problem reported by Perry Smith and Ville Laurikari.
38356
38357         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
38358         uses.
38359
38360 2006-10-19  Bruno Haible  <bruno@clisp.org>
38361
38362         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
38363         for mingw.
38364
38365 2006-10-19  Bruno Haible  <bruno@clisp.org>
38366
38367         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
38368         Needed for mingw.
38369
38370 2006-10-19  Bruno Haible  <bruno@clisp.org>
38371
38372         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
38373
38374 2006-10-19  Bruno Haible  <bruno@clisp.org>
38375
38376         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
38377         it.
38378
38379 2006-10-19  Bruno Haible  <bruno@clisp.org>
38380
38381         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
38382         invocation.
38383
38384 2006-10-19  Bruno Haible  <bruno@clisp.org>
38385
38386         * gnulib-tool (func_create_testdir): Don't include ftruncate and
38387         mountlist by default.
38388
38389 2006-10-16  Bruno Haible  <bruno@clisp.org>
38390
38391         * lib/c-strstr.c: Include c-strstr.h.
38392
38393 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
38394
38395         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
38396         in a slash.
38397
38398 2006-10-18  Bruno Haible  <bruno@clisp.org>
38399
38400         * lib/lock.h [C++]: Wrap definitions in extern "C".
38401
38402 2006-10-18  Bruno Haible  <bruno@clisp.org>
38403
38404         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
38405         gl_LIBOBJS list.
38406
38407 2006-10-18  Bruno Haible  <bruno@clisp.org>
38408
38409         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
38410
38411 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
38412
38413         * lib/xstrtol.h: Include gettext.h.
38414         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
38415         Problem reported by Eric Blake.
38416         * modules/xstrtol (Depends-on): Add gettext-h.
38417
38418 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
38419
38420         * lib/strftime.c (advance): New macro.
38421         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
38422         incomplete type, so you can't add 0 to it.  Problem and patch
38423         reported by Eelco Dolstra for dietlibc.
38424
38425 2006-10-18  Jim Meyering  <jim@meyering.net>
38426
38427         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
38428         type for a local, and rename it: s/up/user_proc/.
38429
38430 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
38431
38432         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
38433         READ_UTMP_USER_PROCESS.
38434         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
38435
38436 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
38437
38438         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
38439         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
38440
38441 2006-10-17  Eric Blake  <ebb9@byu.net>
38442
38443         * lib/sigprocmask.c (sigprocmask): Fix typo.
38444
38445         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
38446
38447         * modules/clean-temp (Makefile.am): Don't add to make output...
38448         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
38449         config.h.
38450
38451 2006-10-17  Bruno Haible  <bruno@clisp.org>
38452
38453         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
38454         differently if DEFAULT_TEXT_DOMAIN is set.
38455
38456 2006-10-16  Bruno Haible  <bruno@clisp.org>
38457
38458         * lib/clean-temp.c: Include fwriteerror.h.
38459
38460 2006-10-16  Bruno Haible  <bruno@clisp.org>
38461
38462         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
38463
38464 2006-10-16  Bruno Haible  <bruno@clisp.org>
38465
38466         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
38467         * lib/sigprocmask.h: Include <sys/types.h>.
38468         (sigset_t): Use the system's definition if present.
38469
38470 2006-10-17  Eric Blake  <ebb9@byu.net>
38471
38472         * lib/xvasprintf.c (includes): Assume config.h.
38473         * lib/xasprintf.c (includes): Likewise.
38474
38475 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
38476
38477         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
38478         at least as wide as intmax_t.
38479
38480 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
38481
38482         (Imported from Automake.)
38483         * build-aux/gnupload: Update to version 1.1 of directive file.
38484
38485 2006-10-16  Eric Blake  <ebb9@byu.net>
38486
38487         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
38488         match Automake 1.10a.
38489
38490 2006-10-14  Bruno Haible  <bruno@clisp.org>
38491
38492         * modules/sigprocmask: New file.
38493         * lib/sigprocmask.h: New file.
38494         * lib/sigprocmask.c: New file.
38495         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
38496         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
38497         request sigprocmask.o.
38498         (gl_PREREQ_SIGPROCMASK): New macro.
38499         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
38500         (Depends-on): Add sigprocmask.
38501         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
38502         gt_SIGNALBLOCKING. Test for 'raise' only once.
38503         * lib/fatal-signal.c: Include sigprocmask.h.
38504         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
38505         unblock_fatal_signals): Define always.
38506         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38507         sigprocmask.
38508
38509 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
38510
38511         Sync from Automake.
38512         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
38513         which incorrectly sets the mode of an existing destination
38514         directory.  In some cases the unpatched install-sh could do the
38515         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
38516         system.  We hope this is rare in practice, but it's clearly worth
38517         fixing.  Problem reported by Alex Unleashed in
38518         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
38519         Also, don't bother to check for -m bugs unless we're using -m;
38520         suggested by Stepan Kasal.
38521
38522 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38523
38524         Sync from Automake.
38525         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
38526         `-c' flag, so they appear at the same position as in %FASTDEP%
38527         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
38528         which ignores unknown options only after the first non-option.
38529         Bug report against M4 by Nelson H. F. Beebe.
38530
38531 2006-10-13  Jim Meyering  <jim@meyering.net>
38532
38533         Fix a bug in yesterday's change.
38534         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
38535         p->fts_statp->st_dev would be used uninitialized.
38536         Ensures that we always call fts_stat on the very first entry.
38537         Miklos Szeredi reported that find -xdev stopped working.
38538
38539 2006-10-12  Bruno Haible  <bruno@clisp.org>
38540
38541         * gnulib-tool (func_get_automake_snippet): Append an automatically
38542         computed EXTRA_DIST augmentation.
38543         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
38544         * modules/alloca-opt (Makefile.am): Likewise.
38545         * modules/allocsa (Makefile.am): Likewise.
38546         * modules/arcfour (Makefile.am): Likewise.
38547         * modules/arctwo (Makefile.am): Likewise.
38548         * modules/argmatch (Makefile.am): Likewise.
38549         * modules/argz (Makefile.am): Likewise.
38550         * modules/atexit (Makefile.am): Likewise.
38551         * modules/backupfile (Makefile.am): Likewise.
38552         * modules/byteswap (Makefile.am): Likewise.
38553         * modules/c-strtod (Makefile.am): Likewise.
38554         * modules/c-strtold (Makefile.am): Likewise.
38555         * modules/calloc (Makefile.am): Likewise.
38556         * modules/canon-host (Makefile.am): Likewise.
38557         * modules/canonicalize (Makefile.am): Likewise.
38558         * modules/chdir-long (Makefile.am): Likewise.
38559         * modules/chdir-safer (Makefile.am): Likewise.
38560         * modules/check-version (Makefile.am): Likewise.
38561         * modules/chown (Makefile.am): Likewise.
38562         * modules/cloexec (Makefile.am): Likewise.
38563         * modules/close-stream (Makefile.am): Likewise.
38564         * modules/closeout (Makefile.am): Likewise.
38565         * modules/crc (Makefile.am): Likewise.
38566         * modules/csharpexec (Makefile.am): Likewise.
38567         * modules/cycle-check (Makefile.am): Likewise.
38568         * modules/des (Makefile.am): Likewise.
38569         * modules/dev-ino (Makefile.am): Likewise.
38570         * modules/dirfd (Makefile.am): Likewise.
38571         * modules/dirname (Makefile.am): Likewise.
38572         * modules/dup2 (Makefile.am): Likewise.
38573         * modules/eealloc (Makefile.am): Likewise.
38574         * modules/error (Makefile.am): Likewise.
38575         * modules/euidaccess (Makefile.am): Likewise.
38576         * modules/exclude (Makefile.am): Likewise.
38577         * modules/exitfail (Makefile.am): Likewise.
38578         * modules/fcntl-safer (Makefile.am): Likewise.
38579         * modules/fcntl (Makefile.am): Likewise.
38580         * modules/file-type (Makefile.am): Likewise.
38581         * modules/fileblocks (Makefile.am): Likewise.
38582         * modules/filemode (Makefile.am): Likewise.
38583         * modules/filenamecat (Makefile.am): Likewise.
38584         * modules/fnmatch (Makefile.am): Likewise.
38585         * modules/fopen-safer (Makefile.am): Likewise.
38586         * modules/fpending (Makefile.am): Likewise.
38587         * modules/fprintftime (Makefile.am): Likewise.
38588         * modules/free (Makefile.am): Likewise.
38589         * modules/fsusage (Makefile.am): Likewise.
38590         * modules/ftruncate (Makefile.am): Likewise.
38591         * modules/fts (Makefile.am): Likewise.
38592         * modules/gc-arcfour (Makefile.am): Likewise.
38593         * modules/gc-des (Makefile.am): Likewise.
38594         * modules/gc-hmac-md5 (Makefile.am): Likewise.
38595         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
38596         * modules/gc-md4 (Makefile.am): Likewise.
38597         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38598         * modules/gc-sha1 (Makefile.am): Likewise.
38599         * modules/gc (Makefile.am): Likewise.
38600         * modules/getaddrinfo (Makefile.am): Likewise.
38601         * modules/getcwd (Makefile.am): Likewise.
38602         * modules/getdelim (Makefile.am): Likewise.
38603         * modules/getdomainname (Makefile.am): Likewise.
38604         * modules/getgroups (Makefile.am): Likewise.
38605         * modules/gethostname (Makefile.am): Likewise.
38606         * modules/gethrxtime (Makefile.am): Likewise.
38607         * modules/getline (Makefile.am): Likewise.
38608         * modules/getloadavg (Makefile.am): Likewise.
38609         * modules/getlogin_r (Makefile.am): Likewise.
38610         * modules/getndelim2 (Makefile.am): Likewise.
38611         * modules/getopt (Makefile.am): Likewise.
38612         * modules/getpagesize (Makefile.am): Likewise.
38613         * modules/getpass-gnu (Makefile.am): Likewise.
38614         * modules/getpass (Makefile.am): Likewise.
38615         * modules/getsubopt (Makefile.am): Likewise.
38616         * modules/gettime (Makefile.am): Likewise.
38617         * modules/gettimeofday (Makefile.am): Likewise.
38618         * modules/getugroups (Makefile.am): Likewise.
38619         * modules/getusershell (Makefile.am): Likewise.
38620         * modules/glob (Makefile.am): Likewise.
38621         * modules/group-member (Makefile.am): Likewise.
38622         * modules/hard-locale (Makefile.am): Likewise.
38623         * modules/hash (Makefile.am): Likewise.
38624         * modules/hmac-md5 (Makefile.am): Likewise.
38625         * modules/hmac-sha1 (Makefile.am): Likewise.
38626         * modules/human (Makefile.am): Likewise.
38627         * modules/idcache (Makefile.am): Likewise.
38628         * modules/imaxabs (Makefile.am): Likewise.
38629         * modules/imaxdiv (Makefile.am): Likewise.
38630         * modules/inet_ntop (Makefile.am): Likewise.
38631         * modules/inet_pton (Makefile.am): Likewise.
38632         * modules/intprops (Makefile.am): Likewise.
38633         * modules/inttostr (Makefile.am): Likewise.
38634         * modules/inttypes (Makefile.am): Likewise.
38635         * modules/isapipe (Makefile.am): Likewise.
38636         * modules/javaversion (Makefile.am): Likewise.
38637         * modules/lchmod (Makefile.am): Likewise.
38638         * modules/lchown (Makefile.am): Likewise.
38639         * modules/localcharset (Makefile.am): Likewise.
38640         * modules/long-options (Makefile.am): Likewise.
38641         * modules/lstat (Makefile.am): Likewise.
38642         * modules/malloc (Makefile.am): Likewise.
38643         * modules/mathl (Makefile.am): Likewise.
38644         * modules/mbchar (Makefile.am): Likewise.
38645         * modules/md2 (Makefile.am): Likewise.
38646         * modules/md4 (Makefile.am): Likewise.
38647         * modules/md5 (Makefile.am): Likewise.
38648         * modules/memcasecmp (Makefile.am): Likewise.
38649         * modules/memchr (Makefile.am): Likewise.
38650         * modules/memcmp (Makefile.am): Likewise.
38651         * modules/memcoll (Makefile.am): Likewise.
38652         * modules/memcpy (Makefile.am): Likewise.
38653         * modules/memmem (Makefile.am): Likewise.
38654         * modules/memmove (Makefile.am): Likewise.
38655         * modules/mempcpy (Makefile.am): Likewise.
38656         * modules/memrchr (Makefile.am): Likewise.
38657         * modules/memset (Makefile.am): Likewise.
38658         * modules/memxor (Makefile.am): Likewise.
38659         * modules/mkancesdirs (Makefile.am): Likewise.
38660         * modules/mkdir-p (Makefile.am): Likewise.
38661         * modules/mkdir (Makefile.am): Likewise.
38662         * modules/mkdtemp (Makefile.am): Likewise.
38663         * modules/mkstemp (Makefile.am): Likewise.
38664         * modules/mktime (Makefile.am): Likewise.
38665         * modules/modechange (Makefile.am): Likewise.
38666         * modules/mountlist (Makefile.am): Likewise.
38667         * modules/nanosleep (Makefile.am): Likewise.
38668         * modules/obstack (Makefile.am): Likewise.
38669         * modules/openat (Makefile.am): Likewise.
38670         * modules/pagealign_alloc (Makefile.am): Likewise.
38671         * modules/pathmax (Makefile.am): Likewise.
38672         * modules/physmem (Makefile.am): Likewise.
38673         * modules/poll (Makefile.am): Likewise.
38674         * modules/posixtm (Makefile.am): Likewise.
38675         * modules/posixver (Makefile.am): Likewise.
38676         * modules/putenv (Makefile.am): Likewise.
38677         * modules/quote (Makefile.am): Likewise.
38678         * modules/quotearg (Makefile.am): Likewise.
38679         * modules/raise (Makefile.am): Likewise.
38680         * modules/read-file (Makefile.am): Likewise.
38681         * modules/readline (Makefile.am): Likewise.
38682         * modules/readlink (Makefile.am): Likewise.
38683         * modules/readtokens (Makefile.am): Likewise.
38684         * modules/readutmp (Makefile.am): Likewise.
38685         * modules/realloc (Makefile.am): Likewise.
38686         * modules/regex (Makefile.am): Likewise.
38687         * modules/rename-dest-slash (Makefile.am): Likewise.
38688         * modules/rename (Makefile.am): Likewise.
38689         * modules/rijndael (Makefile.am): Likewise.
38690         * modules/rmdir (Makefile.am): Likewise.
38691         * modules/rpmatch (Makefile.am): Likewise.
38692         * modules/safe-read (Makefile.am): Likewise.
38693         * modules/safe-write (Makefile.am): Likewise.
38694         * modules/same-inode (Makefile.am): Likewise.
38695         * modules/same (Makefile.am): Likewise.
38696         * modules/save-cwd (Makefile.am): Likewise.
38697         * modules/savedir (Makefile.am): Likewise.
38698         * modules/setenv (Makefile.am): Likewise.
38699         * modules/settime (Makefile.am): Likewise.
38700         * modules/sha1 (Makefile.am): Likewise.
38701         * modules/sig2str (Makefile.am): Likewise.
38702         * modules/snprintf (Makefile.am): Likewise.
38703         * modules/stat-macros (Makefile.am): Likewise.
38704         * modules/stat-time (Makefile.am): Likewise.
38705         * modules/stdbool (Makefile.am): Likewise.
38706         * modules/stdint (Makefile.am): Likewise.
38707         * modules/stdlib-safer (Makefile.am): Likewise.
38708         * modules/stpcpy (Makefile.am): Likewise.
38709         * modules/stpncpy (Makefile.am): Likewise.
38710         * modules/strcase (Makefile.am): Likewise.
38711         * modules/strcasestr (Makefile.am): Likewise.
38712         * modules/strchrnul (Makefile.am): Likewise.
38713         * modules/strcspn (Makefile.am): Likewise.
38714         * modules/strdup (Makefile.am): Likewise.
38715         * modules/strerror (Makefile.am): Likewise.
38716         * modules/strftime (Makefile.am): Likewise.
38717         * modules/strndup (Makefile.am): Likewise.
38718         * modules/strnlen (Makefile.am): Likewise.
38719         * modules/strpbrk (Makefile.am): Likewise.
38720         * modules/strsep (Makefile.am): Likewise.
38721         * modules/strstr (Makefile.am): Likewise.
38722         * modules/strtod (Makefile.am): Likewise.
38723         * modules/strtoimax (Makefile.am): Likewise.
38724         * modules/strtok_r (Makefile.am): Likewise.
38725         * modules/strtol (Makefile.am): Likewise.
38726         * modules/strtoll (Makefile.am): Likewise.
38727         * modules/strtoul (Makefile.am): Likewise.
38728         * modules/strtoull (Makefile.am): Likewise.
38729         * modules/strtoumax (Makefile.am): Likewise.
38730         * modules/strverscmp (Makefile.am): Likewise.
38731         * modules/sys_socket (Makefile.am): Likewise.
38732         * modules/sys_stat (Makefile.am): Likewise.
38733         * modules/sysexits (Makefile.am): Likewise.
38734         * modules/time_r (Makefile.am): Likewise.
38735         * modules/timegm (Makefile.am): Likewise.
38736         * modules/timespec (Makefile.am): Likewise.
38737         * modules/tmpfile-safer (Makefile.am): Likewise.
38738         * modules/trim (Makefile.am): Likewise.
38739         * modules/unistd-safer (Makefile.am): Likewise.
38740         * modules/unlinkdir (Makefile.am): Likewise.
38741         * modules/unlocked-io (Makefile.am): Likewise.
38742         * modules/userspec (Makefile.am): Likewise.
38743         * modules/utime (Makefile.am): Likewise.
38744         * modules/utimecmp (Makefile.am): Likewise.
38745         * modules/utimens (Makefile.am): Likewise.
38746         * modules/vasnprintf (Makefile.am): Likewise.
38747         * modules/vasprintf (Makefile.am): Likewise.
38748         * modules/vsnprintf (Makefile.am): Likewise.
38749         * modules/xalloc (Makefile.am): Likewise.
38750         * modules/xgetcwd (Makefile.am): Likewise.
38751         * modules/xnanosleep (Makefile.am): Likewise.
38752         * modules/xreadlink (Makefile.am): Likewise.
38753         * modules/xstrtod (Makefile.am): Likewise.
38754         * modules/xstrtol (Makefile.am): Likewise.
38755         * modules/xstrtold (Makefile.am): Likewise.
38756         * modules/yesno (Makefile.am): Likewise.
38757         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
38758
38759 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
38760
38761         * modules/error (Makefile.am): Distribute files through
38762         EXTRA_DIST, not lib_SOURCES.
38763
38764 2006-10-12  Eric Blake  <ebb9@byu.net>
38765
38766         * modules/error (Makefile.am): Distribute files in /lib.
38767         * modules/obstack (Makefile.am): Likewise.
38768
38769 2006-10-12  Bruno Haible  <bruno@clisp.org>
38770
38771         * modules/acl (Makefile.am): Distribute all files in lib/ through
38772         EXTRA_DIST.
38773         * modules/arcfour (Makefile.am): Likewise.
38774         * modules/arctwo (Makefile.am): Likewise.
38775         * modules/argmatch (Makefile.am): Likewise.
38776         * modules/argz (Makefile.am): Likewise.
38777         * modules/atexit (Makefile.am): Likewise.
38778         * modules/backupfile (Makefile.am): Likewise.
38779         * modules/c-strtod (Makefile.am): Likewise.
38780         * modules/c-strtold (Makefile.am): Likewise.
38781         * modules/calloc (Makefile.am): Likewise.
38782         * modules/canon-host (Makefile.am): Likewise.
38783         * modules/canonicalize (Makefile.am): Likewise.
38784         * modules/chdir-long (Makefile.am): Likewise.
38785         * modules/chdir-safer (Makefile.am): Likewise.
38786         * modules/check-version (Makefile.am): Likewise.
38787         * modules/chown (Makefile.am): Likewise.
38788         * modules/cloexec (Makefile.am): Likewise.
38789         * modules/close-stream (Makefile.am): Likewise.
38790         * modules/closeout (Makefile.am): Likewise.
38791         * modules/crc (Makefile.am): Likewise.
38792         * modules/cycle-check (Makefile.am): Likewise.
38793         * modules/des (Makefile.am): Likewise.
38794         * modules/dirfd (Makefile.am): Likewise.
38795         * modules/dirname (Makefile.am): Likewise.
38796         * modules/dup2 (Makefile.am): Likewise.
38797         * modules/euidaccess (Makefile.am): Likewise.
38798         * modules/exclude (Makefile.am): Likewise.
38799         * modules/exitfail (Makefile.am): Likewise.
38800         * modules/fcntl-safer (Makefile.am): Likewise.
38801         * modules/file-type (Makefile.am): Likewise.
38802         * modules/fileblocks (Makefile.am): Likewise.
38803         * modules/filemode (Makefile.am): Likewise.
38804         * modules/filenamecat (Makefile.am): Likewise.
38805         * modules/fnmatch (Makefile.am): Likewise.
38806         * modules/fopen-safer (Makefile.am): Likewise.
38807         * modules/fpending (Makefile.am): Likewise.
38808         * modules/fprintftime (Makefile.am): Likewise.
38809         * modules/free (Makefile.am): Likewise.
38810         * modules/fsusage (Makefile.am): Likewise.
38811         * modules/ftruncate (Makefile.am): Likewise.
38812         * modules/fts (Makefile.am): Likewise.
38813         * modules/gc (Makefile.am): Likewise.
38814         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
38815         * modules/getaddrinfo (Makefile.am): Likewise.
38816         * modules/getcwd (Makefile.am): Likewise.
38817         * modules/getdelim (Makefile.am): Likewise.
38818         * modules/getdomainname (Makefile.am): Likewise.
38819         * modules/getgroups (Makefile.am): Likewise.
38820         * modules/gethostname (Makefile.am): Likewise.
38821         * modules/gethrxtime (Makefile.am): Likewise.
38822         * modules/getline (Makefile.am): Likewise.
38823         * modules/getloadavg (Makefile.am): Likewise.
38824         * modules/getlogin_r (Makefile.am): Likewise.
38825         * modules/getopt (Makefile.am): Likewise.
38826         * modules/getpass (Makefile.am): Likewise.
38827         * modules/getpass-gnu (Makefile.am): Likewise.
38828         * modules/getsubopt (Makefile.am): Likewise.
38829         * modules/gettime (Makefile.am): Likewise.
38830         * modules/gettimeofday (Makefile.am): Likewise.
38831         * modules/getugroups (Makefile.am): Likewise.
38832         * modules/getusershell (Makefile.am): Likewise.
38833         * modules/glob (Makefile.am): Likewise.
38834         * modules/group-member (Makefile.am): Likewise.
38835         * modules/hard-locale (Makefile.am): Likewise.
38836         * modules/hash (Makefile.am): Likewise.
38837         * modules/hmac-md5 (Makefile.am): Likewise.
38838         * modules/hmac-sha1 (Makefile.am): Likewise.
38839         * modules/human (Makefile.am): Likewise.
38840         * modules/idcache (Makefile.am): Likewise.
38841         * modules/imaxabs (Makefile.am): Likewise.
38842         * modules/imaxdiv (Makefile.am): Likewise.
38843         * modules/inet_ntop (Makefile.am): Likewise.
38844         * modules/inet_pton (Makefile.am): Likewise.
38845         * modules/inttostr (Makefile.am): Likewise.
38846         * modules/isapipe (Makefile.am): Likewise.
38847         * modules/lchown (Makefile.am): Likewise.
38848         * modules/long-options (Makefile.am): Likewise.
38849         * modules/lstat (Makefile.am): Likewise.
38850         * modules/malloc (Makefile.am): Likewise.
38851         * modules/mathl (Makefile.am): Likewise.
38852         * modules/mbchar (Makefile.am): Likewise.
38853         * modules/md2 (Makefile.am): Likewise.
38854         * modules/md4 (Makefile.am): Likewise.
38855         * modules/md5 (Makefile.am): Likewise.
38856         * modules/memcasecmp (Makefile.am): Likewise.
38857         * modules/memchr (Makefile.am): Likewise.
38858         * modules/memcmp (Makefile.am): Likewise.
38859         * modules/memcoll (Makefile.am): Likewise.
38860         * modules/memcpy (Makefile.am): Likewise.
38861         * modules/memmem (Makefile.am): Likewise.
38862         * modules/memmove (Makefile.am): Likewise.
38863         * modules/mempcpy (Makefile.am): Likewise.
38864         * modules/memrchr (Makefile.am): Likewise.
38865         * modules/memset (Makefile.am): Likewise.
38866         * modules/memxor (Makefile.am): Likewise.
38867         * modules/mkancesdirs (Makefile.am): Likewise.
38868         * modules/mkdir (Makefile.am): Likewise.
38869         * modules/mkdir-p (Makefile.am): Likewise.
38870         * modules/mkdtemp (Makefile.am): Likewise.
38871         * modules/mkstemp (Makefile.am): Likewise.
38872         * modules/mktime (Makefile.am): Likewise.
38873         * modules/modechange (Makefile.am): Likewise.
38874         * modules/mountlist (Makefile.am): Likewise.
38875         * modules/nanosleep (Makefile.am): Likewise.
38876         * modules/openat (Makefile.am): Likewise.
38877         * modules/pagealign_alloc (Makefile.am): Likewise.
38878         * modules/physmem (Makefile.am): Likewise.
38879         * modules/poll (Makefile.am): Likewise.
38880         * modules/posixtm (Makefile.am): Likewise.
38881         * modules/posixver (Makefile.am): Likewise.
38882         * modules/putenv (Makefile.am): Likewise.
38883         * modules/quote (Makefile.am): Likewise.
38884         * modules/quotearg (Makefile.am): Likewise.
38885         * modules/raise (Makefile.am): Likewise.
38886         * modules/read-file (Makefile.am): Likewise.
38887         * modules/readline (Makefile.am): Likewise.
38888         * modules/readlink (Makefile.am): Likewise.
38889         * modules/readtokens (Makefile.am): Likewise.
38890         * modules/readutmp (Makefile.am): Likewise.
38891         * modules/realloc (Makefile.am): Likewise.
38892         * modules/regex (Makefile.am): Likewise.
38893         * modules/rename (Makefile.am): Likewise.
38894         * modules/rename-dest-slash (Makefile.am): Likewise.
38895         * modules/rijndael (Makefile.am): Likewise.
38896         * modules/rmdir (Makefile.am): Likewise.
38897         * modules/rpmatch (Makefile.am): Likewise.
38898         * modules/safe-read (Makefile.am): Likewise.
38899         * modules/safe-write (Makefile.am): Likewise.
38900         * modules/same (Makefile.am): Likewise.
38901         * modules/save-cwd (Makefile.am): Likewise.
38902         * modules/savedir (Makefile.am): Likewise.
38903         * modules/setenv (Makefile.am): Likewise.
38904         * modules/settime (Makefile.am): Likewise.
38905         * modules/sha1 (Makefile.am): Likewise.
38906         * modules/sig2str (Makefile.am): Likewise.
38907         * modules/snprintf (Makefile.am): Likewise.
38908         * modules/stdlib-safer (Makefile.am): Likewise.
38909         * modules/stpcpy (Makefile.am): Likewise.
38910         * modules/stpncpy (Makefile.am): Likewise.
38911         * modules/strcase (Makefile.am): Likewise.
38912         * modules/strcasestr (Makefile.am): Likewise.
38913         * modules/strchrnul (Makefile.am): Likewise.
38914         * modules/strcspn (Makefile.am): Likewise.
38915         * modules/strdup (Makefile.am): Likewise.
38916         * modules/strerror (Makefile.am): Likewise.
38917         * modules/strftime (Makefile.am): Likewise.
38918         * modules/strndup (Makefile.am): Likewise.
38919         * modules/strnlen (Makefile.am): Likewise.
38920         * modules/strpbrk (Makefile.am): Likewise.
38921         * modules/strsep (Makefile.am): Likewise.
38922         * modules/strstr (Makefile.am): Likewise.
38923         * modules/strtod (Makefile.am): Likewise.
38924         * modules/strtoimax (Makefile.am): Likewise.
38925         * modules/strtok_r (Makefile.am): Likewise.
38926         * modules/strtol (Makefile.am): Likewise.
38927         * modules/strtoll (Makefile.am): Likewise.
38928         * modules/strtoul (Makefile.am): Likewise.
38929         * modules/strtoull (Makefile.am): Likewise.
38930         * modules/strtoumax (Makefile.am): Likewise.
38931         * modules/strverscmp (Makefile.am): Likewise.
38932         * modules/time_r (Makefile.am): Likewise.
38933         * modules/timegm (Makefile.am): Likewise.
38934         * modules/tmpfile-safer (Makefile.am): Likewise.
38935         * modules/unistd-safer (Makefile.am): Likewise.
38936         * modules/unlinkdir (Makefile.am): Likewise.
38937         * modules/userspec (Makefile.am): Likewise.
38938         * modules/utime (Makefile.am): Likewise.
38939         * modules/utimecmp (Makefile.am): Likewise.
38940         * modules/utimens (Makefile.am): Likewise.
38941         * modules/vasnprintf (Makefile.am): Likewise.
38942         * modules/vasprintf (Makefile.am): Likewise.
38943         * modules/vsnprintf (Makefile.am): Likewise.
38944         * modules/xalloc (Makefile.am): Likewise.
38945         * modules/xgetcwd (Makefile.am): Likewise.
38946         * modules/xnanosleep (Makefile.am): Likewise.
38947         * modules/xreadlink (Makefile.am): Likewise.
38948         * modules/xstrtod (Makefile.am): Likewise.
38949         * modules/xstrtol (Makefile.am): Likewise.
38950         * modules/xstrtold (Makefile.am): Likewise.
38951         * modules/yesno (Makefile.am): Likewise.
38952
38953 2006-10-12  Jim Meyering  <jim@meyering.net>
38954
38955         * m4/getloadavg.m4: Revert the change below.
38956
38957         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
38958         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
38959         fail with a symlink, which is what coreutils' ./bootstrap now
38960         creates by default.
38961
38962 2006-10-12  Bruno Haible  <bruno@clisp.org>
38963
38964         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
38965         mingw.
38966         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
38967         MSVC and mingw explicitly.
38968
38969 2006-10-11  Simon Josefsson  <jas@extundo.com>
38970             Bruno Haible  <bruno@clisp.org>
38971
38972         Add support for multiple gnulib-tool invocations in the scope of a
38973         single configure.ac file.
38974         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
38975         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
38976         with the same contents as the _LIBADD variable.
38977         (func_emit_initmacro_start, func_emit_initmacro_end,
38978         func_emit_initmacro_done): New functions.
38979         (func_import, func_create_testdir): Invoke them. Allow the identifiers
38980         gl_LIBOBJS and gl_LTLIBOBJS.
38981
38982 2006-10-11  Bruno Haible  <bruno@clisp.org>
38983
38984         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
38985         (func_create_testdir): Don't create po/Makefile.am, don't invoke
38986         autoreconf. Instead, invoke autopoint explicitly but move back the
38987         *.m4 files from gnulib.
38988
38989 2006-10-11  Bruno Haible  <bruno@clisp.org>
38990
38991         * gnulib-tool (func_usage): Make module names after --create-testdir
38992         optional.
38993         (func_create_testdir): If no module was specified, use nearly all
38994         modules.
38995
38996 2006-10-12  Jim Meyering  <jim@meyering.net>
38997
38998         Big performance improvement for fts-based tools that use FTS_NOSTAT.
38999         Avoid spurious inode-mismatch problems on non-POSIX file systems.
39000         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
39001         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
39002         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
39003         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
39004         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
39005         (fts_set_stat_required): New function.
39006         (fts_open): Defer the calls to fts_stat, if possible or requested.
39007         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
39008         into fts_stat itself.
39009         (fts_read): Perform any required (deferred) fts_stat call.
39010         (fts_build): Likewise, for the directory we're about to open and read.
39011         In the readdir loop, carefully decide whether each entry will require
39012         an eventual call to fts_stat, using dirent.d_type info if available.
39013         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
39014         a command line argument into this function.  Update all callers.
39015         Map a return value of FTS_DOT to FTS_D for a command line argument.
39016         * modules/fts (Depends-on): Add d-type.  Alphabetize.
39017         Thanks to Miklos Szeredi for his tenacity and for the initial
39018         bug report about "find" failing on a FUSE-based file system.
39019
39020         * lib/fts.c (fts_open): Use consistent indentation.
39021
39022 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
39023
39024         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
39025         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
39026         reported by Jim Meyering.  All uses of cache variables renamed
39027         to match Autoconf's.
39028         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
39029         the other one.
39030
39031         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
39032         Fix misspelling in diagnostic.
39033
39034 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
39035
39036         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
39037         defined.  Problem reported by Matthew Woehlke.
39038
39039         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
39040         Add support for Tandem NonStop R series.
39041         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
39042         Use new macro.
39043
39044         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
39045         (has_trailing_slash): Omit size arg; all callers changed.
39046         Omit 'inline', since it doesn't help performance and we'd
39047         need to configure it.
39048         Don't count //, ///, etc. as having a trailing slash.
39049         As a side effect, this removes a C99ism reported by Matthew Woehlke.
39050         (rpl_rename_dest_slash): On failure, use rename's errno rather
39051         than (in some cases) an incorrect or junk errno.
39052         Simplify code by removing need to compute length; this does
39053         cause it to make two passes instead of one over the file name,
39054         but it's worth it.
39055
39056         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
39057         change, since Autoconf's version may no longer be appropriate now
39058         that we are using CVS Autoconf's version.  Add support for Tandem.
39059
39060 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
39061             Bruno Haible  <bruno@clisp.org>
39062
39063         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
39064         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
39065         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
39066         gl_AC_TYPE_LONG_LONG.
39067
39068         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
39069         instead of HAVE_LONG_LONG.
39070         * lib/printf-args.c (printf_fetchargs): Likewise.
39071         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
39072         * lib/vasnprintf.c (VASNPRINTF): Likewise.
39073         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
39074         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
39075         gl_AC_TYPE_LONG_LONG.
39076
39077 2006-10-11  Bruno Haible  <bruno@clisp.org>
39078
39079         * m4/longlong.m4: Add comments.
39080         * m4/ulonglong.m4: Likewise.
39081
39082 2006-10-10  Bruno Haible  <bruno@clisp.org>
39083
39084         Make it possible to #define stpcpy, strdup to aliases.
39085         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
39086         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
39087
39088 2006-10-10  Bruno Haible  <bruno@clisp.org>
39089
39090         Make it possible to #define gcd to an alias.
39091         * lib/gcd.c: Include config.h.
39092
39093 2006-10-10  Bruno Haible  <bruno@clisp.org>
39094
39095         Make it possible to #define c_isascii to an alias.
39096         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
39097         defined. Undefine the macros before defining them, to avoid gcc
39098         warnings.
39099         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
39100         define NO_C_CTYPE_MACROS early.
39101
39102 2006-10-10  Bruno Haible  <bruno@clisp.org>
39103
39104         Make it possible to #define set_program_name to an alias.
39105         * lib/progname.c: Don't undefine set_program_name; instead, undefine
39106         ENABLE_RELOCATABLE early.
39107
39108 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
39109
39110         Port to Tandem NSK OSS, which has 64-bit signed int but at most
39111         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
39112         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
39113         More generally, don't assume that 64-bit signed int is available
39114         if unsigned int is, and vice versa.
39115         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
39116         unsigned symbols, not on their signed counterparts.
39117         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
39118         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
39119         (UINT64_C, UINTMAX_C):
39120         Likewise.
39121         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
39122         unsigned counterparts.
39123         (Have_long_long, Unsigned): New macros.
39124         (Int): Renamed from INT.
39125         (strtoimax): Use the new macros.
39126         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
39127         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
39128         * modules/inttypes (inttypes.h): Substitute
39129         HAVE_UNSIGNED_LONG_LONG_INT.
39130         * modules/stdint (stdint.h): Likewise.
39131         (Files): Add m4/ulonglong.m4.
39132
39133 2006-10-10  Bruno Haible  <bruno@clisp.org>
39134
39135         Fix a gcc -Wshadow warning.
39136         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
39137         to 'bucket'.
39138         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
39139         gl_linked_indexof_from_to): Likewise.
39140         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
39141         Likewise.
39142         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
39143         Likewise.
39144         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
39145         Reported by Eric Blake.
39146
39147 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
39148
39149         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
39150         for NetBSD.  Problem reported by Bruno Haible.
39151
39152 2006-10-09  Jim Meyering  <jim@meyering.net>
39153
39154         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
39155         Patch from Bruno Haible.
39156
39157 2006-10-09  Jim Meyering  <jim@meyering.net>
39158
39159         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
39160         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
39161         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
39162
39163 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39164
39165         Don't include <config.h> twice; this doesn't work in some cases,
39166         e.g., when config.h has "#define intmax_t long long int" and
39167         we include <config.h>, <inttypes.h>, <config.h> in that order.
39168         Problem reported by Matthew Woehlke in:
39169         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
39170         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
39171         * lib/fts-cycle.c: Don't include config.h.
39172         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
39173         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
39174         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
39175         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
39176         inttypes.h.
39177         * lib/xstrtoumax.c: Likewise.
39178         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
39179         __strtol and the like, so that this module is more like its siblings.
39180         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
39181         Remove; no longer needed now that we assume gnulib inttypes.h.
39182
39183 2006-10-08  Bruno Haible  <bruno@clisp.org>
39184
39185         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
39186         option.
39187
39188 2006-10-07  Jim Meyering  <jim@meyering.net>
39189
39190         * modules/inttypes (inttypes.h): Revert what seems to have been
39191         an inadvertent part of today's change: use "|", not "/" in the
39192         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
39193
39194 2006-10-07  Bruno Haible  <bruno@clisp.org>
39195
39196         * modules/sublist: New file.
39197
39198 2006-10-07  Bruno Haible  <bruno@clisp.org>
39199
39200         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
39201         * modules/argz (argz.h): Likewise.
39202         * modules/arpa_inet (arpa/inet.h): Likewise.
39203         * modules/byteswap (byteswap.h): Likewise.
39204         * modules/configmake (configmake.h): Likewise.
39205         * modules/fcntl (fcntl.h): Likewise.
39206         * modules/fnmatch (fnmatch.h): Likewise.
39207         * modules/getopt (getopt.h): Likewise.
39208         * modules/glob (glob.h): Likewise.
39209         * modules/inttypes (inttypes.h): Likewise.
39210         * modules/netinet_in (netinet/in.h): Likewise.
39211         * modules/poll (poll.h): Likewise.
39212         * modules/stdbool (stdbool.h): Likewise.
39213         * modules/stdint (stdint.h): Likewise.
39214         * modules/sys_select (sys/select.h): Likewise.
39215         * modules/sys_socket (sys/socket.h): Likewise.
39216         * modules/sys_stat (sys/stat.h): Likewise.
39217         * modules/sysexits (sysexits.h): Likewise.
39218         * modules/unistd (unistd.h): Likewise.
39219         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
39220         Add a "DO NOT EDIT" comment to the generated file.
39221         (func_import): Likewise for gnulib-comp.m4.
39222
39223 2006-10-07  Bruno Haible  <bruno@clisp.org>
39224
39225         * lib/gl_sublist.h: New file.
39226         * lib/gl_sublist.c: New file.
39227
39228 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
39229
39230         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
39231         name (relative to the original working directory) and the file
39232         name component (relative to the temporary working directory).  All
39233         callers changed.
39234         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
39235         * lib/mkdir-p.c (make_dir_parents): Likewise.
39236         * lib/mkdir-p.h (make_dir_parents): Likewise.
39237
39238 2006-10-06  Eric Blake  <ebb9@byu.net>
39239
39240         Define several macros for use by the clean-temp module.
39241         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
39242         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
39243         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
39244
39245         * lib/clean-temp.h (close_stream_temp): New declaration.
39246         * lib/clean-temp.c (includes): Pull in headers according to what
39247         other modules are in use.
39248         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
39249
39250 2006-10-06  Bruno Haible  <bruno@clisp.org>
39251
39252         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
39253         instead of fopen, fwriteerror.
39254
39255 2006-10-06  Bruno Haible  <bruno@clisp.org>
39256
39257         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
39258         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
39259         int.
39260         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
39261         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
39262         Return an error indicator.
39263         Suggested by Eric Blake.
39264
39265 2006-10-06  Bruno Haible  <bruno@clisp.org>
39266
39267         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
39268         Reported by Eric Blake.
39269
39270 2006-10-06  Bruno Haible  <bruno@clisp.org>
39271
39272         * modules/closeout (Description): Mention stderr too.
39273
39274 2006-10-06  Bruno Haible  <bruno@clisp.org>
39275         and Paul Eggert  <eggert@cs.ucla.edu>
39276
39277         * lib/closeout.c (close_stdout): Also close stderr.
39278         * lib/closeout.h: Update comment.
39279
39280 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
39281
39282         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
39283         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
39284         * lib/dirchownmod.c: Include lchown.h.
39285         * lib/lchown.c: Don't include files that lchown.h now includes.
39286         Don't declare chown, since lchown.h now does that.
39287         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
39288         (lchown): Define to rpl_chown if lchown is declared but
39289         does not exist.  Declare using a prototype if lchown is not
39290         declared.  Add a copyright notice.
39291         * lib/mkstemp.h: Include <unistd.h>.
39292         * lib/openat.c: Include lchown.h.
39293
39294         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
39295         we now test for that separately.
39296         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
39297         rather than O_NOFOLLOW, when testing whether it's possible to
39298         avoid a race condition reliably.
39299         * lib/savewd.c (savewd_chdir): Likewise.
39300
39301         Remove macros that are no longer needed now that stdint.h is
39302         reliable.
39303         * lib/fsusage.c (UINTMAX_MAX): Remove.
39304         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
39305         * lib/utimecmp.c (SIZE_MAX): Remove.
39306
39307         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
39308
39309         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
39310         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
39311         O_NOATIME works.
39312
39313 2006-10-05  Bruno Haible  <bruno@clisp.org>
39314
39315         * lib/gl_list.h (gl_sortedlist_search_from_to,
39316         gl_sortedlist_indexof_from_to): New declarations.
39317         (gl_list_implementation): New fields sortedlist_search_from_to,
39318         sortedlist_indexof_from_to.
39319         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
39320         inline functions.
39321         * lib/gl_list.c (gl_sortedlist_search_from_to,
39322         gl_sortedlist_indexof_from_to): New functions.
39323         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
39324         function.
39325         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
39326         (gl_array_sortedlist_search_from_to): New function.
39327         (gl_array_list_implementation): Update.
39328         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
39329         function.
39330         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
39331         (gl_carray_sortedlist_search_from_to): New function.
39332         (gl_carray_list_implementation): Update.
39333         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
39334         gl_linked_sortedlist_indexof_from_to): New functions.
39335         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
39336         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
39337         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
39338         gl_tree_sortedlist_indexof_from_to): New functions.
39339         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
39340         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
39341         Update.
39342         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
39343         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
39344         Update.
39345
39346 2006-10-05  Bruno Haible  <bruno@clisp.org>
39347
39348         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
39349         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
39350         (struct gl_list_implementation): Add fields search_from_to,
39351         indexof_from_to. Remove fields search, indexof.
39352         (gl_list_search): Use the search_from_to method.
39353         (gl_list_search_from, gl_list_search_from_to): New functions.
39354         (gl_list_indexof): Use the indexof_from_to method.
39355         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
39356         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
39357         (gl_list_search_from, gl_list_search_from_to): New functions.
39358         (gl_list_indexof): Use the indexof_from_to method.
39359         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
39360         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
39361         gl_array_indexof. Add start_index, end_index arguments.
39362         (gl_array_search_from_to): Renamed from gl_array_search. Add
39363         start_index, end_index arguments.
39364         (gl_array_remove, gl_array_list_implementation): Update.
39365         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
39366         gl_carray_indexof. Add start_index, end_index arguments.
39367         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
39368         start_index, end_index arguments.
39369         (gl_carray_remove, gl_carray_list_implementation): Update.
39370         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
39371         gl_linked_search. Add start_index, end_index arguments.
39372         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
39373         start_index, end_index arguments.
39374         (gl_linked_remove): Update.
39375         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
39376         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
39377         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
39378         field to 'size_t'.
39379         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
39380         gl_tree_search. Add start_index, end_index arguments.
39381         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
39382         start_index, end_index arguments.
39383         (gl_tree_remove): Update.
39384         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
39385         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
39386         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
39387         function.
39388         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
39389         gl_tree_search. Add start_index, end_index arguments.
39390         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
39391         start_index, end_index arguments.
39392         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
39393         Update.
39394         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
39395
39396 2006-10-05  Bruno Haible  <bruno@clisp.org>
39397
39398         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
39399
39400         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
39401         fwriteerror_temp): New declarations.
39402         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
39403         (descriptors): New variable.
39404         (cleanup): First, close the descriptors.
39405         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
39406         fclose_temp, fwriteerror_temp): New functions.
39407
39408 2006-10-04  Jim Meyering  <jim@meyering.net>
39409
39410         * lib/fts.c (fts_open): Tiny comment change.
39411
39412 2006-10-04  Bruno Haible  <bruno@clisp.org>
39413
39414         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
39415         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
39416         gl_LOCK_BODY.
39417         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
39418         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
39419         gl_LOCK_EARLY_BODY.
39420         (gl_LOCK): Require gl_LOCK_BODY.
39421
39422 2006-10-04  Bruno Haible  <bruno@clisp.org>
39423
39424         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
39425         (gl_oset_search_atleast): New declaration.
39426         (struct gl_oset_implementation): Add field 'search_atleast'.
39427         (gl_oset_search_atleast): New inline function.
39428         * lib/gl_oset.c (gl_oset_search_atleast): New function.
39429         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
39430         (gl_array_oset_implementation): Update.
39431         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
39432         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
39433         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
39434
39435 2006-10-04  Bruno Haible  <bruno@clisp.org>
39436
39437         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
39438
39439 2006-10-03  Bruno Haible  <bruno@clisp.org>
39440
39441         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
39442         from gl_avltreehash_list_implementation.
39443
39444 2006-10-03  Bruno Haible  <bruno@clisp.org>
39445
39446         * lib/gl_oset.c (gl_oset_add): Fix return type.
39447
39448 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
39449
39450         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
39451
39452 2006-10-02  Eric Blake  <ebb9@byu.net>
39453
39454         * modules/strnlen (Depends-on): Add extensions.
39455
39456 2006-10-02  Eric Blake  <ebb9@byu.net>
39457
39458         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
39459         definition in 2.60+.
39460
39461 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
39462
39463         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
39464         checks.
39465
39466 2006-10-02  Bruno Haible  <bruno@clisp.org>
39467
39468         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
39469         to the AUTOMAKE_OPTIONS.
39470         Reported by Jim Meyering.
39471
39472 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
39473
39474         Work around bug in Solaris 10 /proc file system:
39475         /proc/self/fd/NNN/.. isn't the parent directory of
39476         the directory whose file descriptor is NNN.  This needs to
39477         be worked around at run time, not compile time, since a
39478         program might be built on Solaris 8, where things work, and
39479         run on Solaris 10.
39480         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
39481         to use the following interface instead:
39482         (OPENAT_BUFFER_SIZE): New macro.
39483         (openat_proc_name): New function.
39484         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
39485         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
39486         Likewise.
39487         * lib/openat-proc.c: New file.
39488         * modules/openat (Files): Add lib/openat-proc.c.
39489         (Depends-on): Add same-inode, stdbool.
39490         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
39491
39492 2006-09-29  Bruno Haible  <bruno@clisp.org>
39493
39494         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
39495         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
39496         argument. Set stdout_closed before testing for ferror, not after.
39497         (fwriteerror, fwriteerror_no_ebadf): New functions.
39498
39499 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39500
39501         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
39502
39503 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
39504
39505         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
39506         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
39507
39508 2006-09-28  Jim Meyering  <jim@meyering.net>
39509
39510         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
39511         Include <unistd.h>.
39512
39513 2006-09-28  Bruno Haible  <bruno@clisp.org>
39514
39515         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
39516         * modules/linkedhash-list (Depends-on): Likewise.
39517         * modules/rbtreehash-list (Depends-on): Likewise.
39518
39519 2006-09-28  Bruno Haible  <bruno@clisp.org>
39520
39521         * lib/strndup.h: Simplify the redefinition of strndup.
39522         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
39523         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
39524
39525 2006-09-28  Bruno Haible  <bruno@clisp.org>
39526
39527         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
39528         * lib/gl_linkedhash_list.c: Likewise.
39529         * lib/gl_rbtreehash_list.c: Likewise.
39530
39531 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
39532
39533         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
39534         getaddrinfo.
39535
39536         * lib/__fpending.h: Don't include <stdio_ext.h> unless
39537         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
39538         it causes <stdio_ext.h> to cause a compile-time error.
39539         Problem reported by Nelson H. F. Beebe.
39540         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
39541         of HAVE_DECL___PENDING.
39542
39543         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
39544         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
39545         declaration.
39546
39547 2006-09-27  Jim Meyering  <jim@meyering.net>
39548
39549         This file could end up with a definition for a function
39550         named __strndup, rather than rpl_strndup on a system with
39551         incomplete weak_alias support.
39552         * lib/strndup.c (strndup): Rename from __strndup.
39553         Remove #defines that used to map __strndup to strndup.
39554         Don't use K&R prototypes.
39555         Remove LIBC-related code, since this file is not sync'd with glibc.
39556         * lib/strndup.h: Revamp, accordingly.
39557         * m4/strndup.m4: Modernize.
39558
39559 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
39560
39561         * modules/savewd (Depends-on): Add 'raise'.
39562         * lib/savewd.c: Include <signal.h>, for 'raise'.
39563
39564 2006-09-26  Jim Meyering  <jim@meyering.net>
39565
39566         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
39567         when we detect Darwin 8.7.0's acl_get_file bug.
39568         Rearrange to perform the new (below) run-test while $LIBS
39569         contains any acl-related library.  Set USE_ACL at the end.
39570         (gl_ACL_GET_FILE): New function.
39571
39572 2006-09-26  Eric Blake  <ebb9@byu.net>
39573
39574         * lib/verror.c: Include <config.h> unconditionally.
39575
39576 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
39577
39578         * modules/clock-time (Maintainer): Add self.
39579         * modules/getlogin_r (Depends-on): Add extensions.
39580
39581 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39582
39583         * modules/clock-time: New module.
39584         * modules/nanosleep (Depends-on): Add clock-time.
39585         * modules/gethrxtime (Depends-on): Likewise.
39586         * modules/gettime (Depends-on): Likewise.
39587         * modules/settime (Depends-on): Likewise.
39588
39589         * modules/fts-lgpl: Depend on openat.
39590         * modules/mkancesdirs: Depend on savewd.
39591         * modules/mkdir-p: Likewise.
39592
39593 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39594
39595         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
39596
39597         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
39598         `gl_have_arbitrary_file_name_length_limit' to
39599         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
39600         actually works between configure runs.
39601
39602 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39603             Bruno Haible  <bruno@clisp.org>
39604
39605         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
39606
39607 2006-09-25  Jim Meyering  <jim@meyering.net>
39608
39609         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
39610         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
39611
39612 2006-09-25  Eric Blake  <ebb9@byu.net>
39613
39614         * gnulib-tool (func_import, func_create_testdir): Fix typos in
39615         exec's in 2006-09-18 patch when shuffling fds.
39616
39617 2006-09-25  Bruno Haible  <bruno@clisp.org>
39618
39619         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
39620         Reported by Jim Meyering.
39621
39622 2006-09-24  Jim Meyering  <jim@meyering.net>
39623
39624         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
39625         compare a pointer against a literal "0".  That caused failures with
39626         at least HP-UX's hpcc.
39627
39628 2006-09-22  Simon Josefsson  <jas@extundo.com>
39629
39630         * modules/gc-sha1:
39631         * modules/gc-md4:
39632         * modules/gc-hmac-sha1:
39633         * modules/gc-hmac-md5:
39634         * modules/gc-des:
39635         * modules/gc-arcfour: Distribute more files.
39636
39637 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39638
39639         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
39640         (gl_linked_iterator_from_to): Initialize struct completely.
39641         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
39642         (gl_tree_iterator_from_to): Likewise
39643         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
39644         * lib/gl_array_list.c [lint] (gl_array_iterator)
39645         (gl_array_iterator_from_to): Likewise.
39646         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
39647         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
39648         (gl_carray_iterator_from_to): Likewise.
39649
39650         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
39651         * lib/md4.c (md4_process_block): Remove unused variable.
39652         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
39653         parentheses for clarity.
39654
39655 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39656
39657         * modules/bison-i18n (Depends-on): Add gettext.
39658
39659 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39660
39661         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
39662         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
39663         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
39664         also add missing comma that caused broken test.
39665         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
39666         stdlib.h, for `abort'.
39667         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
39668         variables.
39669         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
39670         include unistd.h if present, for `rmdir'.
39671         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
39672         variables.
39673         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
39674         in the process include standard headers for prototypes.
39675         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
39676         gets declared on GNU/Linux.
39677         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
39678         unistd.h, for `rmdir'.
39679         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
39680
39681         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
39682         always true.
39683         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
39684
39685         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
39686
39687 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39688
39689         * gnulib-tool (func_version): Create output all at once.  This
39690         may help avoid triggering unnecessary SIGPIPEs, and at any
39691         rate it doesn't hurt.
39692
39693 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39694             Bruno Haible  <bruno@clisp.org>
39695
39696         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
39697         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
39698         * m4/signed.m4 (bh_C_SIGNED): Likewise.
39699
39700         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
39701         (gl_FUNC_VASPRINTF): Invoke it.
39702
39703 2006-09-22  Bruno Haible  <bruno@clisp.org>
39704
39705         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
39706         getloadavg.c as first argument.
39707
39708 2006-09-22  Bruno Haible  <bruno@clisp.org>
39709
39710         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
39711         at the beginning of the gl_INIT macro.
39712         * modules/getloadavg (configure.ac): Pass $gl_source_base to
39713         gl_GETLOADAVG.
39714
39715 2006-09-22  Bruno Haible  <bruno@clisp.org>
39716
39717         * gnulib-tool (func_create_megatestdir): Don't include the config-h
39718         module.
39719         Suggested by Ralf Wildenhues.
39720
39721 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
39722
39723         Import this patch from libc:
39724
39725         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
39726
39727         * lib/regex_internal.c (re_string_reconstruct): Handle
39728         offset < pstr->valid_raw_len && pstr->offsets_needed case.
39729         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
39730         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
39731         re_string_context_at.
39732
39733         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
39734         now requires it.
39735         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
39736         gl_REGEX now does it for us.
39737         (gl_REGEX): Add test taken from
39738         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
39739
39740         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
39741         Check that large offsets work.  Modernize Autoconf usages.
39742         Prefer "yes" to mean a good thing rather than a bad.
39743         Don't put "#define mkstemp" in config.h, as this might interfere
39744         with standard system headers that "#define mkstemp mkstemp64".
39745
39746         * modules/mkstemp (Depends-on): Add extensions, so that
39747         mkstemp is visible on some platforms.
39748         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
39749         (Include): Change to "mkstemp.h" from <stdlib.h>.
39750         (Files): Add mkstemp.h.
39751
39752         * lib/mkstemp.h: New file, since some standard headers
39753         #define mkstemp.
39754         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
39755         Include "mkstemp.h".
39756         Make the _LIBC code resemble glibc original more,
39757         e.g., use K&R style.
39758         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
39759         (mkstemp): Remove, since mkstemp.h does this for us.
39760         * lib/stdlib--.h: Include mkstemp.h.
39761
39762         Import this patch from libc:
39763
39764         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39765
39766         * lib/tempname.c (__gen_tempname): Change attempts_min
39767         into a macro.  Use preprocessor to decide how to initialize
39768         attempts [Coverity CID 67].
39769
39770 2006-09-20  Bruno Haible  <bruno@clisp.org>
39771
39772         * lib/mkdtemp.c: Import from libc.
39773         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
39774                 * sysdeps/posix/tempname.c (__gen_tempname): Change
39775                 attempts_min into a macro.  Use preprocessor to decide how to
39776                 initialize attempts [Coverity CID 67].
39777         2001-11-27  Paul Eggert  <eggert@twinsun.com>
39778                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
39779                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
39780
39781 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39782
39783         * gnulib-tool (func_exit): New function, to allow to pass the
39784         exit status portably through the trap.  Use everywhere.
39785         (--help, --version): Signal a write error.
39786         (trap): catch SIGPIPE, for write errors.
39787         Exit at the end of the trap, with the correct exit status.
39788
39789 2006-09-19  Karl Berry  <karl@gnu.org>
39790
39791         * doc/gnulib.texi: note about the license texinfo files.
39792
39793 2006-09-19  Eric Blake  <ebb9@byu.net>
39794
39795         * gnulib-tool: Avoid space-tab.
39796
39797 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39798
39799         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
39800         that prevented coreutils 6.1 from building.  Problem reported
39801         by Petter Reinholdtsen.
39802
39803 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
39804
39805         * gnulib-tool (avoidlist): Fix typo that broke options like
39806         --avoid=lock that are used by coreutils bootstrap.
39807
39808 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
39809
39810         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
39811         more systematically.
39812
39813 2006-09-18  Jim Meyering  <jim@meyering.net>
39814
39815         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
39816
39817 2006-09-18  Bruno Haible  <bruno@clisp.org>
39818
39819         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
39820
39821 2006-09-18  Bruno Haible  <bruno@clisp.org>
39822
39823         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
39824         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
39825         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
39826         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
39827         * m4/gettext.m4: Require autoconf >= 2.52.
39828         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
39829         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
39830         of gl_cv_header_inttypes_h.
39831
39832 2006-09-18  Bruno Haible  <bruno@clisp.org>
39833
39834         * lib/javaversion.c: Include configmake.h.
39835
39836 2006-09-18  Bruno Haible  <bruno@clisp.org>
39837
39838         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
39839         avoid that the while loops be executed in a subshell.
39840
39841 2006-09-18  Bruno Haible  <bruno@clisp.org>
39842
39843         * MODULES.html.sh (func_module): Break long lines.
39844         Suggested by Bruce Korb <bkorb@gnu.org>.
39845
39846 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39847
39848         Speed up by a factor of 1.12.
39849         * gnulib-tool (nl): New variable.
39850         (func_import): Rewrite include directive extraction to only read each
39851         directive once.
39852
39853 2006-09-17  Bruno Haible  <bruno@clisp.org>
39854
39855         * modules/javaversion (Makefile.am): Remove DEFS setting.
39856         (Depends-on): Add configmake, for PKGDATADIR definition.
39857
39858 2006-09-17  Bruno Haible  <bruno@clisp.org>
39859
39860         * gnulib-tool (func_create_testdir): Rewrite all files at once.
39861
39862 2006-09-17  Bruno Haible  <bruno@clisp.org>
39863
39864         * gnulib-tool (func_append): New function, stolen from libtool.m4.
39865         (func_modules_transitive_closure, func_modules_add_dummy,
39866         func_modules_to_filelist, func_import, func_create_testdir,
39867         func_create_megatestdir, ...): Use it wherever possible.
39868         Suggested by Ralf Wildenhues.
39869
39870 2006-09-16  Karl Berry  <karl@gnu.org>
39871
39872         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
39873         to avoid sectioning errors.
39874         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
39875         [ifinfo]: blank line after @center-ed titles.
39876         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
39877         Spell FSF address consistently with others.
39878         (These changes approved by rms.)
39879
39880 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39881
39882         Speed up by a factor of 1.61.
39883         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
39884         already checked module names again.
39885
39886 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39887
39888         Speed up by a factor of 1.13.
39889         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
39890         for new_files, and the input to func_add_or_update.
39891
39892 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39893
39894         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
39895         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
39896
39897 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39898
39899         * modules/mkancesdirs (Depends-on): Add fcntl.
39900         * modules/savewd: New file.
39901         * MODULES.html.sh (File system functions): Add savewd.
39902
39903         * modules/configmake (Makefile.am): Add support for the
39904         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
39905
39906 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39907
39908         * m4/savewd.m4: New file.
39909
39910 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
39911
39912         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
39913         (dirchownmod): New arg FD.  All callers changed.
39914         Use FD rather than opening the directory ourself, as opening is
39915         now the caller's responsibility.
39916         * lib/dirchownmod.h: Likewise.
39917         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
39918         hosts that require <sys/types.h> before <sys/stat.h>.  Include
39919         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
39920         (test_dir): Remove.
39921         (mkancesdirs): Return length of prefix of FILE that has already
39922         been made, or -2 if there is a child doing the work.  Redo
39923         algorithm so that it is O(N) rather than O(N**2).  Optimize away
39924         ".", and treat ".." specially since it might stray back into
39925         already-created areas.  Use a subprocess if necessary.  New arg
39926         WD; all users changed.  MAKE_DIR function should now return 1
39927         if it creates a directory that is not readable.  Return -2 if
39928         a child process is spun off.
39929         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
39930         Adjust signature to match code.
39931         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
39932         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
39933         all users changed.
39934         * lib/savewd.c, lib/savewd.h: New files.
39935
39936 2006-09-15  Jim Meyering  <jim@meyering.net>
39937
39938         * modules/rename-dest-slash: New module.
39939         * MODULES.html.sh (posix_compat): Add it here.
39940
39941         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
39942
39943 2006-09-15  Jim Meyering  <jim@meyering.net>
39944
39945         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
39946         file.
39947
39948         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
39949
39950 2006-09-15  Jim Meyering  <jim@meyering.net>
39951
39952         * lib/rename-dest-slash.c (has_trailing_slash): Use
39953         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
39954         (rpl_rename_dest_slash): Perform the cheaper trailing slash
39955         test before testing whether SRC is a directory.
39956         Suggestions from Bruno Haible.
39957
39958         Avoid a warning about an unused variable.
39959         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
39960         into the #ifdef block where it's used.
39961
39962         * lib/rename-dest-slash.c: New file.
39963
39964 2006-09-14  Bruno Haible  <bruno@clisp.org>
39965
39966         * lib/allocsa.c: Include <config.h> unconditionally.
39967         * lib/asnprintf.c: Likewise.
39968         * lib/asprintf.c: Likewise.
39969         * lib/c-strcasecmp.c: Likewise.
39970         * lib/c-strcasestr.c: Likewise.
39971         * lib/c-strncasecmp.c: Likewise.
39972         * lib/c-strstr.c: Likewise.
39973         * lib/classpath.c: Likewise.
39974         * lib/clean-temp.c: Likewise.
39975         * lib/concatpath.c: Likewise.
39976         * lib/copy-file.c: Likewise.
39977         * lib/csharpcomp.c: Likewise.
39978         * lib/csharpexec.c: Likewise.
39979         * lib/execute.c: Likewise.
39980         * lib/fatal-signal.c: Likewise.
39981         * lib/findprog.c: Likewise.
39982         * lib/fwriteerror.c: Likewise.
39983         * lib/gl_array_list.c: Likewise.
39984         * lib/gl_array_oset.c: Likewise.
39985         * lib/gl_avltree_list.c: Likewise.
39986         * lib/gl_avltree_oset.c: Likewise.
39987         * lib/gl_avltreehash_list.c: Likewise.
39988         * lib/gl_carray_list.c: Likewise.
39989         * lib/gl_linked_list.c: Likewise.
39990         * lib/gl_linkedhash_list.c: Likewise.
39991         * lib/gl_list.c: Likewise.
39992         * lib/gl_oset.c: Likewise.
39993         * lib/gl_rbtree_list.c: Likewise.
39994         * lib/gl_rbtree_oset.c: Likewise.
39995         * lib/gl_rbtreehash_list.c: Likewise.
39996         * lib/imaxabs.c: Likewise.
39997         * lib/imaxdiv.c: Likewise.
39998         * lib/javacomp.c: Likewise.
39999         * lib/javaexec.c: Likewise.
40000         * lib/javaversion.c: Likewise.
40001         * lib/linebreak.c: Likewise.
40002         * lib/localcharset.c: Likewise.
40003         * lib/lock.c: Likewise.
40004         * lib/mbchar.c: Likewise.
40005         * lib/mbswidth.c: Likewise.
40006         * lib/mkdtemp.c: Likewise.
40007         * lib/pipe.c: Likewise.
40008         * lib/printf-args.c: Likewise.
40009         * lib/printf-parse.c: Likewise.
40010         * lib/progname.c: Likewise.
40011         * lib/progreloc.c: Likewise.
40012         * lib/readlink.c: Likewise.
40013         * lib/sh-quote.c: Likewise.
40014         * lib/stpcpy.c: Likewise.
40015         * lib/stpncpy.c: Likewise.
40016         * lib/strcasecmp.c: Likewise.
40017         * lib/strcasestr.c: Likewise.
40018         * lib/strcspn.c: Likewise.
40019         * lib/striconv.c: Likewise.
40020         * lib/strncasecmp.c: Likewise.
40021         * lib/strnlen1.c: Likewise.
40022         * lib/strstr.c: Likewise.
40023         * lib/strtok_r.c: Likewise.
40024         * lib/tls.c: Likewise.
40025         * lib/tmpdir.c: Likewise.
40026         * lib/unicodeio.c: Likewise.
40027         * lib/unsetenv.c: Likewise.
40028         * lib/vasnprintf.c: Likewise.
40029         * lib/vasprintf.c: Likewise.
40030         * lib/wait-process.c: Likewise.
40031         * lib/xallocsa.c: Likewise.
40032         * lib/xsetenv.c: Likewise.
40033         * lib/xstriconv.c: Likewise.
40034
40035 2006-09-13  Simon Josefsson  <jas@extundo.com>
40036
40037         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
40038         that internally, suggested by Ralf Wildenhues
40039         <Ralf.Wildenhues@gmx.de>.
40040
40041 2006-09-13  Simon Josefsson  <jas@extundo.com>
40042
40043         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
40044         @LIBOBJS@.
40045         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
40046
40047 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
40048
40049         * lib/_fpending.c: Include <config.h> unconditionally, since we no
40050         longer worry about uses that don't define HAVE_CONFIG_H.
40051         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
40052         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
40053         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
40054         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
40055         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
40056         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
40057         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
40058         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
40059         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
40060         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
40061         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
40062         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
40063         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
40064         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
40065         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
40066         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
40067         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
40068         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
40069         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
40070         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
40071         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
40072         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
40073         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
40074         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
40075         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
40076         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
40077         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
40078         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
40079         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
40080         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
40081         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
40082         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
40083         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
40084         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
40085         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
40086         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
40087         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
40088         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
40089         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
40090         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
40091         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
40092         Likewise.
40093
40094 2006-09-13  Eric Blake  <ebb9@byu.net>
40095
40096         * lib/getopt.c: Fix typo in last commit.
40097
40098 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
40099
40100         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
40101         dgettext.
40102
40103 2006-09-12  Jim Meyering  <jim@meyering.net>
40104
40105         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
40106         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
40107         Reported by Nelson H. F. Beebe.
40108
40109 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
40110
40111         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
40112         program_invocation_name and program_invocation_short_name are
40113         initialized.
40114         * lib/argp-namefrob.h: Move declarations of program_invocation_name
40115         and program_invocation_short_name to argp.h, so they are visible
40116         to user programs.
40117         * lib/argp.h: Likewise
40118
40119 2006-09-10  Bruno Haible  <bruno@clisp.org>
40120
40121         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
40122         m4/inttypes_h.m4, m4/uintmax_t.m4.
40123
40124 2006-09-10  Bruno Haible  <bruno@clisp.org>
40125
40126         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
40127         gl_AC_TYPE_UINTMAX_T.
40128
40129 2006-09-10  Bruno Haible  <bruno@clisp.org>
40130
40131         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
40132
40133 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
40134
40135         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
40136         convention.  Text proposed by Bruno Haible.
40137         (struct argp_option): Document the use of N_() wrappers.
40138
40139         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
40140         '\v', and translate the two parts separately, instead of feeding
40141         the whole string to gettext.  This allows to exclude
40142         '\v' from the strings visible to the translator by writing doc
40143         strings as N_("..") "\v" N_("..").
40144
40145 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
40146
40147         * config/srclist.txt: Undo latest change; the bug was fixed.
40148
40149 2006-09-09  Bruno Haible  <bruno@clisp.org>
40150
40151         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
40152         assignments if building a library without libtool.
40153         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
40154         in func_emit_lib_Makefile_am.
40155         (func_import): When building a static library libfoo.a, arrange to
40156         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
40157         (func_create_testdir): Likewise.
40158         * modules/gc (configure.ac, Makefile.am): If building statically,
40159         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
40160         * modules/iconvme (configure.ac, Makefile.am): Likewise.
40161         * modules/striconv (configure.ac, Makefile.am): Likewise.
40162         Based on a suggestion by Ralf Wildenhues.
40163
40164 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40165
40166         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40167         Check for unistd.h too, since Autoconf doesn't assume POSIX.
40168         Also:
40169
40170         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40171         Add year_2050_test to catch glibc bug 2821
40172         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
40173
40174         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40175         Prefer #ifdef to #if.
40176
40177         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
40178         Return from 'main' instead of calling 'exit'.
40179
40180 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40181
40182         * lib/mktime.c (guess_time_tm): Fix bug where mktime
40183         returned the maximum time_t value rather than (time_t) -1.
40184         Problem originally reported by William Bardwell
40185         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
40186
40187         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
40188         Moved to here ...
40189         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
40190         ... from here.
40191
40192 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
40193
40194         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
40195         2821 is fixed.
40196
40197 2006-09-08  Jim Meyering  <jim@meyering.net>
40198
40199         Don't make generated files read-only.  That would bother too many
40200         people.  However, do retain the ability to work when targets are
40201         read-only: remove the destination and temporary files before writing
40202         them (when generated via sed or echo), or by using the -f option for
40203         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
40204         * modules/alloca-opt, modules/argz, modules/arpa_inet:
40205         * modules/byteswap, modules/configmake, modules/fcntl:
40206         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
40207         * modules/localcharset, modules/netinet_in, modules/poll:
40208         * modules/stdbool, modules/stdint, modules/sys_select:
40209         * modules/sys_socket, modules/sys_stat, modules/sysexits:
40210
40211 2006-09-08  Jim Meyering  <jim@meyering.net>
40212
40213         Avoid new build failure on FreeBSD 6.0.
40214         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
40215         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
40216         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
40217
40218 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40219
40220         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
40221
40222 2006-09-07  Jim Meyering  <jim@meyering.net>
40223
40224         Fix global typo in last change: use chmod u-w, not chmod u-x.
40225         Spotted by Paul Eggert and Bruce Korb.
40226         * modules/alloca-opt, modules/argz, modules/arpa_inet:
40227         * modules/byteswap, modules/configmake, modules/fcntl:
40228         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
40229         * modules/localcharset, modules/netinet_in, modules/poll:
40230         * modules/stdbool, modules/stdint, modules/sys_select:
40231         * modules/sys_socket, modules/sys_stat, modules/sysexits:
40232
40233 2006-09-06  Jim Meyering  <jim@meyering.net>
40234
40235         Make generated files be read-only.
40236         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
40237         Ensure that each generated file is now read-only.
40238         * modules/argz: Likewise.
40239         * modules/arpa_inet: Likewise.
40240         * modules/byteswap: Likewise.
40241         * modules/configmake: Likewise.
40242         * modules/fcntl: Likewise.
40243         * modules/fnmatch: Likewise.
40244         * modules/getopt: Likewise.
40245         * modules/glob: Likewise.
40246         * modules/inttypes: Likewise.
40247         * modules/netinet_in: Likewise.
40248         * modules/poll: Likewise.
40249         * modules/stdbool: Likewise.
40250         * modules/stdint: Likewise.
40251         * modules/sys_select: Likewise.
40252         * modules/sys_socket: Likewise.
40253         * modules/sys_stat: Likewise.
40254         * modules/sysexits: Likewise.
40255         * modules/localcharset: Same as above, but continue using temporary
40256         file named "t-$@" (why different?) rather than the "$@-t" used
40257         everywhere else.
40258
40259         * modules/sysexits (Makefile.am): Replace literal occurrences
40260         of "sysexit.h" more readable, and more consistent, "$@".
40261
40262 2006-09-06  Bruno Haible  <bruno@clisp.org>
40263
40264         * modules/striconv: New file.
40265         * modules/xstriconv: New file.
40266         * MODULES.html.sh (Internationalization functions): Add striconv,
40267         xstriconv.
40268
40269 2006-09-06  Bruno Haible  <bruno@clisp.org>
40270
40271         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
40272         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
40273         not using libtool correctly.
40274
40275 2006-09-06  Bruno Haible  <bruno@clisp.org>
40276
40277         * lib/striconv.h: New file.
40278         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
40279         iconvstring.c.
40280         * lib/xstriconv.h: New file.
40281         * lib/xstriconv.c: New file.
40282
40283 2006-09-06  Bruno Haible  <bruno@clisp.org>
40284
40285         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40286         lib_..._LDFLAGS.
40287
40288 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40289
40290         * lib/argz_.h: Sync from Libtool.
40291
40292         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
40293                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
40294
40295         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
40296
40297 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
40298
40299         * modules/trim: New file.
40300
40301 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
40302
40303         * lib/trim.h: New file.
40304         * lib/trim.c: New file.
40305
40306 2006-09-05  Bruno Haible  <bruno@clisp.org>
40307
40308         * MODULES.html.sh (String handling): Add trim.
40309
40310 2006-09-04  Karl Berry  <karl@gnu.org>
40311
40312         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
40313         until next release.
40314
40315 2006-09-03  Bruno Haible  <bruno@clisp.org>
40316
40317         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
40318         correctly.
40319
40320 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40321
40322         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
40323         not gl_GETLOADAVG.  Omit unneeded semicolons.
40324         Problems reported by Ralf Wildenhues in
40325         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
40326         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
40327         at the end, which is the usual gnulib style.
40328
40329         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
40330         of doing all the work ourselves.
40331         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
40332         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
40333
40334 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40335
40336         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
40337         Problem reported by Ralf Wildenhues in
40338         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
40339
40340         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
40341         HAVE_STRUCT_STATFS_F_FSTYPENAME.
40342
40343 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
40344
40345         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
40346         yesterday's patch by changing test -n to test -z.
40347
40348 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40349
40350         * modules/getloadavg (Files): Add m4/getloadavg.m4.
40351         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
40352         the former is now obsolescent.
40353
40354         * modules/chdir-long (Depends-on): Add fcntl.
40355
40356 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40357
40358         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
40359         obsolescent, and programs should use gnulib instead.
40360         * m4/getloadavg.m4: New file, with contents taken from Autoconf
40361         but with prefixes changed.
40362
40363 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
40364
40365         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
40366         or stdbool.h, because they might not exist while configuring.
40367
40368         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
40369         Don't include unistd.h or limits.h; not needed, since chdir-long.h
40370         does that for us.
40371         (O_DIRECTORY): Remove.
40372
40373 2006-08-31  Eric Blake  <ebb9@byu.net>
40374
40375         * gnulib-tool: Don't let emacs change spaces to TAB.
40376
40377 2006-08-31  Bruno Haible  <bruno@clisp.org>
40378
40379         * gnulib-tool: When calling func_import more than once, do it in a
40380         subshell.
40381         Reported by Eric Blake <ebb9@byu.net>.
40382
40383 2006-08-31  Bruno Haible  <bruno@clisp.org>
40384
40385         * gnulib-tool (nl): Remove variable.
40386         (sed_transform_lib_file): Use more robust test for config-h module.
40387         (func_import): Fix typo in 2006-08-25 patch.
40388
40389 2006-08-31  Bruno Haible  <bruno@clisp.org>
40390
40391         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
40392         specified, augment Makefile.am variables instead of assigning them.
40393
40394 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40395
40396         Work around a bug in both the Linux and SunOS 64-bit kernels:
40397         nanosleep mishandles sleeps for longer than 2**31 seconds.
40398         Problem reported by Frank v Waveren in
40399         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40400         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
40401         Check for nanosleep bug.
40402         (LIB_NANOSLEEP): Append clock_gettime library if needed.
40403
40404 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40405
40406         Work around a bug in both the Linux and SunOS 64-bit kernels:
40407         nanosleep mishandles sleeps for longer than 2**31 seconds.
40408         Problem reported by Frank v Waveren in
40409         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
40410         * lib/nanosleep.c (BILLION): New constant.
40411         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
40412         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
40413         implementation.
40414
40415 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40416
40417         * modules/nanosleep (Depends-on): Add gettime.
40418
40419 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
40420         and Simon Josefsson  <jas@extundo.com>
40421         and Oskar Liljeblad  <oskar@osk.mine.nu>
40422
40423         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
40424         * gnulib-tool (func_import): New license type 'unmodifiable license
40425         text'.
40426         * modules/fdl: Use it.  Longer description.
40427         * module/gpl, module/lgpl: New files.
40428
40429 2006-08-30  Jim Meyering  <jim@meyering.net>
40430
40431         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
40432         shadowing the parameter.
40433
40434 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40435
40436         Sync from Libtool:
40437
40438         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40439
40440         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
40441         sharing with gnulib.  Report by Eric Blake.
40442
40443 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40444
40445         * modules/isapipe: New file.
40446         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
40447
40448 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40449
40450         * modules/configmake (Makefile.am): Add a comment, and omit
40451         the CONFIGMAKE_ prefix from generated macro names.  Suggested
40452         by Bruno Haible.
40453
40454 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40455
40456         * m4/isapipe.m4: New file.
40457
40458 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         * lib/isapipe.c, lib/isapipe.h: New files.
40461
40462 2006-08-29  Jim Meyering  <jim@meyering.net>
40463
40464         * modules/configmake (Makefile.am): Make configmake.h depend on
40465         Makefile.  Otherwise, a stale configmake.h could hang around.
40466
40467 2006-08-29  Eric Blake  <ebb9@byu.net>
40468
40469         * lib/error.c (error_at_line, print_errno_message): Match libc, after
40470         resolution of upstream bug 3044.
40471
40472 2006-08-29  Bruno Haible  <bruno@clisp.org>
40473
40474         * modules/localcharset (Depends-on): Add configmake.
40475         (Makefile.am): Remove setting of LIBDIR through DEFS.
40476
40477 2006-08-29  Bruno Haible  <bruno@clisp.org>
40478
40479         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
40480         defined.
40481
40482 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40483
40484         * modules/fcntl: New file.
40485         * modules/chdir-safer (Depends-on): Add fcntl.
40486         * modules/fts: Likewise.
40487         * modules/mkdir-p: Likewise.
40488
40489         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
40490         This undoes the most recent change, since we're now addressing the
40491         problem in a different way.
40492
40493         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
40494         into output, since the output might be called Makefile.am even
40495         if $makefile_name is something different.
40496         (func_import): Use $makefile_am rather than
40497         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
40498         empty.
40499
40500         * modules/inttypes (Files): Add m4/inttypes-h.m4.
40501
40502 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40503
40504         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
40505         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
40506         recent change to stdint.m4, since we're now addressing the problem in a
40507         different way.
40508
40509 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40510
40511         * m4/fcntl_h.m4: New file.
40512
40513 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
40514
40515         * lib/fcntl_.h: New file.
40516         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
40517         the fcntl module.
40518         * lib/dirchownmod.c: Likewise.
40519         * lib/fts.c: Likewise.
40520
40521         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
40522         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
40523         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
40524         just before including <inttypes.h>, to avoid circular inclusion.
40525
40526 2006-08-28  Jim Meyering  <jim@meyering.net>
40527
40528         * doc/visibility.texi: Actually read and correct the grammar of the
40529         sentence affected by yesterday's change.
40530
40531 2006-08-28  Eric Blake  <ebb9@byu.net>
40532
40533         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
40534         needs wrapper.
40535
40536 2006-08-28  Eric Blake  <ebb9@byu.net>
40537
40538         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
40539
40540 2006-08-28  Eric Blake  <ebb9@byu.net>
40541
40542         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
40543
40544 2006-08-28  Bruno Haible  <bruno@clisp.org>
40545
40546         * modules/c-strstr: New file, from GNU gettext.
40547         * MODULES.html.sh (String handling): Add c-strstr.
40548
40549 2006-08-28  Bruno Haible  <bruno@clisp.org>
40550
40551         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
40552         macros.
40553         Reported by Eric Blake.
40554
40555 2006-08-28  Bruno Haible  <bruno@clisp.org>
40556
40557         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
40558         (VASNPRINTF): Return a string of length > INT_MAX without failing.
40559         * lib/vasprintf.c: Include errno.h, limits.h.
40560         (EOVERFLOW): New fallback definition.
40561         (vasprintf): Test here whether the string length is > INT_MAX.
40562         * lib/vsnprintf.c: Include errno.h, limits.h.
40563         (EOVERFLOW): New fallback definition.
40564         (vsnprintf): Fix bug when generated string was too long for the buffer.
40565         Test here whether the string length is > INT_MAX.
40566
40567 2006-08-28  Bruno Haible  <bruno@clisp.org>
40568
40569         * lib/inttypes_.h (SCNX*): Remove definitions.
40570         Reported by Eric Blake.
40571
40572 2006-08-28  Bruno Haible  <bruno@clisp.org>
40573
40574         * lib/c-strstr.h: New file, from GNU gettext.
40575         * lib/c-strstr.c: New file, from GNU gettext.
40576
40577 2006-08-28  Bruno Haible  <bruno@clisp.org>
40578
40579         * gnulib-tool: Reorder some statements.
40580
40581 2006-08-28  Bruno Haible  <bruno@clisp.org>
40582
40583         * gnulib-tool: New option --makefile-name.
40584         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
40585         $makefile_name.
40586         (func_import): Write $makefile_name to the cache file, and read it from
40587         there unless explicitly specified. Use $makefile_name as file name
40588         instead of Makefile.am. Adjust the recommendations accordingly.
40589
40590 2006-08-28  Bruno Haible  <bruno@clisp.org>
40591
40592         * gnulib-tool (func_verify_module): Check against misapplying patch.
40593
40594 2006-08-28  Bruno Haible  <bruno@clisp.org>
40595
40596         * gnulib-tool (func_relativize, func_relconcat): New functions.
40597         Give an error if --local-dir is given with --update.
40598         Remove trailing slashes from $local_gnulib_dir.
40599         (func_import): Store the relativized $local_gnulib_dir in
40600         gnulib-cache.m4, and read it from there if not specified explicitly.
40601
40602 2006-08-28  Bruno Haible  <bruno@clisp.org>
40603
40604         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
40605         is the current directory. Respect also $local_gnulib_dir.
40606
40607 2006-08-28  Bruno Haible  <bruno@clisp.org>
40608             Simon Josefsson  <jas@extundo.com>
40609
40610         BeOS portability.
40611         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
40612
40613 2006-08-27  Jim Meyering  <jim@meyering.net>
40614
40615         * doc/visibility.texi: Remove duplicate word: "pointer".
40616
40617 2006-08-26  Bruno Haible  <bruno@clisp.org>
40618
40619         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
40620         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
40621         (Makefile.am): Create inttypes.h from inttypes_.h.
40622         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
40623
40624         * modules/imaxabs: New file.
40625
40626         * modules/imaxdiv: New file.
40627
40628 2006-08-26  Bruno Haible  <bruno@clisp.org>
40629
40630         * m4/inttypes.m4: New file.
40631         * m4/_inttypes_h.m4: Remove file.
40632         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
40633         PRI_MACROS_BROKEN.
40634         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
40635
40636         * m4/imaxabs.m4: New file.
40637
40638         * m4/imaxdiv.m4: New file.
40639
40640 2006-08-26  Bruno Haible  <bruno@clisp.org>
40641
40642         * lib/inttypes_.h: New file.
40643         * lib/inttypes.h: Remove file.
40644         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
40645
40646         * lib/imaxabs.c: New file.
40647
40648         * lib/imaxdiv.c: New file.
40649
40650 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40651
40652         New config-h module, so that "make" output needn't be cluttered
40653         by -DHAVE_CONFIG_H.
40654         * MODULES.html.sh (Support for building libraries and executables):
40655         Add config-h.
40656         * modules/config-h: New file.
40657         * gnulib-tool (nl, sed_transform_lib_file): New vars.
40658         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
40659         the config-h module is used.
40660
40661         New configmake module, so that "make" output needn't be cluttered
40662         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
40663         * MODULES.html.sh (Support for building libraries and executables):
40664         Add configmake.
40665         * modules/configmake: New file.
40666
40667 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
40668
40669         * m4/config-h.m4: New file.
40670
40671 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40672
40673         * config/srclist.txt: Add elisp-comp.
40674
40675 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
40676
40677         * MODULES.html.sh (Support for building libraries and executables):
40678         Add elisp-comp.
40679         * build-aux/elisp-comp: New file.
40680         * modules/elisp-comp: New file.
40681
40682 2006-08-24  Bruno Haible  <bruno@clisp.org>
40683
40684         * gnulib-tool (func_create_testdir): Use non-default values of
40685         sourcebase and m4base.
40686
40687 2006-08-24  Bruno Haible  <bruno@clisp.org>
40688
40689         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
40690         HTML structure.
40691
40692 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
40693
40694         * modules/openat (Depends-on): Add lchown.
40695
40696 2006-08-23  Bruno Haible  <bruno@clisp.org>
40697
40698         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
40699         of gl_LOCK_EARLY instead of gl_LOCK.
40700
40701 2006-08-23  Bruno Haible  <bruno@clisp.org>
40702
40703         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
40704         on OSF/1 to no.
40705         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
40706
40707 2006-08-23  Bruno Haible  <bruno@clisp.org>
40708
40709         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
40710         as unusable.
40711
40712         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
40713         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
40714         (gl_LOCK): New macro.
40715
40716 2006-08-22  Simon Josefsson  <jas@extundo.com>
40717
40718         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
40719         to md5 module.
40720
40721 2006-08-22  Simon Josefsson  <jas@extundo.com>
40722
40723         * MODULES.html.sh: Add "Support for maintaining and release
40724         projects".
40725
40726         * build-aux/gnupload: New file, from coreutils.
40727
40728 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40729
40730         Avoid the need for AC_LIBSOURCES in m4 macros.
40731         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
40732         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
40733         * modules/check-version (EXTRA_DIST): Add check-version.h.
40734         * modules/crc (EXTRA_DIST): Add crc.h.
40735         * modules/des (EXTRA_DIST): Add des.h.
40736         * modules/gc (EXTRA_DIST): Add gc.h.
40737         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
40738         * modules/getline (EXTRA_DIST): Add getline.h.
40739         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
40740         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
40741         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
40742         * modules/md2 (EXTRA_DIST): Add md2.h.
40743         * modules/md4 (EXTRA_DIST): Add md4.h.
40744         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
40745         * modules/read-file (EXTRA_DIST): Add read-file.h.
40746         * modules/readline (EXTRA_DIST): Add readline.h.
40747         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
40748         rijndael-api-fst.h.
40749
40750 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40751
40752         * m4/rijndael.m4 (gl_ARCFOUR):
40753         * m4/arctwo.m4 (gl_ARCTWO):
40754         * m4/check-version.m4 (gl_CHECK_VERSION):
40755         * m4/crc.m4 (gl_CRC):
40756         * m4/des.m4 (gl_DES):
40757         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
40758         * m4/gc.m4 (gl_GC):
40759         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
40760         * m4/getline.m4 (gl_FUNC_GETLINE):
40761         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
40762         * m4/hmac-md5.m4 (gl_HMAC_MD5):
40763         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
40764         * m4/md2.m4 (gl_MD2):
40765         * m4/md4.m4 (gl_MD4):
40766         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
40767         * m4/read-file.m4 (gl_FUNC_READ_FILE):
40768         * m4/readline.m4 (gl_FUNC_READLINE):
40769         * m4/rijndael.m4 (gl_RIJNDAEL):
40770         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
40771         to get the necessary .h files and whatnot.
40772
40773 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
40774
40775         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
40776         gnulib rather than the other way around.
40777         * config/srclistvars.sh (COREUTILS): Remove.
40778
40779 2006-08-22  Jim Meyering  <jim@meyering.net>
40780
40781         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
40782
40783         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
40784
40785 2006-08-22  Eric Blake  <ebb9@byu.net>
40786
40787         * modules/regexprops-generic: New file.
40788         * MODULES.html.sh (Support for building documentation): List it.
40789
40790 2006-08-22  Eric Blake  <ebb9@byu.net>
40791
40792         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
40793         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
40794         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
40795         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
40796
40797 2006-08-22  Bruno Haible  <bruno@clisp.org>
40798
40799         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
40800         and lib_LTLIBRARIES like the other lib_* variables.
40801
40802 2006-08-22  Bruno Haible  <bruno@clisp.org>
40803
40804         * build-aux/x-to-1.in: New file, from GNU gettext.
40805
40806 2006-08-22  Bruno Haible  <bruno@clisp.org>
40807
40808         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
40809         <utmpx.h> exists.
40810
40811 2006-08-22  Bruno Haible  <bruno@clisp.org>
40812
40813         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
40814         <utmpx.h> exists.
40815
40816 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40817
40818         BeOS portability.
40819         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
40820         exist.
40821         Problem reported by Bruno Haible.
40822
40823 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40824
40825         Avoid the need for AC_LIBSOURCES in m4 macros.
40826         * modules/acl (EXTRA_DIST): Add acl.h.
40827         * modules/argmatch (Files): Add m4/argmatch.m4.
40828         (configure.ac): Add gl_ARGMATCH.
40829         (EXTRA_DIST): Renamed from lib_SOURCES, for
40830         consistency with the other modules.  Remove argmatch.c.
40831         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
40832         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
40833         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
40834         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
40835         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
40836         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
40837         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
40838         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
40839         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
40840         * modules/closeout (EXTRA_DIST): Add closeout.h.
40841         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
40842         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
40843         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
40844         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
40845         dirname.h; remove basename.c and stripslash.c.
40846         * modules/exclude (EXTRA_DIST): Add exclude.h.
40847         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
40848         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
40849         * modules/file-type (EXTRA_DIST): Add file-type.h.
40850         * modules/filemode (EXTRA_DIST): Add filemode.h.
40851         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
40852         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40853         * modules/fpending (EXTRA_DIST): Add __fpending.h.
40854         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
40855         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
40856         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
40857         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
40858         * modules/getdate (EXTRA_DIST): Add getdate.c.
40859         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
40860         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
40861         * modules/getpass (EXTRA_DIST): Add getpass.h.
40862         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
40863         * modules/group-member (EXTRA_DIST): Add group-member.h.
40864         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
40865         * modules/hash (EXTRA_DIST): Add hash.h.
40866         * modules/human (EXTRA_DIST): Add human.h.
40867         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
40868         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
40869         * modules/lchown (EXTRA_DIST): Add lchown.h.
40870         * modules/long-options (EXTRA_DIST): Add long-options.h.
40871         * modules/lstat (EXTRA_DIST): Add lstat.h.
40872         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
40873         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
40874         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
40875         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
40876         * modules/memxor (EXTRA_DIST): Add memxor.h.
40877         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
40878         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
40879         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
40880         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
40881         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
40882         * modules/physmem (EXTRA_DIST): Add physmem.h.
40883         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
40884         * modules/posixver (EXTRA_DIST): Add posixver.h.
40885         * modules/quote (EXTRA_DIST): Add quote.h.
40886         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
40887         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
40888         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
40889         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
40890         regex_internal.h regexec.c.
40891         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
40892         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
40893         * modules/same (EXTRA_DIST): Add same.h.
40894         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
40895         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
40896         * modules/savedir (EXTRA_DIST): Add savedir.h.
40897         * modules/sha1 (EXTRA_DIST): Add sha1.h.
40898         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
40899         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
40900         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
40901         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
40902         * modules/strdup (EXTRA_DIST): Add strdup.h.
40903         * modules/strftime (EXTRA_DIST): Add strftime.h.
40904         * modules/strndup (EXTRA_DIST): Add strndup.h.
40905         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
40906         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
40907         * modules/time_r (EXTRA_DIST): Add time_r.h.
40908         * modules/timespec (EXTRA_DIST): Add timespec.h.
40909         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
40910         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
40911         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
40912         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
40913         * modules/userspec (EXTRA_DIST): Add userspec.h.
40914         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
40915         * modules/utimens (EXTRA_DIST): Add utimens.h.
40916         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
40917         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
40918         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
40919         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
40920         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
40921         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
40922         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
40923         * modules/yesno (EXTRA_DIST): Add yesno.h.
40924
40925 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
40926
40927         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
40928
40929         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
40930         * m4/dev-ino.m4, same-inode.m4: Remove.
40931
40932         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
40933         * m4/acl.m4 (AC_FUNC_ACL):
40934         * m4/backupfile.m4 (gl_BACKUPFILE):
40935         * m4/c-strtod.m4 (gl_C99_STRTOLD):
40936         * m4/canon-host.m4 (gl_CANON_HOST):
40937         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
40938         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
40939         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
40940         * m4/cloexec.m4 (gl_CLOEXEC):
40941         * m4/close-stream.m4 (gl_CLOSE_STREAM):
40942         * m4/closeout.m4 (gl_CLOSEOUT):
40943         * m4/dirfd.m4 (gl_FUNC_DIRFD):
40944         * m4/dirname.m4 (gl_DIRNAME):
40945         * m4/exclude.m4 (gl_EXCLUDE):
40946         * m4/exitfail.m4 (gl_EXITFAIL):
40947         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
40948         * m4/file-type.m4 (gl_FILE_TYPE):
40949         * m4/filemode.m4 (gl_FILEMODE):
40950         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
40951         * m4/fpending.m4 (gl_FUNC_FPENDING):
40952         * m4/fprintftime.m4 (gl_FPRINTFTIME):
40953         * m4/fts.m4 (gl_FUNC_FTS):
40954         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
40955         * m4/getdate.m4 (gl_GETDATE):
40956         * m4/gethrxtime.m4 (gl_GETHRXTIME):
40957         * m4/getpagesize.m4 (gl_GETPAGESIZE):
40958         * m4/getpass.m4 (gl_FUNC_GETPASS):
40959         * m4/gettime.m4 (gl_GETTIME):
40960         * m4/getugroups.m4 (gl_GETUGROUPS):
40961         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
40962         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
40963         * m4/hard-locale.m4 (gl_HARD_LOCALE):
40964         * m4/hash.m4 (gl_HASH):
40965         * m4/idcache.m4 (gl_IDCACHE):
40966         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
40967         * m4/lchown.m4 (gl_FUNC_LCHOWN):
40968         * m4/long-options.m4 (gl_LONG_OPTIONS):
40969         * m4/lstat.m4 (gl_FUNC_LSTAT):
40970         * m4/md5.m4 (gl_MD5):
40971         * m4/memcasecmp.m4 (gl_MEMCASECMP):
40972         * m4/memcoll.m4 (gl_MEMCOLL):
40973         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
40974         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
40975         * m4/memxor.m4 (gl_MEMXOR):
40976         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
40977         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
40978         * m4/modechange.m4 (gl_MODECHANGE):
40979         * m4/mountlist.m4 (gl_MOUNTLIST):
40980         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40981         * m4/openat.m4 (gl_FUNC_OPENAT):
40982         * m4/pathmax.m4 (gl_PATHMAX):
40983         * m4/physmem.m4 (gl_PHYSMEM):
40984         * m4/posixtm.m4 (gl_POSIXTM):
40985         * m4/posixver.m4 (gl_POSIXVER):
40986         * m4/quote.m4 (gl_QUOTE):
40987         * m4/quotearg.m4 (gl_QUOTEARG):
40988         * m4/readtokens.m4 (gl_READTOKENS):
40989         * m4/readutmp.m4 (gl_READUTMP):
40990         * m4/regex.m4 (gl_REGEX):
40991         * m4/safe-read.m4 (gl_SAFE_READ):
40992         * m4/safe-write.m4 (gl_SAFE_WRITE):
40993         * m4/same.m4 (gl_SAME):
40994         * m4/save-cwd.m4 (gl_SAVE_CWD):
40995         * m4/savedir.m4 (gl_SAVEDIR):
40996         * m4/settime.m4 (gl_SETTIME):
40997         * m4/sha1.m4 (gl_SHA1):
40998         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
40999         * m4/stat-macros.m4 (gl_STAT_MACROS):
41000         * m4/stat-time.m4 (gl_STAT_TIME):
41001         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
41002         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
41003         * m4/strdup.m4 (gl_FUNC_STRDUP):
41004         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
41005         * m4/strndup.m4 (gl_FUNC_STRNDUP):
41006         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
41007         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
41008         * m4/time_r.m4 (gl_TIME_R):
41009         * m4/timespec.m4 (gl_TIMESPEC):
41010         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
41011         * m4/unlinkdir.m4 (gl_UNLINKDIR):
41012         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
41013         * m4/userspec.m4 (gl_USERSPEC):
41014         * m4/utimecmp.m4 (gl_UTIMECMP):
41015         * m4/utimens.m4 (gl_UTIMENS):
41016         * m4/xalloc.m4 (gl_XALLOC):
41017         * m4/xgetcwd.m4 (gl_XGETCWD):
41018         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
41019         * m4/xreadlink.m4 (gl_XREADLINK):
41020         * m4/xstrtod.m4 (gl_XSTRTOD):
41021         * m4/yesno.m4 (gl_YESNO):
41022         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
41023         to get the necessary .h files and whatnot.
41024
41025 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
41026             Bruno Haible  <bruno@clisp.org>
41027
41028         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
41029         /bin/sh understanding of '!' conditional negation.
41030
41031 2006-08-21  Jim Meyering  <jim@meyering.net>
41032
41033         * modules/openat (Depends-on): Really alphabetize.
41034
41035         * modules/acl (Depends-on): Add error and quote.
41036
41037         * check-module (find_included_lib_files): Add at-func.c to the
41038         ok-to-include-more-than-once white list.
41039
41040         * modules/openat (Depends-on): Add lstat.  Alphabetize.
41041
41042 2006-08-21  Bruno Haible  <bruno@clisp.org>
41043
41044         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41045         Emit a pkgdata_DATA variable only if some snippets add contents to it.
41046         Reported by Martin Lambers <marlam@marlam.de>.
41047
41048 2006-08-21  Bruno Haible  <bruno@clisp.org>
41049
41050         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
41051         specify an installation location, don't emit a noinst_LIBRARIES or
41052         noinst_LTLIBRARIES assignment.
41053
41054 2006-08-21  Bruno Haible  <bruno@clisp.org>
41055
41056         BeOS portability.
41057         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
41058         BeOS has mbrtowc() but no <wctype.h>.
41059
41060 2006-08-21  Bruno Haible  <bruno@clisp.org>
41061
41062         BeOS portability.
41063         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
41064         exist.
41065
41066 2006-08-21  Bruno Haible  <bruno@clisp.org>
41067
41068         BeOS portability.
41069         * lib/mbchar.h: Include <wctype.h> only if it exists.
41070
41071 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41072
41073         Remove files that are no longer needed by their respective modules.
41074         * m4/obstack.m4: Remove.
41075         * m4/strerror_r.m4: Remove.
41076         * m4/uint32_t.m4: Remove.
41077         * m4/uintptr_t.m4: Remove.
41078         * m4/ullong_max.m4: Remove.
41079         * m4/xstrtoimax.m4: Remove.
41080         * m4/xstrtoumax.m4: Remove.
41081
41082         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
41083         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
41084         dependencies now capture this.
41085
41086         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
41087         Do not use AC_LIBSOURCES, since gnulib modules now do this.
41088         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
41089         * m4/human.m4 (gl_HUMAN): Likewise.
41090         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
41091         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
41092
41093         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
41094
41095         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
41096         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
41097         stdint.
41098         * m4/human.m4 (gl_HUMAN): Likewise.
41099         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
41100         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
41101         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
41102         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
41103         * m4/xstrtol (gl_XSTRTOL): Likewise.
41104
41105         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
41106         AC_TYPE_LONG_LONG_INT.
41107         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
41108         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
41109         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
41110         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
41111
41112         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
41113         on stdbool.
41114
41115         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
41116         (gl_PREREQ_XSTRTOUL): Remove.
41117
41118         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
41119
41120         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
41121         mode.
41122
41123 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41124
41125         Add and change modules to make it easier for coreutils to use
41126         gnulib-tool.
41127         * modules/backupfile (Files): Remove m4/d-ino.m4.
41128         (Depends-on): Add d-ino.
41129         * modules/cycle-check (Depends-on): Add stdint.
41130         (lib_SOURCES): Add cycle-check.h.
41131         * modules/d-ino: New module.
41132         * modules/d-type: New module.
41133         * modules/error (Files): Remove m4/strerror_r.m4.
41134         * modules/filemode (Files): Add m4/st_dm_mode.m4.
41135         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
41136         m4/inttypes_h.m4, m4/uintmax_t.m4.
41137         (Depends-on): Add stdint.
41138         (lib_SOURCES): Add fsusage.h.
41139         * modules/getcwd (Files): Remove d-ino.m4.
41140         (Depends-on): Add d-ino.
41141         * modules/getndelim2 (Depends-on): Add stdint.
41142         * modules/glob (Files): Remove m4/d-type.m4.
41143         (Depends-on): Add d-type.
41144         * modules/host-os: New module.
41145         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
41146         m4/inttypes_h.m4, m4/uintmax_t.m4.
41147         * Depends-on: Add stdint.
41148         (lib_SOURCES): Add human.h.
41149         * modules/inttostr (Files): Remove m4/intmax_t.m4,
41150         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
41151         m4/uintmax_t.m4, m4/ulonglong.m4.
41152         (Depends-on): Add stdint.
41153         (EXTRA_DIST): Add inttostr.h.
41154         * modules/lchmod: New module.
41155         * modules/link-follow: New module.
41156         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
41157         (Depends-on): Add lchmod.
41158         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
41159         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
41160         (Depends-on): Add stdint.
41161         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
41162         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
41163         (Depends-on): Add stdint.
41164         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
41165         * modules/perl: New module.
41166         * modules/regex (Depends-on): Add stdint.
41167         * modules/rmdir-errno: New module.
41168         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
41169         m4/intmax_t.m4.
41170         (Depends-on): Add stdint.
41171         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
41172         m4/uintmax_t.m4.
41173         (Depends-on): Add stdint.
41174         * modules/unlink-busy: New module.
41175         * modules/utimecmp (Depends-on): Add stdint.
41176         * modules/uptime: New module.
41177         * modules/winsz-ioctl: New module.
41178         * modules/winsz-termios: New module.
41179         * modules/xnanosleep (Depends-on): Add nanosleep.
41180         * modules/ullong_max: Remove.
41181         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
41182         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
41183         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
41184         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
41185         (Depends-on): Add inttypes.
41186         (lib_SOURCES): Add xstrtol.h.
41187         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
41188         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
41189         * MODULES.html.sh: Move 'assert' into the assert section.
41190         Move 'dummy' into the linking section.
41191         Remove ullong_max.
41192         Add section for compatibility checks for POSIX:2001 functions,
41193         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
41194         winsz-ioctl, and winsz-termios into it.
41195         Add lchmod.
41196         Add top-level Misc section and put host-os, perl, and uptime
41197         into it.
41198
41199 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
41200
41201         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
41202         now assume the stdint module.  Do not include inttypes.h.
41203         * lib/fsusage.h: Likewise.
41204         * lib/getndelim2.c: Likewise.
41205         * lib/human.h: Likewise.
41206         * lib/inttostr.h: Likewise.
41207         * lib/obstack.c: Likewise.
41208         * lib/regex_internal.h: Likewise.
41209         * lib/tempname.c: Likewise.
41210         * lib/utimecmp.c: Likewise.
41211         * lib/xstrtol.h: Likewise.
41212
41213         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
41214
41215         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
41216         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
41217         * lib/xtime.h: Likewise.
41218
41219 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41220
41221         * modules/openat (Files): Add lib/fchmodat.c.
41222         Fixes problem reported by Jay Youngman.
41223
41224 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
41225
41226         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
41227         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
41228
41229 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
41230             Bruno Haible  <bruno@clisp.org>
41231
41232         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
41233         and is a script that invokes bison. Tighten the code. Add comments.
41234
41235 2006-08-18  Jim Meyering  <jim@meyering.net>
41236
41237         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
41238         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
41239         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
41240         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
41241
41242 2006-08-18  Bruno Haible  <bruno@clisp.org>
41243
41244         * modules/bison-i18n: New file.
41245         * MODULES.html.sh (Internationalization functions): Add it.
41246
41247 2006-08-18  Bruno Haible  <bruno@clisp.org>
41248
41249         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
41250         sys/statvfs.h. When getmntinfo was found, check its declaration and
41251         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
41252
41253 2006-08-18  Bruno Haible  <bruno@clisp.org>
41254
41255         * m4/bison-i18n.m4: New file, from bison.
41256
41257 2006-08-18  Bruno Haible  <bruno@clisp.org>
41258
41259         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
41260         (ME_DUMMY): Treat "kernfs" as a dummy.
41261         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
41262
41263 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41264
41265         Update from coreutils.
41266
41267         2006-08-15  Jim Meyering  <jim@meyering.net>
41268
41269         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
41270
41271         2006-01-17  Jim Meyering  <jim@meyering.net>
41272
41273         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
41274
41275         2006-01-11  Jim Meyering  <jim@meyering.net>
41276
41277         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
41278         Check for the lchmod function.
41279
41280 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
41281
41282         Update from coreutils.
41283
41284         * lib/__fpending.h: Add copyright notice.
41285         * lib/fprintftime.h: Likewise.
41286         * lib/savedir.c: Use (C) in copyright notice.
41287         * lib/savedir.h: Likewise.
41288
41289         2006-08-15  Jim Meyering  <jim@meyering.net>
41290
41291         * lib/at-func.c: New file, with the logic of all emulated at-functions.
41292         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
41293         in support of the EXPECTED_ERRNO macro.
41294         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
41295         definitions.  Instead, define the appropriate symbols and include
41296         "at-func.c".
41297         * lib/mkdirat.c (mkdirat): Likewise.
41298         * lib/fchmodat.c (fchmodat): Likewise.
41299         (ENOSYS): Remove definition.
41300         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
41301         it.  Don't include "unistd--.h" -- it wasn't ever used.
41302
41303         2006-01-17  Jim Meyering  <jim@meyering.net>
41304
41305         Rewrite fts.c not to change the current working directory,
41306         by using openat, fstatat, fdopendir, etc..
41307
41308         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
41309         (HAVE_OPENAT_SUPPORT): Define.
41310         [_LIBC] (fchdir): Don't undef or define; no longer used.
41311         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
41312         Now, this `function' always succeeds, and consumes its file descriptor
41313         parameter -- so callers must not close such FDs.  Update callers.
41314         (diropen_fd, opendirat, cwd_advance_fd): New functions.
41315         (diropen): Add parameter, SP.  Adjust all callers.
41316         Implement using diropen_fd, rather than open.
41317         (fts_open): Initialize new member, fts_cwd_fd.
41318         Remove fts_rft-setting code.
41319         (fts_close): Close fts_cwd_fd, if necessary.
41320         (__opendir2): Define in terms of opendir or opendirat,
41321         depending on whether the FST_NOCHDIR flag is set.
41322         (fts_build): Since fts_safe_changedir consumes its FD, and since
41323         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
41324         and close the dup'd file descriptor upon failure.
41325         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
41326         (fts_safe_changedir): Tweak semantics to reflect that this function
41327         now calls cwd_advance_fd and hence consumes its FD argument.
41328         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
41329         [struct FTS] (fts_rft): Remove now-unused member.
41330         [struct FTS] (fts_cycle.state): Improve comment.
41331
41332         * lib/openat.c (openat_needs_fchdir): New function.
41333         * lib/openat.h (openat_needs_fchdir): Declare it.
41334
41335 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
41336
41337         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
41338         Problem and fix reported by Pádraig Brady in
41339         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
41340
41341 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41342
41343         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
41344
41345 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41346
41347         * lib/memcoll.c (memcoll): Optimize for the common case where the
41348         arguments are bytewise equal.
41349
41350 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
41351
41352         * doc/regexprops-generic.texi: Add a copyright notice.
41353
41354 2006-08-15  Bruno Haible  <bruno@clisp.org>
41355
41356         * modules/tmpdir (License): Change to LGPL.
41357
41358 2006-08-15  Bruno Haible  <bruno@clisp.org>
41359
41360         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
41361         module.
41362
41363 2006-08-14  Simon Josefsson  <jas@extundo.com>
41364
41365         * config/srclist.txt: Add gnupload.
41366
41367 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41368
41369         Change copyright notice from LGPL 2 to GPL 2, since that's the
41370         standard form used in the gnulib repository.
41371         * tests/test-lock.c: Likewise.
41372         * tests/test-stdint.c: Likewise.
41373         * tests/test-tls.c: Likewise.
41374
41375         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
41376         prelude-manager.  User shorter URLs for GNU projects, without '?'.
41377         Add copyright notice.
41378
41379         * check-module: Add copyright notice.  Output a copyright
41380         notice if "--version" is specified.
41381         * modules/COPYING: New file.
41382         * tests/test-getaddrinfo.c: Add copyright notice.
41383         * tests/test-verify.c: Likewise.
41384
41385 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41386
41387         Change copyright notice from LGPL 2 to GPL 2, since that's the
41388         standard form used in the gnulib repository.
41389         * lib/lock.c: LGPL -> GPL.
41390         * lib/lock.h: Likewise.
41391         * lib/strnlen1.c: Likewise.
41392         * lib/strnlen1.h: Likewise.
41393         * lib/tls.c: Likewise.
41394         * lib/tls.h: Likewise.
41395         * lib/tmpdir.c: Likewise.
41396
41397         * lib/TODO: Remove; this belongs only in coreutils.
41398
41399 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41400
41401         Add copyright notices to long-enough files that lack them, since
41402         otherwise the files aren't clearly free.  Use the same notice that
41403         getdate.texi already uses.
41404         * doc/alloca-opt.texi: Add copyright notice.
41405         * doc/alloca.texi: Likewise.
41406         * doc/ctime.texi: Likewise.
41407         * doc/functions.texi: Likewise.
41408         * doc/gcd.texi: Likewise.
41409         * doc/gnulib-tool.texi: Likewise.
41410         * doc/inet_ntoa.texi: Likewise.
41411         * doc/visibility.texi: Likewise.
41412
41413         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
41414         * doc/quote.texi: Add copyright notice.
41415
41416         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
41417         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
41418         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
41419         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
41420         is now obsolete, and give a pointer to the Sun list.
41421         Add copyright notice.
41422
41423 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
41424
41425         * config/srclistvars.sh: Add copyright notice.
41426
41427 2006-08-14  Eric Blake  <ebb9@byu.net>
41428
41429         Import the following change from libc:
41430
41431         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
41432
41433         Upstream bug 2997.
41434         * lib/misc/error.c: Add space between program name and message if file
41435         name is missing.
41436
41437 2006-08-12  Karl Berry  <karl@gnu.org>
41438
41439         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
41440         remove, these originate in gnulib now.
41441
41442 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41443
41444         * doc/Makefile (standards.info standards.html standards.dvi):
41445         Also depend on make-stds.texi.
41446
41447 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
41448
41449         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
41450         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
41451
41452         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
41453         in wchar_t.  Problem reported by Eric Blake.
41454
41455         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
41456         LEN is smaller than SIZE.  Suggested by Bruno Haible.
41457         Also, help the compiler to keep LEN in a register.
41458
41459 2006-08-11  Eric Blake  <ebb9@byu.net>
41460
41461         * users.txt: Sort.  Add tar.
41462
41463 2006-08-11  Bruno Haible  <bruno@clisp.org>
41464
41465         * users.txt: New file.
41466
41467 2006-08-11  Bruno Haible  <bruno@clisp.org>
41468
41469         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
41470         before <wchar.h>. Needed for OSF/1 and BSD/OS.
41471
41472 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41473
41474         * modules/snprintf (Depends-on): Remove minmax.
41475         (Maintainer): Add self and Bruno.
41476
41477 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
41478
41479         * lib/.cppi-disable: Add snprintf.h, socket_.h.
41480         * lib/snprintf.c: Include <errno.h> and <limits.h>.
41481         (EOVERFLOW): Define if the system does not.
41482         Do not include "minmax.h"; it wasn't used.
41483         (snprintf): Don't assume size_t promotes to an unsigned type.
41484         Fix bug when generated string was too long for the buffer: the
41485         buffer's contents are supposed to be the initial prefix of the
41486         output.  Don't assume vasnprintf returns EOVERFLOW if the size
41487         exceeds INT_MAX; do the check ourselves.
41488
41489         Import the following changes from libc:
41490
41491         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
41492
41493         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
41494         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
41495         set wc to the byte which couldn't be converted.
41496         (re_string_reconstruct): Don't clear valid_raw_len before calling
41497         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
41498         tip_context using re_string_context_at.
41499
41500         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
41501
41502         * lib/posix/regex.h: g++ still cannot handled [restrict].
41503
41504         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
41505
41506         * lib/posix/regex.h: Remove special handling for VMS.
41507
41508 2006-08-10  Jim Meyering  <jim@meyering.net>
41509
41510         * modules/same-inode: New module.
41511         * modules/dev-ino: New module.
41512         * modules/cycle-check: Depend on these modules, rather than simply
41513         including their .h files.
41514         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
41515         required via m4/cycle-check.m4.
41516         * modules/same: Depend on new same-inode module, rather than
41517         including same-inode.h.
41518         * modules/chdir-safer: New file.
41519
41520         * modules/chown (Depends-on): Add stat-macros.
41521
41522 2006-08-10  Jim Meyering  <jim@meyering.net>
41523
41524         * m4/cycle-check.m4: New file.
41525         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
41526         * m4/dev-ino.m4, m4/same-inode.m4: New files.
41527
41528 2006-08-10  Eric Blake  <ebb9@byu.net>
41529
41530         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
41531         in from original proposal.
41532
41533 2006-08-10  Eric Blake  <ebb9@byu.net>
41534         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
41535
41536         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
41537         namespace.
41538
41539 2006-08-10  Bruno Haible  <bruno@clisp.org>
41540
41541         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
41542         as well.
41543
41544 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41545
41546         Sync from coreutils.
41547
41548         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
41549
41550         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
41551         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
41552
41553 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41554
41555         * modules/restrict: Remove; no longer needed now that we assume
41556         Autoconf 2.59 or later.
41557         * MODULES.html.sh: Remove 'restrict'.
41558         * modules/argp (Depends-on): Remove 'restrict'.
41559         * modules/base64 (Depends-on): Likewise.
41560         * modules/gc (Depends-on): Likewise.
41561         * modules/getaddrinfo (Depends-on): Likewise.
41562         * modules/glob (Depends-on): Likewise.
41563         * modules/inet_ntop (Depends-on): Likewise.
41564         * modules/inet_pton (Depends-on): Likewise.
41565         * modules/memxor (Depends-on): Likewise.
41566         * modules/regex (Depends-on): Likewise.
41567         * modules/strtok_r (Depends-on): Likewise.
41568         * modules/time_r (Depends-on): Likewise.
41569
41570 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
41571
41572         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
41573         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
41574         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
41575         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
41576         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
41577         * m4/memxor.m4 (gl_MEMXOR): Likewise.
41578         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
41579         gl_C_RESTRICT replaced by AC_C_RESTRICT.
41580
41581         Merge from coreutils.
41582         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
41583         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
41584         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
41585         * m4/time_r.m4 (gl_TIME_R): Likewise.
41586
41587 2006-08-09  Karl Berry  <karl@gnu.org>
41588
41589         * config/srclist.txt: no more gettext-tools, per Bruno.
41590
41591 2006-08-08  Eric Blake  <ebb9@byu.net>
41592
41593         * modules/verror: New module.
41594         * MODULES.html.sh: Document it.
41595
41596 2006-08-08  Eric Blake  <ebb9@byu.net>
41597
41598         * lib/verror.h, lib/verror.c: New files.
41599
41600 2006-08-08  Eric Blake  <ebb9@byu.net>
41601
41602         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
41603         verror_at_line output complies with GNU Coding Standards even when
41604         file is NULL.
41605
41606 2006-08-07  Bruno Haible  <bruno@clisp.org>
41607
41608         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
41609         versions of AIX.
41610         Reported by Ralf Wildenhues.
41611
41612 2006-08-07  Bruno Haible  <bruno@clisp.org>
41613
41614         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
41615         in an AC_DEFUN. Needed so that the autoconf snippets can use
41616         AC_REQUIRE.
41617
41618 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41619
41620         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41621         Initialize pkgdata_DATA.
41622         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
41623         overriding it.
41624
41625 2006-08-06  Eric Blake  <ebb9@byu.net>
41626
41627         * lib/error.h: Fold in some upstream changes from glibc.
41628         * lib/error.c: Likewise.
41629
41630 2006-08-04  Bruno Haible  <bruno@clisp.org>
41631
41632         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41633         Make the mostlyclean-local rule depend on mostlyclean-generic.
41634         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
41635
41636 2006-07-31  Bruno Haible  <bruno@clisp.org>
41637
41638         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
41639         <stdlib.h>, <string.h>.
41640
41641 2006-07-30  Bruno Haible  <bruno@clisp.org>
41642
41643         * modules/readlink (License): Change to LGPL.
41644
41645 2006-07-30  Bruno Haible  <bruno@clisp.org>
41646
41647         * modules/javaversion (Makefile.am): Distribute javaversion.java and
41648         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
41649         set PKGDATADIR to point to it.
41650
41651 2006-07-30  Bruno Haible  <bruno@clisp.org>
41652
41653         * modules/csharpexec (configure.ac): Comment out macro invocation.
41654         * modules/javaexec (configure.ac): Likewise.
41655         * modules/javacomp-script (configure.ac): Likewise.
41656
41657         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
41658
41659 2006-07-30  Bruno Haible  <bruno@clisp.org>
41660
41661         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
41662         linked-list.
41663
41664 2006-07-30  Bruno Haible  <bruno@clisp.org>
41665
41666         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
41667
41668 2006-07-30  Bruno Haible  <bruno@clisp.org>
41669
41670         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41671         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
41672         get removed.
41673
41674 2006-07-29  Bruno Haible  <bruno@clisp.org>
41675
41676         Make it possible for gnulib-tool to work with locally modified or
41677         augmented gnulib repositories.
41678         * gnulib-tool (func_usage): Document --local-dir option.
41679         (local_gnulib_dir): New variable.
41680         Handle --local-dir option.
41681         (func_lookup_file): New function.
41682         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
41683         (func_get_description, func_get_filelist, func_get_description,
41684         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
41685         func_get_automake_snippet, func_get_include_directive,
41686         func_get_license, func_get_maintainer): Use func_lookup_file.
41687         (func_import, func_create_testdir): Use func_lookup_file.
41688
41689 2006-07-29  Bruno Haible  <bruno@clisp.org>
41690
41691         * modules/setenv (Depends-on): Add unistd.
41692
41693 2006-07-29  Bruno Haible  <bruno@clisp.org>
41694
41695         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
41696
41697 2006-07-29  Bruno Haible  <bruno@clisp.org>
41698
41699         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
41700
41701 2006-07-29  Bruno Haible  <bruno@clisp.org>
41702
41703         * gnulib-tool (import, update): If there is no Makefile.am, look at
41704         aclocal.m4, instead of bailing out.
41705
41706 2006-07-29  Bruno Haible  <bruno@clisp.org>
41707
41708         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
41709         Categorize the options by when they are useful.
41710
41711 2006-07-29  Bruno Haible  <bruno@clisp.org>
41712
41713         * gnulib-tool (func_usage): Document option --no-libtool.
41714         Handle option --no-libtool.
41715         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
41716         for changed semantics of $libtool variable.
41717         (func_import): Likewise. If libtool is not used, show this through
41718         an option --no-libtool.
41719         (func_create_testdir): Update.
41720
41721 2006-07-29  Bruno Haible  <bruno@clisp.org>
41722
41723         * gnulib-tool (func_import): Extend error message about missing
41724         --doc-base.
41725
41726 2006-07-29  Bruno Haible  <bruno@clisp.org>
41727
41728         * gnulib-tool (func_import): Don't create the $docbase directory if
41729         there is no file to store there.
41730
41731 2006-07-29  Bruno Haible  <bruno@clisp.org>
41732
41733         * gnulib-tool (autoconf_minversion): If a --dir option is given and
41734         relevant, look for configure.ac there, not in the current directory.
41735         Also use a simple search for AC_PREREQ, not "autoconf --trace".
41736
41737 2006-07-29  Bruno Haible  <bruno@clisp.org>
41738
41739         * gnulib-tool (SORT): New variable.
41740         (func_usage): Undocument --assume-autoconf option.
41741         Remove --assume-autoconf option handling.
41742         (autoconf_minversion): Determine from the contents of configure.ac.
41743         (func_import): Remove autoconf_minversion handling.
41744         Suggested by Eric Blake.
41745
41746 2006-07-29  Bruno Haible  <bruno@clisp.org>
41747
41748         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
41749
41750 2006-07-29  Bruno Haible  <bruno@clisp.org>
41751
41752         * config/srclist.txt (*setenv.[ch]): Remove rules.
41753
41754 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41755
41756         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
41757
41758 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41759
41760         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
41761         arpa/inet.h.
41762
41763 2006-07-28  Simon Josefsson  <jas@extundo.com>
41764
41765         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
41766         * modules/inet_pton (Depends-on): Likewise.
41767
41768 2006-07-28  Simon Josefsson  <jas@extundo.com>
41769
41770         * m4/netinet_in_h.m4: New file.
41771
41772 2006-07-28  Simon Josefsson  <jas@extundo.com>
41773
41774         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
41775         #include's.
41776
41777 2006-07-28  Simon Josefsson  <jas@extundo.com>
41778
41779         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
41780         #include's.
41781
41782 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
41783
41784         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
41785         setgid on directories only if they set these bits.
41786         * lib/modechange.h: Remove obsolete comment about masks.
41787
41788 2006-07-28  Eric Blake  <ebb9@byu.net>
41789
41790         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
41791         macro expansion.
41792
41793 2006-07-28  Bruno Haible  <bruno@clisp.org>
41794
41795         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
41796
41797 2006-07-28  Bruno Haible  <bruno@clisp.org>
41798
41799         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
41800
41801 2006-07-28  Bruno Haible  <bruno@clisp.org>
41802
41803         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
41804         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
41805         Define fallbacks.
41806         Avoids link error on FreeBSD 4.x.
41807         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
41808
41809         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
41810         encoding.
41811         * lib/mbswidth.c (iswcntrl): Likewise.
41812
41813 2006-07-27  Bruno Haible  <bruno@clisp.org>
41814
41815         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
41816         test.
41817
41818 2006-07-27  Bruno Haible  <bruno@clisp.org>
41819
41820         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
41821         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
41822         defined.
41823
41824 2006-07-26  Eric Blake  <ebb9@byu.net>
41825
41826         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
41827
41828 2006-07-26  Eric Blake  <ebb9@byu.net>
41829
41830         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
41831         like mingw that lack mkstemp.
41832         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
41833         avoid compilation warning on mingw.
41834
41835 2006-07-26  Bruno Haible  <bruno@clisp.org>
41836
41837         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
41838         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
41839         INT_FAST*_MIN, INTPTR_MIN.
41840
41841 2006-07-25  Bruno Haible  <bruno@clisp.org>
41842
41843         * modules/version-etc (Depends-on): Add stdarg.
41844
41845 2006-07-25  Bruno Haible  <bruno@clisp.org>
41846
41847         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
41848         complex commands.
41849
41850 2006-07-25  Bruno Haible  <bruno@clisp.org>
41851
41852         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
41853         defined in <stdarg.h> or config.h.
41854
41855 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41856
41857         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
41858         (gl_STDIO_SAFER): Remove.
41859
41860 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
41861
41862         * MODULES.html.sh (File stream based Input/Output):
41863         Add fopen-safer, tmpfile-safer; remove stdio-safer.
41864         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
41865         * modules/fopen-safer, modules/tmpfile-safer: New files.
41866         * modules/stdio-safer: Remove.
41867
41868 2006-07-24  Bruno Haible  <bruno@clisp.org>
41869
41870         * modules/tmpdir: New file.
41871         * MODULES.html.sh (File system functions): Add it.
41872
41873 2006-07-24  Bruno Haible  <bruno@clisp.org>
41874
41875         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
41876         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
41877
41878 2006-07-24  Bruno Haible  <bruno@clisp.org>
41879
41880         * modules/clean-temp: New file.
41881
41882 2006-07-24  Bruno Haible  <bruno@clisp.org>
41883
41884         * m4/tmpdir.m4: New file, from GNU gettext.
41885
41886 2006-07-24  Bruno Haible  <bruno@clisp.org>
41887
41888         * lib/tmpdir.h: New file, from GNU gettext.
41889         * lib/tmpdir.c: New file, from GNU gettext.
41890
41891 2006-07-24  Bruno Haible  <bruno@clisp.org>
41892
41893         * lib/clean-temp.h: New file, from GNU gettext.
41894         * lib/clean-temp.c: New file, from GNU gettext.
41895
41896 2006-07-23  Eric Blake  <ebb9@byu.net>
41897
41898         * modules/stdio-safer (Files): Add tmpfile-safer.c.
41899         (Depends-on): Add binary-io.
41900
41901 2006-07-23  Eric Blake  <ebb9@byu.net>
41902
41903         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
41904
41905 2006-07-23  Eric Blake  <ebb9@byu.net>
41906
41907         * lib/tmpfile-safer.c: New file.
41908         * lib/stdio-safer.h (fopen_safer): Add prototype.
41909         * lib/stdio--.h (tmpfile): Make safer.
41910
41911 2006-07-23  Bruno Haible  <bruno@clisp.org>
41912
41913         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
41914         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
41915         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
41916         gl_linked_remove_at): Use it.
41917
41918 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41919         and Simon Josefsson <jas@extundo.com>
41920
41921         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
41922
41923         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
41924
41925 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41926
41927         * modules/close-stream: New file.
41928         * modules/closeout (Description): Make it clear that it exits
41929         with a diagnostic on error.
41930         (Depends-on): Add close-stream.  Remove fpending, stdbool.
41931         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
41932
41933 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41934
41935         * m4/close-stream.m4: New file.
41936
41937 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
41938
41939         * lib/close-stream.c, lib/close-stream.h: New files.
41940
41941 2006-07-22  Bruno Haible  <bruno@clisp.org>
41942
41943         Merge from GNU gettext 0.15.
41944
41945         2006-05-01  Bruno Haible  <bruno@clisp.org>
41946
41947                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
41948
41949         2006-07-22  Bruno Haible  <bruno@clisp.org>
41950
41951                 * modules/javaversion: New file.
41952                 * MODULES.html.sh (Java): Add javaversion.
41953
41954         2006-03-12  Bruno Haible  <bruno@clisp.org>
41955
41956                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
41957
41958         2005-12-04  Bruno Haible  <bruno@clisp.org>
41959
41960                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
41961                 (untested).
41962
41963         2006-06-21  Bruno Haible  <bruno@clisp.org>
41964
41965                 Avoid warnings from recent versions of mcs.
41966                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
41967                 -o, -L, -r any more. Use options documented since mcs-1.0
41968                 instead. Similarly for -g.
41969
41970         2005-12-04  Bruno Haible  <bruno@clisp.org>
41971
41972                 * build-aux/csharpcomp.sh.in: Suffix for resources is
41973                 .resources, not .resource.
41974
41975         2005-07-09  Bruno Haible  <bruno@clisp.org>
41976
41977                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
41978                 add a .dll suffix.
41979                 Reported by Mark Junker <mjscod@gmx.de>.
41980
41981         2006-07-22  Bruno Haible  <bruno@clisp.org>
41982
41983                 * modules/gettext: Upgrade to gettext-0.15.
41984                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
41985                 m4/visibility.m4.
41986                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
41987
41988 2006-07-22  Bruno Haible  <bruno@clisp.org>
41989
41990         Merge from GNU gettext 0.15.
41991
41992         2006-03-25  Bruno Haible  <bruno@clisp.org>
41993
41994                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
41995
41996         2006-07-21  Bruno Haible  <bruno@clisp.org>
41997
41998                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
41999                 "1.1".
42000
42001         2006-05-09  Bruno Haible  <bruno@clisp.org>
42002
42003                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
42004                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
42005                 for the conftestver execution.
42006
42007         2006-05-01  Bruno Haible  <bruno@clisp.org>
42008
42009                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
42010                 optional target-version argument. Verify that the compiler
42011                 groks source of the specified source-version, or add -source
42012                 option as necessary. Verify that the compiler produces
42013                 bytecode in the specified target-version, or add -target and
42014                 -source options as necessary. Make the result of the test
42015                 available as variable CONF_JAVAC. Also log error output in
42016                 config.log.
42017
42018         2006-03-11  Bruno Haible  <bruno@clisp.org>
42019
42020                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
42021
42022         2006-05-09  Bruno Haible  <bruno@clisp.org>
42023
42024                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
42025                 CLASSPATH_SEPARATOR to a semicolon.
42026
42027         2006-03-12  Bruno Haible  <bruno@clisp.org>
42028
42029                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
42030                 available as variable CONF_JAVA, for subsequent autoconf
42031                 tests. Also log error output in config.log.
42032
42033         2006-07-19  Bruno Haible  <bruno@clisp.org>
42034
42035                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
42036                 that getline works on glibc2 systems. Needed to avoid trouble
42037                 in relocatable.c.
42038                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
42039
42040         2005-12-04  Bruno Haible  <bruno@clisp.org>
42041
42042                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
42043                 launcher (untested).
42044
42045         2005-12-04  Bruno Haible  <bruno@clisp.org>
42046
42047                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
42048
42049         2006-07-22  Bruno Haible  <bruno@clisp.org>
42050
42051                 * gettext.m4: Update from GNU gettext-0.15.
42052                 * nls.m4: Likewise.
42053                 * po.m4: Likewise.
42054                 * inttypes-pri.m4: Likewise.
42055                 * inttypes-h.m4: Renamed from inttypes.m4.
42056                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
42057
42058 2006-07-22  Bruno Haible  <bruno@clisp.org>
42059
42060         Merge from GNU gettext 0.15.
42061
42062         2005-07-05  Bruno Haible  <bruno@clisp.org>
42063
42064                 * printf-args.c (printf_fetchargs): Work around broken
42065                 definition of wint_t on mingw.
42066
42067         2005-02-12  Bruno Haible  <bruno@clisp.org>
42068
42069                 * xallocsa.h: Add extern "C" for C++.
42070
42071         2006-05-17  Bruno Haible  <bruno@clisp.org>
42072
42073                 Cygwin portability.
42074                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
42075
42076         2006-04-30  Bruno Haible  <bruno@clisp.org>
42077
42078                 * progreloc.c: Include <mach-o/dyld.h> if available.
42079                 (find_executable): Use _NSGetExecutablePath when possible.
42080
42081         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42082
42083                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
42084                 function.
42085
42086         2005-12-29  Bruno Haible  <bruno@clisp.org>
42087
42088                 * progreloc.c (set_program_name_and_installdir): Fix
42089                 compilation error.
42090
42091         2005-12-04  Bruno Haible  <bruno@clisp.org>
42092
42093                 Cygwin portability.
42094                 * progreloc.c: Include <windows.h> also on Cygwin.
42095                 (find_executable): Add support for Cygwin.
42096                 (set_program_name_and_installdir): Handle also platforms with
42097                 nonempty EXEEXT.
42098
42099         2006-07-11  Bruno Haible  <bruno@clisp.org>
42100
42101                 * javacomp.c: Fix a comment.
42102                 Reported by Jim Meyering.
42103
42104         2006-04-30  Bruno Haible  <bruno@clisp.org>
42105
42106                 * javacomp.h (compile_java_class): Add source_version,
42107                 target_version arguments.
42108                 * javacomp.c: Rewritten to choose only a compiler that
42109                 respects the specified source_version and target_version.
42110
42111         2006-06-27  Bruno Haible  <bruno@clisp.org>
42112
42113                 Assume correct S_ISDIR macro.
42114                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
42115
42116         2006-07-22  Bruno Haible  <bruno@clisp.org>
42117
42118                 * javaversion.h: New file, from GNU gettext.
42119                 * javaversion.c: New file, from GNU gettext.
42120                 * javaversion.java: New file, from GNU gettext.
42121                 * javaversion.class: New file, from GNU gettext.
42122
42123         2006-05-17  Bruno Haible  <bruno@clisp.org>
42124
42125                 Cygwin portability.
42126                 * javaexec.c (execute_java_class): Test for jview program
42127                 also on Cygwin.
42128
42129         2006-04-09  Bruno Haible  <bruno@clisp.org>
42130
42131                 * fatal-signal.c: Don't include string.h.
42132                 (at_fatal_signal): Use a copying loop instead of memcpy.
42133
42134         2005-12-04  Bruno Haible  <bruno@clisp.org>
42135
42136                 * csharpexec.c: Add support for 'clix' launcher (untested).
42137                 (execute_csharp_using_sscli): New function.
42138                 (execute_csharp_program): Call it.
42139
42140         2006-06-21  Bruno Haible  <bruno@clisp.org>
42141
42142                 Avoid warnings from recent versions of mcs.
42143                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
42144                 -o, -L, -r any more. Use options documented since mcs-1.0
42145                 instead. Similarly for -g.
42146
42147         2005-07-09  Bruno Haible  <bruno@clisp.org>
42148
42149                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
42150                 add a .dll suffix.
42151                 Reported by Mark Junker <mjscod@gmx.de>.
42152
42153         2006-06-17  Bruno Haible  <bruno@clisp.org>
42154
42155                 * config.charset: Update for NetBSD 3.0.
42156
42157         2006-05-17  Bruno Haible  <bruno@clisp.org>
42158
42159                 Cygwin portability.
42160                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
42161
42162         2006-05-16  Bruno Haible  <bruno@clisp.org>
42163
42164                 * localcharset.c [CYGWIN]: Include <windows.h>.
42165                 (get_charset_aliases): For Cygwin, return the same CPxxx
42166                 aliases list as under WIN32.
42167                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
42168                 the environment variables. Fall back to GetACP().
42169
42170         2006-04-05  Bruno Haible  <bruno@clisp.org>
42171
42172                 * config.charset: Update Juan Manuel Guerrero's address.
42173
42174         2005-02-12  Bruno Haible  <bruno@clisp.org>
42175
42176                 * allocsa.h: Add extern "C" for C++.
42177
42178         2005-02-10  Bruno Haible  <bruno@clisp.org>
42179
42180                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
42181                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
42182
42183         2006-07-22  Bruno Haible  <bruno@clisp.org>
42184
42185                 * gettext.h: Update to GNU gettext-0.15.
42186
42187 2006-07-22  Bruno Haible  <bruno@clisp.org>
42188
42189         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
42190         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
42191         lib-prefix.m4, longdouble.m4, ssize_t.m4.
42192
42193 2006-07-21  Eric Blake  <ebb9@byu.net>
42194
42195         * modules/stdlib-safer: New file.
42196         * MODULES.html.sh (File stream based Input/Output): Add
42197         stdlib-safer.
42198
42199 2006-07-21  Eric Blake  <ebb9@byu.net>
42200
42201         * lib/stdlib-safer.h: New file from coreutils, required by
42202         stdlib--.h.
42203
42204 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
42205
42206         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
42207
42208 2006-07-20  Bruno Haible  <bruno@clisp.org>
42209
42210         * gnulib-tool: Recognize new option --assume-autoconf.
42211         (autoconf_minversion): New variable.
42212         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
42213
42214 2006-07-20  Bruno Haible  <bruno@clisp.org>
42215
42216         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
42217
42218 2006-07-19  Derek R. Price  <derek@ximbiot.com>
42219
42220         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
42221         Reindent and repaginate.
42222
42223 2006-07-19  Derek Price  <derek@ximbiot.com>
42224
42225         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
42226         Correct grammar.
42227
42228 2006-07-17  Bruno Haible  <bruno@clisp.org>
42229
42230         * modules/list: New file.
42231         * modules/array-list: New file.
42232         * modules/carray-list, modules/carray-list-tests: New files.
42233         * modules/linked-list, modules/linked-list-tests: New files.
42234         * modules/avltree-list, modules/avltree-list-tests: New files.
42235         * modules/rbtree-list, modules/rbtree-list-tests: New files.
42236         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
42237         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
42238         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
42239         * modules/oset: New file.
42240         * modules/array-oset: New file.
42241         * modules/avltree-oset, modules/avltree-oset-tests: New files.
42242         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
42243         * tests/test-carray_list.c: New file.
42244         * tests/test-linked_list.c: New file.
42245         * tests/test-avltree_list.c: New file.
42246         * tests/test-rbtree_list.c: New file.
42247         * tests/test-linkedhash_list.c: New file.
42248         * tests/test-avltreehash_list.c: New file.
42249         * tests/test-rbtreehash_list.c: New file.
42250         * tests/test-avltree_oset.c: New file.
42251         * tests/test-rbtree_oset.c: New file.
42252         * MODULES.html.sh (Container data structures): New section.
42253
42254 2006-07-17  Bruno Haible  <bruno@clisp.org>
42255
42256         * m4/gl_list.m4: New file.
42257
42258 2006-07-17  Bruno Haible  <bruno@clisp.org>
42259
42260         * lib/gl_list.h: New file.
42261         * lib/gl_list.c: New file.
42262         * lib/gl_array_list.h: New file.
42263         * lib/gl_array_list.c: New file.
42264         * lib/gl_carray_list.h: New file.
42265         * lib/gl_carray_list.c: New file.
42266         * lib/gl_linked_list.h: New file.
42267         * lib/gl_linked_list.c: New file.
42268         * lib/gl_anylinked_list1.h: New file.
42269         * lib/gl_anylinked_list2.h: New file.
42270         * lib/gl_avltree_list.h: New file.
42271         * lib/gl_avltree_list.c: New file.
42272         * lib/gl_anyavltree_list1.h: New file.
42273         * lib/gl_anyavltree_list2.h: New file.
42274         * lib/gl_rbtree_list.h: New file.
42275         * lib/gl_rbtree_list.c: New file.
42276         * lib/gl_anyrbtree_list1.h: New file.
42277         * lib/gl_anyrbtree_list2.h: New file.
42278         * lib/gl_anytree_list1.h: New file.
42279         * lib/gl_anytree_list2.h: New file.
42280         * lib/gl_linkedhash_list.h: New file.
42281         * lib/gl_linkedhash_list.c: New file.
42282         * lib/gl_anyhash_list1.h: New file.
42283         * lib/gl_anyhash_list2.h: New file.
42284         * lib/gl_avltreehash_list.h: New file.
42285         * lib/gl_avltreehash_list.c: New file.
42286         * lib/gl_rbtreehash_list.h: New file.
42287         * lib/gl_rbtreehash_list.c: New file.
42288         * lib/gl_anytreehash_list1.h: New file.
42289         * lib/gl_anytreehash_list2.h: New file.
42290
42291         * lib/gl_oset.h: New file.
42292         * lib/gl_oset.c: New file.
42293         * lib/gl_array_oset.h: New file.
42294         * lib/gl_array_oset.c: New file.
42295         * lib/gl_avltree_oset.h: New file.
42296         * lib/gl_avltree_oset.c: New file.
42297         * lib/gl_rbtree_oset.h: New file.
42298         * lib/gl_rbtree_oset.c: New file.
42299         * lib/gl_anytree_oset.h: New file.
42300
42301 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42302
42303         * m4/mkancesdirs.m4: New file.
42304         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
42305         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
42306         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
42307         it.
42308
42309 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42310
42311         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
42312         * lib/mkancesdirs.h: New files.
42313         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
42314         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
42315         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
42316         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
42317         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
42318         callers changed.  Revamp internals significantly, by not
42319         attempting to create directories that are temporarily more
42320         permissive than the final results.  Do not attempt to use
42321         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
42322         This removes some race conditions, fixes some bugs, and simplifies
42323         things.  Use new dirchownmod function to do owner and mode changes.
42324         * lib/mkdir-p.h: Likewise.
42325         * lib/modechange.c (octal_to_mode): New function.
42326         (struct mode_change): New member mentioned.
42327         (make_node_op_equals): New arg mentioned.  All callers changed.
42328         (mode_compile): Keep track of which mode bits the user has explicitly
42329         mentioned.
42330         (mode_adjust): New arg DIR, so that we implement the X op correctly.
42331         New arg PMODE_BITS, to keep track of which mode bits the user
42332         mentioned; it treats S_ISUID and S_ISGID speciall.
42333         All callers changed.
42334         * lib/modechange.h: Likewise.
42335
42336 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
42337
42338         * MODULES.html.sh: Add mkancestors.
42339         * modules/mkancesdirs: New module.
42340         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
42341         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
42342         The chdir-safer and afs files are now orphans; I'll remove them
42343         unless someone speaks up.
42344         Add lib/dirchownmod.c, lib/dirchownmod.h.
42345         (Depends-on): Remove alloca, chown, save-cwd, dirname.
42346         Add lchown, mkancesdirs.
42347         (Maintainer): Add self.
42348
42349 2006-07-15  Karl Berry  <karl@gnu.org>
42350
42351         * gnulib-tool: help message wording/arrangement.
42352
42353 2006-07-14  Simon Josefsson  <jas@extundo.com>
42354
42355         * doc/gnulib.texi (Libtool and Windows): New section.
42356
42357 2006-07-12  Simon Josefsson  <jas@extundo.com>
42358
42359         * modules/gendocs (License): Fix license, approved by Karl.
42360
42361 2006-07-12  Eric Blake  <ebb9@byu.net>
42362
42363         * MODULES.html.sh: Add gendocs.
42364
42365 2006-07-11  Eric Blake  <ebb9@byu.net>
42366
42367         * modules/fdl: New module, to install doc/fdl.texi.
42368         * MODULES.html.sh: Add new section for documentation modules.
42369         * gnulib-tool: Avoid space-tab.
42370         (--doc-base): New option, to manage files from doc.
42371
42372 2006-07-11  Eric Blake  <ebb9@byu.net>
42373
42374         * m4/absolute-header.m4: Fix comments to match recent change.
42375
42376 2006-07-11  Eric Blake  <ebb9@byu.net>
42377
42378         * gnulib-tool: List --doc-base before --tests-base.
42379
42380 2006-07-11  Derek R. Price  <derek@ximbiot.com>
42381
42382         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
42383
42384 2006-07-11  Bruno Haible  <bruno@clisp.org>
42385
42386         * README: Mention where to put documentation.
42387
42388 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42389
42390         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
42391
42392 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
42393
42394         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
42395         to stdint.m4.
42396
42397 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
42398
42399         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
42400         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
42401         "no/such/file/stdint.h" when there is no such file, so that
42402         the resulting C code can be parsed by dodgy compilers.
42403         Problems reported by Bob Proulx.
42404
42405 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42406
42407         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
42408         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42409         macros into the GNU _D_EXACT_NAMLEN.
42410         * lib/savedir.c:  Likewise.
42411         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
42412
42413 2006-07-10  Derek R. Price  <derek@ximbiot.com>
42414         and Paul Eggert  <eggert@cs.ucla.edu>
42415
42416         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
42417         * m4/savedir.m4:
42418         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
42419         macros into the GNU _D_EXACT_NAMLEN.
42420
42421 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42422
42423         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
42424         around the absolute name, to work around a problem with the HP-UX
42425         11.23 native C compiler, reported by Bob Proulx.
42426
42427 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42428
42429         * doc/maintain.texi, make-stds.texi: Sync from
42430         <http://savannah.gnu.org/projects/gnustandards>.
42431
42432 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
42433
42434         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
42435
42436 2006-07-09  Jim Meyering  <jim@meyering.net>
42437
42438         * m4/glob.m4: Remove a doubled word in a comment.
42439
42440 2006-07-09  Jim Meyering  <jim@meyering.net>
42441
42442         * lib/argp-pv.c: Remove a doubled word in a comment.
42443         * lib/check-version.c (check_version): Likewise.
42444         * lib/javacomp.c (compile_java_class): Likewise.
42445
42446 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
42447
42448         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
42449         for the benefit of people using Autoconf 2.60.  If you want to
42450         support older Autoconf versions you can copy m4/onceonly_2_57.m4
42451         (or m4/onceonly.m4, if pre-2.57) manually.
42452
42453 2006-07-08  Jim Meyering  <jim@meyering.net>
42454
42455         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
42456         comment.
42457         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
42458         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
42459         comment.
42460
42461 2006-07-08  Jim Meyering  <jim@meyering.net>
42462
42463         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
42464
42465 2006-07-07  Simon Josefsson  <jas@extundo.com>
42466
42467         * tests/test-crc.c: Change expected crc value, the test vector
42468         were probably computed using the old broken crc.c?
42469
42470 2006-07-06  Simon Josefsson  <jas@extundo.com>
42471
42472         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
42473         now the canonical place for the M4 file).
42474
42475         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
42476         from the sys_socket dependency now.
42477
42478         * modules/inet_pton (Files): Ditto.
42479
42480         * modules/inet_ntop (Files): Ditto.
42481
42482 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
42483
42484         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
42485         not gl_PREREQ_GETUSERSHELL.
42486
42487 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42488
42489         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
42490         with only one argument, for Autoconf 2.60.
42491         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
42492         expand to nothing, so add a shell command to avoid syntax error.
42493         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
42494
42495 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42496
42497         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
42498
42499 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42500
42501         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
42502         no longer needed.  Check for isblank decl.
42503         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
42504         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
42505         of existence.
42506
42507 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42508
42509         * lib/getloadavg.c: Use __VMS, not VMS.
42510         * lib/getopt.c: Likewise.
42511         * lib/getpagesize.h: Likewise.
42512         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
42513         and probably does not work.
42514
42515 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
42516
42517         * lib/.cppi-disable: Add wcwidth.
42518         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
42519         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
42520         (ISGRAPH): Remove.  All uses changed to isgraph.
42521         (FOLD) [!defined _LIBC]: Remove special case.
42522         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
42523         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
42524         HAVE_ISBLANK.
42525         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
42526         case.
42527
42528 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
42529
42530         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
42531         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
42532         brackets.  Other minor changes to suppress some compiler
42533         warnings.
42534
42535 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42536         and Paul Eggert  <eggert@cs.ucla.edu>
42537
42538         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
42539         of invoking obsolescent AC_HEADER_DIRENT macro.
42540         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
42541         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
42542         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
42543         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
42544         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
42545         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
42546         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
42547         * m4/readdir.m4: Remove; no longer needed.
42548
42549 2006-07-06  Derek R. Price  <derek@ximbiot.com>
42550         and Paul Eggert  <eggert@cs.ucla.edu>
42551
42552         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
42553         Don't worry about this obsolete case any more.
42554         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
42555         directories.
42556         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
42557         worry about this obsolete case any more.
42558         * lib/fts.c: Likewise.
42559         * lib/getcwd.c: Likewise.
42560         * lib/glob.h: Likewise.
42561         * lib/savedir.c: Likewise.
42562
42563 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42564
42565         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
42566         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
42567         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
42568         needed.
42569         All uses removed.
42570         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42571         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42572         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
42573         needed.
42574         * m4/getdate.m4 (gl_GETDATE): Likewise.
42575         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42576         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42577         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42578         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42579         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
42580         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42581         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
42582         needed.
42583
42584 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
42585
42586         * lib/memcasecmp.c: Include <limits.h>.
42587         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
42588         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
42589         Don't assume isdigit succeeds only on '0' through '9'.
42590
42591 2006-07-05  Eric Blake  <ebb9@byu.net>
42592
42593         * modules/getaddrinfo (Depends-on): Add snprintf.
42594
42595 2006-07-05  Eric Blake  <ebb9@byu.net>
42596
42597         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
42598         to avoid 'header present but could not be compiled' on cygwin.
42599
42600 2006-07-05  Eric Blake  <ebb9@byu.net>
42601
42602         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
42603         missing from netdb.h.
42604         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
42605
42606 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42607
42608         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
42609         no longer needed.
42610         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
42611         * m4/getdate.m4 (gl_GETDATE): Likewise.
42612         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
42613         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
42614         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
42615         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
42616         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
42617
42618 2006-07-05  Derek R. Price  <derek@ximbiot.com>
42619
42620         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
42621         All uses of is_space replaced by isspace.
42622         * lib/exit.h: Don't talk about STDC_HEADERS.
42623         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
42624         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
42625         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
42626         replaced by isprint etc.
42627         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
42628         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42629         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
42630         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
42631         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
42632         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
42633
42634 2006-07-05  Bruno Haible  <bruno@clisp.org>
42635
42636         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
42637         the function exists, before testing against AIX.
42638         Reported by Martin Lambers <marlam@marlam.de>.
42639
42640 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42641
42642         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
42643         From Mark D. Baushke.
42644
42645 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
42646
42647         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
42648         to the absolute name, not just one, to bypass Sun C 5.8's
42649         "warning: #include of /usr/include/... may be non-portable".
42650
42651 2006-07-04  Eric Blake  <ebb9@byu.net>
42652
42653         * modules/dirname-tests: New test module.
42654         * tests/test-dirname.c: New file, replacing dirname.c
42655         TEST_DIRNAME section that was recently deleted.
42656
42657 2006-07-04  Bruno Haible  <bruno@clisp.org>
42658
42659         Assume ANSI C header files and <ctype.h> functions.
42660         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
42661         (mbsnwidth): Use isprint, iscntrl instead.
42662
42663 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42664
42665         Merge from coreutils.
42666         * MODULES.html.sh: Add xstrtold.
42667         * modules/xstrtold: New file.
42668         * modules/cycle-check (Files): Add lib/same-inode.h.
42669         * modules/dirname (Files): Add m4/double-slash-root.m4.
42670         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
42671         * modules/mkdir-p (Files): Add lib/same-inode.h.
42672         * modules/same (Files): Add lib/same-inode.h.
42673
42674 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42675
42676         * m4/absolute-header.m4: Renamed from full-header-path.m4.
42677         This is to keep the terminology clean; POSIX talks about
42678         "absolute pathnames", not "full pathnames", but the GNU
42679         Coding Standards say to use "path" for something else;
42680         so use "absolute" to keep both sides happy.
42681         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
42682         Set gl_absolute_header, not gl_full_header_path.
42683         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
42684         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
42685         All uses changed.
42686
42687         Merge from coreutils.
42688
42689         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42690
42691         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
42692         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
42693         want to require the building of c-strtod.o.
42694         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
42695         needs -lm directly.
42696         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
42697
42698         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
42699
42700         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
42701         --as-needed option if available.  Problem reported by Albert Chin in
42702         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
42703         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
42704         cc merely issues a bunch of annoying warnings for --as-needed
42705         (this problem was reported by Bob Proulx).  Also, try linking with
42706         -lm to detect a bug in binutils 2.16 (this problem was reported
42707         by Ralf Wildenhues).
42708
42709         2006-06-18  Jim Meyering  <jim@meyering.net>
42710
42711         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
42712         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
42713         macro.
42714         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
42715         also check for glibc-2.4's abort-inducing bug.
42716
42717         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
42718         Low-probability clean-up should be to use rmdir to get rid of
42719         the just-created directory, not unlink.
42720
42721         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
42722         configure fail, and request a bug report to inform us about it.
42723         Add a comment that, barring reports to the contrary, in 2007 we'll
42724         assume ftruncate is universally available.
42725
42726         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42727
42728         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
42729
42730         2006-03-12  Jim Meyering  <jim@meyering.net>
42731
42732         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
42733         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
42734         * m4/same.m4 (gl_SAME): Likewise.
42735         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
42736
42737         2006-03-11  Eric Blake  <ebb9@byu.net>
42738
42739         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
42740         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
42741         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
42742         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
42743
42744 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
42745
42746         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
42747         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
42748         reported by Mark D. Baushke, one in
42749         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
42750
42751         Merge from coreutils.
42752
42753         * lib/.cppi-disable: Add stdint_.h.
42754         * lib/.cvsignore: Add stdint.h.
42755
42756         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
42757
42758         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
42759         both double and long double versions.
42760         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
42761         * lib/xstrtold.c: New file.
42762         * lib/xstrtod.h (xstrtold): New decl.
42763
42764         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
42765
42766         * lib/filemode.c (setst): Remove.
42767         (strmode): Rewrite to avoid setst.  This makes the code shorter,
42768         (arguably) clearer, and the generated code is a bit smaller on my
42769         Debian GNU/Linux stable x86 host.
42770
42771         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
42772
42773         * lib/filemode.c: Include "filemode.h" first, to test the interface.
42774         Assume that filemode.h includes sys/types.h and sys/stat.h.
42775         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
42776         (ftypelet): Reorder to put common cases first, for efficiency.
42777         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
42778         to do 'M'.
42779         (strmode): Renamed from mode_string, and now stores 12 bytes instead
42780         of 10, for compatibility with FreeBSD.  All callers changed.
42781         (filemodestring): Now stores 12 bytes instead of 10, and sets file
42782         types that can't be deduced solely from st_mode.  First arg is now a
42783         const pointer.
42784         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
42785         (strmode): Renamed from mode_string.
42786         (filemodestring): New decl.
42787         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
42788         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
42789         needed.
42790         (S_ISPORT, S_ISWHT): New macros, if not already defined.
42791
42792         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
42793
42794         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
42795         fsusage.h now does that.  Include fsusage.h first, to test interface.
42796         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
42797         at most one method (the old code could have generated decls that
42798         didn't conform to C89, not that this was ever exercised).
42799         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
42800
42801         2006-03-19  Jim Meyering  <jim@meyering.net>
42802
42803         Work even in a chroot where d_ino values for entries in "/"
42804         don't match the stat.st_ino values for the same names.
42805         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
42806         number, iterate through all entries again, using lstat instead.
42807         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
42808         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
42809
42810         * lib/getcwd.c (__getcwd): Clarify a comment.
42811         Use memcpy in place of a call to strcpy.
42812
42813         2006-03-12  Jim Meyering  <jim@meyering.net>
42814
42815         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
42816         matches that of the current directory (which we're about to chdir ".."
42817         out of), then save the dev-ino of the parent, instead.
42818
42819         * lib/same-inode.h (SAME_INODE): New file/macro.
42820         * lib/chdir-safer.c (SAME_INODE): Remove definition.
42821         Include "same-inode.h", instead.
42822         * lib/same.c: Likewise.
42823         * lib/cycle-check.h: Include "same-inode.h".
42824         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
42825         * lib/cycle-check.c (SAME_INODE): Remove definition.
42826         * lib/root-dev-ino.h: Include "same-inode.h".
42827
42828         2006-03-11  Eric Blake  <ebb9@byu.net>
42829
42830         * lib/same.c (same_name): s/base_name/last_component/
42831         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
42832         * lib/filenamecat.c (file_name_concat): Likewise.
42833
42834         2006-03-11  Eric Blake  <ebb9@byu.net>,
42835                     Paul Eggert  <eggert@cs.ucla.edu>
42836
42837         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
42838         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
42839         drive prefix.
42840         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
42841         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
42842         (last_component): New method.
42843         * lib/dirname.c (dir_len): Determine when drive letters need a
42844         subsequent slash.  Preserve // when it is special.
42845         (dir_name): Don't append dot when drive letter is absolute.
42846         [TEST_DIRNAME]: Move into a full-blown gnulib test.
42847         * lib/basename.c (base_name): New semantics - malloc the result.
42848         Preserve // when it is special.  Preserve relative files that look
42849         like drive letters.
42850         (base_len): Preserve // when it is special.
42851         (last_component): New method, similar to old base_name semantics.
42852         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
42853         base_name.  Strip redundant slashes from ///.
42854
42855 2006-07-03  Jim Meyering  <jim@meyering.net>
42856
42857         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
42858         macro is used before the first cycle_check call.
42859
42860 2006-07-03  Eric Blake  <ebb9@byu.net>
42861
42862         * modules/dirname (Depends-on): Add xstrndup.
42863
42864 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42865
42866         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
42867         test cases, so that config.log is a bit easier to follow.
42868
42869 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
42870
42871         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
42872         both are 64 bits, since this seems to be the tradition, and this
42873         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
42874         we ever run into a host that prefers long long to long in this
42875         case, we'll need another configure-time test.  Problem reported by
42876         Jim Meyering.
42877
42878 2006-07-02  Eric Blake  <ebb9@byu.net>
42879
42880         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
42881
42882 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42883
42884         * modules/inttypes (Depends-on): No longer depends on stdint.
42885         * modules/stdint (Description): Say more about assumptions.
42886         Say that the fast types might differ.  Say macros are used.
42887         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
42888         (Makefile.am): Revise list of substituted symbols to match
42889         new stdint.m4.
42890         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
42891         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
42892         * tests/test-stdint.c (verify_same_types)
42893         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
42894         the code conforms to C99/C89.
42895         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
42896         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
42897
42898 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42899
42900         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
42901         but fix a bug, by requiring at least 64 bits.
42902         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
42903         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
42904         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
42905         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
42906
42907         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
42908         changes.  Make 2.59 a prerequisite.  Check and substitute for
42909         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
42910         inttypes.h.  Do not use special include files; just use the
42911         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
42912         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
42913         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
42914         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
42915         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
42916         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
42917         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
42918         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
42919         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
42920         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
42921         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
42922         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
42923         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
42924         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
42925         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
42926         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
42927         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
42928         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
42929         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
42930         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
42931         WINT_MAX.  Check for C99 conformance more strictly, by detecting
42932         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
42933         not check for things that C99 does not require, e.g., int8_t.  If
42934         a test isn't needed unless <stdint.h> isn't working, and is
42935         unlikely to be needed for any other reason, then don't do it
42936         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
42937         size_t, since we assume C89 freestanding at least.  Do not check
42938         for sig_atomic_t, wchar_t, or wint_t, since the code now does
42939         the right thing even if the types are not defined.  Instead use:
42940         (gl_STDINT_TYPE_PROPERTIES): New macro.
42941         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
42942         testing whether <sys/types.h> clashes, as Autoconf does this for
42943         us now.  All uses removed.
42944         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
42945         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
42946         (gl_CHECK_TYPE_SAME):
42947         Remove; no longer needed.
42948         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
42949         exists, since we'll return 0 anyway in that case.
42950         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
42951
42952 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
42953
42954         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
42955         possible collision with system files.
42956         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
42957         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
42958         WCHAR_MIN and WCHAR_MAX in this case.
42959         (<stddef.h>): Do not include; no longer needed.
42960         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
42961         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
42962         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
42963         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
42964         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
42965         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
42966         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
42967         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
42968         !defined(__c99))]: Include in this case too, since it's harmless
42969         now.
42970         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
42971         dangerous to do so.
42972         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
42973         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
42974         (_STDINT_MIN, _STDINT_MAX): New macros.
42975         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
42976         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
42977         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
42978         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
42979         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
42980         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
42981         macros, not typedefs; this simplifies things quite a bit.
42982         Use long int for all types narrower than int64_t.
42983         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
42984         Define in terms of long long int or int64_t or long int,
42985         not int64_t or int32_t.  This saves some compile-time testing.
42986         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
42987         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
42988         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
42989         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
42990         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
42991         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
42992         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
42993         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
42994         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
42995         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
42996         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
42997         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
42998         undef any previous version and define our own version, for
42999         simplicity and consistency with the new macros for types.
43000         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
43001         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
43002         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
43003         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
43004         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
43005         @WINT_T_SUFFIX@ to keep things simple here.
43006         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
43007         Simplify by assuming typical 8/16/32/64 host, since we're
43008         already doing that elsewhere anyway.
43009         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
43010         and assume long long int is 64 bits if available.  This
43011         speeds up 'configure'.
43012
43013 2006-07-01  Eric Blake  <ebb9@byu.net>
43014
43015         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
43016         Reported by Andreas Buening.
43017
43018 2006-07-01  Eric Blake  <ebb9@byu.net>
43019
43020         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
43021
43022 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
43023
43024         * lib/getaddrinfo.c: fixed typo
43025
43026 2006-06-29  Jim Meyering  <jim@meyering.net>
43027
43028         * modules/strftime (Maintainer): Add my name, since with the
43029         FPRINTFTIME changes strftime.c has forked from glibc.
43030
43031 2006-06-29  Eric Blake  <ebb9@byu.net>
43032
43033         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
43034
43035 2006-06-29  Eric Blake  <ebb9@byu.net>
43036
43037         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
43038
43039 2006-06-29  Eric Blake  <ebb9@byu.net>
43040
43041         * lib/stat_.h: New file.
43042
43043 2006-06-29  Eric Blake  <ebb9@byu.net>
43044
43045         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
43046         unused static function.
43047
43048 2006-06-29  Eric Blake  <ebb9@byu.net>
43049
43050         * doc/functions.texi (Function Portability): Document missing lstat
43051         on mingw.
43052
43053 2006-06-29  Eric Blake  <ebb9@byu.net>
43054
43055         * MODULES.html.sh: Add sys_stat.
43056         * modules/sys_stat: New module.
43057         * modules/mkstemp (Depends-on): Add sys_stat.
43058
43059 2006-06-29  Derek R. Price  <derek@ximbiot.com>
43060
43061         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
43062
43063 2006-06-29  Derek R. Price  <derek@ximbiot.com>
43064
43065         * m4/c-bs-a.m4: Removed.
43066
43067 2006-06-29  Derek R. Price  <derek@ximbiot.com>
43068
43069         * lib/strftime.c: Assume strftime() exists.
43070
43071 2006-06-29  Derek Price  <derek@ximbiot.com>
43072
43073         * modules/c-bs-a: Removed - \a is C89.
43074         * MODULES.html.sh: Remove c-bs-a.
43075
43076 2006-06-29  Bruno Haible  <bruno@clisp.org>
43077
43078         * modules/wcwidth (License): Change to LGPL.
43079
43080 2006-06-28  Simon Josefsson  <jas@extundo.com>
43081
43082         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
43083         on _WIN32.
43084
43085         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
43086         getnameinfo.
43087
43088 2006-06-28  Simon Josefsson  <jas@extundo.com>
43089
43090         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
43091
43092 2006-06-28  Simon Josefsson  <jas@extundo.com>
43093
43094         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
43095         functions there.  It will succeed on Windows XP, but on Windows
43096         2000 and (presumably) earlier, it will fail, and use the internal
43097         re-implementation.
43098         (use_win32_p): New function.
43099         (getaddrinfo): Use strtoul on servname, to support numeric ports.
43100         Support AI_NUMERICSERV to disable getservbyname.
43101         (getnameinfo): New function, only supports
43102         NI_NUMERICHOST|NI_NUMERICSERV for now.
43103
43104         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
43105         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
43106         getnameinfo.
43107
43108 2006-06-28  Eric Blake  <ebb9@byu.net>
43109
43110         * modules/wcwidth: New file.
43111         * modules/mbchar (Depends-on): Add wcwidth.
43112         * modules/mbswidth (Depends-on): Add wcwidth.
43113         * MODULES.html.sh: Add wcwidth.
43114
43115 2006-06-28  Eric Blake  <ebb9@byu.net>
43116
43117         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
43118         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
43119
43120 2006-06-28  Eric Blake  <ebb9@byu.net>
43121
43122         * lib/xvasprintf.h: Fix comments.
43123
43124 2006-06-28  Eric Blake  <ebb9@byu.net>
43125
43126         * lib/mbchar.h (wcwidth): Include wcwidth.h.
43127         * lib/mbswidth.c (wcwidth): Move from here...
43128         * lib/wcwidth.h: ...to this new file.
43129
43130 2006-06-28  Derek R. Price  <derek@ximbiot.com>
43131
43132         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
43133
43134         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
43135         it's obsolete.
43136         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
43137
43138 2006-06-28  Derek R. Price  <derek@ximbiot.com>
43139
43140         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
43141         Autoconf 2.60 says this stuff was obsolete.
43142
43143 2006-06-28  Bruno Haible  <bruno@clisp.org>
43144
43145         * modules/wcwidth (Files): Add m4/wchar_t.m4.
43146
43147 2006-06-28  Bruno Haible  <bruno@clisp.org>
43148
43149         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
43150         gt_TYPE_WCHAR_T.
43151
43152 2006-06-28  Bruno Haible  <bruno@clisp.org>
43153
43154         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
43155         declaration for wcwidth.
43156         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
43157
43158 2006-06-28  Bruno Haible  <bruno@clisp.org>
43159
43160         * lib/mkdtemp.c [MINGW]: Include <io.h>.
43161         (mkdir): Define using _mkdir.
43162
43163 2006-06-28  Bruno Haible  <bruno@clisp.org>
43164
43165         * lib/getaddrinfo.h: Fix POSIX URL.
43166         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
43167         _WIN32.
43168         (use_win32_p): Make static.
43169         (getaddrinfo): Reject service name if it is empty or does not consist
43170         solely of decimal digits, or if its value is > 65535.
43171         (getnameinfo): Remove useless casts.
43172
43173 2006-06-27  Simon Josefsson  <jas@extundo.com>
43174
43175         * modules/sys_select: New file, suggested by Bruno Haible, Paul
43176         Eggert and Martin Lambers.
43177
43178 2006-06-27  Simon Josefsson  <jas@extundo.com>
43179
43180         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
43181         Eggert and Martin Lambers.
43182
43183 2006-06-27  Bruno Haible  <bruno@clisp.org>
43184
43185         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
43186         result to 0, not to empty.
43187         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
43188
43189 2006-06-27  Bruno Haible  <bruno@clisp.org>
43190
43191         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
43192
43193 2006-06-26  Simon Josefsson  <jas@extundo.com>
43194
43195         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
43196         present.
43197
43198 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
43199
43200         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
43201         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
43202         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
43203
43204 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
43205
43206         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
43207
43208 2006-06-26  Bruno Haible  <bruno@clisp.org>
43209
43210         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
43211
43212 2006-06-26  Bruno Haible  <bruno@clisp.org>
43213
43214         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
43215
43216 2006-06-26  Bruno Haible  <bruno@clisp.org>
43217
43218         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
43219         SGI C compiler in pre-C99 mode.
43220         Suggested by Mark D. Baushke and Larry Jones.
43221
43222 2006-06-26  Bruno Haible  <bruno@clisp.org>
43223
43224         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
43225         WCHAR_MAX.
43226         Reported by Mark D. Baushke and Larry Jones.
43227
43228 2006-06-26  Bruno Haible  <bruno@clisp.org>
43229
43230         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
43231         in pre-C99 mode.
43232         Suggested by Mark D. Baushke and Larry Jones.
43233
43234 2006-06-23  Simon Josefsson  <jas@extundo.com>
43235             Bruno Haible  <bruno@clisp.org>
43236
43237         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
43238         Emit mostlyclean-local rule.
43239         (func_emit_tests_Makefile_am): Likewise.
43240         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
43241
43242 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
43243
43244         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
43245
43246 2006-06-23  Bruno Haible  <bruno@clisp.org>
43247
43248         * tests/test-stdint.c: Update to match ISO C 99 Technical
43249         Corrigendum 1.
43250
43251 2006-06-23  Bruno Haible  <bruno@clisp.org>
43252
43253         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
43254
43255 2006-06-23  Bruno Haible  <bruno@clisp.org>
43256
43257         * lib/stdint_.h: Treat IRIX like OpenBSD.
43258
43259 2006-06-23  Bruno Haible  <bruno@clisp.org>
43260
43261         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
43262         ISO C 99 Technical Corrigendum 1.
43263
43264 2006-06-22  Simon Josefsson  <jas@extundo.com>
43265
43266         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
43267         MinGW.
43268
43269 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
43270
43271         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
43272         needed.  Some compiler complained about some of them.  Problem reported
43273         by Larry Jones in
43274         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
43275
43276 2006-06-21  Simon Josefsson  <jas@extundo.com>
43277
43278         * tests/test-getaddrinfo.c: New file.
43279
43280         * modules/getaddrinfo-tests: New file.
43281
43282         * MODULES.html.sh: Add inet_pton.
43283
43284         * modules/inet_pton: New file.
43285
43286 2006-06-21  Simon Josefsson  <jas@extundo.com>
43287
43288         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
43289         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
43290         of using the (limited) gnulib implementation on Windows XP.
43291
43292         * m4/inet_pton.m4: New file.
43293
43294 2006-06-21  Simon Josefsson  <jas@extundo.com>
43295
43296         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
43297         variable.
43298
43299         * lib/socket_.h: Don't define WINVER.
43300
43301         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
43302         slightly modified to work in gnulib.
43303
43304 2006-06-21  Simon Josefsson  <jas@extundo.com>
43305
43306         * doc/gnulib.texi (Windows sockets): Add.
43307
43308 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
43309
43310         * lib/read-file.c (fread_file): Start with buffer allocation of
43311         0 bytes rather than 1 byte; this simplifies the code.
43312         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
43313         code to free buffer and save/restore errno.
43314         (internal_read_file): Remove unused local.
43315
43316 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
43317
43318         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
43319         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
43320         Problem reported by Denis Excoffier in
43321         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
43322
43323 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
43324
43325         * modules/sys_socket, modules/socklen: Include sys/types since
43326         FreeBSD 4.x's sys/socket.h needs it.
43327
43328 2006-06-19  Simon Josefsson  <jas@extundo.com>
43329
43330         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
43331
43332 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
43333
43334         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
43335
43336 2006-06-19  Bruno Haible  <bruno@clisp.org>
43337
43338         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
43339         and FULL_PATH_INTTYPES_H in angle brackets.
43340         Reported by Mark D. Baushke <mdb@gnu.org>.
43341
43342 2006-06-17  Eric Blake  <ebb9@byu.net>
43343
43344         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
43345         errno.
43346
43347 2006-06-17  Bruno Haible  <bruno@clisp.org>
43348
43349         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
43350         <sys/inttypes.h>.
43351
43352 2006-06-17  Bruno Haible  <bruno@clisp.org>
43353
43354         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
43355         whether errno is declared. Assume <errno.h> declares errno.
43356
43357 2006-06-17  Bruno Haible  <bruno@clisp.org>
43358
43359         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
43360
43361 2006-06-17  Bruno Haible  <bruno@clisp.org>
43362
43363         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
43364         problem on Solaris 2.5.1.
43365
43366 2006-06-16  Eric Blake  <ebb9@byu.net>
43367
43368         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
43369         * lib/unicodeio.c [!defined errno]: Likewise.
43370         * lib/strtol.c [!defined errno]: Likewise.
43371         * lib/strtod.c [!defined errno]: Likewise.
43372
43373 2006-06-15  Eric Blake  <ebb9@byu.net>
43374
43375         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
43376
43377 2006-06-15  Eric Blake  <ebb9@byu.net>
43378
43379         * config/srclist.txt (ssize_t.m4): Lose sync.
43380
43381 2006-06-15  Bruno Haible  <bruno@clisp.org>
43382
43383         * modules/stdint (Files): Include m4/full-header-path.m4,
43384         m4/size_max.m4, m4/wchar_t.m4.
43385         (Makefile.am): Many more substitutions.
43386         * modules/stdint-tests: New file.
43387         * tests/test-stdint.c: New file.
43388
43389 2006-06-15  Bruno Haible  <bruno@clisp.org>
43390
43391         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
43392         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
43393         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
43394         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
43395         gl_CHECK_TYPE_SAME): New macros.
43396
43397 2006-06-15  Bruno Haible  <bruno@clisp.org>
43398
43399         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
43400
43401 2006-06-15  Bruno Haible  <bruno@clisp.org>
43402
43403         * lib/stdint_.h: Rewritten to be fully auto-configured.
43404         Fixes bug on HP-UX/IA64.
43405
43406 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
43407
43408         * lib/getdate.y (__attribute__): Don't define if already defined.
43409         Problem reported by Larry Jones.
43410         * lib/utimens.c (__attribute__): Likewise.
43411
43412 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
43413
43414         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
43415         reported by Andreas Schwab.
43416
43417 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43418             Bruno Haible  <bruno@clisp.org>
43419
43420         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
43421         check for the declaration of strnlen and a run test that exposes the
43422         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
43423         rpl_strndup.
43424
43425 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43426             Bruno Haible  <bruno@clisp.org>
43427
43428         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
43429
43430 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43431
43432         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
43433         compile test, for Tru64 4.0D.
43434
43435 2006-05-28  Karl Berry  <karl@gnu.org>
43436
43437         * config/srclist.txt (printf-args.c): lose sync.
43438
43439 2006-05-26  Martin Lambers  <marlam@marlam.de>
43440
43441         * lib/getpass.c: Updates the test for the native W32 API, and adds
43442         missing includes, thus fixing compilation warnings.
43443
43444 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
43445
43446         * lib/exclude.c (exclude_fnmatch): New function.
43447         (excluded_file_name): Call exclude_fnmatch.
43448         * lib/exclude.h (excluded_file_name): New prototype
43449
43450 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
43451
43452         * lib/tempname.c (small_open, large_open): New macros.
43453         (__open, __open64) [!_LIBC]: Remove.
43454         (__gen_tempname): Use small_open and large_open instead of __open
43455         and __open64.  This fixes a portability bug on HP-UX 11.11i
43456         reported by Simon Wing-Tang in
43457         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
43458
43459 2006-05-24  Bruno Haible  <bruno@clisp.org>
43460
43461         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
43462         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
43463         Reported by Thorsten Maerz <torte@netztorte.de> via
43464         Aaron Stone <aaron@serendipity.cx>.
43465
43466 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43467
43468         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
43469         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
43470         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
43471         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
43472         not really conditional on the cache.
43473         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
43474
43475 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
43476
43477         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
43478         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
43479         (my_usleep): Don't mishandle maximum value.
43480
43481 2006-05-19  Jim Meyering  <jim@meyering.net>
43482
43483         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
43484
43485 2006-05-17  Bruno Haible  <bruno@clisp.org>
43486
43487         Cygwin portability.
43488         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
43489
43490 2006-05-17  Bruno Haible  <bruno@clisp.org>
43491
43492         * lib/stdint_.h: Fix recognition of Cygwin.
43493
43494 2006-05-15  Bruno Haible  <bruno@clisp.org>
43495
43496         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
43497         on libtool patch by Ralf Wildenhues.
43498
43499 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
43500
43501         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
43502         test for C99 conformance; (bool) 0.5 is an integer constant
43503         expression, but (bool) -0.5 is not.  Problem reported by Fedor
43504         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
43505
43506 2006-05-11  Simon Josefsson  <jas@extundo.com>
43507
43508         * m4/xvasprintf.m4: Fix obvious typo.
43509
43510 2006-05-11  Jim Meyering  <jim@meyering.net>
43511
43512         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
43513         James Lemley.
43514
43515 2006-05-10  Simon Josefsson  <jas@extundo.com>
43516
43517         * lib/md4.c: Typo fix, update copyright years.
43518         (K1, K2): Don't use L because it turn computations into 64-bit on
43519         64-bit platforms.
43520
43521 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
43522
43523         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
43524         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
43525         unwanted sign propagation, e.g., on hosts with 64-bit int.
43526         There still are some problems with reeelly weird theoretical hosts
43527         (e.g., 33-bit int) but it's not worth worrying about now.
43528         * lib/sha1.c (rol): Likewise.
43529         (K1, K2, K3, K4): Remove unnecessary L suffix.
43530
43531 2006-05-10  Bruno Haible  <bruno@clisp.org>
43532
43533         * lib/des.c: Cast to avoid warnings.
43534
43535 2006-05-09  Bruno Haible  <bruno@clisp.org>
43536
43537         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
43538         (Depends-on): Depend also on xsize, stdarg.
43539         (configure.ac): Add gl_XVASPRINTF.
43540
43541 2006-05-09  Bruno Haible  <bruno@clisp.org>
43542
43543         * m4/xvasprintf.m4: New file.
43544
43545 2006-05-09  Bruno Haible  <bruno@clisp.org>
43546
43547         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
43548         (EOVERFLOW): Define fallback value.
43549         (xstrcat): New function.
43550         (xvasprintf): Recognize the special case of a string concatenation.
43551
43552 2006-05-08  Eric Blake  <ebb9@byu.net>
43553
43554         * gnulib-tool (func_version): Base copyright year on CVS date.
43555         (func_emit_copyright_notice): New function.
43556         (func_emit_lib_Makefile_am): Use it.
43557         (func_emit_tests_Makefile_am): Likewise.
43558         (func_import): Likewise.
43559
43560 2006-05-08  Bruno Haible  <bruno@clisp.org>
43561
43562         * modules/stdarg: New file.
43563         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
43564
43565 2006-05-08  Bruno Haible  <bruno@clisp.org>
43566
43567         * m4/stdarg.m4: New file, from GNU gettext.
43568
43569 2006-05-08  Bruno Haible  <bruno@clisp.org>
43570
43571         * config/srclist.txt (build-aux/config.rpath): different from latest
43572         release.
43573
43574 2006-05-08  Bruno Haible  <bruno@clisp.org>
43575
43576         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
43577
43578 2006-05-05  Jim Meyering  <jim@meyering.net>
43579
43580         * m4/warning.m4: New file, derived from bison's file by the same name.
43581
43582 2006-05-03  Bruno Haible  <bruno@clisp.org>
43583
43584         * lib/stdint_.h: Shorter URL.
43585         * lib/inttypes.h: Likewise.
43586
43587 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43588
43589         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
43590
43591 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43592
43593         * lib/verify.h: Document the internals better.  Most of this change
43594         was written by Bruno Haible.
43595
43596 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
43597
43598         * doc/verify.texi: New file, partly based on a proposal by
43599         Bruno Haible.
43600
43601 2006-05-02  Bruno Haible  <bruno@clisp.org>
43602
43603         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
43604         test from here...
43605         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
43606
43607 2006-04-29  Bruno Haible  <bruno@clisp.org>
43608
43609         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
43610         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
43611
43612 2006-04-29  Bruno Haible  <bruno@clisp.org>
43613
43614         * gnulib-tool: Make --update option actually work.
43615
43616 2006-04-29  Bruno Haible  <bruno@clisp.org>
43617
43618         * doc/gcd.texi: New file.
43619         * doc/gnulib.texi: Include it.
43620
43621 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
43622
43623         * lib/getdate.y (get_date): When adding relative date, start with the
43624         initial time, not with the result of the first mktime call.
43625
43626 2006-04-25  Bruno Haible  <bruno@clisp.org>
43627
43628         * gnulib-tool (func_import): Output the include directives in three
43629         blocks, sorted separately.
43630         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43631
43632 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43633
43634         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
43635         to define main with arguments, for C++.  Reported by Eric Blake.
43636         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
43637         Prefer 'int main ()' to 'int main (void)', for C++.
43638         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
43639         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
43640         for 'main', for C99 and C++.
43641
43642 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
43643
43644         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
43645         Don't assume that exit status -1 is valid.
43646         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
43647         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
43648         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
43649         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
43650         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
43651         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
43652         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
43653         functions can be used without declaring them, or that you can
43654         exit with status -1.
43655         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
43656
43657 2006-04-24  Karl Berry  <karl@gnu.org>
43658
43659         * config/srclist.txt (longdouble.m4): sync lost.
43660
43661 2006-04-24  Eric Blake  <ebb9@byu.net>
43662
43663         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
43664
43665 2006-04-24  Bruno Haible  <bruno@clisp.org>
43666
43667         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
43668         poll() implementation in AIX.
43669         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43670
43671 2006-04-24  Bruno Haible  <bruno@clisp.org>
43672
43673         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
43674         assigned exactly once.
43675
43676 2006-04-23  Claudio Fontana  <claudio@gnu.org>
43677             Bruno Haible  <bruno@clisp.org>
43678
43679         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
43680         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
43681         for AM_CPPFLAGS.
43682
43683 2006-04-23  Bruno Haible  <bruno@clisp.org>
43684
43685         * modules/copy-file: Depend on unistd.
43686         * modules/execute: Likewise.
43687         * modules/fatal-signal: Likewise.
43688         * modules/findprog: Likewise.
43689         * modules/mkdtemp : Likewise.
43690         * modules/pipe: Likewise.
43691         * modules/wait-process: Likewise.
43692
43693 2006-04-23  Bruno Haible  <bruno@clisp.org>
43694
43695         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
43696         condition was already detected.
43697         Reported by Ben Pfaff <blp@cs.stanford.edu>.
43698
43699 2006-04-23  Bruno Haible  <bruno@clisp.org>
43700
43701         * lib/copy-file.c: Include <unistd.h> unconditionally.
43702         * lib/execute.c: Likewise.
43703         * lib/fatal-signal.c: Likewise.
43704         * lib/findprog.c: Likewise.
43705         * lib/mkdtemp.c: Likewise.
43706         * lib/pipe.h: Likewise.
43707         * lib/pipe.c: Likewise.
43708         * lib/wait-process.h: Likewise.
43709
43710 2006-04-23  Bruno Haible  <bruno@clisp.org>
43711
43712         * gnulib-tool (func_usage): Fix --import description. Document
43713         --update.
43714         (func_import): Create temporary file in a temporary directory, if
43715         --dry-run is specified. Silence errors from 'grep' when there are no
43716         m4 files in $m4dir.
43717         (func_create_testdir): Silence errors from 'grep' when there are no
43718         m4 files in $m4dir.
43719         Reported by Karl Berry <karl@freefriends.org>.
43720
43721 2006-04-20  Bruno Haible  <bruno@clisp.org>
43722
43723         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
43724         one argument, so that the code will be portable to Autoconf 2.60.
43725         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
43726         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
43727         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
43728
43729 2006-04-19  Derek Price  <derek@ximbiot.com>
43730             Eric Blake  <ebb9@byu.net>
43731
43732         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
43733         rather than "/full/path.h".  Update comment to match.  Shorten &
43734         generalize m4_translit call via AS_TR_CPP.
43735
43736 2006-04-19  Derek Price  <derek@ximbiot.com>
43737             Eric Blake  <ebb9@byu.net>
43738
43739         * lib/inttypes.h: Correct grammar in comment.
43740
43741 2006-04-18  Derek Price  <derek@ximbiot.com>
43742             Paul Eggert  <eggert@cs.ucla.edu>
43743
43744         * modules/inttypes: New file.
43745         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
43746
43747 2006-04-18  Derek Price  <derek@ximbiot.com>
43748             Paul Eggert  <eggert@cs.ucla.edu>
43749
43750         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
43751         New files.
43752
43753 2006-04-18  Derek Price  <derek@ximbiot.com>
43754             Paul Eggert  <eggert@cs.ucla.edu>
43755
43756         * lib/inttypes.h: New file.
43757         * lib/strtoimax.c: Assume <inttypes.h>.
43758
43759 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
43760
43761         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
43762         isn't mounted.  Problem reported by Kir Kolyshkin.
43763
43764 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
43765
43766         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
43767         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
43768         Derek R. Price.
43769         * lib/regex.h (RE_DUP_MAX): Update comment to match current
43770         implementation.
43771
43772 2006-04-12  Eric Blake  <ebb9@byu.net>
43773
43774         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
43775         is now done automatically by the corresponding Autoconf macro.
43776
43777 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
43778
43779         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
43780         time_r.h.
43781
43782 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43783
43784         Merge regex changes from libc, removing some of our
43785         POSIX-conformance changes that were rejected and redoing them in a
43786         less-intrusive way.
43787
43788         * lib/regcomp.c (re_compile_internal, init_dfa):
43789         Length arg is now size_t, not Idx.  All uses changed.
43790         (peek_token): Forward decl now says internal_function.
43791         (__re_error_msgid, __re_error_msgid_idx):
43792         Now static rather than extern with attribute_hidden.
43793         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
43794         For some reason libc prefers K&R style defns for external functions.
43795         (regerror) [!defined _LIBC]: Likewise.
43796         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
43797         (seek_collating_symbol_entry, lookup_collation_sequence_value):
43798         (build_range_exp, build_collating_symbol):
43799         Use K&R-style defn.
43800         (re_compile_fastmap): Use '\0' to memset, not 0.
43801         (utf8_sb_map): Make the calculations more obvious.
43802         (init_dfa, parse_bracket_exp, build_charclass_op):
43803         Call calloc and cast result, as glibc does.
43804         (init_word_char, fetch_token, peek_token, peek_token_bracket):
43805         (build_range_exp, build_collating_symbol):
43806         Now internal functions.
43807
43808         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
43809
43810         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
43811         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
43812         Don't depend on VMS; depend on __VMS instead, for POSIX
43813         namespace cleanness.
43814         (regoff_t): Define to ssize_t, not long int.
43815
43816         Remove the REG_ macros named below.  Instead, make the old names
43817         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
43818         __USE_GNU_REGEX.
43819         (REG_BACKSLASH_ESCAPE_IN_LISTS):
43820         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
43821         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
43822         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
43823         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
43824         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
43825         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
43826         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
43827         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
43828         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
43829         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
43830         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
43831         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
43832         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
43833         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
43834         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
43835         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
43836         (REG_NREGS):
43837         Remove.  All uses replaced by the old RE_* names.
43838         (RE_BACKSLASH_ESCAPE_IN_LISTS):
43839         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
43840         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
43841         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
43842         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
43843         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
43844         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
43845         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
43846         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
43847         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
43848         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
43849         Don't bother having these macros be independent of each others'
43850         values, since they no longer exist in the POSIX name space.
43851
43852         Rename the following member names back to their old names,
43853         unless !__USE_GNU_REGEX.  All uses changed back.
43854         (buffer): Renamed from re_buffer.
43855         (allocated): Renamed from re_allocated.
43856         (used): Renamed from re_used.
43857         (syntax): Renamed from re_syntax.
43858         (fastmap): Renamed from re_fastmap.
43859         (translate): Renamed from re_translate.
43860         (can_be_null): Renamed from re_can_be_null.
43861         (regs_allocated): Renamed from re_regs_allocated.
43862         (fastmap_accurate): Renamed from re_fastmap_accurate.
43863         (no_sub): Renamed from re_no_sub.
43864         (not_bol): Renamed from re_not_bol.
43865         (not_eol): Renamed from re_not_eol.
43866         (newline_anchor): Renamed from re_newline_anchor.
43867         (num_regs): Renamed from rm_num_regs.
43868         (start): Renamed from rm_start.
43869         (end): Renamed from rm_end.
43870
43871         (free_state): Move up a bit.
43872
43873         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
43874         #define to be empty.
43875         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
43876         when that is what is intended.
43877         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
43878         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
43879         (MAX): New macro.
43880         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
43881         All uses changed back to re_malloc, etc.  It's now the caller's
43882         responsibility to check for overflow; all callers changed.
43883         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
43884         (re_x2nrealloc): Remove.
43885         (free_state): Remove decl.
43886
43887         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
43888         (re_set_registers, re_exec):
43889         Use K&R-style defn.
43890
43891         2006-01-31  Roland McGrath  <roland@redhat.com>
43892
43893         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
43894         Reported by Mike Frysinger <vapier@gentoo.org>.
43895
43896         2006-01-15  Andreas Jaeger  <aj@suse.de>
43897
43898         [BZ #1950]
43899         * lib/regex_internal.c (re_string_reconstruct): Adjust for
43900         build_wcs_upper_buffer change.
43901         (build_wcs_upper_buffer): Change return type.
43902
43903         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
43904
43905         * lib/regex_internal.h: Include <stdint.h> if available.
43906
43907         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
43908
43909         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
43910
43911         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
43912
43913         * lib/regcomp.c: Adjust for changed secondary hash function.
43914
43915         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
43916
43917         * lib/regex.h: Pretty printing.
43918         Clean up namespace a bit.
43919
43920         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
43921
43922         * lib/regexec.c (update_cur_sifted_state, check_arrival,
43923         check_arrival_add_next_nodes): Avoid using uninitialized variable.
43924
43925         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
43926                     Ulrich Drepper  <drepper@redhat.com>
43927
43928         [BZ #1302]
43929         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
43930         changed.
43931         (bitset_word_t): Renamed from bitset_word.  All uses changed.
43932
43933         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
43934
43935         [BZ #281]
43936         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
43937         * lib/regcomp.c: Remove unnecessary uses of
43938         unsigned RE_TRANSLATE_TYPE.
43939         * lib/regex_internal.h: Likewise.
43940         * lib/regex_internal.c: Likewise.
43941         * lib/regexec.c: Likewise.
43942         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
43943
43944         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
43945
43946         * lib/regexec.c (find_recover_state): Remove unnecessary
43947         initialization.
43948         (transit_state_bkref): Make DFA a const pointer.
43949         (get_subexp): Likewise.
43950         (check_arrival): Likewise.
43951         (update_cur_sifted_state): Likewise.
43952         (re_search_internal): Likewise.
43953         (prune_impossible_nodes): Likewise.
43954         (acquire_init_state_context): Likewise.
43955         (proceed_next_node): Likewise.
43956         (set_regs): Likewise.
43957         (free_fail_stack_return): Likewise.
43958         (check_arrival_expand_ecl): Mark DFA parameter as const.
43959         (check_arrival_expand_ecl_sub): Likewise.
43960         (check_subexp_limits): Likewise.
43961         (sub_epsilon_src_nodes):  Likewise.
43962         (add_epsilon_src_nodes):  Likewise.
43963         (merge_state_array): Likewise.
43964         (update_regs): Likewise.
43965         (build_trtable): Likewise.
43966         (sift_states_backward): Mark MCTX parameter as const.
43967         (build_sifted_states): Likewise.
43968         (update_cur_sifted_state): Likewise.
43969         (sift_states_mkref): Likewise.
43970         (check_arrival_expand_ecl): Mark eclosure as const.
43971         (check_dst_limits_calc_pos_1): Likewise.
43972         * lib/regex_internal.h (re_match_context_t): Make dfa a const
43973         pointer.
43974
43975         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
43976
43977         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
43978         (transit_state_sb): Likewise.
43979         (transit_state_mb): Likewise.
43980         (sift_states_iter_mb): Likewise.
43981         (check_arrival_add_next_nodes): Likewise.
43982         (check_node_accept_bytes): Change first parameter to pointer-to-const.
43983         [_LIBC] (re_search_2_stub): Use mempcpy.
43984
43985         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
43986         mbrtowc for very simple UTF-8 case.
43987
43988         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
43989         a pointer-to-const.
43990         (re_acquire_state_context): Likewise.
43991         * lib/regex_internal.h: Adjust prototypes.
43992
43993         * lib/regex.c: Prevent using C++ compilers.
43994
43995         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
43996         (re_acquire_state_context): Likewise.
43997
43998 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
43999
44000         * modules/regex (Depends-on): Add ssize_t.
44001
44002 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
44003
44004         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
44005         translation table.
44006
44007 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
44008
44009         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
44010
44011 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
44012             Bruno Haible  <bruno@clisp.org>
44013
44014         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
44015         <sys/types.h> and <inttypes.h>.
44016
44017 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44018
44019         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
44020         `__error_t_defined', so argp.h will not typedef the former.
44021
44022 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
44023
44024         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
44025         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
44026         glibc names.  Even if glibc is changed to conform to POSIX, the
44027         traditional names will be available anyway, since regex depends on
44028         the extensions module.  Also, fix a longstanding typo in the
44029         implementation of Spencer ERE test #75 from grep 2.3.  Problems
44030         reported by Emanuele Giaquinta.  Also, change sense of cached
44031         variable, so that the message makes sense.
44032
44033 2006-03-24  Simon Josefsson  <jas@extundo.com>
44034
44035         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
44036         including some doc fixes.
44037         (base64_encode_alloc): Fix +1 bug on allocation failures.
44038
44039 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44040
44041         * lib/base64.c (base64_encode): Do not read past end of array with
44042         unsanitized input on systems with CHAR_BIT > 8.
44043
44044 2006-03-24  Eric Blake  <ebb9@byu.net>
44045
44046         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
44047
44048 2006-03-22  Karl Berry  <karl@gnu.org>
44049
44050         * config/srclist.txt (*setenv.[ch]): get from coreutils.
44051         * config/srclistvars.sh (COREUTILS): new var.
44052
44053 2006-03-17  Jim Meyering  <jim@meyering.net>
44054
44055         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
44056         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
44057
44058 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
44059
44060         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
44061         no longer needs it.  Instead, check that regoff_t is as least
44062         as wide as ptrdiff_t.
44063
44064         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
44065         so that our regex.h stays compatible with the installed regex.
44066         This is helpful for installers who configure --without-included-regex.
44067         Problem reported by Emanuele Giaquinta.
44068
44069 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
44070
44071         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
44072         Typedef to long int, not to off_, as POSIX will likely change
44073         in that direction.
44074
44075 2006-03-15  Eric Blake  <ebb9@byu.net>
44076
44077         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
44078
44079 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
44080
44081         * lib/argp-help.c (validate_uparams): Fix typo
44082         * lib/argp-parse.c (argp_default_options): Consistently begin help
44083         messages with a lowercase letter.
44084
44085 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
44086
44087         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
44088         overrun buffers and shouldn't be used (much as gets shouldn't be
44089         used).
44090         * lib/time_r.c (asctime_r, ctime_r): Likewise.
44091
44092 2006-03-08  Simon Josefsson  <jas@extundo.com>
44093
44094         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
44095         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44096
44097 2006-03-08  Simon Josefsson  <jas@extundo.com>
44098
44099         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
44100         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44101
44102 2006-03-08  Simon Josefsson  <jas@extundo.com>
44103
44104         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
44105         signal that configure disabled the device.
44106
44107 2006-03-08  Simon Josefsson  <jas@extundo.com>
44108
44109         * build-aux/maint.mk: Fix refresh-po, to handle no translated
44110         languages.
44111
44112 2006-03-07  Simon Josefsson  <jas@extundo.com>
44113
44114         * modules/getopt (Depends-on): Add unistd.
44115
44116         * modules/unistd: New file.
44117
44118 2006-03-07  Simon Josefsson  <jas@extundo.com>
44119
44120         * modules/gc-random: New file.
44121
44122 2006-03-07  Simon Josefsson  <jas@extundo.com>
44123
44124         * m4/unistd_h.m4: New file.
44125
44126 2006-03-07  Simon Josefsson  <jas@extundo.com>
44127
44128         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
44129         test to be side-effect free by storing the result in the cache
44130         variable gl_cv_lib_readline, and moving the assignment of
44131         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
44132         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44133
44134 2006-03-07  Simon Josefsson  <jas@extundo.com>
44135
44136         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
44137         error on missing devices (the functions will return an error).
44138
44139         * m4/gc.m4: Move random stuff to gc-random.m4
44140
44141 2006-03-07  Simon Josefsson  <jas@extundo.com>
44142
44143         * lib/unistd_.h: New file.
44144
44145 2006-03-07  Simon Josefsson  <jas@extundo.com>
44146
44147         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
44148
44149 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
44150
44151         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
44152         Problem reported by Juan Manuel Guerrero.
44153
44154 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
44155
44156         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
44157         the unistd module.
44158         * lib/getlogin_r.c: Likewise.
44159         * lib/getlogin_r.h: Likewise.
44160         * lib/glob.c: Likewise.
44161         * lib/pagealign_alloc.c: Likewise.
44162         * lib/unistd_.h: Remove; no longer needed.
44163
44164 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
44165
44166         * MODULES.html.sh (Support for systems lacking POSIX:2001):
44167         Add unistd.
44168         * modules/c-stack (Depends-on): Add unistd.
44169         * modules/getlogin_r: Likewise.
44170         * modules/glob: Likewise.
44171         * modules/pagealign_alloc: Likewise.
44172         * modules/unistd (Files): Remove lib/unistd_.h.
44173         (EXTRA_DIST): Remove.
44174         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
44175         need unistd_.h.
44176         (MOSTLYCLEANFILES): Remove unistd.h-t.
44177
44178 2006-03-03  Simon Josefsson  <jas@extundo.com>
44179
44180         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
44181
44182 2006-03-03  Simon Josefsson  <jas@extundo.com>
44183
44184         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
44185         libidn and bison.
44186
44187 2006-03-03  Simon Josefsson  <jas@extundo.com>
44188
44189         * build-aux/maint.mk: Add indent target.
44190
44191 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
44192
44193         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
44194         our replacement poll.h in any case, to avoid a differing
44195         declaration from a system header.  Seen on AIX.
44196
44197 2006-03-01  Simon Josefsson  <jas@extundo.com>
44198
44199         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
44200         <kasal@ucw.cz>.
44201
44202 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44203
44204         * modules/gettime (Depends-on): Add extensions module.
44205         * modules/nanosleep (Depends-on): Likewise.
44206         * modules/settime (Depends-on): Likewise.
44207
44208 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
44209
44210         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
44211         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
44212         pedantically.
44213         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
44214         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
44215
44216         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
44217         not "==".  Reported by Ralf Wildenhues.
44218
44219 2006-03-01  Karl Berry  <karl@gnu.org>
44220
44221         * doc/Copyright/request-*: new files, synced from gnuorg.
44222
44223 2006-03-01  Karl Berry  <karl@gnu.org>
44224
44225         * config/srclist.txt (Copyright/*): new entries.
44226
44227 2006-02-28  Simon Josefsson  <jas@extundo.com>
44228
44229         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
44230
44231 2006-02-27  Simon Josefsson  <jas@extundo.com>
44232
44233         * lib/base64.h: Indent #define's.  From Jim Meyering
44234         <jim@meyering.net>.
44235
44236 2006-02-27  Jim Meyering  <jim@meyering.net>
44237
44238         Revert the change of 2006-02-24, so these files can continue
44239         to be sync'd from gettext.
44240         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
44241         of `config.h'.
44242
44243 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
44244
44245         * modules/intprops: New file.
44246         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
44247         Add intprops.
44248         * modules/getloadavg (Files): Remove lib/intprops.h.
44249         (Depends-on): Add intprops.
44250         * modules/human: Likewise.
44251         * modules/inttostr: Likewise.
44252         * modules/openat: Likewise.
44253         * modules/sig2str: Likewise.
44254         * modules/userspec: Likewise.
44255         * modules/utimecmp: Likewise.
44256         * modules/xnanosleep: Likewise.
44257         * modules/xstrtol: Likewise.
44258
44259 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
44260
44261         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
44262         * modules/lock-tests (TESTS): Use $(EXEEXT).
44263         * modules/tls-tests: Likewise.
44264         * modules/argp-tests: Likewise.
44265         (check_PROGRAMS): New var, replacing...
44266         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
44267
44268 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44269
44270         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
44271         `config.h'.
44272
44273 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
44274
44275         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
44276
44277 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44278
44279         Sync from coreutils.
44280         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
44281         gl_CHDIR_SAFER.
44282
44283 2006-02-22  Jim Meyering  <jim@meyering.net>
44284
44285         Sync from coreutils.
44286         * m4/chdir-safer.m4: New file.
44287
44288 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
44289
44290         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
44291         AT_FDCWD exceeds INT_MAX.
44292         * lib/openat.h (AT_FDCWD): Likewise.
44293
44294 2006-02-17  Eric Blake  <address@hidden>
44295
44296         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
44297
44298 2006-02-16  Simon Josefsson  <jas@extundo.com>
44299
44300         * modules/getaddrinfo (Depends-on): Add sys_socket.
44301
44302 2006-02-15  Simon Josefsson  <jas@extundo.com>
44303
44304         * build-aux/maint.mk: Add dsyntax-check rule.
44305
44306 2006-02-15  Eric Blake  <ebb9@byu.net>
44307
44308         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
44309         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
44310         'present but cannot compile' warnings on cygwin.
44311         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
44312         use ws2tcpip.h if sys/socket.h works.
44313         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
44314         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
44315
44316 2006-02-14  Simon Josefsson  <jas@extundo.com>
44317
44318         * modules/maintainer-makefile (Files): Rename.
44319
44320         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
44321         and (the local) Makefile.cfg to maint-cfg.mk.
44322
44323         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
44324         to the latter.
44325
44326         * modules/maintainer-makefile: New module.
44327
44328         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
44329         severaly stripped to make it possible to build it up from scratch
44330         with reliable tests.
44331
44332         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
44333         fixes to permit overriding the default actions when configure and
44334         makefile are not available.
44335
44336 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
44337
44338         Sync from coreutils.
44339         * modules/lstat (Depends-on): Don't depend on xalloc.
44340         (License): Change from GPL to LGPL, since this is now simply a
44341         replacement for a libc function.
44342
44343 2006-02-14  Jim Meyering  <jim@meyering.net>
44344
44345         Sync from coreutils.
44346
44347         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
44348         failure on deficient systems, and simplify gnulib lgpl dependencies.
44349         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
44350         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
44351
44352         * lib/xalloc-die.c: Remove unused definition of N_.
44353
44354 2006-02-14  Jim Meyering  <jim@meyering.net>
44355
44356         Sync from coreutils.
44357         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
44358         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
44359         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
44360         double-quote uses of that variable, to accommodate the rare case in
44361         which getmntent is available in none of the libraries checked.  This
44362         happens at least on FreeBSD 5.0.
44363
44364 2006-02-13  Simon Josefsson  <jas@extundo.com>
44365
44366         * gnulib-tool (Usage): Fix --import, from
44367         karl@freefriends.org (Karl Berry).
44368
44369 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
44370
44371         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
44372
44373 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
44374
44375         * lib/argp-namefrob.h: Restore changes accidentally lost during the
44376         "autoupdate" on 2005-12-12.
44377
44378 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
44379
44380         * modules/closeout (Depends-on): Remove atexit.
44381
44382 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
44383
44384         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
44385         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
44386
44387 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
44388
44389         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
44390         __EXTENSIONS__ if this causes compilation to fail.  Problem
44391         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
44392         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
44393
44394 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
44395
44396         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
44397         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
44398         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
44399         All uses changed.
44400
44401 2006-01-26  Simon Josefsson  <jas@extundo.com>
44402
44403         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
44404         prototype is visible on mingw32.
44405
44406         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
44407         for mingw32.
44408
44409         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
44410         mingw32).
44411
44412 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
44413
44414         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
44415         attempt to open for write; this always fails, at least on POSIX
44416         hosts.  This reinstates the 2006-01-09 change, which was
44417         inadvertently removed.
44418
44419 2006-01-26  Bruno Haible  <bruno@clisp.org>
44420
44421         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
44422         Reported by Paul Eggert.
44423
44424 2006-01-26  Bruno Haible  <bruno@clisp.org>
44425             Paul Eggert  <eggert@cs.ucla.edu>
44426
44427         * lib/stdbool_.h (_Bool)
44428         [(! (defined __cplusplus || defined __BEOS__)
44429           && !defined __GNUC__
44430           && !(defined __HP_cc || defined __xlc__
44431                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
44432                || defined __sgi))]:
44433         #define to signed char in these cases too; this simplifies
44434         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
44435         etc., separately) and makes it more conservative.
44436
44437 2006-01-25  Simon Josefsson  <jas@extundo.com>
44438
44439         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
44440         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
44441         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
44442
44443 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
44444
44445         * lib/argp-namefrob.h: Bugfix. Remove stray #
44446
44447 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
44448
44449         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
44450         so that we test the test.
44451         Check for yet another HP-UX cc bug involving *bool |= bool.
44452
44453 2006-01-25  Karl Berry  <karl@gnu.org>
44454
44455         * config/srclist.txt (vasnprintf.c): sync lost.
44456
44457 2006-01-25  Jim Meyering  <jim@meyering.net>
44458
44459         Sync from the stable (b5) branch of coreutils:
44460
44461         * lib/fts.c (fts_children): Don't let close() clobber errno from
44462         failed fchdir().
44463
44464         * lib/fts.c (fts_stat): When following a symlink-to-directory,
44465         don't necessarily interpret stat-fails+lstat-succeeds as indicating
44466         a dangling symlink.  That can also happen at least for ELOOP.
44467         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
44468         FYI, this bug predates the inclusion of fts.c in coreutils.
44469
44470         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
44471         in their own block, so pre-c99 compilers don't object.
44472
44473         Avoid the double-free (first in fts_read, second in fts_close) that
44474         would occur when an `active' directory is made inaccessible (e.g.,
44475         via chmod a-x) during a traversal.
44476         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44477         before returning.  Reproduce this failure by
44478         mkdir -p a/b; cd a; chmod a-x . b
44479         Reported by Stavros Passas.
44480
44481 2006-01-25  Jim Meyering  <jim@meyering.net>
44482
44483         * lib/fileblocks.c: Remove more useless parentheses.
44484         * lib/readutmp.h: Likewise.
44485
44486 2006-01-25  Bruno Haible  <bruno@clisp.org>
44487
44488         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
44489         warnings.
44490         Reported by Paul Eggert.
44491
44492 2006-01-25  Bruno Haible  <bruno@clisp.org>
44493
44494         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
44495         rid of a trap command. For Solaris sh.
44496         Reported by Mark D. Baushke <mdb@gnu.org>.
44497
44498 2006-01-24  Simon Josefsson  <jas@extundo.com>
44499
44500         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
44501         Bruno.
44502
44503 2006-01-24  Karl Berry  <karl@gnu.org>
44504
44505         * config/srclist.txt (argp-namefrob.h): sync lost.
44506
44507 2006-01-24  Jim Meyering  <jim@meyering.net>
44508
44509         * modules/openat (Files): Add lib/intprops.h.
44510         From Mark D. Baushke.
44511
44512 2006-01-24  Jim Meyering  <jim@meyering.net>
44513
44514         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
44515         Reported by Mark D. Baushke.
44516
44517 2006-01-24  Jim Meyering  <jim@meyering.net>
44518
44519         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
44520
44521 2006-01-24  Bruno Haible  <bruno@clisp.org>
44522
44523         * modules/strnlen (Maintainer): Change from glibc to all.
44524
44525 2006-01-24  Bruno Haible  <bruno@clisp.org>
44526
44527         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
44528         Patch by Paul Eggert.
44529
44530 2006-01-24  Bruno Haible  <bruno@clisp.org>
44531
44532         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
44533         already has it.
44534         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
44535         2005-11-26.
44536
44537         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
44538         'signed char' to avoid problems with the built-in _Bool type.
44539         Reported by Paul Eggert on 2005-11-26.
44540
44541 2006-01-24  Bruno Haible  <bruno@clisp.org>
44542
44543         * gnulib-tool (func_import): Avoid constructing complicated sed
44544         expressions inside backquote.
44545         Report and solution by Mark D. Baushke <mdb@gnu.org>.
44546
44547 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
44548
44549         These changes imported from libc.
44550         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
44551         test and two separate function calls.
44552         * lib/strndup.c (__strndup): Add libc_hidden_def.
44553
44554 2006-01-23  Simon Josefsson  <jas@extundo.com>
44555
44556         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
44557         Remove the test_*_SOURCES variable: automake infers it by default.
44558         * modules/tls-tests: Likewise.
44559
44560 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44561
44562         Work around porting bugs reported by Dieter in
44563         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
44564         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
44565         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
44566         Include "getopt.h" first, to check interface.
44567         (getenv): Declare only if defined HAVE_DECL_GETENV &&
44568         !HAVE_DECL_GETENV.
44569         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
44570         (__strndup): Revert to K&R-style function dfns, the glibc style.
44571         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
44572         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
44573         Include strnlen.h first, to get prototype properly.
44574         (strnlen): Renamed from __strnlen.
44575         Remove weak alias.
44576
44577 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44578
44579         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
44580
44581 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
44582
44583         * config/srclist.txt: Adjust to reflect glibc reorganization.
44584         This affects only comments.
44585
44586 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
44587
44588          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
44589          Reported by Bruce Korb <bkorb@gnu.org>.
44590
44591 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
44592
44593         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
44594         to pacify gcc -Wswitch-default.
44595
44596 2006-01-22  Bruno Haible  <bruno@clisp.org>
44597
44598         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
44599         temporary buffer for sprintf, take into account the precision also
44600         for 'd', 'i', 'u', 'o', 'x', 'X'.
44601
44602 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44603
44604         * modules/argp-tests: New module
44605         * tests/test-argp.c: New file
44606         * tests/test-argp-2.sh: New file
44607
44608 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
44609
44610         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
44611         (__argp_base_name): Removed
44612         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
44613         typo.
44614         (__argp_base_name): Provide macro definition or extern declaration
44615         depending on the configuration
44616
44617 2006-01-20  Simon Josefsson  <jas@extundo.com>
44618
44619         * modules/inet_ntop (Depends-on): Depend on sys_socket.
44620
44621 2006-01-20  Simon Josefsson  <jas@extundo.com>
44622
44623         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
44624
44625 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
44626
44627         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
44628         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
44629         Suggested by Bruno Haible.
44630
44631 2006-01-20  Karl Berry  <karl@gnu.org>
44632
44633         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
44634         until changes propagate, I guess.
44635
44636 2006-01-19  Simon Josefsson  <jas@extundo.com>
44637
44638         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
44639
44640 2006-01-19  Simon Josefsson  <jas@extundo.com>
44641
44642         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
44643
44644 2006-01-19  Simon Josefsson  <jas@extundo.com>
44645
44646         * gnulib-tool: Set check_PROGRAMS.
44647
44648         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44649         modules/des-tests, modules/gc-arcfour-tests,
44650         modules/gc-arctwo-tests, modules/gc-des-tests,
44651         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44652         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44653         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44654         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44655         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44656         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
44657         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
44658         test_*_SOURCES.
44659
44660 2006-01-18  Simon Josefsson  <jas@extundo.com>
44661
44662         * modules/socklen (Depends-on): Depend on sys_socket.
44663
44664 2006-01-18  Simon Josefsson  <jas@extundo.com>
44665
44666         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
44667         modules/des-tests, modules/gc-arcfour-tests,
44668         modules/gc-arctwo-tests, modules/gc-des-tests,
44669         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
44670         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
44671         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
44672         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
44673         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
44674         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
44675         $(EXEEXT) to automake TESTS variable, for mingw32.
44676
44677 2006-01-17  Simon Josefsson  <jas@extundo.com>
44678
44679         * modules/socklen (Include): Need sys/socket.h.
44680
44681 2006-01-17  Bruno Haible  <bruno@clisp.org>
44682
44683         * modules/ssize_t (Include): Add <sys/types.h>.
44684
44685 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
44686
44687         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
44688         it's not portable and it doesn't work with cross-compiles.
44689         Problem reported by Bruno Haible.  Fix missing-$ typo in
44690         'test "gl_cv_ignore_unused_libraries" ...' that prevented
44691         -zignore from being used with Sun's C compiler.
44692
44693 2006-01-12  Simon Josefsson  <jas@extundo.com>
44694
44695         * lib/base64.c: Fix warning, reported by Bruno Haible
44696         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
44697
44698 2006-01-12  Bruno Haible  <bruno@clisp.org>
44699
44700         * modules/ldd: New file.
44701         * build-aux/ldd.sh.in: New file.
44702         * MODULES.html.sh (Support for building libraries and executables): Add
44703         ldd.
44704
44705 2006-01-12  Bruno Haible  <bruno@clisp.org>
44706
44707         * m4/ldd.m4: New file.
44708
44709 2006-01-12  Bruno Haible  <bruno@clisp.org>
44710
44711         * gnulib-tool (func_import, func_create_testdir): Don't go into an
44712         endless loop while replacing $auxdir with build-aux.
44713
44714 2006-01-11  Simon Josefsson  <jas@extundo.com>
44715
44716         * lib/stdint_.h (SIZE_MAX): Add missing (.
44717
44718 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
44719
44720         Sync from coreutils.
44721         * lib/md5.c: Fix commentary typos.
44722         (alignof, UNALIGNED_P): No need for a GCC-specific version.
44723         * lib/md5.h (__attribute__): Remove; unused.
44724         * lib/sha1.c: Fix commentary to match md5 better.
44725         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
44726         so that we don't need to worry about alignment.  All uses changed.
44727         This merges the 2005-10-28 md5 change into sha1.
44728
44729 2006-01-11  Jim Meyering  <jim@meyering.net>
44730
44731         Sync from coreutils.
44732         * lib/md5.c (OP): Fix spacing.
44733
44734 2006-01-11  Bruno Haible  <bruno@clisp.org>
44735
44736         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44737         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
44738         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
44739
44740 2006-01-11  Bruno Haible  <bruno@clisp.org>
44741
44742         Ensure automatic ordering between gl_LOCK and gl_ARGP.
44743         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
44744         the "early" section as well.
44745
44746 2006-01-11  Bruno Haible  <bruno@clisp.org>
44747
44748         Avoid "ar: no archive members specified" error on MacOS X.
44749         * gnulib-tool (func_modules_add_dummy): New function.
44750         (func_import, func_create_testdir): Invoke it.
44751
44752 2006-01-11  Bruno Haible  <bruno@clisp.org>
44753
44754         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
44755         with $auxdir in AC_CONFIG_FILES statements.
44756
44757 2006-01-11  Bruno Haible  <bruno@clisp.org>
44758
44759         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44760         Initialize also noinst_HEADERS to empty.
44761
44762 2006-01-11  Bruno Haible  <bruno@clisp.org>
44763
44764         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
44765         variables.
44766         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
44767         autoreconf.
44768
44769 2006-01-11  Bruno Haible  <bruno@clisp.org>
44770
44771         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
44772         overridable by the user.
44773         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44774
44775 2006-01-10  Simon Josefsson  <jas@extundo.com>
44776
44777         * modules/sys_socket: New file.
44778
44779 2006-01-10  Simon Josefsson  <jas@extundo.com>
44780
44781         * m4/sys_socket_h.m4: New file.
44782
44783 2006-01-10  Simon Josefsson  <jas@extundo.com>
44784
44785         * lib/socket_.h: New file.
44786
44787 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44788
44789         * modules/readutmp (Maintainer): Add myself.
44790
44791 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44792
44793         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
44794         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
44795         People who are still concerned with buggy memcmp implementations
44796         can invoke gl_FUNC_MEMCMP themselves.
44797
44798 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
44799
44800         * lib/regex_internal.h (BITSET_WORD_BITS):
44801         Work around a bug in 64-bit PGC (before version 6.1-2), where the
44802         preprocessor mishandles large unsigned values as if they were signed.
44803         Problem reported by Claudio Fontana in
44804         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
44805
44806 2006-01-10  Jim Meyering  <jim@meyering.net>
44807
44808         Avoid the double-free (first in fts_read, second in fts_close) that
44809         would occur when an `active' directory is made inaccessible (e.g.,
44810         via chmod a-x) during a traversal.
44811         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
44812         before returning.  Reproduce this failure by
44813         mkdir -p a/b; cd a; chmod a-x . b
44814         Reported by Stavros Passas.
44815
44816         Sync from coreutils.
44817         * lib/sha1.c: Tweak grammar in a comment.
44818
44819 2006-01-10  Jim Meyering  <jim@meyering.net>
44820
44821         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
44822         Patch by Joerg Sonnenberger.
44823
44824 2006-01-10  Bruno Haible  <bruno@clisp.org>
44825
44826         * modules/readutmp: Depend on module free.
44827         * modules/strtok_r: Depend on module restrict.
44828
44829 2006-01-10  Bruno Haible  <bruno@clisp.org>
44830
44831         * modules/gettext (configure.ac): Add an invocation of
44832         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
44833
44834 2006-01-10  Bruno Haible  <bruno@clisp.org>
44835
44836         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
44837         Reported by Werner Lemberg <wl@gnu.org>.
44838
44839 2006-01-10  Bruno Haible  <bruno@clisp.org>
44840
44841         * lib/localcharset.c: Update from GNU gettext.
44842
44843 2006-01-10  Bruno Haible  <bruno@clisp.org>
44844
44845         * lib/argp.h (__const): Remove macro. Use const instead.
44846         * lib/argp-fmtstream.h (__const): Likewise.
44847         * lib/glob_.h (__const): Remove macro.
44848         * lib/glob-libc.h: Use const instead of __const.
44849
44850 2006-01-10  Bruno Haible  <bruno@clisp.org>
44851
44852         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
44853         variable.
44854         Needed to avoid an automake error regarding the 'gettext' module.
44855
44856 2006-01-09  Simon Josefsson  <jas@extundo.com>
44857
44858         * modules/inet_ntop (Depends-on): Add restrict.
44859
44860 2006-01-09  Simon Josefsson  <jas@extundo.com>
44861
44862         * modules/gc-rijndael-tests (License): Put under LGPL.
44863
44864         * modules/gc-des-tests (License): Likewise.
44865
44866         * modules/gc-arcfour-tests (License): Likewise.
44867
44868         * modules/gc-arctwo-tests (License): Likewise.
44869
44870         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
44871
44872         * modules/gc-hmac-sha1-tests (Files): Likewise.
44873
44874         * modules/gc-hmac-md5-tests (License): Likewise.
44875
44876         * modules/gc-sha1-tests (License): Likewise.
44877
44878         * modules/gc-md5-tests (License): Likewise.
44879
44880         * modules/gc-md4-tests (License): Likewise.
44881
44882         * modules/gc-md2-tests (License): Likewise.
44883
44884         * modules/gc-tests (License): Likewise.
44885
44886         * modules/des-tests (License): Likewise.
44887
44888         * modules/md4-tests (License): Likewise.
44889
44890         * modules/md2-tests (License): Likewise.
44891
44892 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44893
44894         Sync from coreutils:
44895
44896         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
44897         * modules/lib-ignore: New file.
44898         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
44899         chdir-safer.m4, lchmod.m4.
44900         * modules/openat: Add mkdirat.c, openat-priv.h.
44901
44902 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44903
44904         Sync from coreutils.
44905         * m4/lib-ignore.m4: New file.
44906         * m4/lchmod.m4: New file.
44907
44908 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44909
44910         Sync from coreutils.
44911         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
44912         for write access: POSIX says that must fail.
44913         * lib/fts.c (diropen): Likewise.
44914         * lib/save-cwd.c (save_cwd): Likewise.
44915         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
44916         well, for minor improvements on hosts that lack O_DIRECTORY.
44917         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
44918         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
44919         Fall back on chown if open failed with EACCES.
44920
44921         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
44922         Report an error at compile-time if only a 1-second nominal clock
44923         resolution is found.
44924
44925         * lib/lchmod.h: New file.
44926         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
44927         (make_dir_parents): Use lchown rather than chown, and
44928         lchmod rather than chmod.
44929
44930         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
44931         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
44932         "proc" reported by n0dalus.
44933
44934         * lib/mountlist.c: Include <limits.h>.
44935         (dev_from_mount_options)
44936         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
44937         New function.  It no longer assumes "dev=" has the System V meaning
44938         on Linux (since it doesn't).  It also parses "dev=" more carefully.
44939         (read_file_system_list)
44940         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
44941         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
44942         dev= in that case.
44943
44944         * lib/posixtm.h (PDS_PRE_2000): New macro.
44945         * lib/posixtm.c (year): Arg is now syntax_bits rather than
44946         allow_century.  All usages changed.  Reject dates outside the range
44947         1969-1999 if PDS_PRE_2000 is used.
44948
44949 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
44950
44951         Sync from coreutils.
44952         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
44953         (Time of day items): Mention the possibility of leap seconds.
44954         Problem reported by Dr. David Alan Gilbert.
44955
44956 2006-01-09  Jim Meyering  <jim@meyering.net>
44957
44958         Sync from coreutils.
44959
44960         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
44961
44962         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
44963
44964         * lib/modechange.c (mode_compile): Reject an invalid mode string
44965         that starts with an octal digit.  From Andreas Gruenbacher.
44966
44967         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
44968         and dup to open_safer and dup_safer, respectively.
44969         (openat_permissive): Fix typo in comment.
44970
44971         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
44972         "gettext.h"; either no longer needed or are guaranteed by openat.h.
44973         (_): Remove; no longer needed.
44974         (openat): Renamed from rpl_openat; no need for rpl_openat
44975         since openat.h renames openat for us.
44976         Replace most of the body with a call to openat_permissive,
44977         to avoid duplicate code.
44978         Port to (probably hypothetical) environments were mode_t is
44979         wider than int.
44980         (openat_permissive): Require mode arg, so that we can check
44981         types better.  Put it just after flags.  Change cwd failure
44982         indicator from pointer-to-bool to pointer-to-errno-value.
44983         All callers changed.
44984         Invoke openat_save_fail and/or openat_restore_fail if
44985         cwd_errno is null, so that openat can call us.
44986         (openat_permissive, fdopendir, fstatat, unlinkat):
44987         Simplify errno handling to avoid some duplicate code,
44988         as it's OK to set errno on success.
44989         * lib/openat.h: Revamp code so that function macros depend on
44990         __OPENAT_PREFIX only, not also on AT_FDCWD.
44991         (openat_ro): Remove.  Caller changed to use openat_permissive.
44992         (openat_permissive): Now a macro, if not a function.
44993         (openat_restore_fail, openat_save_fail): Now always functions,
44994         since mkdirat needs them even if __OPENAT_PREFIX is defined.
44995
44996         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
44997         and openat.c.
44998         * lib/mkdirat.c: Include openat-priv.h.
44999         Remove definitions of macros defined therein.
45000         * lib/openat.c: Likewise.
45001
45002         * lib/mkdirat.c (mkdirat): New file and function.
45003         * lib/openat.h (mkdirat): Declare.
45004
45005         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
45006
45007         * lib/openat.h (openat_permissive): Declare.
45008         (openat_ro): Define.
45009
45010         * lib/openat.c (EXPECTED_ERRNO): New macro.
45011         (openat_permissive): New function -- used in remove.c rewrite.
45012         (all functions): Set errno just before returning, only if there
45013         was an actual failure.
45014         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
45015
45016         Emulate openat-family functions using Linux's procfs, if possible.
45017         Idea and some code based on Ulrich Drepper's glibc changes.
45018
45019         * lib/openat.c: (BUILD_PROC_NAME): New macro.
45020         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
45021         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
45022         before falling back on save_cwd and restore_cwd.
45023         (fdopendir, fstatat, unlinkat): Likewise.
45024
45025         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
45026         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
45027
45028         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
45029         as second argument to va_arg.  Otherwise, some versions of gcc
45030         warn that `if this code is reached, the program will abort'.
45031
45032 2006-01-09  Jim Meyering  <jim@meyering.net>
45033
45034         Sync from coreutils.
45035         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
45036         Require openat-priv.h.
45037
45038 2006-01-09  Bruno Haible  <bruno@clisp.org>
45039
45040         * modules/strnlen (Include): Use strnlen.h.
45041
45042 2006-01-09  Bruno Haible  <bruno@clisp.org>
45043
45044         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
45045
45046 2006-01-09  Bruno Haible  <bruno@clisp.org>
45047
45048         * lib/sysexit_.h (EX_OK): New macro.
45049         Suggested by Martin Lambers <marlam@marlam.de>.
45050
45051 2006-01-09  Bruno Haible  <bruno@clisp.org>
45052
45053         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
45054         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
45055
45056 2006-01-09  Bruno Haible  <bruno@clisp.org>
45057
45058         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
45059         numbers.
45060
45061 2006-01-09  Bruno Haible  <bruno@clisp.org>
45062
45063         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
45064         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
45065         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
45066         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
45067
45068 2006-01-09  Bruno Haible  <bruno@clisp.org>
45069
45070         * build-aux/javacomp.sh.in: New file, moved from lib/.
45071         * modules/javacomp-script (Files): Update.
45072         (configure.ac): Add AC_CONFIG_FILES invocation.
45073         (EXTRA_DIST): Remove variable.
45074
45075         * build-aux/javaexec.sh.in: New file, moved from lib/.
45076         * modules/javaexec (Files): Update.
45077         (configure.ac): Add AC_CONFIG_FILES invocation.
45078         (EXTRA_DIST): Remove javaexec.sh.in.
45079
45080         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
45081         * modules/csharpcomp-script (Files): Update.
45082         (configure.ac): Add AC_CONFIG_FILES invocation.
45083         (EXTRA_DIST): Remove variable.
45084
45085         * build-aux/csharpexec.sh.in: New file, moved from lib/.
45086         * modules/csharpexec (Files): Update.
45087         (configure.ac): Add AC_CONFIG_FILES invocation.
45088         (EXTRA_DIST): Remove csharpexec.sh.in.
45089
45090 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
45091
45092         Sync from coreutils.
45093
45094         Add POSIX ACL support
45095         * lib/acl.h (copy_acl, set_acl): Add declarations.
45096         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
45097         systems other than Linux.
45098         (chmod_or_fchmod): New function: use fchmod when possible,
45099         and chmod otherwise.
45100         (file_has_acl): Add a POSIX ACL implementation, with a
45101         Linux-specific subcase.
45102         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
45103         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
45104         acls are unsupported.
45105         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
45106         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
45107         are unsupported.
45108
45109 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
45110
45111         Sync from coreutils.
45112         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
45113
45114 2006-01-07  Bruno Haible  <bruno@clisp.org>
45115
45116         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
45117         gl_EARLY.
45118
45119 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
45120
45121         * lib/strftime.c (tzname): Don't declare if it is already #defined.
45122         Problem reported for Mingw by Mark Junker.
45123
45124 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
45125
45126         * README: Gnulib normally doesn't generate a tarball.
45127
45128 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
45129
45130         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
45131         long int, not int, for nanosecond counts, so that people who are
45132         used to POSIX struct timespec won't be surprised.  Reported by Jim
45133         Meyering.
45134
45135 2005-12-28  Bruno Haible  <bruno@clisp.org>
45136
45137         * build-aux/config.rpath: Update from GNU gettext.
45138
45139 2005-12-16  Jim Meyering  <jim@meyering.net>
45140
45141         * modules/fprintftime: New module.
45142         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
45143
45144 2005-12-16  Jim Meyering  <jim@meyering.net>
45145
45146         * m4/fprintftime.m4: New file.
45147
45148 2005-12-16  Jim Meyering  <jim@meyering.net>
45149
45150         * lib/fprintftime.c, lib/fprintftime.h: New files.
45151
45152 2005-12-15  Simon Josefsson  <jas@extundo.com>
45153
45154         * modules/socklen (configure.ac): Fix M4 macro name, to align with
45155         new m4/socklen.m4.
45156
45157 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
45158
45159         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
45160         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
45161
45162 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
45163
45164         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
45165         * lib/argp-help.c (fill_in_uparams): Check if the constructed
45166         struct uparams is valid. Fall back to the default values if it is
45167         not.
45168
45169 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45170
45171         * modules/argp (Files): Add argp-pin.c
45172         (Depends-on): dirname
45173         (lib_SOURCES): Add argp-pin.c
45174
45175 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45176
45177         * m4/argp.m4:  Check if program_invocation_name and
45178         program_invocation_short_name are declared and define appropriate
45179         macros if they are not.
45180
45181 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45182
45183         * lib/argp-help.c (__argp_base_name): New function
45184         (__argp_short_program_name): Rewrite using __argp_base_name
45185         * lib/argp-namefrob.h: Define program_invocation_name and
45186         program_invocation_short_name if requested
45187         (__argp_base_name): Add prototype
45188         * lib/argp-parse.c (argp_def): Use gettext wrappers
45189         (argp_default_parser): Use __argp_base_name
45190         * lib/argp-pin.c: New file. Defines program_invocation_name and
45191         program_invocation_short_name on systems that lack them.
45192
45193 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
45194
45195         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
45196         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
45197         porting problem reported by Georg Schwarz in
45198         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
45199
45200 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
45201
45202         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
45203         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
45204         porting problem reported by Georg Schwarz in
45205         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
45206
45207 2005-12-05  Bruno Haible  <bruno@clisp.org>
45208
45209         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
45210         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
45211         Reported by Mark Junker <mjscod@gmx.de>.
45212
45213 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
45214
45215         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
45216         Use implementation from Albert Chin, with some
45217         comments/corrections by Stepan Kasal and myself.
45218
45219 2005-12-02  Bruno Haible  <bruno@clisp.org>
45220
45221         * gnulib-tool (func_import): Accept GPLed build tool modules when
45222         --lgpl is given.
45223         * modules/csharpcomp-script: New file.
45224         * modules/csharpcomp: Depend on it.
45225         * modules/javacomp-script: New file.
45226         * modules/javacomp: Depend on it.
45227         Suggested by Simon Josefsson.
45228
45229 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
45230
45231         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
45232         statement, to work around an HP-UX 10.20 compiler bug reported by
45233         Peter O'Gorman.
45234
45235 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
45236
45237         * modules/savedir (Depends-on): Add openat.
45238
45239 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
45240
45241         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
45242         (uintmax_t) [defined uintmax_t]: Do not declare.
45243         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
45244         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
45245         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
45246         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
45247         sake of portability to weird hosts that C allows (though we don't
45248         know of any practical examples).
45249
45250         * lib/savedir.h (fdsavedir): New decl.
45251         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
45252         contains most of the former guts of savedir.
45253         (savedir): Use savedirstream.
45254         Include "openat.h".
45255
45256 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
45257
45258         * modules/obstack (Files): Add m4/ulonglong.m4.
45259         Problem reported by Davide Angelocola.
45260
45261 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
45262
45263         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
45264         coreutils no longer futzes with rounding modes.
45265
45266 2005-11-14  Jim Meyering  <jim@meyering.net>
45267
45268         * lib/mkstemp-safer.c: Include <config.h>, required for possible
45269         replacement of mkstemp.
45270
45271 2005-11-10  Simon Josefsson  <jas@extundo.com>
45272
45273         * lib/readline.c: Remove EOL.
45274
45275 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45276
45277         * modules/gethrxtime (Depends-on): Add gettime.
45278
45279 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45280
45281         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
45282         or gettimeofday; no longer needed.
45283
45284 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
45285
45286         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
45287         time business.
45288         (gethrxtime) [! (HAVE_NANOUPTIME
45289         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
45290         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
45291         our own approximation.
45292
45293 2005-11-08  Eric Blake  <ebb9@byu.net>
45294
45295         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
45296
45297 2005-11-08  Eric Blake  <ebb9@byu.net>
45298
45299         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
45300
45301 2005-11-04  Bruno Haible  <bruno@clisp.org>
45302
45303         * gnulib-tool: Implement --update mode.
45304
45305 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
45306
45307         Fix porting problem reported by Theodoros V. Kalamatianos.
45308         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
45309         Don't assume that futimes failing means we must fail.
45310
45311 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
45312
45313         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
45314         variables to suggest the intended function of the PATH_MAX check.
45315
45316 2005-10-30  Kean Johnston  <jkj@sco.com>
45317
45318         Trivial changes to support SCO systems.
45319         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
45320         as PATH_MAX.
45321         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
45322         where __ptr is null when no I/O is pending.
45323
45324 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
45325
45326         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
45327         leave errno alone.  Problem reported by Dmitry V. Levin.
45328
45329 2005-10-28  Simon Josefsson  <jas@extundo.com>
45330
45331         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
45332         Test more.
45333
45334         * tests/test-gc-md2.c, tests/test-md2.c: New files.
45335
45336         * modules/md2, modules/md2-tests: New files.
45337
45338 2005-10-28  Simon Josefsson  <jas@extundo.com>
45339
45340         * m4/inet_ntop.m4: More tests.
45341
45342         * m4/gc-md2.m4, md2.m4: New file.
45343
45344 2005-10-28  Simon Josefsson  <jas@extundo.com>
45345
45346         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
45347         "restrict" keywords, as per POSIX.  Protect the function
45348         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
45349         Don't use K&R prototypes.  Check the sprintf return values.
45350         Re-define EAFNOSUPPORT if not present.  Indent.
45351
45352         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
45353         suggested by Bruno Haible <bruno@clisp.org>.
45354
45355         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
45356
45357         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
45358
45359         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
45360         libgcrypt).
45361
45362         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
45363
45364         * lib/md2.h, lib/md2.c: New files.
45365
45366 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
45367
45368         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
45369         errno alone.  Problem reported by Frederic Jolliton.
45370
45371 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
45372
45373         * modules/verify (License): Change from GPL to LGPL.  This is a
45374         tiny module and there are apparently near-equivalents that are
45375         under the BSD license.
45376
45377 2005-10-24  Simon Josefsson  <jas@extundo.com>
45378
45379         * modules/sha1: Relicense to LGPL.
45380
45381 2005-10-24  Simon Josefsson  <jas@extundo.com>
45382
45383         * lib/md4.h: Shrink buffer size, now that we changed the type.
45384
45385 2005-10-23  Simon Josefsson  <jas@extundo.com>
45386
45387         * gnulib-tool (func_import): Fix --tests-base.
45388
45389 2005-10-22  Simon Josefsson  <jas@extundo.com>
45390
45391         * modules/arcfour (Depends-on): Need stdint.
45392
45393 2005-10-22  Simon Josefsson  <jas@extundo.com>
45394
45395         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
45396         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
45397
45398 2005-10-22  Simon Josefsson  <jas@extundo.com>
45399
45400         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
45401         suggested by Bruno Haible <bruno@clisp.org>.
45402
45403 2005-10-22  Simon Josefsson  <jas@extundo.com>
45404
45405         * lib/crc.h: Include stddef.h, for size_t.
45406
45407 2005-10-22  Simon Josefsson  <jas@extundo.com>
45408
45409         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
45410         arcfour_context struct (simplify test vector testing in GNU
45411         Shishi).
45412
45413 2005-10-21  Simon Josefsson  <jas@extundo.com>
45414
45415         * modules/des, modules/des-tests: New files.
45416
45417         * modules/gc-des, modules/gc-des-tests: New files.
45418
45419         * tests/test-des.c, tests/test-gc-des.c: New file.
45420
45421 2005-10-21  Simon Josefsson  <jas@extundo.com>
45422
45423         * modules/arctwo, modules/arctwo-tests: New files.
45424
45425         * tests/test-arctwo.c: New file.
45426
45427         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
45428
45429         * tests/test-gc-arctwo.c: New file.
45430
45431 2005-10-21  Simon Josefsson  <jas@extundo.com>
45432
45433         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
45434         Bruno Haible <bruno@clisp.org>.
45435
45436         * m4/gc-des.m4: New file.
45437
45438 2005-10-21  Simon Josefsson  <jas@extundo.com>
45439
45440         * m4/arctwo.m4: New file.
45441
45442         * m4/gc-arctwo.m4: New file.
45443
45444 2005-10-21  Simon Josefsson  <jas@extundo.com>
45445
45446         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
45447         block.
45448
45449 2005-10-21  Simon Josefsson  <jas@extundo.com>
45450
45451         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
45452         <bruno@clisp.org>.
45453
45454         * lib/hmac-sha1.c (hmac_sha1): Likewise.
45455
45456         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
45457         Bruno Haible <bruno@clisp.org>.
45458
45459         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
45460         <bruno@clisp.org>.
45461
45462 2005-10-21  Simon Josefsson  <jas@extundo.com>
45463
45464         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
45465
45466 2005-10-21  Simon Josefsson  <jas@extundo.com>
45467
45468         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
45469
45470 2005-10-21  Simon Josefsson  <jas@extundo.com>
45471
45472         * lib/des.h, lib/des.c: New files.
45473
45474         * lib/gc-gnulib.c: Support DES.c
45475
45476 2005-10-21  Simon Josefsson  <jas@extundo.com>
45477
45478         * lib/arctwo.h, lib/arctwo.c: New files.
45479
45480         * lib/gc-gnulib.c: Support ARCTWO.
45481
45482 2005-10-21  Simon Josefsson  <jas@extundo.com>
45483
45484         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
45485         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
45486
45487 2005-10-21  Simon Josefsson  <jas@extundo.com>
45488
45489         * gnulib-tool (func_import, func_create_testdir): Define automake
45490         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
45491         Makefile.am snippet),
45492         suggested by Bruno Haible <bruno@clisp.org>.
45493
45494         * modules/gc (Makefile.am): Use it.
45495
45496 2005-10-21  Bruno Haible  <bruno@clisp.org>
45497
45498         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
45499         patch.
45500
45501 2005-10-19  Simon Josefsson  <jas@extundo.com>
45502
45503         * tests/test-gc-rijndael.c: New file.
45504
45505         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
45506
45507 2005-10-19  Simon Josefsson  <jas@extundo.com>
45508
45509         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
45510         interface too.
45511
45512 2005-10-19  Simon Josefsson  <jas@extundo.com>
45513
45514         * tests/test-gc-arcfour.c: New file.
45515
45516         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
45517
45518 2005-10-19  Simon Josefsson  <jas@extundo.com>
45519
45520         * modules/gc-md4, modules/gc-md4-tests: New file.
45521
45522         * tests/test-gc-md4.c: New file.
45523
45524 2005-10-19  Simon Josefsson  <jas@extundo.com>
45525
45526         * m4/gc-md4.m4: New file.
45527
45528 2005-10-19  Simon Josefsson  <jas@extundo.com>
45529
45530         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
45531         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
45532         <kasal@ucw.cz>.
45533
45534 2005-10-19  Simon Josefsson  <jas@extundo.com>
45535
45536         * m4/gc-arcfour.m4: New file.
45537
45538         * m4/gc-rijndael.m4: New file.
45539
45540 2005-10-19  Simon Josefsson  <jas@extundo.com>
45541
45542         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
45543
45544 2005-10-19  Simon Josefsson  <jas@extundo.com>
45545
45546         * lib/gc-gnulib.c: Support ARCFOUR.
45547
45548 2005-10-19  Simon Josefsson  <jas@extundo.com>
45549
45550         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
45551         support.
45552
45553         * lib/gc.h: Add ECB enum type.
45554
45555         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
45556
45557 2005-10-18  Simon Josefsson  <jas@extundo.com>
45558
45559         * tests/test-md5.c: New file.
45560
45561         * modules/md5-tests: New file.
45562
45563 2005-10-18  Simon Josefsson  <jas@extundo.com>
45564
45565         * tests/test-md4.c: New file.
45566
45567         * modules/md4, modules/md4-tests: New files.
45568
45569 2005-10-18  Simon Josefsson  <jas@extundo.com>
45570
45571         * m4/md4.m4: New file.
45572
45573 2005-10-18  Simon Josefsson  <jas@extundo.com>
45574
45575         * lib/md4.h, lib/md4.c: New files, based on md5.?.
45576
45577 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
45578
45579         * gnulib-tool (func_create_testdir): Omit the second check whether
45580         BUILT_SOURCES in nonempty.
45581
45582 2005-10-17  Simon Josefsson  <jas@extundo.com>
45583
45584         * tests/test-rijndael.c: New file.
45585
45586 2005-10-17  Simon Josefsson  <jas@extundo.com>
45587
45588         * modules/sha1: Depend on stdint instead of md5.
45589
45590         * modules/md5: Depend on stdint, remove uint32_t.
45591
45592 2005-10-17  Simon Josefsson  <jas@extundo.com>
45593
45594         * modules/gc-sha1-tests: New file.
45595
45596         * tests/test-gc-sha1.c: New file.
45597
45598 2005-10-17  Simon Josefsson  <jas@extundo.com>
45599
45600         * m4/md5.m4: Remove call to uint32_t.m4.
45601
45602 2005-10-17  Simon Josefsson  <jas@extundo.com>
45603
45604         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
45605
45606         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
45607         md5.h.
45608
45609         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
45610
45611         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
45612
45613 2005-10-17  Simon Josefsson  <jas@extundo.com>
45614
45615         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
45616
45617 2005-10-17  Simon Josefsson  <jas@extundo.com>
45618
45619         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
45620
45621 2005-10-17  Simon Josefsson  <jas@extundo.com>
45622
45623         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
45624
45625         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
45626
45627 2005-10-17  Bruno Haible  <bruno@clisp.org>
45628
45629         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
45630         that it can also be used in a test.
45631
45632 2005-10-16  Bruno Haible  <bruno@clisp.org>
45633
45634         * gnulib-tool (func_emit_tests_Makefile_am): Also define
45635         TESTS_ENVIRONMENT, so that individual tests can augment it.
45636
45637         * gnulib-tool (func_create_testdir): Use an intermediate target for
45638         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
45639         macros, like $(ALLOCA_H), which cannot be passed through the command
45640         line.
45641
45642 2005-10-15  Simon Josefsson  <jas@extundo.com>
45643
45644         * modules/rijndael-tests: New file.
45645
45646         * modules/rijndael: New file.
45647
45648 2005-10-15  Simon Josefsson  <jas@extundo.com>
45649
45650         * m4/rijndael.m4: New file.
45651
45652 2005-10-15  Simon Josefsson  <jas@extundo.com>
45653
45654         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
45655
45656         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
45657
45658 2005-10-14  Simon Josefsson  <jas@extundo.com>
45659
45660         * tests/test-arcfour.c: New file.
45661
45662         * modules/arcfour, modules/arcfour-tests: New files.
45663
45664 2005-10-14  Simon Josefsson  <jas@extundo.com>
45665
45666         * m4/arcfour.m4: New file.
45667
45668 2005-10-14  Simon Josefsson  <jas@extundo.com>
45669
45670         * lib/arcfour.h, lib/arcfour.c: New files.
45671
45672 2005-10-14  Roland McGrath  <roland@redhat.com>
45673
45674         Import from libc.  [BZ #1331]
45675         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
45676         macro argument.
45677         Reported by Matej Vela <vela@debian.org>.
45678
45679 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45680
45681         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
45682         include <wchar.h>; no longer needed.
45683
45684 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
45685
45686         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
45687
45688 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
45689         and  Ulrich Drepper  <drepper@redhat.com>
45690
45691         Import from libc.
45692         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
45693         instead of inline stream orientation test and two separate
45694         function calls.  Pay no attention to USE_IN_LIBIO.
45695
45696 2005-10-13  Simon Josefsson  <jas@extundo.com>
45697
45698         * modules/gc-hmac-md5-tests: New file.
45699
45700         * tests/test-gc-hmac-sha1.c: New file.
45701
45702         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
45703
45704         * modules/gc-hmac-md5-tests: New file.
45705
45706         * tests/test-gc-md5.c: New file.
45707
45708         * modules/gc-md5-tests: New file.
45709
45710 2005-10-13  Simon Josefsson  <jas@extundo.com>
45711
45712         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
45713         Move memory allocation outside of loop.
45714
45715 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
45716
45717         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
45718         intermediate directory is in a read-only file system.  Problem
45719         reported by Eric Blake.
45720
45721 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
45722
45723         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
45724
45725 2005-10-12  Simon Josefsson  <jas@extundo.com>
45726
45727         * tests/test-hmac-sha1.c: New file.
45728
45729         * modules/hmac-sha1-tests: New file.
45730
45731         * modules/hmac-sha1: New file.
45732
45733 2005-10-12  Simon Josefsson  <jas@extundo.com>
45734
45735         * modules/gc-sha1: New file.
45736
45737 2005-10-12  Simon Josefsson  <jas@extundo.com>
45738
45739         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
45740
45741         * tests/test-gc-pbkdf2-sha1.c: New file.
45742
45743 2005-10-12  Simon Josefsson  <jas@extundo.com>
45744
45745         * modules/gc-md5, modules/gc-hmac-md5: New files.
45746
45747         * modules/gc (Files): Remove md5, memxor and hmac files.
45748
45749 2005-10-12  Simon Josefsson  <jas@extundo.com>
45750
45751         * m4/gc-pbkdf2-sha1.m4: New file.
45752
45753         * m4/gc-hmac-sha1.m4: New file.
45754
45755         * m4/gc-sha1: New file.
45756
45757         * m4/hmac-sha1.m4: New file.
45758
45759 2005-10-12  Simon Josefsson  <jas@extundo.com>
45760
45761         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
45762
45763         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
45764
45765 2005-10-12  Simon Josefsson  <jas@extundo.com>
45766
45767         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
45768         suggested by Bruno Haible <bruno@clisp.org>.
45769
45770 2005-10-12  Simon Josefsson  <jas@extundo.com>
45771
45772         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
45773
45774 2005-10-12  Simon Josefsson  <jas@extundo.com>
45775
45776         * lib/gc-pbkdf2-sha1.c: New file.
45777
45778         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
45779
45780 2005-10-12  Simon Josefsson  <jas@extundo.com>
45781
45782         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
45783
45784         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
45785
45786 2005-10-12  Simon Josefsson  <jas@extundo.com>
45787
45788         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
45789         GC_USE_HMAC_MD5, respectively.
45790
45791         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
45792         (gc_md5): Fix typo.
45793
45794         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
45795
45796         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
45797
45798         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
45799
45800 2005-10-12  Bruno Haible  <bruno@clisp.org>
45801
45802         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
45803         Reported by Stepan Kasal <kasal@ucw.cz>.
45804
45805 2005-10-11  Simon Josefsson  <jas@extundo.com>
45806
45807         * tests/test-crc.c: New file.
45808
45809         * modules/crc, modules/crc-tests: New files.
45810
45811 2005-10-11  Simon Josefsson  <jas@extundo.com>
45812
45813         * m4/crc.m4: New file.
45814
45815 2005-10-11  Simon Josefsson  <jas@extundo.com>
45816
45817         * lib/gc.h: Add gc_hash and gc_hash_buffer.
45818
45819         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
45820
45821         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
45822
45823 2005-10-11  Simon Josefsson  <jas@extundo.com>
45824
45825         * lib/crc.h, lib/crc.c: New files.
45826
45827         * lib/gc.h (gc_hash_buffer): Add doc.
45828
45829 2005-10-11  Bruno Haible  <bruno@clisp.org>
45830
45831         * modules/c-strcasestr: New file.
45832         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
45833
45834 2005-10-11  Bruno Haible  <bruno@clisp.org>
45835
45836         * modules/c-strcase: New file.
45837         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
45838
45839 2005-10-11  Bruno Haible  <bruno@clisp.org>
45840
45841         * lib/strcasecmp.c: Include limits.h.
45842         (strcasecmp): Avoid integer overflow on exotic platforms.
45843         * lib/strncasecmp.c: Include limits.h.
45844         (strncasecmp): Avoid integer overflow on exotic platforms.
45845         Reported by Paul Eggert.
45846
45847 2005-10-11  Bruno Haible  <bruno@clisp.org>
45848
45849         * lib/c-strcasestr.h: New file, from GNU gettext.
45850         * lib/c-strcasestr.c: New file, from GNU gettext.
45851
45852 2005-10-11  Bruno Haible  <bruno@clisp.org>
45853
45854         * lib/c-strcase.h: New file, from GNU gettext.
45855         * lib/c-strcasecmp.c: New file, from GNU gettext.
45856         * lib/c-strncasecmp.c: New file, from GNU gettext.
45857
45858 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
45859
45860         * modules/mempcpy (License): GPL -> LGPL.
45861         * modules/strchrnul (License): Likewise.
45862         * modules/sysexits (License): Likewise.
45863
45864 2005-10-08  Simon Josefsson  <jas@extundo.com>
45865
45866         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
45867
45868 2005-10-07  Simon Josefsson  <jas@extundo.com>
45869
45870         * m4/memxor.m4: Remove gl_C_RESTRICT call.
45871
45872 2005-10-06  Simon Josefsson  <jas@extundo.com>
45873
45874         * tests/test-hmac-md5.c: New file.
45875
45876         * modules/hmac-md5-tests: New file.
45877
45878         * modules/hmac-md5: New file.
45879
45880 2005-10-06  Simon Josefsson  <jas@extundo.com>
45881
45882         * m4/hmac-md5.m4: New file.
45883
45884         * m4/memxor.m4: Require gl_C_RESTRICT.
45885
45886 2005-10-06  Simon Josefsson  <jas@extundo.com>
45887
45888         * lib/memxor.c (memxor): Avoid casts and warnings.
45889
45890 2005-10-06  Simon Josefsson  <jas@extundo.com>
45891
45892         * lib/hmac-md5.c: New file.
45893
45894         * lib/hmac.h: New file.
45895
45896 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
45897
45898         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
45899         promotes to int, not unsigned int, to catch the AIX 5.3
45900         compiler bug.
45901
45902 2005-10-05  Simon Josefsson  <jas@extundo.com>
45903
45904         * modules/memxor: New file.
45905
45906         * modules/iconv (Files): Move config.rpath to havelib, it is used
45907         there.
45908
45909         * modules/havelib (Files): Add config.rpath.
45910
45911 2005-10-05  Simon Josefsson  <jas@extundo.com>
45912
45913         * m4/memxor.m4: New file.
45914
45915 2005-10-05  Simon Josefsson  <jas@extundo.com>
45916
45917         * lib/memxor.c (memxor): Fix compiler error.
45918
45919         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
45920         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
45921
45922         * lib/memxor.h, lib/memxor.c: New files.
45923
45924         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
45925         we assume all systems have it, suggested by Jim Meyering
45926         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
45927         any systems lack sys/socket.h; mingw32 is known to lack it, but we
45928         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
45929         same reasons.
45930
45931 2005-10-05  Simon Josefsson  <jas@extundo.com>
45932
45933         * config/srclist.txt: Add glibc bug 1423 for md5.h.
45934
45935 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
45936
45937         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
45938         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
45939         needed, since the source code now assumes these .h files.
45940
45941 2005-10-05  Derek Price  <derek@ximbiot.com>
45942
45943         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
45944
45945 2005-10-05  Bruno Haible  <bruno@clisp.org>
45946
45947         * modules/stdint (License): Change to LGPL.
45948
45949 2005-10-04  Simon Josefsson  <jas@extundo.com>
45950
45951         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
45952         D. Baushke" <mdb@gnu.org>.
45953
45954 2005-10-04  Bruno Haible  <bruno@clisp.org>
45955
45956         * lib/verify.h (verify_true): Provide alternative definition for C++.
45957
45958 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
45959
45960         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
45961         (SSIZE_MAX): New macro, if not already defined.
45962         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
45963         than 2 GiB.
45964
45965 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45966
45967         Sync from coreutils.
45968         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
45969         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
45970         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
45971         ULLONG_MAX doesn't work with 2.7.2.1.
45972
45973 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45974
45975         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
45976         From Ben Pfaff.
45977
45978         * modules/exclude (Depends-on): Depend on verify.
45979         * modules/strtoimax (Depends-on): Likewise.
45980         * modules/utimecmp (Depends-on): Likewise.
45981
45982 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
45983
45984         * lib/exclude.c: Include verify.h.
45985         (verify): Remove.  All callers changed to use verify.h's version.
45986         * lib/strtoimax.c: Likewise.
45987         * lib/utimecmp.c: Likewis.e
45988
45989         Sync from coreutils.
45990         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
45991         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
45992         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
45993         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
45994         bother returning ENOSYS if settimeofday or stime fails; just let
45995         them return whatever errno they want to return.
45996         * lib/utimens.c: Include unistd.h, for dup2.
45997         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
45998         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
45999
46000 2005-10-02  Jim Meyering  <jim@meyering.net>
46001
46002         Sync from coreutils.
46003         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
46004         from glibc-2.2.5 that fails for read-only files.
46005
46006 2005-10-02  Jim Meyering  <jim@meyering.net>
46007
46008         Sync from coreutils.
46009         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
46010         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
46011         `#if HAVE_CONFIG_H'.
46012         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
46013         Remove AT_FDCWD test.
46014         Do not consume the fd unless successful.
46015         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
46016         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
46017         block, so that we don't even try to compile it if settimeofday is
46018         available.  This works around a compilation failure on OSF1 V5.1,
46019         due to stime requiring a `long int*' while tv_sec is `int'.
46020
46021 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
46022
46023         Sync from coreutils.
46024         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
46025         against `yes', rather than just testing for nonempty.
46026
46027 2005-10-01  Simon Josefsson  <jas@extundo.com>
46028
46029         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
46030         and Darwin.
46031
46032         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
46033         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
46034         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
46035         freeaddrinfo and gai_strerror are declared by the POSIX headers.
46036         Check if struct addrinfo is declared.
46037
46038 2005-10-01  Simon Josefsson  <jas@extundo.com>
46039
46040         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
46041         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
46042         AI_* and EAI_* definitions.  Protect function declarations.
46043
46044 2005-10-01  Jim Meyering  <jim@meyering.net>
46045
46046         Sync from coreutils.
46047
46048         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
46049         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
46050         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
46051         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
46052         in the inet and nsl libraries.  Required on Solaris 5.7.
46053
46054 2005-10-01  Jim Meyering  <jim@meyering.net>
46055
46056         Sync from coreutils.
46057         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
46058         in the inet and nsl libraries.  Required on Solaris 5.7.
46059
46060 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
46061
46062         * lib/getdelim.c (getdelim): Remove unused variables.
46063
46064 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
46065
46066         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
46067         so that the code works even with ancient cpp.  Portability problem
46068         with GCC 2.7.2.1 reported by Thomas M.Ott.
46069
46070 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
46071
46072         * modules/regex (Depends-on): Add strcase.
46073
46074         * modules/gethostname (Licence): Change from GPL to LGPL, since
46075         gethostname.c is a trivial implementation of a standard library
46076         function.
46077         * modules/poll (License): Change from GPL to LGPL, since it's
46078         derived from LGPL code.
46079
46080 2005-09-27  Jim Meyering  <jim@meyering.net>
46081
46082         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
46083         HAVE_CONFIG_H.
46084
46085         * lib/intprops.h (signed_type_or_expr__): Define.
46086         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
46087         for unsigned types.
46088
46089 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
46090
46091         * lib/verify.h (verify_expr): Remove, replacing with:
46092         (verify_true): New macro that returns true instead of void.
46093         (verify_type__): Remove.
46094         (verify): Use verify_true rather than verify_type__.
46095
46096 2005-09-26  Bruno Haible  <bruno@clisp.org>
46097
46098         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
46099         is necessary.
46100         (lib_SOURCES): Remove mbchar.c.
46101         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
46102         (Files): Add m4/mbrtowc.m4.
46103         * modules/mbiter: Likewise.
46104         * modules/mbuiter: Likewise.
46105
46106 2005-09-26  Bruno Haible  <bruno@clisp.org>
46107
46108         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
46109         compile mbchar.c if they are not both present.
46110         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
46111         * m4/mbiter.m4 (gl_MBITER): Likewise.
46112         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
46113         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
46114         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
46115
46116 2005-09-25  Jim Meyering  <jim@meyering.net>
46117
46118         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
46119         also uses socklen_t.
46120
46121 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
46122
46123         * lib/utimens.c (ENOSYS): Define if not already defined.
46124         (futimens): Support having a null PATH if the file descriptor
46125         is nonnegative.
46126
46127         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
46128         Remove.
46129         (__attribute): Define to empty unless GCC 3.1 or later.
46130         This works around a core dump on OpenBSD 3.4, which has GCC
46131         2.95.3, which dumps core when given __attribute__(()).  It also
46132         simplifies other tests, since we really don't want to bother with
46133         worrying about which ancient version of GCC supported what.
46134         Original problem reported by Yoann Vandoorselaere, with part of
46135         the fix suggested by Derek Price.
46136
46137 2005-09-24  Jim Meyering  <jim@meyering.net>
46138
46139         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
46140         so we can once again use a positive bitfield width of 1 -- now we
46141         don't have to explain why we were using a bitfield width of 2.
46142
46143 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
46144
46145         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
46146         and similarly for the other external symbols.  Problem reported
46147         by James Gallager.
46148
46149         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
46150         bug reported by Jim Meyering.
46151
46152         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
46153         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
46154         not needed, since socklen is a prerequisite module.
46155
46156 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
46157
46158         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
46159         Problem reported by Eric Blake.
46160         (getaddrinfo): Initialize se so that it's not garbage.
46161         Redo internal storage allocation so that it doesn't make unportable
46162         assumptions about alignment.
46163         Fix a memory leak.
46164
46165         * lib/utimens.c (futimens): Use futimesat if available.
46166         Prefer it to futimes since it doesn't have the futimes bug.
46167
46168         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
46169         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
46170         Instead, declare a function that returns a pointer to an array,
46171         and use verify_type__ to declare the size of the array.
46172         Problem and germ of a solution reported by Bruno Haible.
46173         (verify_type__): Use 2, not 1, for bitfield size, to avoid
46174         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
46175
46176 2005-09-23  Jim Meyering  <jim@meyering.net>
46177
46178         Sync from coreutils.
46179         Correct build failure (socklen_t not defined) on at least
46180         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
46181         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
46182
46183 2005-09-23  Jim Meyering  <jim@meyering.net>
46184
46185         * modules/getaddrinfo (Depends-on): Add socklen.
46186
46187 2005-09-23  Bruno Haible  <bruno@clisp.org>
46188
46189         * tests/test-verify.c: New file.
46190
46191 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46192
46193         Sync from coreutils.
46194
46195         * modules/argmatch (Depends-on): Add verify.
46196         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
46197         unistd-safer.
46198         * modules/save-cwd (Depends-on): Likewise.
46199
46200         * modules/openat (Files): Add lib/openat-die.c.
46201         (Depends-on): Remove error, exitfail.
46202         Add dirname.
46203
46204         * modules/verify: New file.
46205         * MODULES.html.sh (Diagnostics <assert.h>): New section,
46206         with "verify" module.
46207
46208 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46209
46210         Sync from coreutils.
46211
46212         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
46213         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
46214         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
46215         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
46216         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
46217         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
46218         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
46219         Don't bother checking for string.h, stdlib.h, unistd.h.
46220         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
46221         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
46222         module's job.
46223         * m4/jm-macros.m4 (gl_MACROS): Likewise.
46224         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
46225
46226         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
46227         (gl_GETDATE): Use it.
46228
46229         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
46230
46231 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46232
46233         Sync from coreutils.
46234
46235         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
46236         stat-time.h.
46237         * lib/argmatch.h: Include verify.h
46238         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
46239         (ARGMATCH_ASSERT): Remove; unused.
46240         * lib/canonicalize.c: Assume STDC_HEADERS.
46241         * lib/exclude.c: Include "strcase.h".
46242         * lib/regex_internal.h [!defined _LIBC]: Likewise.
46243         * lib/getusershell.c: Include stdio--.h rather than stdio.h
46244         and stdio-safer.h.
46245         (getusershell): Call fopen, not fopen_safer.
46246         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
46247         Do not include unistd-safer.h.
46248         (save_cwd): Don't call fd_safer; no longer needed
46249         now that we include fcntl--.h.
46250
46251         * lib/getdate.y (relative_time): New type.
46252         (RELATIVE_TIME_0): New constant.
46253         (parser_control): Use relative_time instead of doing it ourselves.
46254         (%union): Add new relative_time rel member.
46255         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
46256         Now typeless.
46257         (relunit, relunit_snumber): Now of type rel.
46258         (zone, rel, relunit, get_date): Adjust to above changes.
46259
46260         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
46261         Do not include unistd-safer.h.
46262         (getloadavg): Don't call fd_safer; no longer needed
46263         now that we include fcntl--.h.
46264
46265         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
46266         (make_dir_parents): Treat ENOSYS like EEXIST.
46267
46268         Improve quality of diagnostics on restore_cwd failure.
46269         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
46270         (make_dir_parents): Last arg is now int * (for errno), not bool *.
46271         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
46272         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
46273         each time through the loop.  Do not diagnose restore_cwd failure;
46274         that is the caller's job (and perhaps the caller does not care).
46275
46276         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
46277         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
46278         If the file already exists but is not a directory, don't bother
46279         to try to make its parents.
46280         Close potential file descriptor leak if we can't chdir("/") (!).
46281         Don't always return true if chdir($PWD) fails; return true only
46282         if the requested action was done successfully (except for the
46283         chdir($PWD)).
46284         Don't log final directory unless we actually made it.
46285         Refactor to avoid duplicate code to fix up permissions.
46286         Don't attempt to fix up parent permissions if chdir($PWD) fails.
46287
46288         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
46289         to make it a bit faster and (I hope) clearer.
46290         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
46291         Fix bug in formats like %2N.
46292
46293         * lib/verify.h: New file.
46294
46295 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
46296
46297         Sync from coreutils.
46298         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
46299
46300 2005-09-22  Jim Meyering  <jim@meyering.net>
46301
46302         Sync from coreutils.
46303
46304         * m4/lstat.m4 (gl_FUNC_LSTAT):
46305         Use AC_LIBSOURCES to require lstat.c and lstat.h.
46306         Remove obsolete comment.
46307         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
46308         * m4/xstrtod.m4: Likewise.
46309
46310         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
46311
46312 2005-09-22  Jim Meyering  <jim@meyering.net>
46313
46314         Sync from coreutils.
46315
46316         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
46317
46318         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
46319         the .tm_year member, since otherwise gcc-4.0 would now warn about
46320         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
46321
46322         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
46323         order to avoid an unsuppressible warning from gcc on 64-bit systems.
46324
46325         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
46326         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
46327         when run in a time zone for which daylight savings time is in effect
46328         for the starting date.
46329
46330         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
46331         stop us from restricting permissions of just-created absolute-named
46332         directories.
46333         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
46334         to restore initial working directory.
46335         * lib/mkdir-p.c (make_dir_parents): New parameter:
46336         different_working_dir, to tell caller if/when we change the working
46337         directory and are unable to return to the initial one.
46338         * lib/mkdir-p.h (make_dir_parents): Update prototype.
46339         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
46340         `return false'.  This fixes a bug introduced on 2004-07-30.
46341
46342         * lib/openat.c (fdopendir): Be sure to close the supplied
46343         file descriptor before returning.  This makes our replacement
46344         implementation a little closer to Solaris's, where fdopendir
46345         ties the file descriptor to the returned DIR* pointer.
46346         * lib/openat.c (unlinkat): New function.
46347         * lib/openat.h (unlinkat): Add prototype.
46348         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
46349         (openat_restore_fail): Rename from openat_restore_die.
46350         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
46351
46352         Provide an alternative to exiting immediately upon save_cwd or
46353         restore_cwd failure.  Now, an application can arrange e.g.,
46354         to perform a longjump in that case.
46355         * lib/openat.c: Include dirname.h.
46356         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
46357         (rpl_openat, fdopendir, fstatat): Call openat_save_die
46358         and openat_restore_die rather than calling error directly.
46359         Don't include "error.h" or "exitfail.h"; they're no longer needed.
46360
46361         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
46362         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
46363         define.
46364
46365         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
46366         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
46367                             int utc, int nanoseconds);
46368         Background:
46369         date should not have to allocate a megabyte of virtual memory to
46370         handle a format argument like +%1048575T.  When implemented with
46371         strftime, it must allocate such a buffer, use strftime to fill it
46372         in, print it, then free it.
46373         With fprintftime, it simply prints everything and exits.
46374         With no need for memory allocation, that's one fewer way to fail.
46375         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
46376         optional field width, not before, so we accept %9:z, not %:9z.
46377         (my_strftime): Be sure to use L_('x') for literals.
46378
46379         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
46380         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
46381         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
46382         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
46383         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
46384         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
46385         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
46386         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
46387         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
46388         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
46389         * lib/xgethostname.c, lib/xreadlink.c:
46390         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
46391
46392         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
46393         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
46394         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
46395         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
46396         and don't include <sys/file.h>).
46397
46398 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
46399
46400         Sync from coreutils.
46401
46402         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
46403         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
46404         [!LDAV_DONE]: Avoid unused variable warning.
46405
46406 2005-09-21  Bruno Haible  <bruno@clisp.org>
46407
46408         * lib/unicodeio.h (unicode_to_mb): New declaration.
46409
46410 2005-09-20  Derek Price  <derek@ximbiot.com>
46411
46412         * lib/getaddrinfo.c: Don't include <netdb.h> included from
46413         getaddrinfo.h.
46414
46415 2005-09-20  Bruno Haible  <bruno@clisp.org>
46416
46417         * gnulib-tool: Remove trailing slashes from the values specified for
46418         --source-base, --m4-base, --tests-base, --aux-dir.
46419         Suggested by Simon Josefsson <jas@extundo.com>.
46420
46421 2005-09-20  Bruno Haible  <bruno@clisp.org>
46422
46423         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
46424         func_modules_to_filelist, func_import, func_create_testdir): Make all
46425         sorting results locale-independent, so that gnulib-cache.m4 doesn't
46426         change when gnulib-tool is invoked in a different locale.
46427
46428 2005-09-19  Simon Josefsson  <jas@extundo.com>
46429
46430         * m4/socklen.m4: Fix typo.
46431
46432 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46433
46434         Use a consistent style for including <config.h>.
46435         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
46436         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
46437         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
46438         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
46439         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
46440         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
46441         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
46442         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
46443         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
46444         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
46445         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
46446         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
46447         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
46448         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
46449         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
46450         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
46451         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
46452         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
46453         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
46454         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
46455         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
46456         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
46457         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
46458         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
46459         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
46460         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
46461         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
46462         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
46463         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
46464         lib/xstrtoumax.c, lib/yesno.c:
46465         Standardize inclusion of config.h.
46466         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
46467         lib/inttostr.h:  Removed inclusion of config.h from header files.
46468         * lib/inttostr.c:  Adjusted in-tree users.
46469         * lib/timespec.h: Remove superfluous warning to include config.h.
46470         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
46471         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
46472         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
46473         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
46474         config.h with HAVE_CONFIG_H.
46475
46476 2005-09-19  Jim Meyering  <jim@meyering.net>
46477
46478         * modules/pathmax (License): Change to LGPL.
46479
46480 2005-09-19  Derek Price  <derek@ximbiot.com>
46481
46482         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
46483
46484 2005-09-19  Bruno Haible  <bruno@clisp.org>
46485
46486         * gnulib-tool (import): Provide default for --tests-base.
46487
46488 2005-09-19  Bruno Haible  <bruno@clisp.org>
46489
46490         * doc/quote.texi: New file, extracted from gnulib.texi.
46491         * doc/ctime.texi: New file, extracted from gnulib.texi.
46492         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
46493         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
46494         * doc/gnulib.texi: Include them.
46495
46496 2005-09-18  Bruno Haible  <bruno@clisp.org>
46497
46498         Portability fix.
46499         * gnulib-tool (func_readlink): New function.
46500         (func_ln_if_changed): Use it.
46501
46502 2005-09-18  Bruno Haible  <bruno@clisp.org>
46503
46504         * gnulib-tool: Support --with-tests also with --import.
46505         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
46506         (func_import): Use variables $testsbase and $inctests. Emit a
46507         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
46508         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
46509         SUBDIRS += $testsdir.
46510         (func_create_testdir): Update.
46511
46512 2005-09-18  Bruno Haible  <bruno@clisp.org>
46513
46514         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
46515         instead of $dry_run.
46516         (func_cp_if_changed, func_mv_if_changed): Remove functions.
46517         (func_ln_if_changed): Don't handle dry-run here.
46518         (func_import): In dry-run mode, detect more precisely which actions
46519         would be performed, and don't use "...ing" verbs.
46520
46521 2005-09-18  Bruno Haible  <bruno@clisp.org>
46522
46523         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
46524         (func_import): Use join on two temporary files instead of three nested
46525         loops, in order to determine which files are new or old.
46526
46527 2005-09-18  Bruno Haible  <bruno@clisp.org>
46528
46529         * gnulib-tool (func_import): Comment out code that spits out the
46530         new files with --dry-run.
46531
46532 2005-09-18  Bruno Haible  <bruno@clisp.org>
46533
46534         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
46535
46536 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46537
46538         * lib/stat-time.h: New file.
46539         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
46540         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
46541         in a different way.
46542         (timespec_cmp): New function.
46543         * lib/utimecmp.c: Include stat-time.h.
46544         (SYSCALL_RESOLUTION): Depend on whether various struct stat
46545         members exist, not on the obsolescent ST_MTIM_NSEC.
46546         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
46547
46548 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46549
46550         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
46551
46552 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46553
46554         * MODULES.html.sh (File system functions): Add stat-time.
46555         * modules/stat-time: New file.
46556         * modules/timespec (Files): Remove m4/st_mtim.m4; this
46557         is now done in a different way, by the stat-time module.
46558         * modules/utimecmp (Depends-on): Add stat-time.
46559
46560 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
46561
46562         * m4/st_mtim.m4: Remove.  Superseded by...
46563         * m4/stat-time.m4: New file.
46564         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
46565         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
46566
46567 2005-09-15  Derek Price  <derek@ximbiot.com>
46568
46569         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
46570
46571 2005-09-15  Derek Price  <derek@ximbiot.com>
46572
46573         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
46574         * lib/regex_internal.c: Ditto, using this...
46575         (__GNUC_PREREQ): ...new macro.
46576         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
46577         using...
46578         (__GNUC_PREREQ): ...this new macro.
46579
46580         * lib/strstr.h: Include string.h. Define strstr as a macro here.
46581
46582 2005-09-15  Derek Price  <derek@ximbiot.com>
46583             Paul Eggert  <eggert@cs.ucla.edu>
46584
46585         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
46586         changes, consolidating in...
46587         * lib/regex_internal.h: ...this file.
46588
46589 2005-09-13  Jim Meyering  <jim@meyering.net>
46590
46591         * lib/canon-host.c: Filter through gnu indent and reword comments
46592         slightly.
46593         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
46594
46595 2005-09-13  Derek Price  <derek@ximbiot.com>
46596
46597         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
46598         failure.
46599         Reported by Jim Meyering  <jim@meyering.net>.
46600
46601 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
46602
46603         * lib/base64.c: Typo.
46604         (base64_encode): Put b64str in initialized data section.
46605
46606 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
46607
46608         Merge glibc and coreutils changes into gnulib, plus a few
46609         extra fixes.
46610         * lib/md5.c: Use #error rather than a string.
46611         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
46612         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
46613         (__attribute__): Define to empty for non recent-GCC.
46614         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
46615         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
46616         Renamed from their non-__ counterparts, with new macros replacing
46617         them if not _LIBC.  Add __THROW attribute.
46618         (rol): Remove.
46619         (struct md5_ctx): Align buffer if using GCC.
46620         * lib/sha1.h (struct sha1_ctx): Likewise.
46621         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
46622         The old name was backwards.
46623         (NOTSWAP): Remove; not used.
46624         (rol): New macro, moved here from md5.h.
46625         (sha1_process_block): Remove a FIXME that doesn't make sense.
46626
46627 2005-09-12  Derek Price  <derek@ximbiot.com>
46628
46629         Return usable errors from canon-host.
46630         * lib/canon-host.h: New file.
46631         * lib/canon-host.c (canon_host): Wrap...
46632         (canon_host_r): ...this new function, which now relies exclusively on
46633         getaddrinfo.
46634         (ch_strerror): New function.
46635         (last_cherror): New global.
46636         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
46637         interface.
46638         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
46639         void *.
46640         (freeaddrinfo): Free ai->ai_canonname when set.
46641
46642 2005-09-12  Derek Price  <derek@ximbiot.com>
46643
46644         Make canon-host require getaddrinfo.
46645         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
46646         AC_LIBSOURCE canon-host.h.  Call...
46647         (gl_PREREQ_CANON_HOST): ...this new function, which requires
46648         gl_GETADDRINFO.
46649         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
46650
46651 2005-09-12  Derek Price  <derek@ximbiot.com>
46652
46653         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
46654         LGPL.
46655         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
46656
46657 2005-09-12  Derek Price  <derek@ximbiot.com>
46658
46659         * lib/gai_strerror.c: Include config.h when available.  Include
46660         getaddrinfo.h before other headers to test interface.
46661         Reported by Larry Jones <lawrence.jones@ugs.com>.
46662
46663 2005-09-12  Derek Price  <derek@ximbiot.com>
46664             Paul Eggert  <eggert@cs.ucla.edu>
46665
46666         * modules/glob (Files): Add glob-libc.h.
46667
46668 2005-09-12  Derek Price  <derek@ximbiot.com>
46669             Paul Eggert  <eggert@cs.ucla.edu>
46670
46671         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
46672         glob_.h, glob-libc.h.
46673         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
46674
46675 2005-09-12  Derek Price  <derek@ximbiot.com>
46676             Paul Eggert  <eggert@cs.ucla.edu>
46677
46678         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
46679         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
46680         protecting things that should be done only in gnulib contexts.
46681         * lib/glob_.h: New file, containing only the glob things needed for
46682         gnulib.
46683         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
46684         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
46685         (glob, globfree, glob_pattern_p): Now defined simply in terms of
46686         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
46687         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
46688         and to respect the namespace rules better.
46689
46690 2005-09-08  Simon Josefsson  <jas@extundo.com>
46691
46692         * modules/socklen: New file.
46693
46694 2005-09-08  Simon Josefsson  <jas@extundo.com>
46695
46696         * m4/socklen.m4: New file.
46697
46698 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46699
46700         * modules/utimens (Files): Add m4/utimbuf.m4, since
46701         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
46702         Reported by Sergey Poznyakoff.
46703
46704 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46705
46706         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
46707         definitions, since that's the preferred style in glibc.
46708         Fix a minor spacing issue, and update copyright notice to match
46709         glibc's.
46710
46711 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
46712
46713         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
46714
46715 2005-09-06  Simon Josefsson  <jas@extundo.com>
46716
46717         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
46718         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
46719
46720 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46721
46722         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
46723         warning.
46724
46725 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
46726
46727         * config/srclist.txt: Add glibc bug 1302.
46728
46729 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
46730
46731         Change bitset word type from unsigned int to unsigned long int,
46732         as this has better performance on typical 64-bit hosts.
46733         Port bitset code to hosts with unusual word sizes.
46734         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
46735         (build_collating_symbol):
46736         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
46737         argument is a bitset.  This is merely a style issue, but it makes
46738         it clearer that an entire array is expected.
46739         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
46740         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
46741         Port to the case where bitset_word is not the same as unsigned int.
46742         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
46743         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
46744         Likewise.
46745         * lib/regexec.c (check_dst_limits_calc_pos_1,
46746         check_subexp_matching_top):
46747         (build_trtable, group_nodes_into_DFAstates):
46748         Likewise.
46749         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
46750         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
46751         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
46752         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
46753         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
46754         * lib/regcomp.c (optimize_subexps, lower_subexp):
46755         Work even if bitset_word has holes in its bitwise representation.
46756         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
46757         * lib/regexec.c (check_dst_limits_calc_pos_1,
46758         check_subexp_matching_top):
46759         Likewise.
46760         * lib/regex_internal.c (re_string_reconstruct):
46761         Don't assume UCHAR_MAX == 255.
46762         * lib/regex_internal.h (bitset_set_all): Likewise.
46763         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
46764         All uses changed.
46765         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
46766         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
46767         All uses changed.
46768         (BITSET_WORD_MAX): New macro.
46769         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
46770         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
46771         (bitset_empty, bitset_copy):
46772         Prefer sizeof (bitset) to multiplying it out ourselves.
46773         (bitset_not_merge): Remove; unused.
46774         (bitset_contain): Return bool, not unsigned int with one bit on.
46775         All callers changed.
46776         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
46777         alignment than re_node_set; do this by defining a new internal
46778         type struct dests_alloc and using it to allocate memory.
46779
46780 2005-09-05  Bruno Haible  <bruno@clisp.org>
46781
46782         * gnulib-tool (func_import): Fix comparison in handling of symbolic
46783         links.
46784
46785 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
46786
46787         * modules/size_max (Makefile.am): Add size_max.h
46788
46789 2005-09-04  Derek Price  <derek@ximbiot.com>
46790
46791         * gnulib-tool (func_import): Fix reversed $symbolic logic.
46792
46793 2005-09-03  Simon Josefsson  <jas@extundo.com>
46794
46795         * gnulib-tool: Fix typo.
46796
46797 2005-09-03  Simon Josefsson  <jas@extundo.com>
46798
46799         * config/srclist.txt: Add glibc bug 1293.
46800
46801 2005-09-03  Derek Price  <derek@ximbiot.com>
46802
46803         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
46804         From Larry Jones <lawrence.jones@ugs.com>.
46805
46806 2005-09-02  Simon Josefsson  <jas@extundo.com>
46807
46808         * modules/socklen: New file.
46809
46810 2005-09-02  Simon Josefsson  <jas@extundo.com>
46811
46812         * modules/havelib: New module.
46813
46814         * modules/gettext, modules/iconv, modules/lock, modules/readline:
46815         Use havelib.
46816
46817 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46818
46819         Check for arithmetic overflow when calculating sizes, to prevent
46820         some buffer-overflow issues.  These patches are conservative, in the
46821         sense that when I couldn't determine whether an overflow was possible,
46822         I inserted a run-time check.
46823         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
46824         macros.
46825         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
46826         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
46827         (re_xnrealloc, re_x2nrealloc): New inline functions.
46828         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
46829         parse_bracket_exp):
46830         (build_equiv_class, build_charclass): Check for arithmetic overflow
46831         in size expression calculations.
46832         * lib/regex_internal.c (re_string_realloc_buffers):
46833         (build_wcs_upper_buffer, re_node_set_add_intersect):
46834         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
46835         (re_dfa_add_node, register_state): Likewise.
46836         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
46837         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
46838         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
46839         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
46840
46841 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
46842
46843         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
46844         m4/ulonglong.m4.  Problem reported by Martin Lambers.
46845
46846 2005-09-02  Bruno Haible  <bruno@clisp.org>
46847
46848         Support for lib vs. lib64 distinction on biarch platforms.
46849         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
46850         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
46851         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
46852
46853 2005-09-02  Bruno Haible  <bruno@clisp.org>
46854
46855         * gnulib-tool (import): In the other first-use case, provide defaults
46856         as well.
46857
46858 2005-09-02  Bruno Haible  <bruno@clisp.org>
46859
46860         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
46861         patches not yet found in the latest gettext release.
46862
46863 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46864
46865         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
46866         to avoid a collision with bits/local_lim.h in glibc.
46867         All uses changed.  Problem reported by Dmitry V. Levin in
46868         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
46869
46870         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
46871         bugs in int versus size_t comparisons.
46872         (re_string_context_at): Fix bug where the code assumed that
46873         Idx is signed.
46874
46875         Use bool where appropriate.
46876         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
46877         All callers changed.
46878         (calc_eclosure_iter): Likewise, for ROOT arg.
46879         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
46880         (build_charclass_op): Likewise, for NON_MATCH arg.
46881         * lib/regex_internal.c (re_string_allocate, re_string_construct):
46882         (re_string_construct_common): Likewise, for ICASE arg.
46883         * lib/regexec.c (re_search_2_stub, re_search_stub):
46884         Likewise, for RET_LEN arg.
46885         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
46886         (set_regs): Likewise, for FL_BACKTRACK arg.
46887         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
46888         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
46889         (calc_eclosure_iter, parse_bracket_exp):
46890         Use bool for internal variables that are booleans.
46891         * lib/regexec.c (re_search_internal, check_matching,
46892         proceed_next_node):
46893         (set_regs, build_sifted_states, sift_states_bkref):
46894         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
46895         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
46896         (find_collation_sequence_value):
46897         Likewise.
46898         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
46899         (re_node_set_compare):
46900         Return bool, not int. All callers changed.
46901         * lib/regexec.c (check_halt_node_context, check_dst_limits):
46902         (build_trtable, check_node_accept): Likewise.
46903         * lib/regex_internal.h: Include stdbool.h.
46904
46905         Fix bugs uncovered when converting to bool.
46906         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
46907         failure instead of charging ahead blindly.
46908         * lib/regex_internal.c (register_state): Likewise.
46909         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
46910         for freeing internal storage.
46911         (group_nodes_into_DFA_states): Use unsigned int, not int, for
46912         bitset pieces used as boolean, to avoid undefined behavior
46913         on hosts that do int overflow checking.
46914
46915 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
46916
46917         * config/srclist.txt: Add glibc bugs 1285-1287.
46918
46919 2005-09-01  Jim Meyering  <jim@meyering.net>
46920
46921         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
46922         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
46923         Require gl_STAT_MACROS, too.
46924
46925 2005-09-01  Bruno Haible  <bruno@clisp.org>
46926
46927         * gnulib-tool (import): In the first-use case, provide defaults.
46928
46929 2005-09-01  Bruno Haible  <bruno@clisp.org>
46930
46931         * gnulib-tool (func_import): Remove the .tmp files.
46932
46933 2005-09-01  Bruno Haible  <bruno@clisp.org>
46934
46935         * gnulib-tool (func_import): Fix handling of symbolic links.
46936
46937 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
46938
46939         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
46940         old glibc regex code mishandles strings longer than 2**31 bytes.
46941         This patch fixes this when the regex code is used in gnulib
46942         (i.e., outside glibc).
46943
46944         This patch should not affect the use of the regex code inside
46945         glibc.  No doubt this problem also needs to be handled for glibc
46946         as well, but the result will be an incompatible change to the
46947         glibc ABI, and the old ABI will have to be supported too.  That
46948         can be the the subject for another patch.
46949
46950         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
46951         governing whether the rest of this patch is active.  By default,
46952         the macro is disabled and the patch has no effect.
46953         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
46954         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
46955         (struct re_pattern_buffer, re_search, re_search_2, re_match):
46956         (re_match_2, re_set_registers): Use the new types.
46957         * lib/regex_internal.h (Idx, re_hashval_t): New types.
46958         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
46959         New macros.
46960         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
46961         (re_string_context_at, bin_tree_t, re_dfastate_t):
46962         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
46963         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
46964         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
46965         (re_string_char_size_at, re_string_wchar_at):
46966         (re_string_elem_size_at):
46967         Use the new types and macros to port to 64-bit hosts.
46968         Use unsigned types for internal values, so that the code
46969         mostly works even for arrays larger than SSIZE_MAX.
46970         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
46971         (search_duplicated_node, calc_eclosure_iter, fetch_number):
46972         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
46973         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
46974         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
46975         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
46976         (calc_inveclosure, parse_dup_op, build_range_exp):
46977         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
46978         (fetch_number, create_token_tree, mark_opt_subexp):
46979         Likewise.
46980         * lib/regex_internal.c (re_string_construct_common,
46981         create_ci_newstate):
46982         (create_cd_newstate, re_string_allocate, re_string_construct):
46983         (re_string_realloc_buffers, build_wcs_upper_buffer):
46984         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
46985         (re_string_reconstruct, re_string_peek_byte_case):
46986         (re_string_fetch_byte_case, re_string_context_at):
46987         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
46988         (re_node_set_init_copy, re_node_set_add_intersect):
46989         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
46990         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
46991         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
46992         (re_acquire_state, re_acquire_state_context, register_state):
46993         Likewise.
46994         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
46995         search_cur_bkref_entry):
46996         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
46997         (re_search_internal, re_search_2_stub, re_search_stub)
46998         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
46999         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
47000         (update_cur_sifted_state, check_dst_limits):
47001         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
47002         (check_subexp_limits, sift_states_bkref, merge_state_array):
47003         (check_subexp_matching_top, get_subexp, get_subexp_sub):
47004         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
47005         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47006         (expand_bkref_cache, check_node_accept_bytes):
47007         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
47008         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
47009         (acquire_init_state_context, check_halt_node_context):
47010         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
47011         (sift_states_backward, clean_state_log_if_needed):
47012         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
47013         (find_recover_state, transit_state_sb, transit_state_mb):
47014         (transit_state_bkref, build_trtable, match_ctx_clean):
47015         Likewise.
47016         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
47017         to work around an assumption that REG_MISSING is negative.
47018
47019         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
47020         (seek_collating_symbol_entry) [defined _LIBC]:
47021         (lookup_collation_sequence_value) [defined _LIBC]:
47022         (build_range_exp, build_collating_symbol) [defined _LIBC]:
47023         Use prototypes rather than old-style function definitions.
47024         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
47025         (transit_state_sb) [0]:
47026         (find_collation_sequence_value) [defined _LIBC]: Likewise.
47027
47028         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
47029         rm_eo.
47030
47031         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
47032         (optimize_subexps, lower_subexp):
47033         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
47034         since the signed shift might overflow.  Use 1u<<31 instead.
47035         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
47036         Likewise.
47037         * lib/regexec.c (check_dst_limits_calc_pos_1,
47038         check_subexp_matching_top): Likewise.
47039
47040         * lib/regcomp.c (optimize_subexps, lower_subexp):
47041         Use CHAR_BIT rather than 8, for clarity.
47042         * lib/regexec.c (check_dst_limits_calc_pos_1):
47043         (check_subexp_matching_top): Likewise.
47044         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
47045         have to worry about portability issues when shifting it left.
47046         Remove no-longer-needed test for table_size > 0.
47047         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
47048         in a word, as the resulting behavior is undefined.
47049         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
47050         in one case, a <= should have been an <, and in another case the
47051         whole test was missing.
47052         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
47053         the standard name CHAR_BIT.
47054         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
47055         this is not true on one's complement and signed-magnitude hosts.
47056
47057         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
47058         next_last_offset.
47059         (struct re_dfa_t): Remove unused member states_alloc.
47060         * lib/regcomp.c (init_dfa): Don't initialize unused members.
47061
47062 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47063
47064         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
47065         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
47066         and large-file glibc and in 32-bit large-file Solaris.
47067
47068 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47069
47070         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
47071         lengths fit in regoff_t; this isn't true if regoff_t is the same
47072         width as size_t.
47073         * lib/regex.c (re_search_internal): 5th arg is LAST_START
47074         (= START + RANGE) instead of RANGE.  This avoids overflow
47075         problems when regoff_t is the same width as size_t.
47076         All callers changed.
47077         (re_search_2_stub): Check for overflow when adding the
47078         sizes of the two strings.
47079         (re_search_stub): Check for overflow when adding START
47080         to RANGE; if it occurs, substitute the extreme value.
47081
47082 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
47083
47084         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
47085
47086 2005-08-31  Jim Meyering  <jim@meyering.net>
47087
47088         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
47089         a pointer-to-const.
47090         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
47091         (register_state): Likewise.
47092         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
47093         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
47094         (group_nodes_into_DFAstates): Likewise.
47095
47096 2005-08-31  Jim Meyering  <jim@meyering.net>
47097
47098         * check-module: Add a FIXME comment.
47099
47100 2005-08-31  Eric Blake  <ebb9@byu.net>
47101
47102         * modules/unistd-safer (Files): Add unistd--.h.
47103         * modules/stdio-safer (Files): Add stdio--.h.
47104
47105 2005-08-31  Derek Price  <derek@ximbiot.com>
47106
47107         * lib/getdelim.c (getdelim): Return EOF on EOF.
47108         Reported by Larry Jones <lawrence.jones@ugs.com>.
47109
47110 2005-08-31  Bruno Haible  <bruno@clisp.org>
47111
47112         Avoid unnecessary diffs in the generated lib/Makefile.am.
47113         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
47114         the generated files.
47115         (func_import): Don't set cmd.
47116
47117 2005-08-31  Bruno Haible  <bruno@clisp.org>
47118
47119         * lib/strstr.c: Include <stddef.h>, for NULL.
47120         * lib/strcasestr.c: Likewise.
47121         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
47122
47123 2005-08-31  Bruno Haible  <bruno@clisp.org>
47124
47125         * gnulib-tool: New option --macro-prefix.
47126         (func_import): Use macro_prefix.
47127         (import): Handle option --macro-prefix.
47128
47129 2005-08-31  Bruno Haible  <bruno@clisp.org>
47130
47131         * gnulib-tool (import): Rename most ac_* variables to cached_*.
47132         Also use new variables cached_lgpl, cached_libtool.
47133
47134 2005-08-31  Bruno Haible  <bruno@clisp.org>
47135
47136         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
47137         always instantiating them.
47138
47139 2005-08-31  Bruno Haible  <bruno@clisp.org>
47140
47141         * gnulib-tool (func_import): Read the previous cached settings
47142         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
47143         earlier added by gnulib but are now dropped. Warn when a gnulib file
47144         overwrites a non-gnulib file.
47145
47146 2005-08-31  Bruno Haible  <bruno@clisp.org>
47147
47148         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
47149         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
47150         projects that don't keep autogenerated files in CVS. Put into
47151         actioncmd only the specified modules, not the transitive closure.
47152
47153 2005-08-31  Bruno Haible  <bruno@clisp.org>
47154
47155         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
47156         Create directories that shall be filled.
47157         (import): Don't look for gl_* macros in configure.ac. Recurse across
47158         all directories containing a gnulib-cache.m4 files, if meaningful.
47159
47160 2005-08-31  Bruno Haible  <bruno@clisp.org>
47161
47162         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
47163         (import): Set seen_libtool when we see gl_LIBTOOL.
47164
47165 2005-08-31  Bruno Haible  <bruno@clisp.org>
47166
47167         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
47168         declaration macro definitions from generated gnulib.m4.
47169
47170 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
47171
47172         * lib/iconvme.h: Add prototype for iconv_alloc.
47173
47174 2005-08-29  Simon Josefsson  <jas@extundo.com>
47175
47176         * lib/iconvme.c: Fix errno.
47177
47178 2005-08-29  Bruno Haible  <bruno@clisp.org>
47179
47180         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
47181         that it works when the directory contains spaces.
47182
47183 2005-08-29  Bruno Haible  <bruno@clisp.org>
47184
47185         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
47186
47187 2005-08-29  Bruno Haible  <bruno@clisp.org>
47188
47189         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
47190         Emit more advice.
47191
47192 2005-08-29  Bruno Haible  <bruno@clisp.org>
47193         and Stepan Kasal  <kasal@ucw.cz>
47194
47195         * check-module: If more parameters are given, check each of them
47196         separately; add more exceptions, as noted by Jim Meyering.
47197         (check_module): New procedure.
47198         (%exempt_header): Now contains all exceptions.
47199
47200 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
47201
47202         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
47203
47204 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
47205
47206         * lib/iconvme.c: Split iconv_string into iconv_alloc.
47207
47208 2005-08-28  Bruno Haible  <bruno@clisp.org>
47209
47210         * m4/gnulib-tool.m4: New file.
47211
47212 2005-08-27  Jim Meyering  <jim@meyering.net>
47213
47214         * modules/unistd-safer (Files): Add pipe-safer.c.
47215         * modules/fcntl-safer (Files): Add creat-safer.c.
47216
47217 2005-08-27  Jim Meyering  <jim@meyering.net>
47218
47219         * m4/stdlib-safer.m4: New file.  From coreutils.
47220         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
47221         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
47222         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
47223         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
47224         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
47225
47226 2005-08-27  Jim Meyering  <jim@meyering.net>
47227
47228         * lib/fopen-safer.c: Merge minor changes from coreutils.
47229         * lib/dup-safer.c: Likewise.
47230         * lib/fd-safer.c: Likewise.
47231
47232         Merge from coreutils.
47233         * lib/stdio--.h: New file.
47234         * lib/stdlib--.h: New file.
47235         * lib/mkstemp-safer.c: New file.
47236
47237         GNU tar needs these.
47238         * lib/pipe-safer.c: New file.
47239         * lib/creat-safer.c: New file.
47240         * lib/fcntl--.h (creat): Define to creat_safer.
47241         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
47242         * lib/unistd--.h (pipe): Define to pipe_safer.
47243         * lib/unistd-safer.h: Declare pipe_safer.
47244
47245 2005-08-26  Simon Josefsson  <jas@extundo.com>
47246
47247         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
47248         Haible <bruno@clisp.org>.
47249
47250 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
47251
47252         * lib/regex_internal.h: Remove all references to
47253         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
47254         or better.
47255         (bitset_not, bitset_merge, bitset_not_merge):
47256         (bitset_mask, re_string_allocate, re_string_construct):
47257         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
47258         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
47259         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
47260         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
47261         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47262         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47263         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
47264         (re_acquire_state_context):
47265         Remove unnecessary forward decls.
47266         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
47267         Put __attribute at function definition,
47268         now that the function decl has been removed.
47269         * lib/regex_internal.c (re_string_peek_byte_case):
47270         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
47271         Likewise.
47272
47273 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
47274
47275         * m4/regex.m4: Add AC_PREREQ(2.50).
47276         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
47277
47278 2005-08-25  Simon Josefsson  <jas@extundo.com>
47279
47280         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
47281         __fsetlocking.
47282
47283 2005-08-25  Simon Josefsson  <jas@extundo.com>
47284
47285         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
47286         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
47287         GLIBC specific code.
47288
47289 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47290
47291         Make regex safe for g++.  This fixes one real bug (an "err"
47292         that should have been "*err").  g++ problem reported by
47293         Sam Steingold.
47294         * lib/regex_internal.h (re_calloc): New macro, consistent with
47295         re_malloc etc.  All callers of calloc changed to use re_calloc.
47296         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
47297         not int.  All callers changed.
47298         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
47299         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
47300         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
47301         (find_recover_state): Change "err" to "*err"; this fixes what
47302         appears to be a real bug.
47303         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
47304         versus int.
47305
47306 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47307
47308         * modules/regex (Depends-on): Add malloc, since the code
47309         assumes that !malloc(0) means failure.
47310
47311 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47312
47313         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
47314
47315         alloca modernization/simplification for regex.
47316         * lib/regex.c: Remove portability cruft for alloca.  This no longer
47317         needs to be at the start of the file, and can be moved into
47318         regex_internal.h and simplified.
47319         * lib/regex_internal.h: Include <alloca.h>.
47320         (__libc_use_alloca) [!defined _LIBC]: New macro.
47321         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
47322         now works outside glibc.
47323
47324 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
47325
47326         * config/srclist.txt: Add glibc bugs 1241, 1245.
47327
47328 2005-08-25  Jim Meyering  <jim@meyering.net>
47329
47330         * lib/open-safer.c: Include <config.h>.
47331         Otherwise, we'd lose LARGEFILE support in any file using
47332         e.g. "fcntl--.h"
47333
47334 2005-08-25  Bruno Haible  <bruno@clisp.org>
47335
47336         * m4/minmax.m4: Require autoconf 2.52.
47337         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
47338         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
47339         alternatives of translit over the alphabet.
47340         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
47341
47342 2005-08-24  Simon Josefsson  <jas@extundo.com>
47343
47344         * tests/test-getpass.c: New file.
47345
47346 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47347
47348         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
47349         for GNU regex features.
47350
47351 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47352
47353         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
47354         * lib/regex.h (regerror): Likewise.
47355
47356         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
47357         requires this.  (The code never needed it.)
47358
47359         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
47360         All uses of recently-renamed identifiers changed to use the new,
47361         POSIX-compliant names.  The code will build and run just fine
47362         without these changes, but it's better to eat our own dog food
47363         and use the standard-conforming names.
47364
47365         * lib/regex.h: Fix a multitude of POSIX name space violations.
47366         These changes have an effect only for programs that define
47367         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
47368         do not change anything for programs compiled in the normal way.
47369         Also, there is no effect on the ABI.
47370
47371         (_REGEX_SOURCE): New macro.
47372         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
47373         defined and _GNU_SOURCE is not; this fixes a name space violation.
47374
47375         Rename the following macros to obey POSIX requirements.
47376         The old names are still visible as macros if _REGEX_SOURCE is defined.
47377         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
47378         RE_BACKSLASH_ESCAPE_IN_LISTS.
47379         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
47380         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
47381         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
47382         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
47383         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
47384         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
47385         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
47386         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
47387         (REG_INTERVALS): renamed from RE_INTERVALS.
47388         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
47389         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
47390         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
47391         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
47392         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
47393         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
47394         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
47395         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
47396         RE_UNMATCHED_RIGHT_PAREN_ORD.
47397         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
47398         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
47399         (REG_DEBUG): renamed from RE_DEBUG.
47400         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
47401         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
47402         unusual, since we can't clash with the POSIX REG_ICASE.
47403         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
47404         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
47405         (REG_NO_SUB): renamed from RE_NO_SUB.
47406         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
47407         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
47408         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
47409         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
47410         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
47411         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
47412         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
47413         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
47414         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
47415         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
47416         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
47417         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
47418         RE_SYNTAX_POSIX_MINIMAL_BASIC.
47419         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
47420         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
47421         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
47422         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
47423         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
47424         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
47425         (REG_FIXED): Renamed from REGS_FIXED.
47426         (REG_NREGS): Renamed from RE_NREGS.
47427
47428         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
47429         of other REG_* macros, since POSIX says the user is allowed to
47430         #undef these macros selectively.
47431
47432         (reg_errcode_t): Update comment stating what other tables need
47433         to be consistent.
47434
47435         Rename the following enum values to obey POSIX requirements.
47436         The old names are still visible as macros.
47437         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
47438         is not defined, since GNU is supposed to be a superset of POSIX as
47439         much as possible, and since we want reg_errcode_t to be a signed
47440         type for implementation consistency.
47441         (_REG_NOERROR): Renamed from REG_NOERROR.
47442         (_REG_NOMATCH): Renamed from REG_NOMATCH.
47443         (_REG_BADPAT): Renamed from REG_BADPAT.
47444         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
47445         (_REG_ECTYPE): Renamed from REG_ECTYPE.
47446         (_REG_EESCAPE): Renamed from REG_EESCAPE.
47447         (_REG_ESUBREG): Renamed from REG_ESUBREG.
47448         (_REG_EBRACK): Renamed from REG_EBRACK.
47449         (_REG_EPAREN): Renamed from REG_EPAREN.
47450         (_REG_EBRACE): Renamed from REG_EBRACE.
47451         (_REG_BADBR): Renamed from REG_BADBR.
47452         (_REG_ERANGE): Renamed from REG_ERANGE.
47453         (_REG_ESPACE): Renamed from REG_ESPACE.
47454         (_REG_BADRPT): Renamed from REG_BADRPT.
47455         (_REG_EEND): Renamed from REG_EEND.
47456         (_REG_ESIZE): Renamed from REG_ESIZE.
47457         (_REG_ERPAREN): Renamed from REG_ERPAREN.
47458         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
47459         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
47460         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
47461         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
47462
47463         (_REG_RE_NAME, _REG_RM_NAME): New macros.
47464         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
47465         changed.  But support the old name if the new one is not defined
47466         and if _REGEX_SOURCE.
47467
47468         Change the following member names in struct re_pattern_buffer.
47469         The old names are still supported if !_REGEX_SOURCE.
47470         The new names are always supported, regardless of _REGEX_SOURCE.
47471         (re_buffer): Renamed from buffer.
47472         (re_allocated): Renamed from allocated.
47473         (re_used): Renamed from used.
47474         (re_syntax): Renamed from syntax.
47475         (re_fastmap): Renamed from fastmap.
47476         (re_translate): Renamed from translate.
47477         (re_can_be_null): Renamed from can_be_null.
47478         (re_regs_allocated): Renamed from regs_allocated.
47479         (re_fastmap_accurate): Renamed from fastmap_accurate.
47480         (re_no_sub): Renamed from no_sub.
47481         (re_not_bol): Renamed from not_bol.
47482         (re_not_eol): Renamed from not_eol.
47483         (re_newline_anchor): Renamed from newline_anchor.
47484
47485         Change the following member names in struct re_registers.
47486         The old names are still supported if !_REGEX_SOURCE.
47487         The new names are always supported, regardless of _REGEX_SOURCE.
47488         (rm_num_regs): Renamed from num_regs.
47489         (rm_start): Renamed from start.
47490         (rm_end): Renamed from end.
47491
47492         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
47493         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
47494         Prepend __ to parameter names.
47495
47496         Undo yesterday's changes.
47497
47498 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
47499
47500         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
47501         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
47502         lib/regex.c.
47503
47504 2005-08-24  Jim Meyering  <jim@meyering.net>
47505
47506         Sync from coreutils.
47507         * m4/fcntl-safer.m4: New file.
47508
47509         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
47510         and object files for this module.
47511
47512 2005-08-24  Jim Meyering  <jim@meyering.net>
47513
47514         Sync from coreutils.
47515         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
47516
47517 2005-08-24  Jim Meyering  <jim@meyering.net>
47518
47519         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
47520         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
47521
47522 2005-08-24  Jim Meyering  <jim@meyering.net>
47523
47524         * modules/fcntl-safer: New module.
47525         * modules/fts (Depends-on): Add fcntl-safer.
47526         * MODULES.html.sh (File descriptor based Input/Output):
47527         Add fcntl-safer.
47528
47529 2005-08-24  Bruno Haible  <bruno@clisp.org>
47530
47531         Support for unit test modules.
47532         * modules/README: Mention tests modules.
47533         * modules/TEMPLATE-TESTS: New file.
47534         * gnulib-tool: New options --extract-tests-module, --with-tests and
47535         --tests-base (unused for the moment).
47536         (testsbase, inctests): New variables.
47537         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
47538         (func_verify_module): Exclude TEMPLATE-TESTS.
47539         (func_verify_nontests_module, func_verify_tests_module): New functions.
47540         (func_get_dependencies): Add implicit dependency for tests modules.
47541         (func_get_tests_module): New function.
47542         (func_modules_transitive_closure): When --with-tests was specified,
47543         include the unit tests as well, unless explicitly avoided.
47544         (func_emit_lib_Makefile_am): Ignore the tests modules here.
47545         (func_emit_tests_Makefile_am): New function.
47546         (func_create_testdir): When --with-tests was specified, emit a
47547         tests/ directory.
47548         * MODULES.html.sh (Future developments): Update.
47549
47550 2005-08-24  Bruno Haible  <bruno@clisp.org>
47551
47552         * modules/tls-tests: New file.
47553         * tests/test-tls.c: New file, from GNU gettext.
47554
47555 2005-08-24  Bruno Haible  <bruno@clisp.org>
47556
47557         * modules/lock-tests: New file.
47558         * tests/test-lock.c: New file, from GNU gettext.
47559
47560 2005-08-24  Bruno Haible  <bruno@clisp.org>
47561
47562         * lib/lock.h: Add multiple inclusion guard.
47563         * lib/tls.h: Add multiple inclusion guard.
47564
47565 2005-08-24  Bruno Haible  <bruno@clisp.org>
47566
47567         * gnulib-tool: Add support for the --aux-dir option to
47568         --create-testdir, --create-megatestdir, --test, --megatest.
47569         (func_create_testdir, func_create_megatestdir): Optionally emit a
47570         AC_CONFIG_AUX_DIR directive.
47571         (create-testdir, create-megatestdir, test, megatest): Provide a
47572         default value for $auxdir.
47573
47574 2005-08-24  Bruno Haible  <bruno@clisp.org>
47575
47576         * gnulib-tool (import): Use compound statement instead of subshell
47577         where possible.
47578
47579 2005-08-24  Bruno Haible  <bruno@clisp.org>
47580
47581         * gnulib-tool (import): Change --aux-dir default to "build-aux".
47582
47583 2005-08-24  Bruno Haible  <bruno@clisp.org>
47584
47585         * gnulib-tool (func_version): Update.
47586
47587 2005-08-24  Bruno Haible  <bruno@clisp.org>
47588
47589         * gnulib-tool (func_import, func_create_testdir,
47590         func_create_megatestdir): Quote all autoconf macro arguments.
47591
47592 2005-08-24  Bruno Haible  <bruno@clisp.org>
47593
47594         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
47595         option --force, because --force causes the aclocal.m4 of each
47596         subdirectory to be newer than the corresponding config.h.in.
47597
47598 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47599
47600         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
47601         All contents moved to gl_REGEX.
47602         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
47603         assume that it does.
47604
47605 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47606
47607         * lib/regex.h (REG_NOSYS)
47608         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
47609         Define, since POSIX requires it as of 2001.
47610         (_REG_ENOSYS)
47611         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
47612         New private symbol, used to keep the enum signed in all cases.
47613         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
47614         Youngman in
47615         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
47616
47617         * lib/regex_internal.c (re_string_skip_chars, register_state):
47618         (calc_state_hash):
47619         Remove forward decls; no longer needed now that we use prototypes.
47620         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
47621         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
47622         (clean_state_log_if_needed): Likewise.
47623
47624 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
47625
47626         * config/srclist.txt: Add glibc bugs 1231-1233.
47627
47628 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47629
47630         Fix problems reported by Sam Steingold in
47631         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
47632         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
47633         assumed that reg_errcode_t is a signed type, which is not
47634         necessarily true if _XOPEN_SOURCE is not defined.
47635         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
47636         since some compilers warn about it otherwise.
47637
47638 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47639
47640         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
47641         (init_word_char, create_initial_state, duplicate_node_closure):
47642         (fetch_token, peek_token_bracket, build_range_exp):
47643         (build_collating_symbol): Remove forward decls; no longer needed
47644         now that we use prototypes.
47645
47646         * lib/regcomp.c:
47647         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
47648         (re_compile_fastmap_iter, regcomp, regerror, regfree):
47649         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
47650         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
47651         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
47652         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
47653         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
47654         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
47655         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
47656         (build_range_exp, build_collating_symbol, parse_bracket_exp):
47657         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
47658         (build_charclass, build_charclass_op, fetch_number, create_tree):
47659         (create_token_tree, mark_opt_subexp, duplicate_tree):
47660         Use prototypes rather than old-style definitions.
47661
47662         * lib/regex_internal.c:
47663         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
47664         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
47665         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
47666         (re_string_reconstruct, re_string_peek_byte_case):
47667         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
47668         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
47669         (re_node_set_init_copy, re_node_set_add_intersect):
47670         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
47671         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
47672         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
47673         (re_acquire_state, re_acquire_state_context, register_state):
47674         (create_ci_newstate, create_cd_newstate, free_state):
47675         Likewise.
47676         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
47677         re_search_2):
47678         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
47679         (re_search_internal, prune_impossible_nodes):
47680         (acquire_init_state_context, check_matching, static):
47681         (check_halt_node_context, check_halt_state_context, proceed_next_node):
47682         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
47683         (update_regs, sift_states_backward, build_sifted_states):
47684         (clean_state_log_if_needed, merge_state_array):
47685         (update_cur_sifted_state, add_epsilon_src_nodes):
47686         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
47687         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
47688         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
47689         (find_recover_state, check_subexp_matching_top, transit_state_mb):
47690         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
47691         (check_arrival, check_arrival_add_next_nodes):
47692         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
47693         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
47694         (check_node_accept_bytes, check_node_accept, extend_buffers):
47695         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
47696         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
47697         (sift_ctx_init):
47698         Likewise.
47699
47700         * lib/regex_internal.h:
47701         (re_string_allocate, re_string_construct, re_string_reconstruct):
47702         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
47703         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
47704         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
47705         (re_string_context_at, re_string_peek_byte_case):
47706         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
47707         is defined, since we now use prototypes always.
47708
47709         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
47710         C89 or better.  All uses removed.
47711
47712 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
47713
47714         * config/srclist.txt: Add glibc bugs 1220-1227.
47715
47716 2005-08-20  Jim Meyering  <jim@meyering.net>
47717
47718         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
47719         of unused local, dfa.
47720
47721 2005-08-20  Bruno Haible  <bruno@clisp.org>
47722
47723         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
47724
47725 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47726
47727         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
47728         (re_node_set_insert_last, re_dfa_add_node):
47729         Rename local variables to avoid GCC shadowing warnings.
47730
47731 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47732
47733         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
47734         [defined lint]: Suppress bogus uninitialized-variable warnings.
47735
47736         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
47737         and let the caller return REG_ESPACE if out of space.  This
47738         removes an uninitialied-variable warning with GCC 4.0.1, and also
47739         avoids taking the address of a local variable.  All callers
47740         changed.
47741
47742 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
47743
47744         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
47745         $LIBCSRC/posix/regexec.c.
47746         Add glibc bug 1217 for regcomp.c.
47747
47748 2005-08-19  Jim Meyering  <jim@meyering.net>
47749
47750         * lib/regexec.c (proceed_next_node): Redo local variables to
47751         avoid GCC shadowing warnings.
47752
47753 2005-08-18  Bruno Haible  <bruno@clisp.org>
47754
47755         * lib/strstr.c (strstr): Fix return value in multibyte case.
47756         * lib/strcasestr.c (strcasestr): Likewise.
47757
47758 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
47759
47760         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
47761
47762 2005-08-17  Jim Meyering  <jim@meyering.net>
47763
47764         Make the %s format (seconds since the epoch) work for a negative
47765         number and when used with a zero-padded field width, e.g. %015s.
47766
47767         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
47768         label so that it precedes the code to set `digits'.  Otherwise,
47769         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
47770         print `00-22'.  Now, it prints `-0022', as it should.
47771
47772 2005-08-17  Bruno Haible  <bruno@clisp.org>
47773
47774         * modules/strstr (Files): Add m4/mbrtowc.m4.
47775         (Depends-on): Add mbuiter.
47776
47777 2005-08-17  Bruno Haible  <bruno@clisp.org>
47778
47779         * modules/strcasestr: New file.
47780         * MODULES.html.sh (String handling, based on ANSI C 89): Add
47781         strcasestr.
47782
47783 2005-08-17  Bruno Haible  <bruno@clisp.org>
47784
47785         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
47786
47787 2005-08-17  Bruno Haible  <bruno@clisp.org>
47788
47789         * modules/mbuiter: New file.
47790         * MODULES.html.sh (Extended multibyte and wide character utilities):
47791         Add mbuiter.
47792
47793 2005-08-17  Bruno Haible  <bruno@clisp.org>
47794
47795         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
47796         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
47797
47798 2005-08-17  Bruno Haible  <bruno@clisp.org>
47799
47800         * m4/strcasestr.m4: New file.
47801
47802 2005-08-17  Bruno Haible  <bruno@clisp.org>
47803
47804         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
47805         * lib/strstr.c: Completely rewritten, with multibyte locale support.
47806
47807 2005-08-17  Bruno Haible  <bruno@clisp.org>
47808
47809         * lib/strcasestr.h: New file.
47810         * lib/strcasestr.c: New file.
47811
47812 2005-08-17  Bruno Haible  <bruno@clisp.org>
47813
47814         * lib/strcasecmp.c: Use mbuiter.h.
47815
47816 2005-08-17  Bruno Haible  <bruno@clisp.org>
47817
47818         * lib/mbuiter.h: New file.
47819
47820 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
47821
47822         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
47823         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
47824         and gl_GETOPT are both invoked via different paths (as happens
47825         with GNU tar CVS because it uses both argp and getopt), the former
47826         wins.
47827
47828 2005-08-16  Bruno Haible  <bruno@clisp.org>
47829
47830         * modules/tls: New file.
47831         * MODULES.html.sh (Multithreading): Add tls.
47832
47833 2005-08-16  Bruno Haible  <bruno@clisp.org>
47834
47835         * modules/strnlen1: New file.
47836         * MODULES.html.sh (String handling): Add strnlen1.
47837
47838 2005-08-16  Bruno Haible  <bruno@clisp.org>
47839
47840         * modules/strcase (Files): Add m4/mbrtowc.m4.
47841         (Depends-on): Add strnlen1, mbchar.
47842
47843 2005-08-16  Bruno Haible  <bruno@clisp.org>
47844
47845         * modules/mbiter: New file.
47846         * MODULES.html.sh (Extended multibyte and wide character utilities):
47847         Add mbiter.
47848
47849 2005-08-16  Bruno Haible  <bruno@clisp.org>
47850
47851         * modules/mbfile: New file.
47852         * MODULES.html.sh (Extended multibyte and wide character utilities):
47853         Add mbfile.
47854
47855 2005-08-16  Bruno Haible  <bruno@clisp.org>
47856
47857         * modules/mbchar: New file.
47858         * MODULES.html.sh (Extended multibyte and wide character utilities):
47859         New section.
47860
47861 2005-08-16  Bruno Haible  <bruno@clisp.org>
47862
47863         * m4/tls.m4: New file, from GNU gettext.
47864
47865 2005-08-16  Bruno Haible  <bruno@clisp.org>
47866
47867         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
47868         always.
47869         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
47870
47871 2005-08-16  Bruno Haible  <bruno@clisp.org>
47872
47873         * m4/mbiter.m4: New file.
47874
47875 2005-08-16  Bruno Haible  <bruno@clisp.org>
47876
47877         * m4/mbfile.m4: New file.
47878
47879 2005-08-16  Bruno Haible  <bruno@clisp.org>
47880
47881         * m4/mbchar.m4: New file.
47882
47883 2005-08-16  Bruno Haible  <bruno@clisp.org>
47884
47885         * lib/tls.h: New file, from GNU gettext.
47886         * lib/tls.c: New file, from GNU gettext.
47887
47888 2005-08-16  Bruno Haible  <bruno@clisp.org>
47889
47890         * lib/strnlen1.h: New file.
47891         * lib/strnlen1.c: New file.
47892
47893 2005-08-16  Bruno Haible  <bruno@clisp.org>
47894
47895         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
47896         (mbi_init): Update.
47897         (mbi_avail, mbi_advance): Let the iteration end before the terminating
47898         NUL byte, not after it.
47899
47900 2005-08-16  Bruno Haible  <bruno@clisp.org>
47901
47902         * lib/strcase.h (strcasecmp): Add note in comments.
47903         * lib/strncasecmp.c: Use code from strcasecmp.c.
47904         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
47905         (strcasecmp): Work correctly in multibyte locales.
47906
47907 2005-08-16  Bruno Haible  <bruno@clisp.org>
47908
47909         * lib/mbiter.h: New file.
47910
47911 2005-08-16  Bruno Haible  <bruno@clisp.org>
47912
47913         * lib/mbfile.h: New file.
47914
47915 2005-08-16  Bruno Haible  <bruno@clisp.org>
47916
47917         * lib/mbchar.h: New file.
47918         * lib/mbchar.c: New file.
47919
47920 2005-08-16  Bruno Haible  <bruno@clisp.org>
47921
47922         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
47923         the valid ones. Makes the comparison operations transitive:
47924         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
47925         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
47926
47927 2005-08-15  Simon Josefsson  <jas@extundo.com>
47928
47929         * modules/ssize_t (License): Change to 'unlimited'.
47930
47931         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
47932
47933 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
47934
47935         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
47936         Add comments for each pending glibc patch.
47937
47938 2005-08-15  Bruno Haible  <bruno@clisp.org>
47939
47940         * lib/regex.h (__restrict_arr): Don't define to __restrict if
47941         __cplusplus is defined.
47942
47943 2005-08-14  Jim Meyering  <jim@meyering.net>
47944
47945         Sync from coreutils.
47946
47947         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
47948         Use the hash-table-based cycle-detection code not just when
47949         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
47950         Reported by James Youngman in
47951         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
47952         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
47953         FTS_TIGHT_CYCLE_CHECK.
47954         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
47955         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
47956         once again.
47957         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
47958         * lib/fts.c (fd_safer): Remove decl.
47959         Include fcntl--.h rather than unistd-safer.h
47960         (fts_safe_changedir): Don't call fd_safer; no longer needed
47961         now that we include fcntl--.h.
47962
47963 2005-08-12  Simon Josefsson  <jas@extundo.com>
47964
47965         * modules/getndelim2: Use ssize_t module.
47966         * modules/getnline: Likewise.
47967         * modules/safe-read: Likewise.
47968         * modules/xreadlink: Likewise.
47969
47970         * modules/ssize_t: New file.
47971
47972 2005-08-12  Simon Josefsson  <jas@extundo.com>
47973
47974         * m4/readline.m4: Look for termcap, curses or ncurses if required.
47975
47976 2005-08-12  Simon Josefsson  <jas@extundo.com>
47977
47978         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
47979         ssize_t.
47980
47981 2005-08-12  Simon Josefsson  <jas@extundo.com>
47982
47983         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
47984         readline, getdelim and check_version.
47985         (Support for systems lacking ISO C 99: Sizes of integer types):
47986         Add size_max.
47987
47988 2005-08-12  Bruno Haible  <bruno@clisp.org>
47989
47990         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
47991
47992 2005-08-11  Simon Josefsson  <jas@extundo.com>
47993
47994         * modules/readline: New file.
47995
47996         * modules/strnlen (Files): Add strnlen.h.
47997
47998 2005-08-11  Simon Josefsson  <jas@extundo.com>
47999
48000         * m4/readline.m4: New file.
48001
48002 2005-08-11  Simon Josefsson  <jas@extundo.com>
48003
48004         * lib/readline.h, readline.c: New file.
48005
48006 2005-08-11  Simon Josefsson  <jas@extundo.com>
48007
48008         * doc/gnulib.texi (Initial import, Finishing touches): Mention
48009         gl_AVOID.
48010
48011 2005-08-11  Bruno Haible  <bruno@clisp.org>
48012
48013         * lib/strnlen.h (strnlen): Change parameter name to match comment.
48014
48015 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
48016
48017         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
48018
48019 2005-08-10  Simon Josefsson  <jas@extundo.com>
48020
48021         * tests/test-iconvme.c: New file.
48022
48023 2005-08-10  Simon Josefsson  <jas@extundo.com>
48024
48025         * m4/strnlen.m4: New file.
48026
48027         * m4/strndup.m4: Don't check for strnlen declaration, done in
48028         strnlen.m4.
48029
48030 2005-08-10  Simon Josefsson  <jas@extundo.com>
48031
48032         * lib/strndup.c: Use strnlen.h.
48033
48034         * lib/strnlen.h: New file.
48035
48036 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48037
48038         * README: Typos.
48039
48040 2005-08-02  Simon Josefsson  <jas@extundo.com>
48041
48042         * modules/readline: New file.
48043
48044 2005-08-02  Simon Josefsson  <jas@extundo.com>
48045
48046         * modules/getdelim: New file.
48047
48048         * modules/getline: Rewrite, don't use getndelim2.
48049
48050 2005-08-02  Simon Josefsson  <jas@extundo.com>
48051
48052         * m4/getline.m4: Separate out getdelim stuff into separate module.
48053
48054         * m4/getdelim.m4: New file.
48055
48056 2005-08-02  Simon Josefsson  <jas@extundo.com>
48057
48058         * lib/getline.h, getline.c: Rewrite.
48059
48060         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
48061
48062 2005-07-31  Bruno Haible  <bruno@clisp.org>
48063
48064         * lib/lock.h (gl_lock_initializer): New macro.
48065         (gl_lock_define_initialized): Use it.
48066         (gl_rwlock_initializer): New macro.
48067         (gl_rwlock_define_initialized): Use it.
48068         (gl_recursive_lock_initializer): New macro.
48069         (gl_recursive_lock_define_initialized): Use it.
48070
48071 2005-07-30  Karl Berry  <karl@gnu.org>
48072
48073         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
48074         Report from Ben Pfaff, regarding getopt.
48075
48076 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
48077
48078         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
48079         normal way.
48080         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
48081         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
48082         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
48083         (gl_GETOPT): Use the new macros.  Most of the implementation
48084         is moved to the new macros.  This is for programs like Emacs
48085         that don't want all the functionality of gl_GETOPT.
48086
48087 2005-07-26  Bruno Haible  <bruno@clisp.org>
48088
48089         * m4/lock.m4: Update from GNU gettext.
48090
48091 2005-07-26  Bruno Haible  <bruno@clisp.org>
48092
48093         * lib/lock.h: Update from GNU gettext.
48094         * lib/lock.c: Update from GNU gettext.
48095
48096 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
48097
48098         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
48099         obsolescent AC_TRY_RUN.  Include the default includes files, for
48100         'exit'.
48101
48102 2005-07-24  Bruno Haible  <bruno@clisp.org>
48103
48104         * modules/visibility: New file.
48105         * MODULES.html.sh (Misc): Add visibility.
48106
48107 2005-07-24  Bruno Haible  <bruno@clisp.org>
48108
48109         * m4/visibility.m4: New file.
48110
48111 2005-07-24  Bruno Haible  <bruno@clisp.org>
48112
48113         * doc/visibility.texi: New file.
48114
48115 2005-07-22  Bruno Haible  <bruno@clisp.org>
48116
48117         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
48118         $(ALLOCA_H), redundant through BUILT_SOURCES.
48119         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
48120         redundant through BUILT_SOURCES.
48121         * modules/byteswap (Makefile.am): Remove explicit dependency on
48122         $(BYTESWAP_H), redundant through BUILT_SOURCES.
48123         * modules/fnmatch (Makefile.am): Remove explicit dependency on
48124         $(FNMATCH_H), redundant through BUILT_SOURCES.
48125         * modules/getopt (Makefile.am): Remove explicit dependency on
48126         $(GETOPT_H), redundant through BUILT_SOURCES.
48127         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
48128         redundant through BUILT_SOURCES.
48129         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
48130         redundant through BUILT_SOURCES.
48131         * modules/stdbool (Makefile.am): Remove explicit dependency on
48132         $(STDBOOL_H), redundant through BUILT_SOURCES.
48133         * modules/stdint (Makefile.am): Remove explicit dependency on
48134         $(STDINT_H), redundant through BUILT_SOURCES.
48135         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
48136         Remove explicit dependency on $(SYSEXITS_H).
48137         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
48138
48139 2005-07-18  Simon Josefsson  <jas@extundo.com>
48140
48141         * lib/check-version.c (check_version): Accept identical versions too.
48142
48143 2005-07-18  Bruno Haible  <bruno@clisp.org>
48144
48145         * modules/lock: New file.
48146         * MODULES.html.sh (Multithreading): New section.
48147
48148 2005-07-18  Bruno Haible  <bruno@clisp.org>
48149
48150         * m4/lock.m4: New file, from GNU gettext.
48151
48152 2005-07-18  Bruno Haible  <bruno@clisp.org>
48153
48154         * lib/lock.h: New file, from GNU gettext.
48155         * lib/lock.c: New file, from GNU gettext.
48156
48157 2005-07-18  Bruno Haible  <bruno@clisp.org>
48158
48159         * lib/lock.h (gl_once_t): New type.
48160         (gl_once_define, gl_once): New macros.
48161         * lib/lock.c (fresh_once): New variable.
48162         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
48163         functions.
48164
48165 2005-07-16  Simon Josefsson  <jas@extundo.com>
48166
48167         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
48168         workaround, suggested by Bruno.
48169
48170 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
48171
48172         * modules/xalloc (Depends-on): Add xalloc-die.
48173         * modules/xvasprintf (Depends-on): Add xalloc-die.
48174
48175 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
48176
48177         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
48178         with a minor change.
48179
48180 2005-07-15  Bruno Haible  <bruno@clisp.org>
48181
48182         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
48183         When using lib/poll.c, define poll as rpl_poll.
48184
48185 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
48186
48187         * modules/argp (Depends-on): Remove unlocked-io.
48188
48189 2005-07-14  Derek Price  <derek@ximbiot.com>
48190
48191         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
48192         for glob symlink bug.
48193
48194 2005-07-14  Bruno Haible  <bruno@clisp.org>
48195
48196         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
48197         Instead, test for *_unlocked function declarations directly.
48198
48199 2005-07-11  Simon Josefsson  <jas@extundo.com>
48200
48201         * modules/size_max: New file.
48202
48203         * modules/xsize: Depend on size_max module for size_max.m4.
48204
48205 2005-07-11  Simon Josefsson  <jas@extundo.com>
48206
48207         * lib/size_max.h: New file.
48208
48209 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
48210
48211         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
48212         copyright symbol and the year.
48213         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
48214         (version_etc_va): Use parameterized copyright notice.
48215         Reword to conform to the current GNU coding standards.
48216
48217 2005-07-11  Karl Berry  <karl@gnu.org>
48218
48219         * doc/gnulib.texi (Quoting): new node.
48220         (Initial import): more info, from Patrice.
48221
48222 2005-07-11  Bruno Haible  <bruno@clisp.org>
48223
48224         * gnulib-tool (func_usage): Document option --avoid.
48225         (Command line options): Handle --avoid.
48226         (func_acceptable): New function.
48227         (func_modules_transitive_closure): Use it.
48228
48229 2005-07-11  Bruno Haible  <bruno@clisp.org>
48230
48231         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
48232         Reported by Jim Meyering.
48233
48234 2005-07-10  Bruno Haible  <bruno@clisp.org>
48235
48236         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
48237         Needed when size_t is smaller than 'unsigned int'.
48238         Reported by Paul Eggert.
48239
48240 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48241
48242         * modules/argp (Depends-on): Add unlocked-io
48243
48244 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48245
48246         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
48247         block of defines.
48248
48249 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
48250
48251         * config/srclist.txt: Comment out regcomp.c, since we have a porting
48252         fix now.
48253
48254 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
48255         and Paul Eggert  <eggert@cs.ucla.edu>
48256
48257         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
48258         in wint_t, not wchar_t.  Remove now-unnecessary cast.
48259
48260 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48261
48262         * modules/regex (Files): Add lib/regex_internal.c,
48263         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
48264         (Depends-on): Add extensions.
48265         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
48266
48267 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48268
48269         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
48270         pathconf.
48271         * m4/same.m4 (gl_SAME): Likewise.
48272         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
48273
48274         * m4/regex.m4: Adjust to new libc regex implementation.
48275         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
48276         all the .c and .h parts of (the new) regex.
48277         Quote the m4 stuff better.
48278         Check for RE_ICASE bug of old gnulib.
48279         Check for REG_STARTEND of recent libc.
48280         Rename local variables from jm_* to gl_*.
48281         Quote operand of "test -f".
48282         Say "recent enough" version of libc, not "version 2".
48283         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
48284         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
48285         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
48286         Remove check for btowc, isascii.
48287         Require AM_LANGINFO_CODESET.
48288
48289 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48290
48291         * lib/regex.c, regex.h: Sync from libc.
48292         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
48293         * lib/regexec.c:
48294         New files, synced from libc, except that regex_internal.h
48295         currently has a small porting fix.
48296
48297 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
48298
48299         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
48300         regex_internal.c, regexec.c.
48301         Add regex_internal.h too, but as a comment, since the libc version
48302         is currently broken in gnulib mode.
48303
48304 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
48305
48306         Support programs like Emacs that use gnulib but not gettext.
48307         * MODULES.html.sh (Internationalization functions): Add gettext-h.
48308         * modules/gettext-h: New file.
48309         * modules/gettext (Files): Remove lib/gettext.h.
48310         (Depends-on): Add gettext-h.
48311         (Makefile.am): Remove lib_SOURCES.
48312         * modules/argmatch, modules/c-stack, modules/closeout:
48313         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
48314         * modules/execute, modules/file-type, modules/getaddrinfo:
48315         * modules/getopt, modules/human, modules/javacomp:
48316         * modules/javaexec, modules/mkdir-p, modules/obstack:
48317         * modules/openat, modules/pagealign_alloc, modules/pipe:
48318         * modules/quotearg, modules/regex, modules/rpmatch:
48319         * modules/unicodeio, modules/userspec, modules/version-etc:
48320         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
48321         * modules/xsetenv:
48322         Depend on gettext-h, not gettext.
48323
48324 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
48325
48326         * gnulib-tool (func_import): Add support for 'public domain' license.
48327         * modules/alloca, modules/atexit, modules/memmove:
48328         Now public domain, not GPL.
48329         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
48330         * modules/realloc, modules/strerror, modules/strtod:
48331         Now LGPL, not GPL.
48332
48333 2005-07-05  Bruno Haible  <bruno@clisp.org>
48334
48335         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
48336         autoconf CVS. Needed for mingw.
48337
48338 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48339
48340         Remove the dependency of the strftime module on the tzset module.
48341         * modules/strftime (Depends-on): Remove dependency on tzset.
48342
48343 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48344
48345         Remove the dependency of the strftime module on the tzset module.
48346         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
48347         gl_FUNC_TZSET_CLOBBER.
48348
48349 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
48350
48351         Remove the dependency of the strftime module on the tzset module.
48352         * lib/strftime.c (my_strftime)
48353         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
48354         Copy the input structure, to work around some of the bug with
48355         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
48356         Solaris releases, you should also use the tzset module, but we won't
48357         require it as a dependency any more since we don't want LGPLed code
48358         to depend on GPLed code.
48359
48360 2005-07-02  Jim Meyering  <jim@meyering.net>
48361
48362         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
48363         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
48364         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
48365         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
48366
48367 2005-07-02  Jim Meyering  <jim@meyering.net>
48368
48369         * lib/backupfile.c (backup_args): Change a `0' to NULL.
48370
48371 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
48372
48373         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
48374         declares only 'struct timespec;' (!).
48375
48376 2005-07-01  Jim Meyering  <jim@meyering.net>
48377
48378         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
48379         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
48380         * lib/save-cwd.c, tempname.c:
48381         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
48382         and don't include <sys/file.h>).
48383
48384 2005-06-29  Jim Meyering  <jim@meyering.net>
48385
48386         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
48387         type name.  Use the variable name instead.
48388         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
48389         Likewise.
48390
48391 2005-06-28  Simon Josefsson  <jas@extundo.com>
48392
48393         * modules/check-version (Files): Add check-version.m4.
48394
48395 2005-06-28  Simon Josefsson  <jas@extundo.com>
48396
48397         * m4/check-version.m4: New file, suggested by Jim Meyering
48398         <jim@meyering.net>.
48399
48400 2005-06-28  Simon Josefsson  <jas@extundo.com>
48401
48402         * lib/check-version.h, lib/check-version.c: New files.
48403
48404 2005-06-28  Simon Josefsson  <jas@extundo.com>
48405
48406         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
48407         collision with global variable.  Better indentation.  Don't
48408         increment buffer pointer beyond buffer end.  Based on comments
48409         from Paul Eggert <eggert@cs.ucla.edu>.
48410
48411         * lib/base64.h: Indent.
48412
48413 2005-06-28  Simon Josefsson  <jas@extundo.com>
48414
48415         * doc/gnulib.texi (Library version handling): New section.
48416
48417 2005-06-28  Jim Meyering  <jim@meyering.net>
48418
48419         * check-module (find_included_lib_files): Hard-code another
48420         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
48421         but modules/fts-lgpl (correctly) does not list those files.
48422
48423         * modules/canonicalize (Files): Add lib/pathmax.h.
48424
48425 2005-06-25  Simon Josefsson  <jas@extundo.com>
48426
48427         * modules/check-version: New file.
48428
48429 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
48430
48431         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
48432         initializer of struct addrinfo, as an indication that we don't
48433         care how many members the structure has.
48434
48435 2005-06-24  Derek Price  <derek@ximbiot.com>
48436         and Bruno Haible  <bruno@clisp.org>
48437
48438         Remove stat module & update lstat.
48439         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
48440         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
48441         * m4/stat.m4: Remove this file.
48442
48443 2005-06-24  Derek Price  <derek@ximbiot.com>
48444         and Bruno Haible  <bruno@clisp.org>
48445
48446         Remove stat module & update lstat.
48447         * lib/stat.c: Remove this file...
48448         (slash_aware_lstat): ...moving this content and its support...
48449         * lib/lstat.c (rpl_lstat): ...into here.
48450         * lib/lstat.h: New file.
48451
48452 2005-06-24  Derek Price  <derek@ximbiot.com>
48453         and Bruno Haible  <bruno@clisp.org>
48454
48455         Remove stat module & update lstat.
48456         * config/srclist.txt (libc sources): Remove stat.
48457
48458 2005-06-24  Derek Price  <derek@ximbiot.com>
48459         and Bruno Haible  <bruno@clisp.org>
48460
48461         Remove stat module & update lstat.
48462         * MODULES.html.sh (stat): Remove.
48463         * MODULES.html: Regenerated.
48464         * modules/lstat (Description): Correct function name.
48465         (Files): Add "lstat.h".
48466         (Depends-on): Remove stat, add xalloc, stat-macros.
48467         * modules/stat: Remove this file.
48468         (Include): Add "lstat.h", remove <sys/stat.h>.
48469
48470 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
48471
48472         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
48473         (ranged_convert): Don't save conversion in a temporary struct.
48474         This causes a warning with GCC 4.0.0, and anyway in the typical
48475         case it's not worth the extra 100 bytes or so of code.
48476         (ranged_convert, __mktime_internal): When calling a function via a
48477         pointer P, use P () rather than (*P) (), as we now assume C89 or
48478         better.
48479
48480 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48481
48482         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
48483         "who -r" failed to give output.  Problem reported by Tim Waugh.
48484
48485         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
48486         (xcalloc): Use it to avoid needless tests.
48487         Problem reported by Jim Meyering.
48488
48489 2005-06-20  Derek Price  <derek@ximbiot.com>
48490
48491         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
48492         unnecessary for Autoconfs > 2.59c.
48493
48494 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
48495
48496         * lib/argp.h (__option_is_short): Check upper limit of
48497         __key. Isprint() requires its argument to have the value
48498         of an unsigned char or EOF.
48499
48500 2005-06-16  Jim Meyering  <jim@meyering.net>
48501
48502         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
48503         when either N or S is zero.
48504
48505 2005-06-16  Derek Price  <derek@ximbiot.com>
48506
48507         * m4/bison.m4: Declare YACC & YFLAGS precious.
48508
48509 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
48510
48511         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
48512         multibyte string or pattern, fall back on unibyte matching.
48513         Problem reported by James Youngman.
48514
48515 2005-06-08  Bruno Haible  <bruno@clisp.org>
48516
48517         * modules/csharpcomp: New file.
48518         * MODULES.html.sh (C#): Add csharpcomp.
48519
48520 2005-06-08  Bruno Haible  <bruno@clisp.org>
48521
48522         * m4/csharpcomp.m4: New file, from GNU gettext.
48523
48524 2005-06-08  Bruno Haible  <bruno@clisp.org>
48525
48526         * lib/csharpcomp.h: New file, from GNU gettext.
48527         * lib/csharpcomp.c: New file, from GNU gettext.
48528         * lib/csharpcomp.sh.in: New file, from GNU gettext.
48529
48530 2005-06-08  Bruno Haible  <bruno@clisp.org>
48531
48532         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
48533         warning on mingw.
48534
48535 2005-06-07  Derek Price  <derek@ximbiot.com>
48536
48537         Sync from CVS.
48538         * lib/glob_.h: Indent nested #ifdef.
48539
48540 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48541
48542         Sync from coreutils.
48543         Use "file name" when talking about file names, instead of "filename"
48544         or "path", as per the GNU coding standards.
48545         * lib/mkdir-p.c: Renamed from makepath.c.
48546         (make_dir_parents): Renamed from make_path.  All callers changed.
48547         * lib/mkdir-p.h: Likewise.  All includers changed.
48548         * lib/filenamecat.c: Renamed from path-concat.c.
48549         (file_name_concat): Renamed from path_concat.  All callers changed.
48550         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
48551         * lib/filenamecat.h: Likewise.  All includers changed.
48552         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
48553         in comments or local variable names.
48554         * lib/basename.c: Likewise.
48555         * lib/canonicalize.c, canonicalize.h: Likewise.
48556         * lib/dirname.c, dirname.h: Likewise.
48557         * lib/euidaccess.c: Likewise.
48558         * lib/exclude.c: Likewise
48559         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
48560         * lib/fsusage.c, fsuage.h: Likewise.
48561         * lib/fts.c, fts_.h: Likewise.
48562         * lib/getcwd.c: Likewise.
48563         * lib/getloadavg.c: Likewise.
48564         * lib/mkstemp.c: Likewise.
48565         * lib/mountlist.c, mountlist.h: Likewise.
48566         * lib/openat.c, openat.h: Likewise.
48567         * lib/readlink-stub.c: Likewise.
48568         * lib/readutmp.c, readutmp.h: Likewise.
48569         * lib/rename.c: Likewise.
48570         * lib/rmdir.c: Likewise.
48571         * lib/same.c: Likewise.
48572         * lib/savedir.c: Likewise.
48573         * lib/stripslash.c: Likewise.
48574         * lib/tempname.c: Likewise.
48575         * lib/xreadlink.c: Likewise.
48576         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
48577         All uses changed.
48578         * lib/exclude.h: Likewise.
48579
48580         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
48581         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48582         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
48583         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48584         * lib/pathmax.h: Include <limits.h> unconditionally, since other
48585         files have been getting away with it for years (MORE/BSD 4.3
48586         is extinct now).
48587         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
48588         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
48589
48590         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
48591         Define to 256, not 255, as per modern POSIX.
48592
48593 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48594
48595         Sync from coreutils.
48596         Use "file name" when talking about file names, instead of "filename"
48597         or "path", as per the GNU coding standards.
48598         * MODULES.html.sh: mkdir-p renamed from makepath.
48599         filenamecat renamed from path-concat.
48600         * modules/filenamecat: Renamed from modules/path-concat.
48601         (Files): filenamecat.h and filenamecat.c renamed from
48602         path-concat.h and path-concat.c.
48603         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
48604         (Include): filenamecat.h, not path-concat.h.
48605         * modules/mkdir-p: Renamed from modules/makepath.
48606         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
48607         makepath.c.
48608         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
48609         (Include): mkdir-p.h, not makepath.h.
48610
48611 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
48612
48613         Sync from coreutils.
48614         * m4/mkdir-p.m4: Renamed from makepath.m4.
48615         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
48616         Rename files from makepath.c to mkdir-p.c, and from
48617         makepath.h to mkdir-p.h.
48618         * m4/filenamecat.m4: Renamed from path-concat.m4.
48619         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
48620         Rename files from path-concat.c to filenamecat.c,
48621         and from path-concat.h to filenamecat.h.
48622         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
48623         "file name" in local variables or comments.
48624         * m4/rename.m4: Likewise.
48625
48626 2005-06-01  Bruno Haible  <bruno@clisp.org>
48627
48628         * modules/csharpexec: New file.
48629         * MODULES.html.sh (C#): New section.
48630
48631 2005-06-01  Bruno Haible  <bruno@clisp.org>
48632
48633         * m4/csharp.m4: New file, from GNU gettext.
48634         * m4/csharpexec.m4: New file, from GNU gettext.
48635
48636 2005-06-01  Bruno Haible  <bruno@clisp.org>
48637
48638         * lib/csharpexec.h: New file, from GNU gettext.
48639         * lib/csharpexec.c: New file, from GNU gettext.
48640         * lib/csharpexec.sh.in: New file, from GNU gettext.
48641
48642 2005-05-31  Derek Price  <derek@ximbiot.com>
48643             Paul Eggert  <eggert@cs.ucla.edu>
48644
48645         Sync from cvs.
48646         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48647
48648 2005-05-31  Derek Price  <derek@ximbiot.com>
48649             Paul Eggert  <eggert@cs.ucla.edu>
48650
48651         Sync from cvs.
48652         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
48653
48654 2005-05-29  Derek Price  <derek@ximbiot.com>
48655
48656         * config/srclist.txt (glob_.h, glob.c): Add these files.
48657
48658 2005-05-29  Derek Price  <derek@ximbiot.com>
48659
48660         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
48661         * modules/glob: New file.
48662         * modules/getlogin_r: Add link to POSIX spec in description.
48663
48664 2005-05-29  Derek Price  <derek@ximbiot.com>
48665             Paul Eggert  <eggert@cs.ucla.edu>
48666
48667         * m4/glob.m4: New file.
48668
48669 2005-05-29  Derek Price  <derek@ximbiot.com>
48670             Paul Eggert  <eggert@cs.ucla.edu>
48671
48672         * lib/glob_.h, lib/glob.c: New files.
48673
48674 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48675
48676         * modules/fts (Files): Remove m4/inttypes-pri.m4.
48677         * modules/fts-lgpl (Depends-on): Remove gettext.
48678
48679 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48680
48681         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
48682         and don't require gt_INTTYPES_PRI.
48683
48684 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
48685
48686         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
48687
48688         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
48689         the configuration hassle isn't worth it.
48690         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
48691         (LONGEST_MODIFIER, PRIuMAX): Remove.
48692
48693 2005-05-27  Bruno Haible  <bruno@clisp.org>
48694
48695         * lib/getlogin_r.h: Remove second include of <stddef.h>.
48696
48697 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
48698
48699         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
48700         _POSIX_PTHREAD_SEMANTICS for Solaris.
48701
48702 2005-05-25  Derek Price  <derek@ximbiot.com>
48703
48704         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
48705
48706 2005-05-25  Derek Price  <derek@ximbiot.com>
48707             Paul Eggert  <eggert@cs.ucla.edu>
48708
48709         * modules/getlogin_r, m4/getlogin_r.m4: New files.
48710         * lib/getlogin_r.c, getlogin_r.h: New files.
48711
48712 2005-05-25  Bruno Haible  <bruno@clisp.org>
48713             Derek Price  <derek@ximbiot.com>
48714
48715         * lib/getlogin_r.h: Simplify API documentation.
48716
48717 2005-05-23  Derek Price  <derek@ximbiot.com>
48718
48719         * modules/minmax (Files): Add m4/minmax.m4.
48720         (configure.ac): Add gl_MINMAX.
48721
48722 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
48723
48724         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
48725         so that unistd-safer.h (GPL'ed code) need not be included.
48726
48727 2005-05-22  Bruno Haible  <bruno@clisp.org>
48728
48729         * m4/minmax.m4: New file.
48730         Based on a patch by Derek Price <derek@ximbiot.com>.
48731
48732 2005-05-22  Bruno Haible  <bruno@clisp.org>
48733
48734         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
48735         (INT64_MIN): Fix definition.
48736         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
48737
48738         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
48739         NEED_SIGNED_INT_TYPES.
48740
48741         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
48742         HAVE_SYSTEM_INTTYPES.
48743
48744 2005-05-22  Bruno Haible  <bruno@clisp.org>
48745
48746         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
48747         Also include <sys/param.h> if it defines MIN, MAX.
48748         Based on a patch by Derek Price <derek@ximbiot.com>.
48749
48750 2005-05-21  Jim Meyering  <jim@meyering.net>
48751
48752         * modules/fts (Files): Add m4/inttypes-pri.m4.
48753         (Depends-on): Add lstat and remove gettext.  Alphabetize.
48754
48755 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48756
48757         New fts module.
48758         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
48759         (setup_dir, free_dir): New functions.
48760         (enter_dir, leave_dir): Define trivial
48761         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
48762         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
48763         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
48764         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
48765         Move to fts-cycle.c.
48766         (fts_open): Use setup_dir.
48767         (fts_close): Use free_dir.
48768         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
48769         This adds a label and some gotos, but the alternatives were messier.
48770         Check for memory allocation failure when entering a dir.
48771         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
48772         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
48773         (FTS): New member fts_cycle, that is a union that contains the
48774         old active_dir_ht and cycle_state.  All uses changed to mention
48775         fts_cycle.ht and fts_cycle.state.
48776         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
48777         fts.c, with the following changes:
48778         (setup_dir, free_dir): New functions.
48779         (enter_dir): Now returns bool.  Return true if successful, false
48780         if memory exhausted.  All callers changed.
48781         Do not bother partly cleaning up on
48782         memory allocation failure; that is free_dir's job.
48783         However, free ad if hash_insert fails, to avoid memory leak.
48784         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
48785         fts->fts_options to see which union member to use.
48786
48787 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48788
48789         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
48790         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
48791
48792 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
48793
48794         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
48795
48796 2005-05-20  Jim Meyering  <jim@meyering.net>
48797
48798         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
48799         Now a macro, to pacify GCC.
48800
48801 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48802
48803         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
48804         of -1.
48805
48806 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
48807
48808         * lib/chown.c (rpl_chown): Return -1 on failure.
48809
48810 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48811
48812         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
48813         Don't check for stddef.h.
48814         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
48815         don't use its results.
48816         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
48817         since we include them unconditionally.  Don't require
48818         AM_STDBOOL_H, since stdbool is a prerequisite.
48819         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
48820         since we assume C89 or better.
48821         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
48822         as we don't use their results.
48823         Don't check for fchdir, memmove, memset, strrchr, as we use
48824         them unconditionally.
48825         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
48826         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
48827
48828 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
48829
48830         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
48831         Include <stddef.h> unconditionally, since we assume C89 now.
48832         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
48833         * lib/fts.c: Include fts_.h first, to check interface.
48834         Do not include intprops.h; no longer needed.
48835         Include cycle-check.h and hash.h, since fts_.h no longer does.
48836         Remove unnecessary casts of closedir to void.
48837         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
48838         decide whether to decrement nlinks.
48839         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
48840         (FTS): Use struct hash_table * instead of Hash_table, so that
48841         we no longer need to include hash.h here.
48842
48843 2005-05-18  Jim Meyering  <jim@meyering.net>
48844
48845         * modules/dirfd (License): Change to LGPL.  Most of the code
48846         is already in the public domain.
48847
48848 2005-05-18  Jim Meyering  <jim@meyering.net>
48849
48850         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
48851         Reported by Yoann Vandoorselaere.
48852
48853 2005-05-17  Jim Meyering  <jim@meyering.net>
48854
48855         * m4/fts.m4: New file, from coreutils.
48856
48857 2005-05-17  Jim Meyering  <jim@meyering.net>
48858
48859         * lib/fts.c, lib/fts_.h: New files, from coreutils.
48860
48861 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48862
48863         Sync from coreutils.
48864         * m4/unlinkdir.m4: New file.
48865
48866 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48867
48868         Sync from coreutils.
48869         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
48870         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
48871         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
48872         White space changes only.
48873         * lib/makepath.c (make_path): Port to hosts where leading "//" is
48874         special.
48875         * lib/yesno.c: Include getline.h, not ctype.h.
48876         (yesno): Don't remove leading white space; POSIX doesn't allow it.
48877         Use getline to remove arbitrary restriction on response length.
48878
48879 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48880
48881         * config/srclist-update: Spell out "Street" in FSF postal
48882         mail address; this is the style the FSF seems to prefer.
48883
48884         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
48885         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
48886         this updates FSF postal mail address.
48887
48888         Sync from coreutils.
48889         * modules/unlinkdir: New file.
48890         * modules/yesno (Depends-on): Add getline.
48891         * MODULES.html.sh (File system functions): Add unlinkdir.
48892
48893 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48894
48895         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
48896         lib/strsep.h:
48897         Change the initial comment to refer to GPL, not LGPL.
48898         gnulib-tool will change it to LGPL as needed.
48899
48900         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
48901         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
48902         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
48903         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
48904         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
48905         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
48906         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
48907         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
48908         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
48909         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
48910         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
48911         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
48912         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
48913         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
48914         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
48915         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
48916         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
48917         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
48918         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
48919         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
48920         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
48921         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
48922         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
48923         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
48924         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
48925         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
48926         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
48927         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
48928         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
48929         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
48930         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
48931         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
48932         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
48933         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
48934         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
48935         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
48936         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
48937         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
48938         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
48939         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
48940         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
48941         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
48942         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
48943         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
48944         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
48945         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
48946         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
48947         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
48948         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
48949         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
48950         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
48951         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
48952         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
48953         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
48954         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
48955         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
48956         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
48957         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
48958         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
48959         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
48960         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
48961         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
48962         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
48963         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
48964         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
48965         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
48966         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
48967         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
48968         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
48969         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
48970         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
48971         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
48972         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
48973         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
48974         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
48975         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
48976         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
48977         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
48978         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
48979         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
48980         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
48981         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
48982         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
48983         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
48984         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
48985         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
48986         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
48987         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
48988         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
48989         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
48990         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
48991         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
48992         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
48993         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
48994         lib/yesno.c, lib/yesno.h:
48995         Update FSF postal mail address.
48996
48997 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
48998
48999         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
49000         tests/test-memmem.c, tests/test-stpncpy.c:
49001         Update FSF postal mail address.
49002
49003 2005-05-13  Bruno Haible  <bruno@clisp.org>
49004
49005         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
49006         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
49007         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
49008         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
49009         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
49010         Add support for 64-bit integers in the MSVC compiler.
49011
49012 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49013
49014         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
49015
49016 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
49017
49018         * gnulib-tool (func_import): Sort and uniquify recommended includes.
49019
49020 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
49021
49022         * doc/getdate.texi (General date syntax): Don't say that date
49023         date --iso-8601=ns generates acceptable dates; it doesn't yet.
49024         Problem reported by Nic Ferrier.
49025
49026 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49027
49028         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
49029         specified in ai_socktype. Fix invalid ai_protocol
49030         check. ai_protocol is usually set to 0 or depending on
49031         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
49032         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
49033         ai_socktype / ai_protocol in the returned addrinfo structure.
49034
49035 2005-05-10  Simon Josefsson  <jas@extundo.com>
49036
49037         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
49038         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
49039
49040 2005-05-10  Karl Berry  <karl@gnu.org>
49041
49042         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
49043         (from http://www.gnu.org/licenses).
49044         * doc/COPYING.LIB: also rename to COPYING.LESSER.
49045         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
49046         fdl.texi suffices.
49047
49048 2005-05-10  Karl Berry  <karl@gnu.org>
49049
49050         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
49051         (COPYING.DOC): remove.
49052
49053         * config/srclist-update: new FSF address.
49054
49055 2005-05-10  Derek Price  <derek@ximbiot.com>
49056
49057         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
49058         possible.
49059
49060 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49061             Bruno Haible  <bruno@clisp.org>
49062
49063         * modules/inet_ntop: New file.
49064         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
49065         inet_ntop.
49066
49067 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49068             Bruno Haible  <bruno@clisp.org>
49069
49070         * m4/inet_ntop.m4: New file.
49071
49072 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
49073             Bruno Haible  <bruno@clisp.org>
49074
49075         * lib/inet_ntop.h: New file.
49076         * lib/inet_ntop.c: New file, from glibc with modifications.
49077
49078 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
49079
49080         * modules/time_r (License): Change to LGPL.
49081         * modules/extensions (License): Change to LGPL.  Actually,
49082         the license is more permissive than that, but currently gnulib-tool
49083         doesn't know how to handle more-permissive licenses.
49084
49085         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
49086         Problem reported by Dave Love.
49087
49088 2005-05-08  Jim Meyering  <jim@meyering.net>
49089
49090         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
49091         blank.
49092
49093 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
49094
49095         * modules/argmatch (Depends-on): Add stdbool.
49096         * modules/backupfile (Depends-on): Likewise.
49097         * modules/chdir-long (Depends-on): Likewise.
49098         * modules/closeout (Depends-on): Likewise.
49099         * modules/cycle-check (Depends-on): Likewise.
49100         * modules/dirname (Depends-on): Likewise.
49101         * modules/fnmatch (Depends-on): Likewise.
49102         * modules/fsusage (Depends-on): Likewise.
49103         * modules/fwriteerror (Depends-on): Likewise.
49104         * modules/getcwd (Depends-on): Likewise.
49105         * modules/getloadavg (Depends-on): Likewise.
49106         * modules/hard-locale (Depends-on): Likewise.
49107         * modules/makepath (Depends-on): Likewise.
49108         * modules/mountlist (Depends-on): Likewise.
49109         * modules/nanosleep (Depends-on): Likewise.
49110         * modules/posixtm (Depends-on): Likewise.
49111         * modules/quotearg (Depends-on): Likewise.
49112         * modules/readtokens (Depends-on): Likewise.
49113         * modules/readtokens0 (Depends-on): Likewise.
49114         * modules/readutmp (Depends-on): Likewise.
49115         * modules/save-cwd (Depends-on): Likewise.
49116         * modules/strftime (Depends-on): Likewise.
49117         * modules/userspec (Depends-on): Likewise.
49118         * modules/utimecmp (Depends-on): Likewise.
49119         * modules/xgetcwd (Depends-on): Likewise.
49120         * modules/xnanosleep (Depends-on): Likewise.
49121         * modules/xstrtod (Depends-on): Likewise.
49122         * modules/yesno (Depends-on): Likewise.
49123
49124 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
49125
49126         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
49127         needless checks.
49128
49129 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49130
49131         Merge from coreutils.  Among other things,
49132         add bulletproofing for cases where stdin, stdout, or stderr are closed.
49133         * lib/fd-safer.c: New file.
49134         * lib/fcntl-safer.h, open-safer.c: Remove.
49135         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
49136         * lib/dup-safer.c: Include unistd-safer.h first.
49137         Don't include errno.h.
49138         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
49139         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
49140         * lib/file-type.c: Rely on file-type.h change.
49141         * lib/getloadavg.c: Include unistd-safer.h.
49142         (getloadavg): Use safer open.
49143         * lib/getusershell.c: Include "stdio-safer.h".
49144         (getusershell): Use safer fopen.
49145         * lib/long-options.c (long_options): Use NULL rather than 0.
49146         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
49147         'free'.
49148         * lib/modechange.c: Likewise.
49149         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
49150         (MODE_DONE): New constant.
49151         (struct mode_change): Remove 'next' member.
49152         (make_node_op_equals): New function; like the old one of the
49153         same name, except it allocates an array.
49154         (mode_compile, mode_create_from_ref): Use it.
49155         (mode_compile): Allocate result as an array, not a linked list.
49156         Parse octal string ourself, so that we catch mistakes like "+0".
49157         (mode_adjust): Arg is an array, not a linked list.
49158         * lib/modechange.c: Include stat-macros.h, xalloc.h.
49159         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
49160         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
49161         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
49162         Remove.  This is now stat-macros.h's job.
49163         (talloc): Remove.  All callers replaced by xalloc, so that
49164         our invokers don't have to worry about reporting memory failures.
49165         (make_node_op_equals): Remove.
49166         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
49167         New constants.
49168         (struct mode_change): Moved here from modechange.h.
49169         (mode_append_entry): Remove.
49170         (mode_compile): Remove MASKED_OPS arg, since it encouraged
49171         apps to have incorrect behavior.  Use simpler algorithm for head
49172         and tail.  Don't futz with umask; that's now the job of mode_adjust.
49173         Detect more invalid usages rather than having somewhat-random behavior.
49174         Don't insert an "a=" action, as that leads to incorrect behavior.
49175         (mode_compile, mode_create_from_ref): Return NULL on error instead
49176         of an enum, since now there's only one way to have an error.  All
49177         callers changed.
49178         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
49179         at the correct time.  Simplify calculation of "+u" and its ilk.
49180         Don't mishandle "+X".
49181         (mode_free): Remove "register" and localize decls.
49182         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
49183         (struct mode_change): Move to modechange.c; callers don't
49184         need to see this stuff.
49185         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
49186         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
49187         (mode_change, mode_adjust): Reflect the new signatures noted above.
49188         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
49189         that might redefine system include files.
49190         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
49191         (my_usleep): Use NULL rather than (void *) 0.
49192         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
49193         Use siginterrupt to specify that system calls should be interrupted.
49194         (rpl_nanosleep): Move initialization of suspended closer to call of
49195         my_usleep.
49196         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
49197         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
49198         (desirable_utmp_entry): New function.
49199         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
49200         using x2nrealloc, to simplify logic.
49201         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
49202         size calculation.  Do not assume utmp file is a regular file.
49203         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
49204         (READ_UTMP_CHECK_PIDS): New constant.
49205         * lib/save-cwd.c: Include unistd-safer.h.
49206         (save_cwd): Use fd_safer.
49207         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
49208         [!_LIBC] Include "stat-macros.h" instead.
49209         * lib/unistd-safer.h (fd_safer): New decl.
49210
49211 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49212
49213         * modules/getloadavg (Depends-on): Add unistd-safer.
49214         * modules/getusershell (Depends-on): Add stdio-safer.
49215         * modules/lstat (Depends-on): Remove xalloc.
49216         * modules/mkstemp (Depends-on): Add stat-macros.
49217         * modules/modechange (Depends-on): Remove xstrtol.
49218         Add stat-macros, xalloc.
49219         * modules/save-cwd (Depends-on): Add unistd-safer.
49220         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
49221         * modules/unistd-safer (Files): Add lib/fd-safer.c
49222         (Makefile.am): Remove lib_SOURCES.
49223
49224         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
49225         Remove fcntl-safer; unistd-safer supersedes it.
49226
49227 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49228
49229         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
49230         AC_HEADER_STAT.
49231         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
49232         (gl_PREREQ_CHOWN): Remove.
49233         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
49234         it.  Don't require AC_HEADER_STAT.
49235         (gl_PREREQ_LSTAT): Remove.
49236         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
49237         Don't require AC_HEADER_STAT.
49238         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
49239         (gl_PREREQ_RMDIR): Remove.
49240         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
49241         mention stat-macros.h or AC_HEADER_STAT, since we'll make
49242         the stat-macros module a prerequisite.
49243         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
49244         * m4/filemode.m4 (gl_FILEMODE): Likewise.
49245         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
49246         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
49247         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
49248         variable names.
49249         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
49250         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
49251         variable prefixes.
49252         * m4/fcntl-safer.m4: Remove.
49253         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
49254         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
49255         Invoke gl_PREREQ_FD_SAFER.
49256         (gl_PREREQ_FD_SAFER): New macro.
49257         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
49258         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
49259         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
49260         Remove duplicate call to AC_LIBOBJ(readutmp).
49261         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
49262
49263         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
49264         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
49265
49266 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
49267
49268         * MODULES.html.sh (Misc): Add byteswap.
49269
49270 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49271
49272         * modules/getcwd (Depends-on): Add extensions.
49273         * modules/openat (Depends-on): Likewise.
49274
49275 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49276
49277         * modules/byteswap: New file.
49278
49279 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49280
49281         * m4/byteswap.m4: New file.
49282
49283 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
49284
49285         * lib/byteswap_.h: New file.
49286
49287 2005-04-25  Karl Berry  <karl@gnu.org>
49288
49289         * m4/gettext.m4: Update from GNU gettext 0.14.4.
49290
49291 2005-04-25  Albert Chin  <china@thewrittenword.com>
49292
49293         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
49294         Toolkit C bug.
49295
49296 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
49297
49298         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
49299         (func_ln_if_changed) Remove forcibly for no error message
49300         in case file does not exist.
49301
49302 2005-04-19  Simon Josefsson  <jas@extundo.com>
49303
49304         * gnulib-tool (Options): Make --symlink mean --symbolic.
49305
49306 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
49307
49308         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
49309
49310 2005-04-16  Simon Josefsson  <jas@extundo.com>
49311
49312         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
49313
49314 2005-04-15  Simon Josefsson  <jas@extundo.com>
49315
49316         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
49317
49318 2005-04-15  Simon Josefsson  <jas@extundo.com>
49319
49320         * gnulib-tool: Rename --symlink to --symbolic.
49321
49322 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
49323
49324         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
49325         symbolic links to files instead of copying/moving.  Add --aux-dir,
49326         specifying directory relative --dir where auxiliary build tools
49327         are placed.
49328
49329 2005-04-14  Bruno Haible  <bruno@clisp.org>
49330
49331         * modules/allocsa (License): Change to LGPL.
49332         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
49333
49334 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
49335
49336         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
49337         that "UTC +1 second" continues to work.  Problem reported
49338         by Dmitry V. Levin.
49339         (relunit_snumber): New rule.
49340         (relunit): Use it.
49341
49342 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
49343
49344         * lib/getdate.y (universal_time_zone_table): New constant.
49345         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
49346         universal_time_zone_table.
49347         (lookup_zone): Prefer universal_time_zone_table to
49348         local_time_zone_table, so that "GMT" time stamps are allowed in
49349         London during the summer.  Problem reported by Ian Abbott.
49350
49351 2005-04-12  Jim Meyering  <jim@meyering.net>
49352
49353         * lib/human.c (humblock): Set *options even when returning due to
49354         xstrtoumax conversion failure.  Thanks to a used-uninitialized
49355         warning from gcc-4.
49356
49357 2005-04-09  Jim Meyering  <jim@meyering.net>
49358
49359         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
49360         -Wuninitialized: initialize tm0.tm_year.
49361
49362 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
49363
49364         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
49365         count, since there's no maximum.  All uses changed.
49366         Add member dsts_seen.
49367         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
49368         not being INT_MAX.
49369         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
49370         Use pc_rels_seen to decide whther a date is absolute.
49371
49372         * lib/getdate.y (number): Don't overwrite year.
49373         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
49374         check.
49375
49376 2005-04-02  Simon Josefsson  <jas@extundo.com>
49377
49378         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
49379         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
49380
49381 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
49382
49383         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
49384         where no absolute path name can be longer than PATH_MAX.
49385
49386 2005-03-27  Jim Meyering  <jim@meyering.net>
49387
49388         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
49389
49390 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
49391
49392         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
49393         "one's complement" -> "ones' complement" in comment, as per Knuth.
49394         "value of type" -> "type or expression" in comment.
49395         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
49396
49397 2005-03-26  Jim Meyering  <jim@meyering.net>
49398
49399         Comment nits.
49400         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
49401         Correct typos: s/or/of/.
49402
49403 2005-03-26  Jim Meyering  <jim@meyering.net>
49404
49405         * modules/check-include-files: Move to ../ and rename to...
49406         * check-module: ...this.
49407
49408 2005-03-25  Jim Meyering  <jim@meyering.net>
49409
49410         * modules/xvasprintf (Files): Add xalloc.h.
49411
49412 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
49413
49414         * modules/gettext (Files): config/config.rpath ->
49415         build-aux/config.rpath
49416         * modules/iconv (Files): Likewise.
49417         Problem reported by Oskar Liljeblad.
49418
49419 2005-03-23  Jim Meyering  <jim@meyering.net>
49420
49421         * modules/check-include-files: New script to check for
49422         missing dependencies, multiple includes, etc.
49423
49424         * modules/c-strtold (Depends-on): Add xalloc.
49425         * modules/c-strtod (Depends-on): Add xalloc.
49426         * modules/hash (Depends-on): Add xalloc.
49427         (Files): Remove lib/xalloc.h.
49428
49429         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
49430         * modules/userspec (Files): Add lib/inttostr.h.
49431
49432 2005-03-23  Jim Meyering  <jim@meyering.net>
49433
49434         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
49435
49436 2005-03-22  Jim Meyering  <jim@meyering.net>
49437
49438         * modules/stat-macros: New module.
49439         * modules/canonicalize, modules/euidaccess, modules/file-type,
49440         * modules/filemode, modules/lchown, modules/makepath,
49441         * modules/rmdir, modules/stat: Depend on new stat-macros module
49442         rather than listing lib/stat-macros.h manually.
49443         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
49444
49445 2005-03-22  Jim Meyering  <jim@meyering.net>
49446
49447         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
49448
49449 2005-03-22  Bruno Haible  <bruno@clisp.org>
49450
49451         * config/srclist.txt: Replace target directory 'config' with
49452         'build-aux'.
49453         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
49454         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
49455         ../build-aux/.
49456
49457 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
49458
49459         * modules/chdir-long (Depends-on): Add mempcpy.
49460
49461         * modules/acl, modules/backupfile, modules/c-strtod,
49462         modules/c-strtold, modules/canon-host, modules/canonicalize,
49463         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
49464         modules/exclude, modules/exitfail, modules/file-type,
49465         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
49466         modules/getdate, modules/getline, modules/getpagesize,
49467         modules/getpass, modules/getugroups, modules/group-member,
49468         modules/hard-locale, modules/hash, modules/human, modules/idcache,
49469         modules/inttostr, modules/long-options, modules/makepath,
49470         modules/md5, modules/memcasecmp, modules/memcoll,
49471         modules/modechange, modules/mountlist, modules/path-concat,
49472         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
49473         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
49474         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
49475         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
49476         modules/strftime, modules/strndup, modules/strverscmp,
49477         modules/timespec, modules/unlocked-io, modules/userspec,
49478         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
49479         modules/yesno:
49480         Remove lib_SOURCES line from Makefile.am section, as this is now
49481         done automatically by the corresponding Autoconf macro.
49482
49483 2005-03-21  Jim Meyering  <jim@meyering.net>
49484
49485         Changes imported from coreutils.
49486
49487         * lib/cycle-check.c: Don't include xalloc.h.
49488
49489         * lib/path-concat.c: Don't include assert.h.
49490         (path_concat): Remove assertion that would have triggered
49491         for ABASE starting with more than one slash.
49492         Reported by Andreas Schwab.
49493
49494         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
49495         properly when ABASE is an absolute file name.
49496         Correct the description of this function.
49497         Include <assert.h>.
49498         Add an assertion and a test driver.
49499         This fixes a bug introduced on 2004-07-02.
49500         Andreas Schwab reported the resulting failure of cp --parents:
49501         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
49502
49503 2005-03-21  Jim Meyering  <jim@meyering.net>
49504
49505         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
49506         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
49507
49508 2005-03-21  Jim Meyering  <jim@meyering.net>
49509         and  Paul Eggert  <eggert@cs.ucla.edu>
49510
49511         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
49512         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
49513         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
49514         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
49515         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
49516         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
49517         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
49518         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
49519         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
49520         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
49521         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
49522         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
49523         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
49524         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
49525         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
49526         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
49527         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
49528         for these modules.
49529
49530 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
49531
49532         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
49533         (which shouldn't happen), generate nothing instead of returning 0
49534         immediately, so that nstrftime (NULL, ...) doesn't return 0.
49535
49536 2005-03-16  Bruno Haible  <bruno@clisp.org>
49537
49538         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
49539         HAVE_LONGLONG_64BIT.
49540
49541 2005-03-16  Bruno Haible  <bruno@clisp.org>
49542
49543         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
49544         HAVE_LONGLONG_64BIT.
49545
49546 2005-03-16  Bruno Haible  <bruno@clisp.org>
49547
49548         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
49549         HAVE_LONGLONG_64BIT.
49550
49551 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49552
49553         * lib/strftime.c (my_strftime): Prepend space to format so that we can
49554         reliably distinguish strftime failure from empty output on POSIX
49555         hosts.
49556
49557 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
49558
49559         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
49560         (iconv_string): Don't guess a size-zero buffer, as that might cause
49561         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
49562         result would be 'too large', where 'too large' is (heuristically)
49563         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
49564         overflow concerns.  This will prevent some unwanted malloc failures
49565         when the inputs are very large.
49566
49567 2005-03-15  Karl Berry  <karl@gnu.org>
49568
49569         * config/srclist.txt (config.rpath): from gettext.
49570         * config/config.rpath: update.
49571
49572 2005-03-15  Bruno Haible  <bruno@clisp.org>
49573
49574         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
49575         to 'negate'.
49576
49577         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
49578         variable.
49579
49580         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
49581         results.
49582
49583 2005-03-14  Simon Josefsson  <jas@extundo.com>
49584
49585         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
49586         <fx@gnu.org>.
49587
49588 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
49589
49590         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
49591         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
49592         intprops.h.
49593         * lib/strtol.c: Likewise.
49594
49595 2005-03-14  Jim Meyering  <jim@meyering.net>
49596
49597         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
49598         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
49599         to be nonzero so that we (and caller) can detect the difference
49600         between a valid zero-length expansion and an error return, even
49601         when the underlying strftime fails before writing anything into
49602         that location.
49603
49604 2005-03-14  Bruno Haible  <bruno@clisp.org>
49605
49606         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
49607         Update from GNU gettext 0.14.3.
49608
49609 2005-03-10  Jim Meyering  <jim@meyering.net>
49610
49611         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
49612
49613 2005-03-10  Jim Meyering  <jim@meyering.net>
49614
49615         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
49616         so that this module works on systems without fchdir.
49617
49618 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
49619
49620         Factor int-properties macros into a single file, except for
49621         glibc-related files.
49622         * lib/intprops.h: New file.
49623         * lib/getloadavg.c: Include it instead of limits.h.
49624         (INT_STRLEN_BOUND): Remove.
49625         * lib/human.c: Include intprops.h.
49626         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
49627         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
49628         302/1000.
49629         * lib/inttostr.h: Include intprops.h instead of limits.h.
49630         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
49631         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
49632         for consistency with intprops.h.
49633         (time_t_is_integer, twos_complement_arithmetic): Use them.
49634         * lib/sig2str.h: Include <signal.h>, intprops.h.
49635         (INT_STRLEN_BOUND): Remove.
49636         * lib/strftime.c (TYPE_SIGNED): Remove.
49637         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
49638         * lib/strtol.c: Adjust comments to match intprops.h.
49639         * lib/userspec.c: Include intprops.h.
49640         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
49641         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
49642         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
49643         instead of rolling our own expressions.
49644         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
49645
49646         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
49647         instead of int.
49648         (my_strftime): Do not mishandle years close to INT_MAX, by doing
49649         the right thing even if adding 1900 would overflow.  Similarly
49650         for tm_mon + 1 and tm_yday + 1.
49651         Make %Y always equivalent to %C%y, and similarly for %G and %g.
49652         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
49653         (DO_SIGNED_NUMBER): New macro.
49654         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
49655
49656 2005-03-07  Bruno Haible  <bruno@clisp.org>
49657
49658         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
49659
49660 2005-03-07  Bruno Haible  <bruno@clisp.org>
49661
49662         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
49663
49664 2005-03-04  Derek R. Price  <derek@ximbiot.com>
49665
49666         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
49667         (func_import): Only replace files via --import when they have actually
49668         changed.
49669
49670 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49671
49672         * m4/mmap-anon.m4: New file.
49673         * m4/pagealign_alloc.m4: New file.
49674
49675 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49676             Bruno Haible  <bruno@clisp.org>
49677
49678         * modules/pagealign_alloc: New file.
49679         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
49680
49681 2005-03-03  Derek R. Price  <derek@ximbiot.com>
49682             Bruno Haible  <bruno@clisp.org>
49683
49684         * lib/pagealign_alloc.h: New file.
49685         * lib/pagealign_alloc.c: New file.
49686
49687 2005-03-03  Bruno Haible  <bruno@clisp.org>
49688
49689         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
49690         Use an all-permissive copyright notice, recommended by RMS.
49691
49692 2005-03-02  Bruno Haible  <bruno@clisp.org>
49693
49694         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
49695         of AIX, the replacement has to be done only after <string.h> is
49696         included, therefore not in config.h. stpncpy.h does the replacement,
49697         and stpncpy.c uses it.
49698
49699 2005-03-02  Bruno Haible  <bruno@clisp.org>
49700
49701         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
49702         stpncpy.c uses it.
49703
49704 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49705
49706         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
49707         The workaround isn't strictly needed for POSIX conformance, and
49708         it's too much of a pain to configure and maintain.  We'll ask
49709         people to fix their kernels instead.
49710         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
49711         (NANOSLEEP_BUG_WORKAROUND): Remove.
49712         (xnanosleep): Remove the workaround.
49713
49714 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49715
49716         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
49717         Reported by Derek Price.
49718         (Include): Add "timespec.h".
49719
49720         * modules/xnanosleep (Depends-on): Remove gethrxtime.
49721
49722 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49723
49724         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
49725         to detect nanosleep bug.
49726
49727 2005-03-01  Bruno Haible  <bruno@clisp.org>
49728
49729         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
49730
49731 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
49732
49733         * modules/gethrxtime: New file.
49734         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
49735         (Depends-on): Add gethrxtime.
49736         (configure.ac): Add gl_XNANOSLEEP.
49737         (Makefile.am): Remove lib_SOURCES line.
49738
49739 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49740
49741         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
49742         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
49743
49744 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
49745
49746         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
49747         * lib/timespec.h (gettime): Return void, since it always
49748         succeeds now.  All uses changed.
49749         * lib/gettime.c (gettime) Likewise.
49750         [HAVE_NANOTIME]: Prefer nanotime.
49751         Assume gettimeofday succeeds, as POSIX requires.
49752         Assime time () succeeds, since other code already does.
49753         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
49754         (timespec_subtract): Remove.
49755         (NANOSLEEP_BUG_WORKAROUND): New constant.
49756         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
49757         things considerably.  Use it only on GNU/Linux hosts, since the
49758         workaround shouldn't be needed elsewhere.
49759
49760 2005-02-24  Bruno Haible  <bruno@clisp.org>
49761
49762         * modules/gettext (Files): Add m4/glibc2.m4.
49763
49764 2005-02-24  Bruno Haible  <bruno@clisp.org>
49765
49766         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
49767         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
49768         * m4/progtest.m4:
49769         Update from GNU gettext 0.14.2.
49770         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
49771
49772 2005-02-24  Bruno Haible  <bruno@clisp.org>
49773
49774         * lib/localcharset.c: Update from GNU gettext 0.14.2.
49775         * lib/config.charset: Update from GNU gettext 0.14.2.
49776
49777 2005-02-24  Bruno Haible  <bruno@clisp.org>
49778
49779         * lib/gettext.h: Update from GNU gettext 0.14.2.
49780
49781 2005-02-23  Simon Josefsson  <jas@extundo.com>
49782
49783         * m4/iconvme.m4: New file.
49784
49785 2005-02-23  Jim Meyering  <jim@meyering.net>
49786
49787         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
49788         change.
49789         Thanks to Bruno Haible for catching it.
49790
49791 2005-02-22  Simon Josefsson  <jas@extundo.com>
49792
49793         * modules/iconvme: New file.
49794
49795         * MODULES.html.sh: Add iconvme.
49796
49797 2005-02-22  Simon Josefsson  <jas@extundo.com>
49798
49799         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
49800
49801 2005-02-22  Simon Josefsson  <jas@extundo.com>
49802
49803         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
49804
49805 2005-02-22  Jim Meyering  <jim@meyering.net>
49806
49807         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
49808         s/ifndef/ifdef/.
49809
49810 2005-02-20  Neil Conway  <neilc@samurai.com>
49811
49812         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
49813         returned by OSX/Darwin if the specified buffer is not large
49814         enough for the hostname.
49815
49816 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49817
49818         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
49819         pass it to _help, otherwise the latter coredumps trying to
49820         dereference state.root_argp.
49821
49822 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49823
49824         * modules/chdir-long (Depends-on): Add memrchr.
49825         * modules/memrchr (Files): Add lib/memrchr.h.
49826         (Include): "memrchr.h".
49827
49828 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49829
49830         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
49831
49832 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
49833
49834         * lib/memrchr.h: New file.
49835         * lib/chdir-long.c: Include it.
49836         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
49837         Don't bother including stddef.h.
49838
49839 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
49840
49841         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
49842         inclusion.
49843         Include <sys/types.h>, for dev_t.
49844         (ME_DUMMY, ME_REMOTE): Move from here....
49845         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
49846         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
49847         Dmitry V. Levin.
49848         Include mountlist.h first, to test the interface.
49849
49850 2005-01-29  Bruno Haible  <bruno@clisp.org>
49851
49852         * lib/progname.c (program_name): Initialize.
49853         Needed when linking statically on MacOS X.
49854
49855 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49856
49857         Sync from coreutils.
49858         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
49859         (Depends-on): Add c-strtod.
49860         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
49861
49862 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
49863
49864         Sync from coreutils.
49865         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
49866
49867         Remove files that are specific to coreutils.
49868         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
49869
49870 2005-01-28  Bruno Haible  <bruno@clisp.org>
49871
49872         * modules/javacomp: New file.
49873         * MODULES.html.sh (Java): Add javacomp.
49874
49875 2005-01-28  Bruno Haible  <bruno@clisp.org>
49876
49877         * m4/javacomp.m4: New file, from GNU gettext.
49878
49879 2005-01-28  Bruno Haible  <bruno@clisp.org>
49880
49881         * lib/javacomp.sh.in: New file, from GNU gettext.
49882         * lib/javacomp.h: New file, from GNU gettext.
49883         * lib/javacomp.c: New file, from GNU gettext.
49884
49885 2005-01-26  Simon Josefsson  <jas@extundo.com>
49886
49887         * lib/gai_strerror.c: Use GPL in header.
49888
49889 2005-01-26  Bruno Haible  <bruno@clisp.org>
49890
49891         * modules/javaexec: New file.
49892         * MODULES.html.sh (Java): Add javaexec.
49893
49894 2005-01-26  Bruno Haible  <bruno@clisp.org>
49895
49896         * m4/javaexec.m4: New file, from GNU gettext.
49897
49898 2005-01-26  Bruno Haible  <bruno@clisp.org>
49899
49900         * lib/javaexec.sh.in: New file, from GNU gettext.
49901         * lib/javaexec.h: New file, from GNU gettext.
49902         * lib/javaexec.c: New file, from GNU gettext.
49903
49904 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49905
49906         * modules/lchown (Depends-on): Remove lchown.h
49907
49908 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49909
49910         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
49911         must be defined if the header file was not found, in order
49912         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
49913
49914 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
49915
49916         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
49917         initializers for struct pentry_state.
49918         (__argp_error): Check return value of __asprintf
49919         (__argp_failure): Translate error message
49920
49921         * lib/argp-parse.c: Removed braces around the expansion of N_()
49922
49923 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49924
49925         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
49926         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
49927         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
49928         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
49929         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
49930         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
49931         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
49932         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
49933         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
49934         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
49935         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
49936         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
49937         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
49938         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
49939         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
49940         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
49941         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
49942         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
49943         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
49944         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
49945         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
49946         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
49947         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
49948         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
49949         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
49950         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
49951         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
49952         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
49953         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
49954         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
49955         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
49956         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
49957         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
49958         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
49959         xstrtol.m4, xstrtoumax.m4, yesno.m4:
49960         Use an all-permissive copyright notice, recommended by RMS.
49961
49962 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
49963
49964         * modules/chdir-long (Depends-on): Remove mempcpy.
49965
49966 2005-01-21  Jim Meyering  <jim@meyering.net>
49967
49968         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
49969         same value as for Solaris 9.
49970
49971         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
49972         component length.  This included changing the parameter to be
49973         of type `char *' rather than `char const *'.
49974         * lib/chdir-long.h (chdir_long): Update prototype.
49975
49976         * lib/openat.c (fdopendir, fstatat): New functions.
49977         * lib/openat.h: Include headers required for use of DIR and struct
49978         stat.
49979         [AT_SYMLINK_NOFOLLOW]: Define.
49980         (fdopendir, fstatat): Add prototypes.
49981
49982 2005-01-21  Bruno Haible  <bruno@clisp.org>
49983
49984         * modules/classpath: New file.
49985         * MODULES.html.sh (Java): Add classpath.
49986
49987 2005-01-21  Bruno Haible  <bruno@clisp.org>
49988
49989         * lib/classpath.h: New file, from GNU gettext.
49990         * lib/classpath.c: New file, from GNU gettext.
49991
49992 2005-01-20  Simon Josefsson  <jas@extundo.com>
49993
49994         * modules/version-etc-fsf: New file.
49995
49996 2005-01-20  Simon Josefsson  <jas@extundo.com>
49997
49998         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
49999         * lib/version-etc.c: Remove version_etc_copyright.
50000         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
50001         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
50002
50003 2005-01-20  Simon Josefsson  <jas@extundo.com>
50004
50005         * lib/base64.h (isbase64): Add.
50006
50007         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
50008         using a unsigned prototype, don't inline.
50009         (base64_decode): Use it.
50010
50011 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
50012
50013         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
50014         it.
50015
50016 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
50017
50018         * lib/save-cwd.c (save_cwd): Remove code to support the case
50019         where fchdir is missing or flaky.
50020
50021 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
50022
50023         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
50024
50025 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
50026
50027         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
50028         AC_LIBSOURCES now does this.
50029         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
50030         with new ullong_max module.
50031
50032 2005-01-19  Bruno Haible  <bruno@clisp.org>
50033
50034         * modules/sh-quote: New file.
50035         * MODULES.html.sh (Executing programs): Add sh-quote.
50036
50037 2005-01-19  Bruno Haible  <bruno@clisp.org>
50038
50039         * lib/sh-quote.h: New file, from GNU gettext.
50040         * lib/sh-quote.c: New file, from GNU gettext.
50041
50042 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
50043
50044         Merge from coreutils.
50045         * m4/ullong_max.m4: New file.
50046         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
50047         (gl_MACROS): Assume localeconv exists.
50048
50049 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
50050
50051         Merge changes from coreutils, as described below in several
50052         changelogs dated today.
50053
50054         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
50055         (O_DIRECTORY): Remove; not needed here, since "." must be
50056         a directory.  All uses removed.
50057         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
50058         universal on Suns, and we also need to test for IRIX.
50059         Revamp code to use 'if' rather than '#if'.
50060         Avoid unnecessary comparison of cwd->desc to 0.
50061
50062         * lib/utimens.c (futimens): Robustify the previous patch, by checking
50063         for known valid error numbers rather than observed invalid ones.
50064
50065 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
50066
50067         * modules/ullong_max: New file.
50068
50069         * modules/chdir-long, modules/openat: New files.
50070         * modules/save-cwd (Depends-on): Depend on chdir-long.
50071         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
50072
50073 2005-01-18  Jim Meyering  <jim@meyering.net>
50074
50075         Merge from coreutils.
50076         * m4/chdir-long.m4, m4/openat.m4: New files.
50077         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
50078         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
50079         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
50080         is sane and DOES follow symlinks.  Besides, testing 20 different
50081         systems found no broken chown implementations.
50082         Prompted by a change in rsync's copy of this macro.
50083         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
50084
50085         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
50086
50087         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
50088         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
50089         NULL-means-set-to-current-time semantics.
50090         Remove temporary file immediately, rather than waiting
50091         for configure's at-exit trap code to do it.
50092
50093 2005-01-18  Jim Meyering  <jim@meyering.net>
50094
50095         * lib/version-etc.c (version_etc_copyright): Update copyright date.
50096
50097         * lib/utimens.c (futimens): Account for the fact that futimes
50098         can also fail with errno == ENOSYS or errno == ENOENT.
50099         Patch from Dmitry V. Levin.
50100
50101         Change the name of the robust chdir function from chdir to chdir_long.
50102         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
50103         (restore_cwd): Use chdir_long, not chdir.
50104         * lib/chdir-long.c: Renamed from chdir.c.
50105         * lib/chdir-long.h: Renamed from chdir.h.
50106         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
50107         Hurd.
50108
50109 2005-01-18  Bruno Haible  <bruno@clisp.org>
50110
50111         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
50112         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
50113         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
50114         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
50115         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
50116         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
50117         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
50118         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
50119         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
50120         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
50121         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
50122         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
50123         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
50124         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
50125         Use an all-permissive copyright notice, recommended by RMS.
50126
50127 2005-01-18  Bob Proulx  <bob@proulx.com>
50128
50129         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
50130         simplify offsetof() macro construct to avoid compile failure with
50131         native HP-UX 11.0 ANSI C compiler.
50132
50133 2005-01-17  Bruno Haible  <bruno@clisp.org>
50134
50135         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
50136         redundant because stpncpy.m4 takes care of it.
50137
50138 2005-01-17  Bruno Haible  <bruno@clisp.org>
50139
50140         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
50141
50142 2005-01-17  Bruno Haible  <bruno@clisp.org>
50143
50144         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
50145         used.
50146
50147 2005-01-17  Bruno Haible  <bruno@clisp.org>
50148
50149         * lib/fwriteerror.h (fwriteerror): Change specification to include
50150         fclose.
50151         * lib/fwriteerror.c: Include <stdbool.h>.
50152         (fwriteerror): At the end, close the file stream. Record whether
50153         stdout was already closed.
50154
50155 2005-01-17  Bruno Haible  <bruno@clisp.org>
50156
50157         * lib/execute.c (environ): Declare if needed.
50158         * lib/pipe.c (environ): Likewise.
50159         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
50160
50161 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50162
50163         * modules/argp: Depend on vsnprintf
50164
50165 2005-01-10  Jim Meyering  <jim@meyering.net>
50166
50167         * modules/closeout (Depends-on): Add atexit.
50168
50169 2005-01-06  Bruno Haible  <bruno@clisp.org>
50170
50171         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
50172
50173 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
50174
50175         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
50176         definitions to be after all include files, to avoid collisions.
50177         Problem reported by Bob Proulx.
50178
50179 2005-01-04  Jim Meyering  <jim@meyering.net>
50180
50181         Changes imported from coreutils.
50182         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
50183         as the mkstemp template, use a temporary directory and an
50184         8.3-friendly template to avoid trouble on systems like DJGPP.
50185         Reported by Juan M. Guerrero via Stepan Kasal.
50186         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
50187         close. Remove the temporary directory right away, rather than waiting
50188         for configure's at-exit trap code to do it.
50189         Suggestion from Stepan Kasal.
50190
50191 2005-01-01  Simon Josefsson  <jas@extundo.com>
50192
50193         * gnulib-tool: Print #include directives when --import'ing.
50194
50195 2004-12-28  Simon Josefsson  <jas@extundo.com>
50196
50197         * tests/test-base64.c: Include required header files.  Remove
50198         unused variables.
50199
50200 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
50201
50202         * modules/error (Depends-on): Remove gettext.
50203
50204 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
50205
50206         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
50207         not needed.  This removes a dependency on the gettext module.
50208         [defined _LIBC]: Do not include <libintl.h>; not needed.
50209
50210 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
50211
50212         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
50213         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
50214
50215 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
50216
50217         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
50218         HAVE_DECL_STRTOLD.
50219
50220 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
50221
50222         * modules/getdate (Depends-on): Remove alloca-opt.
50223
50224 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
50225
50226         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
50227
50228 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
50229
50230         * lib/argp-parse.c: Include <stddef.h>.
50231         (alignof, alignto): New macros.
50232         (parser_init): Don't assume that void * is aligned sufficiently
50233         for struct option.
50234
50235         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
50236         need to extend the stack.
50237         (YYINITDEPTH): New macro, so that the initial stack isn't overly
50238         large.
50239
50240 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50241
50242         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
50243
50244 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
50245
50246         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
50247         (2004-10-24) change.  Apparently this was a false alarm.
50248
50249         * modules/getdate: Depend on alloca-opt, not alloca.
50250
50251 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
50252
50253         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
50254         Remove now-obsolete comment about AIX.
50255         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
50256         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
50257         (YYMAXDEPTH): New macro.
50258
50259 2004-12-18  Simon Josefsson  <jas@extundo.com>
50260
50261         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
50262
50263 2004-12-18  Bruno Haible  <bruno@clisp.org>
50264
50265         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
50266
50267 2004-12-18  Bruno Haible  <bruno@clisp.org>
50268
50269         * lib/fatal-signal.c (fatal_signals): Make non-const.
50270         (init_fatal_signals): New function.
50271         (uninstall_handlers, install_handlers): Ignore signals that were set to
50272         SIG_IGN.
50273         (at_fatal_signal): Call init_fatal_signals.
50274         (init_fatal_signal_set): Likewise. Ignore signals that were set to
50275         SIG_IGN.
50276         Reported by Paul Eggert.
50277
50278 2004-12-18  Bruno Haible  <bruno@clisp.org>
50279
50280         * doc/alloca.texi: New file.
50281         * doc/alloca-opt.texi: New file.
50282
50283 2004-12-17  Jim Meyering  <jim@meyering.net>
50284
50285         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
50286         Otherwise, install-sh could exit with improper exit status when
50287         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
50288
50289 2004-12-16  Simon Josefsson  <jas@extundo.com>
50290
50291         * tests/test-base64.c: Add license.
50292
50293 2004-12-15  Stepan Kasal  <address@hidden>
50294
50295         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
50296
50297 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
50298
50299         * modules/getcwd (Files): Add m4/d-ino.m4.
50300         Suggested by Mark D. Baushke.
50301
50302 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
50303
50304         * lib/getdate.y (textint): New member "negative".
50305         (time_zone_hhmm): New function.
50306         Expect 14 shift-reduce conflicts, not 13.
50307         (o_colon_minutes): New rule.
50308         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
50309         (yylex): Set the "negative" member of signed numbers.
50310
50311 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
50312
50313         * doc/getdate.texi (Time of day items, Time zone items):
50314         Describe new formats +00:00, UTC+00:00.
50315
50316 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
50317
50318         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
50319         spurious "-l"s.  Problem reported by Stepan Kasal.
50320
50321 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
50322
50323         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
50324         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
50325
50326 2004-12-04  Simon Josefsson  <jas@extundo.com>
50327
50328         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
50329         Vandoorselaere <yoann@prelude-ids.org>.
50330
50331 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50332
50333         Changes imported from coreutils.
50334         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
50335         exist.
50336         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
50337
50338 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50339
50340         Changes imported from coreutils.
50341         * lib/hard-locale.c: Assume <locale.h> exists.
50342         Include "strdup.h".
50343         (GLIBC_VERSION): New macro.
50344         (hard_locale): Assume setlocale exists.
50345         Rewrite to avoid #ifdef.
50346         Use strdup rather than malloc + strcpy.
50347         * lib/human.c: Assume <locale.h> exists.
50348         (human_readable): Assume localeconv exists.
50349
50350 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
50351
50352         * modules/hard-locale (Depends-on): Add strdup.
50353
50354 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
50355
50356         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
50357         convert T2, not T.  (Imported from libc.)
50358
50359 2004-11-30  Simon Josefsson  <jas@extundo.com>
50360
50361         * modules/restrict (License): Change to LGPL.
50362
50363 2004-11-30  Simon Josefsson  <jas@extundo.com>
50364
50365         * m4/restrict.m4: Add copyright and copying conditions.
50366
50367 2004-11-30  Simon Josefsson  <jas@extundo.com>
50368
50369         * m4/base64.m4: New file.
50370
50371 2004-11-30  Simon Josefsson  <jas@extundo.com>
50372
50373         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
50374         base64.
50375
50376         * tests/test-base64.c: New file.
50377
50378         * modules/base64: New file.
50379
50380 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
50381
50382         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
50383         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
50384
50385         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
50386
50387 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
50388
50389         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
50390         (__getcwd.c): Don't restore errno; glibc doesn't.
50391         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
50392         first, falling back to our code only if its results look suspicious.
50393         Ensure that the resulting buffer is only as large as necessary.
50394
50395         * lib/readutmp.c: Include readutmp.h first.
50396         Include <errno.h>, since readutmp.h no longer does that.
50397         * lib/readutmp.h: Don't include <errno.h>,
50398         <sys/param.h>, <time.h>; not needed to establish interface.
50399         (errno): Remove decl.
50400         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
50401         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
50402         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
50403
50404 2004-11-28  Simon Josefsson  <jas@extundo.com>
50405
50406         * lib/base64.h, base64.c: New file.
50407
50408 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
50409
50410         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
50411
50412 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
50413
50414         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
50415         (Depends-on): Remove pathmax, same.  Add mempcpy.
50416         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
50417         (Makefile.am): Append getcwd.h to lib_SOURCES.
50418         (Include): Add getcwd.h.
50419         (Maintainer): Change from Jim Meyering to "all, glibc",
50420         since getdate now uses intended-for-glibc code.
50421         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
50422         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
50423
50424 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50425
50426         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
50427         HP's ANSI C compiler.
50428         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
50429         Declaring int functions causes warnings on some modern systems and
50430         shouldn't be needed to compile on ancient ones.
50431         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
50432         defined.
50433
50434         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
50435         with the following changes.
50436         (__set_errno): Parenthesize properly.
50437         Include <stdbool.h>.
50438         (MIN, MAX, MATCHING_INO): New macros.
50439         (__getcwd): Define with prototype, not K&R form.
50440         Use heuristics to allocate default buffer on stack if possible.
50441         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
50442         behavior, and to avoid the PATH_MAX limit when computing
50443         ../../../../...
50444         Use MATCHING_INO to compare inode number to file.
50445         Check for arithmetic overflow in size calculations.
50446         Fix bug in reallocation of dot array that caused getcwd to fail
50447         on directories nested deeper than 75.
50448         Be more careful about saving errno on error.
50449         Do not use realloc; use only free+malloc, as this is a bit
50450         more flexible and avoids a needless copy operation.
50451         Do not inspect st_dev and st_ino for symbolic links; POSIX
50452         doesn't specify the latter.
50453         Check for closedir errors.
50454         Avoid needless casts.
50455         Use "#ifdef weak_alias" around weak_alias, to be like other
50456         glibc code.
50457         The following changes to getcwd.c have effect only when used in
50458         gnulib; they have no effect inside glibc proper.
50459         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
50460         as alloca isn't used.
50461         (alloca, __alloca): Likewise.
50462         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
50463         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
50464         unconditionally, as gnulib assumes C89 or better.
50465         Do not include <sys/param.h>.
50466         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
50467         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
50468         better.
50469         (NULL) [!defined NULL]: Remove; we assume C89 or better.
50470         Include <dirent.h> in a way that is compatible with modern Autoconf.
50471         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
50472         New macros, if not already defined.
50473         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
50474         Use "_LIBC", not "defined _LIBC", for consistency.
50475         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
50476         a mempcpy module.
50477         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
50478         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
50479         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
50480         credit only to Jim Meyering and adjust the copyright dates.
50481         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
50482         <stdlib.h>, <unistd.h>, "pathmax.h".
50483         Instead, include "xgetcwd.h" (first) and "getcwd.h".
50484         (INITIAL_BUFFER_SIZE): Remove.
50485         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
50486
50487 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50488
50489         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
50490         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
50491         Use the _ONCE methods, for efficiency.
50492         Check for fcntl.h.  In test program, include <errno.h>
50493         and <fcntl.h> if available.  Remove old K&R cruft from
50494         test program.  Check for common errors in GNU/Linux,
50495         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
50496         don't do AC_LIBOBJ, as that's getcwd.m4's job.
50497         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
50498         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
50499         name accordingly.
50500         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
50501         accommodate new getcwd.c.
50502         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
50503         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
50504         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
50505         that's all we need now.
50506
50507 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50508
50509         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
50510         argp-parse.c depends on getopt internals, that means we should
50511         always use our getopt, to be on the safe side.
50512         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
50513         order not to spoil the result of an eventual previous invocation
50514         of gl_GETOPT_SUBSTITUTE.
50515
50516 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
50517
50518         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
50519         redefinition warnings. To avoid them, include the defines
50520         in `#if !defined __need_getopt ... #endif'. The only place
50521         where __getopt_argv_const is used is in definitions
50522         of getopt_long and getopt_long_only below, which are as well
50523         protected by `#ifndef __need_getopt'.
50524         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
50525         __need_getopt after including <stdio.h> and <unistd.h> These
50526         headers might have defined it.
50527
50528 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50529
50530         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
50531
50532 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
50533
50534         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
50535         (futimens): New function, which uses futimes if available.
50536         (futimens, utimens): Support timespec==NULL, with same semantics
50537         as utime and utimens.
50538         * lib/utimens.h (futimens): New decl.
50539
50540 2004-11-23  Jim Meyering  <jim@meyering.net>
50541
50542         * lib/getopt_.h: Remove trailing blanks.
50543
50544 2004-11-23  Jim Meyering  <jim@meyering.net>
50545
50546         * lib/__fpending.c: Add comment.
50547
50548 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
50549
50550         * modules/canonicalize (Depends-on): Add xreadlink.
50551         Problem reported by James Youngman.
50552
50553 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
50554
50555         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
50556         New macros.
50557         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
50558         optopt): Use them instead of invoking ## directly; otherwise, the
50559         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
50560
50561 2004-11-19  Bruno Haible  <bruno@clisp.org>
50562
50563         * lib/strtok_r.c: Move comments from here...
50564         * lib/strtok_r.h: ... to here.
50565
50566 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50567
50568         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
50569         implementations that mishandle size_t overflow.
50570
50571 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
50572
50573         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
50574         might fail.  Problem reported by Yoann Vandoorselaere.
50575         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
50576         implementations that mishandle size_t overflow.
50577
50578 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50579
50580         * modules/canon-host (Depends-on): Add strdup.
50581
50582 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50583
50584         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
50585
50586 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50587
50588         * lib/canon-host.c: Include "strdup.h".
50589         (canon_host): Use getaddrinfo if available, so that IPv6 works.
50590         Use strdup instead of malloc/strcpy to duplicate strings.
50591
50592         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
50593         (human_space_before_unit): New constant.
50594         * lib/human.c (human_readable): Support it.
50595
50596         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
50597         (xgetcwd): Set errno correctly when failing.
50598         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
50599         the failure is actually due to a PATH_MAX problem.
50600
50601         Further getopt changes to make it more likely that glibc will
50602         buy the changes back.
50603         * lib/getopt.c (POSIXLY_CORRECT): New constant.
50604         (getopt): Use it, so to preserve glibc semantic
50605         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
50606         when compiling for libc.
50607         * lib/getopt_.h (__getopt_argv_const): Bring it back.
50608         (getopt_long, getopt_long_only): Use it.
50609
50610         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50611         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
50612         (getopt): Argv is now char * const *, as per standard.
50613         (_getopt_internal_r, _getopt_internal): Argv is now char **,
50614         not char *__getopt_argv_const *.
50615         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50616         _getopt_long_only_r): Likewise.
50617         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
50618         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50619         _getopt_long_r, _getopt_long_only_r): Likewise.
50620         * lib/getopt_.h (__getopt_argv_const): Remove.
50621         (getopt): Argv is now char * const *, as per standard.
50622
50623         * lib/getdate.y (tORDINAL): New token.
50624         (day, relunit): Allow it for relative times.
50625         (relative_time_table): Use tORDINAL for ordinals.
50626
50627 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
50628
50629         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
50630         Document that "second" isn't allowed as an ordinal number.
50631
50632 2004-11-16  Jim Meyering  <jim@meyering.net>
50633
50634         * modules/closeout (Depends-on): Add fpending.
50635
50636 2004-11-15  Jim Meyering  <jim@meyering.net>
50637
50638         * lib/closeout.c: Include "__fpending.h" once again.
50639         Include <stdbool.h>.
50640         (close_stdout): Don't fail just because stdout was closed initially,
50641         since some programs don't write to stdout in the normal course of
50642         operation (other than --version and --help), and we don't want this
50643         function to make e.g. `touch file >&-' fail.
50644         But do fail if it was closed and someone has tried to write to it.
50645         E.g., `printf foo >&-' must fail.
50646
50647 2004-11-13  Jim Meyering  <jim@meyering.net>
50648
50649         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
50650
50651 2004-11-12  Simon Josefsson  <jas@extundo.com>
50652
50653         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
50654         small doc fix is still pending.
50655
50656 2004-11-11  Simon Josefsson  <jas@extundo.com>
50657
50658         * modules/strtok_r: New file.
50659
50660         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50661         strtok_r.
50662
50663 2004-11-11  Simon Josefsson  <jas@extundo.com>
50664
50665         * m4/strtok_r.m4: New file.
50666
50667         * m4/getopt.m4: Replace opterr.
50668
50669 2004-11-11  Simon Josefsson  <jas@extundo.com>
50670
50671         * lib/strtok_r.h, strtok_r.c: New file.
50672
50673 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50674
50675         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
50676         of replacing opterr, getopt, etc.  This should handle the
50677         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
50678
50679 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
50680
50681         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
50682         we can stop lying to compilers about the constness of argv when we
50683         are compiled outside glibc.
50684         (getopt, getopt_long, getopt_long_only): Use it.
50685         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
50686         _getopt_internal, getopt): Likewise.
50687         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
50688         _getopt_long_only_r): Likewise.
50689         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
50690         _getopt_long_r, _getopt_long_only_r): Likewise.
50691
50692         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
50693         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
50694         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
50695         the other external symbols.
50696         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
50697         declaration, since the above renaming now works around collisions.
50698
50699 2004-11-11  Jim Meyering  <jim@meyering.net>
50700
50701         * lib/linebreak.c: Remove trailing blanks.
50702         * lib/alloca_.h: Likewise.
50703         * lib/acosl.c: Likewise.
50704         * lib/euidaccess.c: Likewise.
50705         * lib/allocsa.h: Likewise.
50706
50707 2004-11-10  Simon Josefsson  <jas@extundo.com>
50708
50709         * m4/getaddrinfo.m4: New file.
50710
50711 2004-11-10  Simon Josefsson  <jas@extundo.com>
50712
50713         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
50714
50715 2004-11-10  Simon Josefsson  <jas@extundo.com>
50716
50717         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
50718         getaddrinfo.
50719
50720         * modules/getaddrinfo: New file.
50721
50722 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50723
50724         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
50725
50726 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50727
50728         * lib/mktime.c (SHR): New macro, which is a portable
50729         substitute for >> that should work even on Crays.
50730         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
50731         Problem reported by Mark D. Baushke in
50732         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
50733         * lib/getdate.y (SHR): Likewise.
50734         (tm_diff): Use it.
50735         * lib/strftime.c (SHR): Likewise.
50736         (tm_diff): Use it.
50737         * lib/quotearg.c (struct quoting_options): Use unsigned int for
50738         quote_these_too, so that right shifts are well defined.  All uses
50739         changed.
50740
50741 2004-11-10  Jim Meyering  <jim@meyering.net>
50742
50743         Ensure that no close failure goes unreported.
50744         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
50745         return early when it seems there's nothing to flush.
50746         Don't include __fpending.h.
50747
50748 2004-11-10  Jim Meyering  <jim@meyering.net>
50749
50750         * modules/closeout (Depends-on): Remove fpending.
50751
50752 2004-11-10  Jim Meyering  <jim@meyering.net>
50753
50754         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
50755
50756 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50757
50758         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
50759         gl_FUNC_STRFTIME.
50760         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
50761         and AC_REQUIRE when possible, to avoid duplicate checks.
50762         Check for <wchar.h>.
50763
50764 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
50765
50766         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
50767
50768 2004-11-09  Bruno Haible  <bruno@clisp.org>
50769
50770         * m4/sockpfaf.m4: New file.
50771
50772 2004-11-05  Bruno Haible  <bruno@clisp.org>
50773
50774         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
50775         Reported by Mark D. Baushke <mdb@cvshome.org>.
50776
50777 2004-11-04  Bruno Haible  <bruno@clisp.org>
50778
50779         2004-09-11  Bruno Haible  <bruno@clisp.org>
50780                 * allocsa.valgrind: New file.
50781         2004-02-06  Bruno Haible  <bruno@clisp.org>
50782                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
50783                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
50784                 Reported by Christopher Seip <chris.seip@hp.com>.
50785
50786 2004-11-04  Bruno Haible  <bruno@clisp.org>
50787
50788         * modules/allocsa (Files): Add lib/allocsa.valgrind.
50789         (Makefile.am): Distribute it.
50790
50791 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
50792
50793         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
50794         with errno == ERANGE if the buffer is too small.
50795         Problem reported by Mark D. Baushke.
50796
50797 2004-11-03  Albert Chin  <china@thewrittenword.com>
50798             Paul Eggert  <eggert@cs.ucla.edu>
50799
50800         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
50801         equivalent, substitute $ac_type for equivalent type rather than
50802         blindly using uint32_t *always* which won't work if uint32_t is not
50803         available.  Define _UINT32_T to work around typedef of uint32_t if
50804         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
50805         2.5.1.
50806
50807 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50808
50809         * m4/jm-macros.m4: Sync from coreutils.
50810         (gl_MACROS): Check for mbrlen, for pathchk.
50811         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
50812
50813 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50814
50815         * lib/xreadlink.c (MAXSIZE): New macro.
50816         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
50817         size does not exceed MAXSIZE.  Avoid cast.
50818         As suggested by Mark D. Baushke in
50819         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
50820         if readlink fails with buffer size just under MAXSIZE, try again
50821         with MAXSIZE.
50822
50823 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
50824
50825         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
50826
50827 2004-11-02  Derek R. Price  <derek@ximbiot.com>
50828         and  Paul Eggert  <eggert@cs.ucla.edu>
50829
50830         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
50831         (get_date): Overparenthesize to avoid GCC warning.
50832
50833 2004-11-02  Bruno Haible  <bruno@clisp.org>
50834
50835         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
50836         returns void.
50837
50838 2004-11-02  Bruno Haible  <bruno@clisp.org>
50839
50840         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
50841         function returns void.
50842
50843 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50844
50845         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
50846         fflush_unlocked, flockfile, funlockfile, funlockfile,
50847         fputs_unlocked, putc_unlocked.
50848
50849 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
50850
50851         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50852         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
50853         already declared.
50854
50855 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50856
50857         * modules/getdate (Files): Add doc/getdate.texi.
50858         (Depends-on): Add setenv, xalloc.
50859
50860 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50861
50862         * lib/getdate.y: Add support for TZ="foo" within a date string.
50863         Fix some bugs near time_t boundaries.  Reject dates with
50864         out-of-range components, e.g., "Sept 31".
50865         Include <stdlib.h>, "setenv.h", "xalloc.h".
50866         (ISDIGIT_LOCALE): Remove; unused.
50867         Note that the TZ and time functions used here are not reentrant.
50868         (mktime_ok, get_tz): New functions.
50869         (TZBUFSIZE): New constant.
50870         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
50871         This requires that we sometimes generate our own TZ="XXX..." setting.
50872
50873 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50874
50875         * doc/getdate.texi: New file, from coreutils with modifications for
50876         the new TZ parsing.
50877
50878 2004-10-27  Derek R. Price  <derek@ximbiot.com>
50879
50880         * lib/mktime.c (not_equal_tm): Remove redundant check.
50881
50882 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50883
50884         * modules/regex (lib_SOURCES): Add regex.c.
50885         Reported by James Youngman in
50886         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
50887
50888 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
50889
50890         * lib/getdate.y: Use Bison 1.875 features, and some minor
50891         code cleanups.  This change does not affect semantics.
50892         Don't include <stdlib.h>; no longer needed.
50893         Don't include unlocked-io.h; only the "#if TEST" code uses
50894         stdio, and performance isn't crucial there.
50895         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
50896         Bison 1.875 features as described below.
50897         All uses of "PC." replaced by "pc->".
50898         (YYSTYPE): Add a forward declaration.
50899         (yylex, yyerror): Use full prototypes in forward decls.
50900         Use "%pure-parser" rather than obsolescent "%pure_parser".
50901         Use %parse-param and %lex-param instead of obsolescent
50902         YYPARSE_PARAM and YYLEX_PARAM.
50903         (meridian_table, month_and_day_table, time_units_table,
50904         relative_time_table, time_zone_table, military_table,
50905         lookup_zone, lookup_word, get_date):
50906         Use NULL instead of 0 where appropriate.
50907         (to_hour): Avoid abort (), to avoid a dependency on
50908         stdlib.h.
50909         (yyerror, yylex): Now accepts parser_control * arg.
50910         (main) [TEST]: Use '\0' rather than 0 for char.
50911
50912 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50913
50914         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
50915
50916 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
50917
50918         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
50919         It's now the caller's responsibility to handle the case where
50920         !HAVE_GETPAGESIZE && !defined getpagesize.
50921
50922         * lib/mktime.c (leapyear): Arg is long int, not int.
50923
50924 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
50925
50926         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
50927
50928 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
50929
50930         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
50931         missing.  Problem reported by James Youngman.
50932
50933 2004-10-16  Simon Josefsson  <jas@extundo.com>
50934
50935         * gnulib-tool: Fix comments.  Fix parse problem.
50936         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
50937
50938 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
50939
50940         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
50941         implementation of getopt_long.  Problem reported by Alexander Taler in:
50942         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
50943
50944 2004-10-15  Bruno Haible  <bruno@clisp.org>
50945
50946         * gnulib-tool: Untabify. Initialize supplied_libname.
50947         (func_usage): More homogenous output.
50948         (func_modules_transitive_closure, func_modules_to_filelist,
50949         func_emit_lib_Makefile_am): New functions.
50950         (func_import): New function, extracted from big case statement. Use
50951         func_get_license, func_modules_transitive_closure,
50952         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
50953         opt_lgpl. Don't use test -a, as it's not portable.
50954         (func_create_testdir): Use func_modules_transitive_closure,
50955         func_modules_to_filelist, func_emit_lib_Makefile_am.
50956
50957 2004-10-15  Bruno Haible  <bruno@clisp.org>
50958
50959         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
50960
50961 2004-10-15  Bruno Haible  <bruno@clisp.org>
50962
50963         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
50964         the portions belonging to each module.
50965         Suggested by Derek Robert Price <derek@ximbiot.com>.
50966
50967 2004-10-12  Simon Josefsson  <jas@extundo.com>
50968
50969         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
50970         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
50971         to real functions.
50972
50973 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50974
50975         * modules/vsnprintf: New file.
50976
50977 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50978
50979         * m4/vsnprintf.m4: New file.
50980
50981 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
50982
50983         * lib/vsnprintf.h: New file.
50984         * lib/vsnprintf.c: New file.
50985
50986 2004-10-11  Bruno Haible  <bruno@clisp.org>
50987
50988         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
50989         vsnprintf.
50990
50991 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50992
50993         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
50994
50995 2004-10-07  Bruno Haible  <bruno@clisp.org>
50996
50997         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
50998         fits into the provided buffer.
50999
51000 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
51001
51002         * lib/diacrit.c, diacrit.h: Add GPL notice.
51003
51004         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
51005         notice.
51006         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
51007         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
51008         This avoids a potential constant-folding bug.
51009
51010 2004-10-05  Bruno Haible  <bruno@clisp.org>
51011
51012         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
51013         for the declaration of strsep.
51014
51015 2004-10-05  Bruno Haible  <bruno@clisp.org>
51016
51017         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
51018
51019 2004-10-04  Simon Josefsson  <jas@extundo.com>
51020
51021         * modules/memmem: New file.
51022         * tests/test-memmem.c: New file.
51023         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
51024
51025 2004-10-04  Simon Josefsson  <jas@extundo.com>
51026
51027         * m4/memmem.m4: New file.
51028
51029 2004-10-04  Simon Josefsson  <jas@extundo.com>
51030
51031         * lib/memmem.h: New file.
51032         * lib/memmem.c: New file, taken from glibc.
51033
51034 2004-10-04  Simon Josefsson  <jas@extundo.com>
51035
51036         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
51037         '#ifdef USE_UNLOCKED_IO'.
51038
51039 2004-10-04  Simon Josefsson  <jas@extundo.com>
51040
51041         * config/srclist.txt: Add memmem from glibc.
51042
51043 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51044
51045         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
51046
51047         * modules/argmatch, modules/argp, modules/closeout, modules/error,
51048         modules/exclude, modules/getdate, modules/getline,
51049         modules/getndelim2, modules/getpass, modules/getpass-gnu,
51050         modules/getusershell, modules/linebuffer, modules/md5,
51051         modules/mountlist, modules/posixtm, modules/readtokens,
51052         modules/readutmp, modules/regex, modules/sha1,
51053         modules/version-etc, modules/yesno:
51054         Remove dependency on unlocked-io.
51055
51056 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51057
51058         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
51059
51060         * m4/unlocked-io.m4: Add copyright notice.
51061         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
51062
51063 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51064
51065         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
51066         * lib/xmalloc.c (xmemdup): Likewise.
51067         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
51068         XFREE): Remove these long-obsolescent macros.
51069         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
51070         * lib/xstrdup.c: Remove.
51071
51072         * lib/regex.c (re_comp): Cast gettext return value to char *,
51073         Problem reported by Martin Neitzel via Mark D. Baushke.
51074
51075 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
51076
51077         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
51078         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
51079         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
51080         regex.c, sha1.c, version-etc.c, yesno.c:
51081         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
51082         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
51083         the includer's responsibility.
51084
51085         Sync from coreutils.
51086
51087         * lib/modechange.c (mode_compile): Don't decrement a pointer that
51088         points to the start of a string, as the C Standard says the
51089         resulting behavior is undefined.
51090
51091         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
51092         simple -> simple_backups, numbered_existing ->
51093         numbered_existing_backups, numbered -> numbered_backups
51094         to avoid shadowing problems.  All uses changed.
51095         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
51096         * lib/backupfile.c (check_extension, numbered_backup):
51097         Rename locals to avoid shadowing 'basename'.
51098         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
51099         once.
51100
51101         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
51102         * lib/.cvsignore: Add getopt.h.
51103
51104 2004-10-04  Bruno Haible  <bruno@clisp.org>
51105
51106         * modules/README: New file.
51107         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
51108         not a module.
51109
51110 2004-10-02  Jim Meyering  <jim@meyering.net>
51111
51112         * lib/dirfd.h, getpagesize.h: Add copyright notice.
51113
51114 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51115
51116         * modules/strsep: New file.
51117
51118 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51119
51120         * m4/strsep.m4: New file.
51121
51122 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
51123
51124         * lib/strsep.h: New file.
51125         * lib/strsep.c: New file.
51126
51127 2004-10-01  Simon Josefsson  <jas@extundo.com>
51128
51129         * lib/snprintf.c (snprintf): Handle size==0.
51130
51131 2004-10-01  Simon Josefsson  <jas@extundo.com>
51132             Bruno Haible  <bruno@clisp.org>
51133
51134         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
51135         (snprintf): Declare 'args'.
51136
51137 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
51138
51139         * lib/snprintf.c: Remove comments as to why each header is needed.
51140
51141 2004-10-01  Bruno Haible  <bruno@clisp.org>
51142
51143         * MODULES.html.sh: Add strsep.
51144
51145 2004-09-30  Simon Josefsson  <jas@extundo.com>
51146
51147         * modules/snprintf: New file.
51148
51149 2004-09-30  Simon Josefsson  <jas@extundo.com>
51150
51151         * m4/snprintf.m4: New file.
51152
51153 2004-09-30  Simon Josefsson  <jas@extundo.com>
51154
51155         * lib/snprintf.h, lib/snprintf.c: New files.
51156
51157 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51158
51159         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
51160         (hol_entry_help): Never translate an empty string.
51161         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
51162         * lib/argp.h (OPTION_NO_TRANS): New option.
51163
51164 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
51165
51166         * modules/argp (Maintainer): Replace Simon Josefsson
51167         by Sergey Poznyakoff.
51168
51169 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
51170
51171         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
51172         changes merged back into glibc.
51173
51174 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
51175
51176         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
51177
51178 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51179
51180         * lib/xvasprintf.c: Include xalloc.h.
51181         (xvasprintf): Use xalloc_die, not xmalloc_die.
51182
51183 2004-09-29  Bruno Haible  <bruno@clisp.org>
51184
51185         * modules/alloca-opt: New file, derived from modules/alloca.
51186         * modules/allocsa: Depend on alloca-opt instead of alloca.
51187         * modules/setenv: Likewise.
51188         * modules/vasnprintf: Likewise.
51189         * MODULES.html.sh: Add alloca-opt.
51190
51191 2004-09-28  Simon Josefsson  <jas@extundo.com>
51192
51193         * gnulib-tool: New parameter --lgpl, to asseert that modules are
51194         LGPL, and to replace license template from GPL to LGPL.
51195
51196 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
51197
51198         * modules/dummy: Change license to LGPL.
51199
51200 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
51201
51202         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
51203
51204 2004-09-24  Simon Josefsson  <jas@extundo.com>
51205
51206         * modules/minmax (License): Change from GPL to LGPL.
51207
51208 2004-09-23  Simon Josefsson  <jas@extundo.com>
51209
51210         * gnulib-tool (--import): Typo.
51211
51212 2004-09-23  Simon Josefsson  <jas@extundo.com>
51213
51214         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
51215
51216 2004-09-22  Bruno Haible  <bruno@clisp.org>
51217
51218         * modules/*: Add 'License' field.
51219         * gnulib-tool: Accept --extract-license option.
51220         (func_get_license): New function.
51221
51222 2004-09-21  Bruno Haible  <bruno@clisp.org>
51223
51224         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
51225         Reported by Simon Josefsson.
51226
51227 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
51228
51229         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
51230         gl_AC_TYPE_LONG_LONG.
51231
51232 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
51233
51234         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
51235
51236 2004-09-18  Simon Josefsson  <jas@extundo.com>
51237         and  Paul Eggert  <eggert@cs.ucla.edu>
51238
51239         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
51240         calls with autoreconf.  Define GL_LIB.
51241
51242 2004-09-14  Karl Berry  <karl@gnu.org>
51243
51244         * config/srclist.txt: unsync setenv.c, sigh.
51245
51246 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
51247
51248         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
51249         Problem reported by Bruno Haible in:
51250         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
51251
51252 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
51253
51254         * config/srclist.txt: Comment out argp-pvh.c.
51255
51256 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
51257
51258         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
51259         in case some system header has #define'd it.  Problem reported by
51260         Soeren D. Schulze in
51261         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
51262
51263 2004-09-09  Karl Berry  <karl@gnu.org>
51264
51265         * regex.[ch]: delete from the root.  These were supposed to be
51266                 synced with emacs cvs, but this has not happened for about
51267                 a year, and anyway nothing else uses emacs regex.[ch].
51268                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
51269                 lib/regex[.ch] is untouched.
51270
51271 2004-09-09  Bruno Haible  <bruno@clisp.org>
51272
51273         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
51274
51275 2004-09-09  Bruno Haible  <bruno@clisp.org>
51276
51277         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
51278         modifications.
51279         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
51280
51281 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
51282
51283         * modules/xvasprintf: New file.
51284         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
51285
51286 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
51287
51288         * lib/xvasprintf.h: New file.
51289         * lib/xvasprintf.c: New file.
51290         * lib/xasprintf.c: New file.
51291
51292 2004-09-08  Bruno Haible  <bruno@clisp.org>
51293
51294         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
51295
51296 2004-09-08  Bruno Haible  <bruno@clisp.org>
51297
51298         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
51299         length is > INT_MAX.
51300         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
51301         more.
51302
51303 2004-09-08  Bruno Haible  <bruno@clisp.org>
51304
51305         * lib/stdint_.h: New file, taken from GNU clisp.
51306
51307 2004-09-08  Bruno Haible  <bruno@clisp.org>
51308             Oskar Liljeblad  <oskar@osk.mine.nu>
51309
51310         * modules/stdint: New file.
51311         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
51312
51313 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51314
51315         Import from coreutils.
51316         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
51317         strings on unbounded length.  alloca's performance benefits aren't
51318         that important here.
51319         (V_STRDUP): Remove.
51320         (parse_with_separator): New function, with most of the internals
51321         of the old parse_user_spec.  Allow user to omit both user and group,
51322         for compatibility with FreeBSD.
51323         Clone only the user name, not the entire spec.
51324         Do not set *uid, *gid unless entirely successful.
51325         Avoid memory leak in some failing cases.
51326         Fix regression for USER.GROUP reported by Dmitry V. Levin in
51327         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
51328         (parse_user_spec): Rewrite to use parse_with_separator.
51329
51330 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51331
51332         * modules/userspec: Don't depend on alloca.
51333
51334 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51335
51336         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
51337
51338 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51339
51340         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
51341         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
51342         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
51343
51344 2004-08-16  Simon Josefsson  <jas@extundo.com>
51345
51346         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
51347         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
51348         Add --dry-run for --import.
51349         Let user provided command line parameters override configure.ac
51350         settings.
51351
51352 2004-08-12  Simon Josefsson  <jas@extundo.com>
51353
51354         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
51355         as discussed with Paul Eggert in threads rooted at
51356         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
51357         and
51358         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
51359         Before, the test was empty, and relied on ELIDE_CODE in source
51360         code.)
51361         (gl_PREREQ_GETOPT): New macro.
51362         (gl_GETOPT): Use them.
51363
51364 2004-08-12  Simon Josefsson  <jas@extundo.com>
51365
51366         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
51367         * lib/getopt_.h: Renamed from getopt.h.
51368
51369 2004-08-12  Simon Josefsson  <jas@extundo.com>
51370
51371         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
51372         Change default library name from libfoo to libgnu.
51373         Now, if you have a configure.ac that says:
51374                 gl_SOURCE_BASE(gl)
51375                 gl_M4_BASE(gl/m4)
51376                 gl_MODULES(error getopt etcetera)
51377                 gl_INIT
51378         you can import all you need by running:
51379                 ../gnulib/gnulib-tool --import
51380
51381         * modules/getopt (Files): Rename getopt.h to getopt_.h.
51382         (Makefile.am): Rewrite, use logic from argz.
51383         (Include): Use <getopt.h> instead of "getopt.h".
51384
51385 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51386
51387         * modules/argp (Files): Add m4/unlocked-io.m4.
51388         (Depends-on): Add extensions.
51389
51390 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51391
51392         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
51393         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
51394         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
51395         Check for program_invocation_name, program_invocation_short_name,
51396         flockfile, funlockfile, features.h, _getopt_long_only_r.
51397
51398 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51399
51400         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
51401         its complicated substitute.
51402         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
51403         and program_invocation_name.
51404         (__argp_basename) [!_LIBC]: Remove; the only use was
51405         replaced by its body.
51406         (__argp_short_program_name): Change condition from
51407         !defined __argp_short_program_name to
51408         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
51409         to match argp-namefrob.h.
51410         (__argp_failure): Don't assume strerror_r returns char *.
51411         * lib/argp-parse.c (N_): Define unconditionally.
51412         (argp_default_options): Fill out initializers with 0 to avoid
51413         gcc warnings.
51414
51415 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
51416
51417         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
51418         getopt1.c.
51419
51420 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51421
51422         Merge from coreutils.
51423
51424         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
51425
51426         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
51427         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
51428
51429 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51430
51431         Merge from coreutils.
51432
51433         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
51434         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
51435         for Reliant Unix 5.43.
51436
51437         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
51438         (union fooround): Use uintmax_t, not long int.
51439         The rest is a merge from libc:
51440         [defined _LIBC]: Include <shlib-compat.h>.
51441         (_obstack) [defined _LIBC]: Remove after 2.3.4.
51442
51443         * lib/settime.c (settime): Recode to avoid warning with
51444         Sun Forte C 6U2.
51445
51446         * lib/strverscmp.c: Convert to UTF-8.
51447
51448 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
51449
51450         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51451         m4/uintmax_t.m4.
51452
51453 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51454
51455         * modules/xalloc-die: New file.
51456         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
51457
51458         * modules/md5 (Files): Add m4/uint32_t.m4.
51459         * modules/sha1: Renamed from modules/sha.
51460         (Files):
51461         Rename lib/sha.h to lib/sha1.h.
51462         Rename lib/sha.c to lib/sha1.c.
51463         Rename m4/sha.m4 to m4/sha1.m4.
51464         (lib_SOURCES): Likewise.
51465         (configure.ac): Rename gl_SHA to gl_SHA1.
51466         (Include): sha.h -> sha1.h.
51467
51468 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51469
51470         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
51471         * m4/sha1.m4: Renamed from sha.m4.
51472         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
51473
51474 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
51475
51476         * lib/obstack.h (obstack_empty_p):
51477         Don't assume that chunk->contents is suitably aligned.
51478         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
51479         Likewise. Problem reported by Benno in
51480         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
51481
51482         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
51483         readable.  This could be improved further but it'd take some work.
51484
51485 2004-08-08  Simon Josefsson  <jas@extundo.com>
51486
51487         * modules/xgethostname (Depends-on): Remove exit and error (not
51488         used).
51489
51490         * modules/getpass-gnu: Add getpass.h.
51491         (Depends-on): Add stdbool.
51492         * modules/getpass: Add getpass.h.
51493
51494 2004-08-08  Simon Josefsson  <jas@extundo.com>
51495
51496         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
51497         Check getpass declaration.
51498
51499 2004-08-08  Simon Josefsson  <jas@extundo.com>
51500
51501         * lib/xgethostname.c: Don't include error.h (not used).
51502
51503         * lib/getpass.h: Add.
51504         * lib/getpass.c: Include getpass.h first.
51505
51506 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
51507
51508         * lib/xalloc-die.c: New file.
51509         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
51510         All uses removed.
51511         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
51512         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
51513         xalloc-die.c.
51514         (_, N_, xalloc_die): Move to xalloc-die.c.
51515         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
51516         so that we needn't mess with xalloc_msg_memory_exhausted.
51517
51518         * lib/sha1.h: Renamed from sha.h.
51519         (SHA1_H): Renamed from _SHA_H.
51520         (sha1_ctx): Renamed from sha_ctx.
51521         (sha1_init_ctx): Renamed from sha_init_ctx.
51522         (sha1_process_block): Renamed from sha_process_block.
51523         (sha1_process_bytes): Renamed from sha_process_bytes.
51524         (sha1_finish_ctx): Renamed from sha_finish_ctx.
51525         (sha1_read_ctx): Renamed from sha_read_ctx.
51526         (sha1_stream): Renamed from sha_stream.
51527         (sha1_buffer): Renamed from sha_buffer.
51528         * lib/sha1.c: Likewise; renamed from sha.c.
51529         Do not include <sys/types.h>.
51530         Include <stddef.h> rather than <stdlib.h>.
51531
51532 2004-08-08  Bruno Haible  <bruno@clisp.org>
51533
51534         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
51535         FILESYSTEM_PREFIX_LEN.
51536         * lib/progreloc.c: Likewise.
51537         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
51538
51539 2004-08-06  Simon Josefsson  <jas@extundo.com>
51540
51541         * modules/progname (Depends-on): Don't depend on stdbool.
51542
51543 2004-08-06  Simon Josefsson  <jas@extundo.com>
51544
51545         * modules/getsubopt: New file.
51546         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51547         getsubopt.
51548
51549 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51550
51551         More merge from coreutils.
51552
51553         * m4/utimens.m4, m4/utimecmp.m4: New files.
51554         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
51555         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
51556         prereq.m4, sha.m4: Import changes from coreutils.
51557
51558 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51559
51560         More merge from coreutils.
51561         * modules/raise, modules/readtokens0, modules/utimens:
51562         * modules/utimecmp, module/xnanosleep: New files.
51563         * modules/strftime: Add lib/strftime.h.
51564         Change include from <time.h> to "strftime.h".
51565         * modules/yesno: Add lib/yesno.h.
51566         * modules/backupfile: Remove lib/addext.c.
51567         * modules/euidaccess: Add stat-macros.h.
51568         * modules/canonicalize, modules/euidaccess,
51569         modules/filemode, modules/lchown, modules/makepath,
51570         modules/rmdir, modules/stat: Likewise.
51571
51572 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
51573
51574         Merge from tar.
51575         * lib/argp-help.c (make_hol, hol_append): Don't assume that
51576         SIZE_MAX is a valid preprocessor constant.
51577         (__argp_basename): Change from "#ifndef _LIBC"
51578         to "#ifndef __argp_short_program_name", so that
51579         we don't compile these functions for tar.
51580
51581         More merges from coreutils.
51582         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
51583         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
51584         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
51585         * lib/addext.c: Remove; no longer needed.
51586         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
51587         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
51588         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
51589         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
51590         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
51591         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
51592         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
51593         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
51594         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
51595         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
51596         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
51597         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
51598         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
51599         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
51600         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
51601         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
51602         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
51603         Import changes from coreutils.
51604
51605 2004-08-05  Simon Josefsson  <jas@extundo.com>
51606
51607         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
51608
51609 2004-08-05  Simon Josefsson  <jas@extundo.com>
51610
51611         * m4/getsubopt.m4: New file.
51612
51613 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51614
51615         Merge from coreutils.
51616
51617         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
51618         * m4/getcwd-path-max.m4: New files.
51619
51620         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
51621         FILESYSTEM_PREFIX_LEN ->
51622         FILE_SYSTEM_PREFIX_LEN.
51623         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
51624         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
51625         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
51626         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
51627
51628         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
51629         prerequisite modules now handle the DOS stuff.
51630         Don't check for unistd.h.
51631
51632 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51633
51634         Merge from coreutils.
51635
51636         * lib/.gdb-history: Remove; this doesn't belong here.
51637
51638         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
51639         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
51640         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
51641         * lib/getcwd.c: New files.
51642
51643         * lib/dirname.h: Include <stdbool.h>.
51644         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
51645         for consistency with POSIX terminology.  All uses changed.
51646         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
51647         (strip_trailing_slashes): Use bool for booleans.
51648         * lib/stripslash.c (strip_trailing_slashes): Likewise.
51649
51650         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
51651         sometimes returns a positive errno value even when it succeeds.
51652         (print_errno_message) [!LIBC]: Fall back on strerror if
51653         __strerror_r fails.
51654
51655         * lib/path-concat.c (mempcpy): Don't define if a system header defines
51656         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
51657         (longest_relative_suffix): New function.
51658         (path_concat): Use it.  Assume first argument is not NULL.
51659         Port to DOS.  Omit redundant separators.
51660         Report an error instead of returning NULL.
51661         Use mempcpy instead of memcpy.
51662         (xpath_concat): Remove: not declared or used.
51663
51664         * lib/same.h: Include <stdbool.h>
51665         (same_name): Return bool, not int.
51666         * lib/same.c (same_name): Likewise.
51667         (errno): Don't declare; we assume C89 or better now.
51668
51669         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
51670         if not already defined.
51671
51672         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
51673         * lib/dup-safer.c (errno): Likewise.
51674
51675 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
51676
51677         Merge from coreutils.
51678         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
51679         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
51680         * modules/path-concat: Don't depend on strdup.
51681
51682 2004-08-03  Simon Josefsson  <jas@extundo.com>
51683
51684         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
51685         * lib/progname.h: Don't include stdbool.h.
51686
51687 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51688
51689         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
51690         * MODULES.html.sh (func_all_modules): Remove fatal.
51691
51692 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51693
51694         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
51695
51696 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
51697
51698         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
51699         working.
51700
51701 2004-08-02  Simon Josefsson  <jas@extundo.com>
51702
51703         * lib/getsubopt.h: New file, with comments from Bruno Haible.
51704         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
51705         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
51706
51707 2004-08-01  Simon Josefsson  <jas@extundo.com>
51708
51709         * lib/xgetdomainname.c: Include stdlib.h, for free().
51710
51711 2004-07-19  Bruno Haible  <bruno@clisp.org>
51712
51713         * MODULES.html.sh (func_all_modules): Add dummy.
51714
51715 2004-07-16  Simon Josefsson  <jas@extundo.com>
51716
51717         * modules/dummy: New file.
51718
51719 2004-07-16  Simon Josefsson  <jas@extundo.com>
51720
51721         * lib/dummy.c: New file.
51722
51723 2004-07-16  Bruno Haible  <bruno@clisp.org>
51724
51725         * lib/backupfile.h: Add extern "C" for C++.
51726         * lib/closeout.h: Likewise.
51727         * lib/copy-file.h: Likewise.
51728         * lib/findprog.h: Likewise.
51729         * lib/full-write.h: Likewise.
51730         * lib/pathname.h: Likewise.
51731         * lib/progname.h: Likewise.
51732         * lib/stpcpy.h: Likewise.
51733         * lib/stpncpy.h: Likewise.
51734         * lib/strcase.h: Likewise.
51735         * lib/strstr.h: Likewise.
51736         * lib/xalloc.h: Likewise.
51737
51738         * lib/mbswidth.h: Add extern "C" for C++.
51739         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
51740
51741 2004-07-13  Robert Millan  <robertmh@gnu.org>
51742
51743         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
51744
51745 2004-07-09  Simon Josefsson  <jas@extundo.com>
51746
51747         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
51748         failed without this.)
51749
51750 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51751
51752         * modules/chown (Files): Add lib/fchown-stub.c, since
51753         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
51754
51755 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
51756
51757         * lib/fchown-stub.c: New file.
51758
51759 2004-06-24  Jim Meyering  <jim@meyering.net>
51760
51761         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
51762
51763 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51764
51765         * modules/argz: Omit "#include".
51766
51767         * MODULES.html.sh (func_all_modules): Add calloc, to match
51768         2004-06-01 addition of calloc module.
51769
51770 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51771
51772         * m4/argz.m4: New file, which is autoupdated from libtool.
51773
51774 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51775
51776         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
51777         libtool.
51778
51779 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51780
51781         * config/srclist-update: Don't insist on "USA." before the
51782         close-comment, as libtool omits the period and puts the */ on a
51783         separate line.
51784         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
51785         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
51786
51787 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
51788
51789         * modules/argz: New file.
51790         * MODULES.html.sh (func_all_modules): Add argz.
51791
51792 2004-06-12  Jim Meyering  <jim@meyering.net>
51793         and  Paul Eggert  <eggert@cs.ucla.edu>
51794
51795         * modules/hash (Files): Add lib/xalloc.h.
51796         * modules/pipe (Depends-on): Add wait-process.
51797         * modules/stat (Depends-on): Add xalloc.
51798         * modules/userspec (Files): Add lib/userspec.h.
51799         * modules/xstrto
51800
51801         Upgrade from gettext-0.13.
51802         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
51803         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
51804         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
51805
51806 2004-06-10  Jim Meyering  <jim@meyering.net>
51807
51808         * lib/calloc.c: New file.
51809
51810 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
51811
51812         * lib/getdate.y (yylex): Allow space between sign and number.
51813         Problem reported by Dan Jacobson.
51814
51815 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51816
51817         Merge from coreutils CVS.
51818
51819         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
51820         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
51821         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
51822         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
51823         xstrtol.m4: Fix copyright date and/or serial number.
51824
51825         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
51826         See if we need an fchown replacement.
51827         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
51828         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
51829         and use the replacement function if we detect either defect.
51830
51831         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
51832         gl_UTIMECMP.
51833
51834 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
51835         and  Jim Meyering  <jim@meyering.net>
51836
51837         Merge from coreutils CVS.
51838
51839         * lib/stat-macros.h: New file, with contents from file-type.h
51840         and coreutils' system.h.
51841         * lib/file-type.c: Include "stat-macros.h".
51842         * lib/file-type.h (file_type): Move all macro definitions to new file,
51843         stat-macros.h.
51844
51845         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
51846         Wrap old code with this conditional.
51847         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
51848         function that does not dereference symlinks.
51849         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
51850
51851         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
51852         dependency problems.
51853         (xreadlink): Accept new arg SIZE, for efficiency.
51854         All decls and uses changed.
51855         * lib/xreadlink.h: Include <stddef.h>, for size_t.
51856
51857         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
51858         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
51859
51860         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
51861         sysexits.h.
51862
51863 2004-06-01  Jim Meyering  <jim@meyering.net>
51864
51865         * m4/calloc.m4: New file.
51866
51867 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
51868
51869         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
51870         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
51871         Also, fix a typo in a diagnostic.
51872
51873 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51874
51875         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
51876         or AC_FUNC_REALLOC.
51877
51878 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
51879
51880         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
51881         macros to be defined.
51882         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
51883         the allocator returns NULL because the requested size is zero.
51884
51885 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51886
51887         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
51888         var.  Add comment explaining why libc still defines it.  This
51889         merges the following patch from glibc:
51890         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
51891
51892 2004-05-20  Andreas Schwab  <schwab@suse.de>
51893
51894         * m4/free.m4: Replace free if it not known to work, not the other
51895         way round.
51896
51897 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
51898
51899         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
51900         present in glibc since revision 1.1 of this file.
51901         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
51902         obstack_alignment_mask, obstack_alloc, obstack_base,
51903         obstack_blank, obstack_blank_fast, obstack_chunk_size,
51904         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
51905         obstack_grow0, obstack_init, obstack_int_grow,
51906         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
51907         obstack_next_free, obstack_object_size, obstack_ptr_grow,
51908         obstack_ptr_grow_fast, obstack_room): Remove declarations of
51909         nonexistent functions.
51910
51911 2004-05-18  Karl Berry  <karl@gnu.org>
51912
51913         * config/srclist.txt: break link for vasnprintf.c.
51914
51915 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51916
51917         Port obstack to the AS/400, where pointers are 16 bytes wide and
51918         you cannot cast an integer to a valid pointer.  This patch is
51919         currently waiting to be integrated into glibc; see
51920         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
51921
51922         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
51923         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
51924         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
51925         (struct obstack): temp member is now a union of a pointer and
51926         an integer, instead of an integer.  All integer uses changed.
51927         This does not affect the physical layout of struct obstack,
51928         except on hosts (like the AS/400) where the size or alignment of
51929         void * is greater than that of ptrdiff_t.
51930         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
51931         __STDC__)]: Store temporary in pointer member of union, not
51932         integer member.
51933         * lib/obstack.c: Include <stddef.h>, for offsetof.
51934         (struct fooalign): Remove; it doesn't need a name.
51935         (union fooround): Change double to long double, and add void *.
51936         (DEFAULT_ALIGNMENT): Use offsetof to compute.
51937         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
51938         not a macro.  Hence the values are always int; so remove all
51939         casts-to-int in uses.
51940
51941 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
51942
51943         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
51944         we can get this patch merged into glibc.
51945
51946 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51947             Paul Eggert  <eggert@cs.ucla.edu>
51948
51949         * m4/argp: Depend on alloca.
51950
51951 2004-05-17  Derek R. Price  <derek@ximbiot.com>
51952             Paul Eggert  <eggert@cs.ucla.edu>
51953
51954         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
51955         freecoding.
51956
51957 2004-05-17  Bruno Haible  <bruno@clisp.org>
51958
51959         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
51960         precision that consists of a '.' followed by an empty digit string.
51961         Patch by Tor Lillqvist <tml@iki.fi>.
51962
51963 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51964
51965         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
51966         for backward compatibility with older code.  We need our own
51967         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
51968         it under some other name, and our alloca.h will define it.
51969
51970 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
51971             Derek Price  <derek@ximbiot.com>
51972
51973         * lib/alloca.c: Include <alloca.h>, to get our interface.
51974         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
51975         include <alloca.h> first.  Use C89 prototype for alloca; this
51976         requires including <stddef.h> for size_t.  Use extern "C" if C++.
51977         Use #elif for simplicity, since we can assume C89 now.
51978         Don't try to source the system alloca.h since it will not be found
51979         and to prevent recursively including its replacement.
51980         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
51981         * lib/regex.c: Likewise.
51982
51983 2004-05-16  Derek Price  <derek@ximbiot.com>
51984             Paul Eggert  <eggert@cs.ucla.edu>
51985
51986         getline cleanup.  This changes the getndelim2 API: both order of
51987         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
51988         no delimiter).
51989
51990         * lib/getline.c: Don't include stddef.h or stdio.h, since our
51991         interface does that.
51992         (getline): Always use getdelim, so that we don't have two
51993         copies of this code.
51994         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
51995         if available.
51996         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
51997         (GETNDELIM2_MAXIMUM): New macro.
51998         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
51999         instead of the old practice of delim2==0.  All callers changed.
52000         Return -1 on overflow, instead of returning junk.
52001         Do not set *linesize unless allocation succeeds.
52002         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
52003         that we include sys/types.h.
52004         * lib/getnline.h: Likewise.
52005         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
52006         (getndelim2): Reorder arguments.
52007         * lib/getnline.c (getnline, getndelim):
52008         Don't discard the NMAX argument.
52009         (getnline): Invoke getndelim, to avoid code duplication.
52010         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
52011         of (size_t) -1 by callers of the getnline family.
52012
52013 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52014
52015         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
52016         Check for gettimeofday.
52017         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
52018         Check for settimeofday, stime.
52019
52020 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52021
52022         * lib/nanosleep.c (suspended): Change its type from int to
52023         sig_atomic_t volatile.
52024         (first_call): Make it private to rpl_nanosleep, and have it
52025         be zero initially as that's a bit faster.
52026         (my_usleep): Round up fractional times instead of truncating them,
52027         as this is the usual meaning for 'sleep'.
52028
52029         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
52030         doesn't work.
52031         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
52032         (ENOSYS): Define if not defined.
52033         (settime): Fall back on stime if it exists and settimeofday fails.
52034         But don't bother with fallbacks if a method fails with errno == EPERM.
52035
52036 2004-05-11  Jim Meyering  <jim@meyering.net>
52037
52038         Prior to this change, the save_cwd caller required read access to the
52039         current directory on most systems (ones with the fchdir function).
52040
52041         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
52042         fails, try write-only, and finally, resort to using xgetcwd.
52043
52044 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52045
52046         * lib/obstack.c, obstack.h: Import changes from libc.
52047
52048 2004-04-28  Bruno Haible  <bruno@clisp.org>
52049
52050         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
52051         also implicitly appends .exe to executables.
52052         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
52053         accepts Windows pathnames.
52054         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
52055         Treat Cygwin like Windows, since it now accepts Windows pathnames.
52056         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
52057         Treat Cygwin like Windows, since it now accepts Windows pathnames.
52058         Reported by Derek Robert Price <derek@ximbiot.com>.
52059
52060 2004-04-21  Karl Berry  <karl@gnu.org>
52061
52062         * config/srclist.txt (localcharset.c): break sync.
52063
52064 2004-04-20  Paul Eggert  <eggert@twinsun.com>
52065
52066         * m4/host-os.m4: Add a copyright notice.
52067
52068 2004-04-20  Jim Meyering  <jim@meyering.net>
52069
52070         Change UTILS_ to gl_ in AC_DEFINE'd names.
52071         Change utils_- and jm_-prefixed variables, too.
52072         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
52073         UTILS_FUNC_MKDIR_TRAILING_SLASH.
52074         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
52075
52076         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
52077         Don't emit trailing blanks.
52078         Also rename jm_-prefixed variables to have gl_ prefix.
52079
52080         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
52081         Also rename jm_-prefixed variables to have gl_ prefix.
52082
52083         * m4/jm-macros.m4: Reflect the renamings.
52084         * m4/prereq.m4: Likewise.
52085
52086 2004-04-20  Jim Meyering  <jim@meyering.net>
52087
52088         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
52089         memory.
52090
52091 2004-04-20  Jim Meyering  <jim@meyering.net>
52092             Bruno Haible  <bruno@clisp.org>
52093
52094         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
52095         memory when realloc fails.
52096
52097 2004-04-19  Jim Meyering  <jim@meyering.net>
52098
52099         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
52100         now that readutmp.c may call `free (0)'.
52101
52102 2004-04-19  Bruno Haible  <bruno@clisp.org>
52103
52104         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
52105         * m4/inttypes_h.m4: Likewise.
52106         * m4/stdint_h.m4: Likewise.
52107         * m4/intmax_t.m4: Likewise.
52108         * m4/uintmax_t.m4: Likewise.
52109
52110 2004-04-18  Jim Meyering  <jim@meyering.net>
52111
52112         * m4/prereq.m4: Don't forbid jm_ prefix.
52113
52114         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
52115         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
52116         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
52117         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
52118         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
52119         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
52120         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
52121         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
52122         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
52123         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
52124         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
52125         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
52126         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
52127         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
52128         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
52129         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
52130         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
52131         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
52132         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
52133
52134 2004-04-18  Jim Meyering  <jim@meyering.net>
52135
52136         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
52137         failure, don't leak memory and do call END_UTMP_ENT.
52138
52139 2004-04-16  Jim Meyering  <jim@meyering.net>
52140
52141         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
52142         coreutils' stat program.
52143         (gl_PREREQ): Don't require jm_PREREQ_STAT.
52144
52145 2004-04-11  Paul Eggert  <eggert@twinsun.com>
52146
52147         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
52148         C89.
52149         (CHAR_BIT): Remove, since we assume C89.
52150         Include <stdint.h> if available, as per current Autoconf CVS advice.
52151
52152 2004-03-31  Jim Meyering  <jim@meyering.net>
52153
52154         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
52155         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
52156         * m4/xalloc.m4: Likewise.
52157
52158 2004-03-30  Paul Eggert  <eggert@twinsun.com>
52159
52160         Merge from coreutils.
52161
52162         * m4/inttostr.m4: New file.
52163         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
52164         Require AM_STDBOOL_H and gl_TIMESPEC instead.
52165         Require gl_CLOCK_TIME.
52166         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
52167
52168 2004-03-30  Paul Eggert  <eggert@twinsun.com>
52169
52170         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
52171         not bool, to be more consistent with Unix conventions.
52172         Suggested by Bruno Haible.
52173
52174         Merge from coreutils.
52175
52176         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
52177         * lib/umaxtostr.c: New files.
52178
52179         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
52180         the usual <time.h> dance.
52181         (get_date): Change signature to support fractional time stamps.
52182         All callers changed.
52183         * lib/getdate.y: Include "getdate.h" first, as we can now
52184         assume C89 and don't need to worry about 'const'.
52185         Similarly, include "unlocked-io.h" near start, not in middle.
52186         Include <limits.h>.
52187         (textint.value): Use long int rather than int.
52188         (textint.digits): Use size_t rather than int.
52189         (BILLION, LOG10_BILLION): New constants.
52190         (parser_control): New member rel_ns.  Members day_ordinal,
52191         time_zone, month, day, hour, minutes, rel_year, rel_month,
52192         rel_day, rel_hour, rel_minutes, rel_seconds
52193         are now long int, not int.  Member seconds is now struct timespec,
52194         not int.  New member timespec_seen.  Members dates_seen, days_seen,
52195         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
52196         not int.
52197         (%union.intval): Now long int, not int.
52198         New member timespec.
52199         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
52200         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
52201         (spec): Now is a timespec or an item list.
52202         (timespec, items): New nonterminals.
52203         (time, rel, relunit, number, get_date):
52204         Add support for fractional seconds.
52205         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
52206         (gmtime, localtime, mktime): Remove decls; not needed with C89.
52207         (to_hour): First arg is now long int, not int.
52208         (to_year): Returns long int, not int.
52209         Don't treat year -70 like 70.
52210         (tm_diff): Returns long int, not int.
52211         (lookup_word): Use bool instead of int when appropriate.
52212         (yylex): Use size_t for count, not int.
52213         Detect overflow when parsing large integer constants.
52214         Add support for fractions.
52215         (get_date): Make pointers 'const' if possible.
52216         Use more-portable code to detect integer overflow.
52217         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
52218         Don't use ctime; it's not reliable if the year has >4 digits.
52219
52220         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
52221         This is for compatibility with BSD.
52222
52223         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
52224         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
52225         From coreutils' system.h.
52226
52227         * lib/userspec.c: Don't include "posixver.h".
52228         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
52229         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
52230         compatible extension.  Simplify code by removing a boolean int
52231         that was always nonzero if a string was nonnull.
52232
52233 2004-03-30  Jim Meyering  <jim@meyering.net>
52234
52235         Merge from coreutils.
52236
52237         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
52238         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
52239         on some systems one must include <grp.h> before it.
52240         Reported by Christian Krackowizer.
52241
52242 2004-03-30  Jim Meyering  <jim@meyering.net>
52243
52244         Merge from coreutils.
52245
52246         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
52247
52248         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
52249         an empty input stream.
52250
52251         * lib/readtokens.c: Include <stdbool.h>.
52252         (readtoken): Use `size_t' rather than int/long.
52253         All callers adjusted.
52254         Use `bool' rather than `int' where appropriate.
52255         Use memset rather than an explicit loop.
52256         Use x2nrealloc rather than xrealloc.
52257         Allow the use of `\0' as a delimiter.
52258         (readtokens): Likewise.
52259         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
52260
52261 2004-03-30  Jim Meyering  <jim@meyering.net>
52262
52263         * m4/realloc.m4: Remove file, since now it does no more than
52264         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
52265         the `configure.ac' section of module/realloc.
52266         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
52267
52268 2004-03-30  Bruno Haible  <bruno@clisp.org>
52269
52270         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
52271         nonnull.
52272
52273 2004-03-29  Paul Eggert  <eggert@twinsun.com>
52274
52275         Merge changes to getloadavg.c from coreutils and Emacs.
52276
52277         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
52278         Define to an expression, not to the empty string.
52279         Include cloexec.h and xalloc.h.
52280         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
52281         Use set_cloexec_flag rather than rolling our own.
52282         * lib/cloexec.c, lib/cloexec.h: New files.
52283
52284 2004-03-29  Paul Eggert  <eggert@twinsun.com>
52285
52286         * m4/cloexec.m4: New file.
52287
52288 2004-03-18  Paul Eggert  <eggert@twinsun.com>
52289
52290         * lib/getopt.h: Sync with libc CVS.
52291
52292 2004-03-18  Paul Eggert  <eggert@twinsun.com>
52293             Bruno Haible  <bruno@clisp.org>
52294
52295         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
52296         mbswidth.
52297
52298 2004-03-18  Paul Eggert  <eggert@twinsun.com>
52299             Bruno Haible  <bruno@clisp.org>
52300
52301         * lib/mbswidth.h: Include <wchar.h> only if
52302         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
52303         <wchar.h>.
52304         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
52305
52306 2004-03-09  Paul Eggert  <eggert@twinsun.com>
52307
52308         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
52309         Sync with libc CVS.
52310         * lib/getopt_int.h: New file, also synced from libc.
52311
52312 2004-03-09  Paul Eggert  <eggert@twinsun.com>
52313
52314         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
52315         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
52316         Bring back getopt.c, getopt.h, getopt1.c.
52317
52318 2004-03-07  Paul Eggert  <eggert@twinsun.com>
52319
52320         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
52321         All uses changed.  Check for sa_sigaction member; this fixes
52322         a bug first reported by Jason Andrade in
52323         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
52324
52325 2004-03-07  Paul Eggert  <eggert@twinsun.com>
52326
52327         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
52328         '#if' expressions.  Unlike the code it replaces, it does not
52329         depend on (defined _SC_PAGESIZE).  However, it does depend on
52330         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
52331         first reported by Jason Andrade in
52332         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
52333
52334 2004-02-25  Simon Josefsson  <jas@extundo.com>
52335
52336         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
52337
52338 2004-02-25  Simon Josefsson  <jas@extundo.com>
52339
52340         * lib/strdup.h: New file.
52341         * lib/strdup.c: Include it.
52342         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
52343         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
52344
52345 2004-02-23  Karl Berry  <karl@gnu.org>
52346
52347         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
52348         (from fencepost.gnu.org:/gd/gnuorg).
52349
52350 2004-02-23  Karl Berry  <karl@gnu.org>
52351
52352         * config/srclistvars.sh (GNUORG) [karl]: redefine.
52353         * config/srclist.txt: add maintain/standards documents.
52354
52355 2004-02-18  Bruno Haible  <bruno@clisp.org>
52356
52357         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
52358         Reported by Derek Robert Price <derek@ximbiot.com>.
52359
52360 2004-02-16  Karl Berry  <karl@gnu.org>
52361
52362         * config/mkinstalldirs, install-sh: update from automake.
52363
52364 2004-02-06  Karl Berry  <karl@gnu.org>
52365
52366         * m4/po.m4: update from gettext 0.14.1.
52367
52368 2004-02-06  Karl Berry  <karl@gnu.org>
52369
52370         * lib/config.charset: update from gettext 0.14.1.
52371
52372 2004-02-05  Paul Eggert  <eggert@twinsun.com>
52373
52374         Add comments and code, prompted by suggestions from Bruno Haible
52375         for sh-quote.
52376         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
52377         describing the enum quoting_style values.
52378         * lib/quotearg.c (quotearg_alloc): New function.
52379         (quotearg_buffer_restyled): Treat lone { and } as special.
52380         Treat = as special.  Work around bug with older shells
52381         that "see" a '\' that is really the 2nd byte of a multibyte char.
52382         Quote empty string with shell_quoting_style.
52383
52384 2004-02-03  Bruno Haible  <bruno@clisp.org>
52385
52386         * m4/pipe.m4: New file, from GNU gettext.
52387
52388 2004-02-03  Bruno Haible  <bruno@clisp.org>
52389
52390         * lib/pipe.h: New file, from GNU gettext.
52391         * lib/pipe.c: New file, from GNU gettext.
52392
52393 2004-01-27  Bruno Haible  <bruno@clisp.org>
52394
52395         * m4/execute.m4: New file, from GNU gettext.
52396
52397 2004-01-27  Bruno Haible  <bruno@clisp.org>
52398
52399         * lib/execute.h: New file, from GNU gettext.
52400         * lib/execute.c: New file, from GNU gettext.
52401         * lib/w32spawn.h: New file, from GNU gettext.
52402
52403 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52404
52405         Merge from diffutils.
52406
52407         * lib/file-type.c (file_type): Add typed memory objects.
52408         * lib/file-type.h (S_TYPEISTMO): New macro.
52409
52410         * lib/c-stack.h (c_stack_action): Remove argv argument.
52411         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
52412         (die): Don't calculate message unless segv_action returns.
52413         (get_stack_location, min_address_from_argv, max_address_from_argv,
52414         volatile stack_base, volatile_stack_size): Remove.
52415         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
52416         that every segmentation violation is a stack overflow.  (Ouch!)
52417         See Debian bug 136249 (still outstanding) for more info about why
52418         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
52419
52420 2004-01-24  Paul Eggert  <eggert@twinsun.com>
52421
52422         Exit-status fix from coreutils.
52423
52424         Use exit_failure consistently in place of EXIT_FAILURE,
52425         so that program exit statuses are consistent on failure.
52426
52427         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
52428         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
52429         * lib/argmatch.h: Comment fix to match the above.
52430         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
52431         Now a macro referring to exit_failure, instead of a separate
52432         variable.  Include "exitfail.h" to get it.
52433         * lib/xstrtol.h: Include "exitfail.h".
52434         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
52435
52436         * lib/long-options.c (parse_long_options): Use prototype
52437         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
52438         for clarity.
52439
52440 2004-01-21  Jim Meyering  <jim@meyering.net>
52441
52442         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
52443         so as not to conflict with a different-sized __mktime_internal
52444         function in GNU libc.
52445         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
52446         Problem building statically-linked `ls' reported by Michael Brunnbauer.
52447
52448 2004-01-20  Karl Berry  <karl@gnu.org>
52449
52450         * config/config.guess: update from config.
52451
52452         * config/srclistvars.sh: GNUWWWLICENSES for karl.
52453
52454 2004-01-20  Bruno Haible  <bruno@clisp.org>
52455
52456         Safer stack allocation.
52457         * lib/setenv.c: Include allocsa.h.
52458         (alloca): Remove fallback definition.
52459         (freea): Remove macro.
52460         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
52461         instead of freea.
52462
52463 2004-01-20  Bruno Haible  <bruno@clisp.org>
52464
52465         * m4/eealloc.m4: New file, from GNU gettext.
52466
52467 2004-01-20  Bruno Haible  <bruno@clisp.org>
52468
52469         * m4/allocsa.m4: New file, from GNU gettext.
52470
52471 2004-01-20  Bruno Haible  <bruno@clisp.org>
52472
52473         * lib/xallocsa.h: New file, from GNU gettext.
52474         * lib/xallocsa.c: New file, from GNU gettext.
52475
52476 2004-01-20  Bruno Haible  <bruno@clisp.org>
52477
52478         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
52479
52480 2004-01-20  Bruno Haible  <bruno@clisp.org>
52481
52482         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
52483         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
52484         specially.
52485
52486 2004-01-20  Bruno Haible  <bruno@clisp.org>
52487
52488         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
52489         patch.
52490
52491 2004-01-20  Bruno Haible  <bruno@clisp.org>
52492
52493         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
52494
52495 2004-01-20  Bruno Haible  <bruno@clisp.org>
52496
52497         * lib/eealloc.h: New file.
52498
52499 2004-01-20  Bruno Haible  <bruno@clisp.org>
52500
52501         * lib/binary-io.h: Avoid warnings on Cygwin.
52502
52503 2004-01-20  Bruno Haible  <bruno@clisp.org>
52504
52505         * lib/allocsa.h: New file, from GNU gettext.
52506         * lib/allocsa.c: New file, from GNU gettext.
52507
52508 2004-01-18  Karl Berry  <karl@gnu.org>
52509
52510         * doc/gpl.texi, doc/lgpl.texi: new files.
52511
52512 2004-01-18  Karl Berry  <karl@gnu.org>
52513
52514         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
52515         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
52516
52517 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52518
52519         Merge from coreutils.
52520
52521         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
52522         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
52523         (gl_DEFAULT_POSIX2_VERSION): Move
52524         the documentation from 'configure' into 'config.hin',
52525         so that 'configure --help' isn't burdened by it and
52526         we don't have to worry about its formatting there.
52527         Reword the documentation so that it's more succinct
52528         and can be run together into a single paragraph.
52529         * m4/same.m4 (gl_SAME): Check for pathconf.
52530
52531 2004-01-15  Paul Eggert  <eggert@twinsun.com>
52532
52533         Merge from coreutils.
52534
52535         * lib/posixver.c: Include posixver.h.
52536
52537         * lib/same.c: Include <stdbool.h>, <limits.h>.
52538         (_POSIX_NAME_MAX): Define if not defined.
52539         (MIN): New macro.
52540         (same_name): If file names are silently truncated, report
52541         that the file names are the same if they are the same after
52542         the silent truncation.
52543
52544         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
52545         conversion function.
52546         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
52547         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
52548         longer needed.
52549
52550 2004-01-15  Jim Meyering  <jim@meyering.net>
52551
52552         Merge from coreutils.
52553
52554         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
52555         if no library is required.
52556         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
52557         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
52558         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
52559         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
52560         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
52561         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
52562         value, $ac_cv_search_crypt, if it's "none required".
52563         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
52564         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
52565         not gl_FUNC_GETLOADAVG.
52566         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
52567         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
52568
52569 2004-01-15  Jim Meyering  <jim@meyering.net>
52570
52571         Merge from coreutils.
52572
52573         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
52574         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
52575         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
52576
52577         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
52578         optional configure-time default.
52579
52580         * lib/version-etc.c (version_etc_copyright): Update copyright date.
52581
52582         * lib/xreadlink.c (xreadlink): Correct outdated comment.
52583
52584 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
52585
52586         Merge from coreutils.
52587
52588         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
52589         value, $ac_cv_search_nanosleep, if it's "none required".
52590
52591 2004-01-14  Paul Eggert  <eggert@twinsun.com>
52592
52593         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
52594         with like-named macro in fnmatch.c.
52595         (EXT): Use an internal constant instead.
52596
52597         Merge fnmatch patches from glibc.
52598         * lib/fnmatch.c (mbsinit): Remove define.
52599         Add libc_hidden_ver (__fnmatch, fnmatch).
52600         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
52601         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
52602
52603 2004-01-14  Karl Berry  <karl@gnu.org>
52604
52605         * config/install-sh: update from automake.
52606
52607 2004-01-13  Karl Berry  <karl@gnu.org>
52608
52609         * config/install-sh: update from automake.
52610
52611 2004-01-09  Karl Berry  <karl@gnu.org>
52612
52613         * config/install-sh: update from automake.
52614
52615 2004-01-05  Karl Berry  <karl@gnu.org>
52616
52617         * config/config.{sub,guess}: update from config.
52618
52619 2003-12-31  Karl Berry  <karl@gnu.org>
52620
52621         * config/depcomp: update from automake.
52622
52623 2003-12-14  Karl Berry  <karl@gnu.org>
52624
52625         * lib/config.charset: update from gettext-runtime.
52626
52627 2003-12-03  Paul Eggert  <eggert@twinsun.com>
52628
52629         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
52630         Bug reported by Alfred M. Szmidt.
52631
52632 2003-12-03  Bruno Haible  <bruno@clisp.org>
52633
52634         * m4/gettext.m4: Upgrade from gettext-0.13.
52635         * m4/po.m4: Upgrade from gettext-0.13.
52636         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
52637         * m4/intmax.m4: New file, from gettext-0.13.
52638         * m4/printf-posix.m4: New file, from gettext-0.13.
52639
52640 2003-11-29  Karl Berry  <karl@gnu.org>
52641
52642         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
52643
52644 2003-11-25  Paul Eggert  <eggert@twinsun.com>
52645             Bruno Haible  <bruno@clisp.org>
52646
52647         * lib/printf-parse.h: Don't include sys/types.h.
52648         (ARG_NONE): New macro.
52649         (char_directive): Change type of *arg_index fields to size_t.
52650         * lib/printf-parse.c: Don't include sys/types.h.
52651         (SSIZE_MAX): Remove macro.
52652         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
52653         Remove unnecessary overflow check.
52654         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
52655         fields.
52656
52657 2003-11-25  Bruno Haible  <bruno@clisp.org>
52658
52659         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
52660
52661 2003-11-25  Bruno Haible  <bruno@clisp.org>
52662
52663         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
52664         gt_TYPE_SSIZE_T.
52665
52666 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52667
52668         * modules/alloca: Remove dependency on xalloc.
52669
52670 2003-11-24  Paul Eggert  <eggert@twinsun.com>
52671
52672         * lib/alloca.c: Remove dependency on xalloc module.
52673         (xalloc_die): Remove.
52674         (memory_full) [!defined emacs]: New macro.
52675         [!defined emacs]: Don't include xalloc.h.
52676         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
52677         address arithmetic overflows.  Change datatypes a bit to avoid
52678         unnecessary casts.
52679
52680 2003-11-22  Jim Meyering  <jim@meyering.net>
52681
52682         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
52683         s/size/size_t/.
52684
52685 2003-11-21  Karl Berry  <karl@gnu.org>
52686
52687         * config/config.{sub,guess}: update from config.
52688
52689 2003-11-18  Karl Berry  <karl@gnu.org>
52690
52691         * config/config.{sub,guess}: update from config.
52692
52693         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
52694
52695 2003-11-17  Paul Eggert  <eggert@twinsun.com>
52696
52697         * README: Mention that S+T cannot overflow if S is the size of
52698         an existing object and T is sufficiently small.
52699
52700 2003-11-17  Jim Meyering  <jim@meyering.net>
52701
52702         On systems without utime and without a utimes function capable of
52703         dealing with a NULL struct utimbuf* argument, this utime replacement
52704         could -- in unusual circumstances -- leak a file descriptor.
52705         * lib/utime.c: Include <unistd.h> and <errno.h>.
52706         (utime_null): Be sure to close `fd' and to preserve errno.
52707         Reported by Geoff Collyer via Arnold Robbins.
52708
52709 2003-11-17  Bruno Haible  <bruno@clisp.org>
52710
52711         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
52712         (Depends-on): Add xsize.
52713
52714 2003-11-17  Bruno Haible  <bruno@clisp.org>
52715
52716         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
52717
52718 2003-11-17  Bruno Haible  <bruno@clisp.org>
52719
52720         * lib/vasnprintf.c (alloca): Remove fallback definition.
52721         (freea): Remove definition.
52722         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
52723         Reported by Paul Eggert.
52724
52725 2003-11-16  Paul Eggert  <eggert@twinsun.com>
52726             Bruno Haible  <bruno@clisp.org>
52727
52728         Protect against address arithmetic overflow.
52729         * lib/printf-args.h: Include stddef.h.
52730         (arguments): Change type of field 'count' to size_t.
52731         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
52732         'unsigned int' where appropriate.
52733         * lib/printf-parse.h: Include sys/types.h.
52734         (char_directive): Change type of *arg_index fields to ssize_t.
52735         (char_directives): Change type of fields 'count', max_*_length to
52736         size_t.
52737         * lib/printf-parse.c: Include sys/types.h and xsize.h.
52738         (SSIZE_MAX): Define fallback value.
52739         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
52740         instead of 'int' where appropriate. Check a_allocated, d_allocated
52741         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
52742         * lib/vasnprintf.c: Include xsize.h.
52743         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
52744         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
52745         overflow. Avoid wraparound when converting a width or precision from
52746         decimal to binary.
52747
52748 2003-11-16  Bruno Haible  <bruno@clisp.org>
52749
52750         Update from GNU gettext.
52751         * lib/printf-parse.c: Generalize to it can be compiled for wide
52752         strings.
52753         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
52754         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
52755         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
52756         SNPRINTF): New macros.
52757         Don't include <alloca.h> if the file is used inside libintl.
52758         (local_wcslen): New function, for Solaris 2.5.1.
52759         (VASNPRINTF): Use it instead of wcslen.
52760
52761 2003-11-16  Bruno Haible  <bruno@clisp.org>
52762
52763         * lib/xsize.h (xmax): New function.
52764         (xsum, xsum3, xsum4): Declare as "pure" functions.
52765
52766 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52767
52768         * modules/xalloc (Files): Undo latest change, since xalloc.h
52769         no longer needs SIZE_MAX or PTRDIFF_MAX.
52770
52771 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52772
52773         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
52774         gl_PTRDIFF_MAX.
52775
52776 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52777
52778         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
52779         "return", to pacify some unknown compiler.  Problem reported
52780         by Joerg Schilling.
52781
52782 2003-11-12  Paul Eggert  <eggert@twinsun.com>
52783
52784         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
52785         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
52786         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
52787         heuristic is just as accurate as far as we know, and it removes a
52788         dependency on size_max.m4 and ptrdiff_max.m4.
52789
52790 2003-11-11  Bruno Haible  <bruno@clisp.org>
52791
52792         * modules/xsize (Files): Add m4/size_max.m4.
52793         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
52794
52795 2003-11-11  Bruno Haible  <bruno@clisp.org>
52796
52797         * m4/size_max.m4: New file.
52798         * m4/ptrdiff_max.m4: New file.
52799         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
52800         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
52801         (gl_XALLOC): Invoke it.
52802
52803 2003-11-11  Bruno Haible  <bruno@clisp.org>
52804
52805         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
52806         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
52807         defined.
52808
52809 2003-11-10  Paul Eggert  <eggert@twinsun.com>
52810
52811         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
52812         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
52813         rejected some allocations of exactly SIZE_MAX - 2 bytes.
52814         From Bruno Haible.
52815         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
52816         not (size_t) -1, since it's defined here.
52817
52818 2003-11-09  Karl Berry  <karl@gnu.org>
52819
52820         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
52821
52822 2003-11-06  Paul Eggert  <eggert@twinsun.com>
52823
52824         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
52825         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
52826         Reject sizes of exactly SIZE_MAX bytes.
52827         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
52828         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
52829
52830 2003-11-05  Bruno Haible  <bruno@clisp.org>
52831
52832         * lib/xsize.h: Include limits.h, to avoid a possible collision with
52833         SIZE_MAX defined in <limits.h> on Solaris.
52834
52835 2003-11-04  Jim Meyering  <jim@meyering.net>
52836
52837         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
52838         variable names, rather than @VAR@.
52839         * modules/poll: Likewise.
52840
52841 2003-11-04  Bruno Haible  <bruno@clisp.org>
52842
52843         * modules/xsize: New file.
52844         * modules/linebreak: Depend on xsize.
52845         * MODULES.html.sh (func_all_modules): Add xsize.
52846
52847 2003-11-04  Bruno Haible  <bruno@clisp.org>
52848
52849         * m4/xsize.m4: New file.
52850
52851 2003-11-04  Bruno Haible  <bruno@clisp.org>
52852
52853         * lib/xsize.h: New file.
52854         * lib/linebreak.c: Include xsize.h.
52855         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
52856         argument for overflow.
52857         Suggested by Paul Eggert.
52858
52859 2003-11-03  Karl Berry  <karl@gnu.org>
52860
52861         * config/config.{guess,sub}: update from config.
52862
52863 2003-11-03  Jim Meyering  <jim@meyering.net>
52864
52865         * modules/userspec (lib_SOURCES): Add userspec.h.
52866         (Include): Add "userspec.h".
52867         Improve description.
52868
52869 2003-11-03  Jim Meyering  <jim@meyering.net>
52870
52871         * lib/userspec.c: Include "userspec.h".
52872         * lib/userspec.h: New file.
52873
52874 2003-11-03  Bruno Haible  <bruno@clisp.org>
52875
52876         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
52877
52878 2003-11-03  Bruno Haible  <bruno@clisp.org>
52879
52880         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
52881         available, to avoid (extremely rare) race condition.
52882         Suggested by Paul Eggert.
52883
52884 2003-11-02  Karl Berry  <karl@gnu.org>
52885
52886         * config/srclist.txt (vasprintf.c): sync broken, sigh.
52887
52888 2003-10-31  Paul Eggert  <eggert@twinsun.com>
52889
52890         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
52891         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
52892         (read_filesystem_list): Set and use me_type_malloced.
52893         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
52894         whatever the type happens to be), for brevity and consistency.
52895         Check for size calculation overflow on Alphas running OSF/1.
52896
52897 2003-10-31  Jim Meyering  <jim@meyering.net>
52898
52899         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
52900
52901         * lib/linebuffer.c: Include <string.h> for declaration of memset.
52902
52903 2003-10-30  Paul Eggert  <eggert@twinsun.com>
52904             Bruno Haible  <bruno@clisp.org>
52905
52906         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
52907         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
52908
52909 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
52910
52911         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
52912         netbsd*-gnu*.  Suggested by Robert Millan.
52913
52914 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52915
52916         * modules/group-member: Depend on stdbool.
52917
52918 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52919
52920         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
52921
52922 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52923
52924         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
52925         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
52926         after the 'gnu' in these cases.  This fixes some bugs in the
52927         previous change, and is based on suggestions by Robert Millan.
52928
52929 2003-10-29  Paul Eggert  <eggert@twinsun.com>
52930
52931         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
52932         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
52933         no longer needed.
52934         * lib/quotearg.c (quotearg_n_options): Use it.
52935         * lib/group-member.c: Include <stdbool.h>.
52936         (free_group_info): Arg is now const *; don't free arg.
52937         (get_group_info): Now returns bool and accepts struct group_info *,
52938         rather than returning a malloc'ed struct group_info *.
52939         All uses changed.  Check for overflow in internal size calculation.
52940
52941         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
52942         rather than xmalloc/xrealloc.
52943         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
52944         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
52945         conformance bug: the old code used a pointer after freeing the
52946         storage that it addressed.
52947         * lib/hash.c (hash_initialize): Simplify the code by using
52948         xalloc_oversized rather than doing it by hand.
52949         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
52950         the buffer preserved.  Use free and xmalloc instead.
52951         * lib/quotearg.c (quotearg_n_options): Likewise.
52952         Use a simpler test for size overflow.  Don't use xalloc_oversized
52953         because unsigned int might be wider than size_t (!); this suggests
52954         that we should switch from unsigned int to size_t for slot numbers.
52955
52956 2003-10-28  Paul Eggert  <eggert@twinsun.com>
52957
52958         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
52959         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
52960         NetBSD kernels.  Requested by Richard Stallman.
52961
52962 2003-10-27  Paul Eggert  <eggert@twinsun.com>
52963
52964         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
52965         to allocate the returned structure.  Do not allocate a subarray,
52966         as x2nrealloc will do that.
52967         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
52968         instead of xnrealloc.
52969         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
52970
52971 2003-10-27  Bruno Haible  <bruno@clisp.org>
52972
52973         * lib/stdbool_.h: Better support for BeOS.
52974
52975 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52976
52977         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
52978         now uses inline.
52979
52980 2003-10-26  Paul Eggert  <eggert@twinsun.com>
52981
52982         * lib/xalloc.h (xalloc_oversized): New static inline function, for
52983         callers that want to do their own size-overflow checking.  Include
52984         <stdbool.h>, since xalloc_oversized returns bool.
52985         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
52986         to use xalloc_oversized.
52987
52988         Add two functions x2realloc, x2nrealloc, for programs that grow
52989         arrays dynamically by doubling their sizes.
52990         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
52991         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
52992         New functions.
52993
52994         Port to C99 semantics for 'inline' of external functions.
52995         Bug reported by Bruno Haible.
52996         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
52997         with the old contents of xnmalloc.
52998         (xnmalloc, xmalloc): Use it.
52999         (xnrealloc_inline): New static inline function,
53000         with the old contents of xnrealloc.
53001         (xnrealloc, xrealloc): Use it.
53002
53003         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
53004         that.
53005
53006 2003-10-26  Karl Berry  <karl@gnu.org>
53007
53008         * config/srclist.txt (COPYING.DOC): no longer available from
53009         /gd/gnuorg; don't know where the ultimate source is.
53010
53011 2003-10-25  Paul Eggert  <eggert@twinsun.com>
53012
53013         Fix several address-calculation bugs in the hash modules,
53014         plus some minor code cleanup.
53015
53016         * lib/hash.h: Include <stdbool.h>, for bool.
53017         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
53018         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
53019         hash_get_n_entries, hash_get_max_bucket_length,
53020         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
53021         hash_rehash): Use size_t rather than unsigned.
53022         * lib/hash.c (struct hash_table, hash_get_n_buckets,
53023         hash_get_n_buckets_used, hash_get_n_entries,
53024         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
53025         hash_get_entries, hash_do_for_each, hash_string, is_prime,
53026         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
53027         Likewise.
53028         (SIZE_MAX): Define if not defined.
53029         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
53030         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
53031         hash_print):
53032         Use const * when possible.
53033         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
53034         (check_tuning): Fix bug: if tuning parameters were very close to
53035         0 or 1, rounding errors could have caused subscript violations.
53036         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
53037         (hash_initialize): Add 'fail:' label
53038         to free table and return NULL, and use it to simplify code.
53039         Use calloc rather than clearing the storage ourself.
53040         (hash_initialize, hash_rehash): Check for arithmetic overflow in
53041         buffer size calculations.
53042         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
53043         Include <stddef.h>, for size_t.
53044         * lib/hash-pjw.c (hash_pjw): Likewise.
53045         Switch to method described by Bruno Haible.
53046         Include <limits.h>, for CHAR_BIT.
53047         (SIZE_BITS): New macro.
53048
53049 2003-10-23  Paul Eggert  <eggert@twinsun.com>
53050
53051         * m4/getline.m4 (AM_FUNC_GETLINE):
53052         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
53053         hosts.  Problem reported by Derek Robert Price in
53054         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
53055         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
53056         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
53057
53058 2003-10-21  Paul Eggert  <eggert@twinsun.com>
53059
53060         * lib/getndelim2.c (getndelim2): When size calculation overflows,
53061         ceiling the allocation at NMAX bytes rather than silently
53062         discarding input bytes before NMAX is reached.  This makes
53063         a difference only if NMAX exceeds SIZE_MAX / 2.
53064
53065         * lib/obstack.c: Merge from glibc.
53066         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
53067         Add libc_hidden_def (_obstack_newchunk).
53068         (_obstack_free) [! defined _LIBC]: Remove.
53069         [defined _LIBC]: Make a strong alias from obstack_free, rather than
53070         a clone of the function body.
53071         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
53072         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
53073
53074         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
53075         glibc.
53076         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
53077         arg to memcpy.
53078
53079         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
53080         (obstack_ptr_grow_fast, obstack_int_grow_fast):
53081         Don't use lvalue casts, as GCC plans to remove support for them
53082         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
53083         was also present in the non-GCC version, indicating that this
53084         code had always been buggy and had never been widely used.
53085         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
53086         Use the fast variant of each macro, rather than copying the
53087         definiens of the fast variant; that way, we'll be more likely to
53088         catch future bugs in the fast variants.
53089
53090 2003-10-20  Bruno Haible  <bruno@clisp.org>
53091
53092         * modules/wait-process: New file.
53093         * MODULES.html.sh (func_all_modules): Add wait-process.
53094
53095 2003-10-20  Bruno Haible  <bruno@clisp.org>
53096
53097         * m4/wait-process.m4: New file.
53098
53099 2003-10-20  Bruno Haible  <bruno@clisp.org>
53100
53101         * lib/wait-process.h: New file, from GNU gettext.
53102         * lib/wait-process.c: New file, from GNU gettext.
53103
53104 2003-10-19  Jim Meyering  <jim@meyering.net>
53105
53106         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
53107         HPUX 10.20.
53108
53109 2003-10-18  Karl Berry  <karl@gnu.org>
53110
53111         * config/config.guess: update from config.
53112
53113 2003-10-16  Paul Eggert  <eggert@twinsun.com>
53114
53115         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
53116         (getgroups): First arg is int, not size_t.
53117         Don't let 'free' mangle errno.
53118
53119 2003-10-16  Paul Eggert  <eggert@twinsun.com>
53120
53121         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
53122
53123 2003-10-16  Karl Berry  <karl@gnu.org>
53124
53125         * config/config.{guess,sub}: update from config.
53126
53127 2003-10-16  Jim Meyering  <jim@meyering.net>
53128
53129         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
53130         memcpy.
53131
53132 2003-10-15  Paul Eggert  <eggert@twinsun.com>
53133
53134         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
53135         (SIZE_MAX): Remove.
53136         (new_exclude, add_exclude_file): Initial size no longer needs to
53137         be a power of 2.
53138         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
53139         our own address arithmetic overflow checking.
53140
53141         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
53142         (fnmatch): Do not alloca more than 2000 wide characters;
53143         instead, use malloc for large buffers.
53144         Check for address arithmetic overflow, and return -1
53145         with errno set to ENOMEM in that case.
53146         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
53147         (NEW_PATTERN): Do not alloca more than 8000 bytes;
53148         instead, return -1.  Check for address arithmetic overflow.
53149
53150 2003-10-14  Paul Eggert  <eggert@twinsun.com>
53151
53152         Handle invalid suffixes and overflow independently, so that
53153         callers can treat them independently as needed.  Fix some bugs in
53154         suffix handling, e.g., "100k@" was not diagnosed as an invalid
53155         suffix for a human-readable blocksize.  The major caller-visible
53156         change is the addition of a new
53157         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
53158         that both overflow and suffix chars were found.
53159
53160         * lib/human.c (humblock): Don't check separately for invalid suffix
53161         char; that is xstrtoumax's job (now that its bug is fixed).
53162         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
53163         INTMAX_MAX]: New macros.
53164         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
53165         TYPE_MAXIMUM): New macros.
53166         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
53167         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
53168         if overflow occurs, as it's what __strtol does and it's more useful
53169         in practice.
53170         (__xstrtol): If __strtol reports some error other than ERANGE,
53171         reflect it to the caller as LONGINT_INVALID.  If it reports
53172         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
53173         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
53174         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
53175         value.
53176         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
53177         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
53178         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
53179         [defined UINTMAX_MAX]: New macros.
53180
53181 2003-10-14  Bruno Haible  <bruno@clisp.org>
53182
53183         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
53184
53185 2003-10-14  Bruno Haible  <bruno@clisp.org>
53186
53187         * m4/sig_atomic_t: New file, from GNU gettext.
53188         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
53189
53190 2003-10-14  Bruno Haible  <bruno@clisp.org>
53191
53192         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
53193         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
53194         Also use volatile where needed.
53195
53196 2003-10-12  Paul Eggert  <eggert@twinsun.com>
53197
53198         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
53199         Change maintainer from Bruno Haible to 'all'.
53200
53201 2003-10-12  Paul Eggert  <eggert@twinsun.com>
53202
53203         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
53204
53205 2003-10-12  Paul Eggert  <eggert@twinsun.com>
53206
53207         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
53208         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
53209         and define in terms of the other primitives.
53210         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
53211         (SIZE_MAX): Define if not already defined.
53212         (array_size_overflow): New function.
53213         (xalloc_die): Abort instead of exiting if 'error' returns.
53214         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
53215         (xmalloc, xrealloc): Use them.
53216         (xcalloc): Check for address arithmetic overflow.
53217         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
53218         a bit faster than strcpy.
53219
53220 2003-10-10  Simon Josefsson  <jas@extundo.com>
53221
53222         * modules/argp (Depends-on): Add restrict and strcase.
53223
53224 2003-10-10  Simon Josefsson  <jas@extundo.com>
53225
53226         * m4/argp.m4: Add AC_C_INLINE.
53227
53228 2003-10-08  Paul Eggert  <eggert@twinsun.com>
53229
53230         Merge getpass from libc, plus a few fixes.
53231
53232         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
53233         Include <stdbool.h>.
53234         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
53235         __fsetlocking to empty.
53236         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
53237         do include <bits/libc-lock.h>.
53238         Do not include <fcntl.h>; not needed.
53239         [_LIBC]: Include <wchar.h>.
53240         (NOTCANCEL_MODE): New macro.
53241         (flockfile, funlockfile) [_LIBC]: New macros.
53242         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
53243         [!_LIBC]: New macros.
53244         (call_fclose): New function.
53245         (getpass): Use it.  Save tty stream separately; this simplifies the
53246         code and makes it more reliable if stdin happens to equal stdout.
53247         Invoke __fsetlocking on tty.
53248         Handle thread cancellation if needed.
53249         Namespace cleanup (use __tcgetattr, __getline).
53250         Use bool for Booleans.
53251         [USE_IN_LIBIO]: Handle wide streams.
53252         [!_LIBC]: Unconditionally do the fseek, since we don't know what
53253         stream might go where.
53254
53255         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
53256         doesn't have to include <stdio.h> before us.
53257         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
53258         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
53259         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
53260         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
53261         if not declared, so that we can use getpass.c code from libc without
53262         rewriting it.
53263         (flockfile, ftrylockfile, funlockfile): New macros.
53264
53265 2003-10-08  Paul Eggert  <eggert@twinsun.com>
53266
53267         * modules/getpass: Depend on stdbool.
53268
53269 2003-10-08  Paul Eggert  <eggert@twinsun.com>
53270
53271         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
53272
53273 2003-10-07  Karl Berry  <karl@gnu.org>
53274
53275         * config/config.{guess,sub}: update from config.
53276
53277 2003-10-06  Jim Meyering  <jim@meyering.net>
53278             Bruno Haible  <bruno@clisp.org>
53279
53280         This lets translators provide better translations for the
53281         "Written by ..." part of --version output.
53282         * lib/version-etc.h: Include stdarg.h.
53283         (version_etc_copyright): Declare as readonly.
53284         (version_etc): Make this function variadic with a NULL-terminated list
53285         of author name strings.
53286         (version_etc_va): New declaration.
53287         * lib/version-etc.c: Include stdarg.h, stdlib.h.
53288         (version_etc_copyright): Declare as readonly.
53289         (version_etc_va): New function. Provide a different translatable string
53290         for each possible number of authors < 10. Abbreviate when there are 10
53291         authors or more.
53292         (version_etc): Make this function variadic. Call version_etc_va.
53293         Suggestion from Gary V. Vaughan.
53294
53295         * lib/long-options.h (parse_long_options): Change prototype: the
53296         authors string is moved to the end and becomes variadic.
53297         * lib/long-options.c: Include stdarg.h.
53298         (parse_long_options): Make this function variadic, too.
53299         Call version_etc_va, not version_etc.
53300
53301 2003-10-06  Bruno Haible  <bruno@clisp.org>
53302
53303         * modules/version-etc-2: Remove file.
53304         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
53305
53306 2003-10-06  Bruno Haible  <bruno@clisp.org>
53307
53308         * modules/fatal-signal: New file.
53309         * MODULES.html.sh (func_all_modules): Add fatal-signal.
53310
53311 2003-10-06  Bruno Haible  <bruno@clisp.org>
53312
53313         * m4/fatal-signal.m4: New file.
53314         * m4/signalblocking.m4: New file, from GNU gettext.
53315
53316 2003-10-06  Bruno Haible  <bruno@clisp.org>
53317
53318         * lib/version-etc-2.h: Remove file.
53319         * lib/version-etc-2.c: Remove file.
53320
53321 2003-10-06  Bruno Haible  <bruno@clisp.org>
53322
53323         * lib/fatal-signal.h: New file, from GNU gettext.
53324         * lib/fatal-signal.c: New file, from GNU gettext.
53325
53326 2003-10-05  Paul Eggert  <eggert@twinsun.com>
53327
53328         * README: Rework advice for preventing empty .o files.
53329         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
53330         not <sys/types.h>.
53331
53332 2003-10-04  Karl Berry  <karl@gnu.org>
53333
53334         * lib/argp*: update from libc.
53335
53336 2003-10-04  Karl Berry  <karl@gnu.org>
53337
53338         * config/config.{guess,sub}: update from config.
53339
53340 2003-10-02  Bruno Haible  <bruno@clisp.org>
53341
53342         * modules/lchown (Include): Add lchown.h.
53343         * modules/time_r (Include): Use "..." syntax.
53344         * modules/xgetdomainname (Include): Add xgetdomainname.h.
53345
53346 2003-10-01  Simon Josefsson  <jas@extundo.com>
53347
53348         * MODULES.html.sh (func_all_modules): Move gethostname from section
53349         'based on' to section 'lacking' POSIX:2001.
53350
53351 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
53352
53353         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
53354         to output mode on the same stream.
53355
53356 2003-09-29  Paul Eggert  <eggert@twinsun.com>
53357
53358         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
53359         Fix arg typo in previous patch.
53360
53361 2003-09-28  Jim Meyering  <jim@meyering.net>
53362
53363         * lib/error.c: Correct cpp indentation.
53364
53365 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53366
53367         * modules/free: New file.
53368
53369 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53370
53371         * m4/free.m4: New file.
53372
53373 2003-09-27  Paul Eggert  <eggert@twinsun.com>
53374
53375         * lib/minmax.h (MIN, MAX)
53376         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
53377         Omit the special code that used __typeof__, since we worry that
53378         it could be more trouble than it's worth.  See:
53379         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
53380         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
53381
53382         * lib/free.c: New file.
53383
53384 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
53385
53386         Trivial fixes to Makefile.am parts of module listings.
53387         * modules/strstr: Append strstr.h to lib_SOURCES.
53388         * modules/strcase: Likewise, for strcase.h.
53389
53390 2003-09-27  Karl Berry  <karl@gnu.org>
53391
53392         * config/mkinstalldirs: update from automake.
53393
53394 2003-09-26  Paul Eggert  <eggert@twinsun.com>
53395
53396         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
53397         (error_tail): Do not loop, reallocating temporary buffer, since
53398         the output cannot contain more wide characters than the input
53399         contains bytes, the size must be big enough already.  This avoids
53400         one potential size overflow calculation.  Check for size overflow
53401         when calculating temporary buffer size.  Free temporary buffer
53402         when done, if it was allocated with malloc; this plugs a memory
53403         leak.  Remove casts from void * to pointers, that are no longer
53404         needed now that we're assuming C89 or better.
53405
53406         Merge error changes from glibc.
53407
53408         * lib/error.c, error.h: Update copyright notice header to match glibc.
53409         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
53410         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
53411         Disable cancellation while printing error.
53412         * lib/error.h: Prepend __ to parameter names.
53413
53414 2003-09-26  Jim Meyering  <jim@meyering.net>
53415
53416         * lib/error.c (error_tail): Move some declarations
53417         into inner scope where the local variables are used.
53418
53419 2003-09-26  Bruno Haible  <bruno@clisp.org>
53420
53421         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
53422         stpncpy().
53423         Don't define stpncpy through config.h; it's now done through stpncpy.h.
53424
53425 2003-09-26  Bruno Haible  <bruno@clisp.org>
53426
53427         * lib/stpncpy.h (gnu_stpncpy): New declaration.
53428         (stpncpy): Define as alias for gnu_stpncpy.
53429         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
53430
53431 2003-09-25  Simon Josefsson  <jas@extundo.com>
53432
53433         * lib/xgetdomainname.h: New file.
53434         * lib/xgetdomainname.c: New file.
53435
53436 2003-09-25  Simon Josefsson  <jas@extundo.com>
53437             Bruno Haible  <bruno@clisp.org>
53438
53439         * modules/getdomainname: New file.
53440         * modules/xgetdomainname: New file.
53441         * MODULES.html.sh (func_all_modules): Add getdomainname,
53442         xgetdomainname.
53443
53444 2003-09-25  Simon Josefsson  <jas@extundo.com>
53445             Bruno Haible  <bruno@clisp.org>
53446
53447         * m4/getdomainname.m4: New file.
53448
53449 2003-09-25  Simon Josefsson  <jas@extundo.com>
53450             Bruno Haible  <bruno@clisp.org>
53451
53452         * lib/getdomainname.h: New file.
53453         * lib/getdomainname.c: New file.
53454
53455 2003-09-25  Karl Berry  <karl@gnu.org>
53456
53457         * lib/argp-fmtstream.c, argp-help.c: update from libc.
53458
53459 2003-09-25  Karl Berry  <karl@gnu.org>
53460
53461         * config/install-sh: update from automake.
53462
53463 2003-09-25  Bruno Haible  <bruno@clisp.org>
53464
53465         * modules/version-etc-2: New file, from modules/version-etc with
53466         modifications.
53467         * MODULES.html.sh (func_all_modules): Add version-etc-2.
53468
53469 2003-09-25  Bruno Haible  <bruno@clisp.org>
53470
53471         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
53472         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
53473
53474 2003-09-24  Simon Josefsson  <jas@extundo.com>
53475
53476         * modules/xgethostname: Add xgethostname.h.
53477
53478 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53479
53480         * lib/linebuffer.c (freebuffer): Don't free the argument, just
53481         the buffer associated with the argument.  Bug reported by
53482         Simon Josefsson.
53483
53484 2003-09-24  Paul Eggert  <eggert@twinsun.com>
53485
53486         * README: Document assumptions that 'int' is at least 32 bits
53487         wide, that integer arithmetic is 2's complement without overflow,
53488         that there are no holes in integer values, that adding sizes of
53489         two nonoverlapping objects can't overflow, and that all-bits-zero
53490         yields scalar zero.  Fix spelling and capitalization typos.
53491
53492 2003-09-19  Karl Berry  <karl@gnu.org>
53493
53494         * lib/argp.h: update from libc.
53495
53496 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53497
53498         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
53499         to avoid spurious warnings like "AC_RUN_IFELSE was called before
53500         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
53501
53502 2003-09-17  Paul Eggert  <eggert@twinsun.com>
53503
53504         * gnulib-tool: Use "test -h", not "test -L", for portability
53505         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
53506         (tags_regexp): Remove, since \| doesn't conform to POSIX.
53507         (sed_extract_prog): Issue s commands one-by-one, rather than
53508         using \| in one s command.
53509
53510 2003-09-16  Paul Eggert  <eggert@twinsun.com>
53511
53512         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
53513         input error, instead of returning NULL the next time we are called
53514         (and therefore losing track of errno).
53515
53516 2003-09-16  Bruno Haible  <bruno@clisp.org>
53517
53518         * gnulib-tool (func_create_testdir): Warn about duplicated
53519         dependencies.
53520
53521 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53522
53523         * modules/argmatch, modules/fatal, modules/obstack,
53524         modules/xalloc, modules/xgethostname: Sort dependencies by
53525         importance, not alphabetically.
53526
53527 2003-09-15  Paul Eggert  <eggert@twinsun.com>
53528
53529         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
53530         fails, so that the caller gets the proper errno.
53531
53532         * lib/readutmp.c (read_utmp): Likewise.
53533         Check for fstat error.  Close stream and free storage
53534         when failing.
53535
53536 2003-09-14  Karl Berry  <karl@gnu.org>
53537
53538         * config/srclist.txt (strdup.c): disable for c89 changes.
53539
53540 2003-09-14  Jim Meyering  <jim@meyering.net>
53541
53542         * lib/getloadavg.c: Correct cpp indentation.
53543         * lib/strdup.c: Likewise.
53544         * lib/vasnprintf.c: Likewise.
53545
53546 2003-09-14  Bruno Haible  <bruno@clisp.org>
53547
53548         * modules/fwriteerror: New file.
53549         * MODULES.html.sh (func_all_modules): Add fwriteerror.
53550
53551 2003-09-14  Bruno Haible  <bruno@clisp.org>
53552
53553         * lib/fwriteerror.h: New file.
53554         * lib/fwriteerror.c: New file.
53555
53556 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53557
53558         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
53559         modules/xgethostname, modules/xalloc: Depend on exit.
53560
53561 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53562
53563         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
53564
53565         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
53566         and AC_MINIX, too, so that their extensions are available.
53567
53568         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
53569         This macro has been superseded by gl_BACKUPFILE.
53570
53571         More patches to assume C89 or better.
53572
53573         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
53574
53575         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
53576         unconditionally.
53577         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
53578         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
53579         Include <string.h>, <stdlib.h> unconditionally.
53580         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
53581         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
53582         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
53583         headers or for string.h.
53584         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
53585         or strtoul.
53586
53587         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
53588         headers.
53589         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
53590         * m4/userspec.m4 (gl_USERSPEC): Likewise.
53591         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
53592         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
53593         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
53594         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
53595         memcpy, memset.
53596         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
53597         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
53598         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
53599         strtol.
53600         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
53601         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
53602         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
53603         strtoul.
53604
53605 2003-09-12  Paul Eggert  <eggert@twinsun.com>
53606
53607         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
53608         * lib/obstack.c [!defined _LIBC]: Likewise.
53609         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
53610         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
53611         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
53612
53613         More changes to assume C89 or better.
53614
53615         * lib/error.c (error_tail): Assume vprintf.
53616
53617         * lib/argmatch.c (getenv): Remove decl.
53618         * lib/progreloc.c (get_full_program_name): Define via prototype.
53619         * lib/setenv.c (clearenv): Likewise.
53620         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
53621         needed.
53622         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
53623         (malloc, memcpy): Remove decls.
53624         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
53625         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
53626         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53627         (memcpy): Remove macro.
53628         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
53629         (__P): Remove.  All uses removed.
53630         (PTR): Remove.  All uses changed to void *.
53631         (CHAR_BIT, NULL): Remove.
53632         (spaces, zeros, memset_space, memset_zero)
53633         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
53634         Remove.
53635         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
53636         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
53637         Define with prototype.
53638         Remove now-unnecessary prototype decl.
53639         (extra_args_spec): Assume ANSI C.  All uses changed.
53640         (extra_args_spec_iso): Remove.
53641         (my_strftime, emacs_strftimeu): Define via prototype.
53642         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
53643         unconditionally.
53644         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
53645         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
53646         (strtoul, strtol): Remove decls.
53647         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
53648         LONG_MAX): Remove.
53649         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
53650         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
53651         (LOCALE_PARAM_PROTO): New macro.
53652         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
53653         (INTERNAL (strtol), strtol): Define with a prototype.
53654         (PARAMS): Remove.  All uses removed.
53655         * lib/tempname.c: Include <string.h> unconditionally.
53656         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
53657         * lib/xgethostname.c (main): Define with a prototype.
53658         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
53659         Include <stdlib.h> unconditionally.
53660         (calloc, malloc, realloc, free): Remove decls.
53661         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
53662         Include <stdlib.h> unconditionally.  Sort include file names.
53663         (strtod): Remove.
53664         (xstrtod): Define with a prototype.
53665         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
53666         (strtol, strtoul): Remove decls.
53667
53668 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53669
53670         More patches to assume C89 or better.
53671         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
53672         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
53673         string.h, memchr, STDC_HEADERS.
53674
53675 2003-09-11  Paul Eggert  <eggert@twinsun.com>
53676
53677         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
53678         Include <stdlib.h>, <string.h> unconditionally.
53679         Remove now-unnecessary cast to char *.
53680         * lib/strnlen.c: Include <string.h> unconditionally.
53681         * lib/yesno.c (yesno): Define with a prototype.
53682
53683 2003-09-11  Bruno Haible  <bruno@clisp.org>
53684
53685         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
53686
53687 2003-09-10  Jim Meyering  <jim@meyering.net>
53688
53689         * lib/error.c: Correct indentation of cpp directives.
53690
53691 2003-09-10  Bruno Haible  <bruno@clisp.org>
53692
53693         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
53694         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
53695         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
53696         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
53697         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
53698         <stdlib.h> and <string.h> checks.
53699         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
53700         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
53701
53702 2003-09-10  Bruno Haible  <bruno@clisp.org>
53703
53704         * lib/strcspn.c: Include <string.h> unconditionally.
53705         * lib/strpbrk.c: Include <string.h> unconditionally.
53706         * lib/strstr.c: Include <string.h> unconditionally.
53707         * lib/unicodeio.c: Include <string.h> unconditionally.
53708         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
53709         * lib/unsetenv.c: Likewise.
53710         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
53711         * lib/yesno.c: Include <stdlib.h> unconditionally.
53712         (rpmatch): Add prototype.
53713
53714 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53715
53716         More patches to assume C89 or better.
53717         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
53718         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
53719         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
53720         or for string.h.
53721         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
53722         stdlib.h.
53723         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
53724         C headers.
53725         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
53726         string.h.
53727         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
53728         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
53729         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
53730         or for string.h.
53731         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
53732         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
53733         C headers.
53734         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
53735         memcpy.
53736         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
53737         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
53738         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
53739         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
53740         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
53741         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
53742         string.h, free.
53743         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
53744         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
53745         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
53746         C headers, or for string.h.
53747         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
53748         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
53749         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
53750         headers, memory.h, stdlib.h, string.h, strings.h.
53751         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
53752         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
53753         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
53754         strchr.
53755         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
53756         headers, memory.h, string.h.
53757         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
53758         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
53759         free.
53760         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
53761         headers.
53762         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
53763         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
53764         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
53765         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
53766         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
53767
53768 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53769
53770         More K&R removal.
53771
53772         * lib/acosl.c (main): Use a prototype.
53773         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
53774         tanl.c: Likewise.
53775
53776         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
53777
53778         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
53779         (getopt, etopt_long, getopt_long_only, _getopt_internal)
53780         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
53781         with a prototype.
53782         * lib/getopt.c (const): Remove macro.
53783         Include <string.h> unconditionally.
53784         (my_index): Remove; all uses changed to strchr.
53785         (strlen): Remove decl.
53786         (exchange): Remove forward decl; no longer needed.
53787         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
53788         Define with prototype.
53789         * lib/getopt1.c (const): Remove macro.
53790         (getopt_long, getopt_long_only, main): Define with prototype.
53791
53792         * lib/getugroups.c: Include <string.h> unconditionally.
53793
53794         * lib/getusershell.c: Include <stdlib.h> unconditionally.
53795         (getusershell, setusershell, endusershell, readname, main):
53796         Define with prototypes.
53797
53798         * lib/group-member.c: Include group-member.h first.
53799         Include <stdlib.h> unconditionally.
53800
53801         * lib/hard-locale.c: Include hard-locale.h first.
53802         Include <stdlib.h>, <string.h> unconditionally.
53803
53804         * lib/hash.c (free, malloc): Remove decls.
53805         Include <stdlib.h> unconditionally.
53806
53807         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
53808         (getenv): Do not declare.
53809
53810         * lib/idcache.c: Include <string.h> unconditionally.
53811
53812         * lib/long-options.c: Include long-options.h first, to test interface.
53813         Include <stdlib.h> unconditionally.
53814
53815         * lib/makepath.c: Include makepath.h first, to test interface.
53816         Include <stdlib.h> and <string.h> unconditionally.
53817
53818         * lib/linebuffer.c: Include <stdlib.h>.
53819         (free): Remove decl.
53820
53821         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
53822         stddef.h. rpl_malloc returns void *, not char *.
53823         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
53824         prototype.
53825
53826         * lib/md5.h: Include <limits.h> unconditionally.
53827         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
53828         (__P): Remove; all uses removed.
53829         * lib/md5.c: Include "md5.h" first.
53830         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
53831         md5_buffer, md5_process_bytes, md5_process_block):
53832         Define with prototypes.
53833         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
53834         * lib/sha.c: Include "sha.h" first.
53835         Include <stdlib.h>, <string.h> unconditionally.
53836
53837         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
53838         * lib/memcmp.c (__ptr_t): Likewise.
53839         * lib/memrchr.c (__ptr_t): Likewise.
53840         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
53841         Include <string.h> unconditionally.
53842         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
53843         * lib/memchr.c: Include <stdlib.h> unconditionally.
53844         * lib/memchr.c (LONG_MAX): Remove.
53845         * lib/memrchr.c (LONG_MAX): Likewise.
53846         * lib/memchr.c (__memchr): Define via a prototype.
53847         * lib/memrchr.c (__memrchr): Likewise.
53848         * lib/memcmp.c (__P): Remove, and remove all uses.
53849         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
53850         Remove forward decls; no longer needed.
53851         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
53852         Use types required by C89 in prototype.
53853
53854         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
53855         * lib/savedir.c: Likewise.
53856         * lib/mkdir.c (free): Remove decl.
53857         * lib/rmdir.c (rmdir): Define with a prototype.
53858         * lib/savedir.c: Include savedir.h first, to test interface.
53859
53860         * lib/mktime.c (STDC_HEADERS): Remove.
53861         Include <stdlib.h>, <string.h> unconditionally.
53862
53863         * lib/modechange.c: Include <stdlib.h> unconditionally.
53864         (malloc): Remove decl.
53865
53866         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
53867         (free): Remove decl.
53868
53869         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
53870         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
53871         (This type really should be intptr_t, but that's a C99ism.)
53872         (_obstack_memcpy): Remove: all uses changed to memcpy.
53873         Include <string.h> unconditionally.
53874         (struct obstack): Assume __STDC__ for types of members
53875         chunkfun, freefun, extra_arg.
53876         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
53877         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
53878         obstack_begin, obstack_specify_allocation,
53879         obstack_specify_allocation_with_arg, obstack_chunkfun,
53880         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
53881         Remove unprototyped decls and the macros that use them.
53882         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
53883         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
53884         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
53885         (defined __STDC__ && __STDC__)]:
53886         Remove nonprototyped code.
53887         Include <stdlib.h> unconditionally.
53888         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
53889         _obstack_allocated_p, _obstack_free, obstack_free,
53890         _obstack_memory_used, print_and_abort):
53891         Define using prototypes.
53892         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
53893         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
53894         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
53895         obstack_next_free, obstack_object_size, obstack_room) [0]:
53896         Remove unused, unprototyped code.
53897
53898         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
53899
53900         * lib/physmem.c (physmem_total, physmem_available, main): Define
53901         with prototypes.
53902
53903         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
53904         (main): Define with a prototype.
53905
53906         * lib/posixver.c (getenv): Remove decl.
53907
53908         * lib/putenv.c (malloc): Returns void *, not char *.
53909         Include <string.h> unconditionally.
53910         (strchr, memcpy, NULL): Do not define.
53911
53912         * lib/readtokens.c: Include readtokens.h first, to test interface.
53913         Include <stdlib.h>, <string.h> unconditionally.
53914         (init_tokenbuffer): Define with a prototype.
53915
53916         * lib/regex.c (PARAMS): Remove.  All uses removed.
53917         All uses of _RE_ARGS removed, too.
53918         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53919         unconditionally.
53920         (bzero): Assume memset exists.
53921         (memcmp, memcpy, NULL): Remove.
53922         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
53923         char, or assignments to local vars of type signed char.
53924         (init_syntax_once, PREFIX(extract_number_and_incr),
53925         PREFIX(print_partial_compiled_pattern),
53926         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
53927         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
53928         PREFIX(regex_grow_registers), PREFIX(regex_compile),
53929         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
53930         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
53931         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
53932         wcs_compile_range, byte_compile_range, truncate_wchar,
53933         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
53934         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
53935         count_mbs_length, wcs_re_match_2_internal,
53936         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
53937         PREFIX(alt_match_null_string_p),
53938         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
53939         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
53940         regfree, PREFIX(extract_number)): Define with prototype.  Remove
53941         now-unnecessary declaration, if any.
53942         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
53943         regcomp, regexec):
53944         Remove now-unnecessary casts among pointer types.
53945         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
53946
53947         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
53948         (free): Remove decl.
53949
53950         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
53951
53952         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
53953         (free): Remove decl.
53954
53955         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
53956         * lib/xgetcwd.c: Likewise.
53957
53958         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
53959         (free): Remove decl.
53960
53961         * lib/strchrnul.c (strchrnul): Define with a prototype.
53962         Fix bug: c_in was not converted to char before searching.
53963
53964         The following changes are not K&R related:
53965
53966         * lib/group-member.h: Include <sys/types.h>, so that this file is
53967         self-contained.
53968         * lib/makepath.h: Likewise.
53969
53970         * lib/getusershell.c (readname, default_index, line_size, readname):
53971         Use size_t, not int, for sizes.
53972         (readname): If the size overflows, report an error instead of
53973         looping forever.
53974
53975 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53976
53977         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
53978         libc.
53979
53980 2003-09-09  Paul Eggert  <eggert@twinsun.com>
53981
53982         * README: New section: portability guidelines.
53983
53984 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53985
53986         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
53987         C89 spec.
53988
53989 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
53990
53991         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
53992
53993 2003-09-08  Paul Eggert  <eggert@twinsun.com>
53994
53995         Assume C89 or better; remove K&R cruft.
53996         A few of these changes were first proposed by Derek Robert Price
53997         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
53998
53999         * lib/addext.c: Include <string.h> unconditionally.
54000         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
54001         Don't declare getenv or malloc.
54002
54003         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
54004         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
54005         (NULL): Remove.
54006         (find_stack_direction, alloca): Use prototypes.
54007
54008         * lib/atexit.c (atexit): Define using a prototype.
54009
54010         * lib/basename.c, dirname.c, stripslash.c:
54011         Include <string.h> unconditionally.
54012
54013         * lib/bcopy.c: Include <stddef.h>.
54014         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
54015
54016         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
54017
54018         * lib/error.h (error, error_at_line, error_print_progname)
54019         [! (defined (__STDC__) && __STDC__)]: Remove decls.
54020         * lib/error.c: Include error.h first, to check interface.
54021         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
54022         (VA_START): Remove; all uses changeed to va_start.
54023         (exit, strerror): Remove decls.
54024         (error_print_progname): Prototype uncondionally.
54025         Don't include <errno.h>; no longer needed.
54026         (private_strerror): Remove.
54027         (error_tail): Always define.
54028         (error, error_at_line): Assume C89 or better; always use prototypes.
54029         * lib/fatal.c: Include "fatal.h" first, to test interface.
54030         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
54031         (VA_START): Remove; all uses changed to va_start.
54032         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
54033         this case.
54034         (exit): Remove decl.
54035         (fatal): Prototype unconditionally.  Assume va_start works.
54036         Abort at end, to pacify gcc.
54037
54038         * lib/euidaccess.c (main): Define with a prototype.
54039
54040         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
54041
54042         * lib/exitfail.c: Include <stdlib.h> unconditionally.
54043
54044         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
54045         prototypes.
54046         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
54047         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
54048         (getenv): Remove decl.
54049         (fnmatch): Define using a prototype.
54050         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
54051         (FCT): Define using a prototype.
54052
54053         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
54054
54055         * lib/gethostname.c: Include <stddef.h>.
54056         (gethostname): Define with prototype.  Length is size_t, not int.
54057
54058 2003-09-08  Paul Eggert  <eggert@twinsun.com>
54059
54060         Assume C89 or better; remove K&R cruft.
54061         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
54062         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
54063         string.h, getenv, malloc.
54064         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
54065         headers.
54066         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
54067         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
54068         do not check for strerror.
54069         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
54070         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
54071         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
54072         do not check for doprnt or vprintf.
54073         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
54074         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
54075
54076 2003-09-08  Paul Eggert  <eggert@twinsun.com>
54077
54078         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
54079         getversion.c should have been removed then, but was accidentally
54080         preserved.
54081
54082         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
54083         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
54084
54085 2003-09-08  Karl Berry  <karl@gnu.org>
54086
54087         * config/config.sub, config.guess, srclistvars.sh: update from savannah
54088                 config, forget about prep.
54089
54090         * config/depcomp, missing: update from automake.
54091
54092 2003-09-07  Paul Eggert  <eggert@twinsun.com>
54093
54094         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
54095         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
54096
54097 2003-09-07  Paul Eggert  <eggert@twinsun.com>
54098
54099         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
54100         copy_tm_result.  Bug reported by Simon Josefsson in
54101         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
54102
54103 2003-09-06  Paul Eggert  <eggert@twinsun.com>
54104
54105         * m4/time_r.m4: New file.
54106         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
54107         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
54108         is. Check for timegm declaration.
54109         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
54110         Do not check for gmtime_r.
54111         Replace mktime if __mktime_internal does not exist and if mktime
54112         hasn't been replaced already.
54113
54114 2003-09-06  Paul Eggert  <eggert@twinsun.com>
54115
54116         * lib/time_r.c, lib/time_r.h: New files.
54117
54118         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
54119         __localtime_r.
54120         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
54121         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
54122
54123         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
54124         __gmtime_r.
54125         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
54126         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
54127         Include <time_r.h>.
54128
54129         * lib/timegm.c: Switch to glibc implementation, with the following
54130         changes:
54131         [defined HAVE_CONFIG_H]: Include <config.h>.
54132         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
54133         (__mktime_internal) [!defined _LIBC]: New decl.
54134         (__gmtime_r) [!defined _LIBC]: New macro and function.
54135         (timegm): Use a prototype, since gnulib assumes C89.
54136         Do not bother declaring tmp to be const, as it's not really usefu.
54137         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
54138         (timegm): Declare only if HAVE_DECL_TIMEGM.
54139
54140 2003-09-06  Paul Eggert  <eggert@twinsun.com>
54141
54142         * MODULES.html.sh (func_all_modules): Add time_r.
54143         * modules/time_r: New file.
54144         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
54145         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
54146
54147 2003-09-03  Paul Eggert  <eggert@twinsun.com>
54148
54149         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
54150         Bug reported by Lute Kamstra in
54151         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
54152
54153         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
54154         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
54155         course with correspondingly smaller numbers for tomorrow and
54156         yesterday.  From Tadayoshi Funaba.  Originally installed into
54157         sh-utils on 1999-08-07, but the patch got lost (I guess during the
54158         coreutils merge?).
54159
54160 2003-08-31  Simon Josefsson  <jas@extundo.com>
54161
54162         * modules/timegm: New file.
54163         * MODULES.html.sh (func_all_modules): Add timegm.
54164
54165 2003-08-31  Simon Josefsson  <jas@extundo.com>
54166
54167         * m4/timegm.m4: New file.
54168
54169 2003-08-31  Simon Josefsson  <jas@extundo.com>
54170
54171         * lib/timegm.h: New file.
54172         * lib/timegm.c: New file.  Based on
54173         wget-1.8.2/src/http.c:mktime_from_utc.
54174
54175 2003-08-31  Karl Berry  <karl@gnu.org>
54176
54177         * lib/argp.h: update from libc.
54178
54179 2003-08-28  Bruno Haible  <bruno@clisp.org>
54180
54181         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
54182         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
54183         followed by '#define fnmatch fnmatch_posix' gives an error.
54184
54185 2003-08-28  Bruno Haible  <bruno@clisp.org>
54186
54187         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
54188         warning on QNX, which defines O_BINARY to 000000.
54189
54190 2003-08-27  Jim Meyering  <jim@meyering.net>
54191
54192         * m4/mkstemp.m4: Require that the system mkstemp be able to create
54193         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
54194         would fail after 32.  Reported by Danny Levinson.  Details here:
54195         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
54196
54197 2003-08-24  Bruno Haible  <bruno@clisp.org>
54198
54199         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
54200         MSVC7 <stdio.h> is included later.
54201
54202 2003-08-22  Simon Josefsson  <jas@extundo.com>
54203
54204         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
54205
54206 2003-08-20  Karl Berry  <karl@gnu.org>
54207
54208         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
54209
54210 2003-08-20  Bruno Haible  <bruno@clisp.org>
54211
54212         * modules/progname: New file.
54213         * MODULES.html.sh (func_all_modules): Add progname.
54214
54215 2003-08-20  Bruno Haible  <bruno@clisp.org>
54216
54217         * lib/progname.h: New file, from GNU gettext.
54218         * lib/progname.c: New file, from GNU gettext.
54219         * lib/progreloc.c: New file, from GNU gettext.
54220
54221 2003-08-19  Jim Meyering  <jim@meyering.net>
54222
54223         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
54224         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
54225
54226 2003-08-19  Bruno Haible  <bruno@clisp.org>
54227
54228         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
54229         more.
54230
54231 2003-08-19  Bruno Haible  <bruno@clisp.org>
54232
54233         * lib/xstrdup.c: Assume <string.h> exists.
54234
54235 2003-08-18  Paul Eggert  <eggert@twinsun.com>
54236
54237         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
54238         in makefile rules.
54239
54240 2003-08-18  Jim Meyering  <jim@meyering.net>
54241
54242         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
54243         * m4/lib-ld.m4: Likewise.
54244
54245 2003-08-18  Jim Meyering  <jim@meyering.net>
54246
54247         * lib/setenv.h: Indent nested cpp directive.
54248         * lib/vasnprintf.c: Remove trailing blanks.
54249
54250 2003-08-17  Simon Josefsson  <jas@extundo.com>
54251
54252         * modules/xstrndup: New file.
54253         * MODULES.html.sh (func_all_modules): Add xstrndup.
54254
54255 2003-08-17  Simon Josefsson  <jas@extundo.com>
54256
54257         * modules/argp: Fix autoconf macro name. Add more dependencies.
54258
54259 2003-08-17  Simon Josefsson  <jas@extundo.com>
54260
54261         * m4/xstrndup.m4: New file.
54262
54263 2003-08-17  Simon Josefsson  <jas@extundo.com>
54264
54265         * m4/argp.m4: New file.
54266
54267 2003-08-17  Simon Josefsson  <jas@extundo.com>
54268             Bruno Haible  <bruno@clisp.org>
54269
54270         * lib/xstrndup.h: New file.
54271         * lib/xstrndup.c: New file.
54272
54273 2003-08-17  Bruno Haible  <bruno@clisp.org>
54274
54275         * modules/strndup (Files, Include): Add lib/strndup.h.
54276
54277 2003-08-17  Bruno Haible  <bruno@clisp.org>
54278
54279         * modules/euidaccess (Files): Add lib/euidaccess.h.
54280
54281 2003-08-17  Bruno Haible  <bruno@clisp.org>
54282
54283         * lib/strndup.h: New file.
54284
54285 2003-08-17  Bruno Haible  <bruno@clisp.org>
54286
54287         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
54288         like AC_GNU_SOURCE.
54289         * modules/extensions (configure.ac): Comment out the invocation of
54290         gl_USE_SYSTEM_EXTENSIONS.
54291
54292 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54293
54294         Merges from coreutils, etc.
54295         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
54296         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
54297         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
54298         fixing a typo.
54299         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
54300         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
54301
54302 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54303
54304         Document merge from coreutils.
54305         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
54306         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
54307         * modules/utime: Add m4/utimes-null.m4.
54308
54309 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54310
54311         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
54312         space, undoing this 2003-08-12 change:
54313         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
54314
54315 2003-08-16  Paul Eggert  <eggert@twinsun.com>
54316
54317         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
54318         strtoul.c from libc, undoing this 2003-08-12 change:
54319         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
54320
54321 2003-08-16  Jim Meyering  <jim@meyering.net>
54322
54323         Merges from coreutils.
54324         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
54325         prefix.  Adjust cache variables similarly.  Create 500 rather than
54326         just 300 files, to exercise bug on Darwin6.5, too.
54327         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
54328         $missing_dir.
54329         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
54330         AM_SYS_POSIX_TERMIOS.
54331         Reported by mkc@mathdogs.com.
54332         Also change use of $am_cv_sys_posix_termios
54333         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
54334         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
54335         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
54336         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
54337         in /proc/mounts until it finds one with matching device number.  This
54338         is unnecessary when the FILE argument *is* a mount point.  No stat call
54339         is necessary in that case.  So, disable the statvfs-testing code on
54340         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
54341         as RedHat bug# 84846.
54342         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
54343         to 1MB, so as not to render systems with no stack size limit (e.g.,
54344         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
54345         Include <unistd.h>.  On some systems,
54346         it is required for the definition of _SC_PAGESIZE.
54347
54348 2003-08-16  Jim Meyering  <jim@meyering.net>
54349
54350         Merge from coreutils.
54351         * lib/xstrtoimax.c: #else #if -> #elif.
54352         * lib/xstrtoumax.c: Likewise.
54353
54354 2003-08-16  Jim Meyering  <jim@meyering.net>
54355
54356         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
54357         * m4/utimes.m4: Removed.
54358         * m4/utimes-null.m4: Renamed from utimes.m4.
54359
54360         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
54361         to 1MB, so as not to render systems with no stack size limit (e.g.,
54362         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
54363         Include <unistd.h>.  On some systems,
54364         it is required for the definition of _SC_PAGESIZE.
54365
54366 2003-08-16  Jim Meyering  <jim@meyering.net>
54367         and Paul Eggert  <eggert@cs.ucla.edu>
54368
54369         Merges from coreutils, etc.
54370
54371         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
54372         using the latest version from cvs.  This avoids problems with #line
54373         directives using a vendor (Sun) compiler.
54374         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
54375         Don't set GETGROUPS_LIB here; now it's
54376         done via getgroups.m4's wrapper function.
54377         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
54378         rather than just in sh-util/configure.in, so that the
54379         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
54380         same.
54381         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
54382         AC_FUNC_GETLOADAVG where to find getloadavg.c.
54383         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
54384         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
54385         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
54386         Remove code that is now done by the newly-required macros.
54387         Append $(EXEEXT) to DF_PROG.
54388         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
54389         Do not invoke or require the following here,
54390         since prereq.m4 or some gnulib .m4 now does this for us:
54391         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
54392         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
54393         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
54394         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
54395         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
54396         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
54397         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
54398         AC_FUNC_OBSTACK.
54399         Do not replace the following functions, as this is now the job
54400         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
54401         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
54402         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
54403         atexit getpass, strdup, getpagesize.
54404         Replace 'raise'.
54405         Do not check for the following functions, as this is now the job
54406         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
54407         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
54408         setregid.
54409         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
54410         Check for sys/sysctl.h.
54411         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
54412         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
54413         of checking for ssize_t ourselves.
54414
54415         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
54416         Require every macro that gnulib/modules/* suggests for us.
54417         (jm_PREREQ_ADDEXT): New macro.
54418         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
54419         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
54420
54421         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
54422         (gl_PHYSMEM): Use it.
54423         Also check for `table' function.
54424         Check for new headers and functions.
54425         Add check for sys/sysmp.h.
54426         With suggestions from Kaveh Ghazi.
54427         Ignore headers that are present but cannot be compiled.  This
54428         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
54429         C 5.4.
54430
54431 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54432
54433         Document merge from coreutils.
54434         * modules/userspec: Depend on posixver.
54435         * modules/strftime: Depend on tzset.
54436
54437 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54438
54439         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
54440         rather than tab, after '#' in shell-script copyright notices.
54441         Suggested by Bruno Haible.
54442
54443 2003-08-15  Paul Eggert  <eggert@twinsun.com>
54444
54445         * config/srclist-update: Use three spaces, rather than tab, after '#'
54446         in shell-script copyright notices.  Suggested by Bruno Haible.
54447         Remove unnecessary parenthesization in regular expression.
54448
54449 2003-08-15  Jim Meyering  <jim@meyering.net>
54450
54451         Merge from coreutils.
54452         * lib/xgethostname.c: Include <stdlib.h>.
54453         (xghostname): Don't exit for anything other than memory-related
54454         failure; just return NULL.
54455         * lib/userspec.c: Include "posixver.h".
54456         (parse_user_spec): Accept `.' as a separator only
54457         in pre-POSIX-200112 mode.
54458         * lib/strtoimax.c: Use #elif rather than #else #if.
54459         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
54460         Remove function, now that we can rely on a working tzset function.
54461         [!_LIBC]: Ensure that the required autoconf test has been run.
54462         [!defined _NL_CURRENT && HAVE_STRFTIME]:
54463         Use underlying_strftime for %r.
54464         * lib/sha.c: Merge in some clean-up and optimization changes from
54465         glibc.
54466         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
54467         Ensure that it is a multiple of 64.
54468         Rearrange loop exit tests so as to avoid performing an
54469         additional fread after encountering an error or EOF.
54470         * lib/realloc.c: Update copyright date.
54471
54472 2003-08-15  Jim Meyering  <jim@meyering.net>
54473         and Paul Eggert  <eggert@twinsun.com>
54474
54475         Merge from coreutils.
54476         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
54477         member but strut utmpx does not.  Needed for AIX 4.3.3.
54478         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
54479
54480 2003-08-15  Jim Meyering  <jim@meyering.net>
54481         and Paul Eggert  <eggert@cs.ucla.edu>
54482
54483         Merges from coreutils, etc.
54484         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
54485         Require gl_FUNC_TZSET_CLOBBER.
54486         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
54487         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
54488         members.
54489
54490 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54491
54492         Help the merge from coreutils.
54493         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
54494         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
54495         * m4/tzset.m4: Use it too.
54496
54497 2003-08-14  Paul Eggert  <eggert@twinsun.com>
54498
54499         * modules/tzset: New file.
54500
54501 2003-08-14  Jim Meyering  <jim@meyering.net>
54502
54503         Merges from coreutils.
54504         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
54505         variable names, rather than @FNMATCH_H@.
54506         * modules/alloca: Likewise for $(ALLOCA_H).
54507
54508         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
54509         the three copies of the literal target, `fnmatch.h'.
54510         * modules/alloca (alloca.h): Likewise.
54511
54512 2003-08-14  Jim Meyering  <jim@meyering.net>
54513
54514         Merge from coreutils.
54515         * m4/tzset.m4: New file.
54516         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
54517         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
54518         otherwise, AIX 5.1 systems would end up using the latter.
54519         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
54520         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
54521         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
54522         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
54523
54524 2003-08-14  Jim Meyering  <jim@meyering.net>
54525
54526         Merge from coreutils.
54527         * lib/obstack.h: Whitespace changes.
54528         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
54529         and xcalloc return values.
54530         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
54531         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
54532         hang on OSF/1 5.1 for DIR on both local and remote file systems.
54533         Reported by (and fix confirmed by) Nelson H. F. Beebe.
54534         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
54535         error from mntctl.
54536         Use mntctl's return value to drive the entry-processing loop, since
54537         we can't rely on the value of the vmt_length member in the last
54538         entry.  On some systems doing so could result in exhausting
54539         virtual memory.  Based in part on a patch from Mike Jetzer.
54540
54541 2003-08-14  Jim Meyering  <jim@meyering.net>
54542         and Paul Eggert  <eggert@twinsun.com>
54543
54544         Merges from coreutils, plus other fixes.
54545         * lib/physmem.c: Merge in portability changes from gcc/libiberty
54546         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
54547         for credits and details.  Thanks to Kaveh Ghazi for helping
54548         to keep these files in sync.
54549         (ARRAY_SIZE): Define it.
54550         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
54551         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
54552         (memcasecmp): Don't assume size_t fits in unsigned int.
54553         Remove casts and duplicate code.
54554         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
54555         (memcpy): Remove definition.
54556         Merge in some clean-up and optimization changes from glibc.
54557         [BLOCKSIZE]: Move definition to top of file.
54558         Ensure that it is a multiple of 64.
54559         Rearrange loop exit tests so as to avoid performing an
54560         additional fread after encountering an error or EOF.
54561         * lib/md5.h (md5_uintptr): Define.
54562         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
54563         return to the initial working directory.  Preserve errno
54564         for caller.
54565         * lib/idcache.c: Include "xalloc.h".
54566         (xmalloc, xrealloc): Remove decls.
54567         (getuser): Remove casts no longer required in C89.
54568         * lib/human.c: Include stdio.h, for sprintf.
54569         * lib/group-member.c: Include "xalloc.h".
54570         (xmalloc, xrealloc): Remove decls.
54571         (get_group_info): Remove casts no longer required in C89.
54572         * lib/getusershell.c (readname): Remove casts no longer required in
54573         C89.
54574         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
54575         * lib/getline.c: Whitespace fix, from coreutils.
54576
54577 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54578
54579         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
54580         Check for isascii.
54581
54582         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54583         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54584         Undo previous (whitespace-only) change.
54585
54586 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54587
54588         * lib/exclude.c: Include <ctype.h>
54589         (IN_CTYPE_DOMAIN): New macro.
54590         (is_space): New fn.
54591         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
54592         and empty lines.
54593
54594         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54595         Undo previous (whitespace-only) change.
54596
54597 2003-08-13  Paul Eggert  <eggert@twinsun.com>
54598
54599         * config/srclist-update: Change update back to the old behavior,
54600         leaving whitespace alone.  Use one 'sed' command rather than a
54601         pipeline.
54602         (fixlicense): Now a variable, not a function.
54603         (remove_trailing_blanks): Remove.
54604         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
54605         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54606         Undo previous (whitespace-only) change.
54607
54608 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54609
54610         Merge from coreutils.
54611         * modules/euidaccess: Add lib_SOURCES, include for new
54612         file euidaccess.h
54613
54614 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54615
54616         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
54617         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
54618         Normalize leading white space and remove trailing white space.
54619
54620         Merge from coreutils
54621         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
54622
54623         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
54624         0.12.1.  These files are now being upgraded automatically by
54625         ../config/srclist-update.
54626
54627 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54628
54629         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
54630         Normalize leading white space and remove trailing white space.
54631         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
54632         notice, as per ../config/srclist-update.
54633
54634         Merge from coreutils.
54635         * lib/euidaccess.h: New file.
54636         * lib/euidaccess.c: Include it.
54637         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
54638         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
54639         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
54640
54641 2003-08-12  Paul Eggert  <eggert@twinsun.com>
54642
54643         * config/srclist-update: Add copyright notice.
54644         (remove_id_lines, remove_trailing_blanks): New constants.
54645         (fixfile): Use them to normalize spacing a bit in copied files.
54646         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
54647         Normalize leading white space and remove trailing white space.
54648
54649         * config/texinfo.tex: Sync with texinfo.
54650
54651         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
54652         strtoul.c from libc, to merge coreutils whitespace changes.
54653
54654         * config/srclist.txt: Get the following m4 files from gettext:
54655         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
54656         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
54657         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
54658         wint_t.m4.
54659
54660 2003-08-12  Karl Berry  <karl@gnu.org>
54661
54662         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
54663         been made.
54664
54665 2003-08-11  Paul Eggert  <eggert@twinsun.com>
54666
54667         * modules/gnu-source, m4/gnu-source.m4:
54668         Remove; we're assuming Autoconf 2.54 or later now.
54669         Suggested by Bruno Haible.
54670         * MODULES.html.sh (func_all_modules): Remove gnu-source.
54671
54672 2003-08-11  Bruno Haible  <bruno@clisp.org>
54673
54674         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
54675
54676 2003-08-11  Bruno Haible  <bruno@clisp.org>
54677
54678         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
54679         (vasnprintf): Use it instead of wcslen.
54680
54681 2003-08-11  Bruno Haible  <bruno@clisp.org>
54682
54683         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
54684         value to ensure that _Bool promotes to int. Use #define for _Bool when
54685         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
54686
54687 2003-08-10  Karl Berry  <karl@gnu.org>
54688
54689         * lib/regex.h: update from libc (whitespace fix).
54690
54691 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54692
54693         Merge some files from coreutils.  These changes were
54694         originally made by Jim Meyering.
54695         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
54696         many older Unixes require this.
54697         * lib/alloca.c (alloca): Remove cast to argument of free;
54698         no longer needed in C89.
54699         * lib/alloca_.h, regex.h: Fix white space to match
54700         what GNU indent does.
54701
54702 2003-08-09  Paul Eggert  <eggert@twinsun.com>
54703
54704         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
54705         apparently Emacs's Unicode mode got confused before my 2003-08-05
54706         checkin.
54707
54708 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54709
54710         * m4/extensions.m4: New file.
54711         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
54712         Require gl_USE_SYSTEM_EXTENSIONS.
54713         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
54714         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
54715
54716 2003-08-08  Paul Eggert  <eggert@twinsun.com>
54717
54718         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
54719         * modules/extensions, modules/gnu-source: New files.
54720         * modules/timespec, modules/unlocked-io: Depend on extensions.
54721
54722 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54723
54724         * modules/restrict: New file.
54725         * MODULES.html.sh (func_all_modules): Add restrict.
54726         * modules/regex: Depend on restrict.
54727
54728 2003-08-07  Paul Eggert  <eggert@twinsun.com>
54729
54730         * m4/restrict.m4: New file.
54731         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
54732
54733 2003-08-07  Bruno Haible  <bruno@clisp.org>
54734
54735         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
54736         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
54737
54738 2003-08-07  Bruno Haible  <bruno@clisp.org>
54739
54740         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
54741         makes the module 'getndelim2' compatible with the module 'getline'.
54742
54743 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54744
54745         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
54746         byte with "\201" to avoid glitches when editing that source file
54747         with multi-gnome-terminal.
54748
54749 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54750
54751         * lib/bumpalloc.h: Remove.
54752
54753 2003-08-05  Paul Eggert  <eggert@twinsun.com>
54754
54755         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
54756         * modules/bumpalloc: Remove.
54757
54758 2003-08-04  Paul Eggert  <eggert@twinsun.com>
54759
54760         * lib/getloadavg.c: Change copyright notice and spacing to conform to
54761         GNU coding style.
54762
54763         Merge from coreutils.
54764         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
54765         1. From glibc.
54766         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
54767         from Karl Berry, implemented by Jim Meyering.
54768         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
54769         from Dmitry V. Levin.
54770         Remove anachronistic cast of xrealloc.
54771         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
54772         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
54773         type. Otherwise, it wouldn't compile with at least /bin/cc on
54774         ymp-cray-unicos9.0.2.X.
54775         Combine two mostly-identical uses of alloca into one.
54776         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
54777
54778 2003-08-04  Dave Love  <d.love@dl.ac.uk>
54779
54780         [From Emacs.]
54781
54782         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
54783         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
54784         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
54785         obsolete NLIST_NAME_UNION.
54786         [__GNU__]: Undef BSD and FSCALE.
54787         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
54788
54789 2003-08-03  Paul Eggert  <eggert@twinsun.com>
54790
54791         * lib/stdbool_.h (_Bool): Make it signed char, instead of
54792         an enum type, so that it's guaranteed to promote to int.  See:
54793         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
54794
54795 2003-08-03  Karl Berry  <karl@gnu.org>
54796
54797         * config/depcomp: update from automake.
54798
54799 2003-07-31  Paul Eggert  <eggert@twinsun.com>
54800
54801         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
54802         (strerror): Don't assume that a printable int fits in 14 bytes.
54803
54804 2003-07-31  Bruno Haible  <bruno@clisp.org>
54805
54806         * modules/getpass-gnu: New file.
54807         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
54808
54809 2003-07-31  Bruno Haible  <bruno@clisp.org>
54810
54811         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
54812
54813 2003-07-24  Karl Berry  <karl@gnu.org>
54814
54815         * config/missing: update from automake.
54816
54817 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
54818             Bruno Haible  <bruno@clisp.org>
54819
54820         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
54821         * lib/getline.c (getline, getdelim): Likewise.
54822         Remove _GNU_SOURCE define; now it's defined in config.h through
54823         m4/getline.m4.
54824
54825 2003-07-23  Karl Berry  <karl@gnu.org>
54826
54827         * config/config.sub: update from prep.
54828
54829 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54830
54831         * modules/xalloc (Depends-on): Add exitfail.
54832         * modules/xmemcoll: Likewise.
54833
54834 2003-07-22  Paul Eggert  <eggert@twinsun.com>
54835
54836         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
54837         over-parenthesization in macros.
54838
54839         Sync with coreutils.
54840
54841         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
54842         required by C99.
54843
54844         Use `exit_failure' for xalloc and xmemcoll instead of their own
54845         private exit-failure variables.
54846         * lib/xalloc.h (xalloc_exit_failure): Remove.
54847         * lib/xmalloc.c: Likewise.  Include exitfail.h.
54848         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
54849         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
54850         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
54851         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
54852
54853 2003-07-20  Jim Meyering  <jim@meyering.net>
54854
54855         * modules/closeout (Depends-on): Add exitfail.
54856         Suggestion from Bruno Haible.
54857
54858 2003-07-19  Karl Berry  <karl@gnu.org>
54859
54860         * config/config.sub: update from prep.
54861
54862 2003-07-18  Paul Eggert  <eggert@twinsun.com>
54863
54864         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
54865         Remove.
54866         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
54867         to test that it can stand by itself.  Include "exitfail.h".
54868         Clients should set exit_failure instead.
54869         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
54870
54871 2003-07-18  Bruno Haible  <bruno@clisp.org>
54872
54873         * modules/getndelim2: New file.
54874         * modules/getline: Share files with module getndelim2.
54875         * modules/getnline: Depend on getndelim2 instead of sharing files with
54876         it. Add getnline.c to lib_SOURCES.
54877         * MODULES.html.sh (func_all_modules): Add getndelim2.
54878
54879 2003-07-18  Bruno Haible  <bruno@clisp.org>
54880
54881         * m4/getndelim2.m4: New file.
54882         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
54883         invoke gl_PREREQ_GETNDELIM2.
54884         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
54885         gl_PREREQ_GETNDELIM2.
54886         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
54887         gl_GETNDELIM2.
54888
54889 2003-07-18  Bruno Haible  <bruno@clisp.org>
54890
54891         * lib/getndelim2.h: New file.
54892         * lib/getndelim2.c: Make into a module of its own. Include config.h,
54893         getndelim2.h.
54894         (getndelim2): Make non-static. Change return type to ssize_t.
54895         * lib/getline.h: Change argument names.
54896         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
54897         * lib/getnline.c: Include getndelim2.h.
54898
54899 2003-07-18  Andreas Schwab  <schwab@suse.de>
54900
54901         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
54902
54903 2003-07-17  Karl Berry  <karl@gnu.org>
54904
54905         * config/config.sub: update from prep.
54906
54907 2003-07-17  Bruno Haible  <bruno@clisp.org>
54908
54909         * modules/getnline: New file.
54910         * modules/getline: Add lib/getndelim2.c to source file list.
54911         * MODULES.html.sh (func_all_modules): Add getnline.
54912
54913 2003-07-17  Bruno Haible  <bruno@clisp.org>
54914
54915         * m4/getnline.m4: New file.
54916
54917 2003-07-17  Bruno Haible  <bruno@clisp.org>
54918
54919         * m4/Makefile.am.in: Remove file.
54920         * m4/Makefile.am: Remove file.
54921         * m4/Makefile.in: Remove file.
54922
54923 2003-07-17  Bruno Haible  <bruno@clisp.org>
54924
54925         * lib/getnline.h: New file.
54926         * lib/getnline.c: New file.
54927         * lib/getndelim2.c: New file, extracted from getline.c.
54928         (getndelim2): Renamed from getdelim2, with added nmax argument.
54929         * lib/getline.c: Include getndelim2.c.
54930         (getdelim2): Moved out to getndelim2.c.
54931         (getline, getdelim): Update.
54932
54933 2003-07-17  Bruno Haible  <bruno@clisp.org>
54934
54935         * lib/Makefile.am: Remove file.
54936         * lib/Makefile.in: Remove file.
54937
54938 2003-07-17  Bruno Haible  <bruno@clisp.org>
54939
54940         * configure.in: Remove file.
54941         * Makefile.in: Remove file.
54942
54943 2003-07-17  Bruno Haible  <bruno@clisp.org>
54944
54945         * MODULES.html.sh: Put the </BODY> right before </HTML>.
54946
54947 2003-07-16  Karl Berry  <karl@gnu.org>
54948
54949         * config/srclist-update: was running fixlicense twice, which caused
54950                 texinfo.tex to be nullified for some reason.  Simplify,
54951                 $gplsrc is no longer needed as far as I can see?
54952
54953 2003-07-16  Jim Meyering  <jim@meyering.net>
54954
54955         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
54956
54957 2003-07-15  Paul Eggert  <eggert@twinsun.com>
54958
54959         * config/srclist.txt: Get the following files from gettext-runtime/intl
54960         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
54961         ref-del.sin.  From Bruno Haible.
54962         * config/srclist-update (fixfile): Change grep pattern again, since the
54963         previous fix didn't work (there was another trailing $).  Use
54964         '[$]' to escape the $s.
54965
54966 2003-07-15  Karl Berry  <karl@gnu.org>
54967
54968         * lib/vasnprintf.c: update from gettext.
54969
54970 2003-07-15  Karl Berry  <karl@gnu.org>
54971
54972         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
54973         gets expanded when surrounded by '$'.
54974
54975 2003-07-15  Jim Meyering  <jim@meyering.net>
54976
54977         * modules/save-cwd: Don't depend on error.  From Derek Price.
54978
54979 2003-07-15  Jim Meyering  <jim@meyering.net>
54980
54981         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
54982
54983 2003-07-14  Simon Josefsson  <jas@extundo.com>
54984
54985         * modules/mempcpy: New file.
54986         * MODULES.html.sh (func_all_modules): Add mempcpy.
54987
54988 2003-07-14  Simon Josefsson  <jas@extundo.com>
54989
54990         * m4/mempcpy.m4: New file.
54991
54992 2003-07-14  Simon Josefsson  <jas@extundo.com>
54993
54994         * lib/mempcpy.h: New file.
54995         * lib/mempcpy.c: New file.
54996
54997 2003-07-14  Paul Eggert  <eggert@twinsun.com>
54998
54999         * modules/getdate, modules/posixtm: Depend on mktime.
55000
55001 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55002
55003         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
55004         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
55005         unicodeio.c, unicodeio.h, unlocked-io.h:
55006         Switch from LGPL to GPL.
55007
55008 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55009
55010         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
55011         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
55012         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
55013         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
55014         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
55015         updated automatically by ../config/srclist-update.  This changes
55016         their license from LPGL to GPL.
55017
55018 2003-07-14  Paul Eggert  <eggert@twinsun.com>
55019
55020         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
55021         assumed to refer to the root of the most recent stable gettext version.
55022         * config/srclistvars.sh: Add defaults for eggert.
55023         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
55024         Match "This program" as well as "The program".  This is needed
55025         for gettext.
55026
55027 2003-07-14  Jim Meyering  <jim@meyering.net>
55028
55029         Don't emit diagnostics.  Let callers do that.
55030         * lib/save-cwd.c: Don't include "error.h".
55031         (save_cwd): Don't call error.  Ensure that errno is valid
55032         when returning nonzero.
55033
55034         * lib/save-cwd.h (restore_cwd): Update prototype.
55035         * lib/save-cwd.c (restore_cwd): Remove two parameters.
55036         Simplify.  Don't call error upon failure.  Let callers do that.
55037         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
55038         when auditing is enabled.  But don't bother updating the #if.
55039
55040 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
55041
55042         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
55043         it breaks C++ compilation.
55044         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
55045
55046 2003-07-10  Simon Josefsson  <jas@extundo.com>
55047
55048         * modules/strchrnul (Makefile.am): Add strchrnul.h.
55049
55050 2003-07-10  Jim Meyering  <jim@meyering.net>
55051
55052         * m4/clock_time.m4: Remove trailing blank.
55053         * m4/intmax_t.m4: Likewise.
55054
55055 2003-07-10  Jim Meyering  <jim@meyering.net>
55056
55057         * lib/vasnprintf.c: Remove trailing blanks.
55058         Make cpp indentation consistent.
55059
55060 2003-07-09  Paul Eggert  <eggert@twinsun.com>
55061
55062         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
55063         posixver.c, strftime.c, strnlen.c, strverscmp.c:
55064         Switch from LGPL to GPL.
55065
55066 2003-07-09  Paul Eggert  <eggert@twinsun.com>
55067
55068         * config/srclist.txt: Sort sublists.  Add
55069         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
55070         that differ from gnulib for one reason or another; we'd like this list
55071         to be smaller but for now let's document what we have.
55072
55073 2003-07-08  Paul Eggert  <eggert@twinsun.com>
55074
55075         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
55076         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
55077         and sweeter "eval x=$x".
55078         * config/srclist.txt: Get lib/argp* from glibc.
55079
55080 2003-07-07  Paul Eggert  <eggert@twinsun.com>
55081
55082         * lib/mktime.c: Fix some boundary cases and remove need for floating
55083         point.
55084
55085         Issue a compile-time diagnostic if time_t is floating point, or if
55086         two's complement arithmetic is not in effect, or if arithmetic
55087         right shift does not propagate the sign.  These assumptions were
55088         all in the original code but they weren't checked.
55089
55090         (TIME_T_MIDPOINT, verify): New macros.
55091         (__isleap): Remove; it has integer overflow problems.
55092         (leapyear): New function, without those problems.
55093         (ydhms_tm_diff): Remove; splitting into two parts.
55094         (ydhms_diff): New function, containing the arithmetic part of
55095         the old ydhms_tm_diff function.  Issue a compile-time
55096         diagnostic if we are not using C99 integer division.
55097         Avoid casts when possible.
55098         (guess_time_tm): New function, containing the checking part of
55099         the old ydhms_tm_diff function.  Return the new value, rather than
55100         the difference between it and the old.  Accept a new argument T
55101         so that *T specifies the old value.  Check for overflow in the result.
55102
55103         (__mktime_internal): Use a time_t offset, not a long int offset.
55104         This undoes the 2003-06-04 change, which is no longer needed now
55105         that we have better overflow checking.
55106         (localtime_offset): Likewise.
55107
55108         (__mktime_internal): Avoid harmful overflow on hosts where time_t
55109         and long are 64-bit but int is only 32-bit.
55110         (ydhms_diff): Use long int to store year1 and yday1.
55111         Issue a compile-time diagnostic if long int is not wide enough.
55112
55113         (__mktime_internal): Use long int to store adjusted year and yday.
55114         Use plain C rather than preprocessor commands, if that doesn't
55115         affect efficiency.
55116         Check for overflow (and try to repair) after each probe
55117         rather than checking only at the very end.  This avoids some bugs
55118         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
55119         does not equal GMT offset at maximum time).
55120         Use integer to check for overflow rather than floating point; this
55121         is more portable to non-IEEE hosts, and is a tad faster.
55122         When we detect that we are oscillating between two values,
55123         don't check whether tm_isdst has the requested value, since
55124         we already know the answer.  When tm_isdst has the wrong value,
55125         use a different heuristic to find the right one, based on the
55126         extreme values actually observed in practice in tz2003a,
55127         rather than the (overly optimistic) "previous 3 calendar quarters".
55128
55129         (not_equal_tm, print_tm, check_result): Use "const T" rather than
55130         "T const" to accommodate glibc style.
55131         (check_result): Use less-confusing report format.  "long" -> "long int.
55132         (main): Likewise.
55133         Don't loop if the iteration overflows time_t.
55134         Allow a negative step in the iteration.
55135
55136 2003-07-06  Karl Berry  <karl@gnu.org>
55137
55138         * config/depcomp: update from automake.
55139         * config/config.sub: update from prep.
55140
55141 2003-07-03  Karl Berry  <karl@gnu.org>
55142
55143         * config/config.guess: update from prep.
55144
55145 2003-07-01  Paul Eggert  <eggert@twinsun.com>
55146
55147         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
55148         xreadlink.c now includes it unconditionally.
55149
55150 2003-07-01  Paul Eggert  <eggert@twinsun.com>
55151
55152         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
55153         having it depend on HAVE_SYS_TYPES_H.
55154
55155 2003-07-01  Bruno Haible  <bruno@clisp.org>
55156
55157         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
55158         <sys/types.h> should be sufficient.
55159         Reported by Paul Eggert.
55160
55161 2003-06-26  Karl Berry  <karl@gnu.org>
55162
55163         * config/depcomp: update from automake.
55164
55165 2003-06-26  Bruno Haible  <bruno@clisp.org>
55166
55167         * modules/human: Depend on module stdbool.
55168
55169 2003-06-25  Bruno Haible  <bruno@clisp.org>
55170
55171         * modules/readlink: New file.
55172         * modules/xreadlink: Depend on it.
55173         * MODULES.html.sh (func_all_modules): Add readlink.
55174
55175 2003-06-25  Bruno Haible  <bruno@clisp.org>
55176
55177         * m4/readlink.m4: New file.
55178
55179 2003-06-25  Bruno Haible  <bruno@clisp.org>
55180
55181         * lib/readlink.c: New file.
55182
55183 2003-06-22  Karl Berry  <karl@gnu.org>
55184
55185         * config/srclist.txt: update mkinstalldirs from automake.
55186         * config/mkinstalldirs: update.
55187
55188 2003-06-22  Bruno Haible  <bruno@clisp.org>
55189
55190         Portability to mingw32.
55191         * m4/ssize_t.m4: New file, from GNU gettext.
55192         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
55193         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
55194
55195 2003-06-22  Bruno Haible  <bruno@clisp.org>
55196
55197         * modules/safe-read: Add m4/ssize_t.m4.
55198         * modules/xreadlink: Add m4/ssize_t.m4.
55199
55200 2003-06-20  Bruno Haible  <bruno@clisp.org>
55201
55202         Assume C89, so PARAMS isn't needed.
55203         * lib/unicodeio.h (PARAMS): Remove.
55204         * lib/unicodeio.c: Don't use PARAMS.
55205
55206 2003-06-18  Karl Berry  <karl@gnu.org>
55207
55208         * config/config.{guess,sub}: update from prep.
55209
55210 2003-06-18  Jim Meyering  <jim@meyering.net>
55211
55212         Merge changes from coreutils.
55213         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
55214         Remove explicit declarations of xmalloc and realloc.
55215         Include xalloc.h.
55216         (read_utmp): Remove anachronistic cast of xmalloc.
55217
55218 2003-06-17  Paul Eggert  <eggert@twinsun.com>
55219
55220         Assume C89, so PARAMS isn't needed.
55221         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
55222         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
55223         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
55224         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
55225         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
55226         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
55227         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
55228         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
55229         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
55230         lib/xstrtod.h, lib/xstrtol.h: Likewise.
55231         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
55232         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
55233         no longer needed. Anyway, config.h should always be included before any
55234         other file.
55235
55236 2003-06-11  Simon Josefsson  <jas@extundo.com>
55237
55238         * modules/sysexits: New file.
55239         * MODULES.html.sh (func_all_modules): Add sysexits.
55240
55241 2003-06-11  Simon Josefsson  <jas@extundo.com>
55242
55243         * lib/sysexit_.h: New file.
55244
55245 2003-06-11  Derek Price  <derek@ximbiot.com>
55246
55247         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
55248         necessary.
55249
55250 2003-06-11  Bruno Haible  <bruno@clisp.org>
55251
55252         * m4/sysexits.m4: New file.
55253
55254 2003-06-10  Simon Josefsson  <jas@extundo.com>
55255
55256         * lib/argp.h: New file, from glibc.
55257         * lib/argp-ba.c: New file, from glibc.
55258         * lib/argp-eexst.c: New file, from glibc.
55259         * lib/argp-fmtstream.c: New file, from glibc.
55260         * lib/argp-fmtstream.h: New file, from glibc.
55261         * lib/argp-fs-xinl.c: New file, from glibc.
55262         * lib/argp-help.c: New file, from glibc.
55263         * lib/argp-namefrob.h: New file, from glibc.
55264         * lib/argp-parse.c: New file, from glibc.
55265         * lib/argp-pv.c: New file, from glibc.
55266         * lib/argp-pvh.c: New file, from glibc.
55267         * lib/argp-xinl.c: New file, from glibc.
55268
55269 2003-06-10  Simon Josefsson  <jas@extundo.com>
55270
55271         * modules/strchrnul: New file.
55272
55273 2003-06-10  Simon Josefsson  <jas@extundo.com>
55274
55275         * modules/argp: New file.
55276
55277 2003-06-10  Simon Josefsson  <jas@extundo.com>
55278
55279         * m4/strchrnul.m4: New file.
55280
55281 2003-06-10  Simon Josefsson  <jas@extundo.com>
55282
55283         * lib/strchrnul.h: New file.
55284         * lib/strchrnul.c: New file.
55285
55286 2003-06-10  Bruno Haible  <bruno@clisp.org>
55287
55288         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
55289
55290 2003-06-07  Karl Berry  <karl@gnu.org>
55291
55292         * config/config.{guess,sub}: update from prep.
55293
55294 2003-06-07  Jim Meyering  <jim@meyering.net>
55295
55296         * modules/strtod: Use $(...) notation, not @...@ for
55297         AC_REPLACE'd variables.
55298         * modules/localcharset: Likewise.
55299
55300 2003-06-07  Jim Meyering  <jim@meyering.net>
55301
55302         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
55303         in place of my name in the copyright comment.
55304         Remove definition and uses of __P.
55305
55306         From coreutils.
55307         * lib/stat.c: Don't declare xmalloc explicitly.
55308         Instead, include "xalloc.h".
55309         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
55310         xrealloc, and xcalloc return values.
55311         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
55312         Improve comment.
55313         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
55314
55315 2003-06-07  Bruno Haible  <bruno@clisp.org>
55316
55317         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
55318         avoid AC_CONFIG_LINKS.
55319         * modules/fnmatch (Makefile.am): Use explicit creation rule for
55320         fnmatch.h, to avoid AC_CONFIG_LINKS.
55321         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
55322
55323 2003-06-07  Bruno Haible  <bruno@clisp.org>
55324
55325         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
55326         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
55327         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
55328         directory.
55329         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
55330         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
55331         directory.
55332
55333 2003-06-06  Jim Meyering  <jim@meyering.net>
55334
55335         Merge from coreutils.
55336         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
55337         Consolidate declarations and initializations of *_base* locals.
55338
55339         Merge from coreutils.
55340         This avoids a core dump on systems without GNU putenv,
55341         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
55342         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
55343         (unsetenv): New static function, from GNU libc.
55344         (rpl_putenv): Use it.
55345
55346         * lib/modechange.c: Remove trailing blanks.
55347
55348         Merge from coreutils.
55349         * lib/fsusage.c: Remove declaration of statfs.
55350         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
55351
55352         * lib/posixtm.c: Include <stdbool.h> unconditionally.
55353
55354 2003-06-06  Jim Meyering  <jim@meyering.net>
55355
55356         * lib/stdbool_.h: Renamed from stdbool.h.in.
55357
55358 2003-06-06  Jim Meyering  <jim@meyering.net>
55359             Bruno Haible  <bruno@clisp.org>
55360
55361         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
55362         Adjust Makefile.am snippet not to redirect directly to target.
55363         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
55364
55365 2003-06-05  Paul Eggert  <eggert@twinsun.com>
55366
55367         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
55368         mismatch, look in future quarters as well as past.  This fixes a
55369         bug when processing fall-backwards gaps immediately after a long
55370         period of daylight-saving time.
55371
55372         * lib/mktime.c: Assume freestanding C89 or better.
55373         (HAVE_LIMITS_H): Remove.  Assume it's 1.
55374         (__P): Remove; not used.
55375         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
55376         (mktime, not_equal_tm, print_tm, check_result,
55377         main): Use prototypes.  Use const * where appropriate.
55378         (main): Fix typo in testing code that uncovered by above changes.
55379         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
55380
55381 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55382
55383         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
55384         locale.h, localeconv.  This merges changes from coreutils.
55385
55386         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
55387         It can be removed after the next Autoconf is released.
55388         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
55389         needed.
55390
55391 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55392
55393         * lib/mktime.c: Fix Debian bug 177940
55394         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
55395         (localtime_offset): Now long int, not time_t, because we want it
55396         to be guaranteed to be signed.  All uses changed.
55397         (__mktime_internal): If overflow would occur when adding offset,
55398         don't add it.
55399
55400         Merge 'human' changes from coreutils.  Rewrite to support
55401         locale-specific notations like thousands separators.
55402         * lib/human.c: Simplify authorship notice.
55403         Include human.h immediately after config.h.
55404         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
55405         <limits.h>: Do not include, since human.h does.
55406         (SIZE_MAX, UINTMAX_MAX): New macros.
55407         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
55408         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
55409         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
55410         (power_letter): Renamed from suffixes.
55411         (generate_suffix_backwards): Remove.
55412         (adjust_value): Now takes int style (because of human.h changes)
55413         and long double value (for greater precision on some platforms).
55414         (group_number): New function.
55415         (human_readable): Use it.  Use integer options, not enum.
55416         Put the options before the sizes in the arg list.
55417         Support all the new options.
55418         The old human_readable function has been removed;
55419         use inttostr.h instead.
55420         (human_readable, default_block_size, humblock):
55421         Use uintmax_t, not int, for block sizes.
55422         (human_readable_inexact, block_size_types): Remove.
55423         (block_size_opts): New constant.
55424         (human_options): Renamed from human_block_size, with new signature
55425         that allows block sizes up to UINTMAX_MAX.  All callers changed.
55426         * lib/human.h: Add copyright and authorship notice.
55427         Include <limits.h> and <stdbool.h> unconditionally.
55428         (PARAMS): Remove.  All uses removed.
55429         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
55430         (enum human_inexact_style): Remove tag; now a nameless enum.
55431         (human_floor, human_ceiling, human_round_to_even): Now have
55432         values 2, 0, 1 rather than -1, 1, 0.
55433         (human_group_digits, human_suppress_point_zero, human_autoscale,
55434         human_base_1024, human_SI, human_B): New constants.
55435         (human_readable_inexact, human_block_size): Remove.
55436         (human_readable): Size args are now uintmax_t, not int.
55437         (human_options): New decl.
55438
55439         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
55440         unnecessary now that we assume C89 or better.  This change
55441         imported from coreutils.
55442
55443         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55444         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
55445         in the 2003-05-30 sync from glibc.
55446
55447         .h files should stand alone, but we shouldn't include <sys/types.h>
55448         if we can get away with just <stddef.h>.
55449
55450         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
55451         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
55452         rather than <sys/types.h>, as we merely need size_t.
55453         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
55454         to get size_t.
55455         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
55456         Include <stdio.h>, to get FILE.
55457         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
55458         memcasecmp.h has included <stddef.h> and all we need is size_t.
55459         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
55460         our interface, instead of including <sys/types.h>
55461
55462 2003-06-04  Paul Eggert  <eggert@twinsun.com>
55463
55464         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
55465         now, as glibc mktime is buggy on non-glibc systems.
55466
55467 2003-06-03  Karl Berry  <karl@gnu.org>
55468
55469         * config/config.sub: update from prep.
55470
55471 2003-06-02  Paul Eggert  <eggert@twinsun.com>
55472
55473         [from coreutils]
55474         Fix some minor time-related bugs with POSIX time arguments.
55475         Some valid time stamps were being rejected (notably -1, and
55476         time stamps before 1900 on 64-bit hosts).  And some invalid
55477         time stamps were being accepted, e.g. September 31.
55478
55479         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
55480         that we can return (time_t) -1 successfully.
55481         * lib/posixtm.c: Likewise.
55482         [HAVE_STDBOOL_H]: Include <stdbool.h>.
55483         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
55484         (t): Remove static var.
55485         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
55486         of static var.  All uses changed.
55487         (year): Do not reject years before 1900; they can occur with
55488         64-bit time_t.
55489         (posix_time_parse): Do not check for out-of-range components;
55490         that is now the caller's responsibility, since our checks were
55491         only approximations.
55492         (posixtime): Use mktime to check for out-of-range components,
55493         since it knows them exactly.
55494         If mktime returns (time_t) -1, check whether an error actually occurred
55495         by invoking localtime on -1.
55496         (main) [TEST_POSIXTIME]: Check for input data errors, and report
55497         posixtime failures better.
55498         Improve the test data (in comments only).
55499
55500 2003-06-02  Karl Berry  <karl@gnu.org>
55501
55502         * config/mkinstalldirs (version): new variable.
55503         (--version): new option.
55504         (usage): improve message.
55505
55506 2003-05-30  Karl Berry  <karl@gnu.org>
55507
55508         * lib/mktime.c: update from libc.
55509
55510 2003-05-30  Bruno Haible  <bruno@clisp.org>
55511
55512         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
55513         * config/config.rpath: Upgrade to gettext-0.12.1.
55514
55515 2003-05-30  Bruno Haible  <bruno@clisp.org>
55516
55517         * m4/gettext.m4: Upgrade to gettext-0.12.1.
55518         * m4/nls.m4: New file, from gettext-0.12.1.
55519         * m4/po.m4: New file, from gettext-0.12.1.
55520         * m4/progtest.m4: Upgrade to gettext-0.12.1.
55521
55522 2003-05-30  Bruno Haible  <bruno@clisp.org>
55523
55524         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
55525         * lib/localcharset.h: Likewise.
55526         * lib/localcharset.c: Likewise.
55527
55528 2003-05-29  Karl Berry  <karl@gnu.org>
55529
55530         * config/config.rpath: update from gettext.
55531
55532 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55533
55534         Assume the headers required for C89 freestanding compilers.
55535         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
55536         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
55537         * m4/human.m4 (gl_HUMAN): Likewise.
55538         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
55539         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
55540         * m4/userspec.m4 (gl_USERSPEC): Likewise.
55541         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
55542         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
55543         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
55544
55545 2003-05-28  Paul Eggert  <eggert@twinsun.com>
55546
55547         Assume the headers required for C89 freestanding compilers.
55548         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
55549         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
55550         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
55551         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
55552         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
55553         define, since <limits.h> is guaranteed to do that.
55554         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
55555         * lib/exclude.c: Include <stdbool.h> unconditionally.
55556         * lib/tempname.c: Include <stddef.h> unconditionally.
55557         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
55558         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
55559         <stddef.h> does that.
55560         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
55561         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
55562         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
55563         needed.
55564         * lib/xstrtol.c: Likewise.
55565         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
55566         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
55567
55568         * lib/addext.c (addext): Use assignment rather than cast, to avoid
55569         warnings on some platforms.
55570
55571         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
55572         arbitrarily.
55573
55574 2003-05-26  Jim Meyering  <jim@meyering.net>
55575
55576         Merge in a change from coreutils:
55577         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
55578         that is guaranteed to be `no'.  Use `no_such_member' to indicate
55579         that condition, rather than `-1' which is slightly misleading.
55580         Change the name of the cache variable to have the gl_ prefix.
55581         Prompted by a patch from Richard Dawe for DJGPP.
55582
55583 2003-05-24  Karl Berry  <karl@gnu.org>
55584
55585         * config/config.guess: update from prep.
55586
55587 2003-05-22  Karl Berry  <karl@gnu.org>
55588
55589         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
55590
55591 2003-05-20  Karl Berry  <karl@gnu.org>
55592
55593         * config/config.guess: update from prep.
55594
55595 2003-05-18  Karl Berry  <karl@gnu.org>
55596
55597         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
55598         might actually be set by the user.
55599
55600         * config/depcomp, install-sh, mdate-sh: update from automake.
55601
55602 2003-05-17  Bruno Haible  <bruno@clisp.org>
55603
55604         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
55605         invalid expansion for AC_EGREP_CPP.
55606         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
55607         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
55608         Suggested by Akim Demaille <akim@epita.fr> in
55609         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
55610
55611 2003-05-12  Jim Meyering  <jim@meyering.net>
55612
55613         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
55614         the space-padded-by-default conversion specifiers, %e, %k, %l.
55615
55616 2003-05-12  Bruno Haible  <bruno@clisp.org>
55617
55618         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
55619         the string is longer than 4 KB.
55620
55621 2003-05-11  Karl Berry  <karl@gnu.org>
55622
55623         * config/config.{guess,sub}: update from prep.
55624
55625 2003-05-09  Bruno Haible  <bruno@clisp.org>
55626
55627         * modules/error: Add m4/strerror_r.m4 to file list.
55628
55629 2003-05-03  Bruno Haible  <bruno@clisp.org>
55630
55631         Upgrade to Unicode-4.0.
55632         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
55633         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
55634         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
55635         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
55636         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
55637         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
55638         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
55639         Change width of U+E0100..U+E01EF from 1 to 0.
55640
55641 2003-04-25  Jim Meyering  <jim@meyering.net>
55642
55643         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
55644         of type size_t, not int.
55645
55646 2003-04-25  Bruno Haible  <bruno@clisp.org>
55647
55648         * lib/copy-file.c: Include <stddef.h>, for size_t.
55649
55650 2003-04-21  Paul Eggert  <eggert@twinsun.com>
55651
55652         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
55653         code which expansion is under static control.  Patch imported from
55654         Akim Demaille's patch to Bison; see
55655         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
55656
55657 2003-04-14  Bruno Haible  <bruno@clisp.org>
55658
55659         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
55660
55661 2003-04-11  Jim Meyering  <jim@meyering.net>
55662
55663         Merge changes from Coreutils.
55664
55665         2003-03-22  Jim Meyering  <jim@meyering.net>
55666
55667         * lib/strftime.c (widen): Cast alloca return value to proper type.
55668
55669         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
55670
55671         From GNU libc.
55672         * lib/strftime.c (my_strftime): Handle very large width
55673         specifications for numeric values correctly.  Improve checks for
55674         overflow.
55675
55676         2003-01-19  Jim Meyering  <jim@meyering.net>
55677
55678         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
55679         definitions.
55680         (nl_get_alt_digit) [! defined my_strftime]: Define.
55681         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
55682         _nl_get_alt_digit and _nl_get_walt_digit.
55683
55684         * lib/strftime.c (my_strftime): Merge in locale-related changes from
55685         libc. These changes have no effect outside of _LIBC.
55686
55687 2003-04-10  Bruno Haible  <bruno@clisp.org>
55688
55689         * modules/findprog: New file.
55690         * MODULES.html.sh (func_all_modules): Add it.
55691
55692 2003-04-10  Bruno Haible  <bruno@clisp.org>
55693
55694         * m4/findprog.m4: New file.
55695         * m4/eaccess.m4: New file.
55696
55697 2003-04-10  Bruno Haible  <bruno@clisp.org>
55698
55699         * lib/findprog.h: New file, from GNU gettext.
55700         * lib/findprog.c: New file, from GNU gettext.
55701
55702 2003-04-05  Jim Meyering  <jim@meyering.net>
55703
55704         Merge changes from Coreutils.
55705
55706         * lib/exclude.h (PARAMS): Remove definition and uses.
55707         * lib/exclude.c: Remove uses of `PARAMS'.
55708
55709         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
55710         Add test-cases for DOS filenames. Declare program_name.
55711         (main): Set up program_name.  Patch by Rich Dawe.
55712
55713         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
55714         error from mntctl.
55715         Use mntctl's return value to drive the entry-processing loop, since
55716         we can't rely on the value of the vmt_length member in the last
55717         entry.  On some systems doing so could result in exhausting
55718         virtual memory.  Based in part on a patch from Mike Jetzer.
55719
55720 2003-04-04  Bruno Haible  <bruno@clisp.org>
55721
55722         * modules/linebreak: New file.
55723         * MODULES.html.sh (func_all_modules): Add it.
55724
55725 2003-04-04  Bruno Haible  <bruno@clisp.org>
55726
55727         * m4/linebreak.m4: New file.
55728
55729 2003-04-04  Bruno Haible  <bruno@clisp.org>
55730
55731         * lib/linebreak.h: New file, from GNU gettext.
55732         * lib/linebreak.c: New file, from GNU gettext with slight
55733         modifications.
55734         * lib/lbrkprop.h: New file, from GNU gettext.
55735
55736 2003-04-03  Bruno Haible  <bruno@clisp.org>
55737
55738         * modules/utf8-ucs4: New file.
55739         * modules/utf16-ucs4: New file.
55740         * modules/ucs4-utf8: New file.
55741         * modules/ucs4-utf16: New file.
55742         * MODULES.html.sh (func_all_modules): Add them.
55743
55744 2003-04-03  Bruno Haible  <bruno@clisp.org>
55745
55746         * m4/utf-ucs4.m4: New file.
55747         * m4/ucs4-utf.m4: New file.
55748
55749 2003-04-03  Bruno Haible  <bruno@clisp.org>
55750
55751         * lib/utf8-ucs4.h: New file, from GNU gettext.
55752         * lib/utf16-ucs4.h: New file, from GNU gettext.
55753         * lib/ucs4-utf8.h: New file, from GNU gettext.
55754         * lib/ucs4-utf16.h: New file, from GNU gettext.
55755
55756 2003-04-02  Bruno Haible  <bruno@clisp.org>
55757
55758         * modules/binary-io: New file.
55759         * MODULES.html.sh (func_all_modules): Add it.
55760
55761 2003-04-02  Bruno Haible  <bruno@clisp.org>
55762
55763         * lib/binary-io.h: New file, from GNU gettext.
55764
55765 2003-04-01  Bruno Haible  <bruno@clisp.org>
55766
55767         * modules/pathname: New file.
55768         * MODULES.html.sh (func_all_modules): Add it.
55769
55770 2003-04-01  Bruno Haible  <bruno@clisp.org>
55771
55772         * lib/pathname.h: New file, from GNU gettext.
55773         * lib/concatpath.c: New file, from GNU gettext.
55774
55775 2003-03-30  Bruno Haible  <bruno@clisp.org>
55776
55777         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
55778
55779 2003-03-30  Bruno Haible  <bruno@clisp.org>
55780
55781         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
55782         function chown() doesn't exist.
55783
55784 2003-03-28  Bruno Haible  <bruno@clisp.org>
55785
55786         * modules/copy-file: New file.
55787         * MODULES.html.sh (func_all_modules): Add it.
55788
55789 2003-03-28  Bruno Haible  <bruno@clisp.org>
55790
55791         * m4/copy-file.m4: New file.
55792
55793 2003-03-28  Bruno Haible  <bruno@clisp.org>
55794
55795         * lib/copy-file.h: New file, from GNU gettext.
55796         * lib/copy-file.c: New file, from GNU gettext.
55797
55798 2003-03-18  Jim Meyering  <jim@meyering.net>
55799
55800         * lib/quote.c (quote_n): Fix typo in comment.
55801
55802 2003-03-18  Bruno Haible  <bruno@clisp.org>
55803
55804         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
55805         checking.
55806         * m4/onceonly_2_57.m4: Likewise.
55807
55808 2003-03-17  Bruno Haible  <bruno@clisp.org>
55809
55810         * m4/onceonly.m4: Require autoconf 2.54 or newer.
55811         (m4_quote): Remove macro.
55812         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
55813
55814 2003-03-14  Jim Meyering  <jim@meyering.net>
55815
55816         Merge changes from Coreutils.
55817         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
55818         to be const, in order to avoid warnings.
55819         (obstack_room): Likewise.
55820         (obstack_empty_p): Likewise.
55821
55822 2003-03-14  Bruno Haible  <bruno@clisp.org>
55823
55824         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
55825         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
55826
55827 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55828
55829         Merge changes from Bison.
55830         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
55831         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
55832         when compiling Bison 1.875's `bitset bset = obstack_alloc
55833         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
55834         * lib/hash.c: Include <stdbool.h> unconditionally.
55835
55836 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55837
55838         * m4/onceonly.m4 (m4_quote): New macro.
55839         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
55840         Quote AC_FOREACH variable-expansions properly.
55841
55842 2003-03-13  Paul Eggert  <eggert@twinsun.com>
55843
55844         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
55845
55846 2003-03-09  Paul Eggert  <eggert@twinsun.com>
55847
55848         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
55849         Reported by Bruce Becker; see:
55850         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
55851
55852 2003-03-03  Paul Eggert  <eggert@twinsun.com>
55853             Bruno Haible  <bruno@clisp.org>
55854
55855         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
55856         Reported by John Hughes, see
55857         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
55858
55859 2003-02-20  Bruno Haible  <bruno@clisp.org>
55860
55861         * MODULES.html.sh (func_all_modules): Add poll.
55862
55863 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55864
55865         * modules/poll: New file.
55866
55867 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55868
55869         * lib/poll_.h: New file.
55870         * lib/poll.c: New file.
55871
55872 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
55873
55874         * m4/poll.m4: New file.
55875
55876 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55877
55878         * modules/mathl: New file.
55879
55880 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55881
55882         * lib/mathl.h: New file.
55883         * lib/acosl.c: New file.
55884         * lib/asinl.c: New file.
55885         * lib/atanl.c: New file.
55886         * lib/ceill.c: New file.
55887         * lib/cosl.c: New file.
55888         * lib/expl.c: New file.
55889         * lib/floorl.c: New file.
55890         * lib/frexpl.c: New file.
55891         * lib/ldexpl.c: New file.
55892         * lib/logl.c: New file.
55893         * lib/sincosl.c: New file.
55894         * lib/sinl.c: New file.
55895         * lib/sqrtl.c: New file.
55896         * lib/tanl.c: New file.
55897         * lib/trigl.c: New file.
55898         * lib/trigl.h: New file.
55899
55900 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
55901
55902         * m4/mathl.m4: New file.
55903
55904 2003-02-18  Bruno Haible  <bruno@clisp.org>
55905
55906         * MODULES.html.sh (func_all_modules): Add mathl.
55907
55908 2003-02-17  Bruno Haible  <bruno@clisp.org>
55909
55910         * modules/mkdtemp: New module.
55911         * MODULES.html.sh (func_all_modules): Add it.
55912
55913 2003-02-17  Bruno Haible  <bruno@clisp.org>
55914
55915         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
55916
55917 2003-02-17  Bruno Haible  <bruno@clisp.org>
55918
55919         * lib/mkdtemp.h: New file, from GNU gettext.
55920         * lib/mkdtemp.c: New file, from GNU gettext.
55921
55922 2003-02-02  Jim Meyering  <jim@meyering.net>
55923
55924         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
55925         e.g. glibc-2.2.93.
55926
55927 2003-01-31  Bruno Haible  <bruno@clisp.org>
55928
55929         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
55930         'rpl_rename'.
55931         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
55932         'rpl_strnlen'.
55933         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
55934         'rpl_strtod'.
55935         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
55936         'rpl_utime'.
55937
55938 2003-01-31  Bruno Haible  <bruno@clisp.org>
55939
55940         * lib/rename.c: #undef rename before defining rpl_rename.
55941         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
55942
55943 2003-01-30  Bruno Haible  <bruno@clisp.org>
55944
55945         * modules/vasnprintf, modules/vasprintf: New modules.
55946         * MODULES.html.sh (func_all_modules): Add them.
55947
55948 2003-01-30  Bruno Haible  <bruno@clisp.org>
55949
55950         * m4/signed.m4: New file, from GNU gettext.
55951         * m4/longdouble.m4: New file, from GNU gettext.
55952         * m4/wchar_t.m4: New file, from GNU gettext.
55953         * m4/wint_t.m4: New file, from GNU gettext.
55954         * m4/vasnprintf.m4: New file.
55955         * m4/vasprintf.m4: New file.
55956
55957 2003-01-30  Bruno Haible  <bruno@clisp.org>
55958
55959         * lib/printf-args.h: New file, from GNU gettext.
55960         * lib/printf-args.c: New file, from GNU gettext.
55961         * lib/printf-parse.h: New file, from GNU gettext.
55962         * lib/printf-parse.c: New file, from GNU gettext.
55963         * lib/vasnprintf.h: New file, from GNU gettext.
55964         * lib/vasnprintf.c: New file, from GNU gettext.
55965         * lib/asnprintf.c: New file, from GNU gettext.
55966         * lib/vasprintf.h: New file, from GNU gettext with modifications.
55967         * lib/vasprintf.c: New file, from GNU gettext.
55968         * lib/asprintf.c: New file, from GNU gettext.
55969
55970 2003-01-29  Bruno Haible  <bruno@clisp.org>
55971
55972         * modules/stpncpy: New module.
55973         * MODULES.html.sh (func_all_modules): Add it.
55974
55975 2003-01-29  Bruno Haible  <bruno@clisp.org>
55976
55977         * m4/stpncpy.m4: New file.
55978
55979 2003-01-29  Bruno Haible  <bruno@clisp.org>
55980
55981         * lib/stpncpy.h: New file, from GNU gettext with modifications.
55982         * lib/stpncpy.c: New file, from GNU gettext with modifications.
55983
55984 2003-01-28  Bruno Haible  <bruno@clisp.org>
55985
55986         * modules/c-ctype: New module.
55987         * MODULES.html.sh (func_all_modules): Add it.
55988
55989 2003-01-28  Bruno Haible  <bruno@clisp.org>
55990
55991         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
55992         Paul Eggert.
55993         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
55994         Paul Eggert.
55995
55996 2003-01-27  Bruno Haible  <bruno@clisp.org>
55997
55998         * modules/xsetenv: New module.
55999         * MODULES.html.sh (func_all_modules): Add it.
56000
56001 2003-01-27  Bruno Haible  <bruno@clisp.org>
56002
56003         * lib/xsetenv.h: New file, from GNU gettext.
56004         * lib/xsetenv.c: New file, from GNU gettext.
56005
56006 2003-01-23  Jim Meyering  <jim@meyering.net>
56007
56008         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
56009         from working on systems without dirfd (at least Irix and OSF1/Tru64).
56010
56011 2003-01-23  Bruno Haible  <bruno@clisp.org>
56012
56013         * modules/minmax: New module.
56014         * MODULES.html.sh (func_all_modules): Add it.
56015
56016 2003-01-23  Bruno Haible  <bruno@clisp.org>
56017
56018         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
56019         Eggert.
56020
56021 2003-01-22  Bruno Haible  <bruno@clisp.org>
56022
56023         * modules/exit: New module.
56024         * MODULES.html.sh (func_all_modules): Add it.
56025
56026 2003-01-22  Bruno Haible  <bruno@clisp.org>
56027
56028         * lib/exit.h: New file, from GNU gettext.
56029
56030 2003-01-19  Bruno Haible  <bruno@clisp.org>
56031
56032         * gnulib-tool: Recognize option --extract-maintainer.
56033         (func_get_maintainer): New function.
56034         * modules/*: Add Maintainer entry.
56035
56036 2003-01-16  Jim Meyering  <jim@meyering.net>
56037
56038         * m4/regex.m4: The `regex' struct is both input and output.
56039         Initialize it before each use.  Patch by Tim Waugh.
56040
56041 2003-01-16  Bruno Haible  <bruno@clisp.org>
56042
56043         * MODULES.html.sh: Add a table of contents. Add the module name as
56044         leftmost column. Add hyperlinks.
56045
56046 2003-01-15  Bruno Haible  <bruno@clisp.org>
56047
56048         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
56049
56050 2003-01-15  Bruno Haible  <bruno@clisp.org>
56051
56052         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
56053         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
56054         suffix.
56055
56056 2003-01-15  Bruno Haible  <bruno@clisp.org>
56057
56058         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
56059
56060 2003-01-15  Bruno Haible  <bruno@clisp.org>
56061
56062         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
56063         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
56064
56065 2003-01-14  Jim Meyering  <jim@meyering.net>
56066
56067         * lib/same.c (same_name): Tweak a comment.
56068
56069 2003-01-14  Bruno Haible  <bruno@clisp.org>
56070
56071         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
56072         when a string comparison is sufficient.
56073
56074 2003-01-14  Bruno Haible  <bruno@clisp.org>
56075
56076         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
56077         'unsigned int'.
56078
56079 2003-01-14  Bruno Haible  <bruno@clisp.org>
56080
56081         * lib/hash-pjw.c: Add comment about low quality of this function.
56082
56083 2003-01-13  Bruno Haible  <bruno@clisp.org>
56084
56085         * modules/stpcpy: Distribute lib/stpcpy.h.
56086         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
56087
56088 2003-01-13  Bruno Haible  <bruno@clisp.org>
56089
56090         * modules/*: Add a description.
56091         * modules/strpbrk: Fix Makefile.am snippet.
56092         * modules/strtoimax: Fix dependencies.
56093         * modules/strtoumax: Likewise.
56094
56095 2003-01-13  Bruno Haible  <bruno@clisp.org>
56096
56097         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
56098         * modules/alloca (Makefile.am): All object files depend on alloca.h.
56099         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
56100
56101 2003-01-13  Bruno Haible  <bruno@clisp.org>
56102
56103         * gnulib-tool (func_create_testdir): Store config/* files in the main
56104         directory.
56105         * config.rpath: Move to ...
56106         * config/config.rpath: ... here.
56107         * modules/gettext: Contains config/config.rpath, not config.rpath.
56108         * modules/iconv: Likewise.
56109
56110 2003-01-12  Paul Eggert  <eggert@twinsun.com>
56111
56112         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
56113         to avoid collisions with libcurses and libreadline.
56114
56115         * m4/getstr.m4: Remove.
56116         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
56117
56118 2003-01-12  Paul Eggert  <eggert@twinsun.com>
56119
56120         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
56121         to avoid collisions with libcurses and libreadline.
56122
56123         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
56124         * lib/getstr.h, getstr.c: Remove.
56125         * lib/getline.c: Include "getline.h", to check interface.
56126         Move body of old getstr.c here: this defines MIN_CHUNK and
56127         declares getdelim2, which is renamed from getstr.
56128         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
56129
56130         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
56131         All uses changed.
56132         * lib/linebuffer.h: Likewise.
56133         (readline): Remove backward-compatibility macro.
56134
56135 2003-01-12  Paul Eggert  <eggert@twinsun.com>
56136
56137         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
56138         to avoid collisions with libcurses and libreadline.
56139         * getstr: Remove.
56140         * MODULES.html.sh: Remove getstr.
56141         * modules/getline: Depend on unlocked-io, not getstr.
56142
56143 2003-01-12  Jim Meyering  <jim@meyering.net>
56144
56145         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
56146
56147 2003-01-10  Bruno Haible  <bruno@clisp.org>
56148
56149         * modules/alloca: Change Makefile.am requirements. Simplify Include
56150         requirements. Add lib/alloca_.h to file list.
56151
56152 2003-01-10  Bruno Haible  <bruno@clisp.org>
56153
56154         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
56155
56156 2003-01-10  Bruno Haible  <bruno@clisp.org>
56157
56158         * lib/alloca_.h: New file.
56159         * lib/getdate.y: Unconditionally include alloca.h.
56160         * lib/makepath.c: Likewise.
56161         * lib/setenv.c: Likewise.
56162         * lib/userspec.c: Likewise.
56163
56164 2003-01-09  Karl Berry  <karl@gnu.org>
56165
56166         * MODULES.html.sh: include `dirname $0` in PATH, to find
56167         gnulib-tool.
56168
56169 2003-01-09  Bruno Haible  <bruno@clisp.org>
56170
56171         * modules/stdbool: Change configure.ac, Makefile.am requirements.
56172         Simplify Include requirements. Add lib/stdbool.h.in to file list.
56173
56174 2003-01-09  Bruno Haible  <bruno@clisp.org>
56175
56176         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
56177
56178 2003-01-09  Bruno Haible  <bruno@clisp.org>
56179
56180         * lib/stdbool.h.in: New file.
56181
56182 2003-01-09  Bruno Haible  <bruno@clisp.org>
56183
56184         * gnulib-tool (func_all_modules): Ignore files ending in ~.
56185         * MODULES.html.sh: Likewise.
56186
56187 2003-01-08  Jim Meyering  <jim@meyering.net>
56188
56189         * lib/full-write.c: Undefine and define-away `const' after inclusion
56190         of errno.h, not before.  Suggestion from Bruno Haible.
56191
56192 2003-01-08  Bruno Haible  <bruno@clisp.org>
56193
56194         * modules/full-read: Depend on full-write.
56195
56196 2003-01-08  Bruno Haible  <bruno@clisp.org>
56197
56198         * lib/safe-read.c: Include specification header first, to ensure its
56199         selfcontainedness.
56200         * lib/full-write.c: Likewise.
56201
56202 2003-01-07  Jim Meyering  <jim@meyering.net>
56203
56204         * lib/full-write.c: Rework so that it may serve to define full_read,
56205         too.
56206         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
56207
56208 2003-01-07  Bruno Haible  <bruno@clisp.org>
56209
56210         * lib/strtoimax.c: Include <stdint.h> as an alternative to
56211         <inttypes.h>.
56212         * lib/xstrtol.h: Likewise.
56213         * lib/xstrtoimax.c: Likewise.
56214         * lib/xstrtoumax.c: Likewise.
56215         * lib/human.h: Likewise.
56216
56217         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
56218         on systems that have <inttypes.h> but not <stdint.h>.
56219
56220 2003-01-07  Bruno Haible  <bruno@clisp.org>
56221
56222         * MODULES.html.sh: Add copyright notice.
56223         (missed_files): Omit CVS directory entries.
56224         (func_module): Make it work with sed-3.02.
56225         * MODULES.txt: Remove file.
56226
56227 2003-01-06  Jim Meyering  <jim@meyering.net>
56228
56229         * lib/version-etc.c: Update year in translatable copyright string.
56230
56231 2003-01-03  Karl Berry  <karl@gnu.org>
56232
56233         * config/config.{guess,sub}: update from prep.
56234
56235 2003-01-02  Karl Berry  <karl@gnu.org>
56236
56237         * doc/COPYING.DOC: belatedly updated to 1.2.
56238
56239 2003-01-01  Karl Berry  <karl@gnu.org>
56240
56241         * gnulib-tool (func_verify_module): report module name $module in
56242         error message, not $1.
56243         * gnulib-tool (create-testdir): don't complain if destdir couldn't
56244         be created, only if it doesn't exist.
56245         * gnulib-tool (last_checkin_date): don't expand the $Date here.
56246
56247 2002-12-31  Paul Eggert  <eggert@twinsun.com>
56248
56249         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
56250
56251 2002-12-31  Paul Eggert  <eggert@twinsun.com>
56252
56253         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
56254         memcmp if strcoll doesn't work.
56255
56256 2002-12-31  Bruno Haible  <bruno@clisp.org>
56257
56258         * lib/utime.c (utime_null): No need to call ftruncate if the file was
56259         nonempty.
56260
56261 2002-12-31  Bruno Haible  <bruno@clisp.org>
56262
56263         * lib/memcoll.c (STRCOLL): New macro.
56264         (memcoll): Use it.
56265
56266 2002-12-31  Bruno Haible  <bruno@clisp.org>
56267
56268         * lib/localcharset.h: New file.
56269         * lib/localcharset.c: Include it.
56270         * lib/unicodeio.c: Likewise.
56271
56272 2002-12-31  Bruno Haible  <bruno@clisp.org>
56273
56274         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
56275         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
56276
56277 2002-12-31  Bruno Haible  <bruno@clisp.org>
56278
56279         * lib/getline.h: Include <stddef.h>, for size_t.
56280
56281         * lib/unicodeio.h: Include <stddef.h>, for size_t.
56282         * lib/unicodeio.c: Don't include <stddef.h>.
56283
56284 2002-12-31  Bruno Haible  <bruno@clisp.org>
56285
56286         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
56287         HAVE_TM_ZONE.
56288
56289 2002-12-24  Karl Berry  <karl@gnu.org>
56290
56291         * config/config.guess: update from prep.
56292
56293 2002-12-24  Bruno Haible  <bruno@clisp.org>
56294
56295         General infrasructure.
56296         * m4/README: Rewritten.
56297         * m4/onceonly.m4: New file.
56298         * m4/onceonly_2_57.m4: New file.
56299
56300         Module atexit.
56301         * m4/atexit.m4: New file.
56302
56303         Module strtod.
56304         * m4/strtod.m4: New file.
56305
56306         Module strtol.
56307         * m4/strtol.m4: New file.
56308
56309         Module strtoul.
56310         * m4/strtoul.m4: New file.
56311
56312         Module memchr.
56313         * m4/memchr.m4: New file.
56314
56315         Module memcmp.
56316         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
56317         (jm_FUNC_MEMCMP): Invoke it.
56318
56319         Module memcpy.
56320         * m4/memcpy.m4: New file.
56321
56322         Module memmove.
56323         * m4/memmove.m4: New file.
56324
56325         Module memset.
56326         * m4/memset.m4: New file.
56327
56328         Module strcspn.
56329         * m4/strcspn.m4: New file.
56330
56331         Module strpbrk.
56332         * m4/strpbrk.m4: New file.
56333
56334         Module strstr.
56335         * m4/strstr.m4: New file.
56336
56337         Module strerror.
56338         * m4/strerror.m4: New file.
56339
56340         Module mktime.
56341         * m4/mktime.m4: Renamed from jm-mktime.m4.
56342         (gl_PREREQ_MKTIME): New macro.
56343         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
56344
56345         Module malloc.
56346         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
56347         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
56348         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
56349
56350         Module realloc.
56351         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
56352         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
56353         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
56354
56355         Module strftime.
56356         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
56357         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
56358         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
56359         gl_TM_GMTOFF.
56360         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
56361
56362         Module xalloc.
56363         * m4/xalloc.m4: New file.
56364
56365         Module alloca.
56366         * m4/alloca.m4: New file.
56367
56368         Module putenv.
56369         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
56370         (jm_FUNC_PUTENV): Invoke it.
56371
56372         Module setenv.
56373         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
56374         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
56375         when invoked twice.
56376         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
56377         gt_FUNC_SETENV.
56378
56379         Module memrchr.
56380         * m4/memrchr.m4: New file.
56381
56382         Module stpcpy.
56383         * m4/stpcpy.m4: New file.
56384
56385         Module strcase.
56386         * m4/strcase.m4: New file.
56387
56388         Module strdup.
56389         * m4/strdup.m4: New file.
56390
56391         Module strnlen.
56392         * m4/strnlen.m4: New file.
56393
56394         Module strndup.
56395         * m4/strndup.m4: New file.
56396
56397         Module xstrtod.
56398         * m4/xstrtod.m4: New file.
56399
56400         Module xstrtol.
56401         * m4/xstrtol.m4: New file.
56402
56403         Module getdate.
56404         * m4/getdate.m4: New file.
56405
56406         Module unlocked-io.
56407         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
56408         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
56409         * m4/jm-glibc-io.m4n: Remove file.
56410
56411         Module long-options.
56412         * m4/long-options.m4: New file.
56413
56414         Module md5.
56415         * m4/md5.m4: New file.
56416
56417         Module sha.
56418         * m4/sha.m4: New file.
56419
56420         Module getstr.
56421         * m4/getstr.m4: New file.
56422
56423         Module getline.
56424         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
56425         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
56426         <sys/types.h>, for size_t. Use the function name gnu_getline, not
56427         simply getline. Infoke gl_PREREQ_GETLINE.
56428
56429         Module obstack.
56430         * m4/obstack.m4: New file.
56431
56432         Module hash.
56433         * m4/hash.m4: New file.
56434
56435         Module readtokens.
56436         * m4/readtokens.m4: New file.
56437
56438         Module strverscmp.
56439         * m4/strverscmp.m4: New file.
56440
56441         Module stdbool.
56442         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
56443         OSF/1.
56444
56445         Module strtoll.
56446         * m4/strtoll.m4: New file.
56447
56448         Module strtoull.
56449         * m4/strtoull.m4: New file.
56450
56451         Module strtoimax.
56452         * m4/strtoimax.m4: New file.
56453
56454         Module strtoumax.
56455         * m4/strtoumax.m4: New file.
56456
56457         Module xstrtoimax.
56458         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
56459         jm_AC_PREREQ_XSTRTOIMAX.
56460         Moved the strtol prerequisites to strtol.m4.
56461         Moved the strtoll prerequisites to strtoll.m4.
56462         Moved the strtoimax prerequisites to strtoimax.m4.
56463
56464         Module xstrtoumax.
56465         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
56466         jm_AC_PREREQ_XSTRTOUMAX.
56467         Moved the strtoul prerequisites to strtoul.m4.
56468         Moved the strtoull prerequisites to strtoull.m4.
56469         Moved the strtoumax prerequisites to strtoumax.m4.
56470
56471         Module chown.
56472         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
56473         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
56474
56475         Module dup2.
56476         * m4/dup2.m4: New file.
56477
56478         Module ftruncate.
56479         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
56480         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
56481
56482         Module getgroups.
56483         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
56484         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
56485
56486         Module gettimeofday.
56487         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
56488         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
56489         gl_PREREQ_GETTIMEOFDAY.
56490
56491         Module mkdir.
56492         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
56493         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
56494
56495         Module mkstemp.
56496         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
56497         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
56498         jm_AC_TYPE_UINTMAX_T.
56499         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
56500
56501         Module stat.
56502         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
56503         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
56504
56505         Module lstat.
56506         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
56507         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
56508
56509         Module timespec.
56510         * m4/timespec.m4 (gl_TIMESPEC): New macro.
56511         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
56512         * m4/st_mtim.m4: Indentation.
56513
56514         Module nanosleep.
56515         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
56516         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
56517         gl_PREREQ_NANOSLEEP.
56518
56519         Module regex.
56520         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
56521         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
56522         (gl_REGEX): New macro.
56523
56524         Module rename.
56525         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
56526         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
56527
56528         Module rmdir.
56529         * m4/rmdir.m4: New file.
56530
56531         Module utime.
56532         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
56533         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
56534         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
56535
56536         Module dirname.
56537         * m4/dirname.m4: New file.
56538
56539         Module getopt.
56540         * m4/getopt.m4: New file.
56541
56542         Module unistd-safer.
56543         * m4/unistd-safer.m4: New file.
56544
56545         Module fnmatch.
56546         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
56547         declaration.
56548         (gl_PREREQ_FNMATCH_EXTRA): New macro.
56549         (gl_FUNC_FNMATCH_POSIX): New macro.
56550         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
56551         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
56552         simply fnmatch.
56553
56554         Module exclude.
56555         * m4/exclude.m4: New file.
56556
56557         Module human.
56558         * m4/human.m4: New file.
56559
56560         Module acl.
56561         * m4/acl.m4: Nop.
56562
56563         Module backupfile.
56564         * m4/backupfile.m4: New file.
56565         * m4/d-ino.m4: Indentation.
56566
56567         Module fsusage.
56568         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
56569         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
56570         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
56571
56572         Module dirfd.
56573         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
56574         requirements.
56575
56576         Module euidaccess.
56577         * m4/euidaccess.m4: New file.
56578
56579         Module file-type.
56580         * m4/file-type.m4: New file.
56581
56582         Module fileblocks.
56583         * m4/fileblocks.m4: New file.
56584
56585         Module filemode.
56586         * m4/filemode.m4: New file.
56587
56588         Module isdir.
56589         * m4/isdir.m4: New file.
56590
56591         Module lchown.
56592         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
56593         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
56594
56595         Module makepath.
56596         * m4/makepath.m4: New file.
56597
56598         Module modechange.
56599         * m4/modechange.m4: New file.
56600
56601         Module mountlist.
56602         * m4/mountlist.m4: New file.
56603         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
56604         Indentation.
56605
56606         Module path-concat.
56607         * m4/path-concat.m4: New file.
56608
56609         Module pathmax.
56610         * m4/pathmax.m4: New file.
56611
56612         Module same.
56613         * m4/same.m4: New file.
56614
56615         Module save-cwd.
56616         * m4/save-cwd.m4: New file.
56617
56618         Module savedir.
56619         * m4/savedir.m4: New file.
56620
56621         Module xgetcwd.
56622         * m4/xgetcwd.m4: New file.
56623         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
56624
56625         Module xreadlink.
56626         * m4/xreadlink.m4: New file.
56627
56628         Module safe-read.
56629         * m4/safe-read.m4: New file.
56630
56631         Module safe-write.
56632         * m4/safe-write.m4: New file.
56633
56634         Module closeout.
56635         * m4/closeout.m4: New file.
56636
56637         Module stdio-safer.
56638         * m4/stdio-safer.m4: New file.
56639
56640         Module getpass.
56641         * m4/getpass.m4: New file.
56642
56643         Module getugroups.
56644         * m4/getugroups.m4: New file.
56645
56646         Module group-member.
56647         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
56648         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
56649
56650         Module idcache.
56651         * m4/idcache.m4: New file.
56652
56653         Module userspec.
56654         * m4/userspec.m4: New file.
56655
56656         Module gettime.
56657         * m4/clock_time.m4: New file.
56658         * m4/gettime.m4: New file.
56659
56660         Module settime.
56661         * m4/settime.m4: New file.
56662
56663         Module posixtm.
56664         * m4/posixtm.m4: New file.
56665
56666         Module gethostname.
56667         * m4/gethostname.m4: New file.
56668
56669         Module canon-host.
56670         * m4/canon-host.m4: New file.
56671
56672         Module gettext.
56673         * m4/codeset.m4: New file, from gettext-0.11.5.
56674         * m4/gettext.m4: New file, from gettext-0.11.5.
56675         * m4/glibc21.m4: New file, from gettext-0.11.5.
56676         * m4/iconv.m4: New file, from gettext-0.11.5.
56677         * m4/intdiv0.m4: New file, from gettext-0.11.5.
56678         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
56679         * m4/inttypes.m4: New file, from gettext-0.11.5.
56680         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
56681         * m4/isc-posix.m4: New file, from gettext-0.11.5.
56682         * m4/lcmessage.m4: New file, from gettext-0.11.5.
56683         * m4/lib-ld.m4: New file, from gettext-0.11.5.
56684         * m4/lib-link.m4: New file, from gettext-0.11.5.
56685         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
56686         * m4/progtest.m4: New file, from gettext-0.11.5.
56687         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
56688         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
56689         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
56690
56691         Module localcharset.
56692         * m4/localcharset.m4: New file.
56693
56694         Module hard-locale.
56695         * m4/hard-locale.m4: New file.
56696
56697         Module mbswidth.
56698         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
56699         onceonly macros.
56700         * m4/mbrtowc.m4: Add comment.
56701
56702         Module memcasecmp.
56703         * m4/memcasecmp.m4: New file.
56704
56705         Module memcoll.
56706         * m4/memcoll.m4: New file.
56707
56708         Module unicodeio.
56709         * m4/unicodeio.m4: New file.
56710
56711         Module rpmatch.
56712         * m4/rpmatch.m4: New file.
56713
56714         Module yesno.
56715         * m4/yesno.m4: New file.
56716
56717         Module exitfail.
56718         * m4/exitfail.m4: New file.
56719
56720         Module c-stack.
56721         * m4/c-stack.m4 (gl_C_STACK): New macro.
56722         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
56723
56724         Module error.
56725         * m4/error.m4 (gl_ERROR): New macro.
56726         (jm_PREREQ_ERROR): Use onceonly macros.
56727
56728         Module fatal.
56729         * m4/fatal.m4: New file.
56730
56731         Module getloadavg.
56732         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
56733         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
56734
56735         Module getpagesize.
56736         * m4/getpagesize.m4: New file.
56737
56738         Module getusershell.
56739         * m4/getusershell.m4: New file.
56740
56741         Module physmem.
56742         * m4/physmem.m4: New file.
56743
56744         Module posixver.
56745         * m4/posixver.m4: New file.
56746
56747         Module quotearg.
56748         * m4/quotearg.m4: New file.
56749
56750         Module quote.
56751         * m4/quote.m4: New file.
56752
56753         Module readutmp.
56754         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
56755
56756         Module sig2str.
56757         * m4/sig2str.m4: New file.
56758
56759         Other.
56760         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
56761         ulonglong.m4.
56762         * m4/intmax_t.m4: New file.
56763         * m4/d-type.m4: Indentation.
56764         * m4/jm-macros.m4: Update.
56765         * m4/prereq.m4 (jm_PREREQ): Update.
56766         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
56767         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
56768         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
56769         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
56770         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
56771         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
56772         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
56773         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
56774         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
56775         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
56776         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
56777         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
56778         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
56779         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
56780         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
56781         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
56782         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
56783         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
56784         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
56785
56786 2002-12-24  Bruno Haible  <bruno@clisp.org>
56787
56788         * MODULES.txt: Update according to m4/ changes.
56789
56790         Module gettext.
56791         * config.rpath: New file, from gettext-0.11.5.
56792
56793         * modules/*: New module descriptions.
56794         * gnulib-tool: New file.
56795         * MODULES.html.sh: New file.
56796
56797 2002-12-21  Karl Berry  <karl@gnu.org>
56798
56799         * doc/fdl.texi: update to version 1.2.
56800
56801 2002-12-19  Karl Berry  <karl@gnu.org>
56802
56803         * config/config.guess: update from prep.
56804
56805 2002-12-18  Bruno Haible  <bruno@clisp.org>
56806
56807         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
56808         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
56809
56810 2002-12-17  Bruno Haible  <bruno@clisp.org>
56811
56812         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
56813         stdlib.h, string.h.
56814
56815 2002-12-17  Bruno Haible  <bruno@clisp.org>
56816
56817         * lib/canon-host.c (strdup): Remove unused declaration.
56818
56819         * lib/fsusage.c: Include full_read.h.
56820         (get_fs_usage): Use full_read instead of safe_read.
56821
56822         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
56823
56824 2002-12-12  Karl Berry  <karl@gnu.org>
56825
56826         * config/config.guess: update from prep.
56827
56828 2002-12-11  Bruno Haible  <bruno@clisp.org>
56829
56830         * m4/setenv.m4: New file, from gettext-0.11.5.
56831
56832 2002-12-11  Bruno Haible  <bruno@clisp.org>
56833
56834         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
56835         not unsetenv().
56836         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
56837         modifications:
56838
56839         2002-12-11  Bruno Haible  <bruno@clisp.org>
56840
56841                 * setenv.c (alloca): Fall back to malloc.
56842                 (freea): New macro.
56843                 (setenv): Use freea() to free memory allocated with alloca().
56844
56845         2002-11-13  Bruno Haible  <bruno@clisp.org>
56846
56847                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
56848                 function declarations.
56849                 * unsetenv.c (unsetenv): Likewise.
56850
56851         2002-03-04  Bruno Haible  <bruno@clisp.org>
56852
56853                 Portability to AIX 4.3.3.
56854                 * unsetenv.c: New file, extracted from setenv.c.
56855                 * setenv.c: Move the unsetenv() function to unsetenv.c.
56856
56857         2001-12-20  Bruno Haible  <bruno@clisp.org>
56858
56859                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
56860                 use malloc instead. For SunOS 4.
56861
56862         2001-12-11  Bruno Haible  <bruno@clisp.org>
56863
56864                 * setenv.c: Declare alloca.
56865                 (compar_fn_t): New typedef.
56866                 (KNOWN_VALUE, STORE_VALUE): Use it.
56867
56868         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
56869         setenv.h.
56870
56871 2002-12-10  Paul Eggert  <eggert@twinsun.com>
56872
56873         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
56874         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
56875         Choose values that are less likely to collide with system fnmatch
56876         options.
56877         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
56878         defined (e.g., a pure POSIX system).
56879         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
56880         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
56881
56882 2002-12-06  Paul Eggert  <eggert@twinsun.com>
56883
56884         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
56885         a pain in practice to deal with generated m4 files.  This change
56886         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
56887
56888         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
56889         and jm-glibc-io.m4, as they are no longer a special case.
56890         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
56891         kludge and the auto-generation stuff.  Check only whether the
56892         functions are declared, not whether they exist, since older hosts
56893         that don't declare the functions can't use the optimization anyway.
56894
56895 2002-12-06  Jim Meyering  <jim@meyering.net>
56896
56897         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
56898
56899         Merge in changes from libc's misc/error.c, in preparation
56900         for the merge of gnulib's changes back into libc.
56901
56902         * lib/error.c (_): Define only if not already defined.
56903         Move definition to follow all #include directives.
56904         Include unlocked-io.h only if !_LIBC.
56905         [_LIBC]: Include <libio/libioP.h>.
56906         [USE_IN_LIBIO]: Include <libio/iolibio.h>
56907         (fflush): Tweak definition to use INTUSE.
56908         (putc): Define.
56909
56910 2002-12-05  Paul Eggert  <eggert@twinsun.com>
56911
56912         * lib/alloca.c [defined emacs]: Include "lisp.h".
56913         (xalloc_die) [defined emacs]: New macro.
56914         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
56915         [! defined emacs]: Include <xalloc.h>.
56916         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
56917         (pointer): Typedef to POINTER_TYPE *.
56918         (malloc): Remove decl; we now always use xmalloc.
56919         (alloca): Use old-style definition, since Emacs needs this.
56920         Check for arithmetic overflow when computing combined size.
56921
56922 2002-12-04  Paul Eggert  <eggert@twinsun.com>
56923
56924         Do not generate unlocked-io.h automatically, since it's easier to
56925         maintain it by hand.
56926
56927         * lib/unlocked-io.h: New file, from GNU diffutils,
56928         but with proper copyright notice and attribution.
56929         * lib/gen-uio: Remove.
56930         * lib/Makefile.am: Add copyright notice.
56931         (libfetish_a_SOURCES): Add unlocked-io.h.
56932         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
56933         (DISTCLEANFILES, io_functions): Remove macros.
56934         (EXTRA_DIST): Remove gen_uio.
56935         (unlocked-io.h): Remove rule.
56936
56937 2002-12-04  Jim Meyering  <jim@meyering.net>
56938
56939         Reflect the fact that stat.c and lstat.c are no longer generated.
56940         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
56941         (DISTCLEANFILES): Likewise.
56942         (EXTRA_DIST): Likewise.
56943         (all_local): Don't depend on stat.c or lstat.c.
56944         (stat.c, lstat.c): Remove rules.
56945         (EXTRA_DIST): Remove xstat.in.
56946
56947         * lib/xstat.in: Remove file.  Contents moved into stat.c.
56948         * lib/stat.c: New file.  Contents mostly from xstat.in.
56949         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
56950         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
56951
56952         * lib/safe-read.c: Rework so that it may serve to define safe_write,
56953         too.
56954         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
56955
56956 2002-12-03  Jim Meyering  <jim@meyering.net>
56957
56958         * lib/safe-read.c, safe-write.c: Change variable names and comments,
56959         but not semantics, to minimize the differences between these two files.
56960         (safe_read): Change comment to mention SAFE_READ_ERROR.
56961
56962         * lib/safe-read.c (IS_EINTR): Define.
56963         (safe_read): Use IS_EINTR in place of in-function cpp directives.
56964
56965 2002-12-02  Jim Meyering  <jim@meyering.net>
56966
56967         * lib/safe-read.c (EINTR): Define.
56968         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
56969         (INT_MAX): Provide fallback.
56970         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
56971
56972         * lib/safe-read.h (SAFE_READ_ERROR): Define.
56973
56974 2002-12-02  Bruno Haible  <bruno@clisp.org>
56975
56976         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
56977         Define, taken from safe-read.c.
56978         (INT_MAX): Provide fallback.
56979         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
56980         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
56981
56982         * lib/safe-read.c (EINTR): Remove definition.
56983         (safe_read): Don't use EINTR if it is absent.
56984
56985 2002-12-01  Jim Meyering  <jim@meyering.net>
56986
56987         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
56988         zero.
56989         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
56990
56991 2002-11-27  Paul Eggert  <eggert@twinsun.com>
56992
56993         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
56994         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
56995         with `if (! (value < limit)) abort ();', for readability.
56996
56997 2002-11-26  Karl Berry  <karl@gnu.org>
56998
56999         * lib/strdup.c: copy from libc again, with jim's ok.
57000         * lib/.cppi-disable: re-add strdup.c
57001
57002 2002-11-25  Karl Berry  <karl@gnu.org>
57003
57004         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
57005         instead of "strtol.c".
57006
57007 2002-11-25  Karl Berry  <karl@gnu.org>
57008
57009         * config/install-sh: update from automake for variable quoting, $0 in
57010         error msgs, etc.
57011
57012         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
57013         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
57014         entry.
57015
57016 2002-11-25  Jim Meyering  <jim@meyering.net>
57017
57018         * lib/mktime.c: Sync from libc, now that it has the latest fix.
57019
57020 2002-11-24  Karl Berry  <karl@gnu.org>
57021
57022         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
57023         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
57024
57025 2002-11-24  Jim Meyering  <jim@meyering.net>
57026
57027         Update from coreutils:
57028
57029         * lib/mktime.c: Merge in changes from libc.
57030
57031         Avoid a link-time failure on some Linux systems.
57032         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
57033         (otherwise).
57034         (__mon_yday): Declare with the STATIC attribute.
57035         (__mktime_internal): Likewise.
57036         Based on a report from Greg Schafer.
57037
57038 2002-11-23  Jim Meyering  <jim@meyering.net>
57039
57040         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
57041         Use `unsigned', not `int', as type of index.
57042
57043         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
57044
57045         * lib/fsusage.c: Remove unneeded parentheses around operands of
57046         `defined'.
57047
57048 2002-11-22  Paul Eggert  <eggert@twinsun.com>
57049
57050         * lib/quotearg.h: Allow multiple inclusion by surrounding with
57051         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
57052         so that we can be included first.
57053         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
57054         * lib/quotearg.c: Include quotearg.h immediately after config.h.
57055         No need to include stddef.h or sys/types.h any more.
57056         Surround local include files with "", not "<>".
57057         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
57058         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
57059         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
57060         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
57061         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
57062         (ISPRINT): Remove; no longer needed now that we assume C89.
57063
57064         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
57065         Preserve errno.
57066
57067         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
57068         quotearg_char): Use SIZE_MAX rather than
57069         (size_t) -1 when we are talking about "infinity".
57070
57071         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
57072
57073 2002-11-22  Paul Eggert  <eggert@twinsun.com>
57074
57075         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
57076         hint that one should use `if (! x) abort ();' rather than `assert
57077         (x);', and anyway it's one less thing to worry about configuring.
57078         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
57079         hash_rehash, hash_insert): Use abort rather than assert.
57080
57081 2002-11-22  Bruno Haible  <bruno@clisp.org>
57082
57083         * lib/safe-read.h: Assume C89. Add comments.
57084         (safe_read): Change return type to size_t.
57085         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
57086         byte counts > SSIZE_MAX correctly.
57087         * lib/safe-write.h: New file.
57088         * lib/safe-write.c: New file.
57089         * lib/full-read.h: New file.
57090         * lib/full-read.c: New file.
57091         * lib/full-write.h: Assume C89. Add comments.
57092         * lib/full-write.c: Include safe-write.h.
57093         (full_write): Rewritten to use safe_write.
57094         Suggested by Jim Meyering and Paul Eggert.
57095
57096 2002-11-21  Jim Meyering  <jim@meyering.net>
57097
57098         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
57099
57100         Merge in changes from the coreutils.
57101
57102         2002-09-25  Paul Eggert  <eggert@twinsun.com>
57103         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
57104         <stdint.h>.
57105         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
57106         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
57107         int.  Work more efficiently if X is the same width as uintmax_t.
57108         Do not compare X to -1, to avoid bogus compiler warning.
57109         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
57110         Don't assume that f_frsize and f_bsize are the same type.
57111
57112         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
57113         warning on FreeBSD.
57114
57115         * lib/makepath.c (make_path): Restore umask *before* creating the final
57116         component.
57117         (make_path): Minor reformatting.
57118
57119         * lib/xmalloc.c: Adjust to work with new autoconf macros,
57120         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
57121         HAVE_MALLOC/HAVE_REALLOC.
57122
57123         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
57124         dummy ones.  At least on GNU/Linux systems, `auto' means something
57125         else.
57126         From Michael Stone.
57127
57128 2002-11-21  Bruno Haible  <bruno@clisp.org>
57129
57130         Remove case insensitive option matching.
57131         * lib/argmatch.h (argcasematch): Remove declaration.
57132         (ARGCASEMATCH): Remove macro.
57133         (__xargmatch_internal): Remove case_sensitive argument.
57134         (XARGMATCH): Update.
57135         (XARGCASEMATCH): Remove macro.
57136         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
57137         case_sensitive argument.
57138         (argcasematch): Remove function.
57139         (__xargmatch_internal): Remove case_sensitive argument.
57140         (main): Use XARGMATCH instead of XARGCASEMATCH.
57141
57142         * lib/xmalloc.c: Change compile-time error message. Add comment about
57143         required autoconf version.
57144
57145 2002-11-20  Paul Eggert  <eggert@twinsun.com>
57146
57147         Merge argmatch cleanups from Bison.  Assume C89.
57148
57149         * lib/argmatch.c: Include config.h here, not in argmatch.h.
57150         Include stdlib.h, for EXIT_FAILURE.
57151         Always include <string.h>, since we assume C89.
57152         (EXIT_FAILURE): Remove pre-C89 bug workaround.
57153         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
57154         Include <stddef.h> instead, since it's all we need for size_t.
57155         (PARAMS): Remove.  All uses removed.
57156         (ARRAY_CARDINALITY): Do not bother to #undef.
57157         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
57158         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
57159         Remove unnecessary parentheses.
57160         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
57161         Insert necessary parentheses.
57162         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
57163         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
57164
57165 2002-11-19  Bruno Haible  <bruno@clisp.org>
57166
57167         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
57168         * lib/mbswidth.h: Include <stddef.h>, for size_t.
57169
57170         * lib/mbswidth.h (PARAMS): Remove macro.
57171         (mbswidth, mbsnwidth): Use ANSI C function declarations.
57172         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
57173
57174         * lib/gcd.h (PARAMS): Remove macro.
57175         (gcd): Use ANSI C function declarations.
57176         * lib/gcd.c (gcd): Likewise.
57177
57178 2002-11-15  Bruno Haible  <bruno@clisp.org>
57179
57180         * lib/strcspn.c: Include <stddef.h>.
57181         (strcspn): Use ANSI C function declaration. Change return type to
57182         size_t. Use NULL.
57183         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
57184         (strpbrk): Use NULL.
57185         * lib/strpbrk.h (PARAMS): Remove macro.
57186         (strpbrk): Use ANSI C function declaration.
57187         * lib/strstr.c: Don't include <sys/types.h>.
57188         * lib/strstr.h (PARAMS): Remove macro.
57189         (strstr): Use ANSI C function declarations.
57190
57191 2002-11-14  Karl Berry  <karl@gnu.org>
57192
57193         * config/mkinstalldirs: `do' on separate line, instead of
57194         `for var; do'.
57195
57196 2002-11-06  Bruno Haible  <bruno@clisp.org>
57197
57198         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
57199         * lib/gcd.c (gcd): Likewise.
57200
57201 2002-11-05  Bruno Haible  <bruno@clisp.org>
57202
57203         * lib/gcd.h: New file, from gettext-0.11.5.
57204         * lib/gcd.c: New file, from gettext-0.11.5.
57205
57206 2002-11-05  Bruno Haible  <bruno@clisp.org>
57207
57208         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57209         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57210         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57211         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
57212
57213         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
57214         <libintl.h>.
57215         * lib/makepath.c: Include gettext.h instead of <locale.h> and
57216         <libintl.h>.
57217
57218         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
57219         * lib/human.c: Include gettext.h instead of <libintl.h>.
57220         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
57221         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
57222         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
57223         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
57224         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
57225         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
57226         (textdomain): Remove definition.
57227         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
57228
57229         * lib/long-options.c: Remove include of <libintl.h> and definition of
57230         _.
57231         * lib/same.c: Remove include of <libintl.h> and definition of _.
57232
57233 2002-11-04  Owen Taylor  <otaylor@redhat.com>
57234
57235         * lib/config.charset: A few additions for Solaris.
57236
57237 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
57238
57239         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
57240         * lib/localcharset.c (locale_charset): Declare as extern "C".
57241
57242 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
57243
57244         * lib/config.charset: msdos in uk_UA uses CP1125.
57245
57246 2002-11-04  Bruno Haible  <bruno@clisp.org>
57247
57248         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
57249         * lib/strcase.h: New file, from GNU gettext-0.11.5.
57250         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
57251         * lib/strstr.h: New file, from GNU gettext-0.11.5.
57252         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
57253
57254 2002-11-04  Bruno Haible  <bruno@clisp.org>
57255
57256         * lib/localcharset.c (locale_charset): Don't return an empty string.
57257
57258 2002-11-04  Bruno Haible  <bruno@clisp.org>
57259
57260         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
57261         aliases.
57262
57263 2002-11-04  Bruno Haible  <bruno@clisp.org>
57264
57265         * lib/config.charset: Update for newest glibc. Add canonical names
57266         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
57267
57268 2002-11-04  Bruno Haible  <bruno@clisp.org>
57269
57270         * lib/config.charset: Add support for NetBSD.
57271
57272 2002-11-04  Bruno Haible  <bruno@clisp.org>
57273
57274         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
57275
57276 2002-11-01  Bruno Haible  <bruno@clisp.org>
57277
57278         * configure.in: Add AC_CONFIG_AUX_DIR call.
57279         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
57280         test/Makefile.
57281         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
57282
57283 2002-09-28  Karl Berry  <karl@gnu.org>
57284
57285         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
57286         installed automake until the next release, since changes have been
57287         made.
57288
57289 2002-09-25  Karl Berry  <karl@gnu.org>
57290
57291         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
57292         * lib/getopt*: copy from libc/posix.
57293         * lib/gettext.h: copy from gettext.
57294         * lib/.cppi-disable: add strdup.c, gettext.h.
57295
57296 2002-09-25  Karl Berry  <karl@gnu.org>
57297
57298         * config/srclist.txt: enable gettext.h check.
57299         * config/config.{guess,sub}: update from prep.
57300         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
57301                 from automake 1.6.3.
57302         See srclist*.
57303
57304 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
57305
57306         * regex.c (PATFETCH): Remove the translating fetch.
57307         (PATFETCH_RAW): Rename to PATFETCH.
57308         (set_image_of_range): New fun.
57309         (SET_RANGE_TABLE_WORK_AREA): Use it.
57310         (regex_compile): Don't translate the pattern chars so eagerly.
57311         Only do it when inserting an `exactn' bytecode or when handling
57312         a char-range.
57313         (mutually_exclusive_p): Avoid empty statement.
57314
57315 2002-07-06  Jim Meyering  <meyering@lucent.com>
57316
57317         * m4/README: Don't mention Makefile.am.in.
57318         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
57319
57320 2002-07-01  Jim Meyering  <meyering@lucent.com>
57321
57322         * lib/c-stack.c: Include sys/time.h.
57323         From Volker Borchert.
57324
57325 2002-06-26  Paul Eggert  <eggert@twinsun.com>
57326
57327         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
57328
57329 2002-06-26  Paul Eggert  <eggert@twinsun.com>
57330
57331         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
57332         New macro.  Use it uniformly instead of
57333         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
57334         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
57335         reported by Vin Shelton.
57336
57337 2002-06-22  Paul Eggert  <eggert@twinsun.com>
57338
57339         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
57340         Do not assume SA_SIGINFO behavior.
57341         Bug reported by Jim Meyering on NetBSD 1.5.2.
57342
57343 2002-06-22  Jim Meyering  <meyering@lucent.com>
57344
57345         * m4/c-stack.m4: New file, from diffutils-2.8.2.
57346         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
57347
57348         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
57349         now that configure.ac uses AC_GNU_SOURCE.
57350         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
57351         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
57352
57353         Update to latest tools.  Suggestions from Paul Eggert.
57354         * m4/stdbool.m4: New file, from diffutils-2.8.2.
57355         * m4/gnu-source.m4: Update from diffutils-2.8.2.
57356         * m4/fnmatch.m4: Likewise.
57357         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
57358         to AC_HEADER_STDBOOL
57359
57360 2002-06-22  Jim Meyering  <meyering@lucent.com>
57361
57362         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
57363         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
57364
57365 2002-06-22  Jim Meyering  <meyering@lucent.com>
57366
57367         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
57368
57369         * lib/exitfail.c, exitfail.h: Likewise.
57370         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
57371
57372         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
57373         of fnmatch.h.
57374         (EXTRA_DIST): Add fnmatch_loop.c.
57375         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
57376
57377         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
57378         * lib/fnmatch.c: Update from diffutils-2.8.2.
57379         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
57380         * lib/fnmatch.h: Remove file.
57381
57382 2002-06-21  Jim Meyering  <meyering@lucent.com>
57383
57384         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
57385         * m4/mbrtowc.m4: Likewise.
57386
57387         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
57388         * m4/mbswidth.m4: Reflect name change:
57389         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
57390         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
57391
57392         * m4/lib-link.m4: Update from gettext-0.11.2.
57393         * m4/gettext.m4: Likewise.
57394
57395         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
57396         From Alfred M. Szmidt.
57397
57398 2002-06-18  Paul Eggert  <eggert@twinsun.com>
57399
57400         * lib/file-type.h: Report an error if neither S_ISREG nor
57401         S_IFREG is defined, instead of using a test specific to glibc
57402         2.2.  This should be safe, since POSIX requires S_ISREG and
57403         Unix Version 7 had S_IFREG.  We don't need to check for
57404         <sys/types.h> since we don't use any symbols that it defines.
57405
57406 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
57407
57408         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
57409         $@-t, so that each temporary file name is unique and valid in the first
57410         8 characters, for operation under DOS.
57411
57412 2002-06-15  Paul Eggert  <eggert@twinsun.com>
57413
57414         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
57415
57416 2002-06-15  Jim Meyering  <meyering@lucent.com>
57417
57418         Work even with DJGPP 2.03, which lacks support for symlinks.
57419         From Richard Dawe.
57420         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
57421         is defined.
57422         * lib/lchown.c (S_ISLNK): Likewise.
57423
57424 2002-06-15  Jim Meyering  <meyering@lucent.com>
57425
57426         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
57427         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
57428         have been included before this file.
57429
57430 2002-06-14  Jim Meyering  <meyering@lucent.com>
57431
57432         * lib/file-type.h: Use the version from diffutils-2.8.2.
57433         * lib/file-type.c: Likewise.
57434
57435 2002-06-07  Jim Meyering  <meyering@lucent.com>
57436
57437         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
57438         They're needed at least for NetBSD 1.5.2.
57439         ($statxfs_includes): Include those same headers.
57440         ($statxfs_includes): Include sys/vfs.h if available.
57441         ($statxfs_includes): Likewise for sys/statvfs.h.
57442         Check for the following members in both structs statfs and statvfs:
57443         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
57444
57445 2002-06-01  Jim Meyering  <meyering@lucent.com>
57446
57447         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
57448         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
57449
57450 2002-05-28  Jim Meyering  <meyering@lucent.com>
57451
57452         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
57453         Reported by Volker Borchert.
57454
57455 2002-05-27  Jim Meyering  <meyering@lucent.com>
57456
57457         Fix a problem seen only on nonconforming systems whereby ls.c's
57458         use of localtime, and then of gettimeofday would cause trouble:
57459         the localtime call used to initialize rpl_gettimeofday's save
57460         mechanism would clobber ls's current local time information so
57461         that in any long listing the first file would always be listed
57462         with date 1970-01-01.  Analysis by Volker Borchert.
57463
57464         * lib/gettimeofday.c (localtime): Undefine.
57465         (rpl_localtime): New function.
57466
57467 2002-05-27  Jim Meyering  <meyering@lucent.com>
57468
57469         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
57470         localtime.
57471
57472         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
57473         use the replacement function; it wouldn't resolve at link time.
57474         Reported by Volker Borchert.
57475
57476 2002-05-22  Jim Meyering  <meyering@lucent.com>
57477
57478         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
57479         file-type.h.
57480         * lib/file-type.h: New file.
57481         * lib/file-type.c (file_type): New file/function.  Extracted from
57482         diffutils.
57483
57484 2002-04-30  Jim Meyering  <meyering@lucent.com>
57485
57486         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
57487
57488 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57489
57490         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
57491
57492 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57493
57494         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
57495         Do not check for alloca.h (no longer used) or stdbool.h (was never
57496         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
57497
57498 2002-04-29  Paul Eggert  <eggert@twinsun.com>
57499
57500         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
57501
57502 2002-04-29  Jim Meyering  <meyering@lucent.com>
57503
57504         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
57505         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
57506         Use AC_FUNC_STRNLEN here instead.
57507
57508         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
57509         With autoconf-2.53a, it's part of AC_PROG_CC.
57510
57511 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57512
57513         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
57514         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
57515
57516 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57517
57518         * lib/sig2str.h, lib/sig2str.c: New files.
57519         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
57520
57521 2002-04-28  Paul Eggert  <eggert@twinsun.com>
57522
57523         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
57524         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
57525         of 127, since 64 is the largest conceivable number for ancient
57526         nonstandard hosts.
57527         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
57528
57529 2002-04-28  Jim Meyering  <meyering@lucent.com>
57530
57531         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
57532
57533 2002-04-24  Jim Meyering  <meyering@lucent.com>
57534
57535         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
57536         (jm_PREREQ): Use it.
57537
57538         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
57539         mach/mach.h fcntl.h.
57540         Check for this function: setlocale.
57541
57542 2002-04-24  Jim Meyering  <meyering@lucent.com>
57543
57544         * lib/gettext.h: New file, from Gettext.
57545         * lib/Makefile.am (INCLUDES): Remove -I../intl.
57546         (libfetish_a_SOURCES): Add gettext.h.
57547
57548 2002-04-16  Jim Meyering  <meyering@lucent.com>
57549
57550         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
57551         ut_pid, ut_id, ut_exit.
57552
57553 2002-04-16  Jim Meyering  <meyering@lucent.com>
57554
57555         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
57556         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
57557         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
57558
57559 2002-04-12  Jim Meyering  <meyering@lucent.com>
57560
57561         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
57562         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
57563         existence of the getmntinfo function.  Needed for Darwin 5.3.
57564
57565         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
57566         This is necessary at least on Darwin 5.3.
57567
57568         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
57569         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
57570         strnlen.o in the library, and that makes some versions of ranlib
57571         object.
57572
57573 2002-04-12  Jim Meyering  <meyering@lucent.com>
57574
57575         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
57576
57577 2002-04-09  Jim Meyering  <meyering@lucent.com>
57578
57579         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
57580         to be more precise.  Rather than saying we're checking whether the
57581         function `works', say what we're testing.
57582         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
57583         Reported by Bruno Haible.
57584
57585 2002-03-10  Jim Meyering  <meyering@lucent.com>
57586
57587         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
57588         Suggestion from Santiago Vila.
57589
57590 2002-03-08  Jim Meyering  <meyering@lucent.com>
57591
57592         * lib/rename.c: Mention that this wrapper is needed also on
57593         mips-dec-ultrix4.4 systems.
57594
57595 2002-03-02  Jim Meyering  <meyering@lucent.com>
57596
57597         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
57598         not HAVE_CLOCK_SETTIME.
57599
57600 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57601
57602         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
57603         Check for clock_settime.
57604
57605 2002-02-27  Paul Eggert  <eggert@twinsun.com>
57606
57607         * lib/nanosleep.h: Rename to....
57608         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
57609
57610         * lib/gettime.c: New file.
57611         * lib/settime.c: New file.
57612         * lib/stime.c: Remove.
57613
57614         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
57615         timespec.h.  Remove nanosleep.h.
57616
57617 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57618
57619         * m4/acl.m4: New file.
57620         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
57621         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
57622
57623 2002-02-25  Paul Eggert  <eggert@twinsun.com>
57624
57625         * lib/acl.c, lib/acl.h: New files.
57626         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
57627
57628 2002-02-24  Jim Meyering  <meyering@lucent.com>
57629
57630         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
57631         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
57632         cause trouble.  Reported by Nelson Beebe.
57633
57634 2002-02-23  Paul Eggert  <eggert@twinsun.com>
57635
57636         * lib/path-concat.c (xpath_concat): Reorder code to pacify
57637         compilers that don't know that xalloc_die never returns.
57638
57639 2002-02-20  Jim Meyering  <meyering@lucent.com>
57640
57641         * lib/getdate.c: Regenerate using bison-1.33.
57642
57643 2002-02-17  Jim Meyering  <meyering@lucent.com>
57644
57645         * config/config.guess (main): Don't use `head -1'; it's no longer
57646         portable. Use `sed 1q' instead.
57647
57648 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
57649
57650         * m4/codeset.m4: Upgrade to gettext-0.11.
57651         * m4/gettext.m4: Upgrade to gettext-0.11.
57652         * m4/glibc21.m4: Upgrade to gettext-0.11.
57653         * m4/iconv.m4: Upgrade to gettext-0.11.
57654         * m4/isc-posix.m4: Upgrade to gettext-0.11.
57655         * m4/lcmessage.m4: Upgrade to gettext-0.11.
57656         * m4/lib-ld.m4: New file, from gettext-0.11.
57657         * m4/lib-link.m4: New file, from gettext-0.11.
57658         * m4/lib-prefix.m4: New file, from gettext-0.11.
57659         * m4/progtest.m4: Upgrade to gettext-0.11.
57660
57661 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57662
57663         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
57664         (jm_PREREQ): Use it.
57665
57666 2002-02-15  Paul Eggert  <eggert@twinsun.com>
57667
57668         * lib/posixver.c, lib/posixver.h: New files.
57669         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57670
57671 2002-02-02  Paul Eggert  <eggert@twinsun.com>
57672             Bruno Haible  <bruno@clisp.org>
57673
57674         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
57675         (fwrite_success_callback): New declaration.
57676         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
57677         print_unicode_char. Call failure callback instead of error.
57678         (fwrite_success_callback): New function.
57679         (exit_failure_callback): New function.
57680         (fallback_failure_callback): New function.
57681         (print_unicode_char): Call unicode_to_mb.
57682
57683 2002-01-26  Jim Meyering  <meyering@lucent.com>
57684
57685         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
57686         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
57687
57688 2002-01-26  Jim Meyering  <meyering@lucent.com>
57689
57690         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
57691
57692 2002-01-22  Paul Eggert  <eggert@twinsun.com>
57693
57694         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
57695
57696 2002-01-22  Jim Meyering  <meyering@lucent.com>
57697
57698         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
57699         Otherwise, some versions of automake would omit the rule that makes
57700         Makefile from Makefile.in.
57701
57702 2002-01-21  Paul Eggert  <eggert@twinsun.com>
57703
57704         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
57705         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
57706         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
57707         (memcoll): Set errno to zero if there is no error.
57708
57709         * lib/quotearg.c (quotearg_buffer_restyled):
57710         Fix bug with quoting buffers containing NUL when backslashing escapes.
57711         This bug was exposed by the other changes in this patch.
57712         (quotearg_n_options): New arg ARGSIZE.
57713         All callers changed.
57714         (quoting_options_from_style): New function.
57715         (quotearg_n_style): Use it.
57716         (quotearg_n_style_mem): New function.
57717
57718         * lib/quotearg.h (quotearg_n_style_mem): New function.
57719
57720 2002-01-19  Jim Meyering  <meyering@lucent.com>
57721
57722         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
57723         Remove useless quotes: DF_PROG="df".
57724         * m4/strnlen.m4: New file.
57725
57726 2002-01-16  Paul Eggert  <eggert@twinsun.com>
57727
57728         * lib/backupfile.c (ISDIGIT): Comment fix.
57729         * lib/getdate.y (ISDIGIT): Likewise.
57730         * lib/posixtm.c (ISDIGIT, year): Likewise.
57731         * lib/strverscmp.c (ISDIGIT): Likewise.
57732         * lib/userspec.c (ISDIGIT): Likewise.
57733
57734 2002-01-16  Jim Meyering  <meyering@lucent.com>
57735
57736         * lib/getdate.y: Add three semicolons, each just before a closing
57737         brace. Bison (as of version 1.31) no longer papers over that mistake.
57738
57739 2002-01-05  Jim Meyering  <meyering@lucent.com>
57740
57741         * lib/version-etc.c (version_etc_copyright): Update copyright year.
57742
57743 2001-12-19  Paul Eggert  <eggert@twinsun.com>
57744
57745         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
57746         not silently exit merely because the output buffer happens to
57747         have nothing pending.
57748
57749 2001-12-18  Paul Eggert  <eggert@twinsun.com>
57750
57751         See the big note in ../ChangeLog.
57752         * lib/human.c (suffixes): Prefer K to k for 1024.
57753         (generate_suffix_backwards): New function.
57754         (human_readable_inexact): Use it.
57755         * lib/xstrtol.c (__xstrtol): If there is no number but there
57756         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
57757         Accept 'K' as well as 'k'.
57758
57759 2001-12-15  Jim Meyering  <meyering@lucent.com>
57760
57761         * lib/regex.h (__restrict_arr): Update from libc.
57762
57763         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
57764         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
57765         (STREQ): Define.
57766
57767 2001-12-14  Jim Meyering  <meyering@lucent.com>
57768
57769         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
57770         Suggestion from Bruno Haible.
57771
57772 2001-12-10  Jim Meyering  <meyering@lucent.com>
57773
57774         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
57775         xrealloc, Instead, include "xalloc.h".
57776         (initbuffer): Don't cast xmalloc return value to char*.
57777         (readline): Reword comment.
57778         Don't cast xrealloc return value to char*
57779         Return NULL, not 0.
57780
57781 2001-12-09  Jim Meyering  <meyering@lucent.com>
57782
57783         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
57784         about `signed and unsigned type in conditional expression'.
57785         * lib/posixtm.c (posix_time_parse): Likewise.
57786
57787         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
57788
57789         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
57790         to avoid a pedantic warning.
57791
57792         * lib/getstr.c: Don't include assert.h.
57793         (getstr): Remove warning-evoking assertions.
57794         Return -1 if offset parameter is out of bounds.
57795         Change the type of a local from int to size_t.
57796
57797         * lib/strftime.c (my_strftime_localtime_r): Include this function
57798         definition in the `#if ! HAVE_TM_GMTOFF' block.
57799
57800         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
57801         Include xalloc.h instead.
57802
57803 2001-12-02  Jim Meyering  <meyering@lucent.com>
57804
57805         * lib/tempname.c: Don't declare getenv, thus reverting the change of
57806         2001-11-18.  It's no longer necessary, now that stdlib.h is always
57807         included.
57808
57809         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
57810         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
57811
57812 2001-11-30  Akim Demaille  <akim@epita.fr>
57813
57814         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
57815         before being defined.
57816
57817 2001-11-27  Paul Eggert  <eggert@twinsun.com>
57818
57819         * lib/quotearg.h (quotearg_n, quotearg_n_style):
57820         First arg is int, not unsigned.
57821         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
57822         (SIZE_MAX, UINT_MAX): New macros.
57823         (quotearg_n_options): Abort if N is negative.
57824         Avoid overflow check on hosts where size_t is 64 bits and int
57825         is 32 bits, as overflow is impossible there.
57826         Fix off-by-one typo that caused unnecessary reallocation.
57827
57828 2001-11-27  Jim Meyering  <meyering@lucent.com>
57829
57830         * lib/tempname.c: Merge with version from libc.
57831         * lib/regex.c: Likewise.
57832
57833         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
57834         systems for which STDC_HEADERS is 0, it was not included, resulting in
57835         a warning about an integer-to-pointer conversion problem with getenv.
57836         Reported by Volker Borchert.
57837
57838 2001-11-26  Jim Meyering  <meyering@lucent.com>
57839
57840         * lib/gtod.h: Remove file.
57841         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
57842         * lib/gettimeofday.c: Don't include gtod.h.
57843         (GTOD_init): Remove function.
57844         (rpl_gettimeofday): Do its job here instead, rather than aborting.
57845         Suggestion from Volker Borchert.
57846
57847 2001-11-23  Jim Meyering  <meyering@lucent.com>
57848
57849         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
57850         it.
57851         * lib/hash.c (struct hash_table): Define it here instead.
57852
57853 2001-11-22  Jim Meyering  <meyering@lucent.com>
57854
57855         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
57856
57857 2001-11-20  Jim Meyering  <meyering@lucent.com>
57858
57859         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
57860         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
57861
57862 2001-11-19  Jim Meyering  <meyering@lucent.com>
57863
57864         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
57865         directory.  Use "conftestXXXXXX" as the template.
57866         Suggestion from Paul Eggert.
57867
57868         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
57869         immediately, so the test doesn't mistakenly hit the max-open-files
57870         limit.
57871
57872 2001-11-18  Paul Eggert  <eggert@twinsun.com>
57873
57874         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
57875         (TEMPORARIES): New macro.
57876         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
57877         removes an artificial limitation (e.g. HP-UX 10.20, where
57878         TMP_MAX is 17576).
57879
57880 2001-11-18  Jim Meyering  <meyering@lucent.com>
57881
57882         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
57883
57884 2001-11-18  Jim Meyering  <meyering@lucent.com>
57885
57886         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
57887         on SunOS 4.
57888
57889         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
57890         files will be created before anything else.
57891
57892 2001-11-17  Paul Eggert  <eggert@twinsun.com>
57893
57894         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
57895         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
57896
57897 2001-11-17  Jim Meyering  <meyering@lucent.com>
57898
57899         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
57900         Prompted by a report from Bob Proulx.
57901
57902         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
57903         Instead, require UTILS_FUNC_MKSTEMP.
57904
57905 2001-11-17  Jim Meyering  <meyering@lucent.com>
57906
57907         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
57908         Now, that's done as part of AC_FUNC_STRTOD.
57909
57910 2001-11-17  Jim Meyering  <meyering@lucent.com>
57911
57912         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
57913         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
57914         rather than group writable.  Patch by Juan F. Codagnone.
57915
57916         * lib/readtokens.c: Remove explicit declarations of xmalloc and
57917         xrealloc, Instead, include "xalloc.h".
57918
57919         * lib/mountlist.c: Include unlocked-io.h after all system headers.
57920         Remove explicit declarations of xmalloc, xrealloc,
57921         and xstrdup.  Instead, include "xalloc.h".
57922
57923         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
57924         unlocked-io.h.
57925         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
57926         Likewise.
57927         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
57928
57929         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
57930         Reported by Padraig Brady.
57931
57932         * lib/mkstemp.c: #undef mkstemp.
57933         Include config.h.
57934         (rpl_mkstemp): Rename from mkstemp.
57935         Protoize.
57936
57937 2001-11-16  Jim Meyering  <meyering@lucent.com>
57938
57939         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
57940         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
57941         determine the amount of total physical memory, use pstat_getstatic.
57942         HPUX-11 doesn't define _SC_PHYS_PAGES.
57943         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
57944         If sysconf couldn't be used to determine the amount of available
57945         physical memory, use both pstat_getstatic and pstat_getdynamic.
57946         Based on a patch from Bob Proulx.
57947
57948 2001-11-10  Jim Meyering  <meyering@lucent.com>
57949
57950         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
57951         (jm_PREREQ): Use it.
57952
57953 2001-11-09  Jim Meyering  <meyering@lucent.com>
57954
57955         * m4/jm-macros.m4: Require autoconf-2.52f.
57956         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
57957         Use these AC_-prefixed names, not the AM_-prefixed ones.
57958
57959         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
57960
57961 2001-11-05  Jim Meyering  <meyering@lucent.com>
57962
57963         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
57964
57965 2001-11-04  Jim Meyering  <meyering@lucent.com>
57966
57967         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
57968         $DEFS.
57969
57970 2001-11-03  Jim Meyering  <meyering@lucent.com>
57971
57972         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
57973         of AC_DEFUN.
57974
57975         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
57976         know the name of the variable in the macro definition.
57977
57978 2001-11-03  Jim Meyering  <meyering@lucent.com>
57979
57980         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
57981         in argmatch_to_argument call.
57982
57983         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
57984         argument.
57985
57986         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
57987         e.g., a fault due to an attempt to free a NULL pointer.
57988
57989 2001-11-01  Jim Meyering  <meyering@lucent.com>
57990
57991         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
57992         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
57993
57994 2001-11-01  Jim Meyering  <meyering@lucent.com>
57995
57996         * lib/dirfd.c, lib/dirfd.h: New files.
57997         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
57998
57999         * lib/hash.c (hash_print) [TESTING]: Clean up.
58000
58001 2001-10-22  Paul Eggert  <eggert@twinsun.com>
58002
58003         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
58004         to avoid a warning if -Wall.
58005
58006 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
58007
58008         * README: New file
58009         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
58010         (per RMS's instructions, this is now the canonical source)
58011         * lgpl/, gpl/: New directories.
58012
58013 2001-10-21  Paul Eggert  <eggert@twinsun.com>
58014
58015         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
58016
58017 2001-10-21  Jim Meyering  <meyering@lucent.com>
58018
58019         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
58020         this code would end up calling gettext even in packages built
58021         with --disable-nls.
58022         * lib/getopt.c (_): Likewise.
58023         * lib/regex.c (_): Likewise.
58024
58025 2001-10-20  Paul Eggert  <eggert@twinsun.com>
58026
58027         * m4/error.m4 (jm_PREREQ_ERROR):
58028         Do not invoke AC_CHECK_FUNCS with strerror_r, as
58029         AC_FUNC_STRERROR_R does that.
58030         Check for strerror declaration.
58031
58032         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
58033         are supposed to have them these days.
58034         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
58035         Merge changes from latest Autoconf CVS.
58036         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
58037         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
58038         POSIX decided to standardize on the int flavor of strerror_r.
58039
58040 2001-10-20  Paul Eggert  <eggert@twinsun.com>
58041
58042         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
58043         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
58044         Use strerror_r that is only a macro, even if it is not a function.
58045         (strerror): Check for HAVE_DECL_STRERROR before declaring.
58046         (private_strerror): Use prototypes, not old-style function definition.
58047         (print_errno_message): New function.
58048         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
58049         char*-flavored one.
58050         (error_tail, error, error_at_line): Use it.
58051
58052 2001-10-11  Jim Meyering  <meyering@lucent.com>
58053
58054         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
58055         and quote_n (1, ... to avoid clobbering a buffer.
58056
58057 2001-10-05  Jim Meyering  <meyering@lucent.com>
58058
58059         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
58060         hash-pjw.h.
58061         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
58062         * lib/hash-pjw.h: New file.
58063
58064 2001-09-30  Jim Meyering  <meyering@lucent.com>
58065
58066         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
58067         `struct fsstat' has the `f_fstypename' member.
58068         Use that to define FS_TYPE, which is now used to make
58069         the getfsstat link test tighter.
58070
58071 2001-09-30  Jim Meyering  <meyering@lucent.com>
58072
58073         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
58074         Include <sys/ucred.h>, for Apple Darwin.
58075         Include sys/mount.h and sys/fs_types.h only if available.
58076         (FS_TYPE): Define.
58077         (read_filesystem_list): Use FS_TYPE.
58078
58079 2001-09-29  Paul Eggert  <eggert@twinsun.com>
58080
58081         * lib/exclude.c (excluded_filename): 0 -> false, since it's
58082         a boolean context.
58083
58084 2001-09-29  Jim Meyering  <meyering@lucent.com>
58085
58086         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
58087         [one-argument getmntent function]): Include stdio.h before mntent.h.
58088         SunOS 4.1.x needs it for the declaration of `FILE'.
58089         Patch by Volker Borchert.
58090
58091         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
58092         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
58093         sys/fs_types.h, and make the link-test for getfsstat guard #include
58094         directives with appropriate #if HAVE_*_H tests so that we can
58095         detect getfsstat on Apple Darwin1.3.7 systems.
58096         Reported by Nelson Beebe.
58097         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
58098
58099 2001-09-28  Paul Eggert  <eggert@twinsun.com>
58100
58101         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
58102         #defines strtoimax.  Also treat the other strto* functions
58103         like strtoimax.
58104
58105         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
58106         Check for strtoul and strtoumax,
58107         as those declarations are made even in the signed case.
58108         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
58109         Likewise, for strtol and strtoimax.
58110
58111 2001-09-28  Paul Eggert  <eggert@twinsun.com>
58112
58113         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
58114         #defines strtoimax.  Also treat the other strto* functions
58115         like strtoimax.
58116
58117         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
58118         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
58119         (strtoimax, strtoumax): Do not declare if already defined as a macro.
58120
58121 2001-09-26  Jim Meyering  <meyering@lucent.com>
58122
58123         Most macros in unlocked-io.h had the wrong number of arguments.
58124         * lib/gen-uio: New script.
58125         (USE_UNLOCKED_IO): Define to 1 if not already defined.
58126         * lib/unlocked-io.hin: Remove file.
58127         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
58128         rather than trying to embed it here.
58129         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
58130         Reported by Padraig Brady.
58131
58132 2001-09-25  Volker Borchert  <bt@teknon.de>
58133
58134         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
58135         `result'.
58136
58137 2001-09-24  Jim Meyering  <meyering@lucent.com>
58138
58139         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
58140
58141 2001-09-23  Jim Meyering  <meyering@lucent.com>
58142
58143         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
58144         instead of the mere test for existence of mntent.h.  The latter
58145         would get a false-positive on AIX 3.4 systems.
58146         In the outer getmntent if-block, don't die if neither of the getmntent
58147         tests succeeds.  Instead, just fall through and continue with the
58148         remaining tests.
58149
58150 2001-09-23  Jim Meyering  <meyering@lucent.com>
58151
58152         * lib/mountlist.c: Remove useless parentheses in #if directives.
58153         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
58154         the deprecated MOUNTED symbol is no longer defined in mntent.h.
58155
58156 2001-09-22  Jim Meyering  <meyering@lucent.com>
58157
58158         * m4/gettext.m4: New file.  From gettext.
58159         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
58160         * m4/progtest.m4: Likewise
58161         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
58162         * m4/glibc21.m4: Likewise.
58163
58164         * m4/libintl.m4: Remove.  No longer used.
58165
58166 2001-09-22  Jim Meyering  <meyering@lucent.com>
58167
58168         * lib/localcharset.c: Update from latest gettext.
58169         * lib/config.charset: Likewise.
58170
58171 2001-09-20  Jim Meyering  <meyering@lucent.com>
58172
58173         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
58174         strtoimax.
58175         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
58176         strtoumax.
58177
58178 2001-09-20  Jim Meyering  <meyering@lucent.com>
58179
58180         * lib/xstrtol.c (strtoimax): Guard declaration with
58181         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
58182         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
58183         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
58184         (strtoumax): Likewise, for completeness (it wasn't necessary).
58185
58186 2001-09-17  Paul Eggert  <eggert@twinsun.com>
58187
58188         * lib/strtoimax.c (HAVE_LONG_LONG):
58189         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
58190         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
58191         to work around bug in IBM C compiler.
58192
58193 2001-09-17  Jim Meyering  <meyering@lucent.com>
58194
58195         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
58196         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
58197         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
58198         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
58199         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
58200         whenever the right hand side need not be expanded by the shell.
58201
58202 2001-09-16  Paul Eggert  <eggert@twinsun.com>
58203
58204         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
58205         library.  It's not correct, as some older glibcs are buggy.
58206         fnmatch wasn't fixed until glibc 2.2.
58207
58208         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
58209         special shell magic here.
58210
58211 2001-09-16  Jim Meyering  <meyering@lucent.com>
58212
58213         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
58214         * m4/jm-macros.m4: Require it.
58215
58216 2001-09-16  Jim Meyering  <meyering@lucent.com>
58217
58218         * lib/mkdir.c: New file.
58219
58220 2001-09-15  Jim Meyering  <meyering@lucent.com>
58221
58222         * m4/jm-macros.m4: Check for help2man.
58223
58224 2001-09-11  Jim Meyering  <meyering@lucent.com>
58225
58226         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
58227         The body, by Paul Eggert, was moved here from configure.in.
58228         * m4/jm-macros.m4: Require UTILS_HOST_OS.
58229
58230 2001-09-04  Paul Eggert  <eggert@twinsun.com>
58231
58232         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
58233         (jm_PREREQ): Use it.
58234
58235 2001-09-04  Paul Eggert  <eggert@twinsun.com>
58236
58237         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
58238         Use ssize_t, not int, to store result of readlink.
58239         Check for ssize_t overflow as well as size_t overflow,
58240         as POSIX says the result of readlink is implementation-defined
58241         when ssize_t overflows.
58242         Remove unnecessary cast to char*.
58243         Use free+malloc instead of realloc, as the storage doesn't need
58244         to be preserved and it's clearer and can be more efficient that way.
58245         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
58246         * lib/xreadlink.h (xreadlink): Update prototype.
58247
58248 2001-09-04  Paul Eggert  <eggert@twinsun.com>
58249
58250         * lib/xgetcwd.c: Revert some of the previous change; intead,
58251         fix the HAVE_GETCWD_NULL code to behave more like the
58252         !HAVE_GETCWD_NULL code used to.
58253
58254         Include "xalloc.h".
58255         (xgetcwd): Do not return NULL when memory is exhausted; instead,
58256         invoke xalloc_die.
58257
58258 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58259
58260         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
58261         sys/param.h, as pathmax.h includes them.
58262
58263 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58264
58265         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
58266         (jm_PREREQ_XGETCWD): New macro.
58267
58268         * m4/getcwd.m4: New file.
58269
58270 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58271
58272         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
58273         like the HAVE_GETCWD_NULL code.
58274         Include pathmax.h if not HAVE_GETCWD.
58275         Do not include xalloc.h.
58276         (INITIAL_BUFFER_SIZE): New symbol.
58277         Do not use xmalloc / xrealloc, since the caller is responsible for
58278         handling errors.  Preserve errno around `free' during failure.
58279         Do not overrun buffer when using getwd.
58280
58281 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58282
58283         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
58284         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
58285         getcwd (NULL, 0).
58286
58287 2001-09-03  Paul Eggert  <eggert@twinsun.com>
58288
58289         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
58290         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
58291         spotted by Jim Meyering.
58292
58293 2001-09-03  Jim Meyering  <meyering@lucent.com>
58294
58295         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
58296         failure.
58297
58298 2001-09-02  Jim Meyering  <meyering@lucent.com>
58299
58300         * lib/error.c: Update from GNU libc.
58301
58302 2001-09-01  Jim Meyering  <meyering@lucent.com>
58303
58304         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
58305         Used by df.
58306
58307 2001-09-01  Jim Meyering  <meyering@lucent.com>
58308
58309         * lib/xreadlink.c: New file.
58310         * lib/xreadlink.h: New file.
58311         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
58312         xreadlink.h.
58313
58314         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
58315         doesn't conflict with sparc Solaris 7's definition in
58316         /usr/include/sys/int_types.h.
58317
58318         * lib/exclude.c: Use `""', not `<>' to #include non-system header
58319         files.
58320         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
58321         and strncasecmp as r-values.  Unixware didn't have declarations.
58322
58323 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58324
58325         * lib/xstrtol.h: Add copyright notice.
58326         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
58327         LONGINT_INVALID_SUFFIX_CHAR.
58328
58329 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58330
58331         * lib/xstrtol.c (strtoimax): New decl.
58332
58333 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58334
58335         * lib/xgetcwd.c: Don't include pathmax.h.
58336         Include stdlib.h and unistd.h if available.
58337         Include xalloc.h.
58338         (xmalloc, xstrdup, free): Remove decls.
58339         (xgetcwd): Don't assume sizes fit in unsigned.
58340         Check for overflow when computing sizes.
58341         Simplify reallocation code.
58342
58343 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58344
58345         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
58346         a directory's st_size can have an arbitrary value, so the old
58347         usage could waste an arbitrary amount of memory.  All uses
58348         changed.
58349         * lib/savedir.h: Update prototype.
58350
58351 2001-08-31  Paul Eggert  <eggert@twinsun.com>
58352
58353         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
58354
58355         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
58356         old strtoimax.c.
58357
58358         Also, make the following further changes to make this file's
58359         configuration more similar to that of strtol.c:
58360         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
58361         (strtoumax, uintmax_t, strtoull, strtol): Remove.
58362         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
58363         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
58364         changed to signed values.
58365
58366         And make the following changes as well:
58367         Fix copyright notice, as 1999 was missing.
58368         (verify): New macro.
58369         (strtoimax): Check sizes at compile-time, not run-time.
58370         Prefer strtol to strtoll if both work.
58371         (main): Remove; it was not that useful and was a pain to maintain.
58372
58373         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
58374
58375 2001-08-31  Jim Meyering  <meyering@lucent.com>
58376
58377         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
58378         Use an initial, malloc'd, buffer of length 128 rather than
58379         a statically allocated one of length 1024.
58380
58381 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58382
58383         Simplify code, partly by assuming autoconf 2.52 semantics.
58384
58385         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
58386
58387         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
58388         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
58389         All uses removed.
58390         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
58391         Move AC_REQUIRE to next-to-top level, to avoid confusion.
58392         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
58393         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
58394         jm_AC_HEADER_INTTYPES_H.
58395         * m4/jm-macros.m4 (jm_MACROS): Likewise.
58396
58397         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
58398
58399         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
58400         Quote first arg of AC_DEFUN.
58401         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
58402         since they are needed to parse the include file even if we need
58403         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
58404         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
58405         but with opposite signedness.
58406
58407 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58408
58409         Merge 'exclude' changes from tar 1.13.22.
58410         This fixes one or two unlikely storage allocation overflow bugs,
58411         but doesn't change user-visible behavior otherwise.
58412
58413 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58414
58415         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
58416         (jm_PREREQ_EXCLUDE): New macro.
58417
58418 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58419
58420         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
58421         tm to be declared.
58422
58423 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58424
58425         * lib/hash.c: Remove '2001' from copyright notice.
58426
58427 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58428
58429         * lib/full-write.h: New file.
58430         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
58431         * lib/full-write.c: Correct credits, as cccp.c no longer
58432         exists and anyway it was so heavily changed from the old cccp
58433         code as to be unrecognizable.  Include full-write.h.
58434         (full_write) Return size_t, with short writes meaning failure.
58435         All callers changed.  This fixes a bug with large buffers
58436         on 64-bit hosts.
58437         * lib/utime.c: Include full-write.h.
58438
58439 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58440
58441         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
58442         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
58443         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
58444         Include if available.
58445         (<xalloc.h>): Include
58446         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
58447         (verify): New macro.  Use it to verify that EXCLUDE macros do not
58448         collide with FNM macros.
58449         (struct patopts): New struct.
58450         (struct exclude): Use it, as exclude patterns now come with options.
58451         (new_exclude): Support above changes.
58452         (new_exclude, add_exclude_file):
58453         Initial size must now be a power of two to simplify overflow checking.
58454         (free_exclude, fnmatch_no_wildcards): New function.
58455         (excluded_filename): No longer requires options arg, as the options
58456         are determined by add_exclude.  Now returns bool, not int.
58457         (excluded_filename, add_exclude):
58458         Add support for the fancy new exclusion options.
58459         (add_exclude, add_exclude_file): Now takes int options arg.
58460         Check for arithmetic overflow when computing sizes.
58461         (add_exclude_file): xrealloc might modify errno, so don't
58462         realloc until after errno might be used.
58463
58464         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
58465         New macros.
58466         (free_exclude): New decl.
58467         (add_exclude, add_exclude_file): Now takes int options arg.
58468         (excluded_filename): No longer requires options arg, as the options
58469         are determined by add_exclude.  Now returns bool, not int.
58470
58471 2001-08-30  Paul Eggert  <eggert@twinsun.com>
58472
58473         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
58474
58475 2001-08-27  Jim Meyering  <meyering@lucent.com>
58476
58477         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
58478
58479         * lib/version-etc.c (N_): Remove definition.
58480         Revert most of last change.
58481         Instead, simply don't mark the `Copyright...' string for translation.
58482         Based on advice from Paul Eggert.
58483
58484         * lib/strtoxmax.c: Tweak comment.
58485
58486 2001-08-26  Jim Meyering  <meyering@lucent.com>
58487
58488         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
58489
58490         * m4/xstrtoimax.m4: New file.
58491         * m4/xstrtoumax.m4: Add comments explaining why we
58492         AC_REPLACE_FUNCS(strtol).
58493
58494 2001-08-26  Jim Meyering  <meyering@lucent.com>
58495
58496         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
58497         of copyright with `%s' so translators don't get an untranslated
58498         message in 2002.
58499         (COPYRIGHT_YEAR): Define.
58500         (version_etc): Use fprintf rather than fputs.
58501         Suggestion from Ulrich Drepper.
58502
58503         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
58504
58505         * lib/strtoll.c: New file, from GNU libc.
58506         * lib/xstrtoimax.c: New file.
58507
58508         * lib/xstrtol.h: Add xstrtoimax.
58509         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
58510         * lib/strtoimax.c: New file.  Likewise, but first define
58511         STRTOUXMAX_SIGNED.
58512
58513         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
58514         ...
58515         * lib/strtoxmax.c: ... then renamed to this.
58516
58517 2001-08-18  Paul Eggert  <eggert@twinsun.com>
58518
58519         * m4/inttypes.m4: Add AC_PREREQ(2.13).
58520         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
58521         (jm_AC_TYPE_INTMAX_T): New macro.
58522         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
58523
58524         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
58525
58526         * m4/longlong.m4: Renamed from ulonglong.m4.
58527         * m4/inttypes.m4: Renamed from inttypes_h.m4.
58528         * m4/uintmax_t.m4: Removed.
58529
58530 2001-08-13  Paul Eggert  <eggert@twinsun.com>
58531
58532         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
58533         Port to Solaris 8, where 'sed' requires a space after the 'r'
58534         command, and where sh dislikes "$/".  Clean up the spacing a bit.
58535         Redirect output to $tmp just once.
58536
58537 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
58538
58539         * lib/addext.c (<errno.h>): Include.
58540         (errno): Declare if not defined.
58541         (addext): Work correctly when pathconf returns -1 and leaves
58542         errno alone because there is no limit.  Also, work even if
58543         pathconf returns a value greater than SIZE_MAX.
58544
58545 2001-08-12  Jim Meyering  <meyering@lucent.com>
58546
58547         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
58548         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
58549         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
58550         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
58551         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
58552         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
58553         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
58554         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
58555         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
58556         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
58557         utime.m4, utimes.m4, xstrtoumax.m4:
58558         Quote the first argument in each use of AC_DEFUN.
58559
58560 2001-08-12  Jim Meyering  <meyering@lucent.com>
58561
58562         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
58563         Simply `return getcwd (NULL, 0);'.
58564         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
58565         Use 1300 as initial value for length, not PATH_MAX.
58566
58567         * lib/pathmax.h: Clean up cpp syntax.
58568
58569 2001-08-12  Jim Meyering  <meyering@lucent.com>
58570
58571         * lib/gettimeofday.c: New file.
58572         * lib/gtod.h: New file.
58573         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
58574
58575 2001-08-05  Jim Meyering  <meyering@lucent.com>
58576
58577         * m4/jm-macros.m4: Require autoconf-2.52.
58578
58579 2001-08-04  Jim Meyering  <meyering@lucent.com>
58580
58581         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
58582         stmt, to get in sync with glibc.
58583
58584 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58585
58586         The following changes are from gettext 0.10.39 as maintained by
58587         Bruno Haible.
58588
58589         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
58590         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
58591         with inverted sense.  All uses changed.
58592
58593         * lib/mbswidth.c: Don't include <limits.h>.
58594         Include <stdlib.h> and <string.h> unconditionally.
58595         (iswcntrl, mbsinit, ISCNTRL): New macros.
58596         (mbsnwidth): Use K&R style function declarations.
58597         Don't bother checking for MB_LEN_MAX == 1, since the compiler
58598         can optimize it when MB_CUR_MAX == 1.
58599         The width of control characters is zero, not 1.
58600
58601 2001-08-03  Paul Eggert  <eggert@twinsun.com>
58602
58603         The following changes are from gettext 0.10.39 as maintained by
58604         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
58605
58606         * m4/codeset.m4: Upgrade to serial AM1.
58607         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
58608         all uses changed.  Quote first arg of AC_DEFUN.
58609         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
58610
58611         * m4/iconv.m4: Upgrade to serial AM2.
58612         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
58613         Add --with-libconv-prefix.
58614         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
58615         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
58616         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
58617         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
58618         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
58619
58620         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
58621         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
58622         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
58623         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
58624         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
58625         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
58626         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
58627         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
58628         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
58629
58630         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
58631         string.h any more.
58632
58633         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
58634         not the default value.
58635
58636         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
58637         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
58638         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
58639         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
58640         Also check for iswcntrl, used for wcwidth fallback.
58641         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
58642         to Autoconf 2.13.
58643
58644 2001-08-03  Jim Meyering  <meyering@lucent.com>
58645
58646         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
58647         as it was in the original.  Reported by Paul Eggert.
58648
58649 2001-07-16  Jim Meyering  <meyering@lucent.com>
58650
58651         * m4/gettimeofday.m4: New file.
58652         Prompted by a report from Bernhard Baehr.
58653
58654 2001-07-15  Jim Meyering  <meyering@lucent.com>
58655
58656         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
58657         stuff. Now it's in ../Makefile.cfg.
58658
58659 2001-07-15  Jim Meyering  <meyering@lucent.com>
58660
58661         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
58662         (BUILT_SOURCES): Add unlocked-io.h.
58663         (io_functions): Define.
58664         (unlocked-io.h): New rule.
58665         (DISTCLEANFILES): Add unlocked-io.h.
58666         (all-local): Depend on unlocked-io.h, to ensure it is created.
58667
58668         * lib/unlocked-io.hin: New file
58669
58670         * lib/regex.c: Update from glibc.
58671
58672 2001-07-05  Jim Meyering  <meyering@lucent.com>
58673
58674         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
58675         recommendation.
58676         (libfetish_a_SOURCES): Put all .h files here instead.
58677         Remove a thus-exposed (better checks in automake) duplicate and
58678         two unnecessary .h files.
58679
58680 2001-07-04  Jim Meyering  <meyering@lucent.com>
58681
58682         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
58683         that generates jm-glibc-io.m4 so that it doesn't trigger any make
58684         distcheck failure.
58685
58686 2001-07-02  Jim Meyering  <meyering@lucent.com>
58687
58688         The following changes were prompted by suggestions from Bruno Haible.
58689
58690         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
58691         is now generated.
58692         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
58693         definition of EXTRA_DIST.
58694         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
58695         ensure that the generated file is created/updated whenever the list
58696         of $(unlocked_functions) is changed.
58697         (jm-glibc-io.m4): New rule.
58698         (unlocked-io.h): New rule -- currently unused.
58699
58700 2001-06-24  Jim Meyering  <meyering@lucent.com>
58701
58702         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
58703         unmatched right bracket, rather than kludging it with an extra,
58704         falsely-matching quote in a comment.  Patch by Akim Demaille.
58705
58706 2001-06-11  Jim Meyering  <meyering@lucent.com>
58707
58708         * lib/regex.c: Update from GNU libc.
58709
58710 2001-05-27  Jim Meyering  <meyering@lucent.com>
58711
58712         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
58713         Check for ut_type in struct utmp.
58714
58715 2001-05-27  Jim Meyering  <meyering@lucent.com>
58716
58717         * lib/readutmp.h (UT_TYPE): Define.
58718
58719 2001-05-24  Jim Meyering  <meyering@lucent.com>
58720
58721         * lib/argmatch.c: Include "quote.h".
58722         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
58723         quote function.  Reported by Göran Uddeborg.
58724
58725 2001-05-22  Jim Meyering  <meyering@lucent.com>
58726
58727         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
58728         now that we use the package-supplied version unconditionally.
58729         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
58730
58731 2001-05-21  Jim Meyering  <meyering@lucent.com>
58732
58733         * m4/regex.m4: Change a couple backticks to single quotes to avoid
58734         shell syntax errors.
58735
58736 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58737
58738         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
58739
58740 2001-05-20  Paul Eggert  <eggert@twinsun.com>
58741
58742         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
58743         Don't bother to check library strftime, since
58744         we'll be using our own my_strftime function anyway.
58745         Define my_strftime instead of strftime.
58746
58747 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
58748
58749         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
58750         which is not yet declared.
58751
58752 2001-05-15  Jim Meyering  <meyering@lucent.com>
58753
58754         * m4/regex.m4: Use proper quoting so brackets appear in the test
58755         program.
58756         Reported by, and with help from, Bruno Haible.
58757
58758 2001-05-13  Jim Meyering  <meyering@lucent.com>
58759
58760         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
58761         undefined.
58762
58763 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58764
58765         dirname code cleanup.  base_name now behaves more compatibly
58766         with POSIX basename when given file names that have trailing
58767         slashes, and similarly for dir_name.  Add new primitives
58768         base_len and dir_len.  Put the directory-name-related decls
58769         into dirname.h.
58770
58771         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
58772         * lib/backupfile.c (base_name): Likewise.
58773         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
58774         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
58775         * lib/makepath.c (strip_trailing_slashes): Likewise.
58776         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
58777         ISSLASH): Likewise.
58778         * lib/rename.c (strip_trailing_slashes): Likewise.
58779         * lib/same.c (base_name): Likewise.
58780         * lib/stripslash.c (ISSLASH): Likewise.
58781
58782         * lib/addext.c: Include <dirname.h> after size_t is defined.
58783         * lib/backupfile.c: Likewise.
58784
58785         * lib/addext.c (addext): Use base_len to trim redundant
58786         trailing slashes instead of doing it ourselves.
58787         But do not trim the last slash if it is not redundant.
58788
58789         * lib/backupfile.c (find_backup_file_name,
58790         max_backup_version): Use base_len instead of rolling it ourselves.
58791         Handle the case of "" and (on DOS) "C:" correctly.
58792
58793         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
58794         needed. Include <string.h>, <dirname.h>.
58795         (base_name): Allow file names ending in slashes, other than names
58796         that are all slashes.  In this case, return the basename followed
58797         by the slashes.  This is more general, and can be used in places
58798         where the original base_name purposely had an assertion failure.
58799         (base_len): New function.
58800
58801         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
58802         Do not include <assert.h>; no longer needed.
58803         Include xalloc.h.
58804         (memrchr): Remove decl.
58805         (dir_name_r): Remove.
58806         (dir_len): Renamed from dirlen.  All callers changed.
58807         Rewrite in terms of base_name, for simplicity and consistency.
58808         (dir_name): Never return NULL.  All callers changed.
58809         Do not include <stdlib.h> in test program; no longer needed.
58810         return 0; is fine for test program.
58811
58812         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
58813         New macros.
58814         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
58815
58816         * lib/path-concat.c (path_concat): Use base_len to compute
58817         base length, not strlen; this means we cannot rely on memcpy
58818         to null-terminate.
58819
58820         * lib/same.c (STREQ): Remove.
58821         (same_name): Handle the case where the basename ends in trailing '/'.
58822
58823         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
58824         a slash was stripped.  Do not strip the last slash after a
58825         file system prefix.
58826
58827 2001-05-11  Paul Eggert  <eggert@twinsun.com>
58828
58829         * lib/Makefile.am (libfetish_a_SOURCES):
58830         Add strftime.c, since we now compile it on all hosts.
58831
58832         * lib/strftime.c (my_strftime):
58833         Define to nstrftime if emacs, but only if my_strftime is not defined.
58834         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
58835         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
58836         Add one more extra argument: a nanoseconds value.
58837         All uses changed.
58838         (ns): New macro.
58839         (my_strftime function): Add %N format.
58840         (emacs_strftimeu): Renamed from emacs_strftime,
58841         with extra ut argument.
58842
58843 2001-05-09  Paul Eggert  <eggert@twinsun.com>
58844
58845         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
58846
58847 2001-04-21  Jim Meyering  <meyering@lucent.com>
58848
58849         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
58850         doesn't interfere.
58851
58852 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
58853
58854         * m4/ftruncate.m4: Check for chsize.
58855         Link with ftruncate.o unconditionally if ftruncate is missing.
58856         This was required when cross-compiling to i586-mingw32msvc.
58857
58858 2001-04-08  Jim Meyering  <meyering@lucent.com>
58859
58860         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
58861         recomputed; that's necessary when the offset spans a DST transition.
58862         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
58863
58864 2001-04-02  Jim Meyering  <meyering@lucent.com>
58865
58866         * lib/regex.h, regex.c: Update from GNU libc.
58867
58868 2001-03-24  Jim Meyering  <meyering@lucent.com>
58869
58870         * m4/jm-macros.m4: Require autoconf-2.49d.
58871
58872 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
58873
58874         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
58875
58876 2001-03-19  Paul Eggert  <eggert@twinsun.com>
58877
58878         * lib/version-etc.c (version_etc_copyright): Update to 2001.
58879
58880 2001-03-17  Jim Meyering  <meyering@lucent.com>
58881
58882         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
58883         now that the version in autoconf is equivalent.
58884         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
58885
58886         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
58887         Suggestion from Akim Demaille.
58888
58889         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
58890         (jm_PREREQ_TEMPNAME): New function.
58891
58892 2001-03-16  Paul Eggert  <eggert@twinsun.com>
58893
58894         * lib/tempname.c (uint64_t): Define to uintmax_t if
58895         not defined, and if UINT64_MAX is not defined.
58896         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
58897         Reported by John David Anglin.
58898
58899 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
58900
58901         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
58902         resolve alias if codeset is empty.
58903         * lib/config.charset (BeOS): Use wildcard syntax.
58904
58905 2001-03-13  Jim Meyering  <meyering@lucent.com>
58906
58907         * lib/path-concat.c (path_concat)
58908         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
58909         concatenating e.g., `C:' and `foo'.
58910         From Bruno Haible.
58911
58912 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58913
58914         * lib/localcharset.c (locale_charset): Don't use
58915         setlocale(LC_CTYPE,NULL). Don't return NULL.
58916         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
58917
58918 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
58919
58920         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
58921         support for DOS/DJGPP.
58922
58923 2001-03-01  Paul Eggert  <eggert@twinsun.com>
58924
58925         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
58926         lacks mkstemp.  Compile our own tempname.c if we compile our own
58927         mkstemp.c, as mkstemp relies on tempname.
58928
58929 2001-03-01  Jim Meyering  <meyering@lucent.com>
58930
58931         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
58932         AH_VERBATIM really does output its argument verbatim.
58933
58934 2001-02-28  Paul Eggert  <eggert@twinsun.com>
58935
58936         * lib/Makefile.am (libfetish_a_SOURCES):
58937         Add dup-safer.c, fopen-safer.c.
58938         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
58939
58940         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
58941         * lib/unistd-safer.h: New files.
58942
58943 2001-02-25  Paul Eggert  <eggert@twinsun.com>
58944
58945         The mkstemp replacement is taken from glibc 2.2.2, with some
58946         portability fixes for use outside glibc, as follows:
58947
58948         * lib/tempname.c (struct_stat64): New macro.
58949         (direxists, __gen_tempname): Use it.
58950         This avoids a portability problem with Solaris 8.
58951
58952         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
58953         (<stddef.h>, <stdint.h>, <string.h>):
58954         Include only if STDC_HEADERS || _LIBC.
58955         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
58956         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
58957         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
58958         (__set_errno): Define this macro if <errno.h> doesn't.
58959         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
58960         Define these macros if <stdio.h> doesn't.
58961         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
58962         Define these macros if <sys/stat.h>
58963         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
58964         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
58965         __xstat64): Define if not _LIBC.
58966         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
58967         (__gen_tempname): Invoke gettimeofday only if
58968         HAVE_GETTIMEOFDAY || _LIBC;
58969         otherwise, fall back on plain "time".
58970         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
58971
58972         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
58973
58974         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
58975
58976 2001-02-18  Paul Eggert  <eggert@twinsun.com>
58977
58978         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
58979
58980 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58981
58982         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
58983         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
58984         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
58985         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
58986
58987 2001-02-17  Paul Eggert  <eggert@twinsun.com>
58988
58989         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
58990         Remove workaround macros for hosts that have mbrtowc but not
58991         mbstate_t, as we now insist on proper declarations for both
58992         before using mbrtowc.
58993
58994 2001-02-17  Jim Meyering  <meyering@lucent.com>
58995
58996         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
58997         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
58998         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
58999         UnixWare 7.1.1.
59000
59001         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
59002         rather than AC_CACHE_VAL.
59003
59004 2001-02-17  Jim Meyering  <meyering@lucent.com>
59005
59006         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
59007         around included file name.
59008
59009         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
59010
59011         * lib/strftime.c: Update from GNU libc (the only changes were to
59012         comments).
59013
59014 2001-02-17  Jim Meyering  <meyering@lucent.com>
59015
59016         * lib/regex.c: Update from libc.
59017
59018 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
59019
59020         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
59021         clash.
59022
59023 2001-02-16  Paul Eggert  <eggert@twinsun.com>
59024
59025         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
59026         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
59027         Reported by Mark Hounschell via Paul Eggert.
59028
59029 2001-02-07  Jim Meyering  <meyering@lucent.com>
59030
59031         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
59032
59033 2001-02-05  Jim Meyering  <meyering@lucent.com>
59034
59035         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
59036         it includes the patch required for `large file' support with at least
59037         HP-UX's 10.20 /bin/cc.
59038
59039 2001-02-03  Jim Meyering  <meyering@lucent.com>
59040
59041         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
59042         AS_IF, now that it works once again (mysteriously).
59043         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
59044
59045 2001-01-30  Jim Meyering  <meyering@lucent.com>
59046
59047         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
59048         * m4/chown.m4: Rename conftestchown to conftest.chown.
59049         * m4/rename.m4: s/conftestdir/conftest.d1/ and
59050         s/conftestdir2/conftest.d2/.
59051         * m4/utimes.m4: s/conftestdata/conftest.data/
59052         Inspired by Pavel Roskin's change in autoconf.
59053
59054 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
59055
59056         * lib/config.charset: Update for FreeBSD 4.2.
59057
59058 2001-01-27  Jim Meyering  <meyering@lucent.com>
59059
59060         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
59061         a use of AS_IF.
59062         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
59063
59064 2001-01-26  Jim Meyering  <meyering@lucent.com>
59065
59066         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
59067         quotearg.c includes it.
59068
59069 2001-01-26  Jim Meyering  <meyering@lucent.com>
59070
59071         * lib/quotearg.c: Include stddef.h.
59072         * lib/quote.c: Include stddef.h.
59073         Reported by Axel Kittenberger.
59074
59075         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
59076         line in double quotes so that it evokes a better diagnostic.
59077         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
59078         Reported by Axel Kittenberger.
59079
59080 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
59081
59082         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
59083         as if it was a `charset'.
59084
59085 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
59086
59087         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
59088         has const.
59089
59090 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
59091
59092         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
59093         to avoid a warning.  Add back 'const' to inptr.
59094
59095 2001-01-20  Jim Meyering  <meyering@lucent.com>
59096
59097         Be sure that headers are checked before used in code compiled
59098         for the type checks.
59099         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
59100         In place of that, invoke jm_CHECK_ALL_TYPES.
59101         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
59102         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
59103         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
59104         The check for ssize_t was mistakenly run before the test for unistd.h.
59105
59106         The configure-time check for stdbool.h was missing.
59107         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
59108         (jm_PREREQ_HASH): New function.
59109
59110 2001-01-17  Jim Meyering  <meyering@lucent.com>
59111
59112         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
59113         for autoconf-2.49c.
59114         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
59115
59116 2001-01-16  Jim Meyering  <meyering@lucent.com>
59117
59118         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
59119         From Bruno Haible.
59120
59121 2001-01-14  Jim Meyering  <meyering@lucent.com>
59122
59123         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
59124         foo and bar.  Create conftestdir/ in the script, not in the C code.
59125         Remove directories in the script, not in the C code.
59126         Remove conftestdir{,2} before trying to create the directory.
59127         Make the entire configure script fail if the mkdir fails.
59128
59129 2001-01-14  Jim Meyering  <meyering@lucent.com>
59130
59131         * lib/rename.c: New file.  From Volker Borchert.
59132         Include stdlib.h, string.h or strings.h, and xalloc.h.
59133         Use strip_trailing_slashes rather than open-coding it.
59134
59135 2001-01-03  Paul Eggert  <eggert@twinsun.com>
59136
59137         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
59138
59139 2001-01-03  Jim Meyering  <meyering@lucent.com>
59140
59141         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
59142         of local `inptr' to avoid warning with some system declarations of
59143         iconv.
59144
59145 2001-01-02  Volker Borchert  <bt@teknon.de>
59146
59147         * m4/rename.m4: New file.
59148         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
59149
59150 2001-01-01  Jim Meyering  <meyering@lucent.com>
59151
59152         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
59153         even on systems with utmpx.h.  It's necessary for the declaration of
59154         utmp's ut_user member.  Reported by Andreas Jaeger.
59155
59156         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
59157         available. They are required for the declarations of getgrgid and
59158         getpwuid resp.
59159         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
59160         Reported by Andreas Jaeger.
59161
59162 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
59163
59164         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
59165         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
59166         so `make install' also works in VPATH builds.
59167
59168 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
59169
59170         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
59171         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
59172         can be used in subdirectories.
59173
59174 2000-12-29  Paul Eggert  <eggert@twinsun.com>
59175
59176         * lib/modechange.c: Do not assume that mode_t uses the
59177         traditional octal encoding.  E.g. "chmod 1 FOO" should set
59178         the other-execute bit of FOO even if S_IXOTH != 1.
59179
59180         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
59181         WOTH, XOTH, ALLM): New macros.
59182         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
59183          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
59184         Use them.
59185         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
59186         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
59187         (mode_compile):
59188         No need to use uintmax_t; unsigned long is long enough.
59189         Don't bother to get suffix since we don't use it.
59190
59191 2000-12-26  Jim Meyering  <meyering@lucent.com>
59192
59193         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
59194         better with autoheader.
59195
59196 2000-12-24  Jim Meyering  <meyering@lucent.com>
59197
59198         * lib/hash.c (is_prime): Return explicit boolean values.
59199         (hash_get_first): Return NULL to appease Irix5.6's 89.
59200         Reported by Nelson Beebe.
59201
59202 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
59203
59204         * lib/localcharset.c (locale_charset): Add support for Win32.
59205
59206 2000-12-18  Paul Eggert  <eggert@twinsun.com>
59207
59208         * lib/physmem.h, lib/physmem.c: New files.
59209
59210         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
59211         (noinst_HEADERS): Add physmem.h.
59212
59213         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
59214         't' for compatibility with Solaris 8 sort.
59215
59216 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
59217
59218         * lib/config.charset: Add support for BeOS.
59219
59220 2000-12-17  Jim Meyering  <meyering@lucent.com>
59221
59222         * m4/dos.m4 (jm_AC_DOS): New file and macro.
59223         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
59224
59225 2000-12-16  Jim Meyering  <meyering@lucent.com>
59226
59227         This bug had a serious impact on chown: `chown N:M FILE' (for integer
59228         N and M) would have treated it like `chown N:N FILE'.
59229
59230         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
59231
59232 2000-12-16  Jim Meyering  <meyering@lucent.com>
59233
59234         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
59235         SHELLS_FILE to a file name that's useful on djgpp systems.
59236         Include stdlib.h.
59237         (ADDITIONAL_DEFAULT_SHELLS): Define.
59238         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
59239         Based mostly on a patch from Prashant TR.
59240
59241 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
59242
59243         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
59244         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
59245         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
59246
59247 2000-12-08  Andreas Schwab  <schwab@suse.de>
59248
59249         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
59250         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
59251
59252 2000-12-07  Jim Meyering  <meyering@lucent.com>
59253
59254         * lib/stripslash.c (ISSLASH): Define.
59255         (strip_trailing_slashes): Use ISSLASH rather than comparing against
59256         `/'.
59257         From Prashant TR.
59258
59259         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
59260         (dir_name_r): Declare this function as static.
59261         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
59262         manifest itself on a name containing a mix of slashes and
59263         backslashes.
59264         Make this function work with names starting with a DOS-style
59265         drive letter and colon prefix.
59266         (dir_name): Append `.' if necessary.
59267         Based mostly on patches from Prashant TR and Eli Zaretskii.
59268
59269         * lib/dirname.h (dir_name_r): Remove prototype.
59270
59271 2000-12-06  Paul Eggert  <eggert@twinsun.com>
59272
59273         * m4/off_t-format.m4: Remove this file.
59274         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
59275
59276 2000-12-06  Jim Meyering  <meyering@lucent.com>
59277
59278         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
59279         replacement strtoull, we may well need the replacement strtoul, too.
59280         Check for declarations of strtoul and strtoull.
59281         Check for strtol.  Mainly as a cue to cause automake to include
59282         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
59283         Check for limits.h -- strtol.c needs it.
59284
59285 2000-12-05  Jim Meyering  <meyering@lucent.com>
59286
59287         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
59288
59289 2000-12-04  Jim Meyering  <meyering@lucent.com>
59290
59291         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
59292         Also include memory.h, stdlib.h, unistd.h if appropriate.
59293         Reported by Andreas Jaeger (conflicting declaration of malloc).
59294
59295 2000-12-02  Jim Meyering  <meyering@lucent.com>
59296
59297         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
59298         * m4/jm-macros.m4 (jm_MACROS): require it.
59299
59300 2000-12-02  Jim Meyering  <meyering@lucent.com>
59301
59302         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
59303
59304 2000-12-01  Paul Eggert  <eggert@twinsun.com>
59305
59306         * lib/memrchr.c: Include <config.h> before any system include file.
59307
59308 2000-11-30  Jim Meyering  <meyering@lucent.com>
59309
59310         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
59311
59312 2000-11-30  Jim Meyering  <meyering@lucent.com>
59313
59314         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
59315
59316 2000-11-29  Paul Eggert  <eggert@twinsun.com>
59317
59318         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
59319
59320 2000-11-26  Jim Meyering  <meyering@lucent.com>
59321
59322         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
59323
59324 2000-11-22  Paul Eggert  <eggert@twinsun.com>
59325
59326         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
59327         size of (size_t) -1; it's not portable.
59328
59329 2000-11-17  Jim Meyering  <meyering@lucent.com>
59330
59331         * lib/strstr.c: Update from GNU libc.
59332
59333 2000-11-17  Akim Demaille  <akim@epita.fr>
59334
59335         * lib/obstack.h: Formatting changes.
59336         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
59337         prevent type checking.
59338         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
59339         cast the value to (void *): assigning a `foo *' to a `void *'
59340         variable is valid.
59341         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
59342
59343 2000-11-16  Jim Meyering  <meyering@lucent.com>
59344
59345         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
59346
59347 2000-11-11  Jim Meyering  <meyering@lucent.com>
59348
59349         * lib/error.c: Add a couple #includes, merging from GNU libc version.
59350
59351 2000-11-10  Jim Meyering  <meyering@lucent.com>
59352
59353         * lib/obstack.h: Update from GNU libc.
59354         * lib/obstack.c: Likewise.
59355
59356 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
59357
59358         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
59359
59360 2000-11-06  Paul Eggert  <eggert@twinsun.com>
59361
59362         * lib/getusershell.c (setusershell): Use rewind rather than
59363         fseek/fseeko, to avoid configuration hassles with fseeko.
59364         Don't bother opening SHELLS_FILE if shellstream is NULL;
59365         it's not necessary.
59366
59367 2000-11-05  Jim Meyering  <meyering@lucent.com>
59368
59369         * lib/makepath.h (make_dir): Declare.
59370         * lib/makepath.c (make_dir): Remove `static' attribute.
59371         Tweak a comment.
59372
59373 2000-11-04  Jim Meyering  <meyering@lucent.com>
59374
59375         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
59376
59377 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
59378
59379         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
59380         last one in a bucket, advance to the next bucket.
59381
59382 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
59383
59384         * lib/fnmatch.c: Do not comment out all the code if we are using
59385         the GNU C library, because in some cases we are replacing buggy
59386         code in the GNU C library itself.
59387
59388 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
59389
59390         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
59391         (regex_compile): Catch bogus \(\1\).
59392
59393 2000-10-30  Paul Eggert  <eggert@twinsun.com>
59394
59395         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
59396         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
59397         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
59398
59399 2000-10-30  Paul Eggert  <eggert@twinsun.com>
59400
59401         * lib/error.h, getline.h, modechange.h:
59402         Remove "2000" from Copyright line, as the file hasn't been
59403         changed this year other than in the copyright notice.
59404
59405         * lib/xalloc.h: Add "2000" to Copyright line, as this file
59406         was changed this year.
59407
59408 2000-10-29  Jim Meyering  <meyering@lucent.com>
59409
59410         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
59411         renaming.
59412         * m4/ls-mntd-fs.m4: Likewise
59413
59414 2000-10-29  Jim Meyering  <meyering@lucent.com>
59415
59416         * lib/xstat.in: Fix grammar in comment.
59417
59418 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
59419
59420         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
59421         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
59422         doesn't define __restrict_arr.
59423
59424 2000-10-28  Jim Meyering  <meyering@lucent.com>
59425
59426         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
59427         (jm_PREREQ_MEMCHR): New function.
59428
59429 2000-10-28  Jim Meyering  <meyering@lucent.com>
59430
59431         * lib/memchr.c: Update from libc.
59432         Adjust for portability:
59433         [HAVE_STDLIB_H]: Include stdlib.h.
59434         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
59435         Undef __memchr, too.
59436         [!weak_alias]: Define __memchr to memchr.
59437
59438         * lib/regex.c: Update from libc.
59439         * lib/regex.h: Likewise.
59440         * lib/getopt1.c: Likewise.
59441         * lib/memcmp.c: Likewise.
59442
59443         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
59444         Avoid using fseek, when possible -- it's broken by design.
59445         Patch by Ulrich Drepper.
59446
59447 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
59448
59449         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
59450         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
59451         Giving in to popular pressure to shut up the compiler with casts.
59452
59453 2000-10-26  Jim Meyering  <meyering@lucent.com>
59454
59455         * lib/strftime.c: Update from libc.
59456
59457 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
59458
59459         * regex.c: More `unsigned char' -> `re_char' changes.
59460         Also change several `int' into `re_wchar_t'.
59461         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
59462         (PUSH_FAILURE_POINTER): Don't cast any more.
59463         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
59464         We want GCC to complain, since this piece of code makes
59465         re_match non-reentrant, which *should* be fixed.
59466         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
59467         (EXTEND_BUFFER): Use RETALLOC.
59468         (SET_LIST_BIT): Don't cast.
59469         (re_wchar_t): New type.
59470         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
59471         that those two functions will always properly return.
59472         (IMMEDIATE_QUIT_CHECK): Cast to void.
59473         (analyse_first): Use recursion rather than an explicit stack.
59474         (re_compile_fastmap): Can't fail anymore.
59475         (re_search_2): Don't check re_compile_fastmap for failure.
59476         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
59477         Now also sets the new value (passed in a new argument).
59478         (re_match_2_internal): Use it.
59479         Also, use a new var `reg' of type size_t when looping through regs
59480         rather than reuse the inappropriate `mcnt'.
59481
59482 2000-10-25  Jim Meyering  <meyering@lucent.com>
59483
59484         * lib/obstack.c: Update from libc.
59485
59486 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
59487
59488         * regex.c (regex_compile): Change the way of handling a range from
59489         a char less than 256 to a char not less than 256.
59490
59491 2000-10-24  Andrew Innes  <andrewi@gnu.org>
59492
59493         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
59494         NT-Emacs only.
59495         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
59496         so that re_search functions only quit when callers expect them to.
59497
59498 2000-10-23  Jim Meyering  <meyering@lucent.com>
59499
59500         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
59501         wrong.  That set_locale call must not have any side effects.
59502         From Paul Eggert.
59503
59504 2000-10-22  Jim Meyering  <meyering@lucent.com>
59505
59506         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
59507         [CYCLIC]: Remove now-unused definition.
59508
59509         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
59510         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
59511         Suggestion from Ulrich Drepper.
59512
59513 2000-10-21  Jim Meyering  <meyering@lucent.com>
59514
59515         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
59516         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
59517         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
59518
59519 2000-10-21  Jim Meyering  <meyering@lucent.com>
59520
59521         * lib/dirname.c (memrchr): Declare if necessary.
59522         (dir_name): Remove the restriction that there be no
59523         trailing slashes.  Now, this code skips past them, effectively
59524         ignoring them.
59525         [TEST_DIRNAME] (main): New unit tests.
59526
59527         * lib/memrchr.c: New file from GNU libc.
59528         Undef __memrchr, too.
59529         [!weak_alias]: Define __memrchr to memrchr.
59530         Guard weak_alias use with `#ifdef weak_alias'.
59531
59532 2000-10-21  Jim Meyering  <meyering@lucent.com>
59533
59534         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
59535         (dir_name): Use dir_name_r.
59536         * lib/dirname.h (dir_name_r): Declare it.
59537
59538 2000-10-17  Jim Meyering  <meyering@lucent.com>
59539
59540         * lib/quote.h (PARAMS): Define and use.
59541         Reported by Akim Demaille.
59542
59543         * lib/getopt.c: Update from libc.
59544
59545 2000-10-16  Jim Meyering  <meyering@lucent.com>
59546
59547         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
59548         setlocale.
59549         From Jan Fedak.
59550
59551 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
59552
59553         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
59554
59555 2000-09-25  Jim Meyering  <meyering@lucent.com>
59556
59557         * lib/md5.h (rol): Define (from GnuPG).
59558
59559         * lib/sha.c: Give credit (GnuPG) where due.
59560         (M): Use rol rather than open-coding it.
59561         Add a FIXME comment.
59562
59563 2000-09-21  Jim Meyering  <meyering@lucent.com>
59564
59565         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
59566         Reported by Michael Stone.
59567
59568 2000-09-20  Jim Meyering  <meyering@lucent.com>
59569
59570         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
59571         (noinst_HEADERS): Add sha.h.
59572         Based on code from Scott G. Miller and from GnuPG.
59573
59574 2000-09-18  Jim Meyering  <meyering@lucent.com>
59575
59576         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
59577         LIBS. Otherwise, everyone ends up linking with -lelf for some
59578         configurations.
59579         Reported by Mike Stone.
59580
59581 2000-09-15  Jim Meyering  <meyering@lucent.com>
59582
59583         * lib/regex.c: Update from libc.
59584
59585 2000-09-10  Jim Meyering  <meyering@lucent.com>
59586
59587         * lib/getopt.c (_getopt_internal): Update from glibc.
59588
59589 2000-09-09  Jim Meyering  <meyering@lucent.com>
59590
59591         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
59592         think it should be used as a general replacement for isascii.
59593         * lib/fnmatch.c: Likewise.
59594         * lib/mbswidth.c: Likewise
59595         * lib/regex.c: Likewise.
59596
59597         Don't use atoi.
59598         * lib/userspec.c: Include sys/param.h and limits.h.
59599         Include xstrtol.h.
59600         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
59601         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
59602         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
59603         UID, GID.  Check range.
59604
59605 2000-09-06  Jim Meyering  <meyering@lucent.com>
59606
59607         * lib/getopt.c (_getopt_internal): Update from glibc.
59608
59609 2000-08-30  Jim Meyering  <meyering@lucent.com>
59610
59611         * lib/strftime.c: Merge in changes from GNU libc.
59612
59613 2000-08-26  Jim Meyering  <meyering@lucent.com>
59614
59615         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
59616         * m4/fpending.m4: New file.
59617
59618 2000-08-26  Jim Meyering  <meyering@lucent.com>
59619
59620         * lib/closeout.c: Include "__fpending.h".
59621         (close_stdout_status): Return right away if there's nothing to flush.
59622
59623         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
59624         * lib/__fpending.c: New file.
59625         * lib/__fpending.h: New file.
59626
59627 2000-08-20  Jim Meyering  <meyering@lucent.com>
59628
59629         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
59630         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
59631         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
59632
59633 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
59634
59635         Improve fileutils installation on systems where running
59636         programs (like install) can't be unlinked.
59637         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
59638         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
59639
59640 2000-08-07  Paul Eggert  <eggert@twinsun.com>
59641
59642         Standardize on "memory exhausted" instead of "Memory exhausted"
59643         or "virtual memory exhausted".
59644         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
59645         "virtual memory exhausted".
59646         * lib/same.c (same_name): Invoke xalloc_die instead of printing
59647         our own message.
59648         * lib/userspec.c (parse_user_spec): Likewise.
59649         * lib/bumpalloc.h: comment fix
59650         * lib/same.c, userspec.c: Include xalloc.h.
59651
59652         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
59653         not char *const and pointing to a constant array.
59654         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
59655         (xrealloc): Comment fix.
59656
59657         * lib/userspec.c (parse_user_spec):
59658         Don't translate a message until just before returning,
59659         to avoid unnecessary translation.
59660
59661 2000-08-07  Jim Meyering  <meyering@lucent.com>
59662
59663         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
59664         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
59665         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
59666         getgroups.c, gethostname.c, getopt.h, group-member.c,
59667         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
59668         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
59669         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
59670         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
59671         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
59672         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
59673         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
59674         yesno.c: Back out Copyright date changes for each file with no change
59675         this year.  This eases coordination with other programs using the same
59676         source code modules.  From Paul Eggert.
59677
59678 2000-08-06  Paul Eggert  <eggert@twinsun.com>
59679
59680         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
59681         not char, for compatibility with glibc 2.1.3 strftime.c.
59682
59683 2000-08-03  Greg McGary  <greg@mcgary.org>
59684
59685         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
59686         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
59687         (EXTEND_BUFFER): Use them.
59688
59689 2000-08-01  Jim Meyering  <meyering@lucent.com>
59690
59691         * lib/dirname.c (ISSLASH): Define.
59692         (BACKSLASH_IS_PATH_SEPARATOR): Define.
59693         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
59694         both `\' and `/' may be use as path separators.
59695         Based on a patch from Prashant TR.
59696
59697 2000-07-31  Paul Eggert  <eggert@twinsun.com>
59698
59699         * lib/quotearg.c (quotearg_n_options): Don't make the initial
59700         slot vector a constant, since it might get modified.
59701
59702 2000-07-31  Jim Meyering  <meyering@lucent.com>
59703
59704         * lib/xmalloc.c: Use `virtual memory exhausted', not
59705         `Memory exhausted'.
59706         * lib/obstack.c (print_and_abort): Likewise.
59707
59708 2000-07-30  Paul Eggert  <eggert@twinsun.com>
59709
59710         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
59711         buffer, so that the caller can always quote one small
59712         component of a "memory exhausted" message in slot 0.
59713         From a suggestion by Jim Meyering.
59714
59715 2000-07-30  Jim Meyering  <meyering@lucent.com>
59716
59717         * lib/makepath.c (make_path): Quote the other instance, too.
59718
59719         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
59720         (STATIC_BUF_SIZE): Define.
59721         (quotearg_n_options): Use only statically allocated storage when
59722         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
59723         than STATIC_BUF_SIZE.
59724
59725 2000-07-29  Jim Meyering  <meyering@lucent.com>
59726
59727         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
59728         * lib/dirname.c (dir_name): Likewise.
59729
59730         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
59731         `/'.
59732
59733         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
59734         (dir_name): Assert that there are no trailing slashes.
59735
59736 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
59737
59738         * lib/mbswidth.h (mbswidth): Add a flags argument.
59739         (mbswidth): New declaration.
59740         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
59741         * lib/mbswidth.c (mbswidth): Add a flags argument.
59742         (mbsnwidth): New function.
59743
59744 2000-07-24  Jim Meyering  <meyering@lucent.com>
59745
59746         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
59747
59748 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59749
59750         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
59751
59752 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59753
59754         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
59755         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
59756         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
59757         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
59758         invoke multibyte primitives.
59759
59760 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59761
59762         * lib/quotearg.c:
59763         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
59764         so that mbstate_t is always defined.
59765
59766         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
59767         be 1 in at least one GCC installation, and this configuration
59768         error is likely to be common.  Ignoring MB_LEN_MAX hurts
59769         performance on hosts that have mbrtowc but have only unibyte
59770         locales, but I assume these hosts are rare.
59771
59772 2000-07-23  Paul Eggert  <eggert@twinsun.com>
59773
59774         * lib/mbswidth.c (_XOPEN_SOURCE):
59775         Don't define; this causes problems on Solaris 7.
59776         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
59777
59778 2000-07-23  Jim Meyering  <meyering@lucent.com>
59779
59780         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
59781         too: getgrgid, getpwuid, getuid.
59782
59783 2000-07-23  Jim Meyering  <meyering@lucent.com>
59784
59785         * lib/basename.c (base_name): Add an assertion.
59786
59787 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
59788
59789         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
59790         shadow its mbsinit function.
59791
59792 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59793
59794         * lib/mbswidth.h: New file.
59795         * lib/mbswidth.c: New file.
59796         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
59797         (noinst_HEADERS): Add mbswidth.h.
59798
59799 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
59800
59801         * lib/config.charset: Add support for FreeBSD. Improve support for
59802         HP-UX and IRIX 6.
59803
59804 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
59805
59806         * m4/mbswidth.m4: New file.
59807         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
59808
59809 2000-07-15  Jim Meyering  <meyering@lucent.com>
59810
59811         * lib/makepath.c: Include quote.h.
59812         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
59813         corresponding argument in a `quote (...)' call.
59814         Give better diagnostics.
59815
59816         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
59817         (noinst_HEADERS): Add quote.h.
59818
59819         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
59820         from tar's src/misc.c.
59821         * lib/quote.h: New file.  Prototypes for same.
59822
59823 2000-07-14  Paul Eggert  <eggert@twinsun.com>
59824
59825         From a suggestion by Bruno Haible.
59826         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
59827         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
59828         to decide whether to define the BeOS workaround macro;
59829         this adjusts to the change to AC_MBSTATE_T.
59830
59831 2000-07-14  Jim Meyering  <meyering@lucent.com>
59832
59833         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
59834         jm_AC_TYPE_UINTMAX_T.
59835
59836 2000-07-13  Paul Eggert  <eggert@twinsun.com>
59837
59838         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
59839
59840         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
59841         quotearg_buffer_restyled): Add support for
59842         clocale_quoting_style.  Undo previous change to
59843         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
59844         and "{RIGHT QUOTATION MARK}" msgids.
59845
59846 2000-07-10  Paul Eggert  <eggert@twinsun.com>
59847
59848         From a suggestion by Bruno Haible.
59849         * m4/mbstate_t.m4 (AC_MBSTATE_T):
59850         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
59851         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
59852         and mbstate_t, to a single-part test that simply defines mbstate_t.
59853         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
59854         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
59855
59856 2000-07-10  Jim Meyering  <meyering@lucent.com>
59857
59858         * m4/strerror_r.m4: Mirror the correction made in autoconf.
59859
59860         * m4/gnu-source.m4: Output to confdefs.h directly.
59861         Suggestion from Akim Demaille.
59862
59863 2000-07-09  Paul Eggert  <eggert@twinsun.com>
59864
59865         The old behavior of quoting `like this' doesn't look good with
59866         newer, ISO-style fonts.  See:
59867         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
59868
59869         Instead, quote "like this" by default.  Let the translator
59870         tailor the locale-specific quoting behavior by providing
59871         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
59872
59873         * lib/quotearg.c (N_): New macro.
59874         (gettext_default): New function.
59875         (quotearg_buffer_restyled): Use
59876         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
59877         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
59878
59879 2000-07-09  Jim Meyering  <meyering@lucent.com>
59880
59881         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
59882         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
59883
59884         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
59885         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
59886
59887 2000-07-09  Jim Meyering  <meyering@lucent.com>
59888
59889         * lib/Most files: Update copyright dates to include 2000.
59890
59891 2000-07-08  Jim Meyering  <meyering@lucent.com>
59892
59893         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
59894         if not defined.
59895         (xgethostname): Remove now-unnecessary #ifdef.
59896         Move declaration of `err' into loop where it's used.
59897
59898 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59899         and Bruno Haible  <haible@clisp.cons.org>
59900
59901         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
59902         only if the test for an object-type mbstate_t fails.  This
59903         prevents us from mistakenly reporting that mbstate_t is a
59904         system object type after we "#define mbstate_t int" to work
59905         around its lack.
59906
59907 2000-07-05  Paul Eggert  <eggert@twinsun.com>
59908         and Bruno Haible  <haible@clisp.cons.org>
59909
59910         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
59911
59912 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59913
59914         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
59915         to strerror_r.
59916         Include <ctype.h> for use of isalpha.
59917
59918 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59919
59920         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
59921         by allocating a larger buffer. Test the gethostname return value for
59922         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
59923         returns an error and ENAMETOOLONG isn't defined.
59924
59925 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
59926
59927         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
59928         dimension.
59929
59930 2000-07-04  Jim Meyering  <meyering@lucent.com>
59931
59932         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
59933         of the deprecated AC_CHECKING.
59934
59935 2000-07-04  Jim Meyering  <meyering@lucent.com>
59936
59937         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
59938         Reported by Bruno Haible.
59939
59940 2000-07-04  Jim Meyering  <meyering@lucent.com>
59941
59942         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
59943         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
59944         lacks mbrtowc.
59945
59946 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59947
59948         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
59949         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
59950
59951 2000-07-03  Paul Eggert  <eggert@twinsun.com>
59952         and Bruno Haible  <haible@clisp.cons.org>
59953
59954         * lib/quotearg.c (mbrtowc):
59955         Assign to *pwc, and return 1 only if result is nonzero.
59956         (iswprint): Use ISPRINT when substituting our own mbrtowc.
59957
59958 2000-07-03  Jim Meyering  <meyering@lucent.com>
59959
59960         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
59961
59962 2000-07-03  Jim Meyering  <meyering@lucent.com>
59963
59964         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
59965         This is necessary to get a definition of e.g., UTMP_FILE on
59966         HP-UX 10.20.
59967         From Bob Proulx.
59968
59969 2000-07-02  Jim Meyering  <meyering@lucent.com>
59970
59971         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
59972
59973         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
59974         AC_LIBOBJ(function_name).
59975         * m4/chown.m4: Likewise.
59976         * m4/fnmatch.m4: Likewise.
59977         * m4/ftruncate.m4: Likewise.
59978         * m4/getgroups.m4: Likewise.
59979         * m4/getline.m4: Likewise.
59980         * m4/group-member.m4: Likewise.
59981         * m4/jm-macros.m4: Likewise.
59982         * m4/lstat.m4: Likewise.
59983         * m4/malloc.m4: Likewise.
59984         * m4/memcmp.m4: Likewise.
59985         * m4/nanosleep.m4: Likewise.
59986         * m4/putenv.m4: Likewise.
59987         * m4/realloc.m4: Likewise.
59988         * m4/regex.m4: Likewise.
59989         * m4/stat.m4: Likewise.
59990         * m4/strftime.m4: Likewise.
59991
59992 2000-07-02  Jim Meyering  <meyering@lucent.com>
59993
59994         * lib/quotearg.c (mbstate_t): Don't define here.
59995
59996 2000-07-02  Jim Meyering  <meyering@lucent.com>
59997
59998         * lib/nanosleep.c (SIGCONT): Define if not already defined.
59999
60000 2000-07-01  Jim Meyering  <meyering@lucent.com>
60001
60002         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
60003
60004 2000-07-01  Jim Meyering  <meyering@lucent.com>
60005
60006         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
60007         problem.
60008
60009 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
60010
60011         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
60012         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
60013
60014 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
60015
60016         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
60017         per change in ../m4/ls-mntd-fs.m4.
60018         (read_filesystem_list): Ignore symbolic links.
60019
60020 2000-06-29  Jim Meyering  <meyering@lucent.com>
60021
60022         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
60023         for declaration of strcmp.
60024
60025         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
60026
60027         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
60028         Avoid warning by casting result to `char *' to remove `const'.
60029
60030 2000-06-28  Jim Meyering  <meyering@lucent.com>
60031
60032         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
60033         included by quotearg.c, for which we perform this test.  From
60034         Bruno Haible.
60035
60036 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
60037
60038         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
60039         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
60040         <utmpx.h> exists, put readutmp.o into LIBOBJS.
60041
60042 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
60043
60044         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
60045
60046 2000-06-26  Paul Eggert  <eggert@twinsun.com>
60047
60048         savedir now sets errno on failure and invokes xmalloc to get memory.
60049         Fix a couple of other minor bugs while we're at it.
60050
60051         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
60052         (NAMLEN): Remove macro.
60053         (malloc, realloc): Remove decls.
60054         (stpcpy): Likewise.
60055         ("xalloc.h"): Include.
60056         (NAME_SIZE_DEFAULT): New macro.
60057         (savedir): Use xmalloc / xrealloc to allocate memory.
60058         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
60059         Skip "" directory entries.
60060         Use strlen to calculate directory entry length, since the old method
60061         is rarely used these days and isn't worth supporting.
60062         Don't use a pointer after freeing it.
60063         Check for integer overflow when calculating allocation size.
60064         Use memcpy to copy entries, instead of stpcpy.
60065         Set errno properly when returning NULL.
60066         Check for readdir error.
60067
60068 2000-06-26  Jim Meyering  <meyering@lucent.com>
60069
60070         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
60071
60072 2000-06-25  Jim Meyering  <meyering@lucent.com>
60073
60074         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
60075         Linux header bug when _XOPEN_SOURCE is defined to 500.
60076
60077 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
60078
60079         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
60080         deficiency.
60081
60082 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
60083
60084         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
60085         Include xalloc.h.
60086         Don't include <stdlib.h>.  Don't declare malloc, realloc.
60087
60088 2000-06-24  Jim Meyering  <meyering@lucent.com>
60089
60090         * m4/strerror_r.m4: Revive this file -- to try out an experimental
60091         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
60092         for which strerror does return char*, but which lacks a conveniently
60093         accessible declaration of the function.  If the compile-test says
60094         strerror_r doesn't work, then resort to a `run'-test that works on
60095         BeOS and segfaults on DEC Unix.
60096
60097 2000-06-24  Jim Meyering  <meyering@lucent.com>
60098
60099         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
60100
60101 2000-06-23  Paul Eggert  <eggert@twinsun.com>
60102
60103         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
60104         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
60105
60106 2000-06-23  Paul Eggert  <eggert@twinsun.com>
60107
60108         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
60109         (mbrtowc, mbstate_t): Define substitutes if
60110         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
60111         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
60112         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
60113
60114 2000-06-23  Jim Meyering  <meyering@lucent.com>
60115
60116         * m4/afs.m4: Add missing AC_MSG_RESULT.
60117         Reported by Bruno Haible.
60118
60119         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
60120         Suggestion from Bruno Haible.
60121
60122 2000-06-23  Jim Meyering  <meyering@lucent.com>
60123
60124         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
60125
60126 2000-06-21  Jim Meyering  <meyering@lucent.com>
60127
60128         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
60129
60130 2000-06-21  Jim Meyering  <meyering@lucent.com>
60131
60132         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
60133         (noinst_HEADERS): Add getstr.h.
60134
60135         * lib/getline.c (getstr): Move into a separate file.
60136         * lib/getstr.c (getstr): New file, extracted from getline.c, with
60137         the following changes: new parameter, delim2; both delim[12]
60138         parameters have type `int', not `char'.  The latter would lose
60139         with 8-bit delimiters.
60140         * lib/getstr.h: New file.
60141
60142 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
60143
60144         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
60145         than 1024, return a memory chunk of least possible size, instead
60146         of size PATH_MAX + 2. In the loop, increment the size proportionally.
60147         Use free/xmalloc instead of xrealloc to avoid copying for very long
60148         paths.
60149
60150 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
60151
60152         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
60153         the empty string.
60154
60155 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
60156
60157         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
60158         address, not strdup.  Include <stdlib.h> and don't declare free().
60159
60160 2000-06-19  Jim Meyering  <meyering@lucent.com>
60161
60162         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
60163
60164 2000-06-18  Jim Meyering  <meyering@lucent.com>
60165
60166         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
60167
60168         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
60169         `checking whether...' message to be consistent with that of the
60170         lstat test.
60171
60172 2000-06-18  Jim Meyering  <meyering@lucent.com>
60173
60174         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
60175         Besides, these days every porting target provides a mkdir function.
60176
60177         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
60178         needed. (this snippet comes from src/system.h).
60179
60180 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
60181
60182         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
60183
60184 2000-06-15  Paul Eggert  <eggert@twinsun.com>
60185
60186         * lib/human.c (adjust_value): New function.
60187         (human_readable_inexact): Apply rounding style even when
60188         printing approximate values.
60189
60190 2000-06-14  Paul Eggert  <eggert@twinsun.com>
60191
60192         * lib/human.c (human_readable_inexact): Allow an input block
60193         size that is not a multiple of the output block size, and vice versa.
60194         Reported by Piergiorgio Sartor.
60195
60196 2000-06-14  Paul Eggert  <eggert@twinsun.com>
60197
60198         * lib/getdate.y (get_date): Apply relative times after time
60199         zone indicator, not before.  Reported by Todd A. Jacobs.
60200
60201 2000-06-13  Jim Meyering  <meyering@lucent.com>
60202
60203         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
60204
60205         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
60206
60207 2000-06-12  Paul Eggert  <eggert@twinsun.com>
60208
60209         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
60210
60211 2000-06-12  Jim Meyering  <meyering@lucent.com>
60212
60213         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
60214         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
60215         optional argument.
60216         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
60217         the optional argument, `lib'.
60218
60219 2000-06-08  Jim Meyering  <meyering@lucent.com>
60220
60221         * m4/largefile.m4: Remove file (now that it's part of autoconf).
60222
60223 2000-06-04  Paul Eggert  <eggert@twinsun.com>
60224
60225         Rewrite largefile configuration so that we don't need to run
60226         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
60227         AC_CANONICAL_HOST in configure.in -- jmm]
60228
60229         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
60230         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
60231         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
60232         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
60233         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
60234         All uses changed.
60235         Instead of inspecting the output of getconf, try to compile the
60236         test program without and with the macro definition.
60237         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
60238         for getconf.  Instead, check for the needed flags by compiling
60239         test programs.
60240
60241 2000-06-04  Paul Eggert  <eggert@twinsun.com>
60242
60243         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
60244
60245 2000-06-04  Jim Meyering  <meyering@lucent.com>
60246
60247         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
60248         SunOS 4.1.4 for which gid_t is an unsigned type.
60249
60250 2000-06-03  Jim Meyering  <meyering@lucent.com>
60251
60252         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
60253         now that autoconf requires that.
60254
60255         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
60256         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
60257         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
60258
60259 2000-06-03  Jim Meyering  <meyering@lucent.com>
60260
60261         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
60262
60263 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
60264
60265         * m4/glibc21.m4: New file.
60266         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
60267
60268 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
60269
60270         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
60271         newer, don't install charset.alias.
60272         * lib/config.charset: Change the Linux/glibc rules so they become empty
60273         on glibc-2.1 or newer.
60274
60275 2000-06-02  Jim Meyering  <meyering@lucent.com>
60276
60277         * lib/mountlist.c: Back out last change.  Instead, do this...
60278         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
60279         me_dummy member using the same `ignore'-testing code.
60280         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
60281         fs_type strings.
60282         From Mark D. Roth.
60283
60284 2000-05-29  Jim Meyering  <meyering@lucent.com>
60285
60286         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
60287         mounts with the `ignore' attribute.  Based on a patch from
60288         Mark D. Roth.
60289
60290 2000-05-28  Jim Meyering  <meyering@lucent.com>
60291
60292         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
60293         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60294         * m4/stat.m4: Likewise.
60295         * m4/lstat.m4: Likewise.
60296         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
60297
60298         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
60299         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
60300
60301 2000-05-26  Jim Meyering  <meyering@lucent.com>
60302
60303         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
60304
60305 2000-05-24  Jim Meyering  <meyering@lucent.com>
60306
60307         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
60308         autoconf requires that.
60309         * m4/lib-check.m4: Likewise.
60310         * m4/jm-macros.m4: Likewise.
60311         * m4/strftime.m4: Likewise.
60312
60313         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
60314         AC_CHECK_DECLS, now that autoconf requires that.
60315
60316 2000-05-22  Jim Meyering  <meyering@lucent.com>
60317
60318         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
60319         * m4/lstat.m4: Likewise.
60320
60321 2000-05-22  Jim Meyering  <meyering@lucent.com>
60322
60323         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
60324
60325 2000-05-20  Jim Meyering  <meyering@lucent.com>
60326
60327         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
60328         (jm_PREREQ): Use it.
60329
60330 2000-05-18  Jim Meyering  <meyering@lucent.com>
60331
60332         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
60333         back, too, since it may have been modified by allocate_entry.
60334         (hash_delete): Rewrite to use neither the assignment operator
60335         nor the comma operator in an if-expression.
60336
60337 2000-05-15  Paul Eggert  <eggert@twinsun.com>
60338
60339         * lib/closeout.c:
60340         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
60341         Remove; no longer needed.
60342         "quotearg.h": Add include.
60343         (file_name): Do not bother to explicitly initialize to NULL; it's less
60344         efficient on some hosts.
60345         (close_stdout_status): Remove test as to whether stdout was already
60346         closed; it breaks for the case "echo x | sort >&-".
60347         Quote file name colons.
60348         Do not assume that _("write error") lacks format strings.
60349
60350 2000-05-15  Jim Meyering  <meyering@lucent.com>
60351
60352         * lib/version-etc.c (version_etc_copyright): Update the copyright
60353         string used in all --version output.
60354
60355 2000-05-14  Jim Meyering  <meyering@lucent.com>
60356
60357         * lib/closeout.c (close_stdout_set_file_name): New function.
60358         (close_stdout_status): Use new file-scoped global.
60359         Return right away if fstat says the stdout file descriptor is invalid.
60360         * lib/closeout.h (close_stdout_set_file_name): Declare.
60361
60362 2000-05-10  Jim Meyering  <meyering@lucent.com>
60363
60364         * lib/closeout.c [default_exit_status]: New file-scoped variable.
60365         (close_stdout_set_status): New function.
60366         * lib/closeout.h (close_stdout_set_status): Declare.
60367
60368 2000-05-09  Jim Meyering  <meyering@lucent.com>
60369
60370         * m4/gettext.m4: Rename this...
60371         * m4/libintl.m4: ...to this.
60372
60373 2000-05-08  Jim Meyering  <meyering@lucent.com>
60374
60375         * lib/long-options.c: Don't include closeout.h.
60376         (parse_long_options): Don't call close_stdout for --version.
60377
60378 2000-05-06  Paul Eggert  <eggert@twinsun.com>
60379
60380         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
60381         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
60382         2.1.3 bug.  This avoids a clash when files like regex.c define
60383         _GNU_SOURCE.
60384
60385 2000-05-06  Jim Meyering  <meyering@lucent.com>
60386
60387         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
60388         (AC_REPLACE_FUNCS): Add strnlen.
60389
60390         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
60391         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
60392
60393         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
60394         AC_SEARCH_LIBS call for nanosleep.
60395         (LIB_NANOSLEEP): Set and AC_SUBST.
60396
60397 2000-05-06  Jim Meyering  <meyering@lucent.com>
60398
60399         * lib/strnlen.c: Undefine __strnlen and strnlen.
60400         [!weak_alias]: Define __strnlen to strnlen.
60401
60402         * lib/atexit.c: New file, from libiberty.
60403
60404 2000-05-06  Jim Meyering  <meyering@lucent.com>
60405
60406         * lib/closeout.c (close_stdout_status): Also check for errors on the
60407         stderr stream.
60408
60409 2000-05-05  Jim Meyering  <meyering@lucent.com>
60410
60411         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
60412         AC_SEARCH_LIBS call for clock_gettime.
60413         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
60414
60415         * m4/search-libs.m4: Update from autoconf.
60416
60417         su doesn't work on Solaris 2.6.
60418         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
60419         <shadow.h>.  Reported by Dragos Harabor.
60420
60421 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
60422
60423         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
60424         memcpy instead of xmalloc, xrealloc, path_concat.
60425         (locale_charset): Treat empty environment variables as absent.
60426         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
60427
60428 2000-05-04  Jim Meyering  <meyering@lucent.com>
60429
60430         * lib/getopt.c: Update from glibc.
60431         * lib/obstack.c: Likewise.
60432         * lib/obstack.h: Likewise.
60433         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
60434         file
60435
60436         * lib/regex.h: Likewise.
60437         * lib/strndup.c: Likewise.
60438         * lib/strnlen.c: New file, from glibc.
60439
60440 2000-05-03  Jim Meyering  <meyering@lucent.com>
60441
60442         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
60443
60444 2000-05-02  Paul Eggert  <eggert@twinsun.com>
60445
60446         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
60447         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
60448         compile-time test, rather than inspecting host and OS, to
60449         decide whether to define _LARGEFILE_SOURCE.
60450
60451 2000-05-01  Jim Meyering  <meyering@lucent.com>
60452
60453         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
60454
60455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
60456         Based on a patch from Bruno Haible.
60457
60458 2000-05-01  Jim Meyering  <meyering@lucent.com>
60459
60460         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
60461
60462 2000-04-29  Jim Meyering  <meyering@lucent.com>
60463
60464         * lib/path-concat.c: Declare strdup only if it's not defined.
60465         * lib/canon-host.c: Likewise.
60466
60467 2000-04-28  Jim Meyering  <meyering@lucent.com>
60468
60469         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
60470         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
60471         is included first, then limits.h is included by locale.h by libintl.h.
60472         From John David Anglin.
60473
60474 2000-04-25  Jim Meyering  <meyering@lucent.com>
60475
60476         * lib/makepath.c (S_IRWXUGO): Define.
60477         (make_path): Always perform explicit chmod if MODE specifies any
60478         of the `special' permission bits.  Prompted by a bug report against
60479         install from Mate Wierdl and Joost van Baal.
60480
60481 2000-04-18  Jim Meyering  <meyering@lucent.com>
60482
60483         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
60484         (jm_PREREQ): Use it.
60485
60486 2000-04-18  Jim Meyering  <meyering@lucent.com>
60487
60488         * lib/README: New file.
60489
60490         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
60491         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
60492
60493 2000-04-17  Jim Meyering  <meyering@lucent.com>
60494
60495         Get it right :-)
60496         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
60497         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
60498         Suggestion from Akim Demaille.
60499
60500 2000-04-17  Jim Meyering  <meyering@lucent.com>
60501
60502         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
60503         the definition of it to rpl_strftime also defined-away the system's
60504         declaration.
60505
60506 2000-04-15  Jim Meyering  <meyering@lucent.com>
60507
60508         Use `C' to denote so-called `contiguous' files, the same way
60509         that tar does.
60510         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
60511         (ftypelet): Use S_ISCTG.
60512         From Michael Deutschmann.
60513
60514 2000-04-14  Jim Meyering  <meyering@lucent.com>
60515
60516         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
60517         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
60518         clobbered.
60519
60520 2000-04-14  Jim Meyering  <meyering@lucent.com>
60521
60522         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
60523
60524 2000-04-13  Jim Meyering  <meyering@lucent.com>
60525
60526         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
60527         AH_VERBATIM to insert required #ifndef into config.h.in.
60528         Suggestion from Akim Demaille.
60529
60530 2000-04-12  Jim Meyering  <meyering@lucent.com>
60531
60532         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
60533         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
60534         Christian Krackowizer.
60535
60536         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
60537         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
60538         (AC_SYS_LARGEFILE): Require.
60539         (AM_C_PROTOTYPES): Require.
60540
60541 2000-04-08  Jim Meyering  <meyering@lucent.com>
60542
60543         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
60544         names don't conflict.  Reported by Eli Zaretskii.
60545
60546 2000-04-07  Jim Meyering  <meyering@lucent.com>
60547
60548         * lib/putenv.c: Move inclusion of errno.h so it follows that of
60549         sys/types.h, to work around system header problems on AIX 3.2.5.
60550         From Bruno Haible.
60551
60552 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
60553
60554         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
60555         bug.  Deal with the different error behavior of Irix iconv.
60556
60557 2000-04-05  Paul Eggert  <eggert@twinsun.com>
60558
60559         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
60560         IRIX if the installer said otherwise.
60561
60562 2000-04-05  Jim Meyering  <meyering@lucent.com>
60563
60564         Portability tweaks required for ultrix4.3.
60565         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
60566         (jm_CHECK_DECLS): Add getutent to the list of functions.
60567         (_jm_DECL_HEADERS): Add utmpx.h.
60568         From John David Anglin.
60569
60570         * m4/strftime.m4: Back out the 2000-04-02 change.
60571         Instead of that change, simply undefine putenv in the test program.
60572
60573 2000-04-05  Jim Meyering  <meyering@lucent.com>
60574
60575         Portability tweaks required for ultrix4.3.
60576         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
60577         getutent.
60578         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
60579         * lib/canon-host.c: Declare strdup.
60580         * lib/path-concat.c: Likewise.
60581         From John David Anglin.
60582
60583 2000-04-04  Jim Meyering  <meyering@lucent.com>
60584
60585         Be more DOS 8.3-friendly.
60586         * lib/ref-add.sin: Renamed from ref-add.sed.in.
60587         * lib/ref-del.sin: Renamed from ref-del.sed.in.
60588         * lib/Makefile.am: Reflect renaming.
60589         Reported by Eli Zaretskii.
60590
60591         Use a temporary file name that won't clash with `charset.alias'
60592         in the DOS 8.3 name space.
60593         * lib/Makefile.am (charset_tmp): Define.
60594         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
60595         (uninstall-local): Likewise.
60596         Reported by Eli Zaretskii.
60597
60598 2000-04-03  Jim Meyering  <meyering@lucent.com>
60599
60600         * m4/gettext.m4: Fix typo in comment.
60601
60602         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
60603         textutils/configure.in).  Suggestion from Paul Eggert.
60604         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
60605
60606 2000-04-02  Paul Eggert  <eggert@twinsun.com>
60607
60608         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
60609         variable in the shell rather than using putenv, which isn't
60610         portable.  This avoids the configure-time inter-test dependency
60611         on the potentially-renamed putenv function.
60612
60613 2000-03-30  Paul Eggert  <eggert@twinsun.com>
60614
60615         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
60616         before checking struct stat.st_blksize, so that
60617         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
60618
60619 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60620
60621         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
60622         since strftime.c uses HAVE_STRFTIME to decide whether to use
60623         the underlying strftime.
60624
60625 2000-03-29  Paul Eggert  <eggert@twinsun.com>
60626
60627         * lib/time/strftime.c (my_strftime): Make sure we call the system
60628         strftime, not ourselves, when invoking the underlying strftime.
60629
60630 2000-03-24  Jim Meyering  <meyering@lucent.com>
60631
60632         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
60633         (charset_alias): Define.
60634         (install-exec-local): Factor out common code.
60635         (uninstall-local): Split lines longer than 80.
60636         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
60637         (SUFFIXES): Define.
60638         (.sed.in.sed): New rule.  Don't redirect directly to $@.
60639         (CLEANFILES): Add ref-add.sed and ref-del.sed.
60640
60641 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
60642
60643         * lib/config.charset: Output a line containing "Packages using this
60644         file".
60645         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
60646         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
60647         ref-del.sed): New rules.
60648
60649 2000-03-17  Jim Meyering  <meyering@lucent.com>
60650
60651         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
60652         Otherwise, include <strings.h>
60653
60654 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
60655
60656         * lib/unicodeio.c (utf8_wctomb): New function.
60657         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
60658         format instead of in UCS-4 with platform dependent endianness.
60659
60660 2000-03-10  Jim Meyering  <meyering@lucent.com>
60661
60662         * m4/lib-check.m4: Look for getspnam in -lgen, too.
60663         From Marco Franzen.
60664
60665 2000-03-07  Paul Eggert  <eggert@twinsun.com>
60666
60667         * lib/savedir.c (savedir): Work even if directory size is
60668         negative; this can happen with some screwy NFS configurations.
60669
60670 2000-03-06  Jim Meyering  <meyering@lucent.com>
60671
60672         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
60673         if it's NULL (because we ran out of memory).  From Bruno Haible.
60674
60675 2000-03-05  Jim Meyering  <meyering@lucent.com>
60676
60677         * lib/localcharset.c ("path-concat.h"): Include.
60678         (get_charset_aliases): Use path_concat instead of ANSI string
60679         concatenation.
60680
60681         * lib/unicodeio.h (PARAMS): Define.
60682         Use it to guard prototype.
60683
60684 2000-03-04  Jim Meyering  <meyering@lucent.com>
60685
60686         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
60687         for lib/localcharset.c.
60688
60689 2000-03-04  Jim Meyering  <meyering@lucent.com>
60690
60691         * lib/Makefile.am (install-exec-local): Create $(libdir) before
60692         installing into it.
60693         (uninstall-local): Uncomment this rule so `make distcheck' works
60694         once again.
60695
60696         * lib/unicodeio.c (<errno.h>): Include it.
60697         (errno): Declare if not defined.
60698
60699         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
60700
60701         * lib/config.charset: New version, incorporating remarks from a linux
60702         i18n mailing list.  From Bruno Haible.
60703
60704 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
60705
60706         * m4/codeset.m4: New file.
60707         * m4/iconv.m4: New file.
60708         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
60709
60710 2000-03-03  Jim Meyering  <meyering@lucent.com>
60711
60712         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
60713
60714 2000-03-02  Jim Meyering  <meyering@lucent.com>
60715
60716         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
60717         the messages come out on separate lines.
60718
60719         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
60720         rather than jm_CHECK_DECLARATIONS.
60721         * m4/decl.m4: Remove now-unused file.
60722
60723         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
60724         geteuid.
60725
60726 2000-03-02  Jim Meyering  <meyering@lucent.com>
60727
60728         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
60729
60730 2000-03-01  Jim Meyering  <meyering@lucent.com>
60731
60732         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
60733         * lib/unicodeio.c: Likewise.
60734
60735 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
60736
60737         * lib/config.charset: New file.
60738         * lib/localcharset.c: New file.
60739         * lib/unicodeio.h, lib/unicodeio.c: New files.
60740         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
60741         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
60742         (noinst_HEADERS): Add unicodeio.h.
60743         (all-local, install-exec-local, charset.alias): New targets.
60744
60745 2000-02-28  Paul Eggert  <eggert@twinsun.com>
60746
60747         * lib/quotearg.c (ALERT_CHAR): New macro.
60748         (quotearg_buffer_restyled): Use it.
60749
60750 2000-02-27  Jim Meyering  <meyering@lucent.com>
60751
60752         * m4/check-decl.m4: Add getenv to the list.
60753
60754 2000-02-27  Jim Meyering  <meyering@lucent.com>
60755
60756         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
60757         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
60758
60759         * lib/backupfile.c: Guard inclusion of stdlib.h with
60760         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
60761         Declare malloc if needed.
60762
60763         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
60764         `#ifndef HAVE_DECL..'
60765         now that autoconf always defines the HAVE_DECL_ symbols.
60766         * lib/human.c: Likewise.
60767         * lib/same.c: Likewise.
60768         * lib/strtoumax.c: Likewise.
60769
60770         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
60771         declaration check was not run.
60772         * lib/hash.c: Likewise.
60773         * lib/human.c: Likewise.
60774         * lib/same.c: Likewise.
60775         * lib/strtoumax.c: Likewise.
60776
60777         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
60778         `.', then first look up the entire `.'-containing string as a login
60779         name.
60780
60781 2000-02-23  Jim Meyering  <meyering@lucent.com>
60782
60783         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
60784         in place of my hack.
60785
60786 2000-02-18  Paul Eggert  <eggert@twinsun.com>
60787
60788         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
60789         (textint): New typedef.
60790         (parser_control): Member year changed from int to textint.
60791         All uses changed.
60792         (YYSTYPE): Removed; replaced by %union with int and textint members.
60793         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
60794         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
60795         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
60796         (tSNUMBER, tUNUMBER): Now of type <textintval>.
60797         (date, number, to_year): Use width of number in digits, not its value,
60798         to determine whether it's a 2-digit year, or a 2-digit time.
60799         (yylex): Store number of digits of numeric tokens.
60800         Reported by John Kendall.
60801
60802         (parser_control): Changed from struct parser_control to typedef (for
60803         consistency).  All uses changed.
60804
60805         (tID): Removed; not used.
60806         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
60807
60808 2000-02-14  Paul Eggert  <eggert@twinsun.com>
60809
60810         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
60811         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
60812
60813 2000-02-12  Jim Meyering  <meyering@lucent.com>
60814
60815         * lib/userspec.c (ISDIGIT): Define it.
60816         (isdigit): Remove definition.
60817         (is_number): Use ISDIGIT, not isdigit.
60818         <libintl.h>: Include.
60819         (_ and N_): Define.
60820         (parse_user_spec): Mark translatable strings.
60821
60822 2000-02-10  Jim Meyering  <meyering@lucent.com>
60823
60824         With these changes, nanosleep.[ch] are finally enough like the other
60825         lib/* replacement files to compile on a few more losing systems.
60826
60827         * lib/nanosleep.h: Don't include config.h.
60828         Remove prototype from declaration of nanosleep.
60829         (PARAMS): Remove now-unneeded definition.
60830         * lib/nanosleep.c: #undef nanosleep.
60831         (rpl_nanosleep): Rename from nanosleep.
60832
60833 2000-02-10  Jim Meyering  <meyering@lucent.com>
60834
60835         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
60836         gnu_nanosleep to rpl_nanosleep.
60837
60838 2000-02-09  Jim Meyering  <meyering@lucent.com>
60839
60840         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
60841         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
60842
60843 2000-02-08  Akim Demaille  <akim@epita.fr>
60844
60845         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
60846         `[' and `]' and remove uses of `changequote'.
60847         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
60848         (AC_SYS_LARGEFILE): Likewise.
60849         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
60850         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
60851         of changequote.
60852         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
60853         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
60854         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
60855         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
60856
60857 2000-02-05  Jim Meyering  <meyering@lucent.com>
60858
60859         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
60860         Remove explicit use of AC_HEADER_TIME.  It is required by
60861         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
60862         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
60863         in autoconf whereby the expansion of the latter ended up preceding
60864         the expansion of its prerequisite, AC_HEADER_TIME.
60865         Reported by Volker Borchert.
60866
60867 2000-02-03  Jim Meyering  <meyering@lucent.com>
60868
60869         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
60870
60871 2000-02-03  Jim Meyering  <meyering@lucent.com>
60872
60873         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
60874         rather than with `#if HAVE_UTMPNAME'.
60875
60876 2000-02-02  Jim Meyering  <meyering@lucent.com>
60877
60878         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
60879         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
60880         Reported by Eli Zaretskii.
60881
60882 2000-02-01  Jim Meyering  <meyering@lucent.com>
60883
60884         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
60885
60886 2000-01-31  Jim Meyering  <meyering@lucent.com>
60887
60888         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
60889         functions.  Add the time.h and sys/time.h headers along with the
60890         AC_REQUIRE'ment of AC_HEADER_TIME.
60891
60892 2000-01-31  Jim Meyering  <meyering@lucent.com>
60893
60894         * lib/nanosleep.h (nanosleep): Guard declaration with
60895         `#if ! HAVE_DECL_NANOSLEEP'.
60896         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
60897         the declaration in that vendor's sys/timers.h.
60898         Reported by Christian Krackowizer.
60899
60900         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
60901         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
60902         (ISPRINT): Likewise.
60903         Reported by Tom Tromey.
60904
60905 2000-01-30  Jim Meyering  <meyering@lucent.com>
60906
60907         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
60908
60909         * m4/prereq.m4 (utmp_includes): Define.
60910         Check for ut_user and ut_name members in both struct utmpx
60911         and struct utmp.
60912
60913 2000-01-30  Jim Meyering  <meyering@lucent.com>
60914
60915         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
60916         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
60917         header files where only utmpx.ut_user is declared.
60918
60919         * lib/readutmp.h (UT_USER): Define.
60920
60921 2000-01-29  Jim Meyering  <meyering@lucent.com>
60922
60923         * m4/lib-check.m4: New file containing library-related checks from
60924         fileutils and sh-utils (textutils had none).
60925
60926 2000-01-28  Jim Meyering  <meyering@lucent.com>
60927
60928         * m4/perl.m4: Change format of warning message to look more like that
60929         from the missing script.  Suggestion from François Pinard.
60930
60931 2000-01-25  Jim Meyering  <meyering@lucent.com>
60932
60933         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
60934         well as time.h in the compile check.
60935         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
60936         Fix typo in cross-compiling case: s/yes/no/.
60937
60938 2000-01-23  Jim Meyering  <meyering@lucent.com>
60939
60940         * m4/jm-macros.m4: Move df-related tests here from
60941         fileutils/configure.in
60942
60943         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
60944         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
60945
60946         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
60947         s/space/ac_fsusage_space/.
60948         (jm_FILE_SYSTEM_USAGE): Take two parameters.
60949
60950         * m4/ftruncate.m4: New file (derived from part of
60951         fileutils/configure.in).
60952         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
60953         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
60954
60955         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
60956         AC_SUBST these here, rather than just in sh-util/configure.in, so
60957         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
60958         all the same.
60959         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
60960         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
60961         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
60962         (AC_SUBST(POW_LIBM)): Likewise.
60963         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
60964
60965 2000-01-23  Jim Meyering  <meyering@lucent.com>
60966
60967         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
60968         obstack.c.
60969
60970 2000-01-22  Jim Meyering  <meyering@lucent.com>
60971
60972         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
60973
60974         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
60975
60976         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
60977         configure.in
60978         (AC_CHECK_HEADERS): Likewise for sh-utils.
60979         (AC_CHECK_HEADERS): Likewise for textutils.
60980         Merge the three lists of headers.
60981
60982         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
60983         from fileutils' configure.in.
60984
60985         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
60986         code. Moved tests into their own function (_jm_DECL_HEADERS) in
60987         check-decl.m4.
60988
60989         * m4/check-decl.m4: Use #if rather than #ifdef.
60990         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
60991         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
60992         (_jm_DECL_HEADERS): Define new function.
60993         (jm_CHECK_DECLARATIONS): Require it.
60994
60995 2000-01-22  Jim Meyering  <meyering@lucent.com>
60996
60997         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
60998         [! HAVE_DECL_STRTOULL]: Declare strtoull.
60999         Required for some AIX systems.  Reported by Christian Krackowizer.
61000         [TESTING] (main): New function.
61001
61002         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
61003         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
61004         letters.
61005
61006         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
61007         iswprint.
61008
61009         * lib/strverscmp.c (ISDIGIT): Define.
61010         (strverscmp): Use ISDIGIT, not isdigit.
61011
61012 2000-01-19  Jim Meyering  <meyering@lucent.com>
61013
61014         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
61015         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
61016         defines `struct timespec' in <sys/time.h>
61017
61018         * m4/c-bs-a.m4: Remove uses of changequote altogether.
61019         Thanks to Akim for explaining.
61020
61021 2000-01-17  Paul Eggert  <eggert@twinsun.com>
61022
61023         * lib/nanosleep.c (nanosleep):
61024         Don't use SA_INTERRUPT to decide whether to call sigaction, as
61025         POSIX.1 doesn't require SA_INTERRUPT and some systems
61026         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
61027         it's been part of POSIX.1 since day 1 (in 1988).
61028
61029 2000-01-17  Jim Meyering  <meyering@lucent.com>
61030
61031         * lib/interlock: Remove unused file.  Reported by François Pinard.
61032
61033 2000-01-16  Paul Eggert  <eggert@twinsun.com>
61034
61035         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
61036         alert, backslash, formfeed, and vertical tab unnecessarily in
61037         shell quoting style.
61038
61039 2000-01-16  Jim Meyering  <meyering@lucent.com>
61040
61041         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
61042         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
61043         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
61044         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
61045
61046 2000-01-16  Jim Meyering  <meyering@lucent.com>
61047
61048         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
61049         because the latter didn't work.
61050
61051 2000-01-15  Jim Meyering  <meyering@lucent.com>
61052
61053         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
61054         (AC_REPLACE_FUNCS): Add memcpy and memset.
61055         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
61056         Add strpbrk.
61057         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
61058
61059 2000-01-12  Jim Meyering  <meyering@lucent.com>
61060
61061         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
61062         (jm_PREREQ): Use it.
61063         (jm_PREREQ_READUTMP): New macro.
61064         (jm_PREREQ): Use it.
61065
61066 2000-01-11  Paul Eggert  <eggert@twinsun.com>
61067
61068         Quote multibyte characters correctly.
61069         * m4/c-bs-a.m4: New file.
61070         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
61071         (jm_PREREQ): Use it.
61072
61073 2000-01-11  Paul Eggert  <eggert@twinsun.com>
61074
61075         * m4/uintmax_t.m4: Port to autoconf 2.13.
61076
61077 2000-01-08  Jim Meyering  <meyering@ascend.com>
61078
61079         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
61080         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
61081
61082 2000-01-04  Jim Meyering  <meyering@ascend.com>
61083
61084         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
61085         jm_STRUCT_DIRENT_D_TYPE.
61086         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
61087         jm_STRUCT_DIRENT_D_INO.
61088         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
61089         jm_STRUCT_UTIMBUF.
61090         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
61091         renamings.
61092         * m4/utime.m4: Likewise.
61093
61094         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
61095         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
61096
61097 2000-01-03  Paul Eggert  <eggert@twinsun.com>
61098
61099         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
61100         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
61101
61102 2000-01-02  Jim Meyering  <meyering@ascend.com>
61103
61104         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
61105         remember if this is necessary.
61106
61107 1999-12-26  Jim Meyering  <meyering@ascend.com>
61108
61109         * m4/jm-macros.m4: Use it here.
61110         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
61111
61112 1999-12-23  Jim Meyering  <meyering@ascend.com>
61113
61114         * m4/jm-macros.m4: Check for clock_gettime (moved from
61115         fileutils/configure.in)
61116         Check for gettimeofday.
61117
61118 1999-12-20  Jim Meyering  <meyering@ascend.com>
61119
61120         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
61121         autoconf-2.14a-1999-12-20.
61122
61123 1999-12-19  Jim Meyering  <meyering@ascend.com>
61124
61125         * m4/lstat-slash.m4: New file.
61126         * m4/jm-macros.m4: Use the new macro:
61127         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
61128
61129 1999-12-07  Jim Meyering  <meyering@ascend.com>
61130
61131         * m4/perl.m4: Require that File::Compare be available, too.
61132         Too many systems seem to lack it.
61133
61134         * m4/strftime.m4: Add checks for most of the cpp macros tested in
61135         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
61136
61137 1999-11-18  Paul Eggert  <eggert@twinsun.com>
61138
61139         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
61140         problem with the QNX 4.25 shell, which doesn't propagate exit
61141         status of failed commands inside shell assignments.
61142
61143 1999-11-17  Jim Meyering  <meyering@ascend.com>
61144
61145         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
61146
61147 1999-11-07  Jim Meyering  <meyering@ascend.com>
61148
61149         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
61150
61151 1999-11-06  Jim Meyering  <meyering@ascend.com>
61152
61153         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
61154         * m4/jm-macros.m4 (jm_MACROS): Use it here.
61155
61156 1999-11-05  Jim Meyering  <meyering@ascend.com>
61157
61158         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
61159         configure.in of textutils, fileutils, and sh-utils into this one
61160         (shared between those packages) file.
61161         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
61162         AC_STRUCT_ST_BLKSIZE.
61163
61164 1999-11-03  Jim Meyering  <meyering@ascend.com>
61165
61166         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
61167         of AC_CHECK_TYPE checks includes unistd.h.
61168         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
61169         Suggestion from Akim Demaille.
61170
61171 1999-10-30  Jim Meyering  <meyering@ascend.com>
61172
61173         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
61174         m4-quoted string.
61175         * m4/ls-mntd-fs.m4: Likewise.
61176         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
61177         * m4/jm-winsz1.m4: Likewise.
61178
61179         * m4/const.m4: Remove file, since the fix made it into the experimental
61180         version of autoconf.
61181         * m4/mktime.m4: Likewise.
61182
61183         * m4/check-type.m4: Remove file, now that the latest version of
61184         AC_CHECK_TYPE takes a third arg to specify additional #includes.
61185
61186         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
61187         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
61188         AC_CHECK_TYPE.
61189
61190 1999-10-04  Jim Meyering  <meyering@ascend.com>
61191
61192         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
61193
61194 1999-09-22  Paul Eggert  <eggert@twinsun.com>
61195
61196         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
61197         2.95.1 bug with HP-UX 10.20.
61198
61199 1999-09-17  Jim Meyering  <meyering@ascend.com>
61200
61201         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
61202         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
61203         due to missing strdup (against sh-utils-2.0).
61204
61205 1999-08-29  Jim Meyering  <meyering@ascend.com>
61206
61207         * m4/jm-macros.m4: Require jm_BISON.
61208         * m4/bison.m4: New file.
61209
61210 1999-08-17  Paul Eggert  <eggert@twinsun.com>
61211
61212         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
61213         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
61214
61215 1999-08-05  Jim Meyering  <meyering@ascend.com>
61216
61217         * m4/getline.m4: Rename test file from conftestdata to conftest.data
61218         to avoid conflicts with `conftest' on 8+3 filesystems.
61219         Suggestion from Eli Zaretskii.
61220
61221 1999-08-04  Jim Meyering  <meyering@ascend.com>
61222
61223         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
61224         fileutils and sh-utils (textutils's getline test was inadequate).
61225         (AM_FUNC_GETLINE): Run this test.
61226         (AC_CHECK_FUNCS): Check for getdelim.
61227         Reported by Bob Proulx.
61228
61229 1999-08-02  Jim Meyering  <meyering@ascend.com>
61230
61231         * m4/jm-macros.m4: Add a comment.
61232
61233 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61234
61235         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
61236         <inttypes.h> defines strtoumax as a macro (and not as a
61237         function).
61238
61239 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61240
61241         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
61242         that we can shift, multiply and divide unsigned long long
61243         values; Ultrix cc can't do it.
61244
61245 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61246
61247         * m4/mktime.m4: New file, which is a preview of what should appear
61248         in the next public autoconf release.
61249
61250 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61251
61252         * m4/lfs.m4: Remove this file.
61253         * m4/largefile.m4: New file.  It contains the old contents of
61254         lfs.m4, except that all names with prefix AC_LFS have been
61255         changed to use the prefix AC_SYS_LARGEFILE instead, to be
61256         compatible with future autoconf versions.  Also, some minor m4
61257         quoting problems have been fixed.
61258
61259 1999-08-01  Paul Eggert  <eggert@twinsun.com>
61260
61261         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
61262         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
61263         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
61264         and simplify the shell code.
61265
61266 1999-08-01  Jim Meyering  <meyering@ascend.com>
61267
61268         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
61269         m4.
61270
61271 1999-07-20  Jim Meyering  <meyering@ascend.com>
61272
61273         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
61274
61275 1999-07-15  Jim Meyering  <meyering@ascend.com>
61276
61277         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
61278
61279 1999-05-22  Jim Meyering  <meyering@ascend.com>
61280
61281         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
61282
61283 1999-05-20  Jim Meyering  <meyering@ascend.com>
61284
61285         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
61286         Add a colon after each `then' in case $4 is empty.
61287
61288 1999-05-16  Jim Meyering  <meyering@ascend.com>
61289
61290         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
61291
61292 1999-05-10  Jim Meyering  <meyering@ascend.com>
61293
61294         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
61295
61296         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
61297         AC_FUNC_MKTIME.
61298
61299 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
61300
61301         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
61302
61303 1999-05-04  Paul Eggert  <eggert@twinsun.com>
61304
61305         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
61306         not CPPFLAGS, so that linking works correctly in IRIX.
61307
61308 1999-04-30  Paul Eggert  <eggert@twinsun.com>
61309
61310         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
61311
61312 1999-04-20  Paul Eggert  <eggert@twinsun.com>
61313
61314         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
61315         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
61316         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
61317         jm_AC_TYPE_UNSIGNED_LONG_LONG.
61318         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
61319
61320         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
61321
61322 1999-04-20  Jim Meyering  <meyering@ascend.com>
61323
61324         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
61325         AC_REPLACE xstroull if necessary.  From Paul Eggert.
61326         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
61327
61328 1999-04-18  Jim Meyering  <meyering@ascend.com>
61329
61330         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
61331         * m4/jm-macros.m4: Use it.
61332
61333 1999-04-06  Jim Meyering  <meyering@ascend.com>
61334
61335         * m4/strftime.m4: Remove test for %f.
61336
61337 1999-03-29  Jim Meyering  <meyering@ascend.com>
61338
61339         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
61340         superset of the AC_TYPE_* checks in the textutils, fileutils,
61341         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
61342         AC_TYPE_PID_T.
61343
61344 1999-03-28  Jim Meyering  <meyering@ascend.com>
61345
61346         * m4/jm-macros.m4: Define GNU_PACKAGE here.
61347         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
61348         replaced e.g., in the *.sh files of the sh-utils.
61349
61350 1999-03-20  Jim Meyering  <meyering@ascend.com>
61351
61352         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
61353         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
61354         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
61355
61356 1999-03-19  Jim Meyering  <meyering@ascend.com>
61357
61358         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
61359
61360 1999-03-12  Jim Meyering  <meyering@ascend.com>
61361
61362         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
61363
61364 1999-03-07  Jim Meyering  <meyering@ascend.com>
61365
61366         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
61367         declared.
61368
61369 1999-02-17  Jim Meyering  <meyering@ascend.com>
61370
61371         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
61372         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
61373
61374 1999-02-07  Jim Meyering  <meyering@ascend.com>
61375
61376         * m4/group-member.m4: New file -- extracted from sh-utils'
61377         configure.in.
61378
61379         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
61380         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
61381
61382 1999-02-06  Jim Meyering  <meyering@ascend.com>
61383
61384         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
61385         * m4/fnmatch.m4: Likewise.
61386         * m4/getgroups.m4: Likewise.
61387         * m4/lstat.m4: Likewise.
61388         * m4/malloc.m4: Likewise.
61389         * m4/putenv.m4: Likewise.
61390         * m4/realloc.m4: Likewise.
61391         * m4/regex.m4: Likewise.
61392         * m4/stat.m4: Likewise.
61393         * m4/strftime.m4: Likewise.
61394         Suggestion from Alain Magloire.
61395
61396         * m4/chown.m4: Use `.$ac_objext', not `.o'.
61397         * m4/fnmatch.m4: Likewise.
61398         * m4/getgroups.m4: Likewise.
61399         * m4/getline.m4: Likewise.
61400         * m4/lstat.m4: Likewise.
61401         * m4/malloc.m4: Likewise.
61402         * m4/memcmp.m4: Likewise.
61403         * m4/putenv.m4: Likewise.
61404         * m4/realloc.m4: Likewise.
61405         * m4/regex.m4: Likewise.
61406         * m4/stat.m4: Likewise.
61407         * m4/strftime.m4: Likewise.
61408         Suggestion from Alain Magloire.
61409
61410         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
61411         an argument.
61412
61413         * m4/regex.m4: Add a run-time Test for proper operation of
61414         re_compile_pattern.
61415
61416 1999-01-31  Jim Meyering  <meyering@ascend.com>
61417
61418         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
61419
61420 1999-01-30  Jim Meyering  <meyering@ascend.com>
61421
61422         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
61423
61424         * m4/jm-mktime.m4: Make this a wrapper around the official
61425         AM_FUNC_MKTIME rather than my private copy, now that the official one
61426         is up to date.
61427         * m4/mktime.m4: Remove file.
61428
61429         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
61430         * m4/uptime.m4: Likewise.
61431         * m4/uintmax_t.m4: Likewise.
61432
61433 1999-01-28  Jim Meyering  <meyering@ascend.com>
61434
61435         * m4/jm-macros.m4: Use jm_AFS.
61436         * m4/afs.m4: New file (from fileutils' configure.in).
61437
61438         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
61439         * m4/chown.m4: Likewise.
61440         * m4/d-ino.m4: Likewise.
61441         * m4/d-type.m4: Likewise.
61442         * m4/fnmatch.m4: Likewise.
61443         * m4/getgroups.m4: Likewise.
61444         * m4/gettext.m4: Likewise.
61445         * m4/jm-mktime.m4: Likewise.
61446         * m4/jm-winsz2.m4: Likewise.
61447         * m4/lcmessage.m4: Likewise.
61448         * m4/ls-mntd-fs.m4: Likewise.
61449         * m4/malloc.m4: Likewise.
61450         * m4/memcmp.m4: Likewise.
61451         * m4/putenv.m4: Likewise.
61452         * m4/realloc.m4: Likewise.
61453         * m4/st_mtim.m4: Likewise.
61454         * m4/strftime.m4: Likewise.
61455
61456 1999-01-16  Jim Meyering  <meyering@ascend.com>
61457
61458         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
61459         (ARGMATCH_DIE_DECL): Define.
61460
61461 1999-01-12  Jim Meyering  <meyering@ascend.com>
61462
61463         * m4/Makefile.am.in: Rewrite to avoid using fmt.
61464         Reported by Lars Hecking.
61465
61466 1999-01-10  Jim Meyering  <meyering@ascend.com>
61467
61468         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
61469         gross kludge.
61470         * m4/inttypes_h.m4: Likewise.
61471         * m4/lstat.m4: Likewise.
61472         * m4/malloc.m4: Likewise.
61473         * m4/readdir.m4: Likewise.
61474         * m4/realloc.m4: Likewise.
61475         * m4/st_dm_mode.m4: Likewise.
61476         * m4/stat.m4: Likewise.
61477         * m4/utimbuf.m4: Likewise.
61478         * m4/utimes.m4: Likewise.
61479
61480         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
61481         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
61482         comments in config.h.in are meaningful.
61483
61484         * m4/jm-macros.m4: Require autoconf-2.13 here.
61485
61486         * m4/regex.m4: By default, don't use the included regex.c on systems
61487         with glibc 2.  Suggestion from Uli Drepper.
61488
61489 1999-01-02  Jim Meyering  <meyering@ascend.com>
61490
61491         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
61492
61493 1998-12-18  Jim Meyering  <meyering@ascend.com>
61494
61495         * m4/Makefile.am.in (Makefile.am): Simplify rule.
61496         Based on a suggestion from Lars Hecking.
61497
61498 1998-11-16  Paul Eggert  <eggert@twinsun.com>
61499
61500         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
61501
61502 1998-11-16  Jim Meyering  <meyering@ascend.com>
61503
61504         * m4/lfs.m4: Double-quote the `uname...` expression.
61505
61506 1998-11-14  Jim Meyering  <meyering@ascend.com>
61507
61508         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
61509         * m4/stat.m4: Likewise.
61510
61511 1998-11-03  Jim Meyering  <meyering@ascend.com>
61512
61513         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
61514         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
61515
61516 1998-10-18  Jim Meyering  <meyering@ascend.com>
61517
61518         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
61519
61520 1998-10-17  Jim Meyering  <meyering@ascend.com>
61521
61522         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
61523         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
61524         calls for those previously hard-coded headers.  Instead, take a new
61525         parameter.
61526         (jm_CHECK_DECLARATIONS): Reflect interface change.
61527         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
61528         (jm_CHECK_DECL_LOCALTIME_R): New macro.
61529
61530         * m4/mktime.m4: Test for spring-forward gap before long-running test.
61531
61532 1998-10-14  Jim Meyering  <meyering@ascend.com>
61533
61534         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
61535         instead of "TZ=America/Vancouver".  From Paul Eggert.
61536
61537 1998-10-11  Jim Meyering  <meyering@ascend.com>
61538
61539         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
61540         This adds a test for a recently added compatibility fix for mktime.c.
61541         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
61542
61543 1998-09-27  Jim Meyering  <meyering@ascend.com>
61544
61545         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
61546
61547         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
61548         ../configure.in, including a change from Gordon Matzigkeit to allow
61549         cross-compiling for the Hurd.
61550
61551         * m4/glibc.m4: New file/macro to test for the GNU C Library
61552         versions 1 and 2.  From Gordon Matzigkeit.
61553         Indent.
61554
61555 1998-09-21  Jim Meyering  <meyering@ascend.com>
61556
61557         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
61558
61559 1998-08-18  Paul Eggert  <eggert@twinsun.com>
61560
61561         Port nanosecond-resolution times to UnixWare 2.1.2 and
61562         pedantic Solaris 2.6.
61563
61564         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
61565         AC_STRUCT_ST_MTIM.
61566         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
61567         Generate name of ns member, instead of just 1 or undef.
61568         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
61569
61570 1998-08-15  Jim Meyering  <meyering@ascend.com>
61571
61572         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
61573         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
61574         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
61575         instead of jm_TYPE_SSIZE_T.
61576
61577 1998-08-12  Jim Meyering  <meyering@ascend.com>
61578
61579         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
61580
61581 1998-08-02  Jim Meyering  <meyering@ascend.com>
61582
61583         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
61584         in acconfig.h manually.
61585
61586 1998-07-31  Paul Eggert  <eggert@twinsun.com>
61587
61588         * m4/st_mtim.m4: New file.
61589
61590 1998-07-28  Jim Meyering  <meyering@ascend.com>
61591
61592         * m4/utimes.m4: Undef stat.
61593
61594 1998-07-25  Jim Meyering  <meyering@ascend.com>
61595
61596         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
61597         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
61598
61599 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
61600
61601         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
61602         uid and gid actually remain unchanged.
61603
61604 1998-07-07  Jim Meyering  <meyering@ascend.com>
61605
61606         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
61607
61608 1998-07-04  Jim Meyering  <meyering@ascend.com>
61609
61610         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
61611         to prove that this macro can be used in packages without regex.c.
61612
61613 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
61614
61615         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
61616         is to be used.
61617
61618 1998-07-03  Jim Meyering  <meyering@ascend.com>
61619
61620         * m4/gettext.m4: Add -lintl if it's found to be necessary.
61621
61622         * m4/gettext.m4: New file -- from gettext-0.10.35.
61623         * m4/lcmessage.m4: Likewise.
61624         * m4/progtest.m4: Likewise.
61625
61626         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
61627         * m4/jm-macros.m4: Require the new macro.
61628
61629 1998-06-29  Jim Meyering  <meyering@ascend.com>
61630
61631         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
61632         for the definition of NGROUPS (used in a system header included
61633         by sys/mount.h).
61634
61635 1998-06-28  Jim Meyering  <meyering@ascend.com>
61636
61637         * m4/ls-mntd-fs.m4: New file.
61638         * m4/fstypename.m4: New file.
61639
61640         * m4/jm-macros.m4: Require the new macro.
61641         * m4/jm-glibc-io.m4: New file.
61642
61643 1998-05-19  Jim Meyering  <meyering@ascend.com>
61644
61645         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
61646         * m4/lchown.m4: New file.
61647
61648         * m4/Makefile.am.in: New file.
61649         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
61650
61651 1998-05-14  Jim Meyering  <meyering@ascend.com>
61652
61653         * m4/Makefile.am (EXTRA_DIST): Add them.
61654         * m4/jm-macros.m4: New file.
61655         * m4/utimbuf.m4: New file.
61656
61657 1998-05-12  Jim Meyering  <meyering@ascend.com>
61658
61659         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
61660
61661 1998-05-11  Jim Meyering  <meyering@ascend.com>
61662
61663         * m4/isc-posix.m4: New file.
61664
61665 1998-05-10  Jim Meyering  <meyering@ascend.com>
61666
61667         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
61668
61669 1998-05-09  Jim Meyering  <meyering@ascend.com>
61670
61671         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
61672         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
61673         with automake.
61674
61675         * m4/ssize_t.m4: New file.
61676         * m4/mktime.m4: Remove file -- the new automake has this now.
61677
61678 1998-04-26  Jim Meyering  <meyering@ascend.com>
61679
61680         * m4/assert.m4: New file.
61681         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
61682
61683 1998-04-05  Jim Meyering  <meyering@ascend.com>
61684
61685         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
61686         (jm_PREREQ): Use it here.
61687
61688 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
61689
61690         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
61691         in acconfig.h.
61692
61693 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
61694
61695         * m4/prereq.m4: New file.
61696         * m4/error.m4: New file.
61697         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
61698
61699 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
61700
61701         * m4/getline.m4: Don't set am_cv_func_working_getline before the
61702         cache-check for the same variable -- that defeated the purpose of
61703         the test; the test program was never run.  This was a problem only
61704         on systems with losing getline functions -- HP-UX 10.20 is one.
61705         Reported by Bjorn Helgaas.
61706
61707 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
61708
61709         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
61710
61711 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
61712
61713         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
61714
61715         * m4/const.m4: New file.  Use an initializer in this declaration
61716         typedef int charset[2]; const charset x;
61717         Reported by Bob Glickstein.
61718
61719 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
61720
61721         * m4/chown.m4: Fix reversed types on -1 args to chown.
61722         From Kaveh Ghazi.
61723
61724 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
61725
61726         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
61727         Add lseek and memchr.
61728
61729         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
61730         T.E.Dickey <dickey@clark.net> said that some older preprocessors
61731         have a 20-character limit on names.
61732
61733 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
61734
61735         * m4/inttypes_h.m4: New file.
61736         * m4/uintmax_t.m4: New file.
61737         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
61738
61739
61740         -----
61741
61742         Local Variables:
61743         coding: utf-8
61744         End:
61745
61746         Copyright (C) 1997-2010 Free Software Foundation, Inc.
61747
61748         Copying and distribution of this file, with or without
61749         modification, are permitted provided the copyright notice
61750         and this notice are preserved.